.background {
  fill: none;
  pointer-events: all;
}

.feature {
  fill: #aaa;
}

.feature.active {
  fill: #085394;
}

#state-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

#region_map {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 110px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
  .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
  .select2-results {
  display: block; }
  .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
  .select2-container--open .select2-dropdown {
  left: 0; }
  .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }
  .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
  .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
  .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
  .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
  .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
  .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
  .select2-container--default .select2-results__option[role=group] {
  padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
  .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
  .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
  .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
  .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
  .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
  .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
  .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
  .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
  .select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
  .select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
  .select2-container--classic .select2-dropdown--below {
  border-top: none; }
  .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
  .select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
  .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
  .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
  .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
  .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Developed by Steve Engert for Safe & Sound */
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
*{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box}
a{-webkit-transition:.17s ease-in-out;transition:.17s ease-in-out}
body{color:#323b41;min-height:200vh;margin-top:72px;font:normal 400 15px/19px Montserrat,sans-serif}
@media (min-width:660px){body{font-size:17px;margin-top:90px}}
@media (min-width:1040px){body{margin-top:110px}}
figure{margin:0}
figure img{width:100%}
footer{background-color:#323b41;color:#fff;display:flex;flex-direction:column;padding-bottom:120px;padding-top:60px;text-align:center}
@media (min-width:660px){footer{padding-bottom:180px;padding-top:90px}}
footer a{color:#fff;text-decoration:none}
h1{font:normal 700 15px/19px adelle,serif;font-size:32px;line-height:34.5px}
@media (min-width:660px){h1{font-size:40.5px;line-height:46px}}
@media (min-width:1040px){h1{font-size:49px;line-height:57.5px}}
h2{font:normal 700 15px/19px adelle,serif;font-size:23px;line-height:28.75px;text-align:center;margin-bottom:37.5px;margin-top:0}
@media (min-width:660px){h2{font-size:32px;line-height:34.5px;margin-bottom:75px}}
nav{align-items:center;background:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.03);color:#085394;display:flex;height:72px;position:fixed;top:0;width:100%;z-index:9999}
@media (min-width:660px){nav{height:90px}}
@media (min-width:1040px){nav{height:110px}}
p{margin:0 0 19px}
p:last-child{margin-bottom:0}
@media (min-width:660px){p{font-size:17px;line-height:23px;margin-bottom:23px}p:last-child{margin-bottom:0}}
section{opacity:0;padding:0 16px 115px;margin-left:auto;margin-right:auto}
@media (min-width:660px){section{padding:0 40px 172.5px}}
@media (min-width:1040px){section{padding:0 64px 230px}}
section.js-isInView{opacity:1;-webkit-transition-delay:.17s;transition-delay:.17s}
strong{font-weight:700}
.nav-logoAndTitle{align-items:center;display:flex;height:100%}
.nav-logo{height:100%;margin:0;padding:10px 15px}
@media (min-width:660px){.nav-logo{padding:15px 30px}}
.nav-logo img{height:100%;width:auto}
.nav-title{display:none;font:normal 400 15px/19px adelle,serif;margin-right:15px}
@media (min-width:520px){.nav-title{display:block}}
@media (min-width:850px){.nav-title{display:inline-block;font-size:17px}}
.nav-title strong{display:block;clear:both}
@media (min-width:840px){.nav-title strong{display:inline-block;margin-right:15px}}
.nav-title-head{font:normal 700 15px/19px adelle,serif}
.nav-links-link{color:#085394;text-decoration:none;font:normal 700 18.5px/19px Montserrat,sans-serif}
.nav-links{align-items:center;display:flex;height:100%;margin-left:auto}
.nav-links-link_home{margin-right:15px}
@media (min-width:600px){.nav-links-link_home{margin-right:30px}}
.nav-links-link_home:hover{color:#085394}
.nav-links-link_donate{align-items:center;background-color:#39bcdd;color:#fff;display:flex;font-weight:700;height:100%;padding:0 30px}
@media (min-width:600px){.nav-links-link_donate{padding:0 60px}}
.nav-links-link_donate:hover{background-color:#085394}
.section-lessPaddingBelow{padding-bottom:57.5px}
@media (min-width:660px){.section-lessPaddingBelow{padding-bottom:115px}}
.stackedGraphic-container{position:relative}
.stackedGraphic{position:absolute;width:100%}
.stackedGraphic_lvl2{z-index:99}
.stackedGraphic_lvl3{z-index:999}
.stackedGraphic_lvl4{z-index:9999}
.section-hero{background-image:url(/img/hero.jpg);background-position:center right;background-size:cover;color:#fff;display:flex;flex-direction:column;height:80vh;justify-content:center;padding-top:115px;margin-bottom:115px}
@media (min-width:660px){.section-hero{padding-top:230px;margin-bottom:230px}}
.section-hero h1{font-weight:400;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}
.section-hero h1 strong{font-weight:700;-webkit-transition-delay:0;transition-delay:0}
.section-hero .hero-reportDetails,.section-hero .hero-subtitle,.section-hero .hero-title{-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}
.section-hero.js-isInView{opacity:1}
.section-hero.js-isInView .hero-title{-webkit-transition-delay:.5s;transition-delay:.5s}
.section-hero.js-isInView .hero-subtitle{-webkit-transition-delay:666ms;transition-delay:666ms}
.section-hero.js-isInView .hero-reportDetails{-webkit-transition-delay:833ms;transition-delay:833ms}
.section-header{color:#085394}
.section-intro p{max-width:960px;margin:0 auto;font-size:17px;line-height:23px}
@media (min-width:660px){.section-intro p{font-size:20px;line-height:1.5}}
@media (min-width:1040px){.section-intro p{font-size:23px;line-height:34.5px}}
.section-childAbuse{max-width:1720px;margin-left:auto;margin-right:auto}
.section-childAbuse figure{max-width:1070px;margin:0 auto}
.section-childAbuse figure{max-width:1070px;margin:0 auto}
.childAbuseGraphic_legend{color:#b6b6b6;max-width:1070px;margin:0 auto}
.childAbuseGraphic_dots{margin-bottom:30px}
@media (min-width:660px){.childAbuseGraphic_dots{margin-bottom:60px}}
@media (min-width:660px){.childAbuseGraphic_dots-mobile{display:none}}
.childAbuseGraphic_dots-desktop{max-width:1070px;margin-left:auto;margin-right:auto}
@media (max-width:660px){.childAbuseGraphic_dots-desktop{display:none}}
.childAbuseGraphic_dots-desktop-img_lvl2,.childAbuseGraphic_dots-desktop-img_lvl3,.childAbuseGraphic_dots-desktop-img_lvl4{position:absolute;width:100%}
.childAbuseGraphic_dots-img_lvl1,.childAbuseGraphic_legend,.childAbuseGraphic_stat_1{-webkit-transition-delay:.67s;transition-delay:.67s}
.childAbuseGraphic_dots-img_lvl2,.childAbuseGraphic_stat_2{-webkit-transition-delay:1.33s;transition-delay:1.33s}
.childAbuseGraphic_dots-img_lvl3,.childAbuseGraphic_stat_3{-webkit-transition-delay:2s;transition-delay:2s}
.childAbuseGraphic_dots-img_lvl4,.childAbuseGraphic_stat_4{-webkit-transition-delay:2.67s;transition-delay:2.67s}
.childAbuseGraphic_stats{-webkit-column-count:1;-moz-column-count:1;column-count:1;text-align:center}
@media (min-width:660px){.childAbuseGraphic_stats{-webkit-column-count:2;-moz-column-count:2;column-count:2;grid-column-gap:30px;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;grid-row-gap:30px;row-gap:30px}}
@media (min-width:1040px){.childAbuseGraphic_stats{-webkit-column-count:4;-moz-column-count:4;column-count:4}}
.childAbuseGraphic_stats .childAbuseGraphic_stat{margin-bottom:30px}
@media (min-width:660px){.childAbuseGraphic_stats .childAbuseGraphic_stat{margin-bottom:0}}
.childAbuseGraphic_stats .childAbuseGraphic_stat:nth-child(1){color:#085394}
@media (min-width:660px) and (max-width:1040px){.childAbuseGraphic_stats .childAbuseGraphic_stat:nth-child(1){margin-bottom:30px}}
.childAbuseGraphic_stats .childAbuseGraphic_stat:nth-child(2){color:#149FC2}
.childAbuseGraphic_stats .childAbuseGraphic_stat:nth-child(3){color:#ED6E0C}
@media (min-width:660px) and (max-width:1040px){.childAbuseGraphic_stats .childAbuseGraphic_stat:nth-child(3){margin-bottom:30px}}
.childAbuseGraphic_stats .childAbuseGraphic_stat:nth-child(4){color:#e61e00}
.childAbuseGraphic_stat h2{font:normal 900 15px/19px Montserrat,sans-serif;font-size:32px;line-height:34.5px;margin-top:0;margin-bottom:5px}
@media (min-width:660px){.childAbuseGraphic_stat h2{margin-bottom:15px}}
.childAbuseGraphic_stat p{margin:0}
@media (min-width:660px){.section-costOfAbuse{max-width:1290px}}
.costOfAbuseGraphic{display:flex;flex-direction:column}
@media (min-width:1040px){.costOfAbuseGraphic{align-items:center;flex-direction:row;justify-content:center}}
.costOfAbuseGraphic-image{margin-bottom:30px;max-width:520px;width:100%;width:calc(100% - 120px);margin-left:auto;margin-right:auto}
@media (min-width:660px){.costOfAbuseGraphic-image{margin-bottom:60px;width:100%}}
@media (min-width:1040px){.costOfAbuseGraphic-image{margin-bottom:0;margin-right:calc(80px + 30px);max-width:630px;padding-left:0;padding-right:30px}}
.costOfAbuseGraphic-image_lvl2,.costOfAbuseGraphic-image_lvl3{position:absolute;width:100%}
.costOfAbuseGraphic-image_lvl2{z-index:99}
.costOfAbuseGraphic-image_lvl3{z-index:999}
@media (min-width:660px){.costOfAbuseGraphic-stats{max-width:630px;margin-left:auto;margin-right:auto}}
@media (min-width:1040px){.costOfAbuseGraphic-stats{max-width:520px;margin-left:0;margin-left:initial}}
.costOfAbuseGraphic-stats h2{font:normal 900 15px/19px Montserrat,sans-serif;font-size:32px;line-height:32px;margin-bottom:0}
@media (min-width:1040px){.costOfAbuseGraphic-stats h2{font-size:49px;line-height:49px;text-align:left}}
.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(1) a{background-color:#085394}
.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(1) h2,.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(1) p{color:#085394}
.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(2) a{background-color:#62ba46}
.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(2) h2,.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(2) p{color:#62ba46}
.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(3){margin-bottom:0}
.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(3) a{background-color:#ff7f1e}
.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(3) h2,.costOfAbuseGraphic-stats .costOfAbuseGraphic-stat:nth-child(3) p{color:#ff7f1e}
.costOfAbuseGraphic-stat{margin-bottom:30px;display:flex;flex-direction:column}
@media (min-width:1040px){.costOfAbuseGraphic-stat{margin-bottom:45px}}
.costOfAbuseGraphic-stat a{color:#fff;padding:15px 30px;text-align:center;text-decoration:none}
@media (min-width:660px){.costOfAbuseGraphic-stat a{align-self:flex-start}}
.costOfAbuseGraphic-stat a:hover{opacity:.7}
.costOfAbuseGraphic-stat h2{text-align:left}
.costOfAbuseGraphic-stat p:last-of-type{margin-bottom:11.5px}
.costOfAbuseGraphic-image_lvl1,.costOfAbuseGraphic-stat_1{-webkit-transition-delay:.67s;transition-delay:.67s}
.costOfAbuseGraphic-image_lvl2,.costOfAbuseGraphic-stat_2{-webkit-transition-delay:1.33s;transition-delay:1.33s}
.costOfAbuseGraphic-image_lvl3,.costOfAbuseGraphic-stat_3{-webkit-transition-delay:2s;transition-delay:2s}
.section-meetAnna{display:flex;flex-direction:column;max-width:740px;align-items:center;margin-left:auto;margin-right:auto}
.meetAnna-image{margin-bottom:7.5px;margin-top:7.5px}
@media (min-width:660px){.meetAnna-image{margin-bottom:15px;margin-top:15px}}
.meetAnna-image_child{width:63px;margin-top:0}
.meetAnna-image_adolescent{width:67px}
.meetAnna-image_adult{width:89px}
.meetAnna-infoBox{background-color:#085394;color:#fff;padding:30px}
.meetAnna-infoBox h1{font:normal 900 15px/19px Montserrat,sans-serif;font-size:49px;text-align:center;line-height:34px;margin-bottom:10px;margin-top:30px}
@media (min-width:660px){.meetAnna-infoBox h1{font-size:64px;line-height:45px;margin-bottom:10px;margin-top:45px}}
.meetAnna-infoBox h1 .meetAnna-infoBox-asterisk{font-weight:400;color:#39bcdd}
.meetAnna-infoBox p{text-align:center}
.meetAnna-careCategories{color:#bdf2ff;display:block;font-size:13px;text-align:center}
@media (min-width:660px){.meetAnna-careCategories{font-size:14px}}
.meetAnna-line{background-color:#085394;width:10px;height:15px}
@media (min-width:660px){.meetAnna-line{width:20px;height:30px}}
.meetAnna-line_double{height:30px}
@media (min-width:660px){.meetAnna-line_double{height:60px}}
.meetAnna-image_child{-webkit-transition-delay:.15s;transition-delay:.15s}
.meetAnna-line_1{-webkit-transition-delay:.35s;transition-delay:.35s}
.meetAnna-infoBox_1{-webkit-transition-delay:.35s;transition-delay:.35s}
.meetAnna-line_2{-webkit-transition-delay:.55s;transition-delay:.55s}
.meetAnna-infoBox_2{-webkit-transition-delay:.55s;transition-delay:.55s}
.meetAnna-line_3{-webkit-transition-delay:.75s;transition-delay:.75s}
.meetAnna-infoBox_3{-webkit-transition-delay:.75s;transition-delay:.75s}
.meetAnna-line_4{-webkit-transition-delay:.95s;transition-delay:.95s}
.meetAnna-infoBox_4{-webkit-transition-delay:.95s;transition-delay:.95s}
.meetAnna-line_5{-webkit-transition-delay:1.05s;transition-delay:1.05s}
.meetAnna-infoBox_5{-webkit-transition-delay:1.05s;transition-delay:1.05s}
.meetAnna-line_6{-webkit-transition-delay:1.25s;transition-delay:1.25s}
.meetAnna-infoBox_6{-webkit-transition-delay:1.25s;transition-delay:1.25s}
.meetAnna-line_7{-webkit-transition-delay:1.45s;transition-delay:1.45s}
.meetAnna-image_adolescent{-webkit-transition-delay:1.45s;transition-delay:1.45s}
.meetAnna-line_8{-webkit-transition-delay:1.65s;transition-delay:1.65s}
.meetAnna-infoBox_7{-webkit-transition-delay:1.65s;transition-delay:1.65s}
.meetAnna-line_9{-webkit-transition-delay:1.85s;transition-delay:1.85s}
.meetAnna-infoBox_8{-webkit-transition-delay:1.85s;transition-delay:1.85s}
.meetAnna-line_10{-webkit-transition-delay:2.05s;transition-delay:2.05s}
.meetAnna-infoBox_9{-webkit-transition-delay:2.05s;transition-delay:2.05s}
.meetAnna-line_11{-webkit-transition-delay:2.25s;transition-delay:2.25s}
.meetAnna-infoBox_10{-webkit-transition-delay:2.25s;transition-delay:2.25s}
.meetAnna-line_12{-webkit-transition-delay:2.45s;transition-delay:2.45s}
.meetAnna-image_adult{-webkit-transition-delay:2.45s;transition-delay:2.45s}
.section-riskFactors .section-header{margin-bottom:10px}
@media (min-width:660px){.section-riskFactors .section-header{margin-bottom:15px}}
.section-riskFactors .section-subheader{color:#737373;margin-bottom:30px;font-weight:400;font-size:15px;line-height:19px}
@media (min-width:660px){.section-riskFactors .section-subheader{font-size:17px;line-height:23px;max-width:670px;margin-left:auto;margin-right:auto;margin-bottom:60px}}
.riskFactors-all{-webkit-column-count:1;-moz-column-count:1;column-count:1;grid-column-gap:15px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;max-width:1290px;margin-left:auto;margin-right:auto}
@media (min-width:660px){.riskFactors-all{-webkit-column-count:2;-moz-column-count:2;column-count:2;grid-column-gap:30px;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}}
@media (min-width:1040px){.riskFactors-all{-webkit-column-count:3;-moz-column-count:3;column-count:3}}
.riskFactor{page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;width:100%;margin-bottom:19px}
@media (min-width:660px){.riskFactor{margin-bottom:23px}}
.riskFactor strong{display:block;color:#085394;margin-bottom:0}
.riskFactor p{color:#085394}
.section-joinUs{max-width:960px;margin-left:auto;margin-right:auto}
.section-joinUs h3{color:#085394}
.section-joinUs p{margin-left:15px;margin-bottom:9.5px;position:relative}
@media (min-width:660px){.section-joinUs p{margin-bottom:11.5px}}
.section-joinUs .joinUs-volunteeringParagraph{padding-top:30px;margin-left:0}
.section-joinUs .joinUs-volunteeringParagraph a{color:#39bcdd}
.section-joinUs .joinUs-volunteeringParagraph a:hover{color:#085394}
.section-joinUs .joinUs-triangle{color:#39bcdd;font-size:10px;left:-15px;position:absolute}
.furtherReading-links{display:flex;flex-direction:column}
@media (min-width:660px){.furtherReading-links{flex-direction:row;justify-content:center}}
.furtherReading-links a{border:1px solid #39bcdd;color:#39bcdd;margin-bottom:30px;padding:15px 30px;text-align:center;text-decoration:none}
@media (min-width:660px){.furtherReading-links a{margin-bottom:0;margin-right:30px}.furtherReading-links a:hover{border-color:#085394;color:#085394}.furtherReading-links a:last-child{margin-right:0}}
.furtherReading-links a.furtherReading-button{background-color:#39bcdd;color:#fff}
.furtherReading-links a.furtherReading-button:hover{border-color:#085394;background-color:#085394}
.section-spreadTheWord{display:flex;flex-direction:column}
@media (min-width:660px){.section-spreadTheWord{flex-direction:row;justify-content:center}}
.section-spreadTheWord h2{margin-bottom:0}
.section-spreadTheWord .section-header{margin-bottom:15px}
@media (min-width:660px){.section-spreadTheWord .section-header{margin-bottom:0;margin-right:25px}}
.spreadTheWord-links{display:flex;justify-content:center}
.spreadTheWord-link{-webkit-transition:opacity .17s ease-in-out;transition:opacity .17s ease-in-out}
.spreadTheWord-link:hover{opacity:.7}
.spreadTheWord-link_facebook{margin:0 30px 0 0}
.spreadTheWord-link_facebook figure{width:30px}
.spreadTheWord-link_twitter figure{width:36px}
.js-toFadeIn{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.33s;transition-duration:.33s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;opacity:0}
.js-toFadeIn.js-isInView{opacity:1}
.js-toFadeIn.js-isInView .js-toFadeIn{opacity:1}
.js-toFadeIn.js-toFadeIn_slow{-webkit-transition-duration:1s;transition-duration:1s}
body {
  min-height: 100%; }

h2 {
  line-height: 32px; }

.brand-purple-link {
  text-decoration: none;
  color: #60327A; }

.brand-yellow {
  color: #F8C22D; }

.brand-purple {
  color: #60327A; }

.brand-blue {
  color: #085394; }

section {
  opacity: 1.0; }

.section-hero {
  background-image: url(/packs/media/images/hero-661b0737232837dbe52a9fd43cf85d10.jpg);
  text-align: center;
  margin-bottom: 70px;
  padding-top: 10%;
  height: 100%; }

.section-hero p {
    text-align: justify; }

.section-intro {
  padding-bottom: 0; }

.section-intro p {
    max-width: 998px; }

.section-meetAnna {
  padding-bottom: 5%; }

.section-meet-anna {
  background-image: url(/packs/media/images/blue-girl-c1ab422a045fd6cae4d1ca4b3025d71a.jpg);
  background-position: center right;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 40vh;
  justify-content: center;
  padding-top: 115px;
  margin-bottom: 115px;
  text-align: center; }

.section-meet-anna p.notes {
    margin-bottom: 50px; }

.section-meet-anna p.notes a {
      color: #fff; }

.section-meet-anna p.more a {
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none; }

@media (min-width: 660px) {
    .section-meet-anna p.more a {
      margin-bottom: 0;
      margin-right: 30px; }
    .section-meet-anna p.more a:hover {
      border-color: #ccc;
      color: #ccc; }
    .section-meet-anna p.more a:last-child {
      margin-right: 0; } }

.section-calculator-banner {
  background-image: url(/packs/media/images/blue-boy-874189e7a1d2a9a7e33d0cacdc1ee1a5.jpg);
  background-position: center right;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 40vh;
  justify-content: center;
  padding-top: 190px;
  text-align: center; }

.section-calculator-banner p.notes {
    margin-bottom: 50px; }

.section-calculator-banner p.notes a {
      color: #fff; }

.section-calculator-banner p.more a {
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none; }

@media (min-width: 660px) {
    .section-calculator-banner p.more a {
      margin-bottom: 0;
      margin-right: 30px; }
    .section-calculator-banner p.more a:hover {
      border-color: #ccc;
      color: #ccc; }
    .section-calculator-banner p.more a:last-child {
      margin-right: 0; } }

.section-riskFactors .section-subheader {
  font-size: 22px; }

.riskFactor p {
  font-size: 20px; }

.section-impacts {
  padding-bottom: 20px;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto; }

.section-impacts .choose-county {
    margin-bottom: 35px; }

.section-impacts .choose-county a {
      color: #085394; }

.section-impacts .choose-county .section-header {
      color: #085394; }

.section-impacts .questions {
    margin-bottom: 35px; }

.section-impacts .questions a {
      color: #35632a; }

.section-impacts .questions .section-header {
      color: #35632a; }

.section-impacts .calculation-info {
    margin-bottom: 35px; }

.section-impacts .calculation-info a {
      color: #60327A; }

.section-impacts .calculation-info .section-header {
      color: #60327A; }

.section-impacts a {
    text-decoration: none; }

.section-impacts p.form {
    text-align: center; }

.section-impacts .impacts-row {
    display: flex; }

.section-impacts .impacts-column-6 {
    flex: 1 1 auto;
    margin: 0px 20px; }

@media only screen and (max-width: 1260px) {
    .section-impacts .impacts-row {
      display: block; }
    .section-impacts .impacts-column-6 {
      width: 100%; } }

.section-risk-factors {
  background-image: url(/packs/media/images/boy-map-b4d5c122ebf158dd4cff7ef30e85c4ec.jpg);
  background-position: center right;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 40vh;
  justify-content: center;
  padding-top: 115px;
  margin-bottom: 115px;
  text-align: center; }

.section-risk-factors p.notes {
    margin-bottom: 50px; }

.section-risk-factors p.notes a {
      color: #fff; }

.section-risk-factors p.more a {
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none; }

@media (min-width: 660px) {
    .section-risk-factors p.more a {
      margin-bottom: 0;
      margin-right: 30px; }
    .section-risk-factors p.more a:hover {
      border-color: #ccc;
      color: #ccc; }
    .section-risk-factors p.more a:last-child {
      margin-right: 0; } }

.section-childAbuse {
  padding-bottom: 80px; }

.section-childAbuse p.more a {
    border: 1px solid #085394 !important;
    color: #085394 !important;
    margin-bottom: 30px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none; }

.section-childAbuse .calculation-btn {
    margin-top: 5rem;
    text-align: center; }

.section-childAbuse .impacts-title {
    text-align: center;
    max-width: 1200px;
    margin: 60px auto 0 auto;
    color: #085394;
    font-size: 38px;
    line-height: 1.2; }

.form-btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: #085394;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 10px; }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-checkbox-row {
  margin-bottom: 4rem;
  margin-top: 2rem; }

.form-field {
  padding: 12px 20px;
  width: 50%; }

.recaptcha {
  padding: 12px 20px;
  width: 100%; }

.justify-content-center {
  justify-content: center !important; }

.section-toolkit {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F4FAFC; }

.section-toolkit .section-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }

.section-toolkit :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #39bcdd; }

.section-toolkit ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #39bcdd; }

p.section-introduction {
  text-align: center;
  font-size: 125%; }

.section-joinUs .joinUs-triangle {
  color: #323b41; }

.section-joinUs .share-button {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-left: none;
  border-right: none;
  background-color: #fff;
  padding: 10px 10px;
  text-align: left;
  text-decoration: none;
  width: 100%; }

.section-joinUs .share-button > * {
    vertical-align: middle; }

.section-joinUs .share-button h3 {
    color: #085394;
    display: inline-block;
    padding-left: 10px; }

.section-joinUs .share-button img {
    width: 50px; }

.section-joinUs .share-button .triangle {
    color: #085394;
    float: right;
    padding: 20px 10px; }

.section-joinUs .share-button .joinUs-triangle {
    color: #085394; }

.section-joinUs #social-share-link {
  text-align: center; }

.childAbuseGraphic {
  margin-top: -40px; }

.select2-search__field {
  font-size: 15px !important; }

p.section-introduction {
  text-align: center;
  font-size: 125%; }

a.nav-logoAndTitle {
  color: #085394;
  text-decoration: none; }

nav {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden; }

.menu-icon {
  display: none; }

.navbar-small {
  display: none; }

.nav-links a.menu {
  display: none; }

@media screen and (max-width: 840px) {
  .nav-links a:not(:last-child) {
    display: none; }
  .top-nav {
    box-shadow: none; }
  .nav-title {
    line-height: 0.7rem; }
  .nav-links a.menu {
    display: block; }
    .nav-links a.menu .menu-icon {
      padding: 25px 0;
      display: block;
      height: 100%;
      width: 60px;
      position: absolute;
      top: 0;
      right: 15px; }
  .navbar-small {
    display: block;
    position: fixed;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
    width: 100%;
    padding: 12px;
    line-height: 1.8rem;
    text-align: center;
    z-index: 999999; } }

.section-subheader {
  color: #737373;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px; }

@media (min-width: 660px) {
  .section-subheader {
    font-size: 17px;
    line-height: 23px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; } }

.public-page .section-header {
  padding: 50px 0px;
  margin-bottom: 0px; }

.table {
  width: 100%; }

.table th,
  .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }

.table th {
    text-align: inherit; }

.faq {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 100%;
  margin-bottom: 19px; }

.faq strong {
  display: block;
  color: #085394; }

.faq p,
.faq li,
.faq th,
.faq td {
  color: #085394; }

.address-holder {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.address-holder::after {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.address-1 {
  width: 50%;
  float: left; }

.clear-float {
  clear: both; }

.region-map {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable; }

.footer-icon {
  padding: 10px;
  border: solid 1px #fff; }

.footer-icon:hover {
  background-color: rgba(255, 255, 255, 0.178); }

.collab-title {
  color: #5c6064;
  letter-spacing: 0.06em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px; }

.glider-contain {
  padding: 0 30px !important; }

.glider-items {
  border: none !important;
  margin: 20px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.glider-items:hover {
  -webkit-filter: none;
          filter: none; }

.glider-next,
.glider-prev {
  width: auto !important;
  top: 45% !important;
  background: none !important; }

.glider-prev {
  left: -20px !important; }

#overide-height-and-width {
  width: 400px !important;
  height: 300px !important; }

.protectiveFactors-items {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto; }

.protectiveFactors-icon {
  float: left;
  margin-right: 10px;
  background-color: #39bcdd; }

.risk-factor-button {
  color: #60327A; }

.meetAnna-careCategories {
  font-size: 16px; }

@media (min-width: 1640px) {
  .region-map {
    margin-top: -45px;
    width: 450px; } }

@media (min-width: 1040px) {
  .riskFactors-all {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .region-map {
    height: 500px;
    width: 450px;
    margin: 0 auto; }
  .section-risk-factors {
    padding-bottom: 160px; } }

@media (min-width: 660px) {
  .riskFactors-all {
    grid-column-gap: 60px;
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px; }
  .meetAnna-infoBox p {
    font-size: 22px; } }

@media (max-width: 660px) {
  .section-hero.playbook {
    padding-top: 30px !important;
    height: inherit; }
  .region-map {
    margin-top: 0;
    height: 100% !important;
    width: 100%; } }

@media (max-width: 1040px) {
  .section-hero.playbook {
    height: inherit; }
  .region-map {
    margin-top: 0;
    height: 500px; } }

.highcharts-tooltip p,
.highcharts-tooltip ol,
.highcharts-tooltip li {
  font-size: 17px; }

.highcharts-tooltip li {
  list-style-type: circle;
  padding: 3px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .meetAnna-infoBox {
    width: 100%; } }

@media all and (-ms-high-contrast: none) and (min-width: 1040px), (-ms-high-contrast: active) and (min-width: 1040px) {
  .section-hero.playbook {
    padding-top: 40px !important; } }

@media all and (-ms-high-contrast: none) and (max-width: 660px), (-ms-high-contrast: active) and (max-width: 660px) {
  .section-hero.playbook {
    padding-top: 40px; } }

.childAbuseGraphic_stat {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; }

.childAbuseGraphic_stat p {
  font-size: 18px; }

.crime-statistic-container {
  color: #085394;
  display: flex;
  margin: 0% 5% 0% 5%; }

.half-width {
  width: 50%; }

.half-width + h5 {
  color: grey;
  padding-top: 10%; }

.half-width > h4 {
  margin-bottom: 1%; }

.risk-list > li {
  margin: 0% 5% 0% 5%;
  display: list-item;
  list-style-type: circle;
  text-align: start; }

.playbook-page {
  background-color: #E5E5E5;
  padding-bottom: 5%; }

.playbook {
  background-image: url(/packs/media/images/playbook-cover-807833d45e8d72017cf1380ef0f1fca9.png);
  text-align: center;
  margin-bottom: 70px;
  padding-top: 10%;
  height: 100%;
  color: white; }

.playbook p {
    text-align: justify;
    font-size: 20px; }

.playbook-btn {
  background-color: #ED6E0C;
  color: white;
  margin-top: 3%;
  font-weight: 700;
  border: none;
  padding: 1%;
  border-radius: 5px;
  box-shadow: 0px 2px 10px 0px #00000040;
  width: 30%; }

.summary-btn {
  width: 20%;
  font-size: 80%; }

.section-playbook {
  width: 90%;
  height: 30%;
  margin: auto;
  margin-top: 5%;
  border: 1px solid #E5E5E5;
  padding: 1%;
  background-color: white;
  color: #085394; }

.section-playbook + .last {
  margin-bottom: 5%; }

.expand > .line > h1,
.container > .line > h1 {
  color: #ED6E0C;
  padding-left: 3%;
  font-size: 32px; }

.expand > .line > .plusminus {
  color: #ED6E0C; }

.playbook-quote {
  border-left: 1px solid #149FC2;
  margin-left: 3%;
  margin-bottom: 3%; }

.playbook-quote > p {
  padding-left: 3%;
  margin-bottom: 0; }

.pads {
  padding: 3%; }

.expand > .container {
  padding: 3%; }

.hidden {
  display: none; }

.playbook-footer {
  margin-top: 10%;
  text-align: center;
  color: #085394; }

.playbook-footer > h1 {
  padding: 3%;
  margin: auto; }

.playbook-footer > button {
  margin-bottom: 10%; }

.playbook-image {
  justify-content: center;
  width: 75%; }

#pb-how-ex > img.playbook-image {
  width: 100%; }

.quote {
  font-style: italic; }

.plusminus {
  float: right;
  font-size: 44px;
  font-weight: 700;
  padding-right: 1%; }

.line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.line > h1 {
  padding-left: 3%;
  font-size: 32px;
  display: inline; }

.no-link {
  color: white;
  text-decoration: none; }

.column-btn {
  display: flex;
  flex-direction: column;
  align-items: center; }

.reporting-background {
  background-image: url(/packs/media/images/reporting-paradigm-background-a4c688ca9665776ec13aa6d5def71a8e.png); }

.reporting-list {
  margin-top: 0%;
  margin-left: 3%; }

.reporting-bullets {
  list-style-type: disc;
  margin-bottom: 3%; }

.reporting-numerals {
  list-style-type: upper-roman;
  font-size: 24px;
  margin-bottom: 2%; }

.reporting-image {
  margin-left: 2%;
  max-width: 600px;
  height: auto; }

.reporting-data {
  margin-left: 2%; }

.reporting-number-emphasis {
  font-size: 30px;
  font-weight: 600; }

.reporting-paradigm-footer {
  text-align: center;
  color: #085394; }

.reporting-paradigm-footer > h1 {
  padding: 3%;
  margin: auto; }

.reporting-paradigm-footer > button {
  margin-bottom: 10%; }



.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-prev, .glider-next {
  position: absolute;
  width: 10px;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -42px;
  border: 0;
  top: 40%;
  cursor: pointer;
  color: #a89cc8;
  opacity: 1;
  line-height: 1;
  -webkit-transition: opacity .25s cubic-bezier(.17,.67,.83,.67),
    color .5s cubic-bezier(.17,.67,.83,.67);
  transition: opacity .25s cubic-bezier(.17,.67,.83,.67),
    color .5s cubic-bezier(.17,.67,.83,.67);
}
#main .glider-prev:hover, #main .glider-next:hover {
  color: #8cc9f0;
}
.multiple .glider-prev, .multiple .glider-next {
  font-size: 20px;
  top: 37%;
}
.glider-next {
  right: -23px;
  left: auto;
}
.multiple .glider-next {
  right: -18px;
}
.multiple .glider-prev {
  left: -22px;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
.glider-slide {
  justify-content: center;
  align-content: center;
  background:#f5f5f5;
  width: 100%;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 99px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot.active {
  background: #a89cc8;
}
@media(max-width: 36em){
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25);
  }
}
.glider-contain {
  padding: 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position:relative;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
/* misc */
.glider-slide img {
  width: 100%;
  height: 300px !important;
}
.glider-contain {
  padding: 0px;
  width: 75%;
  margin: 0 auto;
}
@media(max-width: 575px){
  .glider-contain {
    width: 90%;
    
  }
}
.glider-slide {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5f5f5;
}
.multiple .glider-slide {
  min-height: 150px;
}
#main code {
  margin: 0;
}
#main pre {
  padding: 0;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto 25px auto;
}
header.major h2:after {
  margin-top: .2em;
}
.demo {
  padding: 60px 0;
  border-top: 1px solid #ddd;
}
.demo.first{
  border-top: 0;
  padding-top: 0;
}
li {
  list-style-type: none;
}
#add {
  display: none;
}
.glider-slide h1 {
  margin: 0;
}
.glider-slide {
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
#addSlide,#removeSlide{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.demo p,
.code p {
  max-width: 600px;
  margin: 2em auto;
}
.settings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.settings li {
  width: 50%;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding-right: 25px;
}
.settings li:last-child,
.settings li:nth-last-child(2) {
  border: 0;
}
.settings.uneven li:nth-last-child(2) {
  border-bottom: 1px solid #ddd;
}
@media(max-width: 575px){
  .settings li {
    width: 100%;
  }
  .settings li:nth-last-child(2){
    border-bottom: 1px solid #ddd;
  }
}
.setting-name {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 10px;
}
.settings .type {
  font-weight: bold;
}
.settings a {
  color:#3d7e9a;
  border: 0;
}
.indent {
  display: inline-block;
  padding-left: 25px;
  margin-top: 12px;
}
.little-margin {
  margin: 12px 0;
}
.aside {
  display: block;
  font-style: italic;
  font-size: .9em;
  margin-top: 15px;
}
.questions > li {
  padding-bottom: 35px;
  text-align: left;
  padding-top: 35px;
  border-bottom: 1px solid #ddd;
}
.questions .answer {
  max-width: none;
  width: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
.questions .question {
  margin: .5em auto;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  display: inline-block;
}
.questions li:last-child {
  border: 0;
}
@media(max-width: 575px){
  .questions .question {
    border: 0;
    margin-bottom: 20px;
  }
}
.script-features li {
  margin-bottom: 12px;
  font-size: 18px;

}
@media(max-width: 575px){
  .script-features li {
    text-align: left;
  }
}
.script-features .fa-check {
  color: yellowgreen;
  display: inline-block;
  padding-right: 7px;
  font-size: 12px;
  position: relative;
  top: -1px;
}
#main .glider-slide h1 {
  color: #8cc9f0;
  font-weight: bold;
}
#main .glider-slide:nth-child(3n) h1 {
  color: #efa8b0;
}
#main .glider-slide:nth-child(2n) h1 {
  color: #a89cc8;
}
.gradient-border {
  position: relative;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px 0 rgba(247, 186, 233, 0.5);
  border: 3px solid;
  -webkit-border-image:   -webkit-gradient(linear,
  left top, right top,
  from(#8cc9f0), 
  color-stop(#efa8b0),
  to(#a89cc8)) 5;
  -webkit-border-image:   linear-gradient(to right,
  #8cc9f0, 
  #efa8b0,
  #a89cc8) 5;
       -o-border-image:   linear-gradient(to right,
  #8cc9f0, 
  #efa8b0,
  #a89cc8) 5;
          border-image:   -webkit-gradient(linear,
  left top, right top,
  from(#8cc9f0), 
  color-stop(#efa8b0),
  to(#a89cc8)) 5;
          border-image:   linear-gradient(to right,
  #8cc9f0, 
  #efa8b0,
  #a89cc8) 5;
  border-right: 0;
  border-left: 0;
}
.gradient-border:before {
  position: absolute;
  top: 0;
  content: ' ';
  bottom: 0;
  left: 0;
  border-right: 3px solid;
  z-index: 2;
  -webkit-border-image:   -webkit-gradient(linear,
  left top, left bottom,
  from(#8cc9f0),
  color-stop(#efa8b0),
  to(#a89cc8)) 5;
  -webkit-border-image:   linear-gradient(to bottom,
  #8cc9f0,
  #efa8b0,
  #a89cc8) 5;
       -o-border-image:   linear-gradient(to bottom,
  #8cc9f0,
  #efa8b0,
  #a89cc8) 5;
          border-image:   -webkit-gradient(linear,
  left top, left bottom,
  from(#8cc9f0),
  color-stop(#efa8b0),
  to(#a89cc8)) 5;
          border-image:   linear-gradient(to bottom,
  #8cc9f0,
  #efa8b0,
  #a89cc8) 5;
}
.gradient-border:after {
  position: absolute;
  top: 0;
  content: ' ';
  bottom: 0;
  right: 0;
  border-right: 3px solid;
  -webkit-border-image:   -webkit-gradient(linear,
  left top, left bottom,
  from(#a89cc8),
  color-stop(#8cc9f0),
  to(#efa8b0)) 5;
  -webkit-border-image:   linear-gradient(to bottom,
  #a89cc8,
  #8cc9f0,
  #efa8b0) 5;
       -o-border-image:   linear-gradient(to bottom,
  #a89cc8,
  #8cc9f0,
  #efa8b0) 5;
          border-image:   -webkit-gradient(linear,
  left top, left bottom,
  from(#a89cc8),
  color-stop(#8cc9f0),
  to(#efa8b0)) 5;
          border-image:   linear-gradient(to bottom,
  #a89cc8,
  #8cc9f0,
  #efa8b0) 5;
  z-index: 2;
}
.glider-dots {
  margin-top: 15px;
}
.glider-contain {
  margin-bottom: 25px;
}
.glider-slide {
  background: #fff;
}
.multiple .gradient-border,
.multiple .gradient-border:before,
.multiple .gradient-border:after {
  border-width: 2px;
}
#nav ul li a,
#nav ul li a:after {
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: border .25s linear,
  background-color .25s linear;
  transition: border .25s linear,
  background-color .25s linear;
}
#nav ul li a.active {
  border: 1px solid #a89cc8;
}
#header > p {
  max-width: 600px;
  margin: 0 auto 2em auto;
}
#nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media(max-width: 480px){
  #nav {
    width: calc(100% - 2em);
    max-width: calc(100% - 2em);
  }
  #nav ul {
    display: flex;
  }
}
.spotlight .content > p {
  font-size: 18px
}
@media screen and (max-width: 736px) {
  #nav {
      display: block;
  }
  #nav ul {
    width: 734px;
  }
  .spotlight {
    margin-top: 50px;
  }
}
code.slim {
  margin: 0 5px;
  padding: .15em .4em;
}
html {
    --color-blue1: #085394;
    --color-blue2: #39BCDD;
    --color-green: #70B42B;
    --color-yellow: #F8C22D;
    --color-purple: #60327A;
    --color-red: #961610;
    --color-gray1: #33383A;
    --color-gray2: #626364;
    --color-gray3: #959B9E;
    --color-subtle-gray: #F2F4F5;
    --color-subtle-blue: #E8F6FA;
    --color-black: #000000;
    --color-white: #FFFFFF;
    --font-main: 'Montserrat', sans-serif;
    --font-alt: 'adelle', serif;
}

body { margin-top: 0; }

.section-riskFactors {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--font-main);
}

.section-riskFactors a {
    color: #085394;
    color: var(--color-blue1); 
    text-underline-offset: 4px;
    font-weight: 500;
}

.section-riskFactors p {
    line-height: 1.75;
    font-size: 16px;
    color: #33383A;
    color: var(--color-gray1);
}

.section-riskFactors .protectiveFactors-items strong,
.section-riskFactors .riskFactor > strong
{
    text-transform: uppercase;
    color: #626364;
    color: var(--color-gray2);
    padding-bottom: 5px;
}

.section-riskFactors .protectiveFactors-items strong:not(:first-child) 
{
    padding-top: 20px;
}

.section-riskFactors .protectiveFactors-icon
{
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.section-riskFactors .section-subheader {
    line-height: 1.5;
    font-size: 20px;
}

.section-riskFactors .riskFactor:not(:first-child) { margin-top: 30px; }

.section-toolkit { background-color: transparent; }

.section-joinUs { display: none; }

.-bullet ul {

    padding-left: 20px;
    list-style-type: none !important;
}

.-bullet ul li
{
    position: relative;
    font-size: 16px;
    list-style-type: none !important;
}

.-bullet ul li::before {
    top: 0.25em;
    font-family: "Font Awesome 6 Free";
    font-size: 0.8em;
    font-weight: 900;
    content: "\f04b";
    color: #70B42B;
    color: var(--color-green);
    position: absolute;
    left: -18px;
}

.-bullet ul li:not(:last-child) {
    margin-bottom: 10px;
}


/*# sourceMappingURL=application-503c682f.css.map*/