@charset "UTF-8";
body {
  font-family: Roboto,sans-serif;
  color: #243a4e;
  background-color: #40c8ea; }

h2 {
  font-size: 2.5rem; }

p a, .pagecontent ul a {
  color: inherit;
  border-bottom: 3px solid #f00; }
  p a:hover, .pagecontent ul a:hover {
    color: inherit;
    border-bottom: 3px solid #40c8ea; }

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.2em; }

b, strong {
  font-weight: 500; }

.imgcover {
  background-color: #4a4a4a; }

.inline-block {
  display: inline-block; }

section {
  padding-top: 60px;
  padding-bottom: 80px; }

.square {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  .square .imgcover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.fullwidth {
  max-width: none; }

.feature-image {
  display: block;
  margin-bottom: 1.5rem; }

::-moz-selection {
  color: #000;
  background-color: #40c8ea; }

::selection {
  color: #000;
  background-color: #40c8ea; }

.button,
input[type="submit"] {
  display: inline-block;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 30px;
  white-space: nowrap;
  background-color: transparent;
  color: #4a4a4a;
  border: 3px solid #ff5148;
  border-radius: 0; }
  .button:hover,
  input[type="submit"]:hover {
    border: 3px solid #4a4a4a !important; }
  .button.lightbg,
  input[type="submit"].lightbg {
    color: #4a4a4a !important; }
    .button.lightbg:hover,
    input[type="submit"].lightbg:hover {
      border: 3px solid #4a4a4a !important; }
  .button.red,
  input[type="submit"].red {
    color: #fff;
    background-color: #ff5148;
    border: 3px solid #ff5148; }
    .button.red.lightbg,
    input[type="submit"].red.lightbg {
      color: #fff !important; }
    .button.red:hover,
    input[type="submit"].red:hover {
      color: #fff;
      background-color: transparent;
      border: 3px solid #fff !important; }
      .button.red:hover.lightbg,
      input[type="submit"].red:hover.lightbg {
        color: #4a4a4a !important; }
  .button.blue,
  input[type="submit"].blue {
    color: #fff;
    border: 3px solid #40c8ea; }
    .button.blue:hover,
    input[type="submit"].blue:hover {
      color: #fff;
      background-color: transparent;
      border: 3px solid #fff !important; }
  .button.purple,
  input[type="submit"].purple {
    color: #fff;
    border: 3px solid #6a4094; }
    .button.purple:hover,
    input[type="submit"].purple:hover {
      color: #fff;
      background-color: transparent;
      border: 3px solid #fff !important; }
  .button.facebook,
  input[type="submit"].facebook {
    color: #fff;
    border: 3px solid #395999; }
    .button.facebook:hover,
    input[type="submit"].facebook:hover {
      color: #fff;
      background-color: transparent;
      border: 3px solid #fff !important; }
  .button.twitter,
  input[type="submit"].twitter {
    color: #fff;
    border: 3px solid #00aced; }
    .button.twitter:hover,
    input[type="submit"].twitter:hover {
      color: #fff;
      background-color: transparent;
      border: 3px solid #fff !important; }

.search-form {
  color: #fff;
  max-width: 500px; }
  .search-form .search-row {
    position: relative;
    height: 40px; }
  .search-form .search-field {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    left: 0;
    height: 100%;
    border-radius: 0;
    border: 2px solid #dfdfdf; }
  .inpage .search-form .search-field {
    border: 2px solid #c1c1c1; }
  .search-form .search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    color: #fff;
    padding: 5px 16px 5px 16px;
    background-color: #f0534d;
    border-radius: 0;
    border: 3px solid transparent;
    background-image: url(../img/magnify.svg);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: 50% 50%;
    cursor: pointer; }
  .search-form .search-submit:hover {
    background-color: #4a4a4a; }

.sidebar-widget {
  margin-bottom: 2rem;
  text-align: right; }
  .sidebar-widget ul {
    list-style-type: none; }
  .sidebar-widget a, .sidebar-widget ul a {
    border-bottom: solid 2px transparent; }
    .sidebar-widget a:hover, .sidebar-widget ul a:hover {
      border-bottom: solid 2px #4a4a4a; }

a,
header.top,
nav.overlay,
.search-submit,
input[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.hamline,
.line {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

nav.overlay {
  display: none;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  color: #c7c7c7;
  background-color: #1E2737;
  background-image: -webkit-linear-gradient(340deg, rgba(22, 30, 46, 0.3) 49.99%, transparent 50%), -webkit-linear-gradient(45deg, #442d38 20%, #1b2637 62%);
  background-image: linear-gradient(110deg, rgba(22, 30, 46, 0.3) 49.99%, transparent 50%), linear-gradient(45deg, #442d38 20%, #1b2637 62%); }
  body.menuopen nav.overlay {
    display: block;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1); }
  @supports ((-webkit-transform: translate3d(0, -100%, 0)) or (transform: translate3d(0, -100%, 0))) {
    nav.overlay {
      display: block;
      -webkit-transform: translate3d(0, -100%, 0) scaleY(0.5);
              transform: translate3d(0, -100%, 0) scaleY(0.5); } }
  nav.overlay .closex {
    position: absolute;
    display: block;
    top: 0.2em;
    right: 0.4em;
    font-size: 4em;
    line-height: 1em;
    width: 33px;
    height: 43px;
    color: #f1d93e;
    z-index: 600; }
    nav.overlay .closex .texticon {
      display: none; }
      .old-ie nav.overlay .closex .texticon {
        display: block; }
    nav.overlay .closex:hover .line1 {
      -webkit-transform: translate3d(1px, 4px, 0) rotate(45deg) scaleX(0.5) translateX(50%);
              transform: translate3d(1px, 4px, 0) rotate(45deg) scaleX(0.5) translateX(50%); }
    nav.overlay .closex:hover .line2 {
      -webkit-transform: translate3d(0, 18px, 0) rotate(90deg);
              transform: translate3d(0, 18px, 0) rotate(90deg); }
    nav.overlay .closex:hover .line3 {
      -webkit-transform: translate3d(-1px, 4px, 0) rotate(135deg) scaleX(0.5) translateX(50%);
              transform: translate3d(-1px, 4px, 0) rotate(135deg) scaleX(0.5) translateX(50%); }
    nav.overlay .closex .line {
      position: absolute;
      display: block;
      background-color: #f1d93e;
      width: 100%;
      height: 6px; }
      .old-ie nav.overlay .closex .line {
        display: none; }
    nav.overlay .closex .line1 {
      -webkit-transform: translate3d(0, 18px, 0) rotate(45deg);
              transform: translate3d(0, 18px, 0) rotate(45deg); }
    nav.overlay .closex .line2 {
      -webkit-transform: translate3d(0, 18px, 0) rotate(-45deg);
              transform: translate3d(0, 18px, 0) rotate(-45deg); }
    nav.overlay .closex .line3 {
      -webkit-transform: translate3d(0, 18px, 0) rotate(-45deg);
              transform: translate3d(0, 18px, 0) rotate(-45deg); }
  nav.overlay .phone {
    height: 100vh;
    font-family: Roboto;
    font-weight: 500; }
    nav.overlay .phone a {
      display: block;
      position: absolute;
      color: #c7c7c7;
      left: 10%;
      top: 50%;
      top: calc(50% - 1.5em); }
      nav.overlay .phone a:hover {
        color: #fff; }
      nav.overlay .phone a .smalltext {
        padding-left: 30px;
        font-size: 15px;
        text-transform: uppercase; }
      nav.overlay .phone a .number {
        padding-left: 30px;
        font-size: 35px;
        line-height: 1em;
        background-image: url(../img/phone.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 25px; }
  nav.overlay ul {
    font-family: 'Titillium Web',sans-serif;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1.4em;
    margin: 0;
    list-style-type: none;
    padding-right: 0;
    margin-top: 2em;
    margin-bottom: 2em; }
    nav.overlay ul li {
      margin-bottom: 0.2em;
      line-height: 1em; }
      nav.overlay ul li.current-menu-item > a {
        color: #f1d93e;
        border-right: 6px solid #f1d93e; }
      nav.overlay ul li a {
        display: inline-block;
        padding: 0 40px 0 0;
        border-right: 6px solid transparent;
        color: #c7c7c7; }
        nav.overlay ul li a:hover {
          color: #fff;
          border-right: 6px solid #fff; }
    nav.overlay ul ul {
      font-family: Roboto,sans-serif;
      font-weight: 500;
      font-size: 15px;
      margin: 7px 0 15px 0; }
      nav.overlay ul ul li a {
        display: block; }
        nav.overlay ul ul li a::after {
          content: " •";
          padding: 0.2em 0; }

header.top {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #141827;
  z-index: 400; }
  .home header.top {
    background-color: transparent; }
  .home.offtop header.top {
    background-color: #141827; }
  header.top .logo {
    display: block;
    position: absolute;
    top: 12px;
    text-indent: -9999px;
    width: 92px;
    height: 46px;
    background-image: url(../img/crimestoppers-logo-nostroke.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .home header.top .logo {
      -webkit-transform: scale(0.001);
              transform: scale(0.001); }
    .home.belowhero header.top .logo {
      -webkit-transform: scale(1);
              transform: scale(1); }
  header.top .menucol {
    font-family: Roboto;
    font-weight: 500; }
    header.top .menucol ul {
      position: absolute;
      right: 100px;
      list-style-type: none; }
      header.top .menucol ul li {
        display: inline-block; }
        header.top .menucol ul li a {
          display: block;
          text-transform: uppercase;
          padding: 29px 30px 10px 30px;
          color: #fff; }
          header.top .menucol ul li a:hover {
            opacity: 0.9; }
        header.top .menucol ul li.menu-item-58 a {
          padding-left: 38px;
          background-image: url(../img/home.svg);
          background-repeat: no-repeat;
          background-size: auto 26px;
          background-position: 0 70%; }
          .old-ie header.top .menucol ul li.menu-item-58 a {
            padding-left: 45px; }
  header.top .menutoggle {
    position: absolute;
    display: block;
    top: 15px;
    right: 0;
    height: 43px;
    width: 80px;
    background-color: #f1d93e;
    background: -webkit-linear-gradient(340deg, rgba(241, 217, 62, 0) 15px, #f1d93e 15.1px);
    background: linear-gradient(110deg, rgba(241, 217, 62, 0) 15px, #f1d93e 15.1px); }
    header.top .menutoggle .texticon {
      display: none;
      font-size: 2em;
      color: #000; }
      .old-ie header.top .menutoggle .texticon {
        display: block; }
    header.top .menutoggle .icon {
      position: absolute;
      left: 16px;
      top: 0;
      width: 33px;
      height: 35px; }
      header.top .menutoggle .icon .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(340deg, #f1d93e 9px, rgba(241, 217, 62, 0) 9.1px);
        background: linear-gradient(110deg, #f1d93e 9px, rgba(241, 217, 62, 0) 9.1px);
        z-index: 99; }
    header.top .menutoggle .hamline {
      position: absolute;
      display: block;
      background-color: #000;
      width: 100%;
      height: 6px; }
      .old-ie header.top .menutoggle .hamline {
        display: none; }
    header.top .menutoggle .line1 {
      -webkit-transform: translateY(6px);
              transform: translateY(6px); }
    header.top .menutoggle .line2 {
      -webkit-transform: translateY(18px);
              transform: translateY(18px); }
    header.top .menutoggle .line3 {
      -webkit-transform: translateY(30px);
              transform: translateY(30px); }
    header.top .menutoggle:hover .line1 {
      top: 0;
      -webkit-transform: translate3d(13px, 20px, 0) rotate(135deg) scaleX(0.5) translateX(50%);
              transform: translate3d(13px, 20px, 0) rotate(135deg) scaleX(0.5) translateX(50%); }
    header.top .menutoggle:hover .line2 {
      top: 0;
      -webkit-transform: translate3d(0, 18px, 0) rotate(90deg);
              transform: translate3d(0, 18px, 0) rotate(90deg); }
    header.top .menutoggle:hover .line3 {
      top: 0;
      -webkit-transform: translate3d(-13px, 20px, 0) rotate(45deg) scaleX(0.5) translateX(50%);
              transform: translate3d(-13px, 20px, 0) rotate(45deg) scaleX(0.5) translateX(50%); }

section.hero {
  padding-top: 140px;
  padding-bottom: 60px;
  color: #fff;
  background-color: #666;
  background-image: url("../img/header-bg2048.jpg");
  background-size: cover !important;
  background-position: center 60% !important; }
  section.hero .row {
    max-width: 900px; }
  section.hero .logo {
    display: block;
    width: 430px;
    height: 222px;
    max-width: 100%;
    text-indent: -9999px;
    background-image: url(../img/crimestoppers-logo-stroke.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  section.hero h2 {
    border-bottom: 4px solid #f1d93e; }

@media screen and (max-width: 1500px) {
  @supports (background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%)) {
    section.hero {
      background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg1500.jpg"), #131726;
      background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg1500.jpg"), #131726; } } }

@media screen and (max-width: 1000px) {
  @supports (background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%)) {
    section.hero {
      background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg1000.jpg"), #131726;
      background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg1000.jpg"), #131726; } } }

@media screen and (max-width: 800px) {
  @supports (background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%)) {
    section.hero {
      background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg800.jpg"), #131726;
      background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg800.jpg"), #131726; } } }

@media screen and (max-width: 640px) {
  @supports (background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%)) {
    section.hero {
      background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg640.jpg"), #131726;
      background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg640.jpg"), #131726; } } }

@media screen and (max-width: 320px) {
  @supports (background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%)) {
    section.hero {
      background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg320.jpg"), #131726;
      background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 54.99%, transparent 55%), url("../img/header-bg320.jpg"), #131726; } } }

section.cta {
  color: #fff;
  padding-bottom: 40px;
  background-color: #39354d;
  background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0.25) 40.99%, transparent 50%), #39354d;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.25) 40.99%, transparent 50%), #39354d; }
  section.cta h2 {
    font-size: 22px; }
  section.cta .button {
    width: 100%; }
  section.cta .smallphone {
    display: block;
    color: #ccc;
    text-align: center;
    padding-top: 0.5em; }

section.howitworks {
  color: #fff;
  background-color: #131726;
  background: -webkit-linear-gradient(285deg, #131726 0%, #253b4f 100%);
  background: linear-gradient(165deg, #131726 0%, #253b4f 100%); }
  section.howitworks svg {
    max-width: 100%; }
  section.howitworks .titlelink {
    color: #fff;
    opacity: 0.9; }
    section.howitworks .titlelink:hover {
      opacity: 1; }
  section.howitworks .point {
    padding: 50px 0 30px 0; }
  section.howitworks h2 {
    position: relative;
    font-size: 36px;
    text-align: center;
    padding-bottom: 0.25em;
    margin: 2em 0 2em 0; }
    section.howitworks h2::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: calc(50% - 2.5em);
      margin: 0 auto;
      width: 5em;
      height: 3px;
      background-color: #ce453d; }
  section.howitworks .icon {
    display: inline-block;
    width: 70%;
    margin-bottom: 3em; }
    section.howitworks .icon svg {
      width: 100%;
      height: auto; }
  section.howitworks .roundnum {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.7em;
    margin-bottom: 0.2em;
    margin-right: 0.2em;
    font-size: 23px;
    height: 1.6em;
    width: 1.6em;
    background-color: #ce453d;
    border-radius: 50%; }
  section.howitworks h3 {
    font-size: 24px; }
  section.howitworks .buttons .column .button {
    width: 100%; }
  section.howitworks .buttons .smallphone {
    display: block;
    color: #ccc;
    text-align: center;
    padding-top: 0.5em; }

section.crimes {
  background-color: #dfdfdf;
  background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0.03) 29.99%, transparent 30%), #dfdfdf;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.03) 29.99%, transparent 30%), #dfdfdf;
  position: relative; }
  section.crimes::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 300px;
    background-color: #151e2f;
    z-index: 0; }
  section.crimes h2 {
    background-image: url("../img/icon-security.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 1em;
    padding-left: 1.6em;
    margin-bottom: 1em; }

.crimelisting article {
  position: relative;
  background-color: #f4f4f4;
  box-shadow: 1.816px 3.564px 13px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em; }
  .crimelisting article .photocol {
    position: relative;
    height: 100%; }
    .crimelisting article .photocol .imgcover {
      position: absolute;
      height: 100%;
      width: 100%; }
  .crimelisting article .title {
    border-bottom: 2px solid #dfdfdf;
    padding: 30px; }
  .crimelisting article .time {
    float: right; }
  .crimelisting article h3 {
    font-size: 30px;
    margin-bottom: 0;
    margin-right: 4em; }
    .crimelisting article h3 a {
      color: #4a4a4a; }
      .crimelisting article h3 a:hover {
        color: #000; }
      .crimelisting article h3 a small {
        display: block;
        font-size: 16px;
        color: #ff5148;
        margin-top: 0.7em; }
  .crimelisting article .description {
    padding: 30px;
    overflow: auto; }
  .crimelisting article .readmore {
    float: right;
    color: #4a4a4a;
    border-bottom: 3px solid #ff5148; }

.bloglisting article {
  position: relative;
  background-color: #f4f4f4;
  box-shadow: 1.816px 3.564px 13px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em; }
  .bloglisting article .photocol {
    position: relative;
    height: 100%; }
    .bloglisting article .photocol .imgcover {
      position: absolute;
      height: 100%;
      width: 100%; }
  .bloglisting article .title {
    border-bottom: 2px solid #dfdfdf;
    padding: 25px; }
  .bloglisting article .time {
    float: right; }
  .bloglisting article h3 {
    font-size: 24px;
    margin-bottom: 0;
    margin-right: 4em; }
    .bloglisting article h3 a {
      color: #4a4a4a; }
      .bloglisting article h3 a:hover {
        color: #000; }
      .bloglisting article h3 a small {
        display: block;
        font-size: 16px;
        color: #ff5148;
        margin-top: 0.7em; }
  .bloglisting article .description {
    padding: 20px 25px 25px 25px;
    overflow: auto; }
  .bloglisting article .readmore {
    float: right;
    color: #4a4a4a;
    border-bottom: 3px solid #ff5148; }

.mapbox {
  position: relative;
  margin-top: 80px;
  z-index: 200; }
  .mapbox .heading {
    background-color: #f4f4f4;
    padding: 1em; }
    .mapbox .heading h3 {
      font-size: 18px;
      color: #4a4a4a;
      margin-bottom: 0; }
  .mapbox .crimemap-holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%; }
  .mapbox #crimemap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .mapbox #crimemap p {
      margin-bottom: 0; }
    .mapbox #crimemap a {
      color: #4a4a4a; }
      .mapbox #crimemap a:hover {
        color: #000; }
  .mapbox .legend {
    background-color: #dfdfdf;
    color: #4a4a4a;
    padding: 1em; }
    .mapbox .legend .item {
      display: inline-block;
      padding: 0 15px; }
      .mapbox .legend .item img {
        margin-right: 0.2em; }

section.wanted {
  background-color: #151e2f;
  color: #fff; }
  section.wanted p a {
    border-bottom: 2px solid #40c8ea; }
    section.wanted p a:hover {
      border-bottom: 2px solid #f1d93e; }
  section.wanted h2 {
    background-image: url("../img/icon-fingerprint.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 1em;
    padding-left: 1.2em;
    margin-bottom: 1em; }
  section.wanted article {
    position: relative;
    margin-bottom: 2em; }
    section.wanted article a {
      display: block;
      padding: 10px;
      background-color: #202e4a;
      text-align: center;
      line-height: 1.2em; }
      section.wanted article a:hover {
        background-color: #1c273c; }
      section.wanted article a .name {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 1em; }
      section.wanted article a .since {
        font-size: 12px;
        color: #a5bbc9; }

section.news {
  background-color: #dfdfdf;
  color: #4a4a4a; }
  section.news h2 {
    background-image: url("../img/icon-badge.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 1em;
    padding-left: 60px;
    margin-bottom: 1.5em; }
  section.news .article-holder {
    background-color: #f4f4f4;
    box-shadow: 1.816px 3.564px 13px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  section.news h3 {
    text-align: center;
    padding-bottom: 0.4em; }
    section.news h3 a {
      color: #4a4a4a; }
  section.news article {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 2px solid #dfdfdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section.news article .timestamp {
      font-weight: 500;
      font-size: 12px;
      color: #59a4de; }
    section.news article .display-image {
      margin: 1rem 0;
      background-color: #39354d; }
      section.news article .display-image img {
        max-height: 400px; }
    section.news article a {
      display: block;
      width: 100%;
      min-height: 100%;
      padding: 2em;
      color: #4a4a4a;
      margin: 0 !important; }
      section.news article a:hover {
        background-color: #fff; }
    section.news article .square {
      float: right;
      width: 33%;
      padding-bottom: 33%;
      margin: 0 0 10px 10px; }
  section.news .button {
    margin-top: 1em; }

section.support {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-image: url("../img/car-lights2048.jpg");
  background-size: cover;
  background-position: 60% 20%;
  background-repeat: no-repeat; }
  section.support h2 {
    background-image: url("../img/icon-creditcard.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 1em;
    padding-left: 1.8em;
    margin-bottom: 1em; }
  section.support .button {
    margin-top: 1rem; }

@media screen and (max-width: 1500px) {
  section.support {
    background-image: url("../img/car-lights1500.jpg"); } }

@media screen and (max-width: 1000px) {
  section.support {
    background-image: url("../img/car-lights1000.jpg"); } }

@media screen and (max-width: 800px) {
  section.support {
    background-image: url("../img/car-lights800.jpg"); } }

@media screen and (max-width: 640px) {
  section.support {
    background-image: url("../img/car-lights640.jpg"); } }

@media screen and (max-width: 320px) {
  section.support {
    background-image: url("../img/car-lights320.jpg"); } }

section.pagecontent {
  background-color: #dfdfdf;
  background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0.03) 29.99%, transparent 30%), #dfdfdf;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.03) 29.99%, transparent 30%), #dfdfdf;
  padding-top: 8rem; }
  section.pagecontent .breadcrumb {
    font-size: 20px;
    color: #4a4a4a;
    border-bottom: 2px solid transparent; }
    section.pagecontent .breadcrumb:hover {
      border-bottom: 2px solid #4a4a4a; }
  section.pagecontent h1 {
    font-size: 44px;
    line-height: 1.1em;
    margin-bottom: 1.375rem;
    color: #4a4a4a; }
    section.pagecontent h1 .subtitle {
      font-size: 20px;
      margin-top: -0.5rem; }
  section.pagecontent .whitebox {
    display: block;
    padding: 32px;
    background-color: #f4f4f4;
    box-shadow: 1.816px 3.564px 13px 0px rgba(0, 0, 0, 0.1);
    color: #4a4a4a; }
    section.pagecontent .whitebox .alignright {
      float: right;
      margin: 0 0 30px 15px;
      max-width: calc(100% - 200px); }
    section.pagecontent .whitebox .alignnone {
      float: none;
      display: block;
      margin: 0 0 30px 0; }
    section.pagecontent .whitebox .size-full {
      max-width: 100%;
      height: auto;
      margin: 0 0 30px 0; }
    section.pagecontent .whitebox .alignleft {
      float: left;
      margin: 5px 15px 30px 0; }
    section.pagecontent .whitebox .aligncenter {
      display: block;
      margin: 5px auto 30px auto; }
    section.pagecontent .whitebox .alignright {
      float: right;
      margin: 5px 0 30px 15px; }
    section.pagecontent .whitebox .alignnone {
      float: none;
      display: block;
      margin: 5px 0 30px 0; }
    section.pagecontent .whitebox .size-full {
      max-width: 100%;
      height: auto;
      margin: 5px 0 30px 0; }
  section.pagecontent a.whitebox:hover {
    background-color: #fff; }
  section.pagecontent .sidebar h3 {
    font-size: 24px; }
  section.pagecontent .sidebar ul {
    margin-left: 0; }
  section.pagecontent .bluebox {
    padding: 30px 30px 15px 30px;
    background-color: #39354d;
    box-shadow: 1.816px 3.564px 13px 0px rgba(0, 0, 0, 0.1); }
    section.pagecontent .bluebox .buttonrow .column {
      padding-bottom: 10px; }
    section.pagecontent .bluebox .button {
      width: 100%;
      padding: 12px 12px; }
    section.pagecontent .bluebox .smallphone {
      display: block;
      font-size: 12px;
      color: #ccc;
      text-align: center;
      padding-top: 0.3em; }
    section.pagecontent .bluebox h3 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 20px; }
  section.pagecontent #comments {
    margin-top: 3em; }
    section.pagecontent #comments input:not([type=submit]):not([type=file]),
    section.pagecontent #comments textarea {
      border: 2px solid #d1d1d1;
      border-radius: 0; }
    section.pagecontent #comments .form-submit {
      margin-top: 2.5em; }
    section.pagecontent #comments h2 {
      font-size: 1.9em; }
    section.pagecontent #comments h4 {
      font-family: "proxima-nova",sans-serif;
      font-style: normal;
      font-weight: 600; }
    section.pagecontent #comments ol {
      list-style-type: none;
      margin-left: 0; }
    section.pagecontent #comments article {
      position: relative;
      border-bottom: 1px solid #d1d1d1;
      padding: 0.5em 0 0.25em 20%;
      margin-bottom: 10px;
      overflow: auto; }
      section.pagecontent #comments article img {
        padding-bottom: 1em; }
      section.pagecontent #comments article h4 {
        margin-bottom: 0; }
      section.pagecontent #comments article h4 a {
        color: #243a4e; }
      section.pagecontent #comments article time a {
        color: #818181;
        font-size: 0.6em;
        display: block;
        margin-bottom: 1em; }
      section.pagecontent #comments article p {
        font-size: 0.8em; }
    section.pagecontent #comments .avatar {
      float: left;
      margin-left: -25%;
      left: 0;
      max-width: 20%; }
    section.pagecontent #comments .form-submit {
      text-align: center; }

.minicta {
  text-align: center; }
  .minicta .buttonrow {
    margin-top: 2em; }
    .minicta .buttonrow .column {
      margin-bottom: 1em; }
  .minicta .button {
    width: 80%; }
  .minicta .smallphone {
    display: block;
    color: #4a4a4a;
    margin-top: 0.3em; }
    .minicta .smallphone:hover {
      border-bottom: solid 2px transparent; }

section.pagecontent.bloglisting aside {
  text-align: right; }

section.pagecontent.bloglisting aside h2 {
  font-size: 24px; }

section.pagecontent.bloglisting .widget {
  margin-bottom: 2rem; }

section.pagecontent.bloglisting ul {
  list-style-type: none;
  margin: 0; }
  section.pagecontent.bloglisting ul a {
    border-bottom: solid 2px transparent; }
    section.pagecontent.bloglisting ul a:hover {
      border-bottom: solid 2px #4a4a4a; }

section.pagecontent.crimelisting h1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3rem; }

section.pagecontent.crimelisting select {
  display: inline-block;
  vertical-align: middle;
  width: 300px; }

section.pagecontent.crimedetail h1 {
  margin-bottom: 0; }

section.pagecontent.crimedetail .since {
  font-size: 16px;
  margin-bottom: 1.375rem; }

section.pagecontent.crimedetail .caseinfo {
  padding: 1rem 0;
  text-align: right;
  line-height: 1.6em; }

section.pagecontent.crimedetail .casenumber {
  color: #ef534c;
  font-weight: 500;
  font-size: 30px; }

section.pagecontent.crimedetail .flex-video {
  margin-bottom: 0; }

section.pagecontent.crimedetail .thumbs {
  margin: 10px -10px 2em -10px; }

section.pagecontent.crimedetail .thumb {
  padding: 10px 10px; }

section.pagecontent.crimedetail .graybox {
  background-color: #e6e6e6;
  padding: 15px;
  margin-top: 4px; }
  section.pagecontent.crimedetail .graybox .address {
    margin-bottom: 1em; }

section.pagecontent.crimedetail h3 {
  font-size: 16px;
  text-transform: uppercase; }

section.pagecontent.suspect h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1em; }

section.pagecontent.suspect .leftcol .row {
  margin: 0 -5px; }

section.pagecontent.suspect .largephoto {
  display: block;
  margin-bottom: 10px; }

section.pagecontent.suspect .thumb {
  padding: 0 5px 20px 5px; }

section.pagecontent.suspect .rightcol {
  padding-left: 1.875rem; }

section.pagecontent.suspect .since {
  text-align: right;
  font-size: 12px;
  margin-bottom: 1em;
  margin-top: -1em; }

section.pagecontent.suspect .graybox {
  background-color: #e6e6e6;
  padding: 15px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }

section.pagecontent.suspect .cases-warrants {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 1.2em;
  padding-top: 0.8em; }

section.pagecontent.suspect dl {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 0; }

section.pagecontent.suspect dt {
  width: 45%;
  text-align: right;
  float: left;
  clear: both;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0.5em; }
  section.pagecontent.suspect dt:after {
    content: ":"; }

section.pagecontent.suspect dd {
  width: 55%;
  float: left; }

section.pagecontent.suspects .whitebox.suspect {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px; }
  section.pagecontent.suspects .whitebox.suspect .heading {
    padding: 10px 20px;
    border-bottom: 2px solid #dfdfdf;
    margin-left: auto;
    margin-right: auto; }
  section.pagecontent.suspects .whitebox.suspect h2 {
    margin: 0;
    padding-top: 0.2em;
    font-weight: 500;
    font-size: 24px;
    padding-right: 1em; }
  section.pagecontent.suspects .whitebox.suspect .since {
    font-size: 12px; }
  section.pagecontent.suspects .whitebox.suspect .details {
    padding: 20px;
    margin-left: auto;
    margin-right: auto; }
    section.pagecontent.suspects .whitebox.suspect .details dl {
      margin-top: 1.5em;
      line-height: 1.2em; }
    section.pagecontent.suspects .whitebox.suspect .details dt {
      display: block;
      float: left;
      width: 45%;
      text-align: right;
      text-transform: uppercase;
      font-weight: 500;
      clear: both;
      padding: 0 0.5em; }
      section.pagecontent.suspects .whitebox.suspect .details dt::after {
        content: ":"; }
    section.pagecontent.suspects .whitebox.suspect .details dd {
      display: block;
      float: right;
      width: 55%;
      padding: 0 0.5em; }

footer.bottom .footer1 {
  background-image: url("../img/footer-skyline.jpg");
  background-size: cover;
  background-position: 50% 20%;
  padding: 80px 0 60px; }
  footer.bottom .footer1 a {
    color: #4a4a4a; }
  footer.bottom .footer1 .address {
    line-height: 1.25em;
    margin-bottom: 1rem; }
  footer.bottom .footer1 .logo {
    display: inline-block;
    background-image: url("../img/crimestoppers-logo-stroke.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 443px;
    height: 229px;
    text-indent: -9999px;
    max-width: 100%; }
  footer.bottom .footer1 .phone {
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    background-image: url("../img/phone-dark.svg");
    background-size: 0.8em auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 0.9em;
    margin-bottom: 1rem; }
  footer.bottom .footer1 .social {
    list-style-type: none;
    margin: 0; }
    footer.bottom .footer1 .social li {
      display: inline; }
      footer.bottom .footer1 .social li a {
        display: inline-block;
        margin-right: 10px;
        background-color: #4a4a4a;
        text-indent: -9999px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
        footer.bottom .footer1 .social li a.facebook {
          background-image: url(../img/icon-facebook-white.svg);
          background-color: #395999; }
        footer.bottom .footer1 .social li a.twitter {
          background-image: url(../img/icon-twitter-white.svg);
          background-color: #0084b4; }
        footer.bottom .footer1 .social li a.email {
          background-image: url(../img/icon-email-white.svg);
          background-color: #4a4a4a; }
  footer.bottom .footer1 .search-form {
    padding-top: 2rem;
    max-width: 20rem; }

footer.bottom .footer2 {
  background-color: #f0534d;
  color: #fff;
  padding: 1.5em 2em;
  font-size: 12px; }
  footer.bottom .footer2 .divide {
    margin: 0 1em; }
  footer.bottom .footer2 a {
    color: #fff; }
    footer.bottom .footer2 a:hover {
      text-decoration: underline; }

.wpcf7-form .required {
  color: #ff5148;
  font-weight: bold; }

.wpcf7-form input:not([type=submit]):not([type=file]),
.wpcf7-form textarea {
  border: 2px solid #dfdfdf;
  border-radius: 0; }

@media screen and (max-width: 1023px) {
  section > .row {
    max-width: calc(100% - 60px) !important; }
  section.pagecontent.suspects .whitebox.suspect .details dl {
    font-size: 1.5vw; } }

@media screen and (max-width: 799px) {
  section.cta .button {
    padding: 12px 0; }
  section.pagecontent.suspect .graybox {
    font-size: 14px; }
  section.pagecontent.suspect .bluebox h3 {
    font-size: 18px; } }

@media screen and (max-width: 639px) {
  h2 {
    font-size: 7.25vw; }
  section > .row {
    max-width: calc(100% - 10vw) !important; }
  .row.fullwidth {
    max-width: none !important; }
  .bloglisting .photocol {
    min-height: 300px; }
  section.pagecontent aside {
    margin-top: 4rem; }
  section.pagecontent .sidebar {
    margin-top: 3em; }
  .sidebar-widget {
    text-align: center; }
    .sidebar-widget h3 {
      font-size: 1.5rem; }
  .menucol ul {
    display: none; }
  nav.overlay {
    padding-bottom: 50px; }
    nav.overlay ul {
      padding-left: 0;
      font-size: 9vw; }
      nav.overlay ul ul {
        list-style-type: none; }
      nav.overlay ul li a {
        padding: 0 0 0 40px;
        border-right: none;
        border-left: 6px solid transparent; }
        nav.overlay ul li a:hover {
          border-right: none;
          border-left: 6px solid #fff; }
        nav.overlay ul li a::after {
          content: "" !important; }
      nav.overlay ul li.current-menu-item > a {
        border-right: none;
        border-left: 6px solid #f1d93e; }
    nav.overlay .phone {
      height: auto;
      padding-top: 3rem; }
      nav.overlay .phone a {
        position: relative;
        display: inline-block;
        left: 0; }
  section.hero {
    padding-top: 35px;
    padding-bottom: 50px; }
    section.hero > .row {
      max-width: calc(100% - 20vw) !important; }
    section.hero .logo {
      display: inline-block;
      max-width: 80%; }
    section.hero h2 {
      position: relative;
      font-size: 7vw;
      text-align: center;
      margin-bottom: 0.5em;
      border-bottom: none;
      padding-bottom: 12px; }
      section.hero h2::after {
        content: '';
        display: block;
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: 0;
        height: 4px;
        background-color: #f1d93e; }
  section.cta h2 {
    font-size: 5vw;
    padding-bottom: 1em; }
  section.cta .buttonrow .column {
    margin-bottom: 10px; }
  section.howitworks h2 {
    margin: 1em 0; }
  section.howitworks > .row {
    max-width: calc(100% - 20vw) !important; }
  section.howitworks .buttonrow .column {
    margin-bottom: 10px; }
  section.howitworks .icon {
    width: 80%; }
    section.howitworks .icon svg {
      width: 100%;
      height: auto; }
  section.crimes article .imgcover {
    position: relative !important;
    padding-bottom: 70%; }
  section.crimes article h3 {
    margin-right: 0; }
  section.crimes article .time {
    float: none; }
  section.crimes .mapbox .crimemap-holder {
    padding-bottom: 100%; }
  section.news h3 {
    font-size: 6vw; }
  section.news .newscol {
    margin-bottom: 4em; }
    section.news .newscol .imgholder {
      display: block;
      width: 100%;
      text-align: center; }
    section.news .newscol img {
      max-height: 300px;
      width: auto;
      text-align: center; }
  section.pagecontent.crimelisting .url-select {
    width: 100%; }
  section.pagecontent.crimelisting article .photocol {
    min-height: 200px; }
  section.pagecontent.crimelisting article .imgholder {
    min-height: 200px; }
  section.pagecontent.suspects .whitebox.suspect .since br {
    display: none; }
  section.pagecontent.suspects .whitebox.suspect .details dl {
    font-size: 1rem; }
  section.pagecontent.suspect .whitebox {
    padding: 5vw; }
  section.pagecontent.suspect .rightcol {
    padding-top: 2em;
    padding-left: 0; }
  section.pagecontent.suspect .since {
    text-align: left; }
  section.pagecontent.suspect .graybox {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    font-size: 16px; }
  section.pagecontent.suspect .bluebox h3 {
    font-size: 24px; }
  footer {
    text-align: center; }
    footer .address {
      padding-top: 3rem; }
    footer .search-form {
      display: inline-block;
      width: 100%; } }
