﻿html,
body {
    /*    font-family: 'Museo Sans 500', museo-sans, sans-serif;
    font-style: normal;
    font-size: 10pt;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10pt;
    color: #5a5a5a;
}
h3 {
    font-size: 1.8em;
}

    h3.no-bottom-buffer {
        padding-top: 50px;
    }

.button-adjuster {
    font-size: 1.0em;
    padding: .45em 3.0em;
}

.space-maker {
    margin-top: 40px;
}

.wave-on-hero {
    margin-top: -50px !important;
}

.major-points-content {
    max-width: 720px;
}

.timeline-column {
    padding-bottom: 0;
    margin-bottom: -160px;
}

    .timeline-column h3.on-wave {
        padding-bottom: 25px;
    }

.timeline-content {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 380px;
}

.timeline-content-overlay {
    background: #fff;
    margin-top: -340px;
    text-align: center;
}

.centered-content-container {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
    margin-top: 80px;
}

.timeline-content-overlay .overlay-container p {
    line-height: 1.75em;
    color: #888;
}

.timeline-content .timeline-mini {
    font-size: .6em;
    color: #96c4e5;
    margin-top: -60px;
}

    .timeline-content .timeline-mini span {
        color: #96c4e5;
        font-weight: 400;
    }

.timeline-buttons {
    margin: 80px 0;
}

    .timeline-buttons .large-sized-button {
        font-size: 1.4rem;
        width: 100%;
        height: auto;
    }

.timeline-callouts {
    text-align: center;
    height: 16em;
}

.timeline-callout {
    background: #0055A4;
    padding: 30px 0;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
    font-size: .6em;
    font-weight: 300;
    line-height: 1.2em;
    color: #fff;
}

    .timeline-callout:last-child {
        margin-top: 25px;
    }

    .timeline-callout p {
        color: #A9EFFE;
    }

    .timeline-callout .heading {
        font-size: 1.5em;
        font-weight: 600;
        color: #fff;
    }

@media only screen and (max-width: 899px) {
    .timeline-callout {
        font-size: 1.0em;
    }

    .timeline-column {
        margin-bottom: -220px;
    }
}

.non-hero-wave-container {
    position: relative;
    margin-top: 80px;
}

.row .why-desktop {
    display: block;
}

.row .why-mobile {
    display: none;
}

.row .why {
    margin-bottom: 2em;
}

    .row .why .cell {
        text-align: center;
        width: 33%;
    }

    .row .why.mobile .cell {
        text-align: center;
        width: 100%;
        font-size: 1.5em;
    }

    .row .why .cell p {
        padding: 16px 35px;
        font-size: .65em;
        line-height: 1.5em;
    }

    .row .why .cell img {
        width: 90px;
        height: auto;
    }

hr.headline {
    height: 2px;
    width: 60px;
    background: #0055a5;
    margin: 30px auto;
}

h4.headline {
    font-size: .8em !important;
    font-weight: 600 !important;
    color: #157BDD !important;
    margin-top: 15px;
}

.testimonial-column {
    margin-top: 3em;
}

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .cd-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #0055A4;
    }

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

    .cd-timeline-block.special {
        width: 48px;
        height: 18px;
        margin-left: -4px;
        margin-bottom: 30px;
    }

        .cd-timeline-block.special:first-child {
            margin-top: -60px;
        }

        .cd-timeline-block.special .circle {
            width: 18px;
            height: 18px;
            background: #157BDD;
            border: 4px solid #0055A4;
            border-radius: 50%;
            margin: 0 auto;
        }

            .cd-timeline-block.special .circle.white {
                background: #fff;
            }

@media only screen and (max-width: 899px) {
    .cd-timeline-block.special:first-child {
        margin-top: -40px;
    }
}

@media only screen and (min-width: 768px) {
    #cd-timeline::before {
        margin-left: -2px;
        left: 50%;
    }

    .cd-timeline-block {
        margin: 0.5em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }

        .cd-timeline-block.special {
            margin: 0 auto;
            margin-bottom: 30px;
        }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 #ffffff, inset 0 0 0 rgba(0, 0, 0, 0.8), 0 1px 0 3px rgba(0, 0, 0, 0.05);
    margin-left: -4px;
}

    .cd-timeline-img img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }

    .cd-timeline-img.cd-logo {
        width: 48px;
        height: 48px;
        background: #0055A4;
        border-radius: 50%;
        border: 5px solid #fff;
    }

        .cd-timeline-img.cd-logo img {
            width: 70%;
            height: auto;
            margin-left: 6px;
            margin-top: 6px;
        }

@media only screen and (min-width: 768px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -31px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

        .cd-timeline-img.cd-logo {
            width: 96px;
            height: 96px;
            margin-left: -48px;
        }

            .cd-timeline-img.cd-logo img {
                margin: 0 auto;
                margin-top: 14px;
            }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
    text-align: left;
}

    .cd-timeline-content::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-timeline-content h2 {
        color: #0055a5;
        font-size: 1.0rem;
        font-weight: 600;
    }

    .cd-timeline-content p,
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        display: inline-block;
    }

    .cd-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }

    .cd-timeline-content .cd-read-more {
        float: right;
        padding: .8em 1em;
        background: #acb7c0;
        color: #ffffff;
        border-radius: 0.25em;
    }

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: #ffffff;
        }

        .cd-timeline-content h2 {
            font-size: 1.75rem;
        }

        .cd-timeline-content p {
            font-size: 0.6em;
        }

        .cd-timeline-content .cd-read-more,
        .cd-timeline-content .cd-date {
            font-size: 14px;
            font-size: 0.875rem;
        }

        .cd-timeline-content .cd-read-more {
            float: left;
        }

        .cd-timeline-content .cd-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
            font-size: 16px;
            font-size: 1rem;
        }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: #ffffff;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
            float: right;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right;
        }
}

.cssanimations .cd-timeline-img.is-hidden,
.cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
}

.cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
}

/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    80% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    80% {
        -moz-transform: scale(0.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    80% {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-120px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-120px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-120px);
        -moz-transform: translateX(-120px);
        -ms-transform: translateX(-120px);
        -o-transform: translateX(-120px);
        transform: translateX(-120px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(120px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px);
        -moz-transform: translateX(120px);
        -ms-transform: translateX(120px);
        -o-transform: translateX(120px);
        transform: translateX(120px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.testimonial-column h3 {
    padding-bottom: 1.25em;
}

.carousel-inner {
    height: 360px;
}

.carousel-control-prev,
.carousel-control-next {
    position: relative;
    display: unset;
}

.col.info-carousel-slider {
    flex: 0 0 800px;
    color: #0055A4;
    text-align: center;
    margin-bottom: 120px;
}

.col.info-carousel-arrow {
    width: 60px;
    margin: 30px 0;
}

    .col.info-carousel-arrow.left {
        text-align: left;
        margin-left: 30px;
    }

    .col.info-carousel-arrow.right {
        text-align: right;
        margin-right: 30px;
    }

.carousel-button {
    width: 36px;
    height: auto;
    border: 0;
    border-radius: 50%;
    font-size: 1.2em;
    font-weight: 300;
    line-height: .9em;
    color: #0055A4;
}

#prev.carousel-button {
    padding-left: 5px;
}

#next.carousel-button {
    padding-right: 5px;
}

.carousel-indicators {
    margin: 0;
    padding: 0;
}

.info-carousel-dots {
    text-align: center;
}

    .info-carousel-dots li div {
        background: #157BDD;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

.info-carousel-image img {
    width: 100px;
    height: auto;
    margin: 15px auto;
}

.info-carousel-text {
    color: #999;
    font-size: 0.75em;
    line-height: 1.5;
}

.info-carousel-name {
    color: #057BD3;
    font-weight: 600;
    font-size: 0.65em;
    line-height: 2.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.info-carousel-title {
    color: #057BD3;
    font-size: 0.65em;
    line-height: 2.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.v-floater p.headline {
    font-size: 1.2em !important;
}

.v-floater p.body {
    font-size: 0.65em !important;
    color: #0055A5;
}

    .v-floater p.body.grayed {
        color: #777;
    }

.split-card-row.cleared {
    background: transparent;
}

    .split-card-row.cleared .inside {
        padding-right: 30px;
    }

    .split-card-row.cleared .col.split-card-img {
        background: transparent;
        text-align: center;
    }

    .split-card-row.cleared .split-card-img img.shrink {
        max-width: 85%;
    }

.road-to-cert.large {
    display: block;
}

.road-to-cert.small {
    display: none;
}

.road-block {
    text-align: center;
    background: #fff;
    margin: 3em 0;
    padding: 3em 1.5em;
    font-size: 1.25em;
}

    .road-block.clear {
        background: transparent;
    }

    .road-block .road-image {
        margin-bottom: 4em;
    }

        .road-block .road-image img {
            width: 100%;
        }

    .road-block .road-text button {
        margin-top: 2em;
    }

    .road-block .headline {
        font-size: 2.0em !important;
        font-weight: 600;
        color: #0055a5;
        text-align: left;
    }

    .road-block .body {
        text-align: left;
    }

.participants {
    font-size: 0.65em !important;
    line-height: 1.4;
    color: #0055A5;
}

.participants.small {
    font-size: 1.0em !important;
}


    .participants .title {
        font-size: 1.8em !important;
        color: #0055A5;
        font-weight: 900;
        letter-spacing: -0.025em;
        margin-top: 0.5em;
    }

    .participants .mini-title {
        font-size: 1.2em !important;
        color: #0055A5;
        font-weight: 900;
        letter-spacing: -0.025em;
        margin-top: 0.5em;
        margin-bottom: 0;
    }

    .participants .tiny-title {
        font-size: 1.0em !important;
        color: #555;
        letter-spacing: -0.025em;
        margin-bottom: 0.25em;
    }

    .participants .grayed {
        color: #777;
        padding: 1.0em 0;
    }

    .participants .names {
        margin-bottom: 2em;
    }

    .participants button.mini-sized-button{
        font-size: 1.25em !important;
        margin-bottom: 1.0em;
    }

    .apply-desktop {
        display: block;
    }

.apply-mobile {
    display: none;
}

/* mobile only */
@media (max-width: 899px) {
    .row .why-desktop {
        display: none;
    }

    .row .why-mobile {
        display: block;
    }

    .standard-text {
        font-size: 1.0em;
    }

    .major-points {
        margin: 1em 0;
    }

    .major-points-content {
        height: 25em;
    }

    .content-column {
        padding: 0 30px;
    }

    .col.info-carousel-arrow {
        display: none;
    }

    .carousel-item {
        font-size: 1.5em;
    }

    .carousel-inner {
        height: 32em;
    }

    .info-carousel-title {
        line-height: 1.5em;
    }

    .timeline-column {
        height: 160em;
    }

    .road h3 {
        padding-top: 0;
    }

    .road-to-cert.large {
        display: none;
    }

    .road-to-cert.small {
        display: block;
    }

    .apply-desktop {
        display: none;
    }

    .apply-mobile {
        display: block;
    }
}
