body.page-template-template-infographic {
    background-color: #e6e7eb;
    -webkit-font-smoothing: antialiased;
    font-smooth: antialiased;
  }
  
  body.page-template-template-infographic .infographic-body .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  section.infographic-topbar {
    background: #1f366a;
    height: 100px;
    -webkit-box-shadow: 0px 10px 22px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 22px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 22px -4px rgba(0,0,0,0.75);
  }
  
  section.infographic-topbar .text-wrapper {
      width: 50%;
      float: left;
  }
  
  section.infographic-topbar .text-wrapper h1 {
      font-size: 34px;
      
      font-weight: bold;
      color: #ffffff;
      line-height: 95px;
      position: relative;
      padding-left: 25px;
  }
  
  section.infographic-topbar .text-wrapper h1:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 0 7.5px 15px;
      border-color: transparent transparent transparent #45b1e3;
  
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .infographic-body .infographic-topbar .phone-social .header-phone-wrap a.phone{
    font-size: 35px;
  }
  
  .infographic-body h1{
    margin: 30px 0 15px 0;
    font-size: 40px;
    color: #1f366a;
    
    font-weight: 500;
  }
  
  section.infographic-topbar .logo-wrapper img {
      margin-top: 15px;
  }
  
  section.infographic-descriptions .infographic-description {
    background: #ffffff;
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  section.infographic-descriptions .mobile-description {
    display: none;
  }
  
  section.infographic-descriptions .infographic-description .view-map {
    position: absolute;
    top: 0;
    right: 0;
  
    display: inline-block;
    background: #45b0e4;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    
    font-weight: 400;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 33px;
  
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  
    cursor: pointer;
  }
  
  section.infographic-descriptions .infographic-description .view-map .fa {
    font-size: 20px;
  }
  
  section.infographic-descriptions .infographic-description img {
    margin-right: 20px;
    margin-bottom: 15px;
    max-width: 400px;
  }
  
  section.infographic-descriptions .infographic-description .infographic-title {
    margin-bottom: 15px;
  }
  
  section.infographic-descriptions .infographic-description .infographic-title span.number {
    background: #44b0e3;
    color: #ffffff;
    line-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
  }
  
  section.infographic-descriptions .infographic-description .infographic-title h2.title {
    display: inline-block;
    
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #1f366a;
    text-transform: uppercase;
    margin-top: 5px !important;
  }
  
  .page-template-template-infographic-php h3 {
    display: inline-block;
    
    font-weight: bold;
    font-size: 20px;
    color: #1f366a;
    text-transform: uppercase;
  }
  
  .page-template-template-infographic-php li {
      
      font-size: 15px;
      color: #1f366a;
  }
  
  section.infographic-descriptions .infographic-description p {
    
    font-size: 15px;
    color: #1f366a;
  }
  
  .infographic {
    position: relative;
  }
  
  section.infographic-descriptions .infographic-description .infographic-title.tablet,
  .infographic-tablet,
  section.infographic-topbar .logo-wrapper.tablet {
    display: none;
  }
  
  .infographic .pin {
    
    font-weight: 700;
    position: absolute;
    color: #1e376a;
    background: #ffffff;
    padding: 5px;
    border: 2px solid #1e376a;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
      cursor: pointer;
  }
  
  .infographic .pin.open:before {
    content: none !important;
  }
  
  .infographic .pin.active span.number {
    background: #1e376a;
  }
  
  .infographic .pin .pin-content {
    position: relative;
    z-index: 10;
  }
  
  .infographic .pin .pin-description {  
    word-break:break-word;
    white-space:normal;
    text-transform: none;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e9ecf1;
  }
  .infographic .pin .pin-description p {
      font-size: 15px;
      line-height: 28px;
  }
  
  .infographic .pin .pin-description a {
    position: relative;
    z-index: 10;
  }
  
  .infographic .pin .read-more-button {
    cursor: pointer;
  }
  
  .infographic .pin .read-more-button .fa {
    font-size: 14px;
    display: block;
    line-height: 26px;
  }
  
  .infographic .pin:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #e0e9ec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9;
  }
  
  .infographic .pin span.number {
    background: #44b0e3;
    color: #ffffff;
    line-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  
  .infographic .pin span.title {
    cursor: pointer;
  }
  
  .infographic .pin .grey-quad {
    background: #d2d6e1;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
  }
  
  .infographic .pin a.grey-quad.read-more-infographic {
    font-size: 14px;
    color: #1e376a;
  }
  
  .infographic .pin a.grey-quad.read-more-infographic:hover {
    text-decoration: none;
    color: #ffffff;
    background: #1e376a;
  }
  
  .infographic .map-legend {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 250px;
  
  }
  
  .infographic .map-legend .map-title {
    position: relative;
    background: #1e376a;
    height: 40px;
    padding-left: 30px;
  }
  
  .infographic .map-legend .map-title::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #1e376a transparent transparent;
  }
  
  .infographic .map-legend .map-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #1e376a transparent transparent transparent;
  }
  
  .infographic .map-legend .map-title h3 {
    font-size: 16px;
    
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    position: relative;
    padding-left: 20px;
  }
  
  .infographic .map-legend .map-title h3:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 12px;
    border-color: transparent transparent transparent #45b1e3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .infographic .map-legend .map-content {
    
    background: #ffffff;
    margin-left: 10px;
    width: 230px;
    padding: 10px;
  }
  
  .infographic .map-legend .map-content span.number {
    background: #44b0e3;
    color: #ffffff;
    line-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  
  .infographic .map-legend .map-content span.number.active {
    background: #1e376a;
  }
  
  .infographic .map-legend .map-content a {
    
    font-weight: 700;
    font-size: 14px;
    color: #1e376a;
    margin-left: 5px;
  }
  
  .infographic .map-legend .map-content a:hover {
    text-decoration: none;
  }
  
  section.footer {
    margin-top: 30px;
  }
  
  /* Pin Locations */
  
  .infographic .pin.multi-car-accident {
    top: 1%;
    left: 36%;
  }
  
  .infographic .pin.multi-car-accident:before {
    content: none;
    position: absolute;
    left: 18%;
    bottom: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0 0;
    border-color: #1e376a transparent transparent transparent;
    z-index: 10;
  }
  
  .infographic .pin.changing-lines-merging {
    top: 11%;
    left: 53%;
  }
  
  .infographic .pin.changing-lines-merging:before {
    content: none;
    position: absolute;
    left: 34%;
    bottom: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0 0;
    border-color: #1e376a transparent transparent transparent;
    z-index: 10;
  }
  
  .infographic .pin.car-hits-pedestrian {
    top: 25.5%;
    left: 31.5%;
  }
  
  .infographic .pin.car-hits-pedestrian:before {
    content: none;
    position: absolute;
    left: 15%;
    top: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 0 26px;
    border-color: transparent transparent transparent #1e376a;
    z-index: 10;
  }
  
  .infographic .pin.head-on-collision {
    top: 38.5%;
    left: 7.5%;
  }
  
  .infographic .pin.head-on-collision:before {
    content: none;
    position: absolute;
    left: 42%;
    top: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 0 26px;
    border-color: transparent transparent transparent #1e376a;
    z-index: 10;
  }
  
  .infographic .pin.hitting-an-animal {
    top: 34%;
    right: 1%;
  }
  
  .infographic .pin.hitting-an-animal:before {
    content: none;
    position: absolute;
    left: 67%;
    top: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 26px 26px;
    border-color: transparent transparent #1e376a transparent;
    z-index: 10;
  }
  
  .infographic .pin.rear-end-collision {
    top: 55.5%;
    right: 1%;
  }
  
  .infographic .pin.rear-end-collision:before {
    content: none;
    position: absolute;
    left: 83%;
    top: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 0 26px;
    border-color: transparent transparent transparent #1e376a;
    z-index: 10;
  }
  
  .infographic .pin.open-car-door-is-hit {
    top: 60.5%;
    left: 6%;
  }
  
  .infographic .pin.open-car-door-is-hit:before {
    content: none;
    position: absolute;
    left: 51%;
    top: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 26px 26px;
    border-color: transparent transparent #1e376a transparent;
    z-index: 10;
  }
  
  .infographic .pin.t-bone-car-accident {
    top: 65%;
    left: 44%;
  }
  
  .infographic .pin.t-bone-car-accident:before {
    content: none;
    position: absolute;
    left: 31%;
    bottom: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 26px 0 0;
    border-color: #1e376a transparent transparent transparent;
    z-index: 10;
  }
  
  
  .infographic .pin.hitting-a-parked-car {
    bottom: 9%;
    left: 10%;
  }
  
  .infographic .pin.hitting-a-parked-car:before {
    content: none;
    position: absolute;
    left: 34%;
    top: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 0 26px;
    border-color: transparent transparent transparent #1e376a;
    z-index: 10;
  }
  
  .infographic .pin.car-accident-when-backing-up {
    bottom: 14%;
    right: 1%;
  }
  
  .infographic .pin.car-accident-when-backing-up:before {
    content: none;
    position: absolute;
    left: 65%;
    bottom: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 26px 26px 0;
    border-color: transparent #1e376a transparent transparent;
    z-index: 10;
  }
  
  .go-to-top {
    display: none;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    right: 0;
    bottom: 15px;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#41aee1+0,1986b9+100 */
    background: rgb(65,174,225); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(65,174,225,1) 0%, rgba(25,134,185,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(65,174,225,1) 0%,rgba(25,134,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(65,174,225,1) 0%,rgba(25,134,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41aee1', endColorstr='#1986b9',GradientType=0 ); /* IE6-9 */
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-left: 20px;
    line-height: 45px;
    padding-right: 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 5px 9px 10px 0px rgba(122,122,122,0.5);
    -moz-box-shadow: 5px 9px 10px 0px rgba(122,122,122,0.5);
    box-shadow: 5px 9px 10px 0px rgba(122,122,122,0.5);
    cursor: pointer;
  }
  
  .show {
    display: block !important;
  }
  
  
  @media only screen and (max-width: 991px) {
  
    .infographic {
      display: none;
    }
  
    .infographic-tablet {
      display: block;
      padding-top: 15px;
      padding-bottom: 5px;
      width: 100%;
    }
  
    .infographic-wrapper {
      background: #ffffff;
    }
  
    section.infographic-descriptions .infographic-description .view-map {
      display: none;
    }
  
    .infographic-tablet .infographic-description-tablet {
      display: flex;
      padding: 5px 45% 5px 5px;
      border: 1px solid #1f366a;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-bottom: 10px;
      position: relative;
    }
  
    .infographic-tablet .infographic-description-tablet .image {
      width: 25%;
    }
  
    .infographic-tablet .infographic-description-tablet .image,
    .infographic-tablet .infographic-description-tablet .info {
      display: block;
    }
  
  
    .infographic-tablet .infographic-description-tablet .image {
      max-width: 20%;
    }
  
    .infographic-tablet .infographic-description-tablet .info {
      padding-left: 10px;
      vertical-align: middle;
      display: flex;
      justify-content: center; /* align horizontal */
      align-items: center;
    }
  
    .infographic-tablet .infographic-description-tablet .info .number {
      
      font-weight: bold;
      color: #44b0e3;
    }
  
    .infographic-tablet .infographic-description-tablet .info .text {
      
      font-weight: bold;
      color: #1e376a;
    }
  
    .infographic-tablet .infographic-description-tablet .grey-quad {
      font-size: 14px;
      font-weight: bold;
      color: #1e376a;
      text-transform: uppercase;
      background: #d2d6e1;
      padding-left: 8px;
      padding-right: 8px;
      line-height: 26px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 50%;
      width: 45%;
      transform: translateY(-50%);
    }
  
    section.infographic-descriptions .infographic-description {
      text-align: center;
    }
  
    section.infographic-descriptions .infographic-description .infographic-title.desktop {
      display: none;
    }
  
    section.infographic-descriptions .infographic-description .infographic-title.tablet {
      display: block;
      text-align: center;
    }
  
    section.infographic-descriptions .infographic-description .image {
      text-align: center;
    }
  
    section.infographic-descriptions .infographic-description .image img {
      float: initial;
    }
  
    section.infographic-descriptions .desktop-description {
      display: none;
    }
  
    section.infographic-descriptions .mobile-description {
      display: block;
    }
  
  }
  
  @media only screen and (max-width: 600px) {
  
    section.infographic-topbar {
      text-align: center;
      height: 200px;
    }
  
    section.infographic-topbar .logo-wrapper.tablet {
      width: 100%;
    }
  
    section.infographic-topbar .logo-wrapper.tablet,
    section.infographic-topbar .text-wrapper {
      display: inline-block;
      text-align: center;
    }
  
    section.infographic-topbar .text-wrapper {
      float: initial;
      width: initial;
      margin: 0 auto;
    }
  
    section.infographic-topbar .text-wrapper h1 {
      display: inline-block;
    }
  
    section.infographic-topbar .logo-wrapper.desktop {
      display: none;
    }
  
  }
  
  @media only screen and (max-width: 500px) {
  
    section.infographic-descriptions .infographic-description img {
      max-width: 100%;
    }
  
  }
  
  @media screen and (max-width: 480px) {
  
    .infographic-tablet .infographic-description-tablet .image {
      max-width: 15%;
    }
  
    .infographic-tablet .infographic-description-tablet .info .number,
    .infographic-tablet .infographic-description-tablet .info .text {
      font-size: 10px;
    }
  
    .infographic-tablet .infographic-description-tablet .grey-quad.read-more-infographic {
      font-size: 10px;
      right: 5px;
      line-height: 1.1;
    }
  
    .infographic-offset .infographic-tablet .infographic-description-tablet {
      padding-right: 85px;
    }
  }