.bground-col-none {
  background-color: "transparent";
}

.col-none {
  color: "transparent";
}

.border_col_none {
  border-color: "transparent";
}

.bground-col-navy {
  background-color: #262e52;
}

.col-navy {
  color: #262e52;
}

.border_col_navy {
  border-color: #262e52;
}

.bground-col-navy-light {
  background-color: #353f6e;
}

.col-navy-light {
  color: #353f6e;
}

.border_col_navy-light {
  border-color: #353f6e;
}

.bground-col-white {
  background-color: #FFFFFF;
}

.col-white {
  color: #FFFFFF;
}

.border_col_white {
  border-color: #FFFFFF;
}

.bground-col-off-white {
  background-color: #dee8ed;
}

.col-off-white {
  color: #dee8ed;
}

.border_col_off-white {
  border-color: #dee8ed;
}

.bground-col-orange {
  background-color: #f37320;
}

.col-orange {
  color: #f37320;
}

.border_col_orange {
  border-color: #f37320;
}

.bground-col-red {
  background-color: #e04240;
}

.col-red {
  color: #e04240;
}

.border_col_red {
  border-color: #e04240;
}

.bground-col-cyan {
  background-color: #0089ca;
}

.col-cyan {
  color: #0089ca;
}

.border_col_cyan {
  border-color: #0089ca;
}

.bground-col-charcoal {
  background-color: #2A2A2A;
}

.col-charcoal {
  color: #2A2A2A;
}

.border_col_charcoal {
  border-color: #2A2A2A;
}

.font-serif {
  font-family: "DM Serif Display", serif;
}

.font-sans {
  font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0.3em;
  letter-spacing: -2%;
  line-height: 125%;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

p, ul, li, a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

p, li {
  line-height: 1.6em;
  color: #7B849A;
  margin-bottom: 10px;
  margin-top: 0px;
}

p a,
li a {
  color: #f37320;
  font-weight: 700;
}

p a:hover,
li a:hover {
  color: #262e52;
}

.font-weight-light {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

#summary-heading {
  font-size: 6vw;
}

.font-size-xsmall {
  font-size: 12px;
}

.font-size-small {
  font-size: 13px;
}

.font-size-medium {
  font-size: 16px;
}

.font-size-large {
  font-size: 19px;
}

.font-size-xlarge {
  font-size: 24px;
}

.font-size-r-small {
  font-size: 2vw;
}

.font-size-r-medium {
  font-size: 4vw;
}

.font-size-r-large {
  font-size: 6vw;
}

.font-size-r-xlarge {
  font-size: 8vw;
}

@media screen and (max-width: 639px) {
  .font-size-r-large {
    font-size: 12vw;
  }
  .font-size-r-medium {
    font-size: 10vw;
  }
  p.percentage-figure {
    font-size: 14vw;
  }
}
.margin-xsmall {
  margin: 5px;
}

.margin-small {
  margin: 10px;
}

.margin-medium {
  margin: 15px;
}

.margin-large {
  margin: 30px;
}

.margin-xlarge {
  margin: 60px;
}

.margin-none {
  margin: 0px;
}

.margin-top-xsmall {
  margin-top: 5px;
}

.margin-top-small {
  margin-top: 10px;
}

.margin-top-medium {
  margin-top: 15px;
}

.margin-top-large {
  margin-top: 30px;
}

.margin-top-xlarge {
  margin-top: 60px;
}

.margin-top-none {
  margin-top: 0px;
}

.margin-left-xsmall {
  margin-left: 5px;
}

.margin-left-small {
  margin-left: 10px;
}

.margin-left-medium {
  margin-left: 15px;
}

.margin-left-large {
  margin-left: 30px;
}

.margin-left-xlarge {
  margin-left: 60px;
}

.margin-left-none {
  margin-left: 0px;
}

.margin-bottom-xsmall {
  margin-bottom: 5px;
}

.margin-bottom-small {
  margin-bottom: 10px;
}

.margin-bottom-medium {
  margin-bottom: 15px;
}

.margin-bottom-large {
  margin-bottom: 30px;
}

.margin-bottom-xlarge {
  margin-bottom: 60px;
}

.margin-bottom-none {
  margin-bottom: 0px;
}

.margin-right-xsmall {
  margin-right: 5px;
}

.margin-right-small {
  margin-right: 10px;
}

.margin-right-medium {
  margin-right: 15px;
}

.margin-right-large {
  margin-right: 30px;
}

.margin-right-xlarge {
  margin-right: 60px;
}

.margin-right-none {
  margin-right: 0px;
}

.no-margin {
  margin: 0px !important;
}

.spacer {
  width: 100%;
  display: block;
}

.spacer-xsmall {
  height: 5px;
}

.spacer-small {
  height: 10px;
}

.spacer-medium {
  height: 15px;
}

.spacer-large {
  height: 30px;
}

.spacer-xlarge {
  height: 60px;
}

.spacer-none {
  height: 0px;
}

.padding-xsmall {
  padding: 5px;
}

.padding-small {
  padding: 10px;
}

.padding-medium {
  padding: 15px;
}

.padding-large {
  padding: 30px;
}

.padding-xlarge {
  padding: 60px;
}

.padding-none {
  padding: 0px;
}

.padding-top-xsmall {
  padding-top: 5px;
}

.padding-top-small {
  padding-top: 10px;
}

.padding-top-medium {
  padding-top: 15px;
}

.padding-top-large {
  padding-top: 30px;
}

.padding-top-xlarge {
  padding-top: 60px;
}

.padding-top-none {
  padding-top: 0px;
}

.padding-left-xsmall {
  padding-left: 5px;
}

.padding-left-small {
  padding-left: 10px;
}

.padding-left-medium {
  padding-left: 15px;
}

.padding-left-large {
  padding-left: 30px;
}

.padding-left-xlarge {
  padding-left: 60px;
}

.padding-left-none {
  padding-left: 0px;
}

.padding-bottom-xsmall {
  padding-bottom: 5px;
}

.padding-bottom-small {
  padding-bottom: 10px;
}

.padding-bottom-medium {
  padding-bottom: 15px;
}

.padding-bottom-large {
  padding-bottom: 30px;
}

.padding-bottom-xlarge {
  padding-bottom: 60px;
}

.padding-bottom-none {
  padding-bottom: 0px;
}

.padding-right-xsmall {
  padding-right: 5px;
}

.padding-right-small {
  padding-right: 10px;
}

.padding-right-medium {
  padding-right: 15px;
}

.padding-right-large {
  padding-right: 30px;
}

.padding-right-xlarge {
  padding-right: 60px;
}

.padding-right-none {
  padding-right: 0px;
}

.no_padding {
  padding: 0px !important;
}

.flex-wrapper {
  display: flex;
  height: 100%;
}

.flex-vert-align-content {
  display: flex;
  align-content: center;
}
.flex-vert-align-content p, .flex-vert-align-content img {
  margin: 0px;
  align-self: center;
}

.flex-center-vertically {
  align-self: center;
}

#footer-links-column ul {
  list-style: none;
}
#footer-links-column a {
  color: #FFFFFF;
  border-bottom: 1px solid #353f6e;
}

#footer-legal-wrapper {
  width: 100%;
}

.round-corners {
  border-radius: 10px;
}

.bground-col-off-white .uk-grid-divider > :not(.uk-first-column)::before {
  border-color: #262e52;
}
.bground-col-off-white hr {
  border-color: #262e52;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  border-color: #dee8ed;
}

@media screen and (max-width: 640px) {
  .uk-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#bw-logo {
  width: 30vw;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  #bw-logo {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.pre-header {
  display: table;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: 2px solid #f37320;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.stat-title {
  background-color: #f37320;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  font-size: 20px;
  font-family: "DM Serif Display", serif;
}

.static-figure-wrapper {
  position: relative;
  width: 20vw;
  max-width: 250px;
}

.static-figure {
  line-height: 1em;
}

.static-figure-label {
  line-height: 1.3em;
}

.static-figure-label::before {
  position: absolute;
  margin-top: 44px;
  content: "|";
}

.short-figure-label::before {
  margin-top: 20px;
}

.static-figure-edge {
  width: 20vw;
  height: 20vw;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.static-figure {
  font-size: 5vw;
  align-self: center;
  margin: 0px;
}

.intro-static-figure-label {
  align-self: center;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.static-figure-edge.summary {
  width: 30vw;
  height: 30vw;
  border: 10px solid #f37320;
}
.static-figure-edge.summary .static-figure {
  font-size: 13vw;
  line-height: 1em;
  align-self: center;
  letter-spacing: -0.07em;
}
.static-figure-edge.summary .percentage {
  font-size: 6vw;
  margin-left: 0.1em;
}

.summary-figure-wrapper {
  align-self: center;
  text-align: center;
}

.static-figure-arrests {
  position: absolute;
  bottom: -10px;
  right: 0px;
  display: inline-flex;
}

.arrest-icon {
  width: 25px;
}

.arrest-figure {
  padding-right: 10px;
}

@media screen and (max-width: 639px) {
  .static-figure-edge {
    width: 35vw;
    height: 35vw;
  }
  .static-figure {
    font-size: 63px;
  }
  .static-figure-edge.summary {
    width: 80vw;
    height: 80vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  #summary-pie-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  .static-figure {
    font-size: 43px;
  }
}
@media screen and (min-width: 1280px) {
  .static-figure-edge {
    width: 200px;
    height: 200px;
  }
  .static-figure-edge .summary {
    width: 400px;
    height: 400px;
  }
  .static-figure {
    font-size: 63px;
  }
  .static-figure-wrapper {
    position: relative;
  }
}
.funnel-row-wrapper {
  display: flex;
  border-bottom: 1px solid #FFFFFF;
}

.down-arrow-wrapper {
  text-align: center;
  background-image: url("../media/Triangle.svg");
  background-repeat: no-repeat;
  height: 11px;
  width: 100%;
  background-position: center;
}

.funnel-row-column {
  padding: 15px;
  display: flex;
}

.row-divider {
  height: 100%;
  border-right: 1px solid white;
  margin-right: 30px;
}

.right-divider {
  margin-left: 30px;
  margin-right: 0px;
}

.systems-column {
  width: 20%;
  order: 1;
  box-sizing: border-box;
}

.systems-wrapper {
  display: flex;
  flex-direction: column;
}

.system-label {
  line-height: 1em;
}

.system-content {
  border-bottom: 1px solid #FFFFFF;
  padding-top: 10px;
}

.system-content:last-of-type {
  border: none;
}

.stats-column {
  width: 80%;
  order: 2;
  display: flex;
  box-sizing: border-box;
}

.bars-column {
  width: 75%;
  padding-right: 30px;
}

.pie-column {
  width: 25%;
  display: flex;
}

.bars-wrapper {
  display: flex;
}

.bar-one {
  width: 66%;
}

.bar-two {
  width: 33%;
}

.bar-full {
  width: 100%;
}

.pie-content {
  max-width: 250px;
}

@media screen and (max-width: 900px) {
  .funnel-row-wrapper {
    flex-direction: column;
    padding-bottom: 10px !important;
  }
  .systems-column {
    order: 2;
    width: 100%;
    border-top: 1px solid #7B849A;
    display: block;
  }
  .stats-column {
    order: 1;
    width: 100%;
  }
  .systems-wrapper {
    flex-direction: row;
  }
  .system-content {
    border-right: 1px solid #7B849A;
    border-bottom: none;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 0px;
  }
  .systems-header hr {
    display: none;
  }
  .system-content {
    flex: 1 1 0px;
  }
}
@media screen and (max-width: 815px) {
  #intro-inc-and-arrests-col, #intro-caveats-col {
    width: 100%;
  }
  .static-figure-edge {
    width: 35vw;
    height: 35vw;
  }
  .static-figure-wrapper {
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .stats-column {
    flex-direction: column;
  }
  .bars-column, .pie-column {
    width: 100%;
  }
  .pie-column {
    border-top: 1px solid #7B849A;
    margin-top: 30px;
    padding-top: 30px;
  }
  .pie-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .funnel-row-column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .systems-wrapper {
    flex-direction: column;
  }
  .systems-wrapper .system-content {
    border: none;
    border-bottom: 1px solid #7B849A;
    margin-bottom: 10px;
  }
  .systems-wrapper .system-content:last-of-type {
    border: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 477px) {
  .bars-wrapper {
    flex-direction: column;
  }
  .bar-one, .bar-two {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 470px) {
  .arrests-column {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  #intro-inc-and-arrests-col, #intro-caveats-col {
    width: 100%;
  }
  .static-figure-edge {
    width: 80vw;
    height: 80vw;
  }
  .static-figure-wrapper {
    width: auto;
  }
}
.keys-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.key-wrapper {
  display: flex;
  margin-right: 15px;
  margin-bottom: 10px;
}
.key-wrapper p {
  line-height: 1.2em;
  margin-bottom: 0px;
  align-self: center;
}

.key-colour-block {
  width: 40px;
  height: 20px;
}

.x-axis-wrapper {
  display: flex;
}

.x-padding {
  width: 30px;
}

.x-flex {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.x-split {
  font-size: 12px;
  line-height: 1.3em;
  color: #7B849A;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}

.system_navy_icon {
  width: 35px;
  height: 35px;
}

.percentage-figure {
  font-size: 7vw;
  margin-bottom: 0px;
  line-height: 6vw;
  letter-spacing: -0.07em;
}

.percentage {
  font-size: 20px;
  margin-left: 0.5em;
}

#bw-summary-logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .static-figure-edge.summary .static-figure {
    font-size: 19vw;
  }
}
/* ! Baltimore colour switch */
.wp-child-theme-baltimore-witness-child-theme .uk-section.bground-col-navy {
  background-color: #2a2b30;
}
.wp-child-theme-baltimore-witness-child-theme .uk-section.bground-col-off-white {
  background-color: #EEE7E0;
}
.wp-child-theme-baltimore-witness-child-theme li {
  color: #D6C4B9;
}
.wp-child-theme-baltimore-witness-child-theme p {
  color: #dee8ed;
}
.wp-child-theme-baltimore-witness-child-theme p.col-navy {
  color: #2a2b30;
}
.wp-child-theme-baltimore-witness-child-theme .percentage-figure {
  color: #D6C4B9;
}
.wp-child-theme-baltimore-witness-child-theme .summary-figure-wrapper .static-figure {
  color: #a38c7e;
}
.wp-child-theme-baltimore-witness-child-theme .key-colour-block.bground-col-navy-light {
  background-color: #766256;
}

/*# sourceMappingURL=aandp.css.map */
