<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.timeline-column {
    padding-bottom: 0;
    margin-bottom: 2em;
    font-size: 3.0rem;
}

    .timeline-column h3.on-wave {
        padding-bottom: 25px;
    }

.timeline-content {
    text-align: center;
    margin: 0 auto;
}

.timeline-content-overlay {
    background: #fff;
    margin-top: -340px;
    text-align: center;
}

.timeline-title {
    color: #fff;
    font-size: 2.0em;
    width: 100%;
    margin: 1em auto;
    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: 1.0em;
    color: #A9EFFE;
    margin-top: -60px;
}

    .timeline-content .timeline-mini span {
        color: #fff;
        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: #96C4E6;
    padding: 30px 0;
    padding-bottom: 20px;
    border-radius: 50px;
    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: #21578A;
    }

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


.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: 2.4rem;
        font-weight: 600;
    }

    .cd-timeline-content p,
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 0.65em;
    }

    .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);
    }
}
</pre></body></html>