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: 35%;
        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;
    }
}

body.page-template-template-infographic-new {
    background-color: #e6e7eb;
    -webkit-font-smoothing: antialiased;
    font-smooth: antialiased;
}

.infographic-body .container {
    max-width: 1500px;
}

body.page-template-template-infographic-new .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;
    padding-left: 30px;
}

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: rgb(255, 109, 2);
    background: -moz-linear-gradient(top, rgba(255, 109, 2, 1) 0%, rgba(255, 55, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 109, 2, 1) 0%, rgba(255, 55, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 109, 2, 1) 0%, rgba(255, 55, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d02', endColorstr='#ff3700',GradientType=0 );
    color: #ffffff;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

section.infographic-descriptions .infographic-description .infographic-title h2.title {
    display: inline-block;

    font-weight: bold;
    font-size: 20px;
    color: #1f366a;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 5px !important;
}

.page-template-template-infographic-new-php h3 {
    display: inline-block;

    font-weight: bold;
    font-size: 18px;
    color: #1f366a;
    text-transform: uppercase;
}

.page-template-template-infographic-new-php li {
    font-size: 14px;
    color: #1f366a;
}

section.infographic-descriptions .infographic-description p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
}
section.infographic-descriptions .infographic-description .read-more-link {
    font-size: 15px;
}
.infographic {
    position: relative;
}

.infographic .infographic-logo {
    position: absolute;
    bottom: 80px;
    left: 80px;
    max-width: 220px;
    text-align: center;
}

.infographic h2 {
    color: #44b1e4;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}

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: 14px;
    text-align: center;
    /*display: none;*/
    max-width: 180px;
}

.infographic .pin.open {
    max-width: 320px;
}

.infographic .pin.open:before {
    content: none !important;
}

.infographic .pin.active span.number {
    background: rgb(237, 0, 0);
    background: -moz-linear-gradient(top, rgba(237, 0, 0, 1) 0%, rgba(183, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(237, 0, 0, 1) 0%, rgba(183, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 0, 0, 1) 0%, rgba(183, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0000', endColorstr='#b70000',GradientType=0 );
}

.infographic .pin .pin-content {
    position: relative;
    z-index: 10;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
}

.infographic .pin .pin-description {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e9ecf1;
}

.infographic .pin .pin-description .description {
    color: #1e376a;
    font-weight: normal;
    word-break: break-word;
    white-space: normal;
    text-transform: none;
    text-align: justify;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.infographic .pin .pin-description .pin-bottom {
    border-top: 1px solid #e9ecf1;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.infographic .pin .pin-description .pin-bottom .read-more-button {
    float: left;
    font-size: 12px;
}

.infographic .pin .pin-description .pin-bottom .read-more-button:hover {
    text-decoration: none;
    color: #ffffff;
    background: #1e376a;
}

.infographic .pin .pin-description .pin-bottom .read-more-infographic {
    float: right;
    font-size: 12px;
}

.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: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: rgb(255, 109, 2);
    background: -moz-linear-gradient(top, rgba(255, 109, 2, 1) 0%, rgba(255, 55, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 109, 2, 1) 0%, rgba(255, 55, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 109, 2, 1) 0%, rgba(255, 55, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d02', endColorstr='#ff3700',GradientType=0 );
    color: #ffffff;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.infographic .pin span.number.floating {
    top: -20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.infographic .pin span.number.opened {
    background: rgb(237, 0, 0);
    background: -moz-linear-gradient(top, rgba(237, 0, 0, 1) 0%, rgba(183, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(237, 0, 0, 1) 0%, rgba(183, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 0, 0, 1) 0%, rgba(183, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0000', endColorstr='#b70000',GradientType=0 );
    float: left;
    margin-top: -6px;
}

.infographic .pin.open span.title {
    text-align: left;
    width: 100%;
    text-align: center;
}

.infographic .pin span.title {
    cursor: pointer;
    line-height: 18px;
    display: block;
    padding-bottom: 10px;
    font-size: 15px;
}

.infographic .pin .grey-quad {
    background: #d2d6e1;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}

.infographic .pin .read-more-button.plus {
    position: relative;
    width: 16px;
    height: 16px;
}

.infographic .pin a.grey-quad.read-more-infographic {
    font-size: 12px;
    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: 85px;
    width: 300px;
}

.infographic .map-legend .map-title {
    position: relative;
    background: #185799;
    height: 50px;
    padding-left: 25px;
}

.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: 21px;

    font-weight: bold;
    color: #ffffff;
    line-height: 50px;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}

.infographic .map-legend .map-title h3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    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: 280px;
    padding: 10px;
    padding-top: 5px;
    padding-right: 0px;
}

.infographic .map-legend .map-content div.legend {
    border-bottom: 1px dotted #d2d6e1;
    padding-bottom: 5px;
    margin-top: 5px;
}

.infographic .map-legend .map-content span.number {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6d02+0,ff3700+100 */
    background: rgb(255, 109, 2); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 109, 2, 1) 0%, rgba(255, 55, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 109, 2, 1) 0%,
        rgba(255, 55, 0, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 109, 2, 1) 0%,
        rgba(255, 55, 0, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d02', endColorstr='#ff3700',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    line-height: 16px;
    height: 16px;
    width: 16px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.infographic .map-legend .map-content span.number.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed0000+0,b70000+100 */
    background: rgb(237, 0, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(237, 0, 0, 1) 0%, rgba(183, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(237, 0, 0, 1) 0%,
        rgba(183, 0, 0, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(237, 0, 0, 1) 0%,
        rgba(183, 0, 0, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0000', endColorstr='#b70000',GradientType=0 ); /* IE6-9 */
}

.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;
}

.infographic .pin-marker {
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(255, 248, 219, 0.5);
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.infographic .pin-marker.active {
    background: rgba(255, 248, 219, 1);
    animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 248, 219, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 248, 219, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 248, 219, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 248, 219, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 248, 219, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 70px rgba(255, 248, 219, 0);
        box-shadow: 0 0 0 70px rgba(255, 248, 219, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 248, 219, 0);
        box-shadow: 0 0 0 0 rgba(255, 248, 219, 0);
    }
}

.infographic .pin-marker.wrist-pain-after-car-accident {
    top: 46.7%;
    left: 51.7%;
}

.infographic .pin-marker.chest-pain-after-a-car-accident {
    top: 33.7%;
    left: 60.6%;
}

.infographic .pin-marker.knee-pain-after-a-car-accident {
    top: 63.2%;
    left: 63.6%;
}

.infographic .pin-marker.lower-back-pain-after-a-car-accident {
    top: 41.8%;
    left: 60.5%;
}

.infographic .pin-marker.elbow-pain-after-a-car-accident {
    top: 39.3%;
    left: 67.2%;
}

.infographic .pin-marker.upper-back-pain-after-a-car-accident {
    top: 31.5%;
    left: 60.5%;
}

.infographic .pin-marker.head-and-neck-pain-after-a-car-accident {
    top: 19.1%;
    left: 60.5%;
}

.infographic .pin-marker.shoulder-pain-after-a-car-accident {
    top: 28.6%;
    left: 65.8%;
}

.infographic .pin-marker.hip-pain-after-a-car-accident {
    top: 45.9%;
    left: 57%;
}

.infographic .pin-marker.stomach-pain-after-a-car-accident {
    top: 44.2%;
    left: 60.5%;
}

.infographic .pin-marker.ankle-pain-after-a-car-accident {
    top: 77.8%;
    left: 58.6%;
}

.infographic .pin-marker.foor-pain-after-a-car-accident {
    top: 24.8%;
    left: 60.6%;
}

section.footer {
    margin-top: 30px;
}

/* Pin Locations */

.infographic .pin.pin-1 {
    top: 7.5%;
    /*left: 42%;*/
    right: calc(58% - 180px);
}

.infographic .pin.pin-2 {
    top: 23%;
    /*left: 39.5%;*/
    right: calc(60.5% - 180px);
}

.infographic .pin.pin-3 {
    top: 38.5%;
    /*left: 32%;*/
    right: calc(68% - 180px);
}

.infographic .pin.pin-4 {
    top: 54%;
    /*left: 32%;*/
    right: calc(68% - 180px);
}

.infographic .pin.pin-5 {
    top: 69.5%;
    /*left: 39.5%;*/
    right: calc(60.5% - 180px);
}

.infographic .pin.pin-6 {
    top: 85%;
    /*left: 42%;*/
    right: calc(58% - 180px);
}

.infographic .pin.pin-7 {
    top: 7.5%;
    /*right: 20%;*/
    left: calc(80% - 180px);
}

.infographic .pin.pin-8 {
    top: 23%;
    /*right: 17.5%;*/
    left: calc(82.5% - 180px);
}

.infographic .pin.pin-9 {
    top: 38.5%;
    /*right: 10%;*/
    left: calc(90% - 180px);
}

.infographic .pin.pin-10 {
    top: 54%;
    /*right: 10%;*/
    left: calc(90% - 180px);
}

.infographic .pin.pin-11 {
    top: 69.5%;
    /*right: 17.5%;*/
    left: calc(82.5% - 180px);
}

.infographic .pin.pin-12 {
    top: 85%;
    /*right: 20%;*/
    left: calc(80% - 180px);
}

.go-to-top {
    display: none;

    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;
}

.call-to-us-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #ea9400;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.call-to-us-fixed .distasio-icon-phone-white {
    margin-right: 5px;
}

a .call-to-us-fixed {
    color: #ffffff;
}

@media only screen and (max-width: 1230px) {
    .infographic {
        display: none;
    }

    .infographic-offset {
        margin: 0 auto;
    }

    .infographic-tablet {
        display: block;
        padding-top: 15px;
        padding-bottom: 5px;
        width: 100%;
    }

    .infographic-wrapper {
        background: #ffffff;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.infographic-descriptions .infographic-description .view-map {
        display: none;
    }

    .infographic-tablet .infographic-description-tablet {
        display: flex;
        padding: 5px;
        border: 1px solid #1f366a;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
        position: relative;
        padding-right: 115px;
    }

    .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: #ff4600;
        padding-right: 5px;
    }

    .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%;
        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: 768px) {
    .call-to-us-fixed {
        display: block;
    }

    .go-to-top {
        bottom: 60px;
    }
}

@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: 12px;
    }

    .infographic-tablet .infographic-description-tablet .grey-quad.read-more-infographic {
        font-size: 10px;
        right: 5px;
    }

    .infographic-offset .infographic-tablet .infographic-description-tablet {
        padding-right: 85px;
    }
}
