@charset "UTF-8";
/*
 Theme Name:     Shotspotter Theme
 Theme URI:
 Description:    Simple Bootstrap Child Theme
 Author:         Next Step
 Author URI:     http://www.hellonextstep.com
 Template:       simple-bootstrap
 Version:        1.0.0
*/
@import url("../simple-bootstrap/style.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
html, body, span, applet, object, iframe,
h1, h2, .homepage-module.multi-column-module .section-subheading, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0; }

:focus {
  outline: 0; }

h1, h2, .homepage-module.multi-column-module .section-subheading, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h6 {
  font-weight: bold;
  font-family: "Roboto", sans-serif !important; }

h1, .h1,
h2,
.homepage-module.multi-column-module .section-subheading, .h2 {
  line-height: 1.125;
  font-weight: 700; }

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.4 !important; }

h1, .h1 {
  font-size: 48px; }
  h1.small, .h1.small {
    font-size: 42px;
    margin-top: 15px; }

h2, .homepage-module.multi-column-module .section-subheading, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

body {
  background: #fff !important;
  color: #000;
  font-family: "Lato", sans-serif !important;
  font-weight: 300;
  position: relative;
  -webkit-text-size-adjust: none; }

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 30px 0; }

li {
  font-size: 18px; }

a,
a:hover,
a:focus,
a:visited {
  color: #ee2e24;
  text-decoration: none; }

/* Utility Classes */
/* Text Color*/
.text-dark,
.text-black {
  color: #000 !important; }

.text-gray-dark {
  color: #54565b !important; }

.text-white {
  color: #fff !important; }

.text-red {
  color: #ee2e24 !important; }

.text-underline,
.text-decoration-underline {
  text-decoration: underline !important; }

.text-uppercase {
  text-transform: uppercase; }

.font-style-italic {
  font-style: italic; }

/* Font Weight */
.font-weight-normal {
  font-weight: normal !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.light {
  font-weight: 300; }

.black {
  font-weight: 700; }

.quote {
  background: #f5f5f5;
  font-size: 18px;
  line-height: 36px;
  padding: 40px 60px;
  margin: 0; }

.small {
  font-size: 12px;
  line-height: 18px; }

.caps {
  text-transform: uppercase; }

/* Type display classes */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1; }

/* JT custom utility classes */
.d-flex {
  display: flex; }

.d-block {
  display: block !important; }

.d-inline,
.inline {
  display: inline; }

.d-inline-block {
  display: inline-block !important; }

.d-none {
  display: none !important; }

.pos-r {
  position: relative !important; }

.pos-a {
  position: absolute !important; }

.pos-f {
  position: fixed !important; }

.w-sm {
  width: 25% !important; }

.w-md {
  width: 50% !important; }

.w-lg {
  width: 75% !important; }

.w-full {
  width: 100% !important; }

.m-a-0 {
  margin: 0 !important; }

.m-a {
  margin: 20px !important; }

.m-a-md {
  margin: 30px !important; }

.m-a-lg {
  margin: 60px !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-t, .m-y {
  margin-top: 2rem !important; }

.m-b, .m-y {
  margin-bottom: 2rem !important; }

.m-t-sm, .m-y-sm {
  margin-top: 1rem !important; }

.m-b-sm, .m-y-sm {
  margin-bottom: 1rem !important; }

.m-t-md, .m-y-md {
  margin-top: 3rem !important; }

.m-b-md, .m-y-md {
  margin-bottom: 3rem !important; }

.m-t-lg, .m-y-lg {
  margin-top: 4rem !important; }

.m-b-lg, .m-y-lg {
  margin-bottom: 4rem !important; }

@media all and (max-width: 768px) {
  .mobile-m-b {
    margin-bottom: 2rem !important; }
  .mobile-m-b-0 {
    margin-bottom: 0 !important; }
  .mobile-m-b-sm {
    margin-bottom: 1rem !important; }
  .mobile-m-t {
    margin-top: 2rem !important; }
  .mobile-m-t-md {
    margin-top: 3rem !important; }
  .mobile-m-t-lg {
    margin-top: 4rem !important; } }

.m-r-0 {
  margin-right: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.m-r-sm, .m-x-sm {
  margin-right: 1rem !important; }

.m-l-sm, .m-x-sm {
  margin-left: 1rem !important; }

.m-r, .m-x {
  margin-right: 2rem !important; }

.m-l, .m-x {
  margin-left: 2rem !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-r-md, .m-x-md {
  margin-right: 3rem !important; }

.m-l-md, .m-x-md {
  margin-left: 3rem !important; }

.m-r-lg, .m-x-lg {
  margin-right: 4rem !important; }

.m-l-lg, .m-x-lg {
  margin-left: 4rem !important; }

.p-a-0 {
  padding: 0 !important; }

.p-a-sm {
  padding: 10px !important; }

.p-a {
  padding: 20px !important; }

.p-a-md {
  padding: 30px !important; }

.p-a-lg {
  padding: 60px !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-t-sm, .p-y-sm {
  padding-top: 1rem !important; }

.p-b-sm, .p-y-sm {
  padding-bottom: 1rem !important; }

.p-t, .p-y {
  padding-top: 2rem !important; }

.p-b, .p-y {
  padding-bottom: 2rem !important; }

.p-t-md, .p-y-md {
  padding-top: 3rem !important; }

.p-b-md, .p-y-md {
  padding-bottom: 3rem !important; }

.p-t-lg, .homepage-module.multi-column-module, .p-y-lg {
  padding-top: 4rem !important; }

.p-b-lg, .p-y-lg {
  padding-bottom: 4rem !important; }

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-r-sm, .p-x-sm {
  padding-right: 1rem !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-l-sm, .p-x-sm {
  padding-left: 1rem !important; }

.p-r, .p-x {
  padding-right: 2rem !important; }

.p-l, .p-x {
  padding-left: 2rem !important; }

.p-r-md, .p-x-md {
  padding-right: 3rem !important; }

.p-l-md, .p-x-md {
  padding-left: 3rem !important; }

.p-r-lg, .p-x-lg {
  padding-right: 4rem !important; }

.p-l-lg, .p-x-lg {
  padding-left: 4rem !important; }

.list-style-none {
  list-style: none !important; }

.list-bullet-primary {
  padding-left: 40px;
  margin-bottom: 20px;
  list-style: none;
  /* Remove default bullets */ }
  .list-bullet-primary li {
    margin-bottom: 10px; }
    .list-bullet-primary li::before {
      content: "\2022";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #ef2f25;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */ }

.dot-spot {
  margin: 0;
  padding: 0;
  list-style: none; }
  .dot-spot li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    line-height: 150%; }
    .dot-spot li:before {
      content: '';
      position: absolute;
      background: url("./img/dot-icon-small.png") no-repeat;
      background-size: 100%;
      height: 15px;
      width: 15px;
      top: 5px;
      left: 0;
      vertical-align: top;
      line-height: 100%; }
  .dot-spot a {
    color: #ee2e24; }

.border-radius {
  border-radius: 4px; }

.has-boxshadow, .homepage-module.news-item-module .news-spotlight .shotspotter_works:hover, .section-6.homepage-slick-wrapper .slick-slide {
  box-shadow: 0 8px 8px -4px rgba(0, 0, 1, 0.45);
  transition: box-shadow 0.3s ease-in-out; }

.alignleft {
  float: left;
  margin: 20px 20px 0 0; }

.alignright {
  float: right;
  margin: 20px 0 0 20px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.h-100 {
  height: 100% !important; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.border {
  border: 1px solid #e9ecef !important; }

.border-top {
  border-top: 1px solid #e9ecef !important; }

.border-right {
  border-right: 1px solid #e9ecef !important; }

.border-bottom {
  border-bottom: 1px solid #e9ecef !important; }

.border-left {
  border-left: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ee2e24 !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #ee2e24 !important; }

.border-light {
  border-color: #eeeeee !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.clearfix {
  clear: both; }

.hover-font-grow {
  transition: font-size ease-in-out 0.3s; }
  .hover-font-grow:hover {
    font-size: 1.2em; }

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

@media all and (min-width: 768px) {
  .md-up-br,
  .md-up-d-block {
    display: block; }
  .md-up-d-flex {
    display: flex; }
  .md-up-align-items-center {
    align-items: center; } }

.responsive-vid-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .responsive-vid-wrapper iframe,
  .responsive-vid-wrapper object,
  .responsive-vid-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #000; }
  .bg-black .inner-content.row {
    color: #fff; }

.bg-gray {
  background: #49494a; }

.bg-ltgray,
.bg-lightgray,
.bg-light-gray {
  background-color: #eaeaea; }

.bg-dark-gray {
  background-color: #2a2a2a; }

.bg-dark {
  color: #fff;
  background-color: #343a40; }

a.btn-red,
#request .submit {
  background: #ee2e24;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  padding: 13px 18px;
  font-weight: 300;
  text-transform: uppercase; }

.btn-play, .btn-play-sm, .btn-play-1 {
  background: url(/system/content-uploads/btn_play.png) no-repeat;
  display: inline-block;
  height: 104px;
  width: 104px; }

.btn-red, #protect .submit {
  background: #ee2e24;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  padding: 13px 18px;
  font-weight: 300;
  text-transform: uppercase; }

.btn-play-sm {
  background-size: 65px auto;
  height: 65px;
  width: 65px; }

.btn-play-1 {
  background: url(/system/content-uploads/btn-play-1.png) no-repeat;
  height: 120px;
  width: 121px; }

.btn {
  font-weight: bold;
  border-radius: 4px; }

.btn.btn-primary {
  border-color: #ee2e24;
  background-color: #ee2e24;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  color: #fff; }
  .btn.btn-primary:hover {
    border-color: #700e09;
    background-color: #700e09; }

a.btn-outline-light,
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }

.btn-outline-red {
  border-color: #ee2e24;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  .btn-outline-red:hover, .btn-outline-red:focus {
    color: #ee2e24;
    color: #a0140c;
    border-color: #a0140c; }

.red-button,
.redbutton {
  background: #ee2e24;
  background-image: linear-gradient(to bottom, #ee2e24, #ee2e24);
  border-radius: 28px;
  font-size: 20px;
  width: 370px;
  height: 21px;
  margin-left: 31%;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  box-sizing: content-box;
  text-decoration: none;
  line-height: 1.1; }

.button.big-brackets {
  color: #ee2e24;
  font-size: 16px;
  line-height: 120%; }

.big-brackets {
  padding: 5px 15px 10px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: bold; }
  .big-brackets:before, .big-brackets:after {
    position: absolute;
    content: '';
    width: 11px;
    height: 38px; }
  .big-brackets:before {
    background: url(/system/content-uploads/bracket-mid-left.png) no-repeat center left transparent;
    background-size: 11px;
    top: 0;
    left: 0; }
  .big-brackets:after {
    background: url(/system/content-uploads/bracket-mid-right.png) no-repeat center right transparent;
    background-size: 11px;
    top: 0;
    right: 0; }

a.cta-button {
  color: white;
  padding: 7px 15px;
  background-size: contain;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  transition: 0.5s; }
  a.cta-button:before, a.cta-button:after {
    position: absolute;
    content: '';
    background-size: 11px;
    width: 11px;
    height: 38px;
    top: 0; }
  a.cta-button:before {
    background: url(/system/content-uploads/bracket-mid-left.png) no-repeat center left transparent;
    left: 0; }
  a.cta-button:after {
    background: url(/system/content-uploads/bracket-mid-right.png) no-repeat center right transparent;
    right: 0; }
  a.cta-button:hover {
    opacity: 0.8; }

/* HubSpot Form Styles */
.hbspt-form,
.hbspt-form legend {
  font-family: 'Roboto', sans-serif; }

.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b !important;
  background-color: #ffffff;
  box-sizing: border-box; }

#hs-form-wrapper {
  padding-top: 20px;
  margin-bottom: 50px; }
  #hs-form-wrapper .hbspt-form fieldset.form-columns-1 .input,
  #hs-form-wrapper .hbspt-form fieldset.form-columns-2 .input {
    margin-right: 20px; }
  #hs-form-wrapper .hbspt-form input:not([type="submit"]),
  #hs-form-wrapper .hbspt-form select,
  #hs-form-wrapper .hbspt-form textarea {
    border: 2px solid #dadce3; }
  #hs-form-wrapper .hbspt-form textarea {
    min-height: 120px; }
  #hs-form-wrapper .hbspt-form form .hs-form-field label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px; }

.hs-form-field {
  margin-bottom: 20px; }

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background-color: #e02626;
  border-color: #e02626;
  color: #ffffff; }

.hs-form fieldset,
.hs-form fieldset.form-columns-1 .hs-input,
.hs-form .form-columns-1,
.hs-form .form-columns-2 {
  width: 100% !important;
  max-width: 100% !important; }

.hs-form label.hs-error-msg,
.hs-form .hs-error-msgs li {
  color: red;
  display: block;
  font-size: 13px !important;
  font-weight: bold; }

a.logo-new {
  padding: 0;
  height: initial;
  margin: 0 !important;
  position: absolute;
  top: 0;
  z-index: 100; }
  a.logo-new img {
    width: 260px;
    height: auto; }

.navbar-default {
  background-color: transparent;
  border: none;
  margin: 20px 0; }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ee2e24;
    background-color: transparent; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0px;
    box-shadow: none; }
  @media screen and (min-width: 1000px) {
    .navbar-default {
      margin-top: 30px; } }
.mega-btn a,
.mega-current_page_item.mege-btn a {
  background-color: #ee2e24 !important;
  border-radius: 4px !important;
  font-weight: bold !important; }

@media screen and (min-width: 1000px) {
  #navbar-responsive-collapse {
    display: block; } }

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-main_nav {
    background: initial; }
  li.mega-btn.mega-btn-large {
    margin-left: 10px !important; } }

#language-menu {
  position: relative;
  top: 0;
  right: 0; }
  #language-menu .dropdown-toggle {
    font-size: 14px;
    padding: 5px; }
  #language-menu .menu-item {
    display: block; }
  #language-menu .dropdown-menu > li > a {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 14px; }
  #language-menu .dropdown-menu {
    min-width: 0;
    padding: 0;
    margin: 0; }
  #language-menu a {
    color: #fff;
    font-weight: lighter;
    transition: color 0.3s ease-in-out; }
    #language-menu a:hover {
      color: #ee2e24; }
  @media screen and (max-width: 1000px) {
    #language-menu {
      padding-top: 10px;
      padding-bottom: 10px;
      width: 100%; }
      #language-menu .dropdown {
        display: block;
        width: 100%; }
      #language-menu .dropdown-toggle {
        width: 100%; }
        #language-menu .dropdown-toggle .caret {
          float: right;
          margin-top: 9px;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      #language-menu li.dropdown.open {
        width: 100%; }
        #language-menu li.dropdown.open *:not(.caret) {
          display: block;
          width: 100%; } }
  @media screen and (min-width: 1000px) {
    #language-menu {
      position: absolute;
      top: -30px;
      right: 25px; } }
header .navbar-default .navbar-toggle {
  display: block !important; }
  @media screen and (min-width: 1000px) {
    header .navbar-default .navbar-toggle {
      display: none !important; } }
@media screen and (max-width: 1000px) {
  #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
    font-weight: bold;
    font-size: 16px; } }

.site-footer {
  font-size: 14px; }
  .site-footer ul {
    list-style: none; }
  .site-footer ul[id^="menu-"] li {
    margin-bottom: 10px; }
  .site-footer a {
    color: #fff;
    transition: color 0.3s ease-in-out; }
    .site-footer a:hover {
      color: #ee2e24; }
  .site-footer .social li {
    display: inline-block;
    margin-right: 5px; }
  .site-footer .social a {
    display: block; }
  .site-footer .social .facebook, .site-footer .social .twitter, .site-footer .social .linkedin, .site-footer .social .gplus, .site-footer .social .youtube {
    background: url(/system/content-uploads/sprite5.png) no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px; }
  .site-footer .social .facebook {
    background-position: 0 -47px; }
  .site-footer .social .twitter {
    background-position: -48px -47px; }
  .site-footer .social .linkedin {
    background-position: -96px -47px; }
  .site-footer .social .gplus {
    background-position: -235px -47px; }
  .site-footer .social .youtube {
    background-position: -191px -47px; }
  .site-footer .copyright {
    border-top: 1px solid #494949;
    clear: both;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 18px;
    margin: 30px 0 0 0;
    padding-top: 20px; }
    .site-footer .copyright a {
      font-size: 12px !important; }

#menu-social-footer a {
  padding: 5px 10px 5px 0; }

@media screen and (max-width: 650px) {
  footer .social {
    width: 100%;
    text-align: center;
    margin-top: 20px; } }

.page-template-template-modules footer {
  padding: 0; }

.page-template-template-modules #content-wrapper {
  display: block;
  position: relative; }

.page-template-template-modules #content-wrapper > * {
  display: block; }

.page-template-template-modules #page-content {
  height: auto; }

.page-template-template-modules .navbar-default {
  background-color: #1e1e1e;
  border: none;
  padding: 25px 0 20px 0;
  margin: 0; }

.page-template-template-modules-homepage a.text-link {
  transition: color 0.3s ease-in-out; }
  .page-template-template-modules-homepage a.text-link:hover {
    color: #700e09; }

.section-1.homepage-hero {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/ShotSpotter-homepage-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .section-1.homepage-hero .text-container {
    background-color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 768px) {
    .section-1.homepage-hero {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      .section-1.homepage-hero .text-container {
        padding: 4rem 20px; }
      .section-1.homepage-hero h1 {
        font-size: 3rem;
        line-height: 1; }
      .section-1.homepage-hero p {
        font-weight: bold; } }
  @media (min-width: 768px) {
    .section-1.homepage-hero .text-container {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 4rem; } }
.section-2 .card {
  border-radius: 4px;
  border: solid thin #e9ecef; }
  .section-2 .card img {
    max-width: 100px; }

.section-2 .card-title {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .section-2 .card-wrapper {
    display: flex; }
    .section-2 .card-wrapper .col-md-4 {
      display: flex;
      width: 33.3333333333%; } }

.section-3 .d-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column; }

.section-3 .column-left {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/SST-Logo-@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 340px; }

@media screen and (max-width: 768px) {
  .section-3 {
    padding-top: 0 !important; } }

@media screen and (min-width: 768px) {
  .section-3 .container {
    display: flex;
    align-items: center; } }

.section-4 .clm-heading {
  height: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; }

.section-4 .clm-item {
  display: flex;
  flex-direction: row; }

.section-4 .wrapper-icon img {
  width: 40px;
  height: auto; }

@media screen and (min-width: 768px) {
  .section-4 .clm-item {
    min-height: 110px; } }

@media screen and (max-width: 768px) {
  .section-5 .stat-clm:not(:last-child) {
    border-bottom: solid thin #ced4da;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .section-5 .display-1 {
    font-size: 4rem; } }

@media screen and (min-width: 768px) {
  .section-5 .middle {
    border-left: solid thin #adb5bd;
    border-right: solid thin #adb5bd; } }

.section-6.homepage-slick-wrapper {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/sst-subtle-bg-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .section-6.homepage-slick-wrapper .slick-track {
    display: flex !important; }
  .section-6.homepage-slick-wrapper .slick-slide {
    background-color: #fff;
    border-radius: 4px;
    padding: 40px 20px 20px;
    margin: 0 10px 10px;
    box-sizing: border-box;
    height: inherit !important; }
    .section-6.homepage-slick-wrapper .slick-slide blockquote {
      font-weight: bold;
      text-align: center;
      padding-top: 10px;
      position: relative; }
      .section-6.homepage-slick-wrapper .slick-slide blockquote:before, .section-6.homepage-slick-wrapper .slick-slide blockquote:after {
        font-family: Sans-serif;
        color: #ee2e24;
        font-size: 4em;
        position: absolute;
        top: 0;
        opacity: 0.5;
        line-height: 18px; }
      .section-6.homepage-slick-wrapper .slick-slide blockquote:before {
        content: "“";
        left: 0; }
      .section-6.homepage-slick-wrapper .slick-slide blockquote:after {
        content: "”";
        right: 0; }
      .section-6.homepage-slick-wrapper .slick-slide blockquote footer {
        padding: 20px;
        background-color: transparent;
        text-align: center;
        margin-top: 35px; }
        .section-6.homepage-slick-wrapper .slick-slide blockquote footer:before {
          content: ""; }
  .section-6.homepage-slick-wrapper .slick-prev:before,
  .section-6.homepage-slick-wrapper .slick-next:before {
    color: #ee2e24 !important; }
  .section-6.homepage-slick-wrapper .slick-prev:before {
    content: url("/wp-content/themes/shotspotter/img/svg-icons/slick-chevron-left.svg"); }
  .section-6.homepage-slick-wrapper .slick-next:before {
    content: url("/wp-content/themes/shotspotter/img/svg-icons/slick-chevron-right.svg"); }
  .section-6.homepage-slick-wrapper .slick-dots li.slick-active button:before {
    color: #ee2e24; }
  @media screen and (max-width: 768px) {
    .section-6.homepage-slick-wrapper .homepage-slick-slides-wrapper.slick-slider {
      display: table;
      table-layout: fixed;
      width: 100%; } }
.homepage-slick-slides-wrapper footer {
  margin-bottom: 10px; }

.homepage-slick-slides-wrapper footer.alabama,
.homepage-slick-slides-wrapper footer.alaska,
.homepage-slick-slides-wrapper footer.arizona,
.homepage-slick-slides-wrapper footer.arkansas,
.homepage-slick-slides-wrapper footer.california,
.homepage-slick-slides-wrapper footer.colorado,
.homepage-slick-slides-wrapper footer.connecticut,
.homepage-slick-slides-wrapper footer.delaware,
.homepage-slick-slides-wrapper footer.florida,
.homepage-slick-slides-wrapper footer.georgia,
.homepage-slick-slides-wrapper footer.hawaii,
.homepage-slick-slides-wrapper footer.idaho,
.homepage-slick-slides-wrapper footer.illinois,
.homepage-slick-slides-wrapper footer.indiana,
.homepage-slick-slides-wrapper footer.iowa,
.homepage-slick-slides-wrapper footer.kansas,
.homepage-slick-slides-wrapper footer.kentucky,
.homepage-slick-slides-wrapper footer.louisiana,
.homepage-slick-slides-wrapper footer.maine,
.homepage-slick-slides-wrapper footer.maryland,
.homepage-slick-slides-wrapper footer.massachusetts,
.homepage-slick-slides-wrapper footer.michigan,
.homepage-slick-slides-wrapper footer.minnesota,
.homepage-slick-slides-wrapper footer.mississippi,
.homepage-slick-slides-wrapper footer.missouri,
.homepage-slick-slides-wrapper footer.montana,
.homepage-slick-slides-wrapper footer.nebraska,
.homepage-slick-slides-wrapper footer.nevada,
.homepage-slick-slides-wrapper footer.new-hampshire,
.homepage-slick-slides-wrapper footer.new-jersey,
.homepage-slick-slides-wrapper footer.new-mexico,
.homepage-slick-slides-wrapper footer.new-york,
.homepage-slick-slides-wrapper footer.north-carolina,
.homepage-slick-slides-wrapper footer.north-dakota,
.homepage-slick-slides-wrapper footer.ohio,
.homepage-slick-slides-wrapper footer.oklahoma,
.homepage-slick-slides-wrapper footer.oregon,
.homepage-slick-slides-wrapper footer.pennsylvania,
.homepage-slick-slides-wrapper footer.rhode-island,
.homepage-slick-slides-wrapper footer.south-carolina,
.homepage-slick-slides-wrapper footer.south-dakota,
.homepage-slick-slides-wrapper footer.tennessee,
.homepage-slick-slides-wrapper footer.texas,
.homepage-slick-slides-wrapper footer.utah,
.homepage-slick-slides-wrapper footer.vermont,
.homepage-slick-slides-wrapper footer.virginia,
.homepage-slick-slides-wrapper footer.washington,
.homepage-slick-slides-wrapper footer.west-virginia,
.homepage-slick-slides-wrapper footer.wisconsin,
.homepage-slick-slides-wrapper footer.wyoming {
  position: relative; }
  .homepage-slick-slides-wrapper footer.alabama > div, .homepage-slick-slides-wrapper footer.alabama > span,
  .homepage-slick-slides-wrapper footer.alaska > div,
  .homepage-slick-slides-wrapper footer.alaska > span,
  .homepage-slick-slides-wrapper footer.arizona > div,
  .homepage-slick-slides-wrapper footer.arizona > span,
  .homepage-slick-slides-wrapper footer.arkansas > div,
  .homepage-slick-slides-wrapper footer.arkansas > span,
  .homepage-slick-slides-wrapper footer.california > div,
  .homepage-slick-slides-wrapper footer.california > span,
  .homepage-slick-slides-wrapper footer.colorado > div,
  .homepage-slick-slides-wrapper footer.colorado > span,
  .homepage-slick-slides-wrapper footer.connecticut > div,
  .homepage-slick-slides-wrapper footer.connecticut > span,
  .homepage-slick-slides-wrapper footer.delaware > div,
  .homepage-slick-slides-wrapper footer.delaware > span,
  .homepage-slick-slides-wrapper footer.florida > div,
  .homepage-slick-slides-wrapper footer.florida > span,
  .homepage-slick-slides-wrapper footer.georgia > div,
  .homepage-slick-slides-wrapper footer.georgia > span,
  .homepage-slick-slides-wrapper footer.hawaii > div,
  .homepage-slick-slides-wrapper footer.hawaii > span,
  .homepage-slick-slides-wrapper footer.idaho > div,
  .homepage-slick-slides-wrapper footer.idaho > span,
  .homepage-slick-slides-wrapper footer.illinois > div,
  .homepage-slick-slides-wrapper footer.illinois > span,
  .homepage-slick-slides-wrapper footer.indiana > div,
  .homepage-slick-slides-wrapper footer.indiana > span,
  .homepage-slick-slides-wrapper footer.iowa > div,
  .homepage-slick-slides-wrapper footer.iowa > span,
  .homepage-slick-slides-wrapper footer.kansas > div,
  .homepage-slick-slides-wrapper footer.kansas > span,
  .homepage-slick-slides-wrapper footer.kentucky > div,
  .homepage-slick-slides-wrapper footer.kentucky > span,
  .homepage-slick-slides-wrapper footer.louisiana > div,
  .homepage-slick-slides-wrapper footer.louisiana > span,
  .homepage-slick-slides-wrapper footer.maine > div,
  .homepage-slick-slides-wrapper footer.maine > span,
  .homepage-slick-slides-wrapper footer.maryland > div,
  .homepage-slick-slides-wrapper footer.maryland > span,
  .homepage-slick-slides-wrapper footer.massachusetts > div,
  .homepage-slick-slides-wrapper footer.massachusetts > span,
  .homepage-slick-slides-wrapper footer.michigan > div,
  .homepage-slick-slides-wrapper footer.michigan > span,
  .homepage-slick-slides-wrapper footer.minnesota > div,
  .homepage-slick-slides-wrapper footer.minnesota > span,
  .homepage-slick-slides-wrapper footer.mississippi > div,
  .homepage-slick-slides-wrapper footer.mississippi > span,
  .homepage-slick-slides-wrapper footer.missouri > div,
  .homepage-slick-slides-wrapper footer.missouri > span,
  .homepage-slick-slides-wrapper footer.montana > div,
  .homepage-slick-slides-wrapper footer.montana > span,
  .homepage-slick-slides-wrapper footer.nebraska > div,
  .homepage-slick-slides-wrapper footer.nebraska > span,
  .homepage-slick-slides-wrapper footer.nevada > div,
  .homepage-slick-slides-wrapper footer.nevada > span,
  .homepage-slick-slides-wrapper footer.new-hampshire > div,
  .homepage-slick-slides-wrapper footer.new-hampshire > span,
  .homepage-slick-slides-wrapper footer.new-jersey > div,
  .homepage-slick-slides-wrapper footer.new-jersey > span,
  .homepage-slick-slides-wrapper footer.new-mexico > div,
  .homepage-slick-slides-wrapper footer.new-mexico > span,
  .homepage-slick-slides-wrapper footer.new-york > div,
  .homepage-slick-slides-wrapper footer.new-york > span,
  .homepage-slick-slides-wrapper footer.north-carolina > div,
  .homepage-slick-slides-wrapper footer.north-carolina > span,
  .homepage-slick-slides-wrapper footer.north-dakota > div,
  .homepage-slick-slides-wrapper footer.north-dakota > span,
  .homepage-slick-slides-wrapper footer.ohio > div,
  .homepage-slick-slides-wrapper footer.ohio > span,
  .homepage-slick-slides-wrapper footer.oklahoma > div,
  .homepage-slick-slides-wrapper footer.oklahoma > span,
  .homepage-slick-slides-wrapper footer.oregon > div,
  .homepage-slick-slides-wrapper footer.oregon > span,
  .homepage-slick-slides-wrapper footer.pennsylvania > div,
  .homepage-slick-slides-wrapper footer.pennsylvania > span,
  .homepage-slick-slides-wrapper footer.rhode-island > div,
  .homepage-slick-slides-wrapper footer.rhode-island > span,
  .homepage-slick-slides-wrapper footer.south-carolina > div,
  .homepage-slick-slides-wrapper footer.south-carolina > span,
  .homepage-slick-slides-wrapper footer.south-dakota > div,
  .homepage-slick-slides-wrapper footer.south-dakota > span,
  .homepage-slick-slides-wrapper footer.tennessee > div,
  .homepage-slick-slides-wrapper footer.tennessee > span,
  .homepage-slick-slides-wrapper footer.texas > div,
  .homepage-slick-slides-wrapper footer.texas > span,
  .homepage-slick-slides-wrapper footer.utah > div,
  .homepage-slick-slides-wrapper footer.utah > span,
  .homepage-slick-slides-wrapper footer.vermont > div,
  .homepage-slick-slides-wrapper footer.vermont > span,
  .homepage-slick-slides-wrapper footer.virginia > div,
  .homepage-slick-slides-wrapper footer.virginia > span,
  .homepage-slick-slides-wrapper footer.washington > div,
  .homepage-slick-slides-wrapper footer.washington > span,
  .homepage-slick-slides-wrapper footer.west-virginia > div,
  .homepage-slick-slides-wrapper footer.west-virginia > span,
  .homepage-slick-slides-wrapper footer.wisconsin > div,
  .homepage-slick-slides-wrapper footer.wisconsin > span,
  .homepage-slick-slides-wrapper footer.wyoming > div,
  .homepage-slick-slides-wrapper footer.wyoming > span {
    position: relative;
    z-index: 100;
    background-color: #ffffff; }
  .homepage-slick-slides-wrapper footer.alabama:after,
  .homepage-slick-slides-wrapper footer.alaska:after,
  .homepage-slick-slides-wrapper footer.arizona:after,
  .homepage-slick-slides-wrapper footer.arkansas:after,
  .homepage-slick-slides-wrapper footer.california:after,
  .homepage-slick-slides-wrapper footer.colorado:after,
  .homepage-slick-slides-wrapper footer.connecticut:after,
  .homepage-slick-slides-wrapper footer.delaware:after,
  .homepage-slick-slides-wrapper footer.florida:after,
  .homepage-slick-slides-wrapper footer.georgia:after,
  .homepage-slick-slides-wrapper footer.hawaii:after,
  .homepage-slick-slides-wrapper footer.idaho:after,
  .homepage-slick-slides-wrapper footer.illinois:after,
  .homepage-slick-slides-wrapper footer.indiana:after,
  .homepage-slick-slides-wrapper footer.iowa:after,
  .homepage-slick-slides-wrapper footer.kansas:after,
  .homepage-slick-slides-wrapper footer.kentucky:after,
  .homepage-slick-slides-wrapper footer.louisiana:after,
  .homepage-slick-slides-wrapper footer.maine:after,
  .homepage-slick-slides-wrapper footer.maryland:after,
  .homepage-slick-slides-wrapper footer.massachusetts:after,
  .homepage-slick-slides-wrapper footer.michigan:after,
  .homepage-slick-slides-wrapper footer.minnesota:after,
  .homepage-slick-slides-wrapper footer.mississippi:after,
  .homepage-slick-slides-wrapper footer.missouri:after,
  .homepage-slick-slides-wrapper footer.montana:after,
  .homepage-slick-slides-wrapper footer.nebraska:after,
  .homepage-slick-slides-wrapper footer.nevada:after,
  .homepage-slick-slides-wrapper footer.new-hampshire:after,
  .homepage-slick-slides-wrapper footer.new-jersey:after,
  .homepage-slick-slides-wrapper footer.new-mexico:after,
  .homepage-slick-slides-wrapper footer.new-york:after,
  .homepage-slick-slides-wrapper footer.north-carolina:after,
  .homepage-slick-slides-wrapper footer.north-dakota:after,
  .homepage-slick-slides-wrapper footer.ohio:after,
  .homepage-slick-slides-wrapper footer.oklahoma:after,
  .homepage-slick-slides-wrapper footer.oregon:after,
  .homepage-slick-slides-wrapper footer.pennsylvania:after,
  .homepage-slick-slides-wrapper footer.rhode-island:after,
  .homepage-slick-slides-wrapper footer.south-carolina:after,
  .homepage-slick-slides-wrapper footer.south-dakota:after,
  .homepage-slick-slides-wrapper footer.tennessee:after,
  .homepage-slick-slides-wrapper footer.texas:after,
  .homepage-slick-slides-wrapper footer.utah:after,
  .homepage-slick-slides-wrapper footer.vermont:after,
  .homepage-slick-slides-wrapper footer.virginia:after,
  .homepage-slick-slides-wrapper footer.washington:after,
  .homepage-slick-slides-wrapper footer.west-virginia:after,
  .homepage-slick-slides-wrapper footer.wisconsin:after,
  .homepage-slick-slides-wrapper footer.wyoming:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.homepage-slick-slides-wrapper footer.alabama:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Alabama.png"); }

.homepage-slick-slides-wrapper footer.alaska:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Alaska.png"); }

.homepage-slick-slides-wrapper footer.arizona:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Arizona.png"); }

.homepage-slick-slides-wrapper footer.arkansas:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Arkansas.png"); }

.homepage-slick-slides-wrapper footer.california:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/California.png"); }

.homepage-slick-slides-wrapper footer.colorado:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Colorado.png"); }

.homepage-slick-slides-wrapper footer.connecticut:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Connecticut.png"); }

.homepage-slick-slides-wrapper footer.delaware:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Delaware.png"); }

.homepage-slick-slides-wrapper footer.florida:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Florida.png"); }

.homepage-slick-slides-wrapper footer.georgia:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Georgia.png"); }

.homepage-slick-slides-wrapper footer.hawaii:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Hawaii.png"); }

.homepage-slick-slides-wrapper footer.idaho:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Idaho.png"); }

.homepage-slick-slides-wrapper footer.illinois:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Illinois.png"); }

.homepage-slick-slides-wrapper footer.indiana:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Indiana.png"); }

.homepage-slick-slides-wrapper footer.iowa:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Iowa.png"); }

.homepage-slick-slides-wrapper footer.kansas:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Kansas.png"); }

.homepage-slick-slides-wrapper footer.kentucky:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Kentucky.png"); }

.homepage-slick-slides-wrapper footer.louisiana:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Louisiana.png"); }

.homepage-slick-slides-wrapper footer.maine:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Maine.png"); }

.homepage-slick-slides-wrapper footer.maryland:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Maryland.png"); }

.homepage-slick-slides-wrapper footer.massachusetts:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Massachusetts.png"); }

.homepage-slick-slides-wrapper footer.michigan:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Michigan.png"); }

.homepage-slick-slides-wrapper footer.minnesota:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Minnesota.png"); }

.homepage-slick-slides-wrapper footer.mississippi:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Mississippi.png"); }

.homepage-slick-slides-wrapper footer.missouri:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Missouri.png"); }

.homepage-slick-slides-wrapper footer.montana:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Montana.png"); }

.homepage-slick-slides-wrapper footer.nebraska:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Nebraska.png"); }

.homepage-slick-slides-wrapper footer.nevada:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Nevada.png"); }

.homepage-slick-slides-wrapper footer.new-hampshire:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/New-Hampshire.png"); }

.homepage-slick-slides-wrapper footer.new-jersey:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/New-Jersey.png"); }

.homepage-slick-slides-wrapper footer.new-mexico:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/New-Mexico.png"); }

.homepage-slick-slides-wrapper footer.new-york:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/New-York.png"); }

.homepage-slick-slides-wrapper footer.north-carolina:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/North-Carolina.png"); }

.homepage-slick-slides-wrapper footer.north-dakota:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/North-Dakota.png"); }

.homepage-slick-slides-wrapper footer.ohio:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Ohio.png"); }

.homepage-slick-slides-wrapper footer.oklahoma:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Oklahoma.png"); }

.homepage-slick-slides-wrapper footer.oregon:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Oregon.png"); }

.homepage-slick-slides-wrapper footer.pennsylvania:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Pennsylvania.png"); }

.homepage-slick-slides-wrapper footer.rhode-island:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Rhode-Island.png"); }

.homepage-slick-slides-wrapper footer.south-carolina:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/South-Carolina.png"); }

.homepage-slick-slides-wrapper footer.south-dakota:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/South-Dakota.png"); }

.homepage-slick-slides-wrapper footer.tennessee:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Tennessee.png"); }

.homepage-slick-slides-wrapper footer.texas:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Texas.png"); }

.homepage-slick-slides-wrapper footer.utah:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Utah.png"); }

.homepage-slick-slides-wrapper footer.vermont:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Vermont.png"); }

.homepage-slick-slides-wrapper footer.virginia:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Virginia.png"); }

.homepage-slick-slides-wrapper footer.washington:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Washington.png"); }

.homepage-slick-slides-wrapper footer.west-virginia:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/West-Virginia.png"); }

.homepage-slick-slides-wrapper footer.wisconsin:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Wisconsin.png"); }

.homepage-slick-slides-wrapper footer.wyoming:after {
  background-image: url("/wp-content/themes/shotspotter/img/home-page/quote-states/Wyoming.png"); }

.homepage-slick-slides-wrapper footer:after {
  content: "";
  width: 100px;
  height: 100px;
  top: -13px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: inline-block; }

.homepage-module.multi-column-module {
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .homepage-module.multi-column-module .h2.section-subheading {
      font-size: 32px; } }
.homepage-module.news-item-module .news-spotlight .shotspotter_works {
  padding: 45px 40px;
  border-radius: 0.3rem; }
  .homepage-module.news-item-module .news-spotlight .shotspotter_works:before {
    border-radius: 0.3rem; }
  .homepage-module.news-item-module .news-spotlight .shotspotter_works:hover .inner-wrapper {
    bottom: 0; }
  .homepage-module.news-item-module .news-spotlight .shotspotter_works:hover .btn {
    opacity: 1; }

.homepage-module.news-item-module .inner-wrapper {
  position: relative; }

.homepage-module.news-item-module .btn {
  position: relative;
  z-index: 10; }

@media screen and (max-width: 768px) {
  .homepage-module.news-item-module .news-spotlight .shotspotter_works {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 340px; } }

@media screen and (min-width: 768px) {
  .homepage-module.news-item-module .inner-wrapper {
    bottom: -30px;
    transition: bottom 0.3s ease-in-out; }
  .homepage-module.news-item-module .btn {
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; } }

h3.section-heading,
.clm-heading h3 {
  font-size: 18px; }

div#sstHomeModal {
  z-index: 1050; }
  div#sstHomeModal label {
    display: none; }
  div#sstHomeModal .hs_message legend {
    display: none !important; }
  div#sstHomeModal label.hs-error-msg,
  div#sstHomeModal label.hs-error-msgs li {
    display: block; }
  div#sstHomeModal .hs-richtext.hs-main-font-element p {
    margin-bottom: 20px; }
  div#sstHomeModal ul.hs-error-msgs {
    margin-left: 5px;
    margin-right: 5px; }
  @media screen and (max-width: 768px) {
    div#sstHomeModal .hbspt-form fieldset.form-columns-1 .input,
    div#sstHomeModal .hbspt-form fieldset.form-columns-2 .input {
      margin-left: 5px;
      margin-right: 5px; }
    div#sstHomeModal input {
      margin-left: auto;
      margin-right: auto;
      width: 100% !important; } }
  @media screen and (min-width: 768px) {
    div#sstHomeModal .hbspt-form fieldset.form-columns-1 .input,
    div#sstHomeModal .hbspt-form fieldset.form-columns-2 .input,
    div#sstHomeModal .hbspt-form .hs_recaptcha.hs-recaptcha {
      margin-left: 5px;
      margin-right: 5px; } }
.fadein-section {
  opacity: 0; }

/* Community */
#community-2 .col-2 {
  width: 45%;
  padding: 60px 5% 0 0; }
  #community-2 .col-2 img {
    margin: 0 auto 40px;
    width: 268px;
    display: block; }

/* Community Page */
.p-0 {
  padding: 0 !important; }

.img-icon-wrapper {
  width: 150px;
  height: 100px;
  display: flex;
  text-align: center;
  align-items: center; }
  .img-icon-wrapper img {
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin: 0 auto; }

a.button.red-btn {
  background-color: #ee2e24;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px;
  font-weight: bold; }

/* page-id-4567 = Prod */
/* page-id-4318 = Local */
/* page-id-4394 = Stage */
.page-id-4567 .carousel-module,
.page-id-4318 .carousel-module,
.page-id-4394 .carousel-module {
  padding-top: 60px;
  padding-bottom: 60px; }

@media all and (max-width: 768px) {
  .vid-wrapper.community-page-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .vid-wrapper.community-page-video iframe,
  .vid-wrapper.community-page-video object,
  .vid-wrapper.community-page-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

@media all and (min-width: 768px) {
  .community-flex-wrapper {
    border: solid thin transparent;
    display: flex;
    align-items: center; } }

#technology-page {
  background: url(/wp-content/uploads/2018/09/technology.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 180px 0 180px 0;
  color: #fff;
  text-align: center; }

.technology-pg .about_section h3, .technology-pg .section.software_section h3 {
  line-height: 1.5em; }

.technology-pg p.bullet-desc {
  min-height: 115px; }

.technology-pg .citizens-video {
  background: url(/system/content-uploads/img-citizen-irc.jpg) no-repeat center center transparent !important;
  background-size: cover;
  padding: 225px 0;
  text-align: center; }

.technology-pg .law-enforcement-inner.bg-realtime {
  background: url(/wp-content/uploads/2018/09/sound-wave.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 0; }

.technology-pg .law-enforcement-inner.bg-realtime .right-margin-section {
  width: 50%;
  float: right;
  padding: 125px 0 125px 0;
  color: #fff; }

.technology-pg .law-enforcement-inner h3 {
  line-height: 1.5em;
  padding-top: 20px; }

.technology-pg .technology-diagram img.number {
  width: 100%;
  max-width: 110px; }

.technology-pg .tecnology-cta.cta_section, .technology-pg .about_section {
  padding: 75px 0; }

.technology-pg .icons_section {
  padding: 20px 0; }

.technology-pg .video-wrap h2, .technology-pg .video-wrap .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .technology-pg .video-wrap .section-subheading {
  color: white; }

.technology-pg .play_button {
  max-width: 80px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -40px; }

.technology-pg .video {
  background: url(/system/content-uploads/header_thumb_2a.jpg);
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
  top: 0; }

.technology-pg .about_section .video h3 {
  line-height: 1.5em;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-top: 0;
  margin-left: -150px; }

.technology-pg .software_section {
  padding: 70px 0; }

.technology-pg .software_section h2, .technology-pg .software_section .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .technology-pg .software_section .section-subheading {
  margin-bottom: 30px; }

.technology-pg .icons_section .technology-diagram ul.dot-spot {
  text-align: left; }

@media screen and (max-width: 420px) {
  .technology-pg .law-enforcement-inner.bg-realtime .right-margin-section {
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px; }
  .technology-pg .law-enforcement-inner.bg-realtime {
    background: black; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 414px) {
  .technology-pg p.bullet-desc {
    min-height: 0; } }

/* Law Flex */
.law-page .challenge-img {
  max-width: 360px;
  width: 100%; }

.law-page .icon-ch {
  height: 85px;
  width: auto;
  margin: 20px auto 30px auto;
  display: block; }

.law-page .proven_tech img.step-img {
  box-shadow: 5px 5px 32px grey; }

.law-page .law-challenge .text-wrap,
.missions-page .patrol-section .dot-list .text-wrap {
  width: 100%;
  margin: auto;
  padding: 0 50px; }

.law-page span.flex_num {
  color: #fe0006;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 48px; }

.law-page .row.impact_challenges {
  padding: 75px 0px 20px;
  clear: both; }

.law-page .law-challenge h2, .law-page .law-challenge .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-page .law-challenge .section-subheading {
  margin-bottom: 30px; }

.law-page .challenges-section {
  padding: 70px 0 90px 0; }
  .law-page .challenges-section .challenge-item {
    margin: 40px 0 60px; }
    .law-page .challenges-section .challenge-item .text-wrap {
      padding: 30px 30px;
      background: #fff; }

.law-page .proven_tech .proven-wrap {
  overflow: auto;
  padding: 70px 0; }

.law-page .proven_tech h2, .law-page .proven_tech .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-page .proven_tech .section-subheading {
  font-size: 26px;
  line-height: 120%;
  padding-bottom: 10px; }

.law-page .proven-wrap .stat-box {
  padding: 20px 0 0 0;
  text-align: center;
  background: transparent; }

.law-page .proven_tech {
  padding-bottom: 50px; }

.law-page .proven_tech .stat-box h2, .law-page .proven_tech .stat-box .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-page .proven_tech .stat-box .section-subheading {
  font-size: 60px; }

.law-page .proven_tech .step-item {
  margin-bottom: 70px; }

.law-page .proven_tech .step-item .text-wrap {
  margin-top: 50px; }

.law-page .proven_tech .step-item .text-wrap h3 {
  margin-bottom: 20px; }

.law-page .ballistic_section {
  background: url("./img/ballistic-background.jpg") no-repeat center center transparent;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 80px 0; }

.law-page .ballistic_section .half-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65); }

.law-page .ballistic_section h2, .law-page .ballistic_section .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-page .ballistic_section .section-subheading {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 120%; }

.law-page .ballistic_section li {
  font-size: 18px; }

.law-page .ballistic_section .button {
  margin-bottom: 20px; }

.law-page .justice_section {
  padding: 90px 0 0px 0; }

.law-page .justice_section .justice-item {
  margin-bottom: 70px; }

.law-page .justice_section .justice-item .text-wrap {
  margin-top: 60px; }

.law-page .justice_section .first-item .text-wrap {
  padding-left: 30px; }

.law-page .justice_section .justice-item .text-wrap li {
  font-size: 18px;
  margin-bottom: 15px; }

.law-page .justice_section .justice-item h3 {
  margin-bottom: 20px; }

@media screen and (max-width: 667px) {
  .law-page span.flex_num {
    top: -10px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 414px) {
  .law-page span.flex_num {
    top: 0; } }

.bg-sitesecure {
  background: url(/wp-content/uploads/2018/09/site-secure-background.jpg) no-repeat center center transparent;
  background-size: cover;
  background-position-y: center; }

.sst-module .bg-sitesecure {
  padding-top: 100px;
  padding-bottom: 100px; }

/* Missions Page */
.missions-banner {
  background: url(/wp-content/uploads/2018/10/missions-banner-background-2.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 150px 0 170px 0;
  color: #fff; }

.missions-banner h1 {
  font-weight: 400;
  font-size: 60px;
  padding-bottom: 15px; }

.missions-page .patrol-section {
  padding: 70px 0 90px 0; }

.missions-page .quote-box {
  padding: 25px 25px 5px;
  background: white;
  box-shadow: 2px 2px 5px grey; }

.missions-page p.speaker {
  font-size: 15px; }

.missions-page .speaker span {
  display: block;
  font-size: 13px;
  padding-left: 10px;
  text-transform: uppercase;
  color: #666;
  line-height: 17px; }

.missions-page .quote-box p {
  position: relative;
  padding: 0px 45px; }

blockquote#new-results-page-quote p {
  line-height: 1.5; }

.sst-modal-youtube-player {
  position: relative; }
  .sst-modal-youtube-player .sst-modal-youtube-player-thumbnail {
    width: 100%;
    height: auto; }
  .sst-modal-youtube-player .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .sst-modal-youtube-player .video-play-button img {
      width: 100px; }

.training-introduction h2, .training-introduction .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .training-introduction .section-subheading {
  font-size: 28px;
  line-height: 140%;
  margin: 32px 0; }

.training-interior a {
  text-decoration: underline;
  font-weight: 400;
  position: relative; }

.training-box {
  border: 1px #d0d0d0 solid;
  text-align: center;
  padding: 24px;
  margin-bottom: 24px; }
  .training-box img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 200px;
    margin: 18px auto 0; }

.training-interior ul {
  margin: 0;
  padding-left: 24px;
  list-style: none; }

.training-interior ul li {
  margin-bottom: 6px; }

.training-interior ul li::before {
  content: "\2022";
  color: #ee2e24;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.training-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 48px;
  border-bottom: 1px #696969 solid; }

.training-interior:last-of-type .training-items {
  border-bottom: 0; }

.training-item {
  width: calc(25% - 12px);
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  margin-bottom: 42px; }

.training-item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 16px; }

.training-item p {
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 130%; }

.training-item p:first-of-type {
  min-height: 60px; }

a.fancybox.training-video {
  display: block; }

a.fancybox.training-video:before {
  display: block;
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.3) url(img/play.png) center center no-repeat;
  background-size: 48px 48px;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* flip card: Section 3 */
.card-flip {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  .card-flip > div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex; }
  .card-flip .card-front {
    transform: rotateY(0deg); }
  .card-flip .card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0; }
  .card-flip .card-body {
    flex: 1 1 auto;
    padding: 1.25rem; }
  .card-flip:hover .card-front {
    transform: rotateY(-180deg); }
  .card-flip:hover .card-back {
    transform: rotateY(0deg); }

#card-flip-section .wrapper-icon {
  display: block; }
  #card-flip-section .wrapper-icon img {
    height: 70px;
    width: auto; }

#gunshot-detection-page-section-four .card {
  border-radius: 4px;
  border: solid thin #e9ecef; }
  #gunshot-detection-page-section-four .card a {
    transition: all 0.3s ease-in-out; }
    #gunshot-detection-page-section-four .card a:hover {
      transform: translateY(-5px);
      transition: all ease-in-out ease-in-out;
      box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.2); }

#gunshot-detection-page-section-four .card-title {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  #gunshot-detection-page-section-four .card-wrapper {
    display: flex; }
    #gunshot-detection-page-section-four .card-wrapper .col-md-4 {
      display: flex;
      width: 33.3333333333%; } }

@media all and (min-width: 768px) {
  #gunshot-detection-three-card-wrapper {
    max-width: 880px; } }

/* OneTrust Module
================ */
#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-pc-container.accordion-text,
#onetrust-consent-sdk #onetrust-pc-sdk .accordion-text .cookie-subgroup-toggle .ot-switch.toggle {
  background-color: transparent !important; }

#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #ffffff !important;
  /* border: solid thin #ffffff !important; */ }

p#onetrust-policy-text a:focus {
  border: none;
  outline: none; }

#onetrust-pc-sdk .always-active {
  color: #cccccc !important;
  line-height: 1.75 !important; }

#onetrust-pc-sdk .group-parent-container,
#onetrust-pc-sdk .ot-accordion-layout.category-item {
  margin-top: 3px !important; }

#onetrust-pc-sdk .manage-pc-container {
  margin-top: 3px !important; }

@media all and (max-width: 767px) {
  .ot-switch.toggle.ot-hide-tgl {
    display: none !important; } }

#onetrust-consent-sdk #onetrust-pc-sdk .manage-pc-container {
  padding-top: 15px !important; }

.pc-logo-container {
  display: none !important; }

#onetrust-pc-sdk ul {
  margin-top: 0 !important; }

#onetrust-pc-sdk .group-parent-container,
#onetrust-pc-sdk .ot-accordion-layout.category-item {
  padding: 6px 0 !important; }

#onetrust-pc-sdk.otPcList .manage-pc-container,
#onetrust-pc-sdk.otPcList .group-parent-container {
  padding: 6px 0 !important; }

#onetrust-banner-sdk .ot-sdk-row,
#onetrust-pc-sdk .ot-sdk-row,
#ot-sdk-cookie-policy .ot-sdk-row {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important; }

body {
  background: #fff !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  position: relative;
  -webkit-text-size-adjust: none;
  color: #000; }
  body * {
    box-sizing: border-box; }

.media-kit h3 {
  font-weight: 700; }

.third-second-sub.NGI-2016 {
  background: #e3e3e3;
  color: #4d4d4d !important;
  padding-bottom: 50px; }

.quote p {
  margin: 0; }

.quote-btm {
  background: url(/system/content-uploads/bg_quote.png) top right no-repeat;
  height: 53px;
  width: 100%;
  margin: 0; }

table a:not(.btn), .table a:not(.btn) {
  text-decoration: none; }

.download-lg, .arrow-lg, .contact-lg {
  background: url(/system/content-uploads/icon_download-lg.png) no-repeat top left;
  color: #ee2e24;
  font-size: 48px;
  font-weight: 700;
  padding: 0 0 0 100px; }

.arrow-lg {
  background: url(/system/content-uploads/icon_arrow-lg.png) no-repeat top left; }

.contact-lg {
  background: none;
  padding: 0; }

ul.list-items {
  margin: 20px 0 0 0; }

ul.list-items li, .expandables-list a.view, .more ul li {
  background: url(/system/content-uploads/bg_li.png) no-repeat left 9px;
  font-size: 18px;
  font-weight: 300;
  list-style-type: none;
  padding: 5px 0 0 40px;
  margin: 0 0 20px 0; }

ul.list-items-gunfire li, .expandables-list a.view, .more ul li {
  background: url(/system/content-uploads/bg_li.png) no-repeat left 0 !important; }

ul.list-items-gunfire li, .expandables-list a.view, .faq-more ul li {
  background: url(/system/content-uploads/bg_li.png) no-repeat left 10px !important; }

.faq .expand {
  background: url(/system/content-uploads/down-arrow.png) no-repeat center right 15px;
  font-size: 18px;
  font-weight: 300;
  padding: 0 35px 0 0;
  line-height: 1.2em;
  margin-bottom: 17px;
  display: inline-block; }

hr {
  background: #cacaca;
  border: none;
  height: 1px;
  margin: 20px 0; }

.col-2 {
  float: left;
  width: 45%;
  padding: 0 5% 0 0; }

.col-3 {
  float: left;
  font-size: 18px;
  line-height: 30px;
  width: 33%; }

.phone, .email {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 0 40px;
  padding: 10px 0 0 50px; }

.phone {
  background: url(/system/content-uploads/icon_phone.png) no-repeat; }

.email {
  background: url(/system/content-uploads/icon_email.png) no-repeat; }

.page-404 {
  padding: 120px 50px; }

/* Icons */
img.ngi2017 {
  position: fixed;
  max-width: 115px;
  right: 90px;
  top: -100px;
  width: 100%;
  z-index: 100;
  -webkit-transition: top 2s;
  -moz-transition: top 2s;
  transition: top 2s; }

img.ngi2017.top-show {
  top: 0;
  -webkit-transition: top 1.2s;
  -moz-transition: top 1.2s;
  transition: top 1.2s; }

img.ngi2017:hover {
  opacity: .8;
  transition: .5s; }

.ngi2017-mobile {
  background: rgba(191, 191, 191, 0.9);
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100; }
  .ngi2017-mobile a {
    color: black; }

.logo {
  background: url(/system/content-uploads/sprite5.png) no-repeat;
  display: inline-block;
  height: 40px;
  margin: 14px 0 0 10px;
  width: 156px;
  position: absolute;
  z-index: 999; }

.logo-new-mobile {
  background: url(./img/Shotspotter_full_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  top: 10px;
  width: 190px;
  position: absolute;
  z-index: 999; }

.icon-audio,
.play-audio {
  background: url(/system/content-uploads/icon_audio.png) no-repeat;
  display: inline-block;
  cursor: pointer;
  height: 27px; }

.play-audio {
  color: #ee2e24;
  font-size: 16px !important;
  text-transform: uppercase;
  width: auto;
  padding: 10px 0 0 35px; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .active > a {
  background: transparent;
  color: #ee2e24; }

.navbar .container {
  position: relative; }

/* Global */
ol.dot-list {
  padding-left: 15px; }

.dot-list li {
  padding-left: 10px;
  padding-bottom: 10px; }

.post-password-form {
  max-width: 500px;
  margin: 60px auto 50px auto;
  width: 90%; }

ul.list-items.list-items-gunfire {
  color: black;
  margin-top: 0; }

.celebratory-page .column-mid {
  width: 50%;
  margin: 70px auto;
  float: left; }

.page-template-page-celebratory-gunfire .column-mid ul {
  padding-left: 40px; }

.page-template-page-celebratory-gunfire .column-mid ul li {
  margin-bottom: 20px;
  font-size: 18px; }

header, footer {
  background: #1e1e1e;
  display: block;
  padding: 0;
  width: 100%;
  clear: both; }

.header {
  margin: 0 auto;
  width: 1080px; }

.top-nav {
  float: right;
  width: 95%;
  margin-bottom: 30px; }

.top-nav a {
  color: #d0d0d0;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin: 7px 13px 0 15px;
  padding: 0; }

.top-nav .menu-top-menu-container {
  float: right;
  margin-right: 30px; }

.top-nav .login > a {
  padding: 0 15px;
  height: 36px; }

.top-nav .login > a {
  position: relative; }

.top-nav .login > a::before {
  position: absolute;
  content: '';
  background: url(/system/content-uploads/bg_bracket-right-sm.png) no-repeat right top;
  background-size: 8px;
  width: 8px;
  height: 36px;
  top: 0;
  right: 0; }

.top-nav .login > a::after {
  position: absolute;
  content: '';
  background: url(/system/content-uploads/bg_bracket-left-sm.png) no-repeat left top;
  background-size: 7.5px;
  width: 7.5px;
  height: 36px;
  top: 0;
  left: 0; }

nav {
  clear: both;
  display: block;
  margin: 30px 0 0 0;
  text-align: center;
  width: 100%; }

nav a {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .25px;
  padding: 0 12px 25px 12px; }

nav a:hover, nav a.current, .top-nav a:hover, .top-nav a.current, nav li:hover > a {
  color: #ee2e24; }

nav li .submenu {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  padding: 20px 0 10px 0;
  position: absolute;
  margin-top: 0;
  left: 0;
  text-align: left;
  z-index: 9999; }

nav li#technology .submenu {
  width: 250px;
  margin-left: -100px; }

nav li {
  list-style-type: none;
  position: relative;
  padding: 0;
  display: inline-block;
  width: auto; }

nav li:hover .submenu {
  display: block;
  top: auto; }

nav li.dif:hover .submenu {
  display: block; }

nav li .submenu a {
  color: #000;
  font-size: 16px;
  padding-right: 13px; }

nav li .submenu a:hover {
  background: url(/system/content-uploads/bg_bracket-right-sm.png) no-repeat right 7px; }

nav .submenu a .icon-bracket, .top-nav .login > a .icon-bracket {
  background: none;
  display: inline-block;
  width: 8px;
  margin: 0 5px 0 0;
  position: relative;
  top: 7px;
  height: 26px; }

nav .submenu a:hover .icon-bracket, .top-nav .login > a .icon-bracket {
  background: url(/system/content-uploads/bg_bracket-left-sm.png) no-repeat; }

.top-nav .login > a .icon-bracket {
  top: 9px; }

#menu {
  position: relative;
  width: 100%; }

h5.product_name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  color: #dedede;
  width: 35%; }

/* new main nav*/
nav.main-nav > li > a {
  padding: 0 35px 25px 35px; }

nav.main-nav li#technology .submenu {
  margin-left: 0; }

li.anchor-link.active a {
  color: white; }

/* 404 */
#subpage .support-content {
  padding: 80px 0 0 0;
  width: 80%;
  margin: 0 auto; }

/* Gun violence page */
.gun-violence-video {
  padding: 60px 0; }
  .gun-violence-video h1 {
    font-size: 38px; }
  .gun-violence-video h3 {
    font-size: 22px; }

div#gun-violence-page {
  background: url("/system/content-uploads/sst-gun_violence_background.jpg");
  background-repeat: no-repeat;
  margin-bottom: -30px;
  background-size: cover;
  min-height: 750px; }

#gun-violence-page h1 {
  color: white;
  padding: 30px 0; }

#gun-violence-page h4 {
  color: white; }

#gun-violence-page h2, #gun-violence-page .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #gun-violence-page .section-subheading {
  color: white;
  font-size: 20px;
  font-weight: 400;
  padding: 0 0 10px 30px; }

#gun-violence-page h5 {
  font-size: 16px;
  padding: 20px 0 0 30px; }

.resources {
  display: inline-block;
  padding: 40px 0;
  overflow: hidden; }

.articles.viewmore {
  width: 100%; }

.articles {
  width: 33%;
  float: left; }

.studies {
  width: 33%;
  float: left; }

.research {
  width: 33%;
  float: left; }

#gun-violence-page li {
  list-style: none;
  background: url(/system/content-uploads/bg_li.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 30px;
  padding-right: 20px; }

.expand-gun-violence {
  background: url(/system/content-uploads/down-arrow.png) no-repeat right 7px;
  width: 100px;
  font-size: 16px;
  font-weight: 300; }

#gun-violence-page a {
  color: white;
  margin-bottom: 20px;
  display: block; }

/* end Gun violence page*/
.inner-content {
  margin: 0 auto;
  position: relative;
  width: 1080px; }

.pio-toolkit {
  background-color: white; }

.pio-mobile1 {
  width: 50%;
  float: left; }

.gunfire {
  background-image: url(/system/content-uploads/iStock-803944404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: black;
  background-position-y: 70%; }

.list-items-gunfire a:hover {
  color: red;
  transition: color .2s ease-out, background 1s ease-in; }

a.pio-toolkit-link {
  color: black;
  font-size: 18px; }

a.pio-toolkit-link:hover {
  color: #ee2e24; }

.pio-toolkit a.pio-toolkit-link {
  padding-right: 30px;
  display: block;
  color: #111; }

.pio-toolkit .pio-resource {
  padding: 15px; }

.pio-toolkit .pio-resource h3 {
  padding: 10px 0 20px; }

.pio-toolkit a.pio-toolkit-link span {
  font-size: 14px; }

.pio-mobile1 h3 {
  margin-top: 30px; }

.list-items-pio-toolkit a:hover {
  color: red;
  transition: color .2s ease-out, background 1s ease-in; }

.inner-content-gunfire {
  margin: 0 auto;
  position: relative;
  width: 1080px; }

.inner-content-gunfire h4 {
  font-weight: 400;
  padding: 10px 0; }

.inner-content-gunfire img {
  width: 25px;
  position: relative;
  top: 1px;
  right: -8px; }

.inner-content-pio-toolkit {
  margin: 0 auto;
  position: relative;
  width: 745px;
  overflow: hidden; }

#header_search {
  float: right;
  margin: 10px auto;
  padding-left: 0; }

.header_search {
  border: 1px solid #464646;
  background: url(/system/content-uploads/icon_search-sm.png) no-repeat right center;
  padding: 4px;
  color: #fff;
  font-size: 14px;
  width: 150px; }

/* Home Page */
#main img {
  display: none; }

@media (max-width: 800px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #main img {
    display: block; }
  #main video {
    display: none; } }

section#product_announcement {
  background: #fff;
  padding: 25px 0px;
  border-bottom: 2px solid black;
  text-align: center;
  color: black; }

#product_announcement h5 {
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase; }

#product_announcement h4 {
  font-size: 25px;
  font-weight: 500; }

#product_announcement a {
  color: #ee2e24;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 10px;
  text-decoration: underline;
  display: inline-block; }

.section {
  display: block;
  position: relative;
  margin: -4px 0 0 0;
  padding: 0; }

.section img {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0; }

.section .text {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-left: 0;
  position: absolute;
  text-align: center;
  top: 70px;
  width: 100%; }

.section .text.lg {
  margin: auto;
  padding: 0 10%;
  box-sizing: border-box; }

.learn-more {
  display: inline-block;
  font-weight: 300;
  font-size: 22px; }

.section-second-sub a {
  color: #1e1e1e; }

.section-ngi-sub {
  text-align: center;
  color: #1e1e1e;
  background: white;
  padding: 70px 0 50px 0; }

.section-sub a.learn-more {
  background: url(/system/content-uploads/brackets-background.png) no-repeat left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  height: 40px;
  padding-top: 20px;
  background-size: contain; }

.section-sub h2, .section-sub .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .section-sub .section-subheading {
  font-weight: 300; }

.section-sub h3 {
  font-size: 20px;
  padding: 10px 0; }

.section-sub .learn-more {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  padding-top: 18px; }

.section-sub {
  text-align: center;
  color: #1e1e1e;
  background: white;
  padding: 90px 0 80px 0;
  height: auto;
  display: block;
  overflow: hidden; }

.section-sub .testimonial-section {
  display: block;
  height: auto;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px; }

.section-sub .left {
  float: left;
  width: 43%; }

.section-sub .right {
  float: right;
  width: 43%; }

.bottom-notification .icon-audio, .bottom-notification .play-audio {
  background: url(/system/content-uploads/sound-symbol.png) no-repeat;
  display: inline-block;
  cursor: pointer;
  height: 27px;
  font-size: 32px; }

.bottom-notification span.thin {
  font-weight: 100; }

.section-second-sub a {
  background: url(/system/content-uploads/brackets-background.png) no-repeat left;
  padding-left: 25px;
  padding-right: 50px;
  margin-bottom: 50px;
  height: 50px;
  padding-top: 24px; }

.section-main-sub {
  background-color: #e3e3e3; }

.section-second-sub {
  text-align: center;
  color: #1e1e1e;
  margin-top: 50px;
  margin-bottom: 10px; }

.section-second-sub h2, .section-second-sub .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .section-second-sub .section-subheading {
  font-weight: 300; }

.new-white {
  margin-top: 7%; }

.section-main-sub {
  text-align: center;
  font-size: 40px;
  padding: 90px 100px 40px;
  color: #4d4d4d !important;
  clear: both; }

#main {
  margin: 0;
  max-height: 640px !important; }

#section-epidemic a {
  background: url(/system/content-uploads/brackets-background.png) no-repeat left;
  padding-left: 25px;
  padding-right: 50px; }

#section-epidemic .text {
  font-size: 40px;
  line-height: 56px;
  font-weight: 300;
  top: 195px;
  padding-left: 56%;
  width: 40%;
  text-align: left;
  overflow: hidden; }

#section-2 .text, #section-4 .text {
  font-size: 40px;
  line-height: 56px;
  top: 195px; }

#section-2 .learn-more {
  margin: 40px 0 0 0; }

.third-second-sub {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px; }

.third-second-sub p {
  font-size: 40px;
  line-height: 1.2; }

#section-3 {
  margin: -5px 0 0 0; }

#section-3 img {
  min-height: 399px; }

#section-3 .text {
  left: 0;
  text-align: left;
  width: 40%;
  font-size: 48px;
  line-height: 55px;
  position: absolute;
  margin: 10% 0 0 0;
  top: auto; }

#section-3 .real-time-data {
  background: #000;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  right: 0;
  width: 60%;
  top: 80px; }

#section-3 .real-time-data img {
  width: auto;
  height: auto;
  min-height: 180px;
  float: left;
  margin: 0 35px 0 0; }

#section-3 .real-time-data span.feed {
  margin: 24px 0 0 0;
  display: block; }

.shot-type {
  background: #ee2e24;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  width: 26px;
  height: 31px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 5px 0 0 10px; }

.live-feed {
  background: #ee2e24;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  padding: 0 16px 2px 16px;
  right: 0;
  text-transform: uppercase; }

#section-4 .text {
  top: 135px;
  margin-left: 0;
  left: auto;
  right: 0;
  text-align: left;
  width: 360px; }

#section-5 {
  padding: 0;
  max-height: 650px;
  overflow: hidden; }

#section-5 .text {
  text-align: left;
  text-shadow: 0 3px 11px #323232; }

#section-5 .text span {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500; }

#section-5 .text img {
  float: left;
  margin: 0 30px 0 0;
  width: auto; }

#section-6 .text {
  top: 55px;
  font-size: 40px;
  line-height: 60px;
  margin-left: 0;
  left: auto;
  right: 100px;
  text-align: left;
  width: 610px; }

#section-6 .text span {
  font-size: 28px;
  display: block;
  margin: 30px 0 0 0;
  text-align: right; }

#section-7 {
  padding-top: 75px;
  padding-bottom: 150px;
  overflow: hidden;
  height: 200px;
  background: #ffffff !important;
  width: 100% !important; }

#section-7 h1 {
  text-align: center;
  margin: 0 0 50px 0;
  color: black; }

/* NEW HOMEPAGE */
.button {
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s; }

.button:hover, .button:focus {
  opacity: 0.7;
  text-decoration: none; }

#main-new {
  background: url(/system/content-uploads/shotspotter-homepage-banner.jpg) no-repeat top center transparent;
  background-size: cover;
  padding: 35px 0 40px 0; }

#main-new .copy, #main-new .img-wrap {
  width: 50%;
  float: left;
  position: relative; }

#main-new .screen {
  max-width: 570px;
  width: 100%;
  display: block;
  margin-top: 85px; }

#main-new .img-wrap video {
  position: absolute;
  top: 38px;
  left: 45px;
  width: 100%;
  max-width: 480px; }

#main-new h1 {
  font-weight: 500;
  font-size: 60px;
  margin-top: 85px;
  margin-bottom: 15px;
  line-height: 90%; }

#main-new h3 {
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 30px; }

#main-new h4 {
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 400; }

#main-new a {
  color: white;
  padding: 7px 15px;
  background-size: contain;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px; }

#main-new a#video-play:before, #main-new a#video-play:after {
  background: none; }

#main-new a#video-play {
  position: absolute;
  top: 100px;
  left: 40%; }

#main-new #video-play img {
  width: 100%;
  max-width: 100px;
  margin-top: 70px; }

#main-new a:before {
  position: absolute;
  content: '';
  background: url(/system/content-uploads/bracket-mid-left.png) no-repeat center left transparent;
  background-size: 11px;
  width: 11px;
  height: 38px;
  top: 0;
  left: 0; }

#main-new a:after {
  position: absolute;
  content: '';
  background: url(/system/content-uploads/bracket-mid-right.png) no-repeat center right transparent;
  background-size: 11px;
  width: 11px;
  height: 38px;
  top: 0;
  right: 0; }

#stats {
  padding: 70px 0 100px;
  text-align: center; }

#stats sup {
  color: #e52f23; }

#stats .shotspotter_works {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box; }

#stats h4 {
  font-size: 20px;
  padding: 0 30px;
  font-weight: 500; }

#stats .shotspotter_works h4 {
  font-size: 16px;
  padding: 0 30px;
  font-weight: 500; }

#stats h3 {
  font-weight: 500;
  padding-top: 15px; }

#stats p.footnote {
  position: relative;
  bottom: -90px; }

#detect-protect-connect {
  padding: 100px 0;
  background: black;
  color: white; }
  #detect-protect-connect h2, #detect-protect-connect .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #detect-protect-connect .section-subheading {
    margin-bottom: 30px; }
  #detect-protect-connect h4 {
    font-weight: 500;
    margin: 15px 0; }
  #detect-protect-connect .section p {
    font-size: 16px; }

.sst-module.carousel-module .section_carousel {
  overflow: visible;
  border-radius: 4px; }

@media screen and (min-width: 768px) {
  .sst-module.carousel-module .section_carousel {
    padding-left: 40px;
    padding-right: 40px; } }

.carousel-testimonials .testimonial .title {
  color: #b3b3b3;
  font-size: 16px;
  display: block;
  font-weight: 500; }

.carousel-testimonials .img-wrap {
  width: 490px;
  display: inline-block;
  vertical-align: top;
  margin-left: -6px; }

.carousel-testimonials .testimonial-img {
  width: 100%;
  max-width: 490px;
  min-height: 340px; }
  .carousel-testimonials .testimonial-img.regular-img {
    display: block; }
  .carousel-testimonials .testimonial-img.landscape-img {
    display: none; }

.carousel-testimonials .text-wrap {
  display: inline-block;
  width: calc(100% - 500px);
  box-sizing: border-box; }
  .carousel-testimonials .text-wrap .quote {
    background: transparent;
    font-size: 25px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    padding: 30px 40px; }
    .carousel-testimonials .text-wrap .quote::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      background: url(/system/content-uploads/quote-right.png) no-repeat center center transparent;
      background-size: 28px;
      width: 28px;
      height: 27px; }
    .carousel-testimonials .text-wrap .quote::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url(/system/content-uploads/quote-left.png) no-repeat center center transparent;
      background-size: 28px;
      width: 28px;
      height: 27px; }

.carousel-testimonials .slider-nav {
  margin-top: 20px; }
  .carousel-testimonials .slider-nav .slick-prev {
    background: url(/system/content-uploads/arrow-left.png) no-repeat center center transparent;
    background-size: 20px;
    height: 40px; }
  .carousel-testimonials .slider-nav .slick-next {
    background: url(/system/content-uploads/arrow-right.png) no-repeat center center transparent;
    background-size: 20px;
    height: 40px; }
  .carousel-testimonials .slider-nav .slick-next::before,
  .carousel-testimonials .slider-nav .slick-prev::before {
    display: none; }
  .carousel-testimonials .slider-nav .testimonial-thumb {
    max-width: 265px;
    width: 100%; }

.carousel-testimonials .quote.toni {
  width: 420px;
  margin: auto; }

.carousel-testimonials .quote.allwyn {
  width: 350px;
  margin: auto; }

.carousel-testimonials .quote.small {
  font-size: 25px;
  line-height: 120%; }

.carousel-testimonials .thumb.slick-current.slick-active,
.carousel-testimonials .thumb:hover {
  opacity: 0.6;
  cursor: pointer; }

.carousel-testimonials .slick-slider.slider-home .slick-track,
.carousel-testimonials .slick-slider.slider-home .slick-list {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.carousel-testimonials .quote.no-quotes::before,
.carousel-testimonials .quote.no-quotes::after {
  display: none; }

.carousel-testimonials .slider-for.single-slider .slick-prev {
  background: url(/system/content-uploads/arrow-left.png) no-repeat center center transparent; }

.carousel-testimonials .slider-for.single-slider .slick-next {
  background: url(/system/content-uploads/arrow-right.png) no-repeat center center transparent; }

.carousel-testimonials .slider-for.single-slider .slick-prev,
.carousel-testimonials .slider-for.single-slider .slick-next {
  background-size: 20px;
  height: 40px; }

.slider-for.single-slider .slick-prev:before,
.slider-for.single-slider .slick-next:before {
  display: none; }

.carousel-testimonials .testimonial-img {
  min-height: 360px;
  object-fit: cover; }

@media screen and (max-width: 1200px) {
  .carousel-testimonials {
    overflow: hidden;
    min-width: 100%;
    width: 0; }
  .carousel-testimonials .slider-nav .slick-prev {
    left: 0;
    z-index: 10; }
  .carousel-testimonials .slider-nav .slick-next {
    right: 0;
    z-index: 10; }
  .carousel-testimonials .quote.toni, .carousel-testimonials .quote.allwyn {
    width: auto; }
  .carousel-testimonials .slider-for.single-slider .slick-prev {
    left: 0;
    z-index: 1; }
  .carousel-testimonials .slider-for.single-slider .slick-next {
    right: 0;
    z-index: 1; } }

@media screen and (max-width: 767px) {
  .carousel-testimonials .slider-for.single-slider .img-wrap {
    display: block;
    height: 240px;
    overflow: hidden; }
  .carousel-testimonials .slider-for.single-slider .testimonial-img {
    min-height: auto; }
  .carousel-testimonials .slider-for.single-slider .testimonial-img.regular-img {
    display: block; }
  .carousel-testimonials .testimonial {
    margin-right: 0;
    height: 100%; }
  .carousel-testimonials .testimonial-wrap {
    width: 100%;
    margin-left: 0; }
  .carousel-testimonials .img-wrap {
    width: 100%;
    display: none;
    vertical-align: top;
    margin-left: 0; }
  .carousel-testimonials .text-wrap {
    padding: 40px 0; }
  .carousel-testimonials:not(.slider-holder) .quote::before, .carousel-testimonials:not(.slider-holder) .quote::after {
    display: none; }
  .carousel-testimonials .quote {
    font-size: 16px; }
  .carousel-testimonials .text-wrap {
    min-height: 240px; }
  .carousel-testimonials .multiple-nav.slick-initialized.slick-slider {
    width: 90%;
    margin: auto; }
  .carousel-testimonials .multiple-nav .slick-next {
    background: url(/system/content-uploads/arrow-right.png) no-repeat center center transparent;
    background-size: 20px;
    height: 40px;
    display: none !important; }
  .carousel-testimonials .multiple-nav .slick-prev {
    background: url(/system/content-uploads/arrow-left.png) no-repeat center center transparent;
    background-size: 20px;
    height: 40px;
    display: none !important; } }

.sst-module .cta-body-copy {
  font-size: 18px;
  line-height: 1.5; }

.sst-module .cta-button {
  line-height: 24px; }

.section.content-block-section {
  margin: 0 auto; }
  .section.content-block-section img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block; }

.sst-module.multi-column-video-module .thumb-wrap a {
  position: relative; }
  .sst-module.multi-column-video-module .thumb-wrap a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
    background: url("img/play_button.png") center center no-repeat;
    background-size: 100% auto;
    transform: translate(-50%, -50%); }

.sst-module.multi-column-video-module img {
  width: 100%;
  height: auto; }

.sst-module.multi-column-video-module .text-wrap {
  line-height: 1.5; }

.module-resources .single-quote {
  font-size: 20px;
  padding: 40px;
  width: 80%;
  margin: 30px auto 0 auto; }
  .module-resources .single-quote p {
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .module-resources .single-quote {
    padding: 40px 20px;
    width: 100%;
    margin: 0 auto 0 auto; } }

span.file-type {
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0;
  padding: 6px 18px;
  text-transform: uppercase;
  background: #e62e25;
  font-size: 14px;
  line-height: 18px; }

.resource .thumb-wrap {
  height: 200px;
  position: relative; }
  .resource .thumb-wrap a a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.resource .text-wrap {
  background-color: #fff;
  padding: 20px;
  min-height: 120px; }

.sst-module.module-resources-legacy .img-col-wrapper {
  border-right: 1px solid #808080; }
  .sst-module.module-resources-legacy .img-col-wrapper .dot-spot {
    margin-top: 34px; }

.sst-module.module-resources-legacy .resource-col-wrapper li {
  list-style: none;
  margin-bottom: 15px; }

.sst-module.module-resources-legacy .resource-col-wrapper .pdf,
.sst-module.module-resources-legacy .resource-col-wrapper .video,
.sst-module.module-resources-legacy .resource-col-wrapper .link {
  color: #fff;
  font-weight: bold;
  padding-left: 3rem;
  min-height: 42px;
  position: relative;
  line-height: 42px;
  display: inline-block; }

.sst-module.module-resources-legacy .resource-col-wrapper .pdf.long-title,
.sst-module.module-resources-legacy .resource-col-wrapper .link.long-title {
  line-height: 24px; }

.sst-module.module-resources-legacy .resource-col-wrapper .video:before {
  content: '';
  background: url("/system/content-uploads/play-red-button.png") no-repeat center left transparent;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 38px;
  height: 38px; }

.sst-module.module-resources-legacy .resource-col-wrapper .pdf:before {
  content: '';
  background: url("/system/content-uploads/pdf-icon.png") no-repeat center left transparent;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 30px;
  height: 41px; }

.sst-module.module-resources-legacy .resource-col-wrapper .link:before {
  content: '';
  background: url("./img/link-icon.png") no-repeat center left transparent;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 30px;
  height: 41px; }

.sst-module.module-resources-legacy .featured-resource {
  min-height: 300px;
  position: relative; }
  .sst-module.module-resources-legacy .featured-resource:hover .featured-resource-inner {
    background-color: rgba(0, 0, 0, 0.75); }
  .sst-module.module-resources-legacy .featured-resource .featured-resource-inner {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media screen and (min-width: 1024px) {
  .sst-module.module-resources-legacy .img-col-wrapper {
    padding-right: 4rem; }
  .sst-module.module-resources-legacy .resource-col-wrapper {
    padding-left: 4rem; } }

.text-first .image-box {
  order: 2; }

@media all and (max-width: 767px) {
  .featured-image-section-container .flex-box {
    flex: 0 0 100%; }
  .text-first .image-box {
    flex: 0 0 100%;
    order: 1; }
  .text-first .copy-box {
    flex: 0 0 100%;
    order: 2; } }

.case-study-view-section {
  background: url(/system/content-uploads/campus-background.jpg) no-repeat center center transparent;
  background-size: cover; }

.overlay-white {
  background: rgba(255, 255, 255, 0.8);
  overflow: auto; }

.case-study-view-section p {
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400; }

.case-study-view-section .cs-img {
  width: 100%;
  max-width: 360px; }

.case-study-view-section a {
  color: #000; }

.case-study-view-section h4 {
  margin-top: 15px;
  margin-bottom: 30px; }

.module-results .results-item {
  opacity: 0; }

.module-results .results-item-inner-wrapper {
  transition: all 0.3s ease-in-out; }
  .module-results .results-item-inner-wrapper:hover {
    transform: translateY(-5px);
    transition: all ease-in-out ease-in-out;
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 990px) {
  .module-results .results-item-inner-wrapper {
    min-height: 280px; } }

.fade-in {
  opacity: 1.0 !important;
  animation-name: fadeIn;
  animation-duration: 300ms;
  /* or: Xms */
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  /* or: backwards, both, none */ }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1 !important; } }

.visible {
  opacity: 1.0 !important; }

/* Homepage Spotlight News */
.section-news-home {
  padding: 100px 0 120px 0;
  text-align: center;
  background: black;
  color: white; }

.section-news-home .news-spotlight #news-1-spotlight {
  /*background: url(/wp-content/uploads/2018/08/CGIC-webinar.jpg);*/
  background: url(/wp-content/uploads/2018/08/noble-technology-award.jpg);
  background-size: cover; }

.section-news-home .news-spotlight #news-2-spotlight {
  background: url(/system/content-uploads/cincinati-shootings-down-50-percent.jpg);
  background-size: cover; }

.section-news-home .news-spotlight #news-3-spotlight {
  background: url(/system/content-uploads/shotspotter-first-quarter-2018-financial-results.jpg);
  background-size: cover; }

.section-news-home .news-spotlight .shotspotter_works {
  padding: 60px 40px 45px 40px;
  margin-bottom: 30px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33% - 30px);
  position: relative; }

.section-news-home .news-spotlight .shotspotter_works::before {
  content: '';
  position: absolute;
  background: rgba(30, 30, 30, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.section-news-home .news-spotlight .shotspotter_works h4 {
  text-transform: none;
  color: #fff;
  font-size: 24px;
  min-height: 100px;
  position: relative;
  z-index: 10;
  font-weight: 400; }

.section-news-home .news-spotlight a {
  color: #fff; }

@media screen and (max-width: 812px) {
  .section-news-home .news-spotlight .shotspotter_works h4 {
    font-size: 20px; } }

@media screen and (max-width: 900px) {
  /* homepage spotlight news */
  .section-news-home .news-spotlight .shotspotter_works {
    padding: 30px 20px 35px; }
    .section-news-home .news-spotlight .shotspotter_works h4 {
      font-size: 20px; } }

@media screen and (max-width: 1100px) {
  .section-news-home .news-spotlight .shotspotter_works h4 {
    font-size: 22px; } }

.list-benefits li {
  position: relative;
  padding: 0 0 30px 62px;
  list-style: none; }

.list-benefits li::after {
  content: '';
  background: url(/system/content-uploads/stat-check.png) no-repeat center left transparent;
  background-size: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0; }

.small-brackets-button {
  position: relative;
  padding: 3px 14px;
  font-weight: 400; }
  .small-brackets-button:before {
    position: absolute;
    content: '';
    background: url(/system/content-uploads/bracket-small-left.png) no-repeat center left transparent;
    background-size: 8px;
    width: 8px;
    height: 25px;
    top: 0;
    left: 0; }
  .small-brackets-button:after {
    position: absolute;
    content: '';
    background: url(/system/content-uploads/bracket-small-right.png) no-repeat center right transparent;
    background-size: 8px;
    width: 8px;
    height: 25px;
    top: 0;
    right: 0; }

#section-2_new {
  overflow: visible; }
  #section-2_new .left-section, #section-2_new #section-2_new .right-section {
    display: inline-block;
    position: relative;
    float: left;
    top: -120px;
    text-align: center;
    margin-bottom: -50px;
    z-index: 1; }
  #section-2_new .col-3 img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; }
  #section-2_new .col-3:hover {
    z-index: 2; }
  #section-2_new .col-3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  #section-2_new .section {
    padding: 30px 10px 40px 10px; }
  #section-2_new .section p {
    font-size: 16px; }
  #section-2_new h4 {
    font-weight: 500;
    padding-bottom: 5px; }
  #section-2_new a {
    margin-top: 10px;
    font-size: 16px; }

#section-3_new {
  clear: both;
  background: black;
  padding: 120px 0 150px 0; }

#section-3_new .unredported-calls {
  max-width: 767px;
  width: 100%; }

#section-3_new img {
  margin-bottom: 10px; }

#section-3_new .text {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  line-height: 2em; }

#section-4_new {
  text-align: center;
  padding: 70px 0 100px;
  overflow: hidden; }
  #section-4_new h2, #section-4_new .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #section-4_new .section-subheading {
    margin-bottom: 20px; }
  #section-4_new #video-play img {
    width: 100%;
    max-width: 60px;
    margin-top: 80px; }

.video-section h3 {
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 400; }

#section-4_new .video-section {
  display: inline-block;
  margin: 0 auto;
  padding: 60px 0 0;
  color: white; }

#section-4_new .video {
  height: 250px;
  width: 400px;
  margin: 0 20px;
  text-align: center; }

#section-4_new #video_1 {
  background: url(/system/content-uploads/header_thumb_2a.jpg);
  background-size: cover; }

#section-4_new #video_2 {
  background: url(/system/content-uploads/homepage-video_2.jpg);
  background-size: cover; }

.shotspotter_works {
  text-align: center;
  padding: 0 10px; }
  .shotspotter_works img {
    height: 80px; }
  .shotspotter_works h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px; }

#section-5_new {
  clear: both; }
  #section-5_new #video-play {
    display: inline-block;
    opacity: 1; }
  #section-5_new #video-play:hover {
    opacity: 0.7; }
  #section-5_new img {
    width: 80px;
    margin-top: 180px; }
  #section-5_new h3 {
    margin-top: 10px;
    font-weight: 500; }

#video_1,
#video_2 {
  width: 50%;
  float: left;
  text-align: center; }

#video_1 {
  background: url(/system/content-uploads/video_4a.jpg);
  height: 500px;
  background-size: cover; }

#video_2 {
  background: url(/system/content-uploads/video_2.png);
  height: 500px;
  background-size: cover; }

#homepage-cta-above-footer {
  background: url(/system/content-uploads/cta-background.jpg);
  background-size: cover;
  clear: both; }
  #homepage-cta-above-footer img {
    margin-bottom: 30px; }

.homepage .about-sst .stat-box {
  background: transparent; }

/* Careers page */
.apply .btn-application, .apply-bottom .btn-application {
  font-size: 20px;
  padding: 7px 15px;
  font-weight: 600; }

.careers-intro h2, .careers-intro .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .careers-intro .section-subheading {
  font-size: 40px; }

.careers-intro {
  background: #ebebeb;
  padding: 64px 0 50px 0;
  overflow: auto; }

.careers-intro .button.big-brackets {
  color: #333; }

.careers-page .title-wrap {
  width: 40%;
  float: left; }

.careers-page .text-wrap {
  width: 60%;
  float: left; }

.careers-page .careers-background {
  height: 540px; }

.careers-page .careers-oportunities {
  overflow: hidden;
  padding: 80px 0 110px 0; }

.careers-page .careers-carousel {
  background: url(/system/content-uploads/collage-desktop.png) no-repeat center center transparent;
  background-size: cover;
  height: 500px;
  margin-top: 12px; }

@media all and (max-width: 1320px) {
  .careers-page .careers-carousel {
    height: 400px; } }

.careers-page .careers-oportunities .list-items a {
  font-weight: 500; }

.careers-oportunities p {
  width: 80%;
  margin-top: 10px; }

.careers-page .careers-perks h4 {
  padding: 0 15px;
  font-weight: 400; }

.apply {
  float: left;
  width: 20%;
  margin-top: 150px;
  text-align: center; }

#position-career {
  width: 80%;
  float: left;
  padding: 100px 0; }

.careers-lightbox {
  padding: 50px;
  width: 650px;
  overflow: auto; }

.careers-form {
  padding: 0 0 50px 0;
  overflow: auto; }

.careers-form .field {
  clear: both; }

.careers-form select {
  margin-bottom: 20px; }

.careers-form .eeoc_form_data {
  text-align: right;
  clear: both;
  margin-bottom: 20px; }

.careers-form .eeoc_form_data p {
  margin-bottom: 0px;
  font-size: 14px; }

.careers-form #eeoc_fields {
  clear: both;
  padding-top: 40px; }

.careers-form ul p {
  margin-bottom: 15px; }

.careers-form #eeoc_fields ul {
  margin-bottom: 30px;
  overflow: auto; }

.careers-form #eeoc_fields li {
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 10px;
  min-height: 0; }

.careers-form #eeoc_fields li:before {
  background: transparent; }

.careers-form h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }

.careers-lightbox ul {
  list-style: none; }

.careers-lightbox h4, .careers-form h4 {
  margin-bottom: 30px;
  font-weight: 500; }

#position-career h1 {
  margin-bottom: 20px; }

.careers-form .wpcf7-validation-errors, .careers-form .wpcf7-acceptance-missing, .careers-form .wpcf7-mail-sent-ng, .careers-form .wpcf7-aborted {
  border: none;
  float: left;
  padding: 10px 0;
  margin-top: 5px; }

.careers-form .wpcf7-mail-sent-ok {
  display: none !important; }

.careers-form input[type=submit] {
  background: #ee2e24;
  color: #fff;
  width: auto !important;
  padding: 10px 50px !important;
  font-size: 20px !important;
  font-weight: 500;
  border: 0 !important;
  margin: 0 !important; }

.career-single ul {
  list-style: none; }

.career-single li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  line-height: 150%; }

.career-single li:before {
  content: '';
  position: absolute;
  background: url(./img/dot-icon-small.png) no-repeat;
  background-size: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 0px;
  vertical-align: top;
  line-height: 100%; }

/* Patent Page */
.patent-page h1 {
  padding: 50px 0px 10px; }

.patent-page h2, .patent-page .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .patent-page .section-subheading {
  border-bottom: 1px solid grey;
  padding: 10px 0px;
  margin: 0 auto 20px; }

/* Resource Page */
#resource-page {
  background: url(/system/content-uploads/company.jpg) no-repeat center center;
  color: white;
  text-align: center;
  padding: 125px 0px;
  background-size: cover; }

.resources-page #main-content .section, .resources-page section.faq {
  padding: 40px 0px; }

.resources-page #main-content .section h2, .resources-page #main-content .section .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .resources-page #main-content .section .section-subheading {
  padding-bottom: 20px;
  margin-top: -30px; }

.resources-page #research h3 {
  margin-bottom: 10px; }

.resources-page .success-stories {
  margin-bottom: 25px;
  margin-top: 10px; }

.resources-page .success-stories .img-wrap {
  background-size: cover !important; }

.resources-page .success-stories h4 {
  padding-bottom: 10px; }

/* Secure Campus */
#secure-1 .text {
  top: 10%; }

/* Law Enforcement */
.content-law_enforcement {
  z-index: 100;
  max-width: 1140px;
  float: left;
  position: absolute;
  text-align: center;
  margin: 0 auto; }

video.enforcement-video {
  position: absolute;
  z-index: -100;
  left: 0px;
  top: 0px; }

.video-thumb {
  position: relative; }

.video-thumb .btn-play-sm {
  position: absolute;
  left: 115px;
  top: 50px; }

/* News */
#news-1 {
  margin: 0; }

#news-1 .text {
  top: 45%; }

.news a p, .press a p, .events a p {
  color: #000; }

#section-4-new {
  background: url(/system/content-uploads/shotspotter-background-cta-homepage.jpg) no-repeat center right;
  background-size: cover; }

#section-4-new .inner-content {
  height: 600px; }

.shot-notification {
  width: 45%;
  margin-left: 55%;
  padding-top: 7%;
  color: #fff; }

.shot-notification p {
  font-size: 25px;
  line-height: 35px; }

.top-notification {
  background: url(/system/content-uploads/shot-notification.png) no-repeat;
  padding: 100px 30px 35px 140px; }

.bottom-notification {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  background: #eb2e24;
  margin: auto 0; }

.bottom-notification p {
  margin-bottom: 0;
  color: #ffffff; }

.bottom-notification span {
  font-weight: 300; }

.bottom-notification a {
  margin-bottom: 0;
  color: #ffffff;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 25px; }

.bottom-notification img {
  position: relative;
  top: 10px;
  margin-right: 20px; }

/* Subpages */
.top-section {
  margin: 0; }

.secondary-section {
  margin-top: -5px; }

#secure-1 img, #utilities-1 img {
  min-height: 750px; }

#subpage {
  padding: 0 0 100px 0;
  margin: -5px 0 0 0; }

#sidebar {
  border-right: 1px solid #959595;
  float: left;
  padding: 160px 30px 40px 0;
  text-align: right;
  width: 200px; }

#sidebar li {
  list-style-type: none; }

#sidebar a {
  background-color: transparent;
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 23px 0;
  text-transform: uppercase;
  padding: 0; }

#sidebar a:hover {
  color: #ee2e24;
  background-color: transparent; }

#sidebar .active a {
  color: #ee2e24; }

#sidebar.affix {
  top: 0;
  position: fixed !important; }

#main-content {
  float: right;
  padding: 90px 0 0 0;
  width: 780px; }

#main-content table {
  border: 1px solid #e5e5e5;
  margin: 0 0 50px 0;
  text-align: left;
  width: 100%; }

#main-content table tr td, #main-content table tr th {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 20px;
  vertical-align: top; }

#main-content table tr th {
  line-height: 24px; }

#main-content table tr:nth-child(even) td, #main-content table tr:nth-child(even) th {
  background: #f6f6f6; }

#map-home {
  background: url(/system/content-uploads/map_06.png) no-repeat center;
  /* map-04.jpg */
  background-size: cover;
  height: 1000px;
  text-align: center;
  padding-top: 120px; }

#map-home h2, #map-home .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #map-home .section-subheading {
  font-size: 40px;
  font-weight: 400; }

#map-home a {
  background: url(/system/content-uploads/brackets-background.png) no-repeat left;
  padding-left: 25px;
  padding-right: 50px;
  margin-bottom: 50px;
  height: 50px;
  padding-top: 24px; }

/* Funding */
#funding-1 .text {
  top: 50%; }

.expandables-list {
  margin: 0 0 80px 0; }

a.view, .expandables-list a.view {
  font-size: 24px;
  font-weight: 300;
  cursor: pointer; }

.secure-1 {
  position: relative; }

.secure-1:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); }

.expandables-list a.view {
  margin: 0 0 0 30px; }

.expandables-list .more {
  margin: 30px 0 0 0; }

body.funding .more ul li, ul.list-items li ul li {
  background: url(/system/content-uploads/red_bullet.png) no-repeat left 12px;
  margin: 0 0 30px 70px; }

ul.list-items li ul {
  margin: 30px 0 0 0; }

ul.list-items li ul li {
  margin: 0 0 30px 0; }

ul.faq-list li ul li {
  margin: 0 0 10px 0; }

a.view.inactive {
  color: #000;
  cursor: default; }

#grants {
  font-size: 18px;
  line-height: 24px;
  padding: 50px 0; }

#grants h2, #grants .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #grants .section-subheading {
  float: left;
  line-height: 44px;
  margin: 0 10% 0 0;
  width: 20%; }

.grant-deadlines {
  float: right;
  width: 70%; }

/* For Elected Officials */
#elected-1 .text {
  top: 40%; }

#elected-2 .alignleft {
  margin: 0 30px 50px 0; }

/* Support */
#support-1 .text {
  top: 35%; }

#support-2 .contact-info {
  width: 25%;
  padding: 0;
  margin-left: 3%; }

#support-1 h1 {
  max-width: 1100px;
  margin: 0 auto; }

/* Contact Page */
#contact-page {
  background: url(/system/content-uploads/sst-building.jpg) no-repeat center center;
  color: white;
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  margin-bottom: 50px; }

.additional_contact_info {
  padding-top: 0; }

#contact-page.law-enforcement {
  background: url(/system/content-uploads/sst_contact_law_enforcement.jpg) no-repeat center center;
  color: white;
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  margin-bottom: 50px; }

#contact-page.campus_security {
  background: url(/system/content-uploads/sst_contact_campus.jpg) no-repeat center center;
  color: white;
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  margin-bottom: 50px; }

#support-1.support {
  background: url(/system/content-uploads/news-events-main.jpg) no-repeat center center;
  color: white;
  text-align: center;
  padding: 150px 0;
  background-size: cover; }

/* Training */
.support-page .inner-content {
  padding: 75px 0; }

.support-page h1#overview {
  padding-bottom: 20px; }

.date {
  float: left;
  margin: 0 50px 50px 0;
  width: 30%; }

/* Blog */
.pagination {
  position: relative;
  width: 100%;
  text-align: center; }

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

body.blog #sidebar {
  border-right: none;
  float: right;
  padding: 60px 0 80px 0;
  text-align: left;
  width: 220px; }

body.blog #sidebar .links {
  border-left: 1px solid #959595;
  padding: 0 0 0 30px;
  margin: 80px 0 0 0; }

body.blog #main-content {
  float: left;
  padding: 60px 0 0 0;
  width: 740px; }

#search {
  border: 1px solid #acacac;
  background: url(/system/content-uploads/icon_search.png) no-repeat right center #efefef;
  padding: 10px;
  font-size: 18px; }

body.blog p {
  font-size: 18px;
  line-height: 30px; }

.entry {
  margin: 50px 0 0 0; }

.meta {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  width: 80%; }

body.blog .social-share {
  float: right;
  text-align: right;
  width: 20%; }

/* Company */
#company-page {
  background: url(/wp-content/uploads/2018/09/company_hero_3.jpg) no-repeat 50% 30%;
  color: white;
  text-align: center;
  padding: 200px 40px;
  background-size: cover; }

.company-page #purpose h4 {
  margin-bottom: 15px; }

.company-page .partners .k {
  float: left;
  margin: 20px 20px 0 0;
  width: 25%; }

.company-page #directors h3, .company-page #founders h3 {
  padding-bottom: 20px; }

.partners .k img {
  border: 1px solid #e1e1e1; }

.company-page .partners .k .bio {
  width: 750px;
  font-size: 15px;
  background: #ffffff;
  padding: 50px 0 0 0;
  z-index: 10000;
  margin-bottom: 0;
  float: left;
  display: none; }

.partners .partner-box {
  padding-left: 0; }

.partners .partner-box .img-wrapper {
  border: 1px solid #ccc;
  margin: 10px auto; }

.partner-box .img-wrapper img {
  width: 100%; }

.company-page .leadership .leadership_box {
  padding: 20px 15px;
  display: inline-block;
  vertical-align: top;
  float: none; }

.company-page .leadership .img-wrap {
  padding-right: 20px; }

.company-page #purpose,
.company-page #philanthropy,
.company-page #directors,
.company-page #founders,
.company-page .philanthropy_spotlight {
  padding: 25px 0; }

.company-page .stat-features {
  padding: 12px 0px 50px; }

.company-page #philanthropy img.philanthropy_logo {
  border: 1px solid #d1d1d1; }

.company-page #leadership h3 {
  padding: 10px 0 5px;
  font-size: 20px; }

#philanthropy .philanthropy_spotlight h3 {
  padding-bottom: 15px; }

.company-page .stat-box h2, .company-page .stat-box .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .company-page .stat-box .section-subheading,
.campus-stats .stat-box h2,
.campus-stats .stat-box .homepage-module.multi-column-module .section-subheading,
.homepage-module.multi-column-module .campus-stats .stat-box .section-subheading {
  color: #f12b15;
  font-weight: 600;
  font-size: 50px; }

.campus-stats h6 {
  font-size: 11px;
  margin-top: 10px;
  color: #666;
  position: absolute;
  z-index: 1; }

.company-page .stat-box a {
  display: inline-block; }

/* Utilities */
#utilities-1 .text {
  top: 10%; }

#cloudbased-1 .text {
  top: 35%; }

#cloudbased-2 .alignleft {
  margin: 80px 100px 120px 0; }

.smaller {
  font-size: 12px !important;
  line-height: 1.6 !important; }

#secure-1 img {
  min-height: 650px; }

#secure-1 img, #utilities-1 img {
  min-height: 650px; }

/* EOL */
#eol.top-section {
  padding: 130px 0;
  color: white;
  background: black; }

.eol .top-section h1 {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 5px; }

.eol h3.top, .eol h4 {
  line-height: 150%; }

.eol_table {
  margin: 50px auto 0;
  font-size: 20px;
  font-weight: 400;
  border: 2px solid #f2f2f2; }

.eol .section.grey-bg {
  background: #f2f2f2;
  padding: 80px 0; }

.eol_table tr:nth-child(odd) {
  background: #f2f2f2; }

.eol_table td {
  padding: 10px 20px; }

.eol .section .secondary-section .inner-content {
  padding: 80px 0; }

/* Partners */
#partners-page {
  background: url(/wp-content/uploads/2018/09/partnerships_banner.jpg) no-repeat center center transparent;
  color: white;
  text-align: center;
  padding: 180px 0;
  background-size: cover; }

.partners-page .wpcf7-form-control-wrap {
  float: left;
  width: 100%; }

.partners-page .partners-list .logo-partner {
  max-width: 200px;
  width: 100%; }

.partners-page .partners-list .partner-wrap {
  margin-bottom: 50px; }

.partners-page .partners-list .logo-wrap {
  display: inline-block;
  width: 200px; }

.partners-page .partners-list .pr {
  display: inline-block;
  width: calc(100% - 210px);
  vertical-align: top;
  padding-left: 20px; }

.partners-page .partners-list .press-item {
  margin-bottom: 30px; }

.partners-page .partners-list .press-item p {
  margin-bottom: 5px; }

.partners-page .ecosystem-img {
  max-width: 800px;
  width: 100%; }

.partners-page .data-integration h4 {
  margin: 10px 0 20px 0;
  line-height: 1.3em; }

.partners-page .dot-spot.partner li {
  margin-bottom: 20px;
  line-height: 20px;
  margin-left: 15px; }

.partners-page .dot-spot li {
  font-size: 18px; }

.partners-page .col-2 input {
  border: 2px solid #dadce3;
  padding: 5px;
  font-size: 16px;
  width: 95%; }

.partners-page .quote {
  margin: 75px auto 0; }

.partners-page textarea {
  width: 84%; }

.partners-page label {
  color: #000;
  font-size: 16px;
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
  font-weight: 500; }

.partners-page span.info {
  font-size: 14px;
  clear: both;
  display: block;
  width: 85%; }

.partners-page .full-col {
  width: 100%;
  float: left;
  clear: both; }

.partners-page .wpcf7-submit {
  width: auto;
  float: right;
  margin: 0 16% 0 0;
  background: #ee2e24;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  padding: 13px 18px;
  font-weight: 300;
  text-transform: uppercase; }

.partners-page .wpcf7-response-output {
  display: none !important; }

.partners-page .clearfix {
  height: 80px; }

/* Contact */
i.globe {
  background-image: url(/system/content-uploads/glob_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-left: 10px; }

#request {
  width: 100%;
  float: left;
  margin: 0; }

#request li {
  list-style-type: none;
  width: 45%;
  float: left;
  padding: 0 1% 15px 0;
  min-height: 100px;
  position: relative; }

#request li.large {
  width: 100%; }

#request.dfr-form li.quarter {
  width: 25%; }

#request input {
  margin: 0 20px 0 0;
  width: 264px;
  position: relative; }

#request label {
  color: #000;
  font-size: 16px;
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
  font-weight: 500; }

#request input, textarea, select {
  border: 2px solid #dadce3;
  padding: 5px;
  font-size: 16px; }

#request select {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/system/content-uploads/arrow-select.png") no-repeat center right transparent;
  background-size: 25px;
  padding-right: 30px;
  max-width: 100%; }

#request textarea {
  width: 88%;
  height: 300px;
  resize: none; }

#request input.submit {
  width: auto;
  float: right;
  margin: -60px 80px 0 0; }

#request label.error {
  color: #C03; }

#request input[type="file"] {
  background-color: #fff; }

.long-select span {
  font-size: 13px;
  line-height: 100%;
  font-weight: bold;
  margin-left: 12px; }

.dfr-form.dfr-20 h3 {
  font-weight: 300;
  font-size: 32px;
  color: #888888; }

span.dateInput, span.timeInput {
  position: relative; }

#request span.dateInput:after {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 2px;
  right: 32px;
  color: #444; }

#request span.timeInput:after {
  content: "\f017";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 2px;
  right: 32px;
  color: #444; }

/* Protect your city form */
#protect {
  width: 100%;
  float: left;
  margin: 20px 0 0 0; }

#protect li {
  list-style-type: none;
  width: 45%;
  float: left;
  padding: 0 1% 15px 0; }

#protect li.large {
  width: 100%; }

#protect input {
  margin: 0 20px 0 0;
  width: 264px; }

#protect label {
  color: #000;
  font-size: 16px;
  width: 100%;
  display: block;
  margin: 0 0 5px 0; }

#protect input, textarea, select {
  border: 2px solid #dadce3;
  padding: 8px;
  font-size: 16px; }

#protect select {
  height: 40px; }

#protect textarea {
  width: 88%;
  height: 300px;
  resize: none; }

#protect input.submit {
  width: auto;
  float: right;
  margin: 14% -44% 0 0; }

#protect label.error {
  color: #C03; }

#protect input.radio {
  margin: 0 !important;
  width: 10px !important; }

/* Media Kit */
#media-kit-page {
  background: url(/system/content-uploads/police-car-lights.jpg) no-repeat center center;
  color: white;
  text-align: center;
  padding: 125px 0;
  background-size: cover; }

.media-kit a {
  color: #000; }

.media-kit a:hover {
  color: #ee2e24; }

.media-kit a.email, .media-kit a.phone {
  margin: 0 20px 0 0;
  padding: 5px 20px 5px 0;
  border-right: 1px solid #000; }

.media-kit a.email:last-of-type, .media-kit a.phone:last-of-type {
  border-right: 0; }

.mobile-menu-top {
  display: none; }

.media-kit-page #main-content .section {
  clear: both;
  padding: 10px 0; }

.media-kit .pr_contact p {
  margin-bottom: 0; }

.media-kit .pr_contact .pr-wrap {
  line-height: 120%;
  padding: 25px 0; }

.media-kit .pr_contact h4, .media-kit .pr_contact p {
  padding-bottom: 10px; }

i.pr_icon_email {
  background: url(/system/content-uploads/icon_email-2.png) no-repeat center center;
  width: 18px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px; }

i.pr_icon_phone {
  background: url(/system/content-uploads/icon_phone-1.png) no-repeat center center;
  width: 18px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  margin-right: 10px; }

.faq .active {
  background: url(/system/content-uploads/up-arrow.png) no-repeat center right 15px;
  font-size: 18px;
  font-weight: 300;
  padding: 0 35px 0 0; }

/* New Designs 2017*/
.inner {
  padding: 100px 0 100px 0; }

.black {
  background: #000;
  color: white; }

.grey {
  background: #ebebeb;
  color: black; }

.white {
  background: #fff;
  color: black; }

.white-text {
  color: white; }

.law-enforcement-inner {
  padding: 100px 0 110px 0;
  overflow: auto; }

.law-enforcement-inner.section img {
  width: auto;
  max-width: 100%; }

.law-enforcement-inner .shotspotter_works {
  width: 25%;
  text-align: left; }

.law-enforcement-inner .shotspotter_works img {
  margin: 50px 10px 30px 10px; }

.law-enforcement-inner .shotspotter_works p {
  padding: 0 15px;
  text-align: left; }

.quote-box i.quote-1.fa.fa-quote-left {
  background: url(/system/content-uploads/quo.png) no-repeat;
  position: absolute;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0; }

.quote-box i.quote-1.fa.fa-quote-right {
  background: url(/system/content-uploads/quo-2.png) no-repeat;
  position: absolute;
  height: 25px;
  width: 25px;
  right: 40px;
  bottom: 0;
  z-index: 1; }

.missions-page .patrol-section .row.sub-patrol {
  margin: 50px auto; }

.missions-page .dot-list li {
  display: inline-block;
  vertical-align: top; }

.missions-page h2.mission_number, .missions-page .homepage-module.multi-column-module .mission_number.section-subheading, .homepage-module.multi-column-module .missions-page .mission_number.section-subheading {
  color: #ff0006;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px; }

.missions-page .missions-section {
  padding: 70px 0 50px 0; }

.missions-page .mission-item {
  margin: 80px 0; }

.missions-page .mission-item .text-wrap {
  width: 90%; }

.missions-page .mission-item h3 {
  margin-bottom: 20px; }

.missions-page .cta_section {
  overflow: auto;
  padding: 70px 0;
  background: #f2f2f2; }

.missions-page .mission-img {
  max-width: 500px; }

/* Partners Graphic */
.law-page .partners-graphic {
  padding: 0; }

.law-page .partners-graphic .graphic-wrap {
  position: relative;
  width: 100%;
  height: 400px; }

.partners-graphic .shotspotter-small-logo {
  max-width: 55px;
  width: 100%;
  margin-top: 23px; }

.partners-graphic .circle img {
  max-width: 85px;
  width: 100%; }

.partners-graphic .circle img.shotspotter-small-logo {
  max-width: 60px;
  width: 100%; }

.partners-graphic .graphic-wrap {
  position: relative;
  width: 100%;
  height: 450px; }

.partners-graphic .logo-wrap {
  background: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid grey;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 6; }

.partners-graphic .circle .title {
  display: block;
  cursor: pointer;
  font-weight: 500;
  width: 85px;
  text-align: center;
  margin-top: 5px;
  line-height: 120%;
  float: left; }

.partners-graphic .circle {
  width: 85px;
  overflow: visible;
  float: left;
  position: absolute;
  z-index: 5; }

.partners-graphic .circle .img-wrap {
  float: left;
  margin-bottom: 5px; }

.partners-graphic .circle:hover .img-wrap {
  border: 2px solid #ee2e24;
  border-radius: 50%; }

.partners-graphic #sst.circle:hover .img-wrap {
  border: none;
  border-radius: 50%; }

.partners-graphic .circle:hover img {
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: filter 0.25s ease-in-out;
  -webkit-transition: filter 0.25s ease-in-out;
  -moz-transition: filter 0.25s ease-in-out; }

.partners-graphic .graphic-wrap #sst {
  top: -3%;
  left: 97%;
  margin-left: -75px; }

.partners-graphic .graphic-wrap #cad {
  top: 5%;
  left: 93%;
  margin-left: -75px; }

.partners-graphic #vms {
  top: 50%;
  left: 100%;
  margin-left: -10px;
  margin-top: -40px; }

.partners-graphic #lpr {
  top: 100%;
  left: 100%;
  margin-top: -100px;
  margin-left: -100px; }

.partners-graphic #rtcc {
  top: 5%;
  right: 93%;
  margin-right: -75px; }

.partners-graphic #ps {
  top: 50%;
  right: 100%;
  margin-right: -10px;
  margin-top: -40px; }

.partners-graphic #uav {
  top: 100%;
  right: 100%;
  margin-top: -100px;
  margin-right: -100px; }

.partners-graphic .graphic-wrap #cad:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 200px;
  background: #808080;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: -1;
  top: 0;
  left: -15px; }

.partners-graphic .graphic-wrap #rtcc:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 200px;
  background: #808080;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  z-index: -1;
  top: 0;
  right: -15px; }

.partners-graphic .graphic-wrap #vms:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 200px;
  background: #808080;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: -1;
  top: -60px;
  left: -45px; }

.partners-graphic .graphic-wrap #ps:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 200px;
  background: #808080;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: -1;
  top: -60px;
  right: -45px; }

.partners-graphic .graphic-wrap #lpr:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 200px;
  background: #808080;
  -webkit-transform: rotate(145deg);
  -moz-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  -o-transform: rotate(145deg);
  transform: rotate(145deg);
  z-index: -1;
  top: -132px;
  left: -11px; }

.partners-graphic .graphic-wrap #uav:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 200px;
  background: #808080;
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-145deg);
  -ms-transform: rotate(-145deg);
  -o-transform: rotate(-145deg);
  transform: rotate(-145deg);
  z-index: -1;
  top: -132px;
  right: -11px; }

.results-inner {
  padding: 100px 0 110px 0;
  overflow: auto; }

.results-inner.section img {
  width: auto;
  max-width: 100%; }

.results-inner .shotspotter_works {
  width: 25%;
  text-align: left; }

.results-inner .shotspotter_works img {
  margin: 50px 10px 30px 10px; }

.results-inner .shotspotter_works p {
  padding: 0 15px;
  text-align: left; }

.shotspotter-mobile {
  background: url(/system/content-uploads/mobile-lp-banner.jpg) no-repeat left top/100% auto;
  padding: 30px 0;
  background-size: cover; }

.left-sst-mobile img.img-responsive {
  width: 100%;
  max-width: 360px;
  display: inline-block; }

.left-sst-mobile {
  display: inline-block; }

.right-sst-mobile {
  display: inline-block;
  width: 65%;
  color: white;
  vertical-align: top;
  margin-top: 100px; }

.right-sst-mobile a.button.big-brackets {
  margin: 40px auto; }

.app-btns a:nth-child(1) {
  padding-right: 40px; }

.centered {
  text-align: center; }

.law-enforcement-bg {
  background: url("/system/content-uploads/mobile-lp-banner.jpg") no-repeat center center transparent;
  background-size: cover;
  padding: 150px 0 170px 0;
  color: #fff; }

.elected-offi-bg {
  background: url("/system/content-uploads/elected-officials-banner.jpg") no-repeat center center transparent;
  background-size: cover;
  padding: 140px 0 150px 0;
  color: #fff; }

.law-enforcement-bg .button.big-brackets,
.missions-page .button.big-brackets {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  padding: 7px 15px; }

.missions-page .cta_section .button.big-brackets {
  color: red; }

.law-enforcement-bg h1 {
  font-weight: 400;
  font-size: 60px; }

.law-enforcement-bg h3 {
  font-size: 30px; }

.law-enforcement-inner h2, .law-enforcement-inner .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-enforcement-inner .section-subheading {
  font-size: 40px;
  line-height: 48px; }

.law-enforcement-inner.mayor h2, .law-enforcement-inner.mayor .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-enforcement-inner.mayor .section-subheading {
  margin-bottom: 20px; }

#secure-2 .double-column, #secure-2 .triple-column {
  margin-top: 30px; }

#secure-2 .double-column h4, #secure-2 .triple-column h4 {
  margin-bottom: 10px;
  font-weight: 500; }

.triple-column .dot-spot li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  line-height: 150%;
  font-size: 16px;
  min-height: 50px;
  margin-top: 30px; }

.double-column .left-section, .double-column .right-section, .triple-column .left-section, .triple-column .right-section {
  box-sizing: border-box;
  padding: 0 10px; }

.inner-content .double-column p, .law-cta .inner-content .double-column p, inner-content .triple-column p {
  min-height: 100px; }

.secondary-section .inner-content .double-column p, .secondary-section .inner-content .triple-column p {
  min-height: auto; }

.btn-wrap {
  float: left; }

.law-enforcement-inner.bg-realtime {
  background: url("/system/content-uploads/real-time-background.jpg") no-repeat center center transparent;
  background-size: cover;
  padding: 0; }

.law-enforcement-inner.bg-reduce {
  background: url("/system/content-uploads/img-elected_officials-irc.jpg") no-repeat top center transparent;
  background-size: cover;
  padding: 0;
  height: 760px; }

.law-enforcement-inner.bg-realtime .right-margin-section {
  width: 50%;
  float: right;
  padding: 175px 0 125px 0;
  color: #fff; }

.law-enforcement-inner.bg-realtime .right-margin-section .dot-spot {
  margin-top: 25px; }

.security-resources .pdf-col .pdf,
.security-resources .pdf-col .video {
  line-height: 30px; }

.law-seals h2, .law-seals .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-seals .section-subheading {
  margin-bottom: 45px; }

.law-seals .seals-img {
  float: left;
  width: 50% !important;
  box-sizing: border-box;
  padding: 0 15px; }

.law-seals {
  background: #f2f2f2; }

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

.law-cta h2, .law-cta .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-cta .section-subheading {
  margin-bottom: 10px; }

.law-cta img, .security-cta img {
  width: 70px !important;
  display: block;
  margin: auto auto 45px auto !important; }

.law-cta .double-column {
  margin-top: 60px; }

.law-cta .left-section {
  box-sizing: border-box;
  padding: 50px 80px 60px 0;
  border-right: 1px solid #808080; }

.law-cta .right-section {
  box-sizing: border-box;
  padding: 50px 0 60px 80px; }

.law-cta p {
  font-size: 22px;
  line-height: 130%; }

.security-cta .single-column {
  margin-top: 30px; }

.security-cta .center-section {
  text-align: center; }

/*Security pages*/
.hero-section.security-bg {
  background: url(./img/shotspotter-campus-security-banner.jpg) no-repeat center right transparent;
  background-size: cover; }

.hero-section.securesite-bg {
  background: url(/system/content-uploads/security-banner.jpg) no-repeat center center transparent;
  background-size: cover; }

.law-enforcement-inner.bg-security {
  background: url(/system/content-uploads/secure-background.jpg) no-repeat center center transparent;
  background-size: cover;
  background-position-y: -20px; }

.law-enforcement-inner.security-features .shotspotter_works {
  width: 33%;
  display: inline-block;
  float: none;
  vertical-align: top; }

.results-inner.security-features .shotspotter_works {
  width: 33%;
  display: inline-block;
  float: none;
  vertical-align: top; }

.security-features .shotspotter_works, .security-features .shotspotter_works p {
  text-align: center; }

.integration-services .double-column {
  margin-top: 30px; }

.integration-services h2, .integration-services .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .integration-services .section-subheading {
  margin-left: 10px; }

.law-enforcement-inner.security-campus {
  background-color: #f1f1f1; }

.security-resources .thumb-wrap {
  margin-top: 30px; }

.security-campus .logo-wrap {
  width: 33%;
  float: left;
  margin: 40px 0;
  text-align: center; }

.security-campus .logo-wrap img {
  width: 100%;
  max-width: 313px; }

.security-campus .logos {
  overflow: auto; }

.results-view-section .overlay-white {
  background: rgba(0, 0, 0, 0.75);
  padding: 64px 0 38px 0;
  overflow: auto;
  text-align: center; }

.results-view-section p {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  color: white; }

.results-view-section a.button.big-brackets {
  color: white; }

.results-view-section h2, .results-view-section .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .results-view-section .section-subheading {
  color: white;
  font-weight: 400;
  width: 550px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 32px;
  line-height: 120%; }

.results-view-section h4 {
  color: white;
  font-weight: 400;
  font-size: 24px;
  margin: 18px auto 44px auto; }

.inner-content.cta-columns {
  width: 840px;
  max-width: 100%; }

.cta-stat-box {
  padding: 0 48px; }

.cta-columns .cta-stat-box:first-of-type {
  border-right: 1px white solid; }

.cta-stat-box h2, .cta-stat-box .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .cta-stat-box .section-subheading {
  font-weight: 700;
  font-size: 38px; }

.cta-stat-box p:first-of-type {
  margin-top: 14px; }

.double-column .left-section,
.double-column .right-section {
  width: 50%;
  display: inline-block;
  position: relative;
  float: left; }

.triple-column .left-section,
.triple-column .right-section {
  width: 33%;
  display: inline-block;
  position: relative;
  float: left;
  padding-right: 30px; }

/* Results page */
.results-inner h2, .results-inner .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .results-inner .section-subheading {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  padding-bottom: 20px; }

.results-bg {
  background: url(/wp-content/uploads/2018/08/results-banner.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 150px 0 170px 0;
  color: #fff; }

.results-bg .button.big-brackets {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  padding: 7px 15px; }

.results-bg h1 {
  font-weight: 700;
  font-size: 60px; }

.results-bg h3 {
  font-size: 30px; }

.secondary-section.header-title .inner-content h2, .secondary-section.header-title .inner-content .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .secondary-section.header-title .inner-content .section-subheading {
  padding: 100px 0 0; }

.stat-box {
  background: white;
  padding: 40px 20px; }

.section.results-inner.stat-features.security-features {
  background: #fefefe; }

.stat-features .stat-wrap {
  padding: 1px;
  display: inline-block;
  float: none;
  margin: 0 -2px;
  vertical-align: top; }

.results-page .stat-features > h4 {
  margin-bottom: 30px; }

.stat-features .stat-box img {
  width: 50px; }

.stat-features .title-click {
  margin-bottom: 10px; }

.stat-box h2, .stat-box .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .stat-box .section-subheading {
  color: #f12b15;
  font-weight: 500;
  padding: 10px 0; }

a.stat-link {
  color: black; }

.results-image-1 {
  max-width: 585px;
  width: 100%;
  padding-left: 50px; }

.results-image-2 {
  max-width: 589px;
  width: 100%;
  padding-right: 40px; }

.results-desc h1.stat {
  color: red; }

.results-desc h4 {
  padding-bottom: 20px; }

.stat-wrap h4 {
  font-weight: 700; }

/* New technology page */
.hidden-tablet-mobile {
  display: block; }

.visible-tablet-mobile {
  display: none; }

.technology-bg {
  background: #fff;
  background-size: contain; }

.technology-bg .title-section h1, .technology-bg .title-section h3 {
  color: #000;
  text-align: center; }

.technology-bg .title-section h3 {
  margin-bottom: 10px; }

.technology-bg .title-section .button {
  color: #000;
  text-align: center;
  margin-top: 25px; }

.technology-diagram {
  overflow: auto;
  padding-bottom: 100px; }

.technology-diagram .img-wrap {
  max-width: 166px;
  margin: 0 auto 20px;
  width: 100%; }

.technology-diagram .column-3 {
  float: left;
  width: 33%;
  padding-right: 30px;
  box-sizing: border-box; }

.technology-bg .title-section {
  padding-top: 70px;
  padding-bottom: 45px;
  text-align: center; }

.technology-bg .technology-diagram h4 .technology-bg .technology-diagram p {
  color: #000; }

.technology-bg .technology-diagram .img-wrap {
  text-align: center; }

.technology-bg .technology-diagram .software {
  max-width: 72px;
  width: 100%; }

.technology-features {
  background: #f2f2f2; }

.technology-push-notifications-background {
  background: url(/system/content-uploads/SST_mobile_image.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 200px 0;
  color: #fff; }

.technology-push-notifications-background .button {
  color: #fff;
  margin-top: 20px; }

.technology-irc-background {
  background: url(/system/content-uploads/img-technology-irc-2.jpg) no-repeat center center transparent !important;
  background-size: cover !important; }

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

.tecnology-cta h2, .tecnology-cta .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .tecnology-cta .section-subheading {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500; }

.technology-solution {
  background-color: #f2f2f2; }

.technology-features h2, .technology-features .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .technology-features .section-subheading {
  margin-bottom: 45px; }

.technology-features h4 {
  margin-bottom: 20px; }

.technology-features ul {
  margin-bottom: 40px;
  width: 90%; }

.technology-features ul.height-right {
  min-height: 258px; }

.technology-solution h2, .technology-solution .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .technology-solution .section-subheading {
  margin-bottom: 70px; }

.technology-solution .solution-item {
  margin-bottom: 75px; }

.technology-solution .solution-item .left-section,
.technology-solution .solution-item .right-section {
  display: inline-block;
  width: 50%;
  margin: 0 -2px;
  vertical-align: top; }

.technology-solution .solution-item .img-wrap {
  display: inline-block;
  width: 95px;
  vertical-align: text-top;
  text-align: center; }

.technology-solution .solution-item .solution-icon {
  height: 70px;
  width: auto;
  margin: auto; }

.technology-solution .solution-item .text-wrap {
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: text-top; }

.technology-solution .solution-item .intro {
  font-size: 25px;
  line-height: 130%;
  margin-top: 10px; }

/* CITIZENS PAGE */
.lightbox-email .container {
  padding: 50px;
  box-sizing: border-box; }

.citizens-bg {
  background: url(/system/content-uploads/citizens-banner-background.jpg) no-repeat center center transparent;
  background-size: cover; }

.citizens-video {
  background: url(/system/content-uploads/img-citizen-irc.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 225px 0;
  text-align: center; }

.citizens-video a {
  color: #fff; }

.citizens-video .play-btn-img {
  width: 100%;
  max-width: 80px;
  margin: 0 auto 20px; }

.citizens-video h2, .citizens-video .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .citizens-video .section-subheading {
  font-size: 30px; }

.citizens-problem h2, .citizens-problem .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .citizens-problem .section-subheading {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 40px; }

.citizens-impact .column-3 {
  float: left;
  font-size: 18px;
  line-height: 30px;
  width: 30%;
  margin-right: 3%; }

.citizens-impact h2, .citizens-impact .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .citizens-impact .section-subheading {
  margin-bottom: 40px; }

.law-enforcement-inner.bg-city {
  background: url(/system/content-uploads/get-in-your-city-bg.jpg) no-repeat center center transparent;
  background-size: cover; }

.bg-city h2, .bg-city .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .bg-city .section-subheading {
  margin-bottom: 40px; }

.bg-city .left-margin-section {
  width: 50%;
  float: left;
  padding: 175px 100px 125px 0;
  color: #fff; }

.citizens-cities-list {
  padding-bottom: 0; }

.citizens-cities-list .column-4 .state {
  float: right; }

.citizens-cities-list .column-4 .long_class {
  font-size: 12.9px; }

.citizens-cities-list .column-4 {
  width: 25%;
  float: left;
  padding-right: 5%;
  box-sizing: border-box; }

.citizens-cities-list .city-img {
  clear: both;
  float: left;
  width: 100%; }

.city-page {
  background: url(/wp-content/uploads/2018/09/cities_bg.jpg) no-repeat top center transparent;
  background-size: cover; }

.law-enforcement-inner.section .city-img .city-bg-img {
  margin-top: 110px;
  display: block;
  width: 100%;
  max-width: 1141px;
  clear: both;
  border-bottom: 3px solid grey;
  padding-bottom: 10px; }

.results-inner.section .city-img .city-bg-img {
  margin-top: 110px;
  display: block;
  width: 100%;
  max-width: 1141px;
  clear: both; }

.citizens-cities-list h2, .citizens-cities-list .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .citizens-cities-list .section-subheading {
  margin-bottom: 45px;
  text-align: center; }

.citizens-cta h2, .citizens-cta .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .citizens-cta .section-subheading {
  text-align: center;
  margin-bottom: 75px; }

.citizens-cta .left-section, .citizens-cta .center-section, .citizens-cta .right-section {
  width: 33%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  min-height: 330px; }

.citizens-cta .triple-column {
  overflow: auto;
  margin-bottom: 40px; }

.citizens-cta p {
  width: 90%;
  margin: 0 auto; }

.citizens-cta .center-section {
  border-right: 1px solid #808080; }

.cta-banner .text-banner {
  padding: 120px 0;
  text-align: center;
  min-height: 180px; }

.cta-page.bg-black {
  color: #fff;
  background: #333;
  padding: 100px 0; }

/* new Support Page */
.support-page-bg {
  background: url(/system/content-uploads/support-background.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 180px 0; }

.support-page .support-title {
  padding-bottom: 30px; }

.support-page h4 {
  padding-bottom: 15px; }

.law-enforcement-inner.bg-support {
  background: url(/system/content-uploads/support-analysis-background.jpg) no-repeat center center transparent;
  background-size: cover; }

.support-mission {
  background-color: #000;
  color: #fff; }

.support-mission p {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 0; }

.support-quality .text-section {
  display: inline-block;
  width: 74%;
  padding-right: 60px;
  box-sizing: border-box; }

.support-quality .image-section {
  display: inline-block;
  width: 25%;
  vertical-align: top; }

.support-quality h2, .support-quality .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .support-quality .section-subheading {
  margin-bottom: 20px; }

.support-quality .percentage-support {
  max-width: 260px;
  width: 100%; }

.support-quality .percent-info {
  font-size: 14px;
  color: #808080; }

.support-page-bg h4 {
  font-size: 30px;
  font-weight: 400; }

.support-advantage .triple-column .column {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  box-sizing: border-box;
  color: #4d4d4d; }

.support-testimonials .quote {
  background: transparent;
  font-size: 20px;
  color: #000000;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 30px; }

.support-testimonials .testimonial-thumb {
  margin: auto;
  max-width: 120px !important;
  width: 100%;
  margin-bottom: 20px; }

.net-promoter .net-promoter-text {
  display: inline-block;
  width: 72%;
  box-sizing: border-box;
  padding-left: 30px;
  vertical-align: top; }

.net-promoter .net-promoter-wrap {
  display: inline-block;
  width: 24%;
  padding-right: 30px;
  vertical-align: top;
  text-align: right; }

.net-promoter .net-promoter-wrap .customer-excelence {
  max-width: 220px !important;
  display: inline;
  width: 100%; }

.net-promoter .graph-net-promoter {
  width: 100% !important;
  max-width: 599px !important;
  margin-top: 90px; }

.visible-mobile, .visible-mobile-inline {
  display: none; }

/* Case study Page */
.case-study-section {
  overflow: auto;
  width: 100%;
  background: #fff;
  padding: 125px 0 145px 0; }

.cs-campus-bg {
  background: url(/system/content-uploads/campus-background.jpg) no-repeat center center transparent;
  background-size: cover;
  padding: 100px 0 0 0;
  color: #000; }

.cs-campus-bg h5 {
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 0; }

.cs-campus-bg h1 {
  width: 62%;
  line-height: 100%;
  margin-top: 5px; }

.cs-campus-bg .testimonial-author {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px; }

.cs-campus-bg .button.big-brackets {
  color: #ee2e24;
  font-size: 18px; }

.cs-campus-bg .case-info {
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 80px 0 60px 0;
  color: #000;
  margin-top: 200px; }

.cs-campus-bg .case-info h4 {
  font-size: 30px; }

.cs-campus-bg .case-info p {
  margin: 0;
  font-size: 24px;
  line-height: 130%; }

.cs-campus-bg .california-map {
  width: 100%;
  max-width: 430px; }

.map-intro {
  color: #fff;
  padding: 90px 0 90px 0;
  text-align: center;
  background: #000; }

.map-section {
  background: #15333b; }

.map-section .container-full {
  overflow: hidden;
  max-width: 1750px;
  margin: auto;
  position: relative;
  width: calc(98vw); }

.map-section .map-img {
  width: 1750px;
  min-width: 1750px;
  margin: auto; }

.map-section .dot {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: red; }

.map-section .animation-nav {
  position: absolute;
  top: 50%;
  right: 150px;
  padding: 0;
  margin: -90px 0 0 0;
  list-style: none; }

.map-section .nav-active {
  position: absolute;
  top: 50%;
  margin-top: -99px;
  z-index: 10;
  right: 141px; }

.map-section .nav-active-img {
  width: 33px;
  height: 33px; }

.map-section .animation-nav li {
  display: block; }

.map-section .animation-nav li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  display: block;
  cursor: pointer; }

.map-section .animation-nav li span.active {
  background: #ed2e23; }

.map-section .animation-nav li span.active:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  margin-left: -4px;
  margin-top: -4px; }

.map-section .pin-14 {
  position: absolute;
  top: 310px;
  left: 430px; }

.map-section .pin-2 {
  position: absolute;
  top: 370px;
  left: 460px; }

.map-section .pin {
  max-width: 30px;
  width: 100%; }

.map-section .uni-car-img,
.map-section .police-car-img {
  max-width: 70px;
  width: 100%; }

.map-section .ambulance {
  max-width: 77px;
  width: 100%; }

.map-section .phone-img {
  max-width: 70px;
  width: 100%; }

.map-section .handcuff {
  max-width: 70px;
  width: 100%;
  z-index: 5; }

.map-section .uni-car,
.map-section .phone-1,
.map-section .police-car,
.map-section .police-car2,
.map-section .uni-car2,
.map-section .phone-2,
.map-section .handcuff,
.map-section .ambulance {
  position: absolute;
  top: 0;
  left: 0; }

.map-section img {
  width: 100%; }

.map-section .message {
  position: absolute;
  top: calc(32vh);
  right: 250px;
  background: #fff;
  padding: 20px;
  max-width: 450px;
  opacity: 0;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear; }

.map-section .message .time {
  color: #ed2e23;
  font-size: 24px;
  display: block;
  font-weight: bold; }

.map-section .message p {
  color: #231f20;
  font-size: 18px;
  margin-bottom: 3px; }

.map-section .message p.second-text {
  margin-bottom: 25px; }

.map-section .message .red {
  color: #ed2e23; }

.scene {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#case-study-body {
  background-color: #ebebeb !important;
  height: 9710px !important; }

/*Respond & Dispatch App*/
.apps-section .respond-img {
  max-width: 485px;
  width: 100%; }

.apps-section .dispatch-img {
  max-width: 425px;
  width: 100%; }

.shotspotter-respond .mobile-phone-respond {
  max-width: 488px;
  width: 100%; }

.available .platform-icon {
  max-width: 47px; }

.app-download .app-icon {
  max-width: 190px;
  width: 100%;
  margin-right: 20px; }

.shotspotter-dispatch .desktop-dispatch-img {
  max-width: 625px;
  margin-left: -100px; }

.app-testimonial .quote-img {
  width: 100%;
  max-width: 70px;
  border-radius: 50%; }

.banner-app .dispatch-logo {
  width: 100%;
  max-width: 282px;
  margin-bottom: 120px; }

.banner-app {
  background: url("/system/content-uploads/mobile-lp-banner.jpg") no-repeat center center transparent;
  background-size: cover;
  color: #fff;
  padding: 70px 0 365px 0; }

.banner-app .app-btns {
  padding: 50px 0 0 0;
  overflow: auto; }

.banner-app .app-btns .btn-wrap {
  float: none;
  display: inline; }

.apps-section {
  margin-top: -225px;
  padding-bottom: 115px; }

.apps-section .text-wrap {
  width: 70%;
  text-align: center;
  margin: auto; }

.apps-section .text-wrap p {
  margin-top: 15px;
  min-height: 60px; }

.apps-section .respond-wrap {
  margin-top: 34px; }

.apps-section h4 {
  font-weight: 500;
  font-size: 30px; }

.apps-section .button {
  font-weight: 500;
  color: #ee2e24; }

.apps-section .soon {
  font-size: 16px;
  color: #e52e23;
  font-weight: 600;
  display: block;
  margin: 20px 0 5px 0; }

.shotspotter-respond {
  background: #f1f1f1;
  padding: 115px 0 150px 0; }

#shotspotter-resource {
  background: #f1f1f1;
  padding: 115px 0 80px 0; }

#shotspotter-resource ul.dot-spot {
  margin-top: 15px; }

#shotspotter-resource .dot-spot a {
  color: #ee2e24;
  font-size: 20px; }

.shotspotter-respond .app-download {
  margin-bottom: 60px;
  margin-top: 40px; }

.shotspotter-respond .features-title, .shotspotter-dispatch .features-title {
  margin-bottom: 30px; }

.shotspotter-respond .platform-box p, .shotspotter-dispatch .platform-box p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px; }

.shotspotter-respond .platform-box, .shotspotter-dispatch .platform-box {
  display: inline-block;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  width: 140px;
  vertical-align: top;
  min-height: 106px; }

.shotspotter-respond h4,
.shotspotter-dispatch h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 15px; }

.available .available-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600; }

.shotspotter-dispatch {
  padding: 120px 0 150px 0; }

.shotspotter-dispatch .platform-box {
  background-color: #f1f1f1; }

.shotspotter-dispatch .soon {
  color: #e52e23;
  font-size: 16px;
  font-weight: 600; }

.shotspotter-dispatch .available {
  margin-bottom: 60px; }

.app-testimonial {
  background: #000;
  color: #fff;
  padding: 115px 0 135px 0; }

.app-testimonial .quote {
  background: transparent;
  padding: 0 35px;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
  display: block; }

.app-testimonial .quote:after {
  position: absolute;
  content: '';
  background: url("/system/content-uploads/quote-end.png");
  background-size: 30px;
  top: 0;
  right: 0;
  width: 30px;
  height: 24px; }

.app-testimonial .quote:before {
  position: absolute;
  content: '';
  background: url("/system/content-uploads/quote-start.png");
  background-size: 30px;
  top: 0;
  left: 0;
  width: 30px;
  height: 24px; }

.app-testimonial .quote-author {
  padding: 0 35px; }

.app-testimonial .quote-author .img-wrap {
  float: left; }

.app-testimonial .quote-info {
  float: left;
  margin: 10px 15px; }

.app-testimonial .quote-info .name {
  display: block;
  font-weight: 500; }

/* Download Page */
.download-page #download img {
  width: 100%;
  max-width: 450px; }

/* WP styles */
.news-single .article_desc h3 {
  margin-bottom: 20px; }

.blog-page {
  padding: 80px 0; }

.blog-page .col-xs-12.col-sm-12.col-lg-8 {
  position: relative;
  z-index: 10; }

.blog-page h1 {
  margin-bottom: 40px; }

.blog-page .post-text h3 > a {
  color: #000; }

#sidebar-right .block {
  box-shadow: none; }

.vertical-nav .widget ul li a:hover, .vertical-nav .widget ul li a:focus {
  text-decoration: none;
  color: #ee2e24; }

#sidebar-right .block a {
  text-transform: uppercase; }

.blog-page .post-text p {
  line-height: 150%; }

.blog-page h3.black {
  margin-bottom: 20px; }

.pager-block {
  box-shadow: none !important;
  float: left;
  width: 100%;
  padding: 0 !important; }

.pager li > a, .pager li > span {
  color: #ee2e24;
  border: none;
  padding: 0; }

/* Factsheet */
#main.testimonials-template img {
  display: block; }

.testimonials-template #content-factsheet {
  text-align: center;
  width: 100%;
  float: left;
  position: absolute; }

.sst-page div#police-banner {
  background: url(/wp-content/uploads/2018/10/elected-official-section-banner.jpeg) no-repeat center center;
  padding: 200px 0;
  background-size: cover; }

/* elected officials new */
.elected_officials .section.inner h1 {
  padding-bottom: 40px; }

.elected_officials h4 {
  padding-bottom: 10px;
  min-height: 50px; }

.elected_officials .works-left p {
  font-size: 28px;
  line-height: 1.5em;
  margin-top: 40px;
  padding: 10px 50px 10px 0; }

.elected_officials .works-right img {
  max-width: 370px;
  width: 100%; }

/* Mayor Testimonial */
.testimonials-template video.mayor-video {
  position: relative;
  z-index: -1;
  left: 0;
  top: 0; }

.testimonials-template .video-wrapper {
  display: block;
  max-height: 640px !important;
  position: relative;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6); }

.testimonials-template .video-wrapper.law-video {
  background: rgba(0, 0, 0, 0);
  height: 100%; }

.testimonials-template .law-video .law-video-play {
  margin: auto; }

.testimonials-template .law-video video.enforcement-video {
  top: -180px; }

.video-wrapper #video-play {
  position: relative;
  z-index: 20; }

.fancybox-skin {
  padding: 0 !important;
  margin-right: 30px !important; }

.testimonials-template .elected.factsheet img.mayor-bg {
  display: none !important; }

.testimonials-template #content-factsheet h1 {
  color: #fff;
  padding-top: 110px;
  font-weight: bold;
  font-size: 47px;
  margin-bottom: 70px; }

.testimonials-template #challenges {
  padding: 50px 0 75px; }

.testimonials-template #challenges .list {
  background: url(/system/content-uploads/list.png) no-repeat;
  width: 17px;
  height: 25px;
  float: left;
  margin-right: 25px;
  margin-top: 5px; }

.testimonials-template #challenges h1 {
  color: #000;
  font-size: 48px;
  font-weight: bold;
  margin-top: 67px;
  margin-bottom: 30px; }

.testimonials-template #challenges .text-challenges p {
  font-size: 28px;
  color: #000;
  line-height: 1.5em; }

.testimonials-template #challenges p {
  font-size: 18px;
  color: #000;
  margin-bottom: 35px; }

.testimonials-template #challenges p:last-child {
  line-height: 1.5em; }

.testimonials-template #image-content {
  width: 100%;
  float: left; }

.testimonials-template #image-content img {
  width: 100%; }

.testimonials-template #works {
  width: 100%;
  float: left;
  padding: 50px 0; }

.testimonials-template #works h1 {
  color: #000;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 28px; }

.testimonials-template #works p {
  color: #000;
  font-size: 18px; }

.testimonials-template #works h6 {
  color: #000;
  font-size: 28px;
  display: inline; }

.testimonials-template #works .decrease {
  font-size: 28px;
  color: #ee2e24; }

.testimonials-template #works .list {
  background: rgba(0, 0, 0, 0) url("/system/content-uploads/list.png") no-repeat scroll 0 0;
  float: left;
  height: 25px;
  margin-right: 25px;
  margin-top: 5px;
  width: 17px; }

.testimonials-template #works .cities {
  padding-top: 42px; }

.testimonials-template #works .works-left {
  margin-top: 23px;
  padding: 0 29px 0 0; }

.testimonials-template #works .works-left p {
  color: #000;
  font-size: 28px;
  line-height: 1.5em; }

.testimonials-template #info-1, .testimonials-template #info-3 {
  background: #e1e1e1;
  width: 100%;
  float: left;
  padding: 50px 0; }

.testimonials-template #info-2 {
  width: 100%;
  float: left;
  padding-top: 65px;
  padding-bottom: 60px; }

.testimonials-template #info-1 p, .testimonials-template #info-2 p, .testimonials-template #info-3 p {
  display: inline-table;
  font-size: 18px;
  color: #000;
  margin-bottom: 35px;
  line-height: 1.5em; }

.testimonials-template #info-1 span, .testimonials-template #info-2 span, .testimonials-template #info-3 span {
  margin-bottom: 10px; }

.testimonials-template .text-content h4 {
  font-size: 18px;
  font-weight: bold; }

.testimonials-template .link-img a {
  left: 32%;
  position: absolute;
  top: 33%; }

.testimonials-template #create {
  width: 100%;
  float: left;
  padding-top: 70px;
  padding-bottom: 63px; }

.testimonials-template #cta {
  width: 100%;
  float: left; }

.testimonials-template .support-community h1 {
  margin-bottom: 20px; }

.mayor-video h2, .mayor-video .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .mayor-video .section-subheading {
  margin-top: 70px; }

.testimonials-template .faq h1 {
  padding-bottom: 40px; }

.testimonials-template .faq h4 {
  padding-bottom: 5px;
  min-height: 70px; }

.testimonials-template #create h1 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin-bottom: 31px; }

.testimonials-template #create p {
  font-size: 18px;
  color: #000;
  line-height: 1.5em; }

.testimonials-template #contact {
  width: 100%;
  float: left;
  background: #49494a;
  padding-bottom: 63px;
  padding-top: 38px; }

.testimonials-template #contact h1 {
  color: #ee2e24;
  font-size: 48px;
  font-weight: bold; }

.testimonials-template #contact a {
  color: #ee2e24; }

.testimonials-template #contact a:hover {
  color: #ee2e24; }

.testimonials-template .nopadding {
  padding: 0 !important; }

.testimonials-template #main.lp img {
  display: block; }

.testimonials-template img.play-button-mayor {
  margin: 0 auto; }

.testimonials-template #content-1 {
  padding-top: 32px; }

.testimonials-template .key-features {
  padding-top: 35px; }

.testimonials-template .title-key {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 42px; }

.testimonials-template .shot {
  padding-bottom: 72px; }

.testimonials-template .title-shot {
  color: #010101;
  font-size: 23px;
  font-weight: bold; }

.testimonials-template .list {
  background: url(/system/content-uploads/list.png) no-repeat;
  width: 17px;
  height: 15px;
  float: left;
  margin-right: 25px;
  margin-top: 5px; }

.testimonials-template .content-key p {
  margin-bottom: 36px;
  font-size: 18px;
  color: #000; }

.testimonials-template .shot {
  padding-top: 132px; }

.testimonials-template .shotsports {
  margin-bottom: 60px; }

.testimonials-template .carousel-inner > .item > img,
.testimonials-template .carousel-inner > .item > a > img {
  width: 100%;
  margin: auto; }

.testimonials-template .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  top: 0;
  color: #000; }

.testimonials-template .carousel-caption img {
  float: left;
  width: 27.4%; }

.testimonials-template .name {
  display: block !important;
  font-size: 18px !important;
  font-weight: bold; }

.testimonials-template .address {
  display: block !important;
  font-size: 18px !important; }

.testimonials-template .text {
  width: 72%;
  float: left;
  padding-top: 33px;
  padding-left: 50px;
  padding-right: 76px;
  font-size: 18px;
  text-shadow: none; }

.testimonials-template .info {
  color: #000;
  font-size: 18px;
  text-align: right;
  position: absolute;
  top: 64%;
  width: 100%;
  float: right;
  z-index: 99999;
  padding-right: 7%; }

.testimonials-template .info p {
  font-weight: normal; }

.testimonials-template .info h6 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 14px; }

.testimonials-template span.quo {
  background: url("/system/content-uploads/quo.png") no-repeat;
  width: 25px;
  height: 21px;
  float: left; }

.testimonials-template span.quo-1 {
  background: url("/system/content-uploads/quo1.png") no-repeat;
  width: 25px;
  height: 21px;
  float: left;
  margin-bottom: 15px; }

.testimonials-template .carousel-indicators {
  bottom: 4px; }

.testimonials-template .carousel-indicators li {
  border: 1px solid #ee2e24 !important; }

.testimonials-template .carousel-indicators .active {
  background: #ee2e24 !important; }

.testimonials-template #content-2 {
  background: #efefef;
  padding-top: 75px;
  padding-bottom: 35px; }

.testimonials-template #content-2 h1 {
  margin-top: 0;
  font-size: 48px;
  font-weight: bold; }

.testimonials-template .content-2-left span {
  margin-top: 7px; }

.testimonials-template .content-2-left a {
  color: #ee2e24;
  cursor: pointer;
  font-size: 18px; }

.testimonials-template .content-2-left a:hover {
  text-decoration: none; }

.testimonials-template .webinar {
  margin-bottom: 40px; }

.testimonials-template .datasheet {
  margin-bottom: 40px; }

.testimonials-template .release {
  margin-bottom: 40px; }

.testimonials-template .elected #content-2 {
  padding-top: 75px;
  padding-bottom: 80px;
  width: 100%;
  float: left;
  background: #fff; }

.testimonials-template .elected #content-2 h1 {
  font-size: 46px;
  font-weight: bold;
  color: #000;
  margin-top: 38px;
  margin-bottom: 20px; }

.testimonials-template .elected #content-2 p {
  color: #000;
  font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.5em; }

.testimonials-template .elected #content-2 .content-2-left {
  text-align: center; }

.testimonials-template .elected .content-2-left span {
  margin-top: 7px; }

.testimonials-template .elected .content-2-left a {
  color: #ee2e24;
  cursor: pointer;
  font-size: 18px; }

.testimonials-template .elected .content-2-left a:hover {
  text-decoration: none; }

.testimonials-template #content-3 {
  background: #49494a;
  padding-top: 50px;
  padding-bottom: 70px; }

.testimonials-template #content-3 .title-left {
  color: #ee2e24;
  font-weight: bold;
  font-size: 45px;
  display: inline;
  margin-right: 9px; }

.testimonials-template #content-3 .title-right {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  display: inline; }

.testimonials-template .click {
  text-align: center;
  padding-top: 53px; }

.testimonials-template .click a {
  margin-right: 16px; }

.testimonials-template .click img:hover {
  opacity: 0.5; }

.testimonials-template .elected #content-3 {
  width: 100%;
  float: left;
  padding: 0;
  background: none; }

.testimonials-template .elected #content-3 .img-content-3 {
  width: 100%;
  float: left; }

.testimonials-template .elected #content-3 img {
  width: 100%; }

.elected #content-4 {
  padding-top: 32px;
  width: 100%;
  float: left;
  background: #fff;
  padding-bottom: 70px; }

.testimonials-template .elected #content-4 h1 {
  color: #000;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px; }

.testimonials-template .elected #content-4 p {
  color: #000;
  font-size: 18px; }

.testimonials-template .elected #content-5 {
  background: #e0402b;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 78px;
  width: 100%;
  float: left; }

.testimonials-template .elected #content-5 img {
  margin-top: 20px;
  float: right; }

.testimonials-template .elected #content-5 p {
  font-size: 26px;
  line-height: 1.5em; }

.testimonials-template .quote-1 {
  line-height: 36px;
  padding: 5px 30px;
  margin: 0; }

.testimonials-template .elected #content-5 i.fa-quote-left {
  background: url(/system/content-uploads/quo-white.png) no-repeat; }

.testimonials-template.factsheet i.fa-quote-left {
  background: url(/system/content-uploads/quo.png) no-repeat; }

.testimonials-template .elected #content-5 i.fa-quote-right {
  background: url(/system/content-uploads/quo-white-1.png) no-repeat; }

.testimonials-template.factsheet i.fa-quote-right {
  background: url(/system/content-uploads/quo-2.png) no-repeat; }

.testimonials-template .elected #content-5 p.author {
  font-size: 18px;
  margin: 20px 0 0 0;
  font-weight: 500; }

.testimonials-template .elected #content-5 p.add {
  font-size: 18px; }

.testimonials-template .elected #content-6 {
  background: #49494a;
  padding-top: 35px;
  padding-bottom: 110px;
  width: 100%;
  float: left; }

/* News Pages */
.news-page h3 {
  margin-bottom: 20px; }

.news-page .expand, .news-page .press-info a {
  color: #ee2e24; }

.news-page .featured-news .news-feature {
  width: 33%;
  float: left;
  padding: 0 15px; }

.news-page .featured-news .img-wrap {
  width: 100%;
  height: 150px;
  border: 1px solid #c8c8c8; }

.news-page .featured-news {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 50px; }

.news-page .news-feature h4 {
  font-size: 17px;
  padding: 10px 0; }

.news-page .featured-news .news-feature .text-wrap h4 {
  min-height: 100px;
  margin-top: 10px; }

.news-page .news-feature .date {
  width: 100%;
  margin: 0 0 5px 0; }

.news-page .news-feature .read-more {
  font-weight: 500; }

.news-page .news-feature a:hover {
  color: #000; }

.news-page .news-feature a:hover .img-wrap {
  opacity: 0.8; }

.news-page .news-feature a:hover h4, .news-page .news-feature a:hover .read-more {
  color: #ee2e24; }

.redbutton {
  color: #fff !important; }

.archive-news h3 {
  margin-top: 40px;
  margin-bottom: 10px; }

.page-numbers {
  color: #333;
  font-size: 16px;
  font-weight: 300; }

.page-numbers.current, .page-numbers:hover {
  color: #ee2e24; }

.search-news .search input[type="submit"] {
  background: red;
  border: none;
  color: #fff;
  padding: 3px 20px; }

.search-news .search {
  margin-bottom: 45px; }

.search-page .block {
  box-shadow: none;
  padding: 20px 0; }

.search-page {
  padding: 50px 0 100px 0; }

.search-page h2, .search-page .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .search-page .section-subheading {
  font-size: 22px;
  margin-bottom: 10px; }

.search-page .post-text {
  margin-bottom: 40px; }

.search-page .post-text p {
  margin-bottom: 15px; }

/* New Nav Dropdowns */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent; }

.dropdown-menu {
  background: #1e1e1e; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #ee2e24; }

.dropdown-menu > li > a {
  color: #fff; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: transparent;
  color: #ee2e24; }

.top-nav .dropdown-menu a {
  padding: 3px 1px; }

.top-nav .dropdown-menu {
  margin-top: -10px; }

.top-nav .dropdown-toggle {
  padding-bottom: 10px; }

/* Healthcare Page */
.healthcare-page .section {
  padding: 80px 0 90px 0; }

.healthcare-page .healthcare-bg {
  background: url("https://www.shotspotter.com/wp-content/uploads/2019/01/background-healthcare.jpg") no-repeat top left transparent;
  background-size: cover;
  padding: 150px 0 170px 0; }

.healthcare-page .overview-text {
  margin-bottom: 100px; }

.healthcare-page .icon-benefit {
  max-width: 86px;
  margin: 40px 0 10px 0; }

.healthcare-page .benefits-section .img-wrap {
  min-height: 145px;
  text-align: center; }

.healthcare-page .benefits-section .title {
  font-weight: 600;
  font-size: 1.15rem; }

.healthcare-page .quote-box .title {
  font-size: 0.9em;
  color: #b7b7b7;
  line-height: 1.3em;
  display: inline-block; }

.healthcare-page .aast_thumb {
  max-width: 160px;
  margin: 0 auto 15px auto;
  display: block; }

.healthcare-page .aast-section h2, .healthcare-page .aast-section .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .healthcare-page .aast-section .section-subheading {
  margin-bottom: 45px; }

.healthcare-page .aast-section .title {
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: 500; }

.healthcare-page .aast-section ul {
  margin-bottom: 40px; }

.healthcare-page .critical h2, .healthcare-page .critical .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .healthcare-page .critical .section-subheading {
  margin-bottom: 30px; }

.healthcare-page .critical .sources {
  font-size: 0.875rem;
  margin-top: 20px;
  display: block; }

.healthcare-page .critical .num {
  color: #f12b15;
  font-weight: 500;
  padding: 0;
  font-size: 60px;
  line-height: 100%; }

.healthcare-page .critical b {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500; }

.healthcare-page .quote-box .quote-wrap {
  position: relative; }

.healthcare-page .row.testimonial {
  position: relative; }

.healthcare-page a.quote-link {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 0);
  z-index: 1; }

@media all and (max-width: 767px) {
  .healthcare-page a.quote-link {
    font-size: 14px;
    line-height: 24px;
    bottom: 18px; }
  .healthcare-page .quote-box {
    padding-bottom: 48px !important; }
  .testimonial .img-wrap {
    display: none; } }

.healthcare-page .quote-box {
  display: table;
  padding: 25px 38px 5px;
  background: white;
  margin-top: 40px;
  min-height: 350px; }

.healthcare-page .quote-box i.quote-1.fa.fa-quote-right {
  top: 0;
  right: 0;
  bottom: inherit; }

.healthcare-page .author-quote {
  text-align: center; }

.healthcare-page .critical .critical-stat {
  margin-top: 15px; }

.healthcare-page .critical .stat-wrap {
  margin-bottom: 40px; }

.healthcare-page .critical .num-text {
  color: #f12b15;
  font-weight: 500;
  padding: 0;
  font-size: 40px;
  line-height: 100%; }

.healthcare-page .testimonial .img-wrap {
  margin-top: 40px;
  background-size: cover;
  min-height: 350px; }

.healthcare-page .nopadding {
  padding: 0; }

.hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), .hs-custom-style > div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px; }

#contact-page.healthcare_contact {
  background: url(./img/contact_hero_healthcare.jpg) no-repeat center center;
  color: white;
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  margin-bottom: 50px; }

.law-cta .healthcare-references p a {
  font-weight: 500;
  text-decoration: underline; }

.law-cta .healthcare-references p {
  font-size: 1em;
  font-weight: 400; }

/* Responsive */
/*Only desktop */
@media screen and (min-width: 1025px) {
  .dropdown:hover .dropdown-menu {
    display: block; } }

@media screen and (max-width: 1300px) {
  .map-section .animation-nav {
    right: 100px; }
  .map-section .nav-active {
    right: 91px; }
  .map-section .message {
    right: 150px; }
  img.ngi2017 {
    right: 10px; } }

@media screen and (max-width: 1200px) {
  .apps-section .text-wrap p {
    min-height: 100px; }
  #main-new {
    padding: 0 20px; }
  header .container {
    width: 100%; }
  #header_search {
    width: 120px; }
  .header_search {
    width: 100%; }
  .navbar > .container .navbar-brand {
    margin-left: 0; }
  .shotspotter-dispatch .desktop-dispatch-img {
    margin-left: -200px; }
  .apps-section .respond-wrap {
    margin-top: 65px; }
  #testimonials-carousel .section_carousel {
    overflow: visible;
    max-width: 90%; }
  /* Partners Graphic */
  .partners-graphic .graphic-wrap {
    width: 80%;
    margin: auto;
    max-width: 380px; } }

@media screen and (min-width: 1100px) {
  .logo-new-mobile {
    display: none; }
  .ngi2017-mobile {
    display: none; } }

@media screen and (max-width: 1100px) {
  /* Dropdown header */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: transparent;
    color: #ee2e24; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff; }
  .dropdown-menu {
    position: relative; }
  .header_search {
    width: 150px; }
  img.ngi2017 {
    display: none; }
  #header_search {
    margin: 5px 32px 0 0;
    float: left !important;
    clear: both; }
  img.thumbnail {
    display: none; }
  .logo {
    background-size: 200px auto;
    width: 134px; }
  #menu {
    display: none;
    position: absolute;
    background: #000;
    z-index: 999;
    bottom: 0;
    width: 200px !important;
    padding: 20px;
    top: 60px;
    right: -2.5% !important;
    left: auto !important;
    height: 550px; }
  .mobile-menu-top {
    display: block;
    font-size: 19px;
    background: url(/system/content-uploads/icon-menu.png) no-repeat right center;
    padding: 0 40px 0 0;
    cursor: pointer;
    width: 40px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 10px; }
  .header {
    width: 95%;
    height: 60px;
    position: relative; }
  a.logo {
    position: relative; }
  .top-nav {
    float: none;
    margin-top: 180px;
    width: auto;
    position: relative; }
  .top-nav a {
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    font-weight: 300; }
  .top-nav .login > a {
    background: none;
    padding: 10px !important;
    height: auto; }
  nav {
    position: absolute;
    top: 0;
    margin: 40px 0 0 0;
    text-align: left;
    width: 200px; }
  nav a:hover,
  nav a.current,
  .top-nav a:hover,
  .top-nav a.current,
  nav li:hover > a {
    color: #ee2e24; }
  nav li .submenu {
    background: #1e1e1e;
    padding: 10px 0 10px 0;
    margin-top: -40px;
    left: auto;
    margin-left: -200px;
    text-align: right;
    z-index: 9999;
    width: 200px; }
  nav li#technology .submenu {
    width: 200px;
    margin-left: -200px; }
  nav li .submenu a {
    color: #fff;
    font-size: 16px; }
  nav li .submenu a:hover {
    background: none; }
  nav .submenu a .icon-bracket, .top-nav .login > a .icon-bracket {
    display: none; }
  nav .submenu a:hover .icon-bracket, .top-nav .login > a .icon-bracket {
    background: none !important; }
  .inner-content {
    width: 88%; }
  .section .text,
  .section .text.lg {
    padding: 0 5%;
    box-sizing: border-box; }
  .col-3 {
    width: 40%;
    margin: 0 10% 0 0; }
  #section-2_new .col-3 {
    width: 33.33%;
    margin-right: 0; }
  #contact-us-bottom, #resources-cta {
    display: none; }
  #sidebar {
    width: 15%; }
    #sidebar a {
      font-size: 14px;
      text-align: left; }
  #main-content {
    width: 75%; }
  .company-overview span {
    width: auto; }
  .company-overview .data {
    position: relative;
    width: 100%;
    right: auto;
    margin: 0; }
  .company-overview .data .col-3 {
    float: none;
    width: 100% !important; }
  .company-overview .data .col-3 br {
    display: none; }
  .contact-info, .disclaimer {
    font-size: 14px;
    line-height: 20px; }
  .investors img:nth-child(4n+0), .partners .k:nth-child(4n+0) {
    margin: 20px 20px 0 0; }
  .leadership a, .leadership a:nth-child(3n+0) {
    margin: 40px 40px 0px 0; }
  .partners .k {
    float: none; }
  .partners .k .bio {
    width: 200%;
    font-size: 14px; }
  #section-3 .text {
    font-size: 36px; }
  #section-3 h2, #section-3 .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #section-3 .section-subheading {
    font-size: 24px;
    line-height: 34px; }
  #main .section .new-white {
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    left: 50%;
    margin-left: -400px;
    position: absolute;
    text-align: center;
    top: -40px; }
  .new-white {
    margin-top: 18px; }
  #section-epidemic .text {
    font-size: 30px;
    top: 100px;
    text-align: left;
    width: 100% !important; }
  .top-notification p {
    font-size: 14px;
    line-height: 18px; }
  /* Technology page*/
  .technology-bg .technology-diagram .arrow-1 {
    top: -7px;
    left: 22px;
    width: 507px; }
  .technology-bg .technology-diagram .arrow-2 {
    width: 225px; }
  .technology-bg .technology-diagram .push-other {
    right: 268px; }
  .technology-bg .technology-diagram .arrow-3 {
    left: 36%;
    width: 139px; }
  .law-enforcement-inner.bg-city {
    background-position: -250px center; }
  .results-inner.bg-city {
    background-position: -250px center; }
  .technology-features ul.height-right {
    min-height: 282px; }
  /* Case study animation*/
  .map-section .animation-nav {
    right: 60px; }
  .map-section .nav-active {
    right: 51px; }
  .map-section .message {
    right: 100px;
    max-width: 310px;
    padding: 15px; }
  .map-section .message p {
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 120%; }
  .map-section .message .time {
    font-size: 20px; }
  .map-section .message p.second-text {
    margin-bottom: 15px; }
  .careers-intro h2, .careers-intro .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .careers-intro .section-subheading {
    font-size: 36px; }
  .careers-page .careers-carousel {
    height: 320px; }
  .carousel-testimonials .testimonial {
    margin-right: 0; }
  #top-menu {
    display: none; }
  .top-nav {
    display: none; }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 20px; }
  .container > .navbar-header {
    width: 100%;
    margin-left: 0; }
  nav {
    width: 100%; }
  .navbar {
    min-height: 40px; }
  .navbar-toggle {
    margin-top: 2px;
    margin-bottom: 4px; }
  #menu-main li {
    width: 100%; }
  #menu-main li.visible-xs {
    display: block !important; }
  #request li {
    width: 95%; }
  .shot-notification {
    width: 80%;
    margin-left: 10%;
    padding-top: 10%; }
  .top-notification {
    background-size: 100% auto; }
  .third-second-sub {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 45px; }
  #map-home {
    background: url(/system/content-uploads/maps.png) no-repeat center;
    background-size: auto 100%;
    height: 750px; } }

@media screen and (max-width: 1099px) {
  /* Technology page new */
  .hidden-tablet-mobile {
    display: none !important; }
  .visible-tablet-mobile {
    display: block; }
  span.visible-tablet-mobile {
    display: inline-block; }
  .technology-mobile-diagram {
    color: #fff;
    padding: 80px 0;
    position: relative; }
  .technology-mobile-diagram .arrowdown-1 {
    position: absolute;
    top: 156px;
    left: 9%; }
  .technology-mobile-diagram .arrow-1, .technology-mobile-diagram .arrow-2 {
    width: 100%;
    max-width: 17px; }
  .technology-mobile-diagram .arrowdown-2 {
    position: absolute;
    top: 430px;
    left: 9%; }
  .technology-mobile-diagram .triangulation-m .triangulation-img {
    width: 100%;
    max-width: 95px;
    margin-left: 20%;
    margin-bottom: 30px; }
  .technology-mobile-diagram .img-wrap {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    text-align: center; }
  .technology-mobile-diagram .text-wrap {
    display: inline-block;
    width: 80%;
    vertical-align: top; }
  .technology-mobile-diagram .number {
    max-width: 44px;
    width: 100%;
    margin: auto; }
  .technology-mobile-diagram .software {
    width: 100%;
    max-width: 72px;
    margin-left: 20%;
    margin-bottom: 30px;
    margin-top: 40px; }
  .software-human-m {
    min-height: 350px; }
  .sensors-m {
    min-height: 150px; }
  .technology-mobile-diagram .push-img {
    width: 100%;
    max-width: 44px;
    margin-left: 20%;
    margin-bottom: 20px;
    margin-top: 40px; }
  .case-study-section {
    margin-top: 0 !important; } }

@media screen and (max-width: 991px) {
  .carousel-testimonials .text-wrap {
    width: 100%; }
  .carousel-testimonials .img-wrap {
    width: 100%; }
  .carousel-testimonials .testimonial-img {
    margin: auto; }
  .carousel-testimonials .text-wrap.big-quote {
    padding: 30px 50px 40px 50px; }
  .carousel-testimonials .text-wrap {
    padding: 30px 60px 40px 60px; }
  .stat-features .stat-wrap {
    padding: 1px;
    float: none;
    display: inline-block;
    margin-right: -2px;
    margin-left: -2px;
    vertical-align: top; }
  .stat-features .stat-wrap h5 {
    font-size: 16px; }
  .stat-features .stat-box {
    min-height: 210px;
    padding: 40px 8px; }
  /* Partners */
  .partners-page .partners-list .pr {
    width: calc(100% - 170px); }
  .partners-page .partners-list .logo-partner {
    max-width: 150px; }
  .partners-page .partners-list .logo-wrap {
    width: 150px; }
  .partners-page .top-section {
    padding: 120px 0 140px 0; }
  /* Missions Page */
  .missions-page .patrol-section .patrol-item {
    margin: 0 auto; }
  .missions-page .mission-item .text-wrap {
    width: 100%; } }

@media screen and (max-width: 900px) {
  #secure-1 img, #utilities-1 img {
    min-height: 400px; }
  .section .text {
    font-size: 36px !important;
    line-height: 48px !important;
    text-align: center;
    width: 100%;
    margin-left: 0%;
    top: -15%; }
  #main img {
    min-height: 400px; }
  #main.lp img {
    min-height: 50px;
    margin: 0 auto; }
  #section-2 .text, #section-4 .text {
    top: 20%; }
  #section-2 .learn-more {
    margin: 40px 0 0 0; }
  #section-3 .text {
    top: -60px;
    width: 100%;
    text-align: center; }
  #section-3 h2, #section-3 .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #section-3 .section-subheading {
    font-size: 24px;
    margin: -10px; }
  #section-3 .text br {
    display: none; }
  #section-3 .real-time-data {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    top: 100px; }
  #section-4 .text {
    top: 20px;
    font-size: 24px !important;
    line-height: 36px !important;
    width: 20%;
    text-align: right; }
  #section-5 .text {
    font-size: 24px !important;
    line-height: 36px !important; }
  #section-5 .text span {
    font-size: 16px; }
  #section-6 .text {
    top: 10%;
    font-size: 24px !important;
    line-height: 36px !important;
    margin-left: 0;
    left: auto;
    right: 5%;
    text-align: left;
    width: 65%; }
  #section-6 .text span {
    font-size: 18px;
    display: block;
    margin: 30px 0 0 0;
    text-align: right; }
  h1 {
    font-size: 36px; }
  h1.celebratorygunfire {
    font-size: 28px; }
  .inner-content-gunfire {
    width: 100%; }
  h1.small {
    font-size: 32px; }
  h2, .homepage-module.multi-column-module .section-subheading {
    font-size: 30px;
    line-height: 36px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 14px; }
  #secure-1 img, #utilities-1 img {
    min-height: 600px; }
  p, ul.list-items li {
    font-size: 18px;
    line-height: 24px; }
  .col-2 img {
    width: 100% !important;
    height: auto; }
  #request {
    float: none; }
  .contact-info {
    float: none;
    width: 100%; }
  body.blog #sidebar {
    display: none; }
  body.blog #main-content {
    width: 100%; }
  body.blog #main-content img#blog-main {
    width: 90%; }
  .new-white {
    margin-top: 120px; }
  #section-epidemic .text {
    font-size: 26px !important;
    line-height: 30px !important;
    width: 100% !important;
    padding-left: 50% !important; }
  #section-2_new .section {
    padding: 40px 30px; }
  #main-new {
    background-position: -530px top; }
  .citizens-cities-list .column-4 {
    width: 50%; }
  .citizens-impact .column-3 {
    width: 97%; }
  .citizens-cta .left-section, .citizens-cta .center-section, .citizens-cta .right-section {
    width: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    min-height: auto;
    border: 0 !important;
    margin-bottom: 40px; }
  .law-enforcement-inner.bg-city {
    background-position: -450px center; }
  .technology-features ul.height-right {
    min-height: 330px; }
  .cta-page.bg-black {
    padding: 60px 0; }
  .tesimonials-template #info-1 .text-content,
  .tesimonials-template #info-2 .text-content,
  .tesimonials-template #info-3 .text-content {
    padding-left: 30px; } }

@media screen and (max-width: 1024px) {
  .law-page .justice_section .justice-item .text-wrap {
    margin-top: 30px; }
  #case-study-body {
    height: auto !important; }
  #customers-recommend .list-benefits {
    width: 48%;
    padding-left: 95px; }
  .carousel-testimonials .quote.toni {
    margin: auto; } }

@media screen and (max-width: 992px) {
  .law-enforcement-inner.bg-realtime .right-margin-section {
    width: 60%;
    float: right;
    padding: 100px 0 125px 20px;
    color: #fff; }
  .law-enforcement-inner .shotspotter_works,
  .results-inner .shotspotter_works,
  .law-enforcement-inner.security-features .shotspotter_works,
  .results-inner.security-features .shotspotter_works {
    width: 49%; }
  .law-resources .pdf-col {
    padding-left: 40px;
    width: 50%; }
  .law-resources .funding-col {
    width: 50%;
    padding-right: 40px; }
  #secure-2 .double-column .left-section,
  #secure-2.double-column .right-section,
  #secure-2.triple-column .right-section,
  #secure-2.triple-column .left-section {
    width: 100%; }
  .law-enforcement-inner.bg-reduce {
    height: auto; }
  #section-2_new .img-wrap {
    display: table-cell;
    width: 50%;
    height: auto;
    vertical-align: top;
    background: #fff; }
  #section-2_new .section {
    display: table-cell;
    width: 47%;
    box-sizing: border-box;
    background: #fff; }
  #section-2_new .col-3:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #section-2_new .col-3 {
    width: 100%;
    margin-bottom: 0;
    top: 10px; }
  #section-2_new a {
    font-size: 16px; }
  .right-sst-mobile {
    width: 45%;
    margin-top: 0; }
  .security-cta .right-section {
    padding: 50px 0 60px 40px; }
  .security-cta .left-section {
    padding: 50px 40px 60px 0; }
  .security-cta .big-brackets {
    font-size: 15px; }
  .net-promoter .net-promoter-wrap {
    width: 22%; }
  .support-advantage .triple-column .column {
    width: 32%; }
  /* Respond & Dispatch App */
  .banner-app {
    padding: 70px 0 265px 0; }
  .apps-section {
    margin-top: -125px; }
  .shotspotter-respond .mobile-phone-respond {
    max-width: 388px; }
  .shotspotter-dispatch .desktop-dispatch-img {
    margin-left: 0;
    margin-bottom: 30px;
    max-width: 500px; }
  .apps-section .respond-wrap {
    margin-top: 80px; }
  .apps-section .text-wrap p {
    min-height: 120px; }
  .careers-page .title-wrap {
    width: 100%;
    margin-bottom: 20px; }
  .careers-page .text-wrap {
    width: 80%; }
  .careers-intro {
    padding: 90px 0; }
  .careers-page .careers-carousel {
    height: 240px; }
  .careers-page .careers-oportunities {
    overflow: auto;
    padding: 90px 0 90px 0; }
  .careers-lightbox {
    width: 90%;
    max-width: 500px; }
  .careers-lightbox #request li {
    width: 100%; }
  /* Law Flex*/
  .law-page .proven_tech .step-item .text-wrap {
    margin-top: 10px; }
  .law-page .ballistic_section .half-overlay {
    width: 70%; }
  .law-page .justice_section .first-item .text-wrap {
    padding-left: 10px; }
  .law-page .justice_section .justice-item .text-wrap {
    margin-top: 0; } }

@media screen and (max-width: 812px) {
  div#sidebar {
    display: none; }
  #main-content {
    width: 100%; }
  .technology-features ul.height-right {
    min-height: 378px; }
  .testimonials-template #content-factsheet {
    background: url(/system/content-uploads/bg-2.jpg) no-repeat left top/100% 100%;
    text-align: center;
    padding-bottom: 150px;
    background-size: cover;
    width: 100%;
    float: left;
    position: relative; }
  .testimonials-template #main.lp img {
    min-height: 50px;
    margin: 0 auto; } }

@media screen and (max-device-width: 799px) {
  .carousel-testimonials .quote::after, .carousel-testimonials .quote::before {
    background-size: 18px;
    width: 18px; }
  .carousel-testimonials .quote {
    font-size: 18px; }
  #main-new h1 {
    padding-top: 0; }
  #stats .shotspotter_works {
    width: 50%; }
  .carousel-testimonials .text-wrap {
    padding: 30px 20px 40px 20px;
    min-height: 242px;
    width: 100%; }
  #stats h2, #stats .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #stats .section-subheading,
  #testimonials-carousel h2,
  #testimonials-carousel .homepage-module.multi-column-module .section-subheading,
  .homepage-module.multi-column-module #testimonials-carousel .section-subheading,
  #section-4_new h2,
  #section-4_new .homepage-module.multi-column-module .section-subheading,
  .homepage-module.multi-column-module #section-4_new .section-subheading,
  .section-news-home h2,
  .section-news-home .homepage-module.multi-column-module .section-subheading,
  .homepage-module.multi-column-module .section-news-home .section-subheading,
  #customers-recommend h2,
  #customers-recommend .homepage-module.multi-column-module .section-subheading,
  .homepage-module.multi-column-module #customers-recommend .section-subheading,
  #detect-protect-connect h2,
  #detect-protect-connect .homepage-module.multi-column-module .section-subheading,
  .homepage-module.multi-column-module #detect-protect-connect .section-subheading {
    font-size: 25px;
    line-height: 1.2em; }
  #detect-protect-connect {
    padding: 75px 20px; } }

@media screen and (max-width: 768px) {
  .partners-page .quote h4 {
    padding-top: 30px; }
  .missions-page .sub-patrol .patrol-item img {
    padding: 0 0 30px; }
  .double-column .left-section, .double-column .right-section {
    width: 100%; }
  .elected_officials .works-left p {
    margin-top: 0;
    padding: 0; }
  #header_search {
    margin: 0 auto;
    width: 100%;
    clear: both;
    padding-left: 15px; }
  #main-new #video-play img {
    width: 80%;
    margin-top: 40px; }
  #customers-recommend .list-benefits {
    width: 48%;
    padding-left: 30px; }
  .carousel-testimonials .testimonial-wrap {
    width: 100%;
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  /* header */
  #header_search {
    padding-left: 2px; }
  #language-menu {
    margin: 0; }
  #language-menu .dropdown-toggle, #language-menu .dropdown-menu > li > a {
    font-size: 16px; }
  .elected_officials .works-left p {
    margin-top: 0;
    padding: 0; }
  .law-enforcement-bg.elected-offi-bg {
    background-position-x: 34%; }
  .company-page #philanthropy img.philanthropy_logo {
    margin-bottom: 20px; }
  .fancybox-type-iframe .fancybox-inner {
    width: 100% !important;
    height: auto !important; }
  #main-new {
    height: auto;
    background-position: center top; }
  #main-new .copy, #main-new .img-wrap {
    width: 100%;
    float: left;
    position: relative; }
  #main-new h1 {
    font-size: 36px;
    padding-top: 20px; }
  #section-2_new .section {
    padding: 40px 20px; }
  #section-2_new .left-section, #section-2_new .right-section {
    margin-bottom: 20px;
    top: 0;
    width: 100%; }
  #section-3_new .text {
    margin: 0 20px; }
  #section-4_new .shotspotter_works {
    width: 100%;
    float: none;
    padding: 0 20px;
    box-sizing: border-box; }
  #section-5_new #video_1, #section-5_new #video_2 {
    width: 100%;
    height: 300px;
    margin-bottom: 20px; }
  #section-5_new img {
    width: 80px;
    margin-top: 84px; }
  #section-6_new {
    padding: 80px 0 100px; }
  .hidden-mobile {
    display: none; }
  .visible-mobile {
    display: block; }
  .visible-mobile-inline {
    display: inline-block; }
  #section-6_new h1 {
    font-size: 30px;
    line-height: 120%;
    padding: 0 10px; }
  #section-3_new {
    padding: 100px 0; }
  .double-column .left-section,
  .double-column .right-section,
  .triple-column .left-section,
  .triple-column .right-section {
    width: 100%; }
  .law-resources .funding-col {
    width: 100%;
    border-right: 0;
    padding-right: 10%; }
  .law-resources .pdf-col {
    width: 100%;
    padding-left: 0;
    margin-top: 30px; }
  .law-seals .seals-img {
    width: 100% !important;
    margin-bottom: 40px; }
  .law-cta .left-section,
  .law-cta .right-section,
  .law-cta .center-section {
    border-right: 0;
    padding: 30px 10px; }
  .law-enforcement-inner .shotspotter_works {
    width: 100%; }
  .law-enforcement-inner.bg-realtime {
    background: url(/system/content-uploads/real-time-background.jpg) no-repeat center right transparent;
    background-size: cover; }
  .law-enforcement-inner.bg-reduce {
    background: url(/system/content-uploads/elected-reduce-background.jpg) no-repeat center right transparent;
    background-size: cover; }
  .law-enforcement-inner.bg-realtime .right-margin-section {
    width: 100%;
    float: right;
    padding: 90px 0 60px;
    box-sizing: border-box; }
  .section.law-enforcement-inner.shotspotter-mobile {
    background-size: cover; }
  .right-sst-mobile {
    width: 100%;
    margin-top: 0; }
  .left-sst-mobile img.img-responsive {
    width: 50%; }
  .cta-banner .text-banner {
    padding: 60px 0;
    min-height: 0; }
  #captcha_div {
    overflow: scroll; }
  .cta-page.bg-black {
    padding: 40px 0; }
  .law-enforcement-bg h1 {
    font-size: 35px;
    line-height: 120%; }
  .law-enforcement-bg.city-page {
    padding: 90px 0 80px 0;
    background: url(/wp-content/uploads/2018/09/cities_bg.jpg) no-repeat center center transparent; }
  .law-enforcement-bg {
    padding: 90px 0 80px 0;
    background-position-x: -200px; }
  .results-bg h1 {
    font-size: 33px;
    line-height: 120%; }
  .results-inner h3 {
    padding-bottom: 20px; }
  .secondary-section.header-title .inner-content h2, .secondary-section.header-title .inner-content .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .secondary-section.header-title .inner-content .section-subheading {
    padding: 60px 0 0;
    font-size: 30px;
    line-height: 120%;
    text-align: left; }
  .results-inner h2, .results-inner .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .results-inner .section-subheading {
    font-size: 30px;
    font-weight: 500; }
  img.results-image-1 {
    padding-left: 0; }
  img.results-image-2 {
    padding-right: 0; }
  .results-bg {
    padding: 90px 0 80px 0; }
  .law-enforcement-inner h2, .law-enforcement-inner .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .law-enforcement-inner .section-subheading {
    line-height: 110%;
    font-size: 30px; }
  .law-enforcement-inner {
    padding: 60px 0 70px 0; }
  .law-cta .double-column {
    margin-top: 10px; }
  #section-2_new .img-wrap {
    display: block;
    width: 100%; }
  .law-enforcement-inner.security-features .shotspotter_works {
    width: 100%; }
  .security-campus .logo-wrap {
    width: 50%;
    margin: 20px 0; }
  .law-enforcement-inner.bg-security {
    background: url(/system/content-uploads/secure-background.jpg) no-repeat center right transparent;
    background-size: cover; }
  .security-cta .button.big-brackets {
    font-size: 14px; }
  .security-cta .left-section,
  .security-cta .right-section {
    padding: 30px 0; }
  .technology-solution .solution-item .left-section,
  .technology-solution .solution-item .right-section {
    width: 100%; }
  .technology-solution .solution-item .solution-icon {
    height: 50px;
    margin: 0; }
  .technology-mobile-diagram .arrowdown-1,
  .technology-mobile-diagram .arrowdown-2 {
    left: 7%; }
  .technology-mobile-diagram .number {
    max-width: 35px; }
  .technology-bg .title-section h1 {
    font-size: 30px; }
  .technology-diagram .column-3 {
    width: 100%;
    padding-right: 20px; }
  .technology-push-notifications-background {
    padding: 100px 0; }
  .technology-solution .solution-item {
    margin-bottom: 55px; }
  .technology-solution .solution-item .img-wrap {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px; }
  .technology-solution .solution-item .text-wrap {
    width: 100%; }
  .technology-solution .solution-item .intro {
    font-size: 20px; }
  .citizens-video {
    padding: 125px 0; }
  .citizens-cities-list {
    padding: 20px 40px 0; }
  .law-enforcement-inner.bg-city {
    background: url(/system/content-uploads/get-in-your-city-bg.jpg) no-repeat center left transparent;
    background-size: cover; }
  .bg-city .left-margin-section {
    width: 100%;
    float: left;
    padding: 75px 100px 75px 0;
    color: #fff; }
  .company-page .company-overview .clearfix {
    height: 0 !important; }
  .gun-impact-page .resources .articles,
  .gun-impact-page .resources .studies,
  .gun-impact-page .resources .research {
    width: 100%; }
  .citizens-cta h2, .citizens-cta .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .citizens-cta .section-subheading {
    margin-bottom: 35px; }
  .law-cta .left-section, .law-cta .right-section, .law-cta .center-section {
    border-right: 0;
    padding: 20px 10px; }
  .technology-features ul.height-right {
    min-height: 0; }
  .support-quality .text-section {
    width: 100%;
    padding-right: 0; }
  .support-quality .image-section {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center; }
  .support-quality .percentage-support {
    display: inline; }
  .support-advantage .triple-column .column {
    margin-top: 0;
    width: 100%; }
  .support-advantage h2, .support-advantage .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .support-advantage .section-subheading {
    margin-bottom: 30px; }
  .net-promoter .net-promoter-wrap {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    text-align: left;
    margin-bottom: 20px; }
  .net-promoter .net-promoter-text {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0; }
  .support-mission p {
    font-size: 25px; }
  .support-page-bg {
    background: url(/system/content-uploads/support-background-mobile.jpg) no-repeat right center transparent;
    background-size: cover; }
  /* Case Study Page*/
  .cs-campus-bg {
    padding: 80px 0 0 0; }
  .cs-campus-bg h1 {
    width: 100%; }
  .cs-campus-bg .case-info {
    margin-top: 70px; }
  .cs-campus-bg .california-map {
    margin-top: 30px; }
  .cs-campus-bg .case-info {
    padding: 50px 0 60px 0; }
  .case-study-section {
    padding: 65px 0 75px 0; }
  .case-study-section .double-column, .case-study-section .triple-column {
    margin-top: 0; }
  /* Respond & Dispatch */
  .shotspotter-dispatch .desktop-dispatch-img {
    width: 100%; }
  .banner-app {
    padding: 70px 0 90px 0; }
  .apps-section {
    margin-top: 60px; }
  .apps-section .respond-wrap {
    margin-top: 25px;
    margin-bottom: 60px; }
  .shotspotter-respond {
    background: #f1f1f1;
    padding: 65px 0 90px 0; }
  .shotspotter-respond .platform-box, .shotspotter-dispatch .platform-box {
    margin-bottom: 4px; }
  .app-download .app-icon {
    margin-bottom: 10px; }
  .shotspotter-dispatch {
    padding: 60px 0 80px 0; }
  .shotspotter-respond h4,
  .shotspotter-dispatch h4 {
    font-size: 24px; }
  .shotspotter-respond h2, .shotspotter-respond .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .shotspotter-respond .section-subheading,
  .shotspotter-dispatch h2,
  .shotspotter-dispatch .homepage-module.multi-column-module .section-subheading,
  .homepage-module.multi-column-module .shotspotter-dispatch .section-subheading {
    font-size: 26px; }
  .app-testimonial {
    background: #000;
    color: #fff;
    padding: 75px 0 85px 0; }
  .apps-section .text-wrap p {
    min-height: 0; }
  .banner-app .app-btns a {
    display: block;
    margin: 0 auto 20px;
    padding: 0; }
  .case-study-view-section p {
    width: 100%; }
  .case-study-view-section .overlay-white {
    padding: 60px 0; }
  .results-view-section p {
    width: 100%; }
  .results-view-section .overlay-white {
    padding: 60px 0; }
  /* Homepage Spotlight News */
  .section-news-home .news-spotlight .shotspotter_works {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 300px; }
  /*Careers page*/
  .careers-page .careers-background {
    height: 300px; }
  .apply-bottom {
    display: none; }
  .careers-form select {
    width: 100%; }
  .careers-intro {
    padding: 60px 0; }
  .careers-perks h2, .careers-perks .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .careers-perks .section-subheading {
    text-align: center; }
  .careers-page .careers-carousel {
    background: transparent;
    height: auto;
    text-align: center; }
  .careers-page .collage-pic.collage-2 {
    margin-top: 5px;
    width: 100%; }
  .careers-page .collage-pic.collage-1 {
    width: 100%; }
  .careers-page .careers-oportunities {
    overflow: auto;
    padding: 60px 0 60px 0; }
  .careers-oportunities p, .careers-page .text-wrap {
    width: 100%; }
  .careers-intro h2, .careers-intro .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .careers-intro .section-subheading {
    font-size: 32px; }
  .careers-page ul.list-items li {
    background: url(/system/content-uploads/bg_li.png) no-repeat left 10px; }
  #position-career {
    width: 100%;
    padding: 70px 0 0 0; }
  .apply {
    width: 100%;
    margin-top: 0; }
  .careers-lightbox {
    width: 80%;
    max-width: 300px;
    padding: 40px 30px;
    overflow: hidden; }
  .careers-lightbox #request input {
    width: 100%; }
  .careers-lightbox #request input.submit {
    margin: auto; }
  #testimonials-carousel {
    padding: 100px 0 0 0; }
  .testimonials-template #challenges h1 {
    margin-top: 45px;
    font-size: 40px;
    line-height: 1.1; }
  .testimonials-template h1 {
    line-height: 1.1; }
  .testimonials-template #content-factsheet h1 {
    padding-top: 80px;
    font-size: 26px; }
  .sst-page .social-share {
    width: 30%;
    display: inline-block; }
  .sst-page .meta {
    width: 70%; }
  .post-excerpt .meta {
    width: 100%;
    margin-bottom: 20px; }
  .post-excerpt .social-share {
    width: 100%; }
  .blog-page .post-text p, .sst-page {
    word-break: break-word; }
  .red-button {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    padding: 9px 20px;
    height: auto;
    text-align: center; }
  .text .light {
    font-size: 15px; }
  #elected-1 .text {
    top: 20%; }
  .technology-diagram {
    padding-bottom: 30px; }
  .wpcf7-form-control-wrap input {
    width: 100%; }
  .stat-features .stat-box {
    min-height: 0;
    padding: 30px; }
  .news-page .featured-news .news-feature {
    width: 100%; }
  /* Partners */
  .partners-page textarea {
    width: 100%; }
  .partners-page .wpcf7-submit {
    margin: 0; }
  .partners-page .col-2 input {
    width: 100%; }
  .partners-page .partners-list .logo-wrap {
    text-align: center;
    width: 100%; }
  .partners-page .partners-list .pr {
    width: 100%;
    margin-top: 20px;
    padding: 0; }
  .partners-page .clearfix {
    height: 40px; }
  /* Law Flex*/
  .law-page .challenge-img, .law-page .justice-img, .law-page .step-img {
    margin-bottom: 20px; }
  .law-page .challenges-section {
    padding: 60px 0 40px 0; }
  .law-page .ballistic_section .half-overlay {
    width: 100%; }
  .law-page .challenges-section .challenge-item {
    margin: 20px 0 30px; }
  .law-page .law-challenge .text-wrap {
    width: 100%; }
  .law-page .proven_tech .step-item {
    margin-bottom: 30px; }
  .law-page .partners-graphic {
    padding: 0 0 20px 0; }
  /* Partners Graphic */
  .partners-graphic .graphic-wrap {
    width: 320px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7); }
  /* Missions Page */
  .missions-page .mission-img {
    margin-bottom: 25px; }
  .missions-page .mission-item {
    margin: 60px 0; }
  .missions-banner h1 {
    font-size: 40px;
    line-height: 100%; }
  .missions-banner {
    padding: 80px 0 100px 0; }
  /* Healthcare */
  .healthcare-page h2, .healthcare-page .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .healthcare-page .section-subheading {
    font-size: 30px;
    margin-bottom: 10px; }
  .healthcare-page .copy {
    margin-bottom: 40px; }
  .healthcare-page .healthcare-bg {
    background: url(./img/background-healthcare.jpg) no-repeat top center transparent;
    background-size: cover;
    padding: 90px 0 100px 0;
    background-position-x: -200px; }
  .critical .critical-stat {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .carousel-testimonials .testimonial-wrap {
    width: 90% !important;
    margin: auto !important;
    max-width: 490px; }
  .carousel-testimonials .img-wrap {
    height: 180px;
    overflow: hidden; }
  .carousel-testimonials .quote {
    line-height: 130%;
    font-size: 16px;
    padding: 0 10px; }
  .carousel-testimonials .text-wrap {
    padding: 50px 0 0 0 !important; }
  .carousel-testimonials .testimonial-img.regular-img {
    display: none; }
  .hidden-mobile.landscape-img {
    display: block; }
  .carousel-testimonials .slider-nav .location {
    margin-top: 5px; }
  .carousel-testimonials .text-wrap {
    min-height: 0 !important; }
  #main-new h1 {
    font-size: 36px;
    padding-top: 0;
    margin-top: 40px; } }

@media screen and (max-width: 667px) {
  .citizens-cities-list .column-4 {
    padding-right: 15%; }
  #sidebar {
    display: none; }
  /* law enforcement page */
  .content-law_enforcement {
    width: 100%;
    position: relative; }
  section.head_vdo {
    background: url(/system/content-uploads/head_vdo_bg.jpg) no-repeat center; }
  video.enforcement-video {
    display: none; } }

@media screen and (max-width: 650px) {
  ul.list-items.list-items-gunfire {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px; }
  .celebratory-page .column-mid {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px; }
  .gunfire {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px; }
  .logo {
    background-size: 170px auto;
    width: 115px;
    height: 30px; }
  .bx-wrapper .bx-pager {
    bottom: 0 !important; }
  #main .text {
    font-size: 18px !important;
    line-height: 24px !important; }
  #main img {
    min-height: 250px; }
  #main.lp img {
    min-height: 50px;
    margin: 0 auto; }
  .btn-play, .btn-play-1 {
    background-size: 65px auto;
    height: 65px;
    width: 65px; }
  #section-2 img {
    min-height: 300px; }
  #section-2 .text {
    font-size: 24px !important;
    line-height: 30px !important;
    width: 100% !important;
    left: auto !important;
    margin: 0 auto !important; }
  #section-3 .text {
    top: -20px;
    font-size: 26px !important; }
  #section-3 h2, #section-3 .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #section-3 .section-subheading {
    font-size: 20px;
    line-height: 24px;
    margin-top: -10px; }
  .real-time-data {
    padding-bottom: 30px; }
  .real-time-data .small {
    display: none; }
  .play-audio {
    margin-left: 10px; }
  #section-4 .text, #section-6 .text {
    position: relative;
    left: auto;
    margin-left: auto;
    width: 90%; }
  #section-6 .text span {
    font-size: 14px; }
  #section-3 {
    background: #fff;
    height: 650px; }
  #section-3 .real-time-data {
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    margin-left: -130px;
    right: auto;
    width: 260px; }
  #section-3 .real-time-data span {
    padding: 0 0 0 10px; }
  #section-3 .real-time-data img {
    float: none; }
  #section-3 img {
    display: none; }
  #section-3 .real-time-data img {
    display: block; }
  h1 {
    font-size: 24px;
    line-height: 30px; }
  h1.small {
    font-size: 30px; }
  h2, .homepage-module.multi-column-module .section-subheading {
    font-size: 24px;
    line-height: 30px; }
  ul.list-items li, .expandables-list a.view, .more ul li, a.view {
    font-size: 18px; }
  .col-2, .col-3 {
    width: 100% !important;
    margin: 0 0 30px 0;
    clear: both;
    float: none; }
  #sidebar {
    display: none; }
  #main-content {
    width: 100%; }
  #request li {
    width: 100%;
    float: none;
    padding: 0 1% 15px 0; }
  #request li.large {
    width: 100%; }
  #request input {
    margin: 0 20px 0 0;
    width: 264px; }
  #request label {
    color: #000;
    font-size: 16px;
    width: 100%;
    display: block;
    margin: 0 0 5px 0; }
  #request input, textarea, select {
    border: 2px solid #dadce3;
    padding: 8px;
    font-size: 16px; }
  #request select {
    height: 40px; }
  #request textarea {
    width: 88%;
    height: 300px;
    resize: none; }
  #request input.submit {
    width: auto;
    float: right;
    margin: 0 10% 0 0; }
  #request label.error {
    color: #C03; }
  .video-thumb {
    font-size: 14px;
    line-height: 20px; }
  .grant-deadlines {
    width: 100%;
    float: none; }
  #grants h2, #grants .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #grants .section-subheading {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    line-height: 24px; }
  .expand {
    font-size: 16px; }
  #main-content table tr td, #main-content table tr th {
    font-size: 12px;
    line-height: 16px; } }

@media screen and (max-width: 420px) {
  .missions-page .sub-patrol .patrol-item img {
    padding: 0; }
  .missions-page .patrol-section .patrol-item {
    margin: 0 0 10px; }
  .missions-page .patrol-section .text-wrap {
    padding: 20px 5px; }
  nav li .submenu, nav li#technology .submenu {
    margin-left: 0;
    margin-top: 0;
    text-align: left; }
  .pio-mobile1 {
    width: 93%;
    float: left;
    margin-left: 30px;
    text-align: left; }
  .citizens-cities-list .column-4 {
    width: 100%; }
  #section-6_new a.button.city {
    display: block;
    width: auto;
    margin: 40px auto 0; } }

@media screen and (max-width: 420px) {
  .company-page .partners .k .bio {
    width: 350px; }
  .third-second-sub.NGI-2016 {
    background: #e3e3e3;
    color: #4d4d4d !important;
    padding-bottom: 10px; }
  .section-sub {
    padding-top: 40px; }
  /* law enforcement page */
  .content-law_enforcement {
    width: 100%;
    position: relative; }
  section.head_vdo {
    background: url(/system/content-uploads/head_vdo_bg.jpg) no-repeat center; }
  video.enforcement-video {
    display: none; }
  .logo {
    background-size: 130px auto;
    width: 88px;
    height: 24px; }
  h1 {
    font-size: 24px; }
  h1.small {
    font-size: 24px; }
  h2, .homepage-module.multi-column-module .section-subheading {
    font-size: 18px; }
  h1.celebratorygunfire {
    font-size: 26px;
    text-align: center; }
  ul.list-items-pio-toolkit li a {
    font-size: 20px; }
  .quote {
    font-size: 14px;
    line-height: 22px;
    padding: 20px; }
  #secure-1 .text, #utilities-1 .text {
    top: 2%; }
  #secure-1 .text br, #utilities-1 .text br {
    display: none; }
  #secure-1 img, #utilities-1 img {
    min-height: 400px; }
  #funding-1 img, #support-1 img {
    min-height: 130px; }
  #funding-1 .text, #support-1 .text {
    top: 10%;
    line-height: 28px !important; }
  #cloudbased-1 img {
    min-height: 140px; }
  #cloudbased-1 .text {
    top: 10%; }
  #cloudbased-1 .text h1 {
    font-size: 16px !important;
    line-height: 22px !important; }
  #elected-1 .text h1 {
    font-size: 14px; }
  .alignright, .alignleft {
    float: none; }
  body.funding .more ul li, ul.list-items li ul li {
    background: url(/system/content-uploads/red_bullet.png) no-repeat left 0px; }
  ul.list-items li, .expandables-list a.view, .more ul li {
    background: url(/system/content-uploads/bg_li.png) no-repeat left 0px; }
  .new-white {
    margin-top: 60px; }
  .learn-more {
    font-size: 16px !important; }
  .section-main-sub {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 40px;
    padding-left: 50px;
    padding-right: 50px;
    color: #4d4d4d !important; }
  #section-epidemic .text {
    top: 40px;
    margin-left: 0%;
    text-align: left;
    left: 20% !important;
    font-size: 19px !important;
    line-height: 30px !important;
    width: 100% !important; }
  #section-epidemic {
    text-align: center; }
  #section-epidemic a {
    background: none;
    padding-left: 55px;
    padding-right: 50px;
    font-size: 12px;
    text-decoration: underline; }
  .section-second-sub a {
    background: none;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 12px;
    text-decoration: underline;
    height: 30px;
    margin-bottom: 0; }
  .section-second-sub p {
    margin-bottom: 0; }
  .shot-notification {
    width: 100%;
    margin-left: 0%;
    padding-top: 10%; }
  .bottom-notification .play-audio {
    background: none;
    display: inline-block;
    cursor: pointer;
    height: 0;
    font-size: 22px;
    margin-left: -30px; }
  #section-4-new .inner-content {
    height: 400px; }
  .third-second-sub p {
    font-size: 30px;
    line-height: 1.2; }
  .third-second-sub.NGI-2016 {
    background: #e3e3e3;
    color: #4d4d4d !important;
    padding-bottom: 10px; }
  .third-second-sub {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0; }
  .third-second-sub p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px 0; }
  .section-second-sub {
    text-align: center;
    color: #1e1e1e;
    margin-top: 15px;
    margin-bottom: 10px; }
  #map-home p {
    display: none; }
  #map-home {
    background: url(/system/content-uploads/maps.png) no-repeat center;
    background-size: cover;
    height: 200px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 0; }
  #map-home h2, #map-home .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #map-home .section-subheading {
    font-weight: 400;
    margin-top: -80px;
    font-size: 20px; }
  #map-home a {
    background: none;
    padding-left: 25px;
    padding-right: 50px;
    margin-bottom: 50px;
    height: 50px;
    margin-top: -20px;
    text-decoration: underline;
    font-size: 18px; }
  #section-7 {
    padding-top: 20px;
    padding-bottom: 100px;
    overflow: hidden;
    height: auto;
    background: #ffffff !important; }
  #section-7 h1 {
    text-align: center;
    margin: 0;
    color: black;
    font-size: 20px; } }

@media screen and (max-width: 420px) {
  .healthcare-page .testimonial .img-wrap {
    min-height: 200px;
    margin-top: 10px; }
  .healthcare-page .quote-box {
    min-height: 250px; }
  .faq .expand {
    display: block; }
  .company-page #philanthropy img.philanthropy_logo {
    margin-bottom: 25px; }
  #technology-page {
    background-position: 70%; }
  #technology-page, #resource-page, #media-kit-page, #company-page {
    padding: 90px 0; }
  #secure-1 img, #utilities-1 img {
    min-height: 300px; }
  a.pio-mobile {
    display: none; }
  .inner-content-pio-toolkit {
    margin: 0 auto;
    position: relative;
    width: 100%; }
  #section-epidemic .text {
    padding-left: 0% !important;
    width: 80% !important;
    text-align: right;
    overflow: hidden; }
  nav {
    margin: 380px 0 0 0; }
  .top-nav {
    margin-top: 40px; }
  #gun-violence-resources .submenu {
    left: 0 !important;
    width: 100% !important; }
  #header_search {
    padding-left: 0; }
  #menu {
    height: 750px; } }

@media only screen and (max-width: 640px) {
  .carousel-testimonials .quote::after,
  .carousel-testimonials .quote::before {
    background-size: 18px;
    width: 18px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 414px) {
  .missions-page .patrol-section .row.sub-patrol {
    margin: 15px auto 50px; }
  .additional_contact_info {
    padding-top: 50px; }
  #support-1.support {
    padding: 100px 0; }
  .law-enforcement-bg.city-page {
    background-position-x: -300px;
    background-position-y: -160px; }
  .resources-page .success-stories .img-wrap {
    background-size: contain !important; }
  .section.partners-graphic {
    margin: -70px auto; }
  #main-new .copy, #main-new .img-wrap {
    width: 100%;
    float: left;
    position: relative; }
  #main-new h1 {
    font-size: 36px;
    padding-top: 0; }
  #main-new {
    height: 750px;
    background-position: center top; }
  #main-new #video-play img {
    width: 50%;
    margin-top: 40px; }
  #stats .text {
    padding: 0 10px; }
  #stats .shotspotter_works {
    width: 50%; }
  #stats .shotspotter_works h4 {
    font-size: 16px;
    padding: 0;
    font-weight: 500; }
  #detect-protect-connect .col-3 {
    margin: 0 auto; }
  .carousel-testimonials .text-wrap {
    width: 100%;
    padding: 65px 0 0 0;
    background: black;
    min-height: 240px; }
  .carousel-testimonials .text-wrap.big-quote {
    padding: 50px 0;
    width: 100%;
    margin-left: -10px; }
  .carousel-testimonials .quote.small {
    font-size: 25px;
    line-height: 120%;
    padding: 0 30px; }
  .carousel-testimonials .testimonial-img {
    max-width: 100%;
    width: 100%; }
  .carousel-testimonials .quote {
    padding: 0 10px 0 10px;
    line-height: 120%; }
  #customers-recommend .list-benefits {
    width: 90%;
    padding-left: 20px; }
  #section-4_new .video {
    margin: 10px auto;
    width: 100%; }
  .carousel-testimonials .quote::after {
    height: 25px;
    width: 45px;
    background-size: 16px; }
  .carousel-testimonials .quote::before {
    width: 20px;
    background-size: 16px;
    height: 325px;
    right: 50px; } }

.security-video {
  background: black !important;
  text-align: center;
  padding: 80px 20px 100px 20px; }

img.link-icon {
  width: 15px;
  position: relative;
  padding-right: 10px;
  padding-top: 1px;
  box-sizing: content-box; }

/* New template */
#hero_banner {
  background: #333333;
  background: url(/system/content-uploads/v2_hero_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center; }

#hero_banner > div {
  margin: 0 auto;
  color: #ffffff; }

#hero_banner > div h2, #hero_banner > div .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #hero_banner > div .section-subheading {
  font-weight: 500;
  font-family: 'Roboto', sans-serif; }

#hero_banner img {
  max-width: 100%; }

#deck_nav {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 500;
  margin-top: 440px; }

#deck_nav > div {
  width: 1080px;
  text-align: left;
  margin: 0 auto; }

#deck_nav > div > a {
  font-weight: 600;
  font-size: 6.7em;
  line-height: 30px;
  color: #e82e24;
  display: block;
  float: left; }

ul#slider_nav {
  list-style: none;
  display: table;
  float: left;
  margin: 16px 20px; }

ul#slider_nav li {
  display: table-cell;
  padding: 0 10px; }

ul#slider_nav li a {
  display: block;
  height: 16px;
  width: 16px;
  background: #e2e2e2;
  border-radius: 8px; }

ul#slider_nav li a:hover {
  background: #c4c4c4; }

ul#slider_nav li a.active {
  background: #e82e24; }

#v2_deck {
  background: #fefbf3;
  height: 598px;
  overflow: hidden; }

#v2_deck .v2_slide {
  text-align: center;
  position: relative;
  height: 598px; }

#v2_deck #slide1.v2_slide > .slide_img {
  background-image: url(/system/content-uploads/slide1.jpg); }

#v2_deck #slide2.v2_slide > .slide_img {
  background-image: url(/system/content-uploads/slide2.jpg); }

#v2_deck #slide3.v2_slide > .slide_img {
  background-image: url(/system/content-uploads/slide3.jpg); }

#v2_deck #slide4.v2_slide > .slide_img {
  background-image: url(/system/content-uploads/slide4.jpg); }

#v2_deck #slide5.v2_slide > .slide_img {
  background-image: url(/system/content-uploads/slide5.jpg); }

#v2_deck #slide6.v2_slide > .slide_img {
  background-image: url(/system/content-uploads/slide6.jpg); }

#v2_deck #slide7.v2_slide > .slide_img {
  background-image: url(/system/content-uploads/slide7.jpg); }

#v2_deck #slide8.v2_slide > .slide_img {
  background-image: url(/system/content-uploads/slide8.jpg); }

#v2_deck .v2_slide > .slide_img {
  background-position: top right;
  background-size: cover;
  height: 598px;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

#v2_deck .v2_slide > div.cont {
  width: 1080px;
  margin: 0 auto;
  text-align: left; }

#v2_deck .v2_slide > div.cont > div {
  position: absolute;
  height: 598px;
  width: 460px;
  background: #fefbf3;
  z-index: 100; }

#v2_deck .v2_slide > div.cont > div:before {
  content: '';
  background: #fefbf3;
  position: absolute;
  overflow: visible;
  height: 598px;
  width: 100px;
  -webkit-transform: skewX(-7deg);
  -moz-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  -o-transform: skewX(-7deg);
  transform: skewX(-7deg);
  top: 0;
  right: -50px; }

#v2_deck .v2_slide > div.cont > div h4 {
  font-size: 2.4em;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin-top: 100px; }

#v2_deck .v2_slide > div.cont > div h5 {
  font-size: 2.0em;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 50px; }

#v2_deck .v2_slide > div.cont > div ul {
  margin: 0;
  list-style: none; }

#v2_deck .v2_slide > div.cont > div ul li a {
  display: block;
  padding: 10px 0 10px 40px;
  font-size: 1.1em;
  font-weight: 300;
  color: #000000; }

#v2_deck .v2_slide > div.cont > div ul li a.v2_watch {
  background: url(/system/content-uploads/movie_icon.png) no-repeat center left;
  background-size: 20px 13px; }

#v2_deck .v2_slide > div.cont > div ul li a.v2_read {
  background: url(/system/content-uploads/page_icon.png) no-repeat center left;
  background-size: 16px 20px; }

#v2_deck .v2_slide > div.cont > div ul li a.v2_dl {
  background: url(/system/content-uploads/download_icon.png) no-repeat center left;
  background-size: 16px 16px; }

#v2_deck .v2_slide > div.cont > div ul li a span {
  color: #e82e24;
  font-weight: 500; }

section.home_v2 {
  text-align: center; }

section.home_v2 > div {
  margin: 0 auto; }

#happeningNear {
  background: #e2e2e2;
  text-align: center;
  font-family: 'Roboto', sans-serif; }

#happeningNear a {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  background: #e82e24;
  padding: 20px 30px;
  background: url(/system/content-uploads/bracket_tl.png) no-repeat top left, url(/system/content-uploads/bracket_tr.png) no-repeat top right, url(/system/content-uploads/bracket_bl.png) no-repeat bottom left, url(/system/content-uploads/bracket_br.png) no-repeat bottom right;
  background-size: 17px 17px, 17px 17px, 17px 17px, 17px 17px; }

#happeningNear img {
  margin-bottom: 25px; }

#homeContent {
  background: #fefbf3;
  padding: 40px 0; }

#homeContent > div {
  text-align: left; }

#homeContent h1 {
  font-size: 2.0em;
  margin-bottom: 20px; }

#homeContent h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px; }

#homeContent p {
  font-size: 1.0em;
  margin-bottom: 10px; }

#homeContent > div > ul {
  list-style: none;
  font-size: 1.0em; }

#homeContent > div > ul > li {
  background: url(/system/content-uploads/top_ul.png) no-repeat 0 10px;
  background-size: 15px 15px;
  padding: 5px 0 5px 35px;
  margin-bottom: 13px; }

#homeContent > div > ul > li > ul {
  margin-left: 20px;
  list-style: none;
  margin-top: 10px; }

#homeContent > div > ul > li > ul > li {
  background: url(/system/content-uploads/inner_ul.png) no-repeat 0 11px;
  background-size: 10px 10px;
  padding: 5px 0 5px 35px;
  margin-bottom: 13px; }

#homeContent img.graph {
  display: block;
  margin: 40px 0% 40px;
  width: 100%; }

#homeContent a.viewCities, #homeContent a.downloadEbook {
  background: url(/system/content-uploads/map_icon.png) no-repeat center left;
  background-size: 40px 40px;
  padding: 20px 0 20px 60px;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.0em; }

#homeContent a.downloadEbook {
  background: url(/system/content-uploads/ebook_icon.png) no-repeat center left;
  background-size: 39px 35px;
  padding: 20px 0 20px 60px; }

#sub_hero {
  background: url(/system/content-uploads/v2_hero_bottom.jpg) no-repeat center center;
  background-size: cover;
  height: 220px; }

#sub_hero > div {
  color: #ffffff;
  padding-top: 40px; }

#sub_hero > div > h2, .homepage-module.multi-column-module #sub_hero > div > .section-subheading {
  font-weight: 500; }

#sub_hero > div > a {
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background: #e82e24;
  padding: 20px 30px;
  background: url(/system/content-uploads/bracket_tl.png) no-repeat top left, url(/system/content-uploads/bracket_tr.png) no-repeat top right, url(/system/content-uploads/bracket_bl.png) no-repeat bottom left, url(/system/content-uploads/bracket_br.png) no-repeat bottom right;
  background-size: 17px 17px, 17px 17px, 17px 17px, 17px 17px; }

#sub_hero {
  height: 220px; }

#sub_hero > div {
  padding-top: 40px; }

#sub_hero > div > h2, .homepage-module.multi-column-module #sub_hero > div > .section-subheading {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 500; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  #hero_banner > div {
    width: 305px;
    padding: 20px 0; }
  #hero_banner > div h2, #hero_banner > div .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #hero_banner > div .section-subheading {
    font-size: 1.2em;
    padding: 0 15px; }
  section.home_v2 > div {
    width: 305px; }
  #happeningNear {
    padding: 20px 0; }
  #happeningNear img {
    height: 30px; }
  #happeningNear a {
    font-size: 1.1em; }
  #v2_deck {
    height: 270px; }
  #v2_deck .v2_slide {
    height: 270px; }
  #v2_deck .v2_slide > .slide_img {
    height: 270px;
    width: 60%; }
  #v2_deck .v2_slide > div.cont {
    width: 280px; }
  #v2_deck .v2_slide > div.cont > div {
    height: 270px;
    width: 250px; }
  #v2_deck .v2_slide > div.cont > div:before {
    height: 270px;
    width: 40px;
    right: -20px; }
  #v2_deck .v2_slide > div.cont > div h4 {
    font-size: 1.2em;
    margin-top: 20px; }
  #v2_deck .v2_slide > div.cont > div h5 {
    font-size: 1.0em;
    margin-bottom: 10px; }
  #v2_deck .v2_slide > div.cont > div ul li a {
    font-size: 0.9em;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px; }
  #deck_nav {
    margin-top: 200px; }
  #deck_nav > div {
    width: 305px; }
  ul#slider_nav li {
    padding: 0 5px; }
  #deck_nav > div > a {
    font-size: 3.0em; }
  ul#slider_nav {
    margin-top: 13px;
    margin-bottom: 0; }
  ul#slider_nav li {
    padding: 0 5px; }
  ul#slider_nav li a {
    width: 12px;
    height: 12px;
    border-radius: 6px; } }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  #hero_banner > div {
    width: 470px;
    padding: 30px 0; }
  #hero_banner > div h2, #hero_banner > div .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #hero_banner > div .section-subheading {
    font-size: 1.7em;
    padding: 0 25px; }
  section.home_v2 > div {
    width: 470px; }
  #happeningNear {
    padding: 30px 0; }
  #happeningNear img {
    height: 30px; }
  #happeningNear a {
    font-size: 1.2em; }
  #homeContent {
    padding: 30px 0; }
  #homeContent h1 {
    font-size: 2.4em;
    margin-bottom: 20px; }
  #homeContent h3 {
    font-size: 1.2em; }
  #v2_deck {
    height: 270px; }
  #v2_deck .v2_slide {
    height: 270px; }
  #v2_deck .v2_slide > .slide_img {
    height: 270px;
    width: 60%; }
  #v2_deck .v2_slide > div.cont {
    width: 470px; }
  #v2_deck .v2_slide > div.cont > div {
    height: 270px;
    width: 300px; }
  #v2_deck .v2_slide > div.cont > div:before {
    height: 270px;
    width: 40px;
    right: -20px; }
  #v2_deck .v2_slide > div.cont > div h4 {
    font-size: 1.2em;
    margin-top: 20px; }
  #v2_deck .v2_slide > div.cont > div h5 {
    font-size: 1.0em;
    margin-bottom: 10px; }
  #v2_deck .v2_slide > div.cont > div ul li a {
    font-size: 0.9em;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px; }
  #deck_nav {
    margin-top: 200px; }
  #deck_nav > div {
    width: 470px; }
  ul#slider_nav li {
    padding: 0 5px; }
  #deck_nav > div > a {
    font-size: 3.0em; }
  ul#slider_nav {
    margin-top: 13px;
    margin-bottom: 0; }
  ul#slider_nav li {
    padding: 0 5px; }
  ul#slider_nav li a {
    width: 12px;
    height: 12px;
    border-radius: 6px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .pio-toolkit {
    padding-bottom: 40px; }
  .pio-mobile1 {
    width: 85%;
    margin-left: 20px; } }

/* Small Devices, Tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .double-column .left-section, .double-column .right-section {
    width: 100%; }
  .stat-box {
    background: white;
    padding: 25px; }
  #hero_banner > div {
    width: 700px;
    padding: 50px 0; }
  #hero_banner > div h2, #hero_banner > div .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #hero_banner > div .section-subheading {
    font-size: 2.0em;
    padding: 0 50px; }
  section.home_v2 > div {
    width: 700px; }
  #happeningNear {
    padding: 50px 0; }
  #happeningNear img {
    height: 40px; }
  #happeningNear a {
    font-size: 1.3em; }
  #homeContent {
    padding: 40px 0; }
  #homeContent h1 {
    font-size: 2.6em;
    margin-bottom: 20px; }
  #homeContent h3 {
    font-size: 1.2em; }
  #homeContent p {
    font-size: 1.2em;
    margin-bottom: 20px; }
  #homeContent img.graph {
    display: block;
    margin: 40px 15% 40px;
    width: 70%; }
  #homeContent a.viewCities {
    background-size: 80px 80px;
    padding: 35px 0 35px 110px;
    font-size: 1.2em;
    margin-bottom: 20px; }
  #homeContent a.downloadEbook {
    background-size: 78px 71px;
    padding: 35px 0 35px 110px;
    font-size: 1.2em;
    margin-bottom: 20px; }
  #homeContent > div > ul {
    font-size: 1.2em; }
  #sub_hero {
    height: 400px; }
  #sub_hero > div {
    padding-top: 120px; }
  #sub_hero > div > h2, .homepage-module.multi-column-module #sub_hero > div > .section-subheading {
    font-size: 2.0em;
    margin-bottom: 30px;
    font-weight: 500; }
  #sub_hero > div > a {
    font-size: 1.6em; }
  #v2_deck {
    height: 400px; }
  #v2_deck .v2_slide {
    height: 400px; }
  #v2_deck .v2_slide > .slide_img {
    height: 400px;
    width: 60%; }
  #v2_deck .v2_slide > div.cont {
    width: 700px; }
  #v2_deck .v2_slide > div.cont > div {
    height: 400px;
    width: 360px; }
  #v2_deck .v2_slide > div.cont > div:before {
    height: 400px;
    width: 70px;
    right: -44px; }
  #v2_deck .v2_slide > div.cont > div h4 {
    font-size: 2.1em;
    margin-top: 60px; }
  #v2_deck .v2_slide > div.cont > div h5 {
    font-size: 1.8em;
    margin-bottom: 30px; }
  #v2_deck .v2_slide > div.cont > div ul li a {
    font-size: 1.0em; }
  #deck_nav {
    margin-top: 310px; }
  #deck_nav > div {
    width: 700px; }
  ul#slider_nav li {
    padding: 0 5px; }
  #deck_nav > div > a {
    font-size: 5.0em; }
  ul#slider_nav {
    margin-top: 16px;
    margin-bottom: 0; }
  ul#slider_nav li {
    padding: 0 5px; }
  ul#slider_nav li a {
    width: 16px;
    height: 16px;
    border-radius: 8px; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .right-sst-mobile {
    width: 55%; }
  #hero_banner > div {
    width: 900px;
    padding: 70px 0; }
  #hero_banner > div h2, #hero_banner > div .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #hero_banner > div .section-subheading {
    font-size: 2.3em;
    padding: 0 70px; }
  section.home_v2 > div {
    width: 900px; }
  #happeningNear {
    padding: 60px 0; }
  #happeningNear img {
    height: 50px; }
  #happeningNear a {
    font-size: 1.4em; }
  #homeContent {
    padding: 40px 0; }
  #homeContent h1 {
    font-size: 2.9em;
    margin-bottom: 20px; }
  #homeContent h3 {
    font-size: 1.2em; }
  #homeContent img.graph {
    display: block;
    margin: 40px 15% 40px;
    width: 70%; }
  #sub_hero {
    height: 500px; }
  #sub_hero > div {
    padding-top: 180px; }
  #sub_hero > div > h2, .homepage-module.multi-column-module #sub_hero > div > .section-subheading {
    font-size: 2.6em;
    margin-bottom: 40px;
    font-weight: 500; }
  #sub_hero > div > a {
    font-size: 1.9em; }
  #v2_deck {
    height: 498px; }
  #v2_deck .v2_slide {
    height: 498px; }
  #v2_deck .v2_slide > .slide_img {
    height: 498px;
    width: 60%; }
  #v2_deck .v2_slide > div.cont {
    width: 900px; }
  #v2_deck .v2_slide > div.cont > div {
    height: 498px;
    width: 460px; }
  #v2_deck .v2_slide > div.cont > div:before {
    height: 498px;
    width: 100px;
    right: -50px; }
  #v2_deck .v2_slide > div.cont > div h4 {
    font-size: 2.4em;
    margin-top: 80px; }
  #v2_deck .v2_slide > div.cont > div h5 {
    font-size: 2.0em;
    margin-bottom: 50px; }
  #v2_deck .v2_slide > div.cont > div ul li a {
    font-size: 1.2em; }
  #deck_nav {
    margin-top: 360px; }
  #deck_nav > div {
    width: 900px; }
  ul#slider_nav li {
    padding: 0 10px; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #hero_banner > div {
    width: 1080px;
    padding: 90px 0; }
  #hero_banner > div h2, #hero_banner > div .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #hero_banner > div .section-subheading {
    font-size: 2.5em;
    padding: 0 100px; }
  section.home_v2 > div {
    width: 1080px; }
  #happeningNear {
    padding: 80px 0; }
  #happeningNear img {
    height: 60px; }
  #happeningNear a {
    font-size: 1.5em; }
  #homeContent {
    padding: 50px 0; }
  #homeContent h1 {
    font-size: 3.2em;
    margin-bottom: 20px; }
  #homeContent h3 {
    font-size: 1.2em; }
  #sub_hero > div > h2, .homepage-module.multi-column-module #sub_hero > div > .section-subheading {
    font-size: 2.8em;
    margin-bottom: 40px;
    font-weight: 500; }
  #v2_deck {
    height: 598px; }
  #v2_deck .v2_slide {
    height: 598px; }
  #v2_deck .v2_slide > .slide_img {
    height: 598px;
    width: 60%; }
  #v2_deck .v2_slide > div.cont {
    width: 1080px; }
  #v2_deck .v2_slide > div.cont > div {
    height: 598px;
    width: 460px; }
  #v2_deck .v2_slide > div.cont > div:before {
    height: 598px;
    width: 100px;
    right: -50px; }
  #v2_deck .v2_slide > div.cont > div h4 {
    font-size: 2.4em;
    margin-top: 100px; }
  #v2_deck .v2_slide > div.cont > div h5 {
    font-size: 2.0em;
    margin-bottom: 50px; }
  #deck_nav {
    margin-top: 440px; }
  #deck_nav > div {
    width: 1080px; }
  ul#slider_nav li {
    padding: 0 10px; } }

h3.pyc {
  font-size: 2.8em;
  font-weight: 500;
  text-align: center; }

#elected_officials .submenu {
  padding: 20px 20px 10px 0;
  left: 20px; }

#law-enforcement .submenu {
  padding: 20px 0 10px 0;
  width: 300px;
  left: 20px; }

#gun-violence-resources .submenu {
  left: 20px;
  width: 300px; }

/*New Page CSS - Police chief talks */
.mobile-menu-top {
  width: auto !important;
  text-decoration: none !important;
  color: #fff !important; }

.head_vdo h2, .head_vdo .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .head_vdo .section-subheading {
  color: #fff;
  margin: 50px 0 50px; }

.head_img {
  background: url(/system/content-uploads/head_img_bg.jpg) no-repeat center;
  background-size: cover;
  height: 400px; }

.head_img_content {
  color: #fff;
  background: rgba(0, 0, 0, 0.6); }

.newList_Square h2, .newList_Square .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .newList_Square .section-subheading {
  color: #000;
  margin: 80px 0 40px; }

.newList_Square ul {
  list-style: url(/system/content-uploads/square.png);
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
  padding-left: 40px; }

.newList_Square ul li {
  width: 100%;
  padding: 10px 30px 10px 0;
  font-size: 18px; }

.three_col_light {
  padding: 60px 0 80px;
  text-align: center; }

.three_col_dark {
  background: #e1e1e1;
  padding: 80px 0;
  text-align: center; }

.img_fix_width {
  display: inline-block;
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  text-align: left; }

.img_fix_width img {
  margin: 20px 0; }

.bottom_dark {
  background: #494949;
  padding: 50px 0;
  color: #fff;
  text-align: center; }

img.img_fix_width_play {
  max-width: 60px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0; }

@media (min-width: 768px) {
  .head_vdo h2, .head_vdo .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .head_vdo .section-subheading {
    color: #fff;
    margin: 125px 0 50px;
    font-size: 40px;
    font-weight: bold; }
  .head_vdo {
    height: 500px;
    background: rgba(0, 0, 0, 0.6); }
  .head_img {
    height: 500px; }
  .head_img h2, .head_img .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .head_img .section-subheading {
    margin: 50px 0; }
  .newList_Square h2, .newList_Square .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .newList_Square .section-subheading, .bottom_dark h2, .bottom_dark .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .bottom_dark .section-subheading {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px; }
  .newList_Square ul li {
    width: 50%;
    float: left; }
  .col_content {
    min-height: 180px; } }

@media (max-width: 1100px) {
  #case-study-body {
    height: auto; }
  /* law enforcement page */
  .content-law_enforcement {
    width: 100%;
    position: relative; }
  section.head_vdo {
    background: url(/system/content-uploads/head_vdo_bg.jpg) no-repeat center; }
  video.enforcement-video {
    display: none; }
  #menu {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial; }
  #menu * {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial; }
  #menu nav li a {
    text-decoration: none;
    font-weight: normal !important;
    letter-spacing: normal; }
  div#menu a {
    line-height: initial; }
  #section-2_new a {
    font-size: 15px; } }

@media only screen and (min-device-width: 667px) and (max-device-width: 735px) {
  .citizens-cities-list .column-4 {
    padding-right: 10%; }
  #main-new h1 {
    padding-top: 0px; }
  #stats .shotspotter_works {
    width: 50%; }
  .carousel-testimonials .quote.eddie::before {
    width: 60px;
    top: 70px;
    background-size: 16px; }
  .carousel-testimonials .quote.eddie::after {
    width: 20px;
    top: 0;
    background-size: 16px; }
  .carousel-testimonials .quote.scott::before {
    right: 30px;
    top: 0;
    background-size: 16px; }
  .carousel-testimonials .quote.scott::after {
    right: 30px;
    top: 0;
    background-size: 16px; }
  .carousel-testimonials .testimonial-wrap {
    width: 100%;
    margin-left: 0; } }

@media only screen and (min-device-width: 300px) and (max-device-width: 375px) {
  #stats h2, #stats .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #stats .section-subheading, #testimonials-carousel h2, #testimonials-carousel .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #testimonials-carousel .section-subheading, #section-4_new h2, #section-4_new .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #section-4_new .section-subheading, .section-news-home h2, .section-news-home .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .section-news-home .section-subheading, #customers-recommend h2, #customers-recommend .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #customers-recommend .section-subheading, #detect-protect-connect h2, #detect-protect-connect .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #detect-protect-connect .section-subheading {
    font-size: 25px;
    line-height: 1.2em; }
  #stats .shotspotter_works h4 {
    font-size: 16px;
    padding: 0;
    font-weight: 500; }
  #main-new h1 {
    padding-top: 0; }
  #stats .shotspotter_works {
    width: 50%; }
  .carousel-testimonials .quote.toni::after, .carousel-testimonials .quote.toni::before, .carousel-testimonials .quote.allwyn::after, .carousel-testimonials .quote.allwyn::before {
    width: 130px;
    top: 70px; }
  .carousel-testimonials .quote.eddie::before {
    width: 120px;
    top: 0; }
  .carousel-testimonials .quote.eddie::after {
    background-size: 16px;
    width: 48px;
    height: 17px; }
  .carousel-testimonials .quote.scott {
    padding: 0; } }

/* SQUATCH MODS
============================== */
.dropdown-menu li {
  display: block; }

body.page-template-page-careers #content-wrapper,
body.page-template-template-results #content-wrapper,
body.page-template-page-healthcare #content-wrapper {
  display: block;
  position: relative;
  height: auto; }

body.page-template-page-careers #content-wrapper > *,
body.page-template-template-results #content-wrapper > *,
body.page-template-page-healthcare #content-wrapper > * {
  display: block; }

body.page-template-page-careers #page-content,
body.page-template-template-results #page-content,
body.page-template-page-healthcare #page-content {
  height: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

body.page-template-page-careers .navbar-default,
body.page-template-template-results .navbar-default,
body.page-template-page-healthcare .navbar-default {
  background-color: #1e1e1e;
  border: none;
  padding: 25px 0 20px 0;
  margin: 0; }

.results-page .stat-features > h4 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 72px;
  padding: 0 12px; }

.section.results-inner.stat-features.security-features > .inner-content.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch; }

.results-inner.stat-features .stat-wrap {
  padding: 1px;
  display: block;
  float: left;
  vertical-align: top;
  border: 3px #7d7d7d solid;
  margin: 6px;
  background: white;
  transition: 180ms;
  width: calc(33.33333% - 24px); }

.results-inner.stat-features .stat-wrap:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); }

@media all and (max-width: 769px) {
  .results-inner.stat-features .stat-wrap {
    margin: 6px 0;
    width: 100%; } }

.results-inner.stat-features a.stat-link {
  color: black;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.results-inner .stat-wrap h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px; }

.results-inner .stat-box h2, .results-inner .stat-box .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .results-inner .stat-box .section-subheading {
  color: #f12b15;
  font-weight: 900;
  font-size: 42px;
  padding: 12px 0; }

.results-inner .stat-box h5 {
  font-weight: 700;
  color: #454545;
  font-size: 18px;
  line-height: 130%;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 12px; }

.results-inner .stat-box p {
  font-weight: 100;
  color: #000;
  font-size: 22px;
  line-height: 130%;
  width: 100%;
  max-width: 280px;
  margin: 0 auto; }

.results-inner a.cta-button {
  color: red;
  font-size: 14px;
  margin-top: 0;
  line-height: 24px; }

.nibin-section {
  padding: 48px 0; }

.nibin-section .inner-content {
  width: 100%;
  max-width: 760px; }

.nibin-section h2, .nibin-section .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .nibin-section .section-subheading {
  margin-bottom: 24px;
  color: #eb2e24; }

.nibin-section p {
  margin: 0 0 18px 0;
  font-weight: 400; }

.nibin-section ol {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
  counter-reset: li; }

.nibin-section li {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 150%;
  counter-increment: li; }

.nibin-section ol li:before {
  content: counter(li) ".";
  color: #eb2e24;
  display: inline-block;
  padding-right: 8px; }

.nibin-section a.cta-button {
  color: black;
  text-transform: none;
  padding: 7px 32px; }

.nibin-section.podcast-section .inner-content {
  max-width: 920px; }

.nibin-section ul {
  margin: 0 0 18px 0;
  padding: 0 0 0 24px; }

.nibin-section a {
  font-weight: bold; }

div#awards {
  padding: 64px 0 0 0; }

.award {
  margin-right: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center; }

.award p {
  font-size: 15px; }

.award-wrapper {
  background: linear-gradient(135deg, #edebeb 0%, #b4b0b1 100%);
  padding: 10px;
  margin: 0 0 24px 0; }

.award img {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 0;
  background: #fff; }

.careers-perks {
  background: #ebebeb;
  text-align: center;
  width: 100%; }

.place-to-work {
  padding: 68px 0;
  background: #fff; }

.place-to-work h2, .place-to-work .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .place-to-work .section-subheading {
  font-weight: 400; }

.place-to-work img.aligncenter {
  display: block;
  margin: 24px auto 0 auto;
  max-width: 100%;
  height: auto; }

.row.stat-boxes {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  padding-bottom: 48px; }

.place-to-work .stat-box {
  border: 2px #ddd solid;
  border-radius: 1px;
  margin: 0px 12px 12px 12px;
  padding: 6px 8px;
  text-align: center; }

.place-to-work .stat-box h2, .place-to-work .stat-box .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .place-to-work .stat-box .section-subheading {
  font-weight: 700;
  padding-top: 0; }

.place-to-work .stat-box p {
  margin-bottom: 0;
  color: black;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px; }

.place-to-work a.cta-button {
  color: #ee2e24; }

#open-positions h2, #open-positions .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module #open-positions .section-subheading {
  font-weight: 400; }

#open-positions ul.list-items {
  column-count: 2;
  width: 960px;
  max-width: 100%;
  margin: 48px auto 0 auto; }

@media all and (max-width: 769px) {
  #open-positions ul.list-items {
    column-count: 1;
    width: 480px;
    max-width: 100%;
    padding: 0 12px; } }

.slider-holder {
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0 0 0;
  overflow: visible; }

.carousel-testimonials.slider-holder .quote::before {
  right: -16px;
  height: 25px; }

.carousel-testimonials.slider-holder .quote::after {
  left: -18px; }

.slider-item {
  padding: 0 24px;
  text-align: center; }

.slider-item p {
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  font-style: italic; }

.slider-item p strong {
  font-weight: 400;
  color: #f12b15; }

.slider-holder button {
  width: 72px;
  height: 73px;
  background-image: url("img/large-arrows.png");
  transition: 180ms;
  top: 30%; }

.slider-holder .slick-prev {
  left: -105px; }

.slider-holder .slick-next {
  right: -105px;
  background-position: 100px 0; }

.slider-holder .slick-prev:before,
.slider-holder .slick-next:before {
  display: none; }

.slider-holder .slick-prev:hover,
.slider-holder .slick-prev:focus {
  background-image: url("img/large-arrows.png");
  opacity: 0.8; }

.slider-holder .slick-next:hover,
.slider-holder .slick-next:focus {
  background-image: url("img/large-arrows.png");
  background-position: 100px 0;
  opacity: 0.8; }

.section.news-slider-container {
  padding: 64px 0 0 0; }

.news-slider-container h4 {
  color: gray;
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  margin: 0; }

.news-slider-container h2, .news-slider-container .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .news-slider-container .section-subheading {
  line-height: 120%;
  margin: 0 auto 34px 0; }

.news-slider-container .slider-item p {
  margin: 0 auto;
  font-size: 18px;
  font-style: normal;
  color: black;
  width: 100%;
  max-width: 640px; }

@media all and (max-width: 921px) {
  .news-slider-container h2, .news-slider-container .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .news-slider-container .section-subheading {
    margin-bottom: 0; }
  .slider-holder {
    padding-top: 48px; }
  .slider-holder button {
    width: 36px;
    height: 37px;
    background-image: url(img/large-arrows.png);
    background-size: 100px auto !important;
    transition: 180ms;
    background-repeat: no-repeat; }
  .slider-holder .slick-prev:hover, .slider-holder .slick-prev:focus
.slider-holder .slick-next:hover, .slider-holder .slick-next:focus {
    background-image: url(img/large-arrows.png);
    background-size: 100px auto; }
  .slider-holder .slick-prev {
    left: 35%;
    top: 24px; }
  .slider-holder .slick-next {
    right: 35%;
    top: 24px;
    background-position: -50px 0 !important; }
  .section.news-slider-container {
    padding-bottom: 112px; }
  .section.news-slider-container .slider-holder .slick-prev {
    top: 24px; }
  .section.news-slider-container .slider-holder .slick-next {
    top: 24px; }
  .slider-item p {
    font-size: 16px; } }

.hero-interior-bg {
  padding: 140px 0 140px 0;
  color: #fff; }

.interior-inner {
  padding: 100px 0 110px 0;
  overflow: auto; }

.interior-inner h2, .interior-inner .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .interior-inner .section-subheading {
  margin-bottom: 30px; }

.interior-inner a.cta-button {
  color: #ee2e24; }

.section.interior-inner.text-block-content {
  padding: 32px 0; }

.section.interior-inner img {
  width: auto;
  height: auto;
  border: 1px #eee solid; }

.section.interior-inner.text-block-content img {
  max-width: 100%; }

.section.text-block-content img.aligncenter {
  float: none;
  clear: both;
  margin: 0 auto;
  display: block; }

@media all and (min-width: 990px) {
  .section.interior-inner.text-block-content:nth-of-type(even) .inner-content .col-md-4 {
    float: right; } }

a.cta-button.full-button {
  color: white;
  background: #ee2e24;
  margin: 0 0 24px 0;
  border-radius: 4px;
  padding: 8px 24px; }

a.cta-button.full-button:before, a.cta-button.full-button:after {
  display: none; }

@media all and (max-width: 768px) {
  .text-block-content .inner-content.row > div {
    padding: 0; }
  .text-block-content .inner-content.row {
    display: flex;
    flex-flow: column; }
  .interior-inner .mejs-container {
    width: 100% !important;
    display: block; }
  a.cta-button.full-button {
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    display: block; }
  .text-block-content:last-child .inner-content.row .additional {
    order: 2;
    padding-top: 14px; }
  .interior-inner {
    padding: 44px 0 48px 0; } }

.section .alignright {
  float: right;
  margin: 20px 0 0 20px; }

.section .alignleft {
  float: left;
  margin: 20px 20px 0 0; }

.section.additional-copy img.alignleft {
  width: auto;
  margin: 0 28px 28px 0; }

.additional-copy ul, .additional-copy ol {
  margin: 0 0 30px 0;
  padding-left: 40px;
  display: inline-block;
  font-size: 18px; }

.additional-copy h2, .additional-copy .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .additional-copy .section-subheading, .additional-copy h3 {
  margin-bottom: 38px; }

.webinar-section * {
  color: white; }

.wp-caption-text {
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 8px 0; }

.interior-inner .mejs-container {
  display: inline-block;
  width: 320px !important;
  max-width: 100%;
  float: none;
  margin: 0 0 6px 0; }

#request.dfr-form label {
  display: inline-block; }

#request.dfr-form textarea {
  width: 264px;
  height: auto; }

#request.dfr-form input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 18px;
  vertical-align: top;
  margin-top: 4px; }

#request.dfr-form input.submit {
  margin: 12px 0;
  float: none; }

#request.dfr-form li.check-box label {
  width: auto; }

@media all and (max-width: 769px) {
  .section.interior-inner img {
    display: block;
    float: none !important;
    margin: 12px auto !important;
    max-width: 100%; } }

.row.padded-row {
  padding: 28px 0; }

small {
  font-size: 75%; }

.interior-inner small {
  font-size: 70%; }

#request.dfr-form li {
  width: 50%;
  min-height: 24px;
  padding-right: 4%; }

#request.dfr-form li.large {
  width: 100%; }

#request.dfr-form input, #request.dfr-form textarea {
  width: 100%; }

.dfr-form h3 {
  margin: 34px 0 16px 0; }

.form-intro h3 {
  margin-bottom: 32px; }

#request input.submit.disabled {
  background: #dedede; }

#request input.disabled {
  background: #efd0d0; }

video#video-player {
  width: 800px;
  height: 500px;
  max-width: 100%; }

.fancybox-inner {
  background: #000; }

.login-training-form,
#logout-training-form {
  transition: 180ms; }

.login-training-form.loading,
#logout-training-form.loading {
  filter: blur(5px); }

.login-training-form p {
  margin-bottom: 6px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center; }

.login-training-form label {
  width: 100px; }

.login-training-form input {
  flex: 1; }

input.cta-button {
  color: #fe0000;
  padding: 7px 15px;
  background-size: contain;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  transition: 0.5s;
  border: 0;
  background: transparent; }

span.input-cta-button {
  position: relative;
  display: inline-block;
  flex: 0 0 120px;
  margin-left: auto; }

span.input-cta-button:before {
  position: absolute;
  content: '';
  background: url(/system/content-uploads/bracket-mid-left.png) no-repeat center left transparent;
  background-size: 11px;
  width: 11px;
  height: 38px;
  top: 0;
  left: 0; }

span.input-cta-button:after {
  position: absolute;
  content: '';
  background: url(/system/content-uploads/bracket-mid-right.png) no-repeat center right transparent;
  background-size: 11px;
  width: 11px;
  height: 38px;
  top: 0;
  right: 0; }

input.cta-button:hover {
  opacity: 0.8;
  color: #343434; }

.login-training-form p.message {
  color: red;
  font-weight: bold; }

/* MODULES
========================== */
.section.announcement-section {
  padding: 18px 0;
  margin: 0; }

.section.announcement-section.sticky-yes {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001; }

.admin-bar .announcement-section.sticky-yes {
  top: 32px; }

.announcement-section .inner-content {
  width: 910px;
  max-width: 100%; }

.announcement-section a.btn.btn-primary {
  border: 0;
  padding: 12px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin: 0 auto; }

a.close-announcement-bar {
  display: flex;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #8a8a8a;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
  background: white; }

@media all and (max-width: 1081px) {
  .announcement-section a.btn.btn-primary {
    transform: translateX(-48px); } }

@media all and (max-width: 767px) {
  .announcement-section h3.title {
    text-align: center; }
  .admin-bar .announcement-section.sticky-yes {
    top: 46px; }
  .announcement-section a.btn.btn-primary {
    font-size: 14px;
    width: 240px;
    height: 34px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(0); }
  a.close-announcement-bar {
    top: 6px;
    right: 6px;
    height: 24px;
    width: 24px;
    font-size: 12px;
    transform: translateY(0); } }

.hero-section {
  background: url(/wp-content/uploads/2021/02/v01_blur-08.jpg) no-repeat top center transparent;
  background-size: cover; }
  .hero-section .hero-module-overlay {
    background-color: rgba(0, 0, 0, 0.5); }
  .hero-section .hero-module-inner-wrapper {
    max-width: 1170px;
    width: 100%;
    overflow: auto;
    color: white;
    position: relative; }
  .hero-section .copy,
  .hero-section .module-hero-video-wrapper {
    width: 100%;
    float: left;
    position: relative; }
  .hero-section .module-hero-video-wrapper .module-hero-video-thumbnail {
    position: relative; }
  .hero-section .module-hero-video-wrapper img.hero-video-thumbnail {
    width: 100%; }
  .hero-section .module-hero-video-wrapper video {
    position: absolute;
    top: 38px;
    left: 45px;
    width: 100%;
    max-width: 480px; }
  .hero-section .hero-label {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    color: #dee2e6;
    width: 100%; }
  .hero-section .hero-module-title {
    font-weight: 500;
    font-size: 60px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .hero-section .hero-module-subtitle {
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 30px; }
  .hero-section a.button {
    margin-top: 10px;
    color: white;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    position: relative; }
    .hero-section a.button:before {
      position: absolute;
      content: '';
      background: url(/system/content-uploads/bracket-mid-left.png) no-repeat center left transparent;
      background-size: 11px;
      width: 11px;
      height: 38px;
      top: 0;
      left: 0; }
    .hero-section a.button:after {
      position: absolute;
      content: '';
      background: url(/system/content-uploads/bracket-mid-right.png) no-repeat center right transparent;
      background-size: 11px;
      width: 11px;
      height: 38px;
      top: 0;
      right: 0; }
  .hero-section a.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .hero-section a.video-play-button img {
      width: 100px;
      height: auto; }
  .hero-section a.video-play-button:before,
  .hero-section a.video-play-button:after {
    background: none; }
  @media screen and (max-width: 768px) {
    .hero-section {
      background-position: center top; }
      .hero-section .hero-module-inner-wrapper .copy {
        margin-bottom: 2rem; }
      .hero-section .video-play-button img {
        width: 80%;
        margin-top: 40px; }
      .hero-section .hero-module-title {
        font-size: 36px;
        padding-top: 20px; } }
  @media screen and (min-width: 768px) {
    .hero-section .copy {
      width: 60%; }
    .hero-section .module-hero-video-wrapper {
      width: 40%; } }
.hero-section.without-video .copy {
  width: 100%; }

.hero-section.with-video .copy {
  padding-right: 2rem; }

@media screen and (max-width: 768px) {
  .hero-section .copy,
  .hero-section .module-hero-video-wrapper,
  .hero-section.without-video .copy {
    width: 100%;
    float: left;
    padding: 0;
    position: relative; } }

.multi-column-module .multi-column-module-icon img {
  max-width: 100%;
  max-height: 200px;
  margin: 20px auto 20px;
  object-fit: cover; }

.multi-column-module h4 {
  font-size: 20px;
  padding: 0 30px; }

.multi-column-module a.text-link {
  transition: color 0.3s ease-in-out; }
  .multi-column-module a.text-link:hover {
    color: #a0140c; }

.multi-column-module sup {
  color: #ee2e24; }

.image-overlay-module {
  position: relative;
  color: #fff;
  padding: 80px 0; }

.image-overlay-module .half-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.65; }

.image-overlay-module.right-align .half-overlay {
  left: 45%; }

.image-overlay-module.right-align div[class*='col'] {
  float: right; }

.image-overlay-module ul.dot-spot {
  margin-bottom: 36px; }

.image-overlay-module h1 {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 120%; }

.image-overlay-module h2, .image-overlay-module .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .image-overlay-module .section-subheading {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 120%; }

.image-overlay-module li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  line-height: 150%;
  font-size: 18px; }

.image-overlay-module a {
  color: white;
  padding: 7px 15px;
  background-size: contain;
  margin: 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #ee2e24;
  transition: 0.5s; }

.image-overlay-module a:before {
  position: absolute;
  content: '';
  background: url(/system/content-uploads/bracket-mid-left.png) no-repeat center left transparent;
  background-size: 11px;
  width: 11px;
  height: 38px;
  top: 0px;
  left: 0px; }

.image-overlay-module a:after {
  position: absolute;
  content: '';
  background: url(/system/content-uploads/bracket-mid-right.png) no-repeat center right transparent;
  background-size: 11px;
  width: 11px;
  height: 38px;
  top: 0px;
  right: 0px; }

.image-overlay-module a:hover {
  opacity: 0.8; }

@media screen and (max-width: 992px) {
  .image-overlay-module .half-overlay {
    width: 70%; }
  .image-overlay-module.right-align .half-overlay {
    left: 30%; } }

@media screen and (max-width: 767px) {
  .image-overlay-module .half-overlay {
    width: 100%; }
  .image-overlay-module.right-align .half-overlay {
    left: 0%; } }

.section-news-home.multi-column-module .news-spotlight .shotspotter_works h4 {
  padding: 0; }

.section.image-mosaic-module {
  padding: 100px 0 110px 0;
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }

.mosaic-gallery, .carousel-gallery {
  padding-top: 48px; }

.mosaic-gallery a, .carousel-gallery a {
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover; }

.mosaic-gallery a {
  transition: 180ms; }

.mosaic-gallery a:hover {
  opacity: 0.7; }

.mosaic-gallery img, .carousel-gallery img {
  display: block;
  position: relative; }

/* EVEN LAYOUT
================ */
.mosaic-gallery.even a {
  float: left;
  width: calc(25% - 8px);
  height: calc(240px - 8px);
  margin: 0 8px 8px 0; }

.mosaic-gallery.even a:nth-of-type(4n) {
  margin-right: 0;
  width: 25%; }

.mosaic-gallery.even img {
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 992px) {
  .mosaic-gallery.even a {
    width: calc(50% - 8px);
    height: calc(240px - 8px);
    margin: 0 8px 8px 0; }
  .mosaic-gallery.even a:nth-of-type(2n) {
    margin-right: 0;
    width: 50%; } }

@media screen and (max-width: 481px) {
  .mosaic-gallery.even a {
    height: 160px; } }

/* CAROUSEL LAYOUT
============================ */
.carousel-gallery {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.carousel-gallery img {
  height: 360px;
  width: auto;
  margin: 0px 12px;
  float: left; }

.carousel-gallery .slick-prev:before,
.carousel-gallery .slick-next:before {
  display: none; }

.carousel-gallery .slick-prev {
  background: url(/system/content-uploads/arrow-left.png) no-repeat center center transparent;
  background-size: 20px;
  height: 40px;
  margin-top: 24px;
  left: 15px;
  z-index: 1; }

.carousel-gallery .slick-prev:hover,
.carousel-gallery .slick-prev:focus {
  background: url(/system/content-uploads/arrow-left.png) no-repeat center center transparent;
  background-size: 20px; }

.carousel-gallery .slick-next:hover,
.carousel-gallery .slick-next:focus {
  background: url(/system/content-uploads/arrow-right.png) no-repeat center center transparent;
  background-size: 20px; }

.carousel-gallery .slick-next {
  background: url(/system/content-uploads/arrow-right.png) no-repeat center center transparent;
  background-size: 20px;
  height: 40px;
  margin-top: 24px;
  right: 15px;
  z-index: 1; }

@media screen and (max-width: 767px) {
  .carousel-gallery img {
    height: 180px; } }

/* MOSAICS
=================== */
.mosaic-gallery > div {
  display: block;
  position: relative;
  float: left;
  overflow: hidden; }

.mosaic1 .column-1 {
  width: 40%;
  height: 500px; }

.mosaic1 .column-2 {
  width: 35%;
  height: 500px; }

.mosaic1 .column-3 {
  width: 25%;
  height: 500px; }

.mosaic1 .column-1 a:nth-of-type(1) {
  margin-bottom: 8px;
  width: 100%;
  height: calc(250px - 8px);
  float: left; }

.mosaic1 .column-1 a:nth-of-type(2) {
  height: 250px;
  width: calc(50% - 8px);
  float: left;
  margin-right: 8px; }

.mosaic1 .column-1 a:nth-of-type(3) {
  height: 250px;
  float: left;
  width: 50%; }

.mosaic1 .column-2 a {
  height: 500px;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px; }

.mosaic1 .column-3 a:nth-of-type(1) {
  width: 100%;
  height: calc(250px - 8px);
  margin-bottom: 8px; }

.mosaic1 .column-3 a:nth-of-type(2) {
  height: 250px;
  width: 100%; }

@media all and (max-width: 767px) {
  .mosaic1 .column-1 {
    height: 300px; }
  .mosaic1 .column-2 {
    height: 300px; }
  .mosaic1 .column-3 {
    height: 300px; }
  .mosaic1 .column-1 a:nth-of-type(1) {
    height: calc(150px - 8px); }
  .mosaic1 .column-1 a:nth-of-type(2) {
    height: 150px; }
  .mosaic1 .column-1 a:nth-of-type(3) {
    height: 150px; }
  .mosaic1 .column-2 a {
    height: 300px; }
  .mosaic1 .column-3 a:nth-of-type(1) {
    height: calc(150px - 8px); }
  .mosaic1 .column-3 a:nth-of-type(2) {
    height: 150px; } }

.mosaic2 .column-1 {
  width: 20%;
  height: 500px; }

.mosaic2 .column-2 {
  width: 30%;
  height: 500px; }

.mosaic2 .column-3 {
  width: 30%;
  height: 500px; }

.mosaic2 .column-4 {
  width: 20%;
  height: 500px; }

.mosaic2 .column-1 a:nth-of-type(1),
.mosaic2 .column-4 a:nth-of-type(1) {
  width: 100%;
  height: calc(250px - 8px);
  margin-bottom: 8px; }

.mosaic2 .column-1 a:nth-of-type(2),
.mosaic2 .column-4 a:nth-of-type(2) {
  height: 250px;
  width: 100%; }

.mosaic2 .column-2 a:nth-of-type(1) {
  width: calc(100% - 8px);
  height: calc(310px - 8px);
  margin: 0 0 8px 8px; }

.mosaic2 .column-2 a:nth-of-type(2) {
  width: calc(100% - 8px);
  height: 190px;
  margin: 0 0 0 8px; }

.mosaic2 .column-3 a:nth-of-type(1) {
  width: calc(100% - 16px);
  height: calc(190px - 8px);
  margin: 0 8px 8px 8px; }

.mosaic2 .column-3 a:nth-of-type(2) {
  width: calc(100% - 16px);
  height: 310px;
  margin: 0px 8px; }

@media all and (max-width: 767px) {
  .mosaic2 .column-1,
  .mosaic2 .column-2,
  .mosaic2 .column-3,
  .mosaic2 .column-4 {
    height: 300px; }
  .mosaic2 .column-1 a:nth-of-type(1),
  .mosaic2 .column-4 a:nth-of-type(1) {
    height: calc(150px - 8px); }
  .mosaic2 .column-1 a:nth-of-type(2),
  .mosaic2 .column-4 a:nth-of-type(2) {
    height: 150px; }
  .mosaic2 .column-2 a:nth-of-type(1) {
    height: calc(180px - 8px); }
  .mosaic2 .column-2 a:nth-of-type(2) {
    height: 120px; }
  .mosaic2 .column-3 a:nth-of-type(1) {
    height: calc(120px - 8px); }
  .mosaic2 .column-3 a:nth-of-type(2) {
    height: 180px; } }

.mosaic3 .column-1 {
  width: 25%;
  height: 600px; }

.mosaic3 .column-2 {
  width: 25%;
  height: 600px; }

.mosaic3 .column-3 {
  width: 30%;
  height: 600px; }

.mosaic3 .column-4 {
  width: 20%;
  height: 600px; }

.mosaic3 .column-1 a:nth-of-type(1) {
  width: calc(100% - 8px);
  height: calc(400px - 8px);
  margin-bottom: 8px;
  margin-right: 8px; }

.mosaic3 .column-1 a:nth-of-type(2) {
  width: calc(100% - 8px);
  height: 200px;
  margin-right: 8px; }

.mosaic3 .column-2 a:nth-of-type(1) {
  width: calc(100% - 8px);
  height: calc(200px - 8px);
  margin-bottom: 8px;
  margin-right: 8px; }

.mosaic3 .column-2 a:nth-of-type(2) {
  width: calc(100% - 8px);
  height: 400px;
  margin-right: 8px; }

.mosaic3 .column-3 a:nth-of-type(1) {
  width: calc(100% - 8px);
  height: calc(400px - 8px);
  margin-bottom: 8px;
  margin-right: 8px; }

.mosaic3 .column-3 a:nth-of-type(2) {
  width: calc(50% - 8px);
  height: 200px;
  margin-right: 8px;
  float: left; }

.mosaic3 .column-3 a:nth-of-type(3) {
  width: calc(50% - 8px);
  height: 200px;
  margin-right: 8px;
  float: left; }

.mosaic3 .column-4 a:nth-of-type(1) {
  width: 100%;
  height: calc(200px - 8px);
  margin-bottom: 8px; }

.mosaic3 .column-4 a:nth-of-type(2) {
  width: 100%;
  height: calc(200px - 8px);
  margin-bottom: 8px; }

.mosaic3 .column-4 a:nth-of-type(3) {
  width: 100%;
  height: 200px; }

@media all and (max-width: 767px) {
  .mosaic3 .column-1,
  .mosaic3 .column-2,
  .mosaic3 .column-3,
  .mosaic3 .column-4 {
    height: 360px; }
  .mosaic3 .column-1 a:nth-of-type(1) {
    height: calc(240px - 8px); }
  .mosaic3 .column-1 a:nth-of-type(2) {
    height: 120px; }
  .mosaic3 .column-2 a:nth-of-type(1) {
    height: calc(120px - 8px); }
  .mosaic3 .column-2 a:nth-of-type(2) {
    height: 240px; }
  .mosaic3 .column-3 a:nth-of-type(1) {
    height: calc(240px - 8px); }
  .mosaic3 .column-3 a:nth-of-type(2) {
    height: 120px; }
  .mosaic3 .column-3 a:nth-of-type(3) {
    height: 120px; }
  .mosaic3 .column-4 a:nth-of-type(1) {
    height: calc(120px - 8px); }
  .mosaic3 .column-4 a:nth-of-type(2) {
    width: 100%;
    height: calc(120px - 8px);
    margin-bottom: 8px; }
  .mosaic3 .column-4 a:nth-of-type(3) {
    height: 120px; } }

@media all and (max-width: 481px) {
  .mosaic-gallery > div {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important; }
  .mosaic-gallery a {
    margin: 0 0 4px 0 !important;
    width: 100% !important;
    height: 180px !important;
    float: none;
    clear: both; } }

.accordion-item {
  padding: 24px;
  border-bottom: 1px #eee solid;
  margin-bottom: 24px; }

.accordion-content {
  overflow: hidden;
  display: none; }

.accordion-item h4 {
  cursor: pointer;
  margin: 0 0 18px 24px;
  font-size: 32px;
  position: relative;
  transition: 180ms; }

.accordion-item h4:before {
  display: block;
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialias;
  position: absolute;
  font-size: 14px;
  line-height: 23px;
  top: 8px;
  left: -34px;
  width: 22px;
  height: 22px;
  padding-left: 5px;
  background: #eee;
  color: #000;
  transition: 180ms; }

.opened .accordion-content {
  max-height: 100%; }

.opened.accordion-item h4:before {
  left: -80px;
  color: red;
  content: '\f068'; }

.accordion-content ul, .accordion-content ol {
  padding-inline-start: 40px;
  margin: 8px 0;
  font-size: 18px; }

@media all and (max-width: 767px) {
  .accordion-item h4 {
    font-size: 24px;
    line-height: 160%;
    margin-left: 32px; }
  .opened.accordion-item h4:before {
    left: -38px; } }

.featured-video-section .video-thumb {
  margin: 32px auto; }

.featured-video-section .thumb-wrap a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 1;
  background: url(img/play_button.png) center center no-repeat;
  background-size: 100% auto;
  transform: translate(-50%, -50%); }

.page-template-page-campussecurity .hero-section h1 {
  font-size: 60px; }

.page-template-page-campussecurity .hero-section .inner-content {
  padding-top: 48px;
  padding-bottom: 70px;
  padding-right: 24px;
  width: 100%;
  max-width: 1140px; }

.page-template-page-campussecurity #secure-2 h2, .page-template-page-campussecurity #secure-2 .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .page-template-page-campussecurity #secure-2 .section-subheading,
.page-template-page-campussecurity .law-features.security-features h2,
.page-template-page-campussecurity .law-features.security-features .homepage-module.multi-column-module .section-subheading,
.homepage-module.multi-column-module .page-template-page-campussecurity .law-features.security-features .section-subheading,
.page-template-page-campussecurity .law-enforcement-inner.integration-services h2,
.page-template-page-campussecurity .law-enforcement-inner.integration-services .homepage-module.multi-column-module .section-subheading,
.homepage-module.multi-column-module .page-template-page-campussecurity .law-enforcement-inner.integration-services .section-subheading {
  color: #000000; }

.page-template-page-campussecurity .law-features.security-features h2, .page-template-page-campussecurity .law-features.security-features .homepage-module.multi-column-module .section-subheading, .homepage-module.multi-column-module .page-template-page-campussecurity .law-features.security-features .section-subheading {
  margin-bottom: 30px; }

/* Privacy Policy Page
================ */
.privacy-policy-page .privacy-policy-section {
  padding: 20px 20px 60px; }

.privacy-policy-page .privacy-policy-section:not(:last-of-type) {
  border-bottom: solid thin #ccc; }

.privacy-policy-page h3.text-underline {
  margin-bottom: 20px; }

.privacy-policy-page .list-bullet-primary li {
  font-size: 18px; }

.page-template-page-privacy-policy #sidebar {
  padding-top: 96px; }

/*
  Custom CSS Elementor Core Custom Starts
  All of these styles were added via the Custom CSS & JS Plugin

  TODO: Remove these styles from the WP backend after next release 9/25/2020
*/
.product_name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  color: #dedede;
  width: 35%; }

/*Section Two (Patrol Challenges)*/
#sectwo-left-bg {
  min-height: 529px; }

/* Use the same method of sizing elements as Elementor does */
/*Elementor Core Custom End*/
/*Styles for pdf Icons*/
.pdf-list.elementor-widget li.elementor-icon-list-item {
  padding-left: 40px; }

.pdf-list li:before {
  content: '';
  background: url(/system/content-uploads/pdf-icon.png) no-repeat center left transparent;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 30px;
  height: 41px; }

/*Styles for pdf Icons End*/
/* form styles */
.nf-form-fields-required {
  font-size: 13px;
  margin-bottom: 10px; }

.nf-field-label {
  text-transform: uppercase;
  font-size: 13px; }

input.nf-element {
  padding: 6px;
  font-size: 13px; }

.last-input {
  margin-bottom: 0 !important; }

body.home .elementor-widget-text-editor {
  color: #000; }

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