﻿@charset "UTF-8";

html {
    font-size: 62.5%;
}

main {
    overflow: hidden;
}

figure {
    margin: 0;
    margin-left: 0;
}

.container-fluid-no-overflow {
    overflow: hidden;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    margin-top: initial;
    margin-left: initial;
}

/* Wireframe Styles */
.wf-mode [data-wf] {
    transition: 0.3s all ease;
    outline: 2px dashed gray;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
}

    .wf-mode [data-wf] > * {
        opacity: 0.5;
    }

    .wf-mode [data-wf]::before {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: linear-gradient(to top right, transparent calc(50% - 1px), gray calc(50% - 1px), gray calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom right, transparent calc(50% - 1px), gray calc(50% - 1px), gray calc(50% + 1px), transparent calc(50% + 1px)), rgba(0, 0, 0, 0.2);
        content: attr(data-wf);
        font: bold 2em Jubilat, Georgia, serif;
        color: white;
        text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3), 0 0 0.25em rgba(0, 0, 0, 0.1), 0 0 0.25em rgba(0, 0, 0, 0.3), 0 0 0.25em rgba(0, 0, 0, 0.3), 0 0 0.25em rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        text-transform: uppercase;
        font-style: italic;
    }

.ce-mode [data-ce] {
    outline: 2px dashed #45c2b1;
}

.ip-mode .image-helper {
    height: 40px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background-color: #067bb4;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #067bb4;
}

    .ip-mode .image-helper:hover {
        cursor: pointer;
        border: 4px dotted white;
    }

    .ip-mode .image-helper label {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

.ip-mode #image_uploads {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #231f20;
}

.i9-u-workSans {
    font-family: "Nunito Sans", sans-serif;
}

.i9-u-barlow {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
}

h1,
.h1,
.i9-e-heading__display {
    font-size: 4rem;
    margin-bottom: 1rem;
}

h2,
.h2,
.i9-e-heading__large {
    font-size: 3rem;
    margin-bottom: 1rem;
}

h3,
.h3,
.i9-e-heading__medium {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    h1,
    .h1,
    .i9-e-heading__display {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    h2,
    .h2,
    .i9-e-heading__large {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    h3,
    .h3,
    .i9-e-heading__medium {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}

h4,
.h4,
.i9-e-heading__small {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

h5,
.h5,
.i9-e-heading__section-large {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

h6,
.h6,
.i9-e-heading__section-small {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

p,
.i9-e-p__medium {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.i9-e-p__large,
.i9-e-p__large p {
    font-size: 2rem;
    margin-bottom: 2.4rem;
}

.i9-e-p__small {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
}

code {
    color: #231f20;
}

a {
    font-weight: 800;
    line-height: 1;
}

    a:hover {
        cursor: pointer;
    }

::selection {
    background: rgba(69, 194, 177, 0.3);
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: rgba(69, 194, 177, 0.3);
    /* Gecko Browsers */
}

b, strong {
    font-weight: 800;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-color: #c5c7c9;
}

#i9-l-oigi ::selection {
    background: rgba(208, 175, 33, 0.3);
    /* WebKit/Blink Browsers */
}

#i9-l-oigi ::-moz-selection {
    background: rgba(208, 175, 33, 0.3);
    /* Gecko Browsers */
}

#i9-l-cicd ::selection {
    background: rgba(25, 107, 123, 0.3);
    /* WebKit/Blink Browsers */
}

#i9-l-cicd ::-moz-selection {
    background: rgba(25, 107, 123, 0.3);
    /* Gecko Browsers */
}

.highcharts-container * {
    font-family: "Nunito Sans", sans-serif !important;
}

.js-lazy {
    filter: blur(2vw);
    transform: scale(1.05);
}

.js-lazy-reveal {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform, opacity;
    animation: reveal 1s ease-out;
}

@keyframes reveal {
    0% {
        transform: scale(1.05);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

a {
    color: #003a5d;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #003a5d;
        text-decoration: underline;
    }

        a:hover:after {
            width: 100%;
        }

    a:focus {
        outline: 2px solid #ae8e03;
    }

    a:not([href]):not([tabindex]) {
        cursor: text;
    }

.i9-e-link-bold {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: -1px;
}

    .i9-e-link-bold:after {
        width: 100%;
    }

.i9-e-link-bold__small {
    font-size: 1.3rem;
}

.i9-e-link-bold__medium {
    font-size: 2.2rem;
}

.i9-e-link-bold__large {
    font-size: 2.2rem;
}

ul,
ol,
dl {
    font-size: 1.6rem;
    padding-left: 3rem;
}

.i9-e-unordered-list li {
    margin-bottom: 2rem;
}

dd {
    margin-bottom: 2rem;
}

    dd a {
        white-space: nowrap;
    }

.dl-grouping,
.li-grouping {
    position: relative;
    list-style: none;
}

    .dl-grouping a,
    .li-grouping a {
        white-space: nowrap;
    }

    .dl-grouping:after,
    .li-grouping:after {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: -20px;
        border-left: 1px solid #231f20;
        padding-left: 1rem;
        transition: 0.3s all ease;
        pointer-events: none;
    }

.li-grouping {
    padding-left: 0;
    margin-left: 3rem;
    margin-bottom: 2rem;
}

.i9-c-link--block--li {
    display: inline-block;
}

    .i9-c-link--block--li a {
        color: #067bb4;
        border-bottom: transparent;
        white-space: nowrap;
        margin-right: 1.5rem;
        text-decoration: underline;
    }

        .i9-c-link--block--li a:hover {
            text-decoration: none;
        }

.i9-topic-list {
    margin-bottom: 6rem;
}

.form-control {
    border-radius: 0;
    border: 2px solid #c5c7c9;
}

.form-inline .form-control {
    height: 100%;
}

.form-control {
    border-color: white;
    background: #ffffff;
}

    .form-control:focus, .form-control:hover {
        border-color: #ae8e03;
        outline: none;
        box-shadow: none;
    }

.i9-c-form .form-control {
    border: 2px solid #c5c7c9;
    border-color: #c5c7c9;
    font-size: 1.6rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    height: 48px;
}

    .i9-c-form .form-control:focus, .i9-c-form .form-control:hover {
        border: 2px solid #ae8e03;
    }

.i9-c-form .form-group textarea {
    height: 80px;
}

.i9-c-form .form-check {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
}

    .i9-c-form .form-check label {
        cursor: pointer;
    }

    .i9-c-form .form-check input {
        opacity: 0;
        cursor: pointer;
    }

        .i9-c-form .form-check input + label {
            height: 23px;
            width: 23px;
            border: 2px solid #c5c7c9;
            position: absolute;
            left: 0;
            top: 1px;
            transition: 0.3s all ease;
            cursor: pointer;
        }

        .i9-c-form .form-check input:checked + label {
            background-color: #067bb4;
        }

            .i9-c-form .form-check input:checked + label:after {
                opacity: 1;
            }

        .i9-c-form .form-check input:hover + label,
        .i9-c-form .form-check input:focus + label {
            border-color: #ae8e03;
        }

        .i9-c-form .form-check input[type=checkbox] + label:after {
            content: "";
            display: block;
            left: 5px;
            top: 1px;
            width: 8px;
            height: 14px;
            position: absolute;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            opacity: 0;
        }

        .i9-c-form .form-check input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

        .i9-c-form .form-check input[type=radio] + label {
            border-radius: 50%;
            background-color: #ffffff;
        }

            .i9-c-form .form-check input[type=radio] + label:after {
                content: "";
                display: block;
                border-radius: 50%;
                height: 13px;
                width: 13px;
                position: absolute;
                top: 3px;
                left: 3px;
                background-color: #067bb4;
                opacity: 0;
                transition: 0.3s all ease;
            }

        .i9-c-form .form-check input[type=radio]:checked + label:after {
            opacity: 1;
        }

.i9-c-form__glassy .form-group .i9-c-form__glassy--field {
    height: 100%;
    padding: 0 1.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid transparent;
    height: 54px;
    flex-grow: 1;
    color: #ffffff;
    transition: 0.3s all ease;
    margin-right: 1rem;
}

    .i9-c-form__glassy .form-group .i9-c-form__glassy--field:focus, .i9-c-form__glassy .form-group .i9-c-form__glassy--field:hover {
        border-color: #ae8e03;
        outline: none;
    }

.i9-c-form__glassy-element-group {
    display: flex;
    margin-bottom: 0;
}

.i9-c-form__glassy--field::placeholder {
    color: #ffffff;
}

.i9-c-form__glassy--field:-ms-input-placeholder {
    color: #ffffff;
}

.i9-c-form__glassy--field::-ms-input-placeholder {
    color: #ffffff;
}

.i9-c-form__glassy--btn, .i9-c-form__glassy--btn[type='submit'] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: 800;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #067bb4;
    transition: 0.3s all ease;
    width: auto;
}

    .i9-c-form__glassy--btn:hover, .i9-c-form__glassy--btn[type='submit']:hover {
        cursor: pointer;
        border-color: #ae8e03;
    }

select {
    border: 2px solid #c5c7c9;
    border-color: #c5c7c9;
    font-size: 1.6rem;
    padding: 1rem;
    height: 48px;
    width: 100%;
    transition: 0.3s all ease;
    margin-bottom: 1.5rem;
}

    select:focus, select:hover {
        border: 2px solid #ae8e03;
        outline: none;
    }

.i9-c-wffm input,
.i9-c-wffm textarea,
.scfForm input,
.scfForm textarea {
    margin-bottom: 1.5rem;
    border: 2px solid #c5c7c9;
    border-color: #c5c7c9;
    font-size: 1.6rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    height: 48px;
    width: 100%;
}

    .i9-c-wffm input:focus, .i9-c-wffm input:hover,
    .i9-c-wffm textarea:focus,
    .i9-c-wffm textarea:hover,
    .scfForm input:focus,
    .scfForm input:hover,
    .scfForm textarea:focus,
    .scfForm textarea:hover {
        border: 2px solid #ae8e03;
        outline: none;
    }

.i9-c-wffm textarea,
.scfForm textarea {
    height: 80px;
}

.i9-c-wffm input[type='submit'],
.i9-c-wffm input[type='reset'],
.scfForm input[type='submit'],
.scfForm input[type='reset'] {
    font-size: 1.6rem;
    font-weight: 800;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0px;
    border: 2px solid transparent;
    transition: 0.3s all ease;
    color: #ffffff;
    background-color: #067bb4;
    width: 100%;
}

    .i9-c-wffm input[type='submit']:hover,
    .i9-c-wffm input[type='submit']:focus,
    .i9-c-wffm input[type='reset']:hover,
    .i9-c-wffm input[type='reset']:focus,
    .scfForm input[type='submit']:hover,
    .scfForm input[type='submit']:focus,
    .scfForm input[type='reset']:hover,
    .scfForm input[type='reset']:focus {
        background-color: #ffffff;
        color: #067bb4;
        border-color: #ae8e03;
    }

.i9-c-wffm input[type='radio'],
.scfForm input[type='radio'] {
    height: 20px;
}

.i9-c-wffm fieldset,
.scfForm fieldset {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

    .i9-c-wffm fieldset legend,
    .scfForm fieldset legend {
        font-size: 2.2rem;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 1rem;
        font-family: "Barlow";
        width: 100%;
        border-bottom: 1px solid #c5c7c9;
        text-transform: uppercase;
    }

.i9-c-wffm .field-captcha-controls input,
.scfForm .field-captcha-controls input {
    width: inherit;
}

.i9-c-wffm .field-validation-error,
.scfForm .field-validation-error {
    color: #dc3545;
    font-weight: 800;
}

.i9-c-wffm .validation-summary-errors,
.scfForm .validation-summary-errors {
    color: #dc3545;
    font-weight: 800;
}

.i9-c-wffm .input-validation-error,
.scfForm .input-validation-error {
    border-color: #dc3545;
    box-shadow: inset 0 0 4px #dc3545;
    margin-bottom: 0;
}

.i9-c-wffm div[class*="Sitecore.Form.Web.UI.Controls.RadioList"] td,
.scfForm div[class*="Sitecore.Form.Web.UI.Controls.RadioList"] td {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

    .i9-c-wffm div[class*="Sitecore.Form.Web.UI.Controls.RadioList"] td input[type="radio"],
    .scfForm div[class*="Sitecore.Form.Web.UI.Controls.RadioList"] td input[type="radio"] {
        margin-right: 1rem;
        width: 20px;
        height: 20px;
        margin-bottom: 0;
    }

.i9-c-wffm .display-section-content div,
.scfForm .display-section-content div {
    position: relative;
}

.i9-c-wffm .display-section-content .field-required,
.scfForm .display-section-content .field-required {
    position: absolute;
    top: 2px;
    left: -10px;
    font-weight: 800;
}

input[type='submit'],
input[type='reset'] {
    font-size: 1.6rem;
    font-weight: 800;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0px;
    border: 2px solid transparent;
    transition: 0.3s all ease;
    color: #ffffff;
    background-color: #067bb4;
    width: 100%;
}

    input[type='submit']:hover,
    input[type='reset']:hover {
        background-color: #ffffff;
        color: #067bb4;
        border-color: #ae8e03;
    }

input[type='reset'] {
    background-color: white;
    border-color: #067bb4;
    color: #067bb4;
}

button:focus,
.btn:focus {
    border: 2px solid #ae8e03;
    outline: none;
    box-shadow: none;
}

.btn {
    font-size: 1.6rem;
    font-weight: 800;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 0px;
    border: 2px solid transparent;
    transition: 0.3s all ease;
    background-color: #ae8e03;
    color: #ffffff;
}

    .btn:hover, .btn:focus {
        border-color: #ae8e03;
        color: #ffffff;
    }

    .btn.btn-secondary {
        background-color: #ffffff;
        border: 2px solid #ae8e03;
        color: #ae8e03;
    }

.i9-e-button__icon {
    height: 4rem;
    width: 4rem;
    border-radius: 0;
    border: 0;
}

    .i9-e-button__icon svg {
        width: 100%;
    }

    .i9-e-button__icon.i9-e-button__icon--active {
        background-color: #067bb4;
    }

        .i9-e-button__icon.i9-e-button__icon--active path {
            fill: #ffffff;
        }

.i9-u-cta {
    background-color: #067bb4;
    color: #ffffff;
    display: inline-block;
    white-space: nowrap;
    border: 2px solid transparent;
    transition: 0.3s;
}

    .i9-u-cta:hover,
    .i9-u-cta:focus {
        color: #ffffff;
        border-color: #ae8e03;
        text-decoration: none;
    }

.i9-u-cta--small {
    padding: 1rem;
}

#topic-link {
    padding: 1.5rem;
    background-color: #003a5d;
    border: 2px solid #ffffff;
    color: #ffffff;
}

table {
    width: 100%;
    margin-bottom: 1.5rem;
}

    table th {
        border-bottom: 1px solid #c5c7c9;
        line-height: 1.2;
    }

    table tr:nth-child(even) {
        background: rgba(0, 58, 93, 0.02);
    }

    table td, table th {
        padding: 1rem;
    }

.i9-e-table__container {
    margin-left: -13%;
    margin-right: -13%;
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .i9-e-table__container {
        margin-left: 0;
        margin-right: 0;
    }
}

.i9-e-table__container tbody:first-child th {
    padding: 1.5rem;
    padding-top: 3rem;
}

.i9-e-table__container th[scope=col] {
    padding: 1.5rem;
    padding-top: 3rem;
}

.i9-e-table__container td {
    padding: 1.5rem;
    border-bottom: 1px solid #c5c7c9;
}

.i9-e-table__container--overflow {
    overflow: scroll;
}

    .i9-e-table__container--overflow tbody:first-child th {
        padding-top: 4rem;
    }

    .i9-e-table__container--overflow th[scope=col] {
        padding-top: 4rem;
    }

    .i9-e-table__container--overflow:before {
        content: "Scroll / swipe to see full table";
        display: block;
        width: 100%;
        position: absolute;
        padding: 1rem 1.5rem;
        color: #ffffff;
        font-style: italic;
        margin-top: -3rem;
    }

.i9-e-table__container--solid tbody:first-child th {
    background-color: #067bb4;
    color: #ffffff;
}

.i9-e-table__container--solid th[scope=col] {
    background-color: #067bb4;
    color: #ffffff;
}

@media (max-width: 992px) {
    .i9-e-table__container--light:before {
        color: #231f20;
    }
}

.i9-e-table__container--light tbody:first-child th {
    border-bottom: 4px solid #c5c7c9;
}

.i9-e-table__title {
    font-size: 2.4rem;
    font-family: "Nunito Sans", sans-serif;
    text-transform: none;
    margin-bottom: 1rem;
    color: #000;
    line-height: normal;
    font-weight: 400;
    caption-side: top;
}

.i9-e-table__title--tag {
    padding: 5px 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #4f4f4f;
    width: max-content;
}

.i9-e-table__title--subhead {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    text-transform: none;
    font-weight: 600;
    color: #4f4f4f;
    line-height: normal;
}

.dataTables_length label,
.dataTables_filter label {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dataTables_length label input,
    .dataTables_filter label input {
        border: 2px solid #c5c7c9;
        border-color: #c5c7c9;
        font-size: 1.6rem;
        padding: 1rem;
        height: 48px;
        width: 100%;
        transition: 0.3s all ease;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .dataTables_length label select,
    .dataTables_filter label select {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
        width: 150px;
    }

@media (max-width: 900px) {
    #y6Table_length,
    #y6Table_filter {
        width: 50%;
        float: left;
    }
}

.sorting_desc select {
    width: 100%;
}

.i9-u-table-wrap th, .i9-u-table-wrap td {
    white-space: normal !important;
}

.i9-u-background-primary,
.i9-u-background-primary:after {
    background-color: #003a5d;
}

.i9-u-background-secondary,
.i9-u-background-secondary:after {
    background-color: #067bb4;
}

.i9-u-background-tertiary,
.i9-u-background-tertiary:after {
    background-color: #d0af21;
}

.i9-u-background-silverSand,
.i9-u-background-silverSand:after {
    background-color: #c5c7c9;
}

.i9-u-background-white,
.i9-u-background-white:after {
    background-color: #ffffff;
}

.i9-u-background-eagle {
    padding-bottom: 6rem;
    position: relative;
    overflow: hidden;
}

    .i9-u-background-eagle .i9-newsletter-block__container {
        z-index: 1;
        position: relative;
    }

.i9-u-background-eagle__image {
    position: absolute;
    bottom: -100px;
    left: -50px;
    z-index: 0;
}

.i9-u-background-silverSand10,
.i9-u-background-silverSand10:after {
    background-color: #eeefef;
}

.i9-u-background-gradient,
.i9-u-background-gradient:after {
    color: white;
    background: linear-gradient(75deg, #003a5d 0%, #45c2b1 200%);
}

.i9-u-background-gradient-noangle,
.i9-u-background-gradient-noangle:after {
    color: white;
    background: linear-gradient(to right, #003a5d 0%, #003a5d 33%, #45c2b1 100%);
}

.i9-u-background-dark-gradient-noangle,
.i9-u-background-dark-gradient-noangle:after {
    color: white;
    background: linear-gradient(to right, #196b7b 0%, #196b7b 33%, #45c2b1 100%);
}

.i9-u-container-fluid__background {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

@media (max-width: 992px) {
    .i9-u-container-fluid__background {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.i9-u-container-fluid__background--image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.i9-u-container-fluid__background--border:after {
    content: "";
    position: absolute;
    width: 20vw;
    bottom: -10px;
    right: 0;
    height: 10px;
    background-color: #d0af21;
}

@media (max-width: 992px) {
    .i9-u-container-fluid__background--border:after {
        display: none;
    }
}

.i9-u-background-extend__left {
    position: relative;
}

    .i9-u-background-extend__left:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        z-index: -1;
        right: 0;
        width: 100vw;
    }

.i9-u-background-extend__right {
    position: relative;
}

    .i9-u-background-extend__right:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        z-index: -1;
        left: 0;
        width: 100vw;
        margin-left: -15px;
    }

@media (max-width: 992px) {
    .i9-u-background-extend__left:after {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}

.i9-u-background-extend__border {
    position: relative;
}

    .i9-u-background-extend__border:last-of-type:before {
        content: "";
        position: absolute;
        width: 50vw;
        bottom: -10px;
        right: calc(100% + 15px);
        height: 10px;
        background-color: #d0af21;
    }

@media (max-width: 992px) {
    .i9-u-background-extend__border:last-of-type:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .i9-u-background-extend__no-mobile:after {
        display: none;
    }
}

.vh-30 {
    height: 30vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-70 {
    height: 70vh !important;
}

.vh-80 {
    height: 80vh !important;
}

.vh-90 {
    height: 90vh !important;
}

.i9-u-border-bottom__light {
    border-bottom: 1px solid #c5c7c9;
    padding-bottom: 3rem;
}

.i9-u-margin {
    margin: 1.5rem;
}

.i9-u-padding {
    padding: 1.5rem;
}

.i9-u-margin-top {
    margin-top: 3rem;
}

.i9-u-margin-top__large {
    margin-top: 6rem;
}

@media (max-width: 992px) {
    .i9-u-margin-top__large {
        margin-top: 3rem;
    }
}

@media (max-width: 992px) {
    .i9-u-margin-top {
        margin-top: 3rem;
    }
}

.i9-u-margin-bottom {
    margin-bottom: 3rem;
}

.i9-u-margin-bottom__large {
    margin-top: 6rem;
}

@media (max-width: 992px) {
    .i9-u-margin-bottom__large {
        margin-bottom: 3rem;
    }
}

@media (max-width: 992px) {
    .i9-u-margin-bottom {
        margin-bottom: 3rem;
    }
}

.i9-u-padding-top {
    padding-top: 3rem;
}

.i9-u-padding-top__large {
    padding-top: 6rem;
}

@media (max-width: 992px) {
    .i9-u-padding-top__large {
        padding-top: 3rem;
    }
}

.i9-u-padding-top__small {
    padding-bottom: 1rem;
}

@media (max-width: 992px) {
    .i9-u-padding-top__small {
        padding-bottom: 1rem;
    }
}

@media (max-width: 992px) {
    .i9-u-padding-top {
        padding-top: 3rem;
    }
}

.i9-u-padding-bottom {
    padding-bottom: 3rem;
}

.i9-u-padding-bottom__large {
    padding-bottom: 6rem;
}

@media (max-width: 992px) {
    .i9-u-padding-bottom__large {
        padding-bottom: 3rem;
    }
}

.i9-u-padding-bottom__small {
    padding-bottom: 1rem;
}

@media (max-width: 992px) {
    .i9-u-padding-bottom__small {
        padding-bottom: 1rem;
    }
}

@media (max-width: 992px) {
    .i9-u-padding-bottom {
        padding-bottom: 3rem;
    }
}

.i9-u-border-bottom__gradient {
    height: 10px;
    width: 100%;
    background: linear-gradient(to right, #003a5d 0%, #003a5d 33%, #45c2b1 100%);
}

.i9-u-progressive-load:empty {
    background: linear-gradient(75deg, #003a5d 0%, #45c2b1 200%);
    height: 300px;
}

.collapsed .hide-collapse {
    display: none;
}

.collapsed .show-collapse {
    display: inline;
}

.collapsed .caret {
    transform: rotate(180deg);
}

.show-collapse {
    display: none;
}

.caret {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    top: 4px;
    transform: rotate(0);
    transition: 0.3s all ease;
}

    .caret:before {
        content: '';
        height: 10px;
        width: 3px;
        left: 6px;
        top: 5px;
        background-color: #003a5d;
        display: block;
        position: absolute;
        transform: rotate(45deg);
    }

    .caret:after {
        content: '';
        height: 10px;
        width: 3px;
        right: 6px;
        top: 5px;
        background-color: #003a5d;
        display: block;
        position: absolute;
        transform: rotate(-45deg);
    }

.i9-u-negative-container {
    margin-left: -6rem;
    margin-top: -3rem;
    padding: 3rem 6rem;
    width: calc(100% + 12rem);
    background-color: #ffffff;
}

.side-by-side {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .side-by-side {
        width: 100%;
    }
}

.side-by-side label {
    margin-bottom: 0;
}

#speakers .speaker {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid grey;
    display: flex;
}

    #speakers .speaker.show-collapse {
        display: none;
    }

@media (max-width: 992px) {
    #speakers .speaker {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

#speakers .speaker img {
    border-radius: 50%;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    #speakers .speaker img {
        margin-right: 0;
    }
}

#speakers .speaker h4 {
    font-size: 1.6rem;
    font-weight: 700;
}

#speakers .speaker h3 {
    font-size: 2.8rem;
}

#speakers .speaker .topics {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: .6px;
}

#speakers .speaker .feature-link {
    background-color: #067bb4;
    color: #fff;
    font-size: 1.8rem;
    padding: 1rem 2rem;
}

.scfForm .Sitecore.Form.Web.UI.Controls.RadioList td, .scfForm .scfRadioButtonListBorder td,
.scfForm .scfRadioButtonListBorder tr {
    display: flex;
    background-color: transparent;
}

.i9-u-piped-links {
    display: inline;
    margin-left: 1rem;
    padding-left: 0;
    font-size: inherit;
}

.i9-u-piped-link {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #c5c7c9;
    display: inline;
}

    .i9-u-piped-link:last-of-type {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .i9-u-piped-link a {
        color: inherit;
    }

@media (max-width: 992px) {
    .i9-u-piped-link {
        border-right: 0;
    }
}

.i9-u-opacity {
    transition: 0.3s;
}

.i9-u-opacity--hidden {
    opacity: 0;
}

.i9-u-opacity--visible {
    opacity: 1;
}

.sr-only {
    height: 1px !important;
    width: 1px !important;
}

.col-13 {
    max-width: calc(113% + 24px - 30px);
    width: calc(113% + 24px - 30px);
}

@media (max-width: 992px) {
    .col-13 {
        max-width: 100%;
        width: 100%;
    }
}

.i9-c-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 9999;
}

.i9-c-header__skip {
    position: absolute;
    background-color: #ae8e03;
    color: #231f20;
    padding: 1.5rem;
}

    .i9-c-header__skip:focus {
        z-index: 99999;
    }

@media (max-width: 992px) {
    .i9-c-header:before {
        content: "";
        display: block;
        height: 3px;
        width: 100%;
        background: linear-gradient(to left, #d0af21 0%, #d0af21 66%, #d0af21 68%, #ae8e03 100%);
    }
}

@media (min-width: 992px) {
    .i9-c-header {
        flex-direction: row;
        height: 106px;
    }
}

.i9-c-header__logo {
    z-index: 200;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    border: none;
}

@media (max-width: 400px) {
    .i9-c-header__logo--anchor {
        margin-left: 0px !important;
    }
}

@media (max-width: 992px) {
    .i9-c-header__logo--anchor {
        max-width: calc(100% - 120px);
    }

        .i9-c-header__logo--anchor svg {
            width: 100%;
        }
}

.i9-c-header__logo img, .i9-c-header__logo svg {
    height: 40px;
}

@media (max-width: 992px) {
    .i9-c-header__logo img, .i9-c-header__logo svg {
        height: 60px;
    }

        .i9-c-header__logo img .i9-logo-tagline, .i9-c-header__logo svg .i9-logo-tagline {
            display: none;
        }
}

.i9-c-header__logo a {
    margin: 1.5rem 0;
}

@media (max-width: 992px) {
    .i9-c-header__logo a {
        margin-bottom: .5rem;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .i9-c-header__logo {
        padding-right: 3rem;
        padding-left: 3rem;
        justify-content: center;
        max-width: 300px;
        margin-bottom: -1.5rem;
    }

        .i9-c-header__logo a {
            width: 100%;
            height: 100px;
            margin: 0;
            margin-top: -20px;
        }

        .i9-c-header__logo img, .i9-c-header__logo svg {
            width: 100%;
            max-width: 300px;
            height: calc(100% + 15px);
        }
}

@media (min-width: 1200px) {
    .i9-c-header__logo {
        padding-left: calc(50vw - 560px);
        max-width: 100%;
    }
}

.i9-c-header__logo a {
    border: 2px solid transparent;
}

    .i9-c-header__logo a:focus {
        outline: 2px solid #ae8e03;
    }

    .i9-c-header__logo a:active {
        border-color: transparent;
        outline: none;
    }

    .i9-c-header__logo a:after {
        display: none;
    }

.i9-c-header__container {
    overflow: visible;
}

.i9-c-header__hamburger {
    position: relative;
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 1rem 0;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

    .i9-c-header__hamburger:focus {
        outline: 2px solid #ae8e03;
        border: none;
    }

.i9-c-header__hamburger--icon {
    margin-top: 3rem;
    height: 0.4rem;
    width: 100%;
    background: #ffffff;
    position: relative;
    transition: 0.3s all ease;
    text-align: center;
}

    .i9-c-header__hamburger--icon:before {
        content: "";
        top: -1.2rem;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff;
        transition: 0.3s all ease;
    }

    .i9-c-header__hamburger--icon:after {
        content: "";
        bottom: -1.2rem;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff;
        transition: 0.3s all ease;
    }

.i9-c-header__hamburger.i9-js-open .i9-c-header__hamburger--icon {
    background-color: transparent;
}

    .i9-c-header__hamburger.i9-js-open .i9-c-header__hamburger--icon:before, .i9-c-header__hamburger.i9-js-open .i9-c-header__hamburger--icon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .i9-c-header__hamburger.i9-js-open .i9-c-header__hamburger--icon:after {
        transform: rotate(-45deg);
    }

.i9-c-header__hamburger.i9-js-open .i9-js-label--open {
    display: none;
}

.i9-c-header__hamburger.i9-js-open .i9-js-label--close {
    display: block;
}

.i9-c-header__hamburger--label {
    margin-top: 1.3rem;
    font-size: 1.3rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    width: 100%;
}

    .i9-c-header__hamburger--label .i9-js-label--close {
        display: none;
    }

    .i9-c-header__hamburger--label .i9-js-label--open {
        display: block;
    }

        .i9-c-header__hamburger--label .i9-js-label--open:after {
            display: block;
            content: attr(data-text);
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }

.i9-c-header__mobile .i9-c-header__navigation--search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: #ffffff;
    margin-top: 9px;
}

.i9-c-header__mobile .i9-c-header__navigation--search-icon {
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3rem;
}

    .i9-c-header__mobile .i9-c-header__navigation--search-icon * {
        fill: #ffffff;
    }

.i9-c-header__mobile--button {
    margin-left: 1.5rem;
}

.i9-c-header__navigation--group-title {
    font-size: 1.8rem;
    font-family: "Barlow";
    text-transform: uppercase;
}

    .i9-c-header__navigation--group-title.i9-u-large {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .i9-c-header__navigation--group-title.i9-u-medium {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .i9-c-header__navigation--group-title.i9-u-small {
        font-size: 1.8rem;
        font-family: "Nunito Sans", sans-serif;
        margin-top: 6px;
        min-height: 22px;
    }

.i9-c-header__navigation {
    flex-grow: 1;
    display: flex;
    flex-basis: 30px;
    flex-direction: column;
    text-align: right;
}

.i9-c-header__navigation--upper {
    flex-grow: 1;
    background-color: #d0af21;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    flex-basis: 32px;
    height: 33px;
}

    .i9-c-header__navigation--upper .i9-c-header__navigation--navitem a {
        color: #231f20;
        font-weight: 700;
    }

        .i9-c-header__navigation--upper .i9-c-header__navigation--navitem a:focus {
            outline-color: #231f20;
            outline-offset: -3px;
        }

        .i9-c-header__navigation--upper .i9-c-header__navigation--navitem a:after {
            bottom: 0;
            width: 100%;
            height: 0;
            background-color: #231f20;
            transition: 0.3s all ease;
        }

        .i9-c-header__navigation--upper .i9-c-header__navigation--navitem a:hover:after {
            height: 4px;
        }

        .i9-c-header__navigation--upper .i9-c-header__navigation--navitem a:focus:after {
            height: 4px;
        }

.i9-c-header__navigation--lower {
    flex-grow: 1;
    background-color: #ffffff;
    color: #231f20;
    font-weight: 500;
    text-transform: uppercase;
    height: 72px;
    position: relative;
}

    .i9-c-header__navigation--lower .i9-c-header__navigation--navitem a {
        display: block;
        padding: 3rem 1.5rem;
        font-weight: 400;
        position: relative;
    }

@media (min-width: 1200px) {
    .i9-c-header__navigation--lower .i9-c-header__navigation--navitem a {
        padding: 3rem 2rem;
    }
}

.i9-c-header__navigation--lower .i9-c-header__navigation--navitem a[aria-expanded="true"]:after {
    bottom: 0;
    height: 6px;
    background-color: #003a5d;
    width: 100%;
}

.i9-c-header__navigation--lower .i9-c-header__navigation--navitem a[aria-expanded="true"]:focus {
    outline-offset: -3px;
    outline: none;
}

    .i9-c-header__navigation--lower .i9-c-header__navigation--navitem a[aria-expanded="true"]:focus:after {
        bottom: 0;
        height: 6px;
    }

.i9-c-header__navigation--lower .i9-c-header__navigation--navitem a:after {
    bottom: 0;
    height: 0px;
    width: 100%;
    transition: 0.3s all ease;
}

.i9-c-header__navigation--lower .i9-c-header__navigation--navitem a:focus {
    outline-offset: -3px;
    outline: none;
}

    .i9-c-header__navigation--lower .i9-c-header__navigation--navitem a:focus:after {
        bottom: 0;
        height: 6px;
        width: 100%;
    }

.i9-c-header__navigation--lower .i9-c-header__navigation--navitem a:hover:after {
    height: 6px;
}

.i9-c-header__navigation--upper .i9-c-header__navigation--navitem a {
    display: block;
    padding: 1rem 2rem;
    font-weight: 800;
}

.i9-c-header__navigation--upper, .i9-c-header__navigation--lower {
    list-style: none;
    margin-bottom: 0;
    font-size: 1.3rem;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    .i9-c-header__navigation--upper, .i9-c-header__navigation--lower {
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .i9-c-header__navigation--upper, .i9-c-header__navigation--lower {
        padding-right: calc(50vw - 560px);
    }
}

.i9-c-header__navigation--navitem {
    display: inline-flex;
    transition: 0.3s all ease;
}

    .i9-c-header__navigation--navitem a:after {
        content: "";
        position: absolute;
        width: 0%;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 3px;
        background-color: #003a5d;
    }

    .i9-c-header__navigation--navitem a:hover {
        color: #003a5d;
        text-decoration: none;
    }

        .i9-c-header__navigation--navitem a:hover:after {
            width: 100%;
        }

    .i9-c-header__navigation--navitem * {
        color: inherit;
    }

.i9-c-header__navigation--container {
    background-color: #eeefef;
    position: absolute;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: 100%;
    z-index: 100;
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3), 0 3px 10px -10px rgba(0, 0, 0, 0.7);
}

@media (max-width: 992px) {
    .i9-c-header__navigation--container {
        display: none;
    }
}

.i9-c-header__navigation--container .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.i9-c-header__navigation--group {
    padding-left: 0;
    list-style: none;
}

.i9-c-header__navigation--group-li {
    line-height: 1.15;
    margin-top: 1.5rem;
}

.i9-c-header__navigation--group-li-link {
    font-weight: 400;
}

    .i9-c-header__navigation--group-li-link:hover {
        text-decoration: underline;
    }

    .i9-c-header__navigation--group-li-link:after {
        display: none;
    }

.i9-c-header__navigation--group--secondary {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ae8e03;
}

    .i9-c-header__navigation--group--secondary .i9-c-header__navigation--group-li a {
        font-weight: 800;
        color: #003a5d;
    }

.i9-c-header__navigation--search {
    height: 3rem;
    width: 3rem;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-top: -3px;
}

.i9-c-header__navigation--search-icon {
    position: relative;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    transition: 0.3s all ease;
    height: 2rem;
    width: 2rem;
}

    .i9-c-header__navigation--search-icon * {
        pointer-events: none;
        cursor: pointer;
    }

.i9-c-header__navigation--search:focus {
    border: none;
    outline: 2px solid #ae8e03;
}

@media (max-width: 992px) {
    .i9-c-header__navigation--search:focus {
        outline: 2px solid #ae8e03;
    }
}

.i9-c-header__navigation--search-container {
    display: inline-flex;
    flex-basis: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.i9-c-header__navigation--search--input {
    right: 30px;
    top: -5px;
    position: absolute;
    width: 0px;
    box-sizing: content-box !important;
    opacity: 0;
    transition: 0.3s all ease;
    margin-bottom: 0;
    display: none;
}

    .i9-c-header__navigation--search--input > input {
        height: initial;
        font-size: 14px;
        border-color: #eeefef;
        margin-right: 1rem;
    }

        .i9-c-header__navigation--search--input > input:focus, .i9-c-header__navigation--search--input > input:hover {
            outline: none;
            border-color: #ae8e03;
        }

        .i9-c-header__navigation--search--input > input[type='submit'] {
            width: 100px;
            border-color: #067bb4;
            margin-right: 0;
            line-height: 0;
            padding: 1rem;
        }

            .i9-c-header__navigation--search--input > input[type='submit']:focus {
                border-color: #ae8e03;
            }

    .i9-c-header__navigation--search--input .i9-c-header__navigation--search {
        position: absolute;
        top: 4px;
        right: 0;
    }

        .i9-c-header__navigation--search--input .i9-c-header__navigation--search * {
            fill: #c5c7c9;
            border-color: #c5c7c9;
        }

.i9-c-mobile-nav {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-color: #eeefef;
}

    .i9-c-mobile-nav ul {
        list-style: none;
    }

.i9-c-mobile-nav__container {
    position: absolute;
    width: 100%;
    left: -102vw;
    top: 87px;
    z-index: 8888;
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3), 0 3px 10px -10px rgba(0, 0, 0, 0.7);
    transition: 0.3s all ease;
}

.i9-c-mobile-nav__container--level-one {
    top: -120%;
    left: 0;
}

    .i9-c-mobile-nav__container--level-one.i9-js-active {
        top: 90px;
    }

.i9-c-mobile-nav__container.i9-js-active {
    left: 0;
}

.i9-c-mobile-nav__primary {
    background-color: #ffffff;
}

.i9-c-mobile-nav__secondary {
    background-color: #eeefef;
    padding: 1rem 0;
}

    .i9-c-mobile-nav__secondary .i9-c-mobile-nav__link {
        font-size: 1.3rem;
        padding: 1rem 0;
        font-weight: 800;
        border-top: none;
    }

        .i9-c-mobile-nav__secondary .i9-c-mobile-nav__link:after {
            display: none;
        }

.i9-c-mobile-nav__link {
    display: block;
    padding: 1.5rem 0;
    font-weight: 800;
    border-top: 1px solid #c5c7c9;
    color: #003a5d;
}

    .i9-c-mobile-nav__link:last-child {
        border-bottom: 0;
    }

.i9-c-mobile-nav__link--swipe {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.i9-c-mobile-nav__link--swipe-button {
    width: 60px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding-left: 1.5rem;
}

.i9-c-mobile-nav__link--swipe:before {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #067bb4;
    border-width: 0 3px 3px 0;
    padding: 3px;
    margin-top: 4px;
    display: block;
    float: right;
}

.i9-c-mobile-nav__link--swipe:after {
    display: none;
}

.i9-c-mobile-nav__link--accordion {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-top: none;
}

    .i9-c-mobile-nav__link--accordion:after {
        display: none;
    }

.i9-c-mobile-nav__link--accordion-group {
    display: flex;
    border-top: 1px solid #c5c7c9;
}

    .i9-c-mobile-nav__link--accordion-group:first-of-type {
        border-top: none;
    }

.i9-c-mobile-nav__link--accordion-button {
    width: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding-left: 1.5rem;
}

    .i9-c-mobile-nav__link--accordion-button .button-helper {
        height: 80%;
        top: 10%;
        left: -5%;
        width: 1px;
        display: block;
        position: absolute;
    }

    .i9-c-mobile-nav__link--accordion-button:hover, .i9-c-mobile-nav__link--accordion-button:focus {
        outline: 1px dashed #003a5d;
    }

    .i9-c-mobile-nav__link--accordion-button:before {
        content: "";
        height: 4px;
        width: 16px;
        top: 10px;
        background-color: #067bb4;
        display: block;
        position: relative;
    }

    .i9-c-mobile-nav__link--accordion-button:after {
        content: "";
        width: 4px;
        height: 16px;
        left: 6px;
        background-color: #067bb4;
        display: block;
        position: relative;
        transition: 0.3s all ease;
    }

    .i9-c-mobile-nav__link--accordion-button[aria-expanded="true"]:after {
        content: "";
        transform: rotate(90deg);
    }

.i9-c-mobile-nav__link--back {
    background-color: #067bb4;
    color: #ffffff;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
}

    .i9-c-mobile-nav__link--back:before {
        content: "";
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border: solid #ffffff;
        border-width: 2px 0 0 2px;
        padding: 3px;
        margin-top: 3px;
        display: block;
        float: left;
        margin-right: 0.5rem;
    }

    .i9-c-mobile-nav__link--back:after {
        display: none;
    }

    .i9-c-mobile-nav__link--back:hover {
        color: #ffffff;
    }

.i9-c-mobile-nav__accordion-group {
    padding-left: 1rem;
    list-style: none;
}

    .i9-c-mobile-nav__accordion-group .i9-c-mobile-nav__link {
        font-weight: 400;
        border-top: none;
    }

        .i9-c-mobile-nav__accordion-group .i9-c-mobile-nav__link:after {
            display: none;
        }

.i9-c-mobile-nav__wrapper .i9-c-header__navigation--search--input {
    background-color: #eeefef;
    width: calc(100% - 3rem);
    right: 0;
    left: 0;
    padding: 1.5rem;
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3), 0 3px 10px -10px rgba(0, 0, 0, 0.7);
}

    .i9-c-mobile-nav__wrapper .i9-c-header__navigation--search--input label {
        width: 100%;
    }

    .i9-c-mobile-nav__wrapper .i9-c-header__navigation--search--input .i9-c-header__navigation--search {
        height: 40px;
        width: 40px;
        top: 18px;
        right: 15px;
    }

        .i9-c-mobile-nav__wrapper .i9-c-header__navigation--search--input .i9-c-header__navigation--search:focus, .i9-c-mobile-nav__wrapper .i9-c-header__navigation--search--input .i9-c-header__navigation--search:hover {
            border: 2px solid #ae8e03;
            outline: 0;
        }

.i9-js-search-transitioned .i9-c-header__navigation--search--input {
    display: inline-flex;
}

.i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:before, .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:after {
    content: "";
    height: 2px;
    width: 20px;
    left: 0;
    background-color: black;
    display: block;
    position: relative;
    transition: 0.3s all ease;
    opacity: 0;
}

.i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper::before {
    top: 12px;
}

.i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:after {
    top: -11px;
}

.i9-js-search-active .i9-c-header__navigation--lower .i9-c-header__navigation--navitem {
    opacity: 0;
    pointer-events: none;
    display: none;
}

.i9-js-search-active .i9-c-header__navigation--lower .i9-c-header__navigation--search-container {
    opacity: 1;
    pointer-events: all;
    display: inline-block;
    top: 25px;
}

.i9-js-search-active .i9-c-header__navigation--search--input {
    opacity: 1;
    width: 400px;
}

.i9-js-search-active .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper .i9-c-header__navigation--search-icon {
    opacity: 0;
}

.i9-js-search-active .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:before, .i9-js-search-active .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:after {
    opacity: 1;
}

.i9-js-search-active .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper::before {
    transform: rotate(45deg);
}

.i9-js-search-active .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:after {
    transform: rotate(-45deg);
}

.i9-js-search-active .i9-c-mobile-nav__wrapper .i9-c-header__navigation--search--input {
    background-color: #eeefef;
    width: calc(100% - 3rem);
    right: 0;
    left: 0;
    padding: 1.5rem;
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3), 0 3px 10px -10px rgba(0, 0, 0, 0.7);
}

    .i9-js-search-active .i9-c-mobile-nav__wrapper .i9-c-header__navigation--search--input label {
        width: 100%;
    }

.i9-c-header__mobile .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper {
    height: 34px;
    position: relative;
    top: 12px;
}

    .i9-c-header__mobile .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:before, .i9-c-header__mobile .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:after {
        height: 4px;
        width: 38px;
        background-color: #ffffff;
    }

    .i9-c-header__mobile .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:before {
        top: 19px;
    }

    .i9-c-header__mobile .i9-js-search-transform .i9-c-header__navigation--search-icon__wrapper:after {
        top: -15px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .i9-c-header__navigation--search {
        top: -4px;
        position: relative;
    }

    .i9-c-header__navigation--search--input > input {
        height: 32px;
    }

    .i9-c-header__mobile .i9-c-header__navigation--search {
        margin-top: 13px;
        min-height: 50px;
    }
}

.i9-logo-tagline {
    display: none;
}

.i9-c-footer {
    background: linear-gradient(75deg, #003a5d 0%, #45c2b1 200%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .i9-c-footer * {
        z-index: 1;
    }

.i9-c-footer__logo {
    margin-bottom: 3rem;
}

    .i9-c-footer__logo a:after {
        display: none;
    }

    .i9-c-footer__logo img {
        justify-content: center;
    }

.i9-c-footer__content--header {
    font-size: 2.2rem;
}

.i9-c-footer__content--copy-right {
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
}

    .i9-c-footer__content--copy-right span, .i9-c-footer__content--copy-right a {
        color: #ffffff;
        white-space: nowrap;
    }

@media (max-width: 992px) {
    .i9-c-footer__content--copy-right span, .i9-c-footer__content--copy-right a {
        display: block;
        white-space: initial;
    }
}

.i9-c-footer__content--copy-right a {
    text-decoration: underline;
}

    .i9-c-footer__content--copy-right a:after {
        display: none;
    }

.i9-c-footer__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.i9-c-footer__container--large {
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid #196b7b;
}

@media (max-width: 992px) {
    .i9-c-footer__container--block-mobile {
        display: block;
    }
}

.i9-c-footer__nav ul {
    display: inline;
    list-style: none;
    color: #ffffff;
    display: flex;
    padding-left: 0;
    line-height: 1;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .i9-c-footer__nav ul li {
        width: 30%;
    }
}

@media (max-width: 992px) {
    .i9-c-footer__nav ul li {
        display: block;
    }
}

.i9-c-footer__nav ul a {
    color: inherit;
}

    .i9-c-footer__nav ul a:after {
        display: none;
    }

    .i9-c-footer__nav ul a:hover {
        text-decoration: underline;
    }

.i9-c-footer__nav--thin ul {
    flex-wrap: wrap;
}

    .i9-c-footer__nav--thin ul li {
        width: 33%;
        margin-bottom: 1rem;
    }

@media (max-width: 992px) {
    .i9-c-footer__nav--thin ul li {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .i9-c-footer__nav--thin ul li {
        width: 50%;
    }
}

.i9-c-footer__nav--thin ul li a {
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.i9-c-footer__nav--bold li {
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

    .i9-c-footer__nav--bold li a {
        line-height: 1;
    }

@media (max-width: 1200px) {
    .i9-c-footer__nav--bold ul {
        flex-direction: column;
        margin-left: 6rem;
    }
}

@media (max-width: 992px) {
    .i9-c-footer__nav--bold ul {
        margin-left: 0;
    }

    .i9-c-footer__nav--bold li {
        margin-bottom: 1rem;
    }
}

.i9-c-footer__form--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: bold;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #067bb4;
    transition: 0.3s all ease;
}

    .i9-c-footer__form--btn:hover {
        cursor: pointer;
        border-color: #ae8e03;
    }

.i9-c-footer__form--inline {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .i9-c-footer__form--inline {
        justify-content: center;
    }
}

.i9-c-footer__form-group {
    display: flex;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .i9-c-footer__form-group {
        flex-direction: column;
    }
}

.i9-c-footer__form-element-group {
    display: flex;
    flex-grow: 2;
}

.i9-c-footer__form--field {
    height: 100%;
    padding: 0 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    margin-right: 1rem;
    margin-left: 1rem;
    height: 54px;
    flex-grow: 1;
    color: #ffffff;
    transition: 0.3s all ease;
}

    .i9-c-footer__form--field:focus, .i9-c-footer__form--field:hover {
        border-color: #ae8e03;
        outline: none;
    }

    .i9-c-footer__form--field::placeholder {
        color: #ffffff;
    }

    .i9-c-footer__form--field:-ms-input-placeholder {
        color: #ffffff;
    }

    .i9-c-footer__form--field::-ms-input-placeholder {
        color: #ffffff;
    }

@media (max-width: 992px) {
    .i9-c-footer__form {
        margin-bottom: 6rem;
    }
}

.i9-c-footer__form .i9-c-footer__constant-contact {
    flex-grow: 2;
}

    .i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form {
        flex-grow: 2;
    }

        .i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-custom {
            display: flex;
            flex-grow: 2;
            min-height: 54px;
        }

        .i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-defaults {
            background-color: transparent !important;
        }

        .i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-success {
            position: absolute;
            left: 280px;
            top: 0px;
        }

@media (max-width: 992px) {
    .i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-success {
        left: 47px;
        top: 110px;
        margin-right: 50px;
    }
}

.i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-header,
.i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-text {
    color: white !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}

.i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-element {
    height: 100%;
    padding: 0 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    margin-right: 1rem;
    margin-left: 1rem;
    height: 54px;
    flex-grow: 1;
    color: #ffffff;
    transition: 0.3s all ease;
    width: calc(100% - 20px);
    box-shadow: none !important;
    border-radius: 0;
}

    .i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-element:focus, .i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-element:hover {
        border-color: #ae8e03;
        outline: none;
    }

.i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-button {
    justify-content: center !important;
    align-items: center !important;
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    color: #067bb4 !important;
    transition: 0.3s all ease !important;
    white-space: nowrap !important;
    height: 54px !important;
    width: 160px;
}

    .i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-button:hover {
        cursor: pointer !important;
        border-color: #ae8e03 !important;
    }

.i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-label {
    position: absolute;
    top: -20px;
    left: 10px;
    color: white;
}

.i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-field {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.i9-c-footer__form .i9-c-footer__constant-contact div.ctct-inline-form .ctct-form-defaults {
    display: flex;
}

.i9-c-footer .i9-e-link-bold {
    color: #ae8e03;
}

    .i9-c-footer .i9-e-link-bold:after {
        background-color: #ae8e03;
    }

.i9-c-footer .i9-c-social-icon path {
    fill: #067bb4;
}

.i9-c-footer .i9-c-social-icon:hover {
    background: #067bb4;
}

@media (max-width: 992px) {
    .i9-c-footer .i9-c-social-icon-block {
        justify-content: center;
    }
}

.i9-c-footer .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.i9-c-footer .i9-e-logo-mark {
    position: absolute;
    height: 500px;
    width: 500px;
    right: -57px;
    top: -120px;
    z-index: 0;
    opacity: .3;
}

    .i9-c-footer .i9-e-logo-mark svg {
        width: 100%;
        height: 100%;
    }

.i9-c-breadcrumb-ol {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.i9-c-breadcrumb-li {
    font-size: 1.3rem;
    line-height: 1;
    padding-right: 1rem;
    margin-bottom: 1rem;
}

    .i9-c-breadcrumb-li:before {
        content: "/";
        display: inline;
        padding-right: 1rem;
        color: #003a5d;
    }

    .i9-c-breadcrumb-li:first-child:before {
        display: none;
    }

.i9-c-breadcrumb-a {
    color: #003a5d;
    font-size: inherit;
}

    .i9-c-breadcrumb-a:after {
        background-color: #003a5d;
    }

    .i9-c-breadcrumb-a:hover {
        color: #003a5d;
    }

    .i9-c-breadcrumb-a:focus {
        outline-color: #003a5d;
    }

@media (max-width: 576px) {
    .i9-c-breadcrumb {
        display: none;
    }
}

.i9-c-hero-banner {
    color: white;
}

.i9-c-hero-banner__container {
    width: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .i9-c-hero-banner__container {
        width: 100%;
        min-height: calc(100vh - 132px);
        height: auto;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .i9-c-hero-banner__container .i9-u-border-bottom__gradient {
        display: none;
    }
}

@media (min-height: 900px) and (min-width: 992px) {
    .i9-c-hero-banner__container {
        min-height: 70vh;
    }
}

.i9-c-hero-banner__container--constrained {
    margin-top: -6rem;
    max-height: 625px;
}

@media (max-width: 992px) {
    .i9-c-hero-banner__container--constrained {
        margin-top: 3rem;
        max-height: initial;
        height: initial;
    }
}

@media (min-width: 992px) {
    .i9-c-hero-banner__image--container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 2400px) {
    .i9-c-hero-banner__image--container {
        text-align: center;
    }
}

.i9-c-hero-banner__image {
    width: 100%;
    background-color: #d0af21;
}

@media (min-width: 992px) {
    .i9-c-hero-banner__image {
        object-fit: cover;
        font-family: "object-fit: cover;";
        height: 100%;
    }
}

@media (max-width: 768px) {
    .i9-c-hero-banner__image {
        background-color: #ffffff;
    }
}

@media (min-width: 2400px) {
    .i9-c-hero-banner__image {
        max-width: 1600px;
        margin: 0 auto;
    }
}

.i9-c-hero-banner__copy--outer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5rem;
    padding-bottom: 10rem;
    margin-top: -5rem;
}

@media (min-width: 776px) {
    .i9-c-hero-banner__copy--outer {
        margin-top: -10rem;
        padding-bottom: 10rem;
    }
}

@media (min-width: 992px) {
    .i9-c-hero-banner__copy--outer {
        min-height: inherit;
        margin-top: 0;
    }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    .i9-c-hero-banner__copy--outer:after {
        content: '';
        min-height: inherit;
        font-size: 0;
    }
}

.i9-c-hero-banner__copy--outer.top-left {
    align-items: flex-start;
    justify-content: flex-start;
}

.i9-c-hero-banner__copy--outer.middle-left {
    align-items: center;
    justify-content: flex-start;
}

.i9-c-hero-banner__copy--outer.bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 9rem;
}

.i9-c-hero-banner__copy--outer.top-right {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
}

.i9-c-hero-banner__copy--outer.middle-right {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.i9-c-hero-banner__copy--outer.bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    padding-bottom: 9rem;
}

@media (max-width: 768px) {
    .i9-c-hero-banner__copy--outer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        .i9-c-hero-banner__copy--outer.top-left, .i9-c-hero-banner__copy--outer.middle-left, .i9-c-hero-banner__copy--outer.bottom-left, .i9-c-hero-banner__copy--outer.top-right, .i9-c-hero-banner__copy--outer.middle-right, .i9-c-hero-banner__copy--outer.bottom-right {
            align-items: flex-end;
            justify-content: flex-end;
            text-align: left;
            padding-bottom: 3rem;
        }
}

.i9-c-hero-banner__copy--container {
    width: 50%;
}

    .i9-c-hero-banner__copy--container.full-width {
        width: 100%;
    }

@media (max-width: 992px) {
    .i9-c-hero-banner__copy--container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .i9-c-hero-banner__copy--container {
        width: 100%;
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

.i9-c-hero-banner__copy--header {
    color: white;
    background-color: #003a5d;
    position: relative;
    line-height: 2;
    display: inline;
    padding: 1rem 0;
}

@media (max-width: 768px) {
    .i9-c-hero-banner__copy--header {
        font-size: 2rem;
        display: block;
        padding: 1rem 2rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
}

.i9-c-hero-banner__copy--cta {
    padding: 1rem 2rem;
    background-color: #196b7b;
    color: #ffffff;
    margin-top: 1.5rem;
    display: inline-block;
    position: relative;
}

@media (max-width: 768px) {
    .i9-c-hero-banner__copy--cta {
        float: right;
    }
}

.i9-c-hero-banner__copy--cta:hover {
    color: #ffffff;
}

.i9-l-institute .i9-c-title-banner--medium .i9-c-title-banner__title--subtitle a {
    color: #ffffff;
}

.i9-l-institute .i9-c-title-banner--small .i9-c-title-banner__title--subtitle a {
    color: #ffffff;
}

.i9-c-hero-banner__copy--subhead {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    display: inline-block;
    line-height: 1.6;
    background: transparent;
    color: #003a5d;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    position: relative;
    margin-bottom: 0;
}

    .i9-c-hero-banner__copy--subhead p {
        margin-bottom: 0;
    }

    .i9-c-hero-banner__copy--subhead.i9-u-background-primary {
        background-color: #003a5d;
        color: #ffffff;
        padding: 1rem 1.5rem;
        margin-top: 1.5rem;
    }

    .i9-c-hero-banner__copy--subhead.i9-u-background-white {
        background-color: #ffffff;
        color: #003a5d;
        padding: 1rem 1.5rem;
        margin-top: 1.5rem;
    }

@media (max-width: 768px) {
    .i9-c-hero-banner__copy--subhead {
        color: #003a5d !important;
        background-color: transparent !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 1.2rem;
        border-top: 1px solid #fff;
        margin-top: 16px;
        text-transform: none;
        font-weight: 700;
    }
}

.i9-c-alert {
    padding: 1rem 0;
    color: #003a5d;
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .i9-c-alert {
        color: #ffffff;
        background-color: #003a5d;
    }
}

.i9-c-alert__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .i9-c-alert__container {
        justify-content: flex-end;
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .i9-c-alert__container > * {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.i9-c-alert__indicator {
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.i9-c-alert__indicator-icon {
    background-color: #f77a54;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: block;
    animation: record-pulse 1s infinite;
    margin-right: 12px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .i9-c-alert__indicator-icon {
        display: none;
    }
}

@media (max-width: 400px) {
    .i9-c-alert__indicator-icon {
        display: block;
    }
}

@media (max-width: 768px) {
    .i9-c-alert__indicator {
        font-size: 1.6rem;
    }
}

.i9-c-alert__title {
    padding: 0 2rem;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    .i9-c-alert__title {
        width: 400px;
    }
}

@media (max-width: 600px) {
    .i9-c-alert__title {
        padding: 0 2rem;
    }
}

@media (max-width: 400px) {
    .i9-c-alert__title {
        display: none;
    }
}

.i9-c-alert__title h1 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
    animation: marquee-horizontal 8s infinite;
    animation-timing-function: linear;
    position: relative;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .i9-c-alert__title h1 {
        animation: marquee-vertical 8s infinite;
        white-space: normal;
    }
}

.i9-c-alert--noscroll .i9-c-alert__title h1 {
    animation: none;
    white-space: unset;
}

@media (max-width: 600px) {
    .i9-c-alert--noscroll .i9-c-alert__title h1 {
        white-space: unset;
    }
}

@keyframes record-pulse {
    0% {
        background-color: #f77a54;
    }

    66% {
        background-color: #a81d40;
    }

    100% {
        background-color: #f77a54;
    }
}

@keyframes marquee-horizontal {
    0% {
        right: -100%;
    }

    100% {
        right: 150%;
    }
}

@keyframes marquee-vertical {
    0% {
        bottom: -40px;
    }

    100% {
        bottom: 250%;
    }
}

.i9-c-carousel {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.i9-c-carousel__overflow {
    left: 0px;
    position: relative;
    overflow: hidden;
    z-index: 100;
}

.i9-c-carousel__wrapper {
    transition: .5s all ease;
    flex-wrap: nowrap;
    position: relative;
    left: 0px;
}

.i9-c-carousel__controls {
    width: 100%;
}

.i9-c-carousel__controls--arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 24px);
    width: 110%;
    left: -5%;
    cursor: pointer;
}

@media (max-width: 992px) {
    .i9-c-carousel__controls--arrows {
        width: 116%;
        left: -8%;
    }
}

@media (max-width: 574px) {
    .i9-c-carousel__controls--arrows {
        top: calc(45% - 24px);
        width: 100%;
        left: 0;
        display: none;
    }
}

.i9-c-carousel__controls--arrows button {
    height: 48px;
    width: 48px;
    padding: 5px;
    background-color: #067bb4;
    transition: 0.3s all ease;
    border: 3px solid transparent;
    cursor: pointer;
}

    .i9-c-carousel__controls--arrows button[disabled] {
        opacity: .3;
    }

    .i9-c-carousel__controls--arrows button:focus, .i9-c-carousel__controls--arrows button:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.7);
    }

    .i9-c-carousel__controls--arrows button:after {
        content: "";
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        padding: 3px;
        margin-top: 4px;
        display: block;
        height: 15px;
        width: 15px;
        margin-left: 5px;
        margin-bottom: 3px;
    }

    .i9-c-carousel__controls--arrows button:first-of-type:after {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-left: 10px;
    }

.i9-c-carousel__controls--dots {
    width: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
}

    .i9-c-carousel__controls--dots button {
        border-radius: 50%;
        border: 2px solid transparent;
        background-color: #c5c7c9;
        padding: 0.5rem;
        margin: 1rem;
        cursor: pointer;
    }

        .i9-c-carousel__controls--dots button:hover, .i9-c-carousel__controls--dots button:focus {
            border-color: #d0af21;
            box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1), 0 3px 10px -10px rgba(0, 0, 0, 0.3);
        }

.i9-c-carousel--a11ybutton {
    opacity: 0;
}

    .i9-c-carousel--a11ybutton:focus {
        opacity: 1;
    }

.i9-c-carousel .slick-dots {
    list-style: none;
    width: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
    padding-left: 0;
}

    .i9-c-carousel .slick-dots button {
        border-radius: 50%;
        border: 2px solid transparent;
        background-color: #c5c7c9;
        padding: 0.5rem;
        margin: 1rem;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
    }

        .i9-c-carousel .slick-dots button:hover, .i9-c-carousel .slick-dots button:focus {
            border-color: #d0af21;
        }

    .i9-c-carousel .slick-dots .slick-active button {
        background-color: #d0af21;
    }

        .i9-c-carousel .slick-dots .slick-active button:hover, .i9-c-carousel .slick-dots .slick-active button:focus {
            border-color: #c5c7c9;
        }

.i9-c-carousel .slick-arrow {
    height: 48px;
    width: 48px;
    padding: 5px;
    background-color: #067bb4;
    transition: 0.3s all ease;
    border: 3px solid transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc( 50% - 24px);
}

    .i9-c-carousel .slick-arrow.slick-prev {
        left: -46px;
    }

        .i9-c-carousel .slick-arrow.slick-prev:after {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            margin-left: 10px;
        }

    .i9-c-carousel .slick-arrow.slick-next {
        right: -46px;
    }

    .i9-c-carousel .slick-arrow[disabled] {
        opacity: .3;
    }

    .i9-c-carousel .slick-arrow:focus, .i9-c-carousel .slick-arrow:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.4);
    }

    .i9-c-carousel .slick-arrow:after {
        content: "";
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        padding: 3px;
        margin-top: 4px;
        display: block;
        height: 15px;
        width: 15px;
        margin-left: 5px;
        margin-bottom: 3px;
    }

@media (max-width: 800px) {
    .i9-c-carousel .slick-arrow {
        display: none !important;
    }
}

.i9-js-carousel--showSlides {
    left: 0 !important;
}

    .i9-js-carousel--showSlides.i9-c-carousel__wrapper {
        flex-wrap: wrap;
    }

    .i9-js-carousel--showSlides + .i9-c-carousel__controls {
        display: none;
    }

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

    .slick-slide.i9-c-article-preview__container {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .slick-slide .i9-c-article-preview__content--byline {
        display: none;
    }

.i9-c-section-banner {
    margin-bottom: 60px;
}

.i9-c-section-banner__container {
    position: relative;
}

@media (min-height: 400px) {
    .i9-c-section-banner__container {
        margin-top: -60px;
    }
}

@media (max-width: 992px) {
    .i9-c-section-banner__container {
        margin-top: 0;
    }
}

.i9-c-section-banner__left, .i9-c-section-banner__right {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .i9-c-section-banner__left *, .i9-c-section-banner__right * {
        margin: 0;
        font-weight: 400;
    }

.i9-c-section-banner__left {
    width: 50px;
    margin-right: 10px;
    background-color: #003a5d;
}

@media (max-width: 768px) {
    .i9-c-section-banner__left {
        display: none;
    }
}

.i9-c-section-banner__right {
    flex-grow: 1;
    background: linear-gradient(75deg, #003a5d 0%, #45c2b1 200%);
    color: #ffffff;
    padding: 3rem;
}

    .i9-c-section-banner__right:hover {
        color: #ffffff;
    }

        .i9-c-section-banner__right:hover:after {
            display: none;
        }

.i9-c-section-banner--bottom-offset {
    margin-bottom: 60px;
}

.i9-c-section-title {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.i9-c-section-title__title {
    flex-grow: 1;
    border-bottom: 1px solid #c5c7c9;
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-family: "Barlow";
    text-transform: uppercase;
}

.i9-c-section-title__description {
    margin-top: -1.5rem;
}

.i9-c-section-title__cta {
    color: #ae8e03;
    margin-left: 1rem;
    font-family: "Barlow";
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    position: relative;
}

    .i9-c-section-title__cta:after {
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
        bottom: 0px;
        position: absolute;
        background-color: #ae8e03;
    }

    .i9-c-section-title__cta:hover {
        text-decoration: none;
    }

        .i9-c-section-title__cta:hover:after {
            background-color: #003a5d;
        }

.i9-c-section-title.i9-c-section-title--line-top {
    margin-bottom: 0;
}

    .i9-c-section-title.i9-c-section-title--line-top .i9-c-section-title__title {
        border-bottom: none;
        margin-bottom: 0;
        margin-top: 1rem;
        padding-top: 1rem;
    }

.i9-c-section-toggle {
    margin-left: 1rem;
}

#article-start > div:first-child > .i9-c-section-title {
    margin-top: 0;
}

.i9-l-fullWidthCentered {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .i9-l-fullWidthCentered > * {
        text-transform: uppercase;
    }

.i9-c-article-filter {
    overflow: visible;
}

    .i9-c-article-filter .i9-c-section-title {
        background-color: white;
        margin-left: 0;
        margin-right: 0;
    }

@media (min-width: 768px) {
    .i9-c-article-filter .i9-c-section-title {
        margin-left: -6rem;
        margin-top: -3rem;
        margin-bottom: 1rem;
        padding: 3rem 6rem;
        width: calc(100% + 12rem);
    }
}

.i9-c-article-preview {
    height: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s all ease;
    border-radius: 0 0 25px 0;
    overflow: hidden;
    display: block;
    border: none;
    background-color: #ffffff;
}

.i9-c-article-preview--large {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
    position: relative;
    min-height: 300px;
}

    .i9-c-article-preview--large .i9-c-article-preview__image--container {
        flex-grow: 1;
        width: 50%;
        height: auto;
    }

@media (max-width: 992px) {
    .i9-c-article-preview--large .i9-c-article-preview__image--container {
        width: 100%;
        height: 180px;
    }
}

.i9-c-article-preview--large .i9-c-article-preview__image--container .i9-c-article-preview__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.i9-c-article-preview--large .i9-c-article-preview__content--container {
    flex-grow: 1;
    width: 50%;
    padding: 3rem;
}

@media (max-width: 992px) {
    .i9-c-article-preview--large .i9-c-article-preview__content--container {
        width: 100%;
    }
}

.i9-c-article-preview--large .i9-c-article-preview__content--description {
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .i9-c-article-preview--large .i9-c-article-preview__content--tags {
        right: 0;
        top: 0;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        margin-left: -30px;
        margin-top: -20px;
    }
}

@media (max-width: 992px) {
    .i9-c-article-preview--large {
        flex-direction: column;
    }
}

.i9-c-article-preview--medium {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
    box-shadow: none;
    height: inherit;
}

@media (max-width: 992px) {
    .i9-c-article-preview--medium {
        flex-direction: column;
    }
}

.i9-c-article-preview--medium .i9-c-article-preview__image--container {
    flex-grow: 1;
    width: 50%;
    height: auto;
    min-height: 300px;
}

@media (max-width: 992px) {
    .i9-c-article-preview--medium .i9-c-article-preview__image--container {
        width: 100%;
        height: 190px;
        min-height: 190px;
    }
}

.i9-c-article-preview--medium .i9-c-article-preview__image--container .i9-c-article-preview__image {
    width: 100%;
    height: 100%;
}

.i9-c-article-preview--medium .i9-c-article-preview__content--container {
    flex-grow: 1;
    width: 50%;
    padding: 3rem;
}

@media (min-width: 992px) {
    .i9-c-article-preview--medium .i9-c-article-preview__content--container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .i9-c-article-preview--medium .i9-c-article-preview__content--container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.i9-c-article-preview--medium .i9-c-article-preview__content--description {
    margin-bottom: 3rem;
}

.i9-c-article-preview--medium .i9-c-link {
    color: #067bb4;
}

.i9-c-article-preview:hover, .i9-c-article-preview:focus {
    border: none;
}

.i9-c-article-preview:focus {
    outline: 1px dashed #ae8e03;
}

.i9-c-article-preview__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.i9-c-article-preview__image--container {
    position: relative;
    display: block;
    height: 180px;
    z-index: 0;
}

    .i9-c-article-preview__image--container:after {
        display: none;
    }

.i9-c-article-preview__content--container {
    padding: 2rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
    position: relative;
}

.i9-c-article-preview__content--date {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    color: #231f20;
}

.i9-c-article-preview__content--title {
    position: relative;
    color: #ae8e03;
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    white-space: normal;
    font-size: 2.2rem;
}

    .i9-c-article-preview__content--title:after {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 30px;
        height: 4px;
        background-color: #d0af21;
        transition: 0.3s all ease;
    }

    .i9-c-article-preview__content--title:hover {
        cursor: pointer;
        color: #ae8e03;
        text-decoration: none;
    }

        .i9-c-article-preview__content--title:hover:after {
            width: 40px;
        }

.i9-c-article-preview__content--byline {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 1.3rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    color: #231f20;
    display: block;
}

    .i9-c-article-preview__content--byline:hover {
        text-decoration: underline;
    }

    .i9-c-article-preview__content--byline:after {
        display: none;
    }

.i9-c-article-preview__content--byline--container {
    margin-top: 1rem;
}

.i9-c-article-preview__content--tags {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1rem;
    background-color: #003a5d;
    color: #ffffff;
    position: absolute;
    padding: 0.5rem 2rem;
    top: -25px;
    right: 0px;
}

.i9-c-article-preview__content--url {
    margin-bottom: 1rem;
}

.i9-c-article-preview__content--description {
    margin-bottom: 0;
}

.i9-c-article-preview__container {
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .i9-c-article-preview__condensed .i9-c-article-preview {
        box-shadow: none;
    }

    .i9-c-article-preview__condensed .i9-c-article-preview__image--container {
        display: none;
    }

    .i9-c-article-preview__condensed .i9-c-article-preview__content--container {
        padding: 0;
        padding-bottom: 0;
    }
}

.i9-c-article-preview__search a {
    display: block;
}

.i9-c-article-preview-carousel__container {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (max-width: 992px) {
    .i9-c-article-preview-carousel__container .i9-c-article-preview {
        box-shadow: none;
        border-bottom: 1px solid #c5c7c9;
        border-radius: 0;
    }

    .i9-c-article-preview-carousel__container .i9-c-article-preview__image--container {
        display: none;
    }

    .i9-c-article-preview-carousel__container .i9-c-article-preview__content--container {
        padding: 0;
    }

    .i9-c-article-preview-carousel__container .i9-c-article-preview__content--title {
        padding-bottom: 0;
    }

        .i9-c-article-preview-carousel__container .i9-c-article-preview__content--title:after {
            display: none;
        }
}

.i9-c-article-preview-carousel__wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex-wrap: nowrap;
    position: relative;
    left: 0px;
}

.i9-c-article-preview--small {
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

    .i9-c-article-preview--small:after {
        display: none;
    }

.i9-c-article-preview--small__image {
    width: 100%;
    position: relative;
}

.i9-c-article-preview--small__content--title {
    color: #ae8e03;
    position: relative;
    display: block;
}

    .i9-c-article-preview--small__content--title:after {
        content: "";
        position: absolute;
        bottom: -1rem;
        left: 0;
        width: 3rem;
        height: 4px;
        background-color: #d0af21;
        transition: 0.3s all ease;
    }

    .i9-c-article-preview--small__content--title:hover {
        cursor: pointer;
        color: #ae8e03;
    }

        .i9-c-article-preview--small__content--title:hover:after {
            width: 40px;
        }

.i9-c-article-preview--small__content--container {
    margin-top: 1rem;
    position: relative;
}

    .i9-c-article-preview--small__content--container .i9-c-article-preview__content--tags {
        top: -15px;
        padding-bottom: .7rem;
        padding-top: .7rem;
    }

.i9-c-article-preview--small:hover {
    text-decoration: none;
}

    .i9-c-article-preview--small:hover * {
        text-decoration: none;
    }

.i9-u-cicd .i9-c-article-preview__content--tags {
    background-color: #196b7b;
}

.i9-u-oigi .i9-c-article-preview__content--tags {
    background-color: #d0af21;
    color: #231f20;
}

.i9-u-0p .i9-c-article-preview__content--container {
    padding-left: 0;
    padding-right: 0;
}

.i9-c-article-sticky-header {
    display: flex;
    justify-content: space-between;
}

.i9-c-article-sticky-header__container {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.3s all ease;
}

@media (max-width: 576px) {
    .i9-c-article-sticky-header__container {
        display: none;
    }
}

@media (max-width: 992px) {
    .i9-c-article-sticky-header__container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.i9-c-article-sticky-header__title {
    color: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    font-weight: 400;
    position: relative;
    width: 960px;
}

@media (max-width: 1200px) {
    .i9-c-article-sticky-header__title {
        width: 700px;
        padding-right: 1.5rem;
    }
}

@media (max-width: 992px) {
    .i9-c-article-sticky-header__title {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }
}

.i9-c-article-sticky-header__progress-bar {
    height: 0.5rem;
    width: 0;
    transition: 0.3s all ease;
    left: 0;
    position: absolute;
}

.i9-c-article-sticky-header .i9-c-share-block {
    align-items: center;
    display: flex;
    width: 300px;
}

@media (max-width: 992px) {
    .i9-c-article-sticky-header .i9-c-share-block {
        display: none;
    }
}

.i9-c-article-sticky-header .i9-c-share-block > .i9-c-social-share-block__title {
    color: white;
    margin-left: 3rem;
}

.i9-c-article-sticky-header .i9-c-social-share-block {
    display: flex;
    flex-direction: row;
    border-top: none;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

    .i9-c-article-sticky-header .i9-c-social-share-block .i9-c-social-share-block__title {
        margin-right: 1rem;
    }

    .i9-c-article-sticky-header .i9-c-social-share-block .i9-c-social-icon-block {
        flex-direction: row;
        background-color: transparent;
        border: none;
    }

        .i9-c-article-sticky-header .i9-c-social-share-block .i9-c-social-icon-block .i9-c-social-icon {
            height: 25px;
            width: 25px;
            padding: 7px;
            margin-right: 5px;
            border-radius: 50%;
            line-height: 0;
        }

            .i9-c-article-sticky-header .i9-c-social-share-block .i9-c-social-icon-block .i9-c-social-icon:hover {
                background-color: white;
            }

            .i9-c-article-sticky-header .i9-c-social-share-block .i9-c-social-icon-block .i9-c-social-icon path {
                fill: #003a5d;
            }

            .i9-c-article-sticky-header .i9-c-social-share-block .i9-c-social-icon-block .i9-c-social-icon:before {
                display: none;
            }

.i9-c-next-article-banner {
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 100%;
}

@media (max-width: 992px) {
    .i9-c-next-article-banner {
        display: none;
    }
}

.i9-c-next-article-banner__content {
    flex-grow: 2;
    height: 100%;
    display: flex;
    align-items: normal;
    justify-content: center;
    flex-direction: column;
}

.i9-c-next-article-banner__content--title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
    color: inherit;
}

    .i9-c-next-article-banner__content--title:after {
        display: none;
    }

    .i9-c-next-article-banner__content--title:hover {
        text-decoration: underline;
        color: #ffffff;
        cursor: pointer;
        outline-color: #ffffff;
    }

        .i9-c-next-article-banner__content--title:hover:after {
            display: none;
        }

    .i9-c-next-article-banner__content--title:focus {
        outline: 2px solid #ae8e03;
        outline-offset: 2px;
    }

.i9-c-next-article-banner__link {
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
    min-width: 300px;
}

    .i9-c-next-article-banner__link:hover {
        text-decoration: underline;
        color: #ffffff;
    }

    .i9-c-next-article-banner__link:focus {
        outline: 2px solid #ae8e03;
        outline-offset: 2px;
    }

.i9-c-next-article-banner__link--container {
    flex-grow: 1;
    color: #ffffff;
    height: 100%;
    align-items: center;
}

.i9-c-next-article-banner .i9-u-background-extend__left:after {
    height: 200%;
    top: 0px;
    background-color: #067bb4;
}

.i9-c-feature-tile__group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.i9-c-feature-tile__outer {
    position: relative;
    display: table;
    perspective: 25px;
    width: calc(25% - 3rem);
    padding-bottom: calc(25% - 3rem);
    margin: 0 1.5rem 1.5rem 1.5rem;
    border: none;
    white-space: normal;
    color: #ffffff !important;
}

@media (max-width: 992px) {
    .i9-c-feature-tile__outer {
        width: calc(50% - 3rem);
        padding-bottom: calc(50% - 3rem);
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .i9-c-feature-tile__outer {
        width: calc(100% - 3rem);
        margin-top: 1rem;
    }
}

.i9-c-feature-tile__outer:focus {
    border: none;
}

.i9-c-feature-tile__outer:after {
    display: none;
}

.i9-c-feature-tile__outer .i9-u-background-secondary .i9-c-feature-tile__inner {
    background: linear-gradient(0deg, #003a5d 0%, #067bb4 100%);
}

.i9-c-feature-tile__outer .i9-u-background-secondary .i9-c-feature-tile__inner--image-container:after {
    background: linear-gradient(0deg, #003a5d 0%, #067bb4 100%);
}

@supports (-ms-ime-align: auto) {
    .i9-c-feature-tile__outer .i9-u-background-secondary .i9-c-feature-tile__inner--image-container:after {
        opacity: .7;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .i9-c-feature-tile__outer .i9-u-background-secondary .i9-c-feature-tile__inner--image-container:after {
        opacity: .7;
    }
}

.i9-c-feature-tile__outer .i9-u-background-tertiary .i9-c-feature-tile__inner {
    background-color: #d0af21;
}

.i9-c-feature-tile__outer .i9-u-background-tertiary .i9-c-feature-tile__inner--image-container:after {
    background-color: #d0af21;
}

.i9-c-feature-tile__outer .i9-u-background-primary .i9-c-feature-tile__inner {
    background-color: #003a5d;
}

.i9-c-feature-tile__outer .i9-u-background-primary .i9-c-feature-tile__inner--image-container:after {
    background-color: #003a5d;
}

.i9-c-feature-tile__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    transition: 0.3s all ease;
    color: #ffffff;
    font-size: 2.2rem;
    padding: 3rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.4);
}

.i9-c-feature-tile__inner--title {
    z-index: 100;
}

.i9-c-feature-tile__inner--image {
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: "object-fit: cover;";
    filter: grayscale(100%);
}

.i9-c-feature-tile__inner--image-container {
    height: 100%;
    width: 100%;
    position: absolute;
}

    .i9-c-feature-tile__inner--image-container:after {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #067bb4;
        position: absolute;
        mix-blend-mode: multiply;
        top: 0;
        left: 0;
        transition: 0.3s all ease;
    }

    .i9-c-feature-tile__inner--image-container:hover:after {
        background-color: #196b7b;
    }

@supports (-ms-ime-align: auto) {
    .i9-c-feature-tile__inner--image-container:after {
        background-color: rgba(9, 59, 81, 0.8);
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .i9-c-feature-tile__inner--image-container:after {
        background-color: rgba(9, 59, 81, 0.8);
    }
}

.i9-c-feature-tile__banner {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.i9-c-feature-tile__banner--title {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

.i9-c-feature-tile__banner--content {
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .i9-c-feature-tile__banner--content {
        margin-bottom: 0;
        margin-top: 3rem;
    }
}

.i9-js-feature-tile {
    position: absolute;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: 0.3s all ease;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.4);
}

    .i9-js-feature-tile:hover {
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.7);
    }

        .i9-js-feature-tile:hover * {
            color: #ffffff;
        }

.i9-c-feature-banner {
    display: flex;
    max-width: 1230px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .i9-c-feature-banner {
        flex-direction: column;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .i9-c-feature-banner {
        margin-bottom: 10rem;
    }
}

.i9-c-feature-banner__image {
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

@media (max-width: 992px) {
    .i9-c-feature-banner__image {
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw;
    }
}

.i9-c-feature-banner__image.replace {
    filter: blur(2vw);
    transform: scale(1.05);
}

.i9-c-feature-banner__image--container {
    flex-grow: 1;
    width: 50%;
    height: initial;
    margin-bottom: -3rem;
    margin-top: -3rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

@media (max-width: 992px) {
    .i9-c-feature-banner__image--container {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.i9-c-feature-banner__content--container {
    flex-grow: 1;
    width: 50%;
    padding: 3rem;
}

@media (max-width: 992px) {
    .i9-c-feature-banner__content--container {
        width: 100%;
    }
}

.i9-c-feature-banner__content--description {
    font-size: 1.6rem;
}

.i9-c-feature-banner__content--link {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #d0af21;
    display: block;
}

@media (max-width: 992px) {
    .i9-c-feature-banner__content--link {
        font-size: 1.8rem;
    }
}

.i9-c-feature-banner__content--link:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0px;
    left: -6px;
    top: 0;
    height: 100%;
    background-color: #d0af21;
    transition: 0.3s all ease;
}

.i9-c-feature-banner__content--link:hover {
    color: #ffffff;
    text-decoration: underline;
}

    .i9-c-feature-banner__content--link:hover:after {
        display: none;
        width: 3px;
        background-color: #ffffff;
    }

.i9-c-feature-banner__content--headline {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

    .i9-c-feature-banner__content--headline:after {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 30px;
        height: 4px;
        background-color: #d0af21;
        transition: 0.3s all ease;
    }

.i9-c-feature-banner__content--tags {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.i9-c-feature-banner__container {
    margin-left: -50vw;
    margin-right: -50vw;
}

@media (max-width: 992px) {
    .i9-c-feature-banner__container {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    .i9-c-feature-banner__container {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
}

.i9-c-category-block {
    height: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.4);
    transition: 0.3s all ease;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    padding: 6rem;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .i9-c-category-block {
        transform: translateY(0);
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .i9-c-category-block {
        padding: 3rem;
    }
}

.i9-c-category-block__headline--container {
    padding-bottom: 3rem;
}

.i9-c-category-block__headline--header {
    margin-bottom: 1rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    color: #003a5d;
}

.i9-c-category-block__headline--description {
    font-size: 1.6rem;
    font-weight: 800;
}

.i9-c-category-block__content--container {
    list-style: none;
    padding-left: 0;
}

.i9-c-category-block__content--item {
    padding-top: 3rem;
    margin-bottom: 3rem;
    border-top: 1px solid #c5c7c9;
}

.i9-c-category-block__content--item--title {
    color: #ae8e03;
    font-size: 2.2rem;
}

.i9-c-category-block__content--item--tags {
    margin-bottom: 1rem;
}

.i9-c-category-block__image {
    width: 100%;
}

.i9-c-category-block__image--container {
    margin-top: -6rem;
    margin-left: -6rem;
    margin-bottom: 3rem;
    margin-right: -6rem;
    display: block;
}

.i9-c-category-banner__container {
    margin-top: 15rem;
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .i9-c-category-banner__container {
        margin-top: 3rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        .i9-c-category-banner__container .col-sm-12:first-of-type {
            margin-bottom: 3rem;
        }
}

.i9-c-category-banner__container .i9-c-category-block {
    transform: translateY(-12rem);
}

@media (max-width: 992px) {
    .i9-c-category-banner__container .i9-c-category-block {
        transform: translateY(0);
    }
}

.i9-c-contributor-block {
    display: flex;
    margin-bottom: 3rem;
}

.i9-c-contributor-block__person--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: content;
    text-align: center;
    margin-right: 3rem;
    z-index: 9999;
    max-width: 200px;
}

    .i9-c-contributor-block__person--container .i9-c-social-icon {
        background-color: #003a5d;
    }

        .i9-c-contributor-block__person--container .i9-c-social-icon path {
            fill: #ffffff;
        }

.i9-c-contributor-block__person--image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
}

.i9-c-contributor-block__person--image--container {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    height: 200px;
    width: 200px;
}

@media (max-width: 992px) {
    .i9-c-contributor-block__person--image--container {
        width: 150px;
        height: 150px;
    }
}

.i9-c-contributor-block__person--social-container {
    display: flex;
}

.i9-c-contributor-block__person--social-icon {
    background: #067bb4;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3rem;
    margin: 1rem;
}

.i9-c-contributor-block__person--name a {
    margin-bottom: 1rem;
}

.i9-c-contributor-block__person--name small {
    margin-bottom: 3rem;
    max-width: 200px;
}

.i9-c-contributor-block__person--name > * {
    display: block;
}

.i9-c-contributor-block__content--container {
    margin-top: 3rem;
}

    .i9-c-contributor-block__content--container .i9-c-article-preview__content--tags {
        display: inline-block;
        position: relative;
        top: 0px;
        margin-bottom: 1.5rem;
    }

.i9-c-contributor-block__content--category {
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    position: relative;
}

    .i9-c-contributor-block__content--category:after {
        content: "";
        width: calc(100% + 3rem);
        left: -5rem;
        bottom: 0;
        display: block;
        border-bottom: 2px solid #c5c7c9;
        position: absolute;
    }

.i9-c-contributor-block__content--image {
    border-radius: 50%;
}

.i9-c-contributor-block__content--cta {
    color: #ae8e03;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-size: 2rem;
}

.i9-c-contributor-block__content--title {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 1.5rem;
}

    .i9-c-contributor-block__content--title:after {
        display: none;
    }

    .i9-c-contributor-block__content--title:hover {
        text-decoration: underline;
    }

.i9-c-contributor-block__header {
    margin: 0 auto;
    margin-bottom: 6rem;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    color: #003a5d;
}

.i9-c-contributor-block__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.i9-c-contributor-block__person--container .i9-c-contributor-block__content--cta {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #ae8e03;
    margin-bottom: 1rem;
}

.i9-c-contributor-block__person--container .i9-c-contributor-block__person--name small {
    margin-bottom: 1rem;
}

.i9-newsletter-block__container {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    padding: 6rem 9rem;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .i9-newsletter-block__container {
        padding: 3rem;
    }
}

.i9-newsletter-block__container .i9-c-email-banner {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}

.i9-newsletter-block__container .ctct-inline-form:empty {
    background: linear-gradient(270deg, #003a5d, #45c2b1, #003a5d);
    background-size: 400% 50%;
    opacity: .3;
    min-height: 220px;
    animation: AnimationName 3s infinite;
}

@media (min-width: 1000px) {
    .i9-newsletter-block__container .ctct-form-custom {
        display: -ms-grid;
        display: grid;
        ms-grid-columns: 500px 1fr 200px;
        ms-grid-rows: 50px 120px 50px;
        grid-template-columns: 500px 1fr 200px;
        grid-template-rows: 50px 120px 50px;
    }
}

.i9-newsletter-block__container .ctct-form-custom * {
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: normal !important;
}

.i9-newsletter-block__container .ctct-form-custom .ctct-form-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    grid-column: 1;
    margin-top: 0;
    font-weight: bold !important;
}

.i9-newsletter-block__container .ctct-form-custom .ctct-form-text {
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    margin-bottom: 40px;
}

.i9-newsletter-block__container .ctct-form-custom .ctct-form-field {
    grid-row: 3;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    height: 100%;
    margin-right: 10px;
    position: relative;
    margin-bottom: 0;
}

    .i9-newsletter-block__container .ctct-form-custom .ctct-form-field label {
        position: absolute !important;
        top: -20px;
    }

    .i9-newsletter-block__container .ctct-form-custom .ctct-form-field .ctct-form-errorMessage {
        position: absolute !important;
        top: -23px;
        left: 50px;
    }

    .i9-newsletter-block__container .ctct-form-custom .ctct-form-field input {
        margin-bottom: 0 !important;
        margin-right: 10px !important;
        height: 50px !important;
        border-radius: 0 !important;
        border: 2px solid #c5c7c9 !important;
        border-color: white !important;
        background: #ffffff !important;
        box-shadow: none !important;
        transition: 0.3s all ease !important;
        margin-bottom: 0 !important;
        width: calc(100% - 20px) !important;
    }

        .i9-newsletter-block__container .ctct-form-custom .ctct-form-field input:hover, .i9-newsletter-block__container .ctct-form-custom .ctct-form-field input:focus {
            border-color: #ae8e03 !important;
            outline: none !important;
        }

.i9-newsletter-block__container .ctct-form-custom .ctct-form-button {
    grid-row: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    height: 50px !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    font-family: "Nunito Sans", sans-serif;
    transition: 0.3s all ease;
    border: 2px solid #067bb4 !important;
    background-color: #067bb4 !important;
}

    .i9-newsletter-block__container .ctct-form-custom .ctct-form-button:hover, .i9-newsletter-block__container .ctct-form-custom .ctct-form-button:focus {
        border-color: #ae8e03 !important;
        background-color: #067bb4 !important;
    }

.i9-newsletter-block__container .ctct-form-custom .ctct-form-listitem {
    position: relative;
}

.i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox {
    opacity: 0;
}

    .i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox:focus + .ctct-form-checkbox-label,
    .i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox:hover + .ctct-form-checkbox-label {
        text-decoration: underline;
        cursor: pointer;
    }

        .i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox:focus + .ctct-form-checkbox-label:after,
        .i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox:hover + .ctct-form-checkbox-label:after {
            border-color: #ae8e03;
        }

    .i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox:checked + .ctct-form-checkbox-label:after,
    .i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox:checked + .ctct-form-checkbox-label:before {
        border-color: #ae8e03;
        content: 'x';
        z-index: 1;
        color: #ae8e03;
    }

.i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox-label {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox-label:after,
    .i9-newsletter-block__container .ctct-form-custom .ctct-form-checkbox-label:before {
        content: "";
        display: block;
        position: absolute;
        height: 24px;
        width: 24px;
        background-color: white;
        color: white;
        border: 2px solid #c5c7c9;
        border-radius: 4px;
        top: 0;
        left: -5px;
        padding: 4px;
        transition: 0.3s all ease;
        font-size: 20px;
        font-weight: bold;
        line-height: .4;
    }

.i9-newsletter-block__container .ctct-form-custom #gdpr_text {
    display: none;
}

.i9-newsletter-block__container .ctct-form-custom .ctct-form-lists {
    grid-row: 1;
    grid-column: 2 / 4;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row-span: 2;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

    .i9-newsletter-block__container .ctct-form-custom .ctct-form-lists legend {
        position: absolute !important;
        top: -20px;
        left: 0;
    }

.i9-newsletter-block__container .ctct-form-footer {
    display: none !important;
}

.i9-newsletter-block__container .ctct-form-defaults {
    background-color: transparent !important;
    padding: 0 !important;
}

.g-recaptcha {
    display: none;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.ctct-gdpr-text {
    display: none !important;
}

.i9-c-link {
    padding-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #067bb4;
    padding-bottom: 0;
}

.i9-c-link--block--ul {
    list-style: none;
    padding-left: 0;
}

.i9-c-link--block--li {
    margin-bottom: 1rem;
}

.i9-c-link--block .i9-c-link {
    font-size: 1.8rem;
}

.i9-c-link--gradient--block .i9-c-link--block--ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.i9-c-link--gradient--block .i9-c-link--block--li {
    width: 33.3333333%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 768px) {
    .i9-c-link--gradient--block .i9-c-link--block--li {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .i9-c-link--gradient--block .i9-c-link--block--li {
        width: 100%;
    }
}

.i9-c-link--gradient .i9-c-link {
    color: #003a5d;
    position: relative;
    display: block;
    z-index: 1;
    transition: 0.3s all ease;
    left: 0;
    text-decoration: none;
}

.i9-c-link--gradient .i9-c-link--block--li {
    overflow: hidden;
}

.i9-c-link--gradient .i9-c-link span {
    z-index: 1;
    position: relative;
}

.i9-c-link--gradient .i9-c-link:after {
    content: "";
    display: block;
    width: 150%;
    height: 3px;
    bottom: -1rem;
    left: 0;
    position: absolute;
    background: linear-gradient(75deg, #003a5d 0%, #45c2b1 200%);
    z-index: 0;
    transition: 0.3s all ease;
    background-position-x: 0px;
}

@media (max-width: 576px) {
    .i9-c-link--gradient .i9-c-link:after {
        width: 100%;
    }
}

.i9-c-link--gradient .i9-c-link:hover {
    text-decoration: none;
    left: 6px;
}

    .i9-c-link--gradient .i9-c-link:hover:after {
        background-position-x: -150px;
    }

.i9-c-person-block--large {
    display: flex;
    margin-bottom: 1.5rem;
    flex-direction: column;
}

.i9-c-person-block--large--container {
    display: flex;
    flex-direction: row;
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .i9-c-person-block--large--container {
        flex-direction: column;
        align-content: center;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .i9-c-person-block--large {
        flex-direction: column;
    }
}

.i9-c-person-block--large__image {
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
}

.i9-c-person-block--large__image--wrapper {
    display: block;
    border-radius: 50%;
    height: 273px;
    width: 273px;
    margin: 0 auto;
    background-color: #eeefef;
}

@media (max-width: 992px) {
    .i9-c-person-block--large__image--wrapper {
        height: 20rem;
        width: 20rem;
    }
}

.i9-c-person-block--large__image--container {
    position: relative;
    margin-right: 3rem;
    transform: translateY(-3rem);
}

@media (max-width: 992px) {
    .i9-c-person-block--large__image--container {
        margin-right: 0;
        transform: translateY(-1.5rem);
    }
}

@media (max-width: 992px) {
    .i9-c-person-block--large__image {
        height: 20rem;
        width: 20rem;
    }
}

.i9-c-person-block--large__content--container {
    margin-top: 3rem;
}

@media (max-width: 992px) {
    .i9-c-person-block--large__content--container {
        margin-top: 0;
        margin-bottom: 3rem;
    }

        .i9-c-person-block--large__content--container .i9-c-person-block--large__contact--ul {
            display: inline-flex;
        }
}

.i9-c-person-block--large__content--container .i9-c-person-block--large__link:first-of-type {
    border-color: transparent;
    padding-left: 0;
    margin-left: 0;
}

.i9-c-person-block--large__content--container .i9-c-person-block--large__link {
    border-left: 1px solid #eeefef;
    padding-left: 1rem;
    margin-left: 1rem;
}

.i9-c-person-block--large__content--name {
    font-size: 3rem;
    color: #003a5d;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.i9-c-person-block--large__content--position {
    font-size: 50%;
    color: #231f20;
    margin-top: 1rem;
    line-height: 1.4;
    display: block;
}

.i9-c-person-block--large__content--location {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.i9-c-person-block--large__content--external span {
    padding-left: 1.5rem;
    margin-left: 1rem;
    border-left: 1px solid #c5c7c9;
}

    .i9-c-person-block--large__content--external span:first-of-type {
        border-color: transparent;
        padding-left: 0;
        margin-left: 0;
    }

.i9-c-person-block--large__contact {
    color: #ae8e03;
}

.i9-c-person-block--large__contact--group {
    flex-grow: 1;
    padding-bottom: 1rem;
    text-align: left;
}

    .i9-c-person-block--large__contact--group .i9-c-section-title__title {
        margin-bottom: 1rem;
    }

.i9-c-person-block--large__contact--ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

.i9-c-person-block--large__contact--li {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid #c5c7c9;
}

    .i9-c-person-block--large__contact--li:last-of-type {
        border-right: none;
    }

.i9-c-person-block--large__contact--icon {
    padding: 1.5rem;
    background-color: #ae8e03;
}

.i9-c-person-block--large__contact--container {
    display: flex;
}

@media (max-width: 720px) {
    .i9-c-person-block--large__contact--container {
        flex-direction: column;
    }
}

.i9-c-person-block--large__contact--container .i9-c-social-icon-block {
    border-right: 1px solid #c5c7c9;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}

    .i9-c-person-block--large__contact--container .i9-c-social-icon-block:empty {
        display: none;
    }

@media (max-width: 720px) {
    .i9-c-person-block--large__contact--container .i9-c-social-icon-block {
        border-right: none;
        width: 100%;
        justify-content: left;
        margin-bottom: 1.5rem;
        margin-right: 0;
        padding-right: 0;
    }
}

.i9-c-person-block--large__contact--container .i9-c-social-icon {
    background-color: #ae8e03;
}

    .i9-c-person-block--large__contact--container .i9-c-social-icon path {
        fill: #ffffff;
    }

    .i9-c-person-block--large__contact--container .i9-c-social-icon:focus {
        outline: 1px dashed #003a5d;
    }

    .i9-c-person-block--large__contact--container .i9-c-social-icon:hover {
        background-color: #003a5d;
        border-color: #003a5d;
    }

        .i9-c-person-block--large__contact--container .i9-c-social-icon:hover path {
            fill: #ffffff;
        }

.i9-c-person-block--large__interests {
    text-align: left;
    margin-bottom: 3rem;
}

.i9-c-person-block--large__interests--list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.i9-c-person-block--large__interests--item {
    display: inline;
    white-space: nowrap;
}

    .i9-c-person-block--large__interests--item:last-of-type:after {
        display: none;
    }

    .i9-c-person-block--large__interests--item:after {
        content: ",";
        position: relative;
        right: 4px;
    }

.i9-c-person-block--large__interests--link {
    font-weight: normal;
}

    .i9-c-person-block--large__interests--link:after {
        height: 1px;
        bottom: -1px;
    }

.i9-c-person-block--large__link {
    color: #ae8e03;
}

.i9-c-person-block--large .i9-c-section-title {
    margin-top: 0;
    margin-bottom: 0;
}

.i9-c-person-block--large .i9-c-section-title__cta {
    display: none;
}

.i9-c-person-block--small {
    display: flex;
    margin-bottom: 1rem;
}

    .i9-c-person-block--small:after {
        display: none;
    }

.i9-c-person-block--small__image {
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    height: 70px;
    width: 70px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.i9-c-person-block--small__image--wrapper {
    display: block;
    height: 70px;
    width: 70px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 1.5rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.4);
}

.i9-c-person-block--small__content--name {
    font-size: 1.6rem;
    color: #003a5d;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: normal;
}

.i9-c-person-block--small__content--position {
    font-size: 80%;
    color: #231f20;
    margin-top: 1rem;
    line-height: 1.4;
    display: block;
}

.i9-c-person-block--small:not(a):hover .i9-c-person-block--small__content--name span {
    text-decoration: none;
}

.i9-c-person-block--small:hover .i9-c-person-block--small__content--name span {
    text-decoration: underline;
}

.i9-c-person-block--small:hover .i9-c-person-block--small__content--name small {
    text-decoration: none;
}

.i9-c-person-block--medium {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .i9-c-person-block--medium {
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }
}

.i9-c-person-block--medium:after {
    display: none;
}

.i9-c-person-block--medium__image {
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    height: 170px;
    width: 170px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.i9-c-person-block--medium__image--container {
    margin-right: 3rem;
}

@media (max-width: 992px) {
    .i9-c-person-block--medium__image--container {
        margin-right: 0;
    }
}

.i9-c-person-block--medium__image--wrapper {
    display: block;
    height: 170px;
    width: 170px;
    background-color: #eeefef;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 1.5rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 992px) {
    .i9-c-person-block--medium__image--wrapper {
        margin-right: 0;
    }
}

.i9-c-person-block--medium__content--name {
    font-size: 2.4rem;
    line-height: 1.2;
    color: #003a5d;
    font-weight: normal;
    margin-bottom: 0;
}

.i9-c-person-block--medium__content--position {
    font-size: 1.8rem;
    color: #231f20;
    line-height: 1.2;
    text-decoration: none !important;
    display: block;
}

.i9-c-person-block--medium__content--external {
    display: flex;
    flex-direction: column;
}

    .i9-c-person-block--medium__content--external *:first-child {
        font-weight: bold;
    }

.i9-c-person-block--medium__content--text {
    font-size: 1.3rem;
    line-height: 1.4;
}

.i9-c-person-block--medium__content--container {
    margin-top: 2rem;
}

.i9-c-person-block--medium__content--container-group {
    border-top: 1px solid #c5c7c9;
    border-bottom: 1px solid #c5c7c9;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

    .i9-c-person-block--medium__content--container-group * {
        margin-bottom: 0;
    }

.i9-c-person-block--medium__contact {
    color: #ae8e03;
}

.i9-c-person-block--medium__contact--group {
    flex-grow: 1;
    padding-bottom: 1rem;
    text-align: left;
}

    .i9-c-person-block--medium__contact--group .i9-c-section-title__title {
        margin-bottom: 1rem;
    }

.i9-c-person-block--medium__contact--ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

@media (max-width: 720px) {
    .i9-c-person-block--medium__contact--ul {
        flex-direction: column;
    }
}

.i9-c-person-block--medium__contact--li {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid #c5c7c9;
}

@media (max-width: 720px) {
    .i9-c-person-block--medium__contact--li {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
}

.i9-c-person-block--medium__contact--li:last-of-type {
    border-right: none;
}

.i9-c-person-block--medium__contact--icon {
    padding: 1.5rem;
    background-color: #ae8e03;
}

.i9-c-person-block--medium__contact--container {
    display: flex;
    flex-direction: column;
}

    .i9-c-person-block--medium__contact--container .i9-c-social-icon-block {
        margin-right: 1.5rem;
        padding-right: 1.5rem;
    }

        .i9-c-person-block--medium__contact--container .i9-c-social-icon-block:empty {
            display: none;
        }

@media (max-width: 720px) {
    .i9-c-person-block--medium__contact--container .i9-c-social-icon-block {
        border-right: none;
        width: 100%;
        justify-content: center;
        margin-bottom: 1.5rem;
        margin-right: 0;
        padding-right: 0;
    }
}

.i9-c-person-block--medium__contact--container .i9-c-social-icon {
    background-color: #ae8e03;
}

    .i9-c-person-block--medium__contact--container .i9-c-social-icon path {
        fill: #ffffff;
    }

    .i9-c-person-block--medium__contact--container .i9-c-social-icon:focus {
        outline: 1px dashed #003a5d;
    }

    .i9-c-person-block--medium__contact--container .i9-c-social-icon:hover {
        background-color: #003a5d;
        border-color: #003a5d;
    }

        .i9-c-person-block--medium__contact--container .i9-c-social-icon:hover path {
            fill: #ffffff;
        }

.i9-c-person-block--medium .i9-c-person-block--large__interests--list {
    font-size: 1.3rem;
    line-height: 1.4;
}

.i9-c-person-block--medium .i9-c-section-title__title {
    font-size: 1.6rem;
    line-height: 1.2;
    border-bottom: 0;
    padding: 0;
}

.i9-c-person-block--medium:hover .i9-c-person-block--small__content--name span {
    text-decoration: underline;
}

.i9-c-person-block--medium:hover .i9-c-person-block--small__content--name small {
    text-decoration: none;
}

.i9-l-person-grid {
    margin-bottom: 6rem;
}

    .i9-l-person-grid .i9-c-person-block--medium {
        flex-direction: column;
        text-align: center;
        margin-bottom: 6rem;
        align-items: stretch;
    }

    .i9-l-person-grid .i9-c-person-block--medium__contact--container .i9-c-social-icon-block {
        border-right: none;
        margin-bottom: 1.5rem;
    }

    .i9-l-person-grid .i9-c-person-block--medium__image--container,
    .i9-l-person-grid .i9-c-person-block--medium__image--wrapper {
        margin: 0 auto;
    }

    .i9-l-person-grid .i9-c-person-block--medium__contact--container {
        justify-content: center;
        align-items: center;
    }

        .i9-l-person-grid .i9-c-person-block--medium__contact--container .i9-c-social-icon-block {
            margin-right: 0;
            padding-right: 0;
        }

    .i9-l-person-grid .i9-c-person-block--small__image--wrapper {
        display: none;
    }

    .i9-l-person-grid .i9-c-person-block--medium__contact--ul {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 1.5rem;
    }

    .i9-l-person-grid .i9-c-person-block--medium__contact--li {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

    .i9-l-person-grid .i9-c-person-block--medium__interests .i9-c-section-title {
        margin-bottom: 0;
        margin-top: 0;
    }

.i9-c-person-card--large {
    background-color: #eeefef;
    padding: 3rem;
    margin-bottom: 3rem;
    display: block;
    line-height: unset;
}

    .i9-c-person-card--large:hover {
        text-decoration: none;
    }

.i9-c-person-card--large--container {
    display: flex;
}

@media (max-width: 768px) {
    .i9-c-person-card--large--container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.i9-c-person-card--large__image {
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    height: 150px;
    width: 150px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.i9-c-person-card--large__image--container {
    margin-right: 3rem;
    margin-bottom: 3rem;
}

.i9-c-person-card--large__image--wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.i9-c-person-card--large__content--container {
    text-align: left;
}

.i9-c-person-card--large__content--name {
    font-size: 2rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    color: #003a5d;
    display: block;
    margin-bottom: .4rem;
}

.i9-c-person-card--large__content--position {
    font-size: 1.6rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #231f20;
    display: block;
    line-height: 1.2;
}

.i9-c-person-card--large__content--bio {
    display: block;
    color: #231f20;
    font-weight: 400;
}

.i9-c-person-card--large .i9-c-contributor-block__content--cta {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #ae8e03;
    margin-top: 1rem;
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .i9-c-side-navigation {
        padding-right: 2rem;
    }
}

.i9-c-side-navigation__container {
    position: relative;
    background-color: #eeefef;
    padding-bottom: 3rem;
}

    .i9-c-side-navigation__container.i9-u-background-extend__left:after {
        background-color: #eeefef;
    }

@media (max-width: 992px) {
    .i9-c-side-navigation__container {
        background-color: #eeefef;
        padding: 2rem 1.5rem;
        margin: 3rem 0;
    }
}

.i9-c-side-navigation__content {
    padding-top: 3rem;
}

@media (max-width: 992px) {
    .i9-c-side-navigation__content {
        padding-top: 0;
    }
}

.i9-c-side-navigation__title {
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #003a5d;
    color: #003a5d;
    font-family: "Barlow";
}

@media (max-width: 992px) {
    .i9-c-side-navigation__title {
        border-bottom: 0;
        margin-bottom: 0;
        margin-right: 0;
        text-align: center;
    }
}

.i9-c-side-navigation__title-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .i9-c-side-navigation__title-group {
        min-height: 30px;
    }
}

.i9-c-side-navigation__title-group-toggle {
    margin-right: 1rem;
    background-color: transparent;
    border: 1px solid transparent;
    position: relative;
    transition: 0.3s all ease;
    border-left: 1px solid #c5c7c9;
    padding-left: 1.5rem;
}

@media (max-width: 992px) {
    .i9-c-side-navigation__title-group-toggle {
        position: absolute;
        right: 30px;
        height: 50px;
        width: 50px;
    }
}

.i9-c-side-navigation__title-group-toggle--icon {
    display: block;
    transform: rotate(45deg);
    transition: 0.3s all ease;
    font-weight: bold;
}

.i9-c-side-navigation__title-group-toggle.collapsed .i9-c-side-navigation__title-group-toggle--icon {
    transform: rotate(0deg);
}

.i9-c-side-navigation__title-group-toggle:hover {
    cursor: pointer;
}

    .i9-c-side-navigation__title-group-toggle:hover:after {
        opacity: 1;
    }

.i9-c-side-navigation__title-group-navigation {
    margin-bottom: 0;
    list-style: none;
}

.i9-c-side-navigation__group {
    border-bottom: 1px solid #c5c7c9;
}

@media (max-width: 992px) {
    .i9-c-side-navigation__group {
        border-bottom: 0;
    }
}

.i9-c-side-navigation__group:last-of-type {
    border-bottom: 0;
}

.i9-c-side-navigation__group-navigation {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.i9-c-side-navigation__group-title {
    color: #003a5d;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
}

.i9-c-side-navigation__group--margin {
    margin-top: 1.5rem;
}

.i9-c-side-navigation__mobile-accordion--button button {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    border: none;
    padding: 1.5rem;
}

    .i9-c-side-navigation__mobile-accordion--button button:after {
        content: "";
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border: solid #067bb4;
        border-width: 0 0 3px 3px;
        padding: 3px;
        margin-top: 4px;
        display: block;
        float: right;
        transition: 0.3s all ease;
    }

    .i9-c-side-navigation__mobile-accordion--button button[aria-expanded='true']:after {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

@media (min-width: 992px) {
    .i9-c-side-navigation__mobile-accordion--button {
        display: none;
    }
}

@media (min-width: 992px) {
    .i9-c-side-navigation__mobile-accordion--group {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .i9-c-side-navigation__mobile-accordion--group {
        position: absolute;
        width: calc(100% - 4.5rem);
        left: 0;
        background-color: #eeefef;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding: 3rem;
        padding-top: 0;
        z-index: 5000;
        box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1), 0 3px 10px -10px rgba(0, 0, 0, 0.3);
        border-top: 6px solid #003a5d;
    }

        .i9-c-side-navigation__mobile-accordion--group .i9-c-side-navigation__group:first-of-type .i9-c-side-navigation__title-group {
            border-top: none;
        }

        .i9-c-side-navigation__mobile-accordion--group .i9-c-side-navigation__title-group {
            width: 100%;
            justify-content: space-between;
            padding-top: 1.5rem;
            margin-top: 1.5rem;
            border-top: 1px solid #c5c7c9;
        }

        .i9-c-side-navigation__mobile-accordion--group .i9-c-side-navigation__group-title {
            font-weight: 400;
        }

        .i9-c-side-navigation__mobile-accordion--group .i9-c-side-navigation__link {
            font-weight: 400;
            width: 100%;
            display: block;
            padding: 1rem 0;
        }
}

@media (min-width: 992px) {
    .i9-c-side-navigation__link {
        display: flex;
        align-items: center;
        padding: 10px;
        padding-left: 0;
    }
}

.i9-l-base .i9-c-side-navigation__container {
    padding-right: 3rem;
}

@media (min-width: 992px) {
    .i9-l-base .i9-c-side-navigation__container:last-of-type:before {
        content: "";
        position: absolute;
        width: 50vw;
        bottom: -10px;
        right: calc(100% + 15px);
        height: 10px;
        background-color: #d0af21;
    }

    .i9-l-base .i9-c-side-navigation__container:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        z-index: -1;
        right: 0;
        width: 100vw;
        background-color: #eeefef;
    }
}

.i9-l-institute .i9-c-title-banner--medium + .container .i9-c-side-navigation__container,
.i9-l-institute .i9-c-title-banner--small + .container .i9-c-side-navigation__container {
    margin-top: 3rem;
}

.i9-l-institute .i9-c-side-navigation__content {
    text-align: center;
}

@media (min-width: 992px) {
    #i9-l-cicd .i9-c-side-navigation__content {
        background-color: #196b7b;
        color: #ffffff;
    }

    #i9-l-cicd .i9-c-side-navigation__title {
        border-color: #003a5d;
    }

    #i9-l-oigi .i9-c-side-navigation__content {
        background-color: #ffffff;
        color: #231f20;
        border-bottom: 4px solid #d0af21;
    }

    #i9-l-oigi .i9-c-side-navigation__title {
        border-color: transparent;
    }

    #i9-l-oigi .i9-c-side-navigation__title {
        display: none;
    }

    .i9-l-institute .i9-c-side-navigation__container {
        margin-top: -9rem;
    }

    .i9-l-institute .i9-c-side-navigation__content {
        text-align: center;
        margin-left: -3rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 1.5rem;
    }

    .i9-l-institute .i9-c-side-navigation__title {
        color: inherit;
    }

    .i9-l-institute .i9-c-side-navigation__mobile-accordion--group {
        margin-left: -3rem;
        margin-bottom: -3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
        padding-top: 3rem;
        padding-right: 3rem;
        background-color: #eeefef;
    }

    .i9-l-institute .i9-c-side-navigation__title {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    #i9-l-oigi .i9-c-side-navigation__title {
        display: block;
    }

    #i9-l-oigi .i9-c-side-navigation__description {
        display: none !important;
    }
}

.i9-c-side-recommended .i9-c-section-title {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .i9-c-side-recommended {
        margin-top: 0 !important;
    }
}

.i9-c-side-recommended .i9-c-link--block--ul {
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .i9-c-side-recommended .i9-c-link--block--ul {
        display: none;
    }
}

.i9-c-side-recommended .i9-c-link--block--li {
    display: inline-block;
    font-size: 1.3rem;
    padding-right: 10px;
    margin-bottom: 5px;
}

    .i9-c-side-recommended .i9-c-link--block--li a {
        color: #067bb4;
        white-space: normal;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.6;
        font-size: 1.3rem;
    }

.i9-c-side-recommended .i9-c-article-preview--small {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    border-radius: 0 0 25px 0;
}

@media (max-width: 992px) and (min-width: 768px) {
    .i9-c-side-recommended .i9-c-article-preview--small {
        height: calc(100% - 3rem);
    }
}

.i9-c-side-recommended .i9-c-article-preview--small__content--container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

#i9-js-side-recommended .i9-topic-list {
    margin-bottom: 0;
}

    #i9-js-side-recommended .i9-topic-list hr,
    #i9-js-side-recommended .i9-topic-list .i9-c-section-title {
        display: none;
    }

@media (max-width: 992px) {
    #i9-js-side-recommended .i9-topic-list {
        display: none;
    }
}

@media (max-width: 992px) {
    #i9-js-side-recommended {
        margin-top: 0 !important;
    }
}

.i9-topic-list .i9-c-link--block--li a {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    white-space: normal;
}

.i9-c-social-banner--large {
    display: flex;
}

.i9-c-social-banner--large__group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: "Barlow";
    text-transform: uppercase;
}

.i9-c-social-banner--small {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Barlow";
    text-transform: uppercase;
}

.i9-c-social-banner--small__link {
    padding-bottom: 0.5rem !important;
    color: #ffffff !important;
}

    .i9-c-social-banner--small__link:hover {
        color: #ffffff;
    }

        .i9-c-social-banner--small__link:hover:after {
            background-color: white !important;
        }

@media (max-width: 992px) {
    .i9-c-social-banner--small {
        height: 100%;
        flex-direction: column;
        align-items: initial;
        padding: 3rem;
        flex-direction: column;
    }
}

.i9-c-social-banner--small__group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 100%;
}

@media (max-width: 992px) {
    .i9-c-social-banner--small__group {
        width: 100%;
        justify-content: space-between;
    }

        .i9-c-social-banner--small__group:first-child {
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
            padding-bottom: 3rem;
            margin-bottom: 3rem;
        }
}

.i9-c-social-banner--small .h2,
.i9-c-social-banner--small .h3 {
    font-family: "Barlow";
    text-transform: uppercase;
    font-weight: normal;
}

.i9-c-social-banner--small__link {
    color: #ffffff;
}

    .i9-c-social-banner--small__link:after {
        width: 100%;
        background-color: #ffffff;
    }

    .i9-c-social-banner--small__link:hover:after {
        background-color: #003a5d;
    }

@media (min-width: 1200px) {
    .i9-c-social-banner--small__with-image .i9-c-social-banner--small__group:first-of-type {
        padding-left: calc(50vw - 560px);
    }

    .i9-c-social-banner--small__with-image .i9-c-social-banner--small__group:last-of-type {
        padding-right: calc(50vw - 560px);
        flex-direction: column;
        text-align: left;
        align-items: baseline;
        position: relative;
        z-index: 0;
        padding-left: 3rem;
    }

        .i9-c-social-banner--small__with-image .i9-c-social-banner--small__group:last-of-type:before {
            content: "";
            height: 100%;
            width: calc( 100% + 15px);
            background-color: #003a5d;
            position: absolute;
            mix-blend-mode: multiply;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .i9-c-social-banner--small__with-image .i9-c-social-banner--small__group:last-of-type .i9-u-container-fluid__background--image {
            width: calc( 100% + 15px);
            padding: 0;
        }
}

@media (max-width: 992px) {
    .i9-c-social-banner--small > * {
        flex-direction: column;
        align-items: center;
        padding-bottom: 1.5rem;
    }

        .i9-c-social-banner--small > *:first-of-type {
            border-bottom: 1px solid #45c2b1;
            padding-bottom: 1rem;
            margin-bottom: 1.5rem;
        }

        .i9-c-social-banner--small > * > * {
            padding-bottom: 1.5rem;
        }
}

.i9-c-social-banner--aside {
    height: 100%;
    flex-direction: column;
    align-items: initial;
    padding: 3rem;
}

    .i9-c-social-banner--aside > * {
        flex-direction: column;
        align-items: baseline;
    }

@media (max-width: 992px) {
    .i9-c-social-banner--aside > * {
        align-items: center;
    }
}

.i9-c-social-banner--aside > * > * {
    padding-bottom: 1.5rem;
}

.i9-c-social-banner--aside > *:first-of-type {
    border-bottom: 1px solid #45c2b1;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.i9-c-social-banner--small__link {
    color: white;
}

    .i9-c-social-banner--small__link:hover {
        color: #d0af21;
    }

        .i9-c-social-banner--small__link:hover:after {
            display: block;
            background-color: #d0af21 !important;
        }

.i9-c-social-icon {
    height: 4rem;
    width: 4rem;
    background-color: white;
    border-radius: 50%;
    padding: 1rem;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: transparent;
}

    .i9-c-social-icon:last-child {
        margin-right: 0;
    }

.i9-c-social-icon-block {
    display: flex;
}

.i9-c-social-icon:after {
    display: none;
}

.i9-c-social-icon:hover {
    background-color: #ae8e03;
    border-color: #ae8e03;
}

    .i9-c-social-icon:hover path {
        fill: #ffffff;
    }

.i9-c-social-icon > * {
    height: 100%;
    width: 100%;
}

.i9-c-social-icon path {
    fill: #003a5d;
}

.i9-c-social-share-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-top: 1px solid #c5c7c9;
}

@media (max-width: 992px) {
    .i9-c-social-share-block {
        border-top: 0;
        max-width: 240px;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
}

.i9-c-social-share-block__title {
    font-family: "Barlow";
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.i9-c-social-share-block .i9-c-social-icon-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

@media (max-width: 992px) {
    .i9-c-social-share-block .i9-c-social-icon-block {
        flex-direction: row;
        margin-top: 1rem;
    }
}

.i9-c-social-share-block .i9-c-social-icon {
    margin-right: 0;
    flex-direction: column;
    width: 100%;
    display: block;
    position: relative;
    border-radius: 0;
}

@media (max-width: 992px) {
    .i9-c-social-share-block .i9-c-social-icon {
        flex-direction: row;
        border-right: 1px solid #c5c7c9;
    }

        .i9-c-social-share-block .i9-c-social-icon:last-of-type {
            border-right: 0;
        }
}

.i9-c-social-share-block .i9-c-social-icon:before {
    content: "";
    border-top: 1px solid #c5c7c9;
    width: 100%;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
}

@media (max-width: 992px) {
    .i9-c-social-share-block .i9-c-social-icon:before {
        border-top: 0;
        border-right: 1px solid #c5c7c9;
    }
}

.i9-c-social-share-block .i9-c-social-icon path {
    fill: #ae8e03;
}

.i9-c-social-share-block .i9-c-social-icon:hover {
    background-color: transparent;
    cursor: pointer;
}

    .i9-c-social-share-block .i9-c-social-icon:hover path {
        fill: #003a5d;
    }

.i9-c-content {
    padding-top: 3rem;
}

.i9-c-content-title__title {
    color: #003a5d;
    font-size: 5rem;
    font-weight: normal;
    position: relative;
    margin-bottom: 4.5rem;
}

@media (max-width: 992px) {
    .i9-c-content-title__title {
        font-size: 4rem;
    }
}

.i9-c-content-title__title:after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #003a5d;
}

#i9-l-cicd .i9-c-content-title__title:after {
    background-color: #196b7b;
}

#i9-l-oigi .i9-c-content-title__title:after {
    background-color: #d0af21;
}

.i9-c-rich-text-area {
    margin-bottom: 3rem;
}

    .i9-c-rich-text-area .h1,
    .i9-c-rich-text-area .h2,
    .i9-c-rich-text-area .h3,
    .i9-c-rich-text-area .h4,
    .i9-c-rich-text-area .h5 {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 800;
    }

    .i9-c-rich-text-area .h1,
    .i9-c-rich-text-area .i9-e-heading__display {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .i9-c-rich-text-area .h2,
    .i9-c-rich-text-area .i9-e-heading__large {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .i9-c-rich-text-area .h3,
    .i9-c-rich-text-area .i9-e-heading__medium {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

@media (max-width: 992px) {
    .i9-c-rich-text-area .h1,
    .i9-c-rich-text-area .i9-e-heading__display {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .i9-c-rich-text-area .h2,
    .i9-c-rich-text-area .i9-e-heading__large {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .i9-c-rich-text-area .h3,
    .i9-c-rich-text-area .i9-e-heading__medium {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}

.i9-c-rich-text-area .h4,
.i9-c-rich-text-area .i9-e-heading__small {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.i9-c-rich-text-area .h5,
.i9-c-rich-text-area .i9-e-heading__section-large {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

.i9-c-rich-text-area .h6,
.i9-c-rich-text-area .i9-e-heading__section-small {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

.i9-c-rich-text-area__video {
    width: 100%;
    background-color: #eeefef;
    position: relative;
    padding-top: 56.25%;
}

    .i9-c-rich-text-area__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.i9-c-rich-text-area__video--left {
    width: 50%;
    margin: 12px 24px 24px -13%;
    clear: both;
    float: left;
    padding-top: 25%;
}

.i9-c-rich-text-area__video--right {
    width: 50%;
    margin: 12px -13% 24px 24px;
    clear: both;
    float: right;
    padding-top: 25%;
}

.i9-c-rich-text-area__video .i9-c-key-image__citation {
    top: 30px;
    position: relative;
}

.i9-c-rich-text-area__pull-quote--citation {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
}

.i9-c-rich-text-area__infographic:empty {
    background-color: #eeefef;
    border: 1px dashed #45c2b1;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .i9-c-rich-text-area__infographic:empty:after {
        content: "Infographic Placeholder";
        display: block;
    }

.i9-c-rich-text-area__citations {
    border-top: 1px solid #eeefef;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .i9-c-rich-text-area__citations h4 {
        margin-bottom: 1rem;
    }

.i9-c-rich-text-area a {
    font-weight: 400;
    color: #067bb4;
    text-decoration: underline;
}

    .i9-c-rich-text-area a:hover, .i9-c-rich-text-area a:focus {
        text-decoration: none;
    }

        .i9-c-rich-text-area a:hover:after, .i9-c-rich-text-area a:focus:after {
            display: none;
        }

.i9-c-rich-text-area .i9-e-p__large a {
    white-space: normal;
}

.i9-c-rich-text-area img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.i9-c-rich-text-area__aside {
    width: 380px;
    position: relative;
    display: inline-block;
}

@media (max-width: 992px) {
    .i9-c-rich-text-area__aside {
        width: 100%;
    }
}

.i9-c-rich-text-area__aside .h3 {
    line-height: 1;
}

.i9-c-rich-text-area__aside--left {
    margin-left: -13%;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

@media (max-width: 992px) {
    .i9-c-rich-text-area__aside--left {
        margin-left: 0;
        margin-right: 0;
    }
}

.i9-c-rich-text-area__aside--right {
    margin-right: -13%;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
}

@media (max-width: 992px) {
    .i9-c-rich-text-area__aside--right {
        margin-right: 0;
        margin-right: 0;
    }
}

.i9-c-rich-text-area__aside .i9-c-social-banner--small__link {
    color: white;
}

    .i9-c-rich-text-area__aside .i9-c-social-banner--small__link:hover {
        color: #d0af21;
    }

        .i9-c-rich-text-area__aside .i9-c-social-banner--small__link:hover:after {
            display: block;
            background-color: #d0af21 !important;
        }

.i9-c-rich-text-area ul, .i9-c-rich-text-area ol, .i9-c-rich-text-area dl {
    margin-bottom: 3rem;
}

    .i9-c-rich-text-area ul ul, .i9-c-rich-text-area ul ol, .i9-c-rich-text-area ol ul, .i9-c-rich-text-area ol ol, .i9-c-rich-text-area dl ul, .i9-c-rich-text-area dl ol {
        margin-bottom: 0;
    }

.i9-c-rich-text-area .i9-c-person-block--medium {
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
    margin-right: -3rem;
}

@media (max-width: 768px) {
    .i9-c-rich-text-area .i9-c-person-block--medium {
        margin-right: 0;
    }
}

.i9-c-rich-text-area .i9-c-person-block--medium a {
    text-decoration: none;
}

.i9-c-rich-text-area .i9-c-person-block--medium__image--container {
    margin-right: 0;
}

.i9-c-rich-text-area .i9-c-person-block--medium__image--wrapper {
    margin-right: 0;
}

.i9-c-rich-text-area .i9-c-person-block--medium__contact--container .i9-c-social-icon-block {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    margin-top: 1.5rem;
}

.i9-c-rich-text-area .i9-c-person-block--medium__content--container {
    width: 100%;
}

.i9-c-rich-text-area .i9-c-person-block--medium__image {
    height: unset;
    width: unset;
    margin-bottom: 0 !important;
}

.i9-c-rich-text-area .i9-c-person-block--medium__image--wrapper {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.i9-c-rich-text-area .publications-pullQuote {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
    font-style: italic;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 34px;
    border-left: 2px solid #003a5d;
    padding-left: 1.5rem;
}

    .i9-c-rich-text-area .publications-pullQuote:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom right, #003a5d 0%, #196b7b 100%);
        pointer-events: none;
        mix-blend-mode: screen;
    }

@supports (-ms-ime-align: auto) {
    .i9-c-rich-text-area .publications-pullQuote {
        color: #003a5d;
    }

        .i9-c-rich-text-area .publications-pullQuote:before {
            display: none;
        }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .i9-c-rich-text-area .publications-pullQuote {
        color: #003a5d;
    }

        .i9-c-rich-text-area .publications-pullQuote:before {
            display: none;
        }
}

.i9-c-rich-text-area .publications-intro {
    font-weight: 600;
    font-style: italic;
}

.i9-c-rich-text-area .publications-1col {
    width: 224px;
    display: block;
}

.i9-c-rich-text-area .publications-2col {
    width: 472px;
    display: block;
}

.i9-c-rich-text-area .publications-3col {
    width: 720px;
    display: block;
}

.i9-c-rich-text-area .publications-half {
    width: 280px;
    display: block;
}

.i9-c-rich-text-area .publications-full {
    width: 584px;
    display: block;
}

.i9-c-rich-text-area .publications-left {
    margin: 12px 24px 24px -13%;
    clear: both;
    float: left;
}

    .i9-c-rich-text-area .publications-left.col-md-12 {
        width: 113%;
        max-width: 113%;
    }

@media (max-width: 992px) {
    .i9-c-rich-text-area .publications-left.col-md-12 {
        width: 100%;
        max-width: 100%;
    }
}

.i9-c-rich-text-area .publications-right {
    margin: 12px -13% 24px 24px;
    clear: both;
    float: right;
}

.i9-c-rich-text-area .publications-pullQuote.publications-center {
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #c5c7c9;
    border-bottom: 1px solid #c5c7c9;
    border-left: none;
}

.i9-c-rich-text-area .publications-sidebar {
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-top: 1px solid #c5c7c9;
    border-bottom: 1px solid #c5c7c9;
    border-left: none;
}

    .i9-c-rich-text-area .publications-sidebar p {
        font-size: 1.4rem;
    }

@media (max-width: 992px) {
    .i9-c-rich-text-area .publications-left,
    .i9-c-rich-text-area .publications-right {
        margin-top: 1rem;
        margin-bottom: 3rem;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .i9-c-rich-text-area .publications-left {
        margin-right: 15px;
    }

    .i9-c-rich-text-area .publications-right {
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .i9-c-rich-text-area .publications-left,
    .i9-c-rich-text-area .publications-right {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.i9-c-rich-text-area .publications-citation {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
    display: block;
}

@media (max-width: 992px) {
    .i9-c-rich-text-area .publications-pullQuote {
        width: 100%;
        margin: 0;
        float: none;
        margin-top: 1rem;
        margin-bottom: 3rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #c5c7c9;
        border-bottom: 1px solid #c5c7c9;
        border-left: none;
    }
}

.i9-c-rich-text-area .i9-c-video-tabs__tab-titles--a {
    color: #ffffff;
    border-bottom: 0;
}

.i9-c-rich-text-area h1 a, .i9-c-rich-text-area h2 a, .i9-c-rich-text-area h3 a, .i9-c-rich-text-area h4 a, .i9-c-rich-text-area h5 a, .i9-c-rich-text-area .h1 a, .i9-c-rich-text-area .h2 a, .i9-c-rich-text-area .h3 a, .i9-c-rich-text-area .h4 a, .i9-c-rich-text-area .h5 a {
    font-weight: bold;
}

.bluebox,
.blue_backer_plain {
    margin: 1rem 0;
    padding: 1.5rem;
    background: #eeefef;
}

@media (min-width: 992px) {
    .col-lg-8 .publications-right {
        margin: 12px 0 24px 24px;
    }
}

.publications-credit {
    margin-left: 10px;
}

    .publications-credit:before {
        content: "|";
        display: inline;
        margin-right: 10px;
    }

.corus.col-12,
.col-12.publications-center {
    padding-left: 0;
    padding-right: 0;
}

.corus .i9-c-key-image__citation strong {
    margin-right: 5px;
}

    .corus .i9-c-key-image__citation strong:empty {
        margin-right: 0;
    }

.i9-e-title {
    font-size: 2rem;
    margin-bottom: 0;
    color: #333333;
}

.js-disabled {
    opacity: .5;
    cursor: not-allowed !important;
    pointer-events: none;
}

.i9-c-related-content__group {
    margin-top: 3rem;
}

.i9-c-related-content__group--header {
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
}

.i9-c-related-content__group--title {
    padding-bottom: 1.5rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #ae8e03;
    padding-bottom: 0;
}

.i9-c-related-content__group--ul {
    list-style: none;
    padding-left: 0;
}

.i9-c-related-content__group--item {
    list-style: none;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    border-left: 1px solid #c5c7c9;
}

    .i9-c-related-content__group--item p {
        margin-bottom: 0;
    }

.i9-c-related-content__group--tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .i9-c-related-content__group--tags *:last-of-type {
        border-color: transparent;
        padding-left: 0;
        margin-left: 0;
    }

    .i9-c-related-content__group--tags * {
        border-right: 1px solid #eeefef;
        padding-right: 1rem;
        margin-right: 1rem;
        font-size: 1.3rem;
    }

.i9-c-title-banner {
    overflow: hidden;
}

    .i9-c-title-banner .i9-c-breadcrumb-li:before {
        color: #ffffff;
    }

    .i9-c-title-banner .i9-c-breadcrumb-a {
        color: #ffffff;
    }

        .i9-c-title-banner .i9-c-breadcrumb-a:after {
            background-color: #ffffff;
        }

        .i9-c-title-banner .i9-c-breadcrumb-a:hover {
            color: #ffffff;
        }

        .i9-c-title-banner .i9-c-breadcrumb-a:focus {
            outline: 2px solid #ae8e03;
        }

    .i9-c-title-banner .i9-c-section-title__title {
        color: #ffffff;
        border-color: #ae8e03;
    }

    .i9-c-title-banner .i9-c-section-title__cta:hover {
        color: #ffffff;
    }

        .i9-c-title-banner .i9-c-section-title__cta:hover:after {
            background-color: #ffffff;
        }

    .i9-c-title-banner .i9-c-section-title__cta:focus {
        outline: 2px solid #ae8e03;
        color: #ffffff;
    }

        .i9-c-title-banner .i9-c-section-title__cta:focus:after {
            background-color: #ffffff;
        }

    .i9-c-title-banner .i9-c-person-block--small:focus {
        outline: 2px solid #ae8e03;
    }

    .i9-c-title-banner .i9-c-person-block--small__content--name {
        color: #ffffff;
    }

    .i9-c-title-banner .i9-c-person-block--small__content--position {
        color: #ffffff;
    }

    .i9-c-title-banner .i9-c-person-block--small a {
        color: white;
        font-weight: normal;
    }

.i9-c-title-banner__title--title {
    color: #ffffff;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 400;
}

    .i9-c-title-banner__title--title:after {
        content: "";
        position: absolute;
        bottom: -1.5rem;
        height: 5px;
        width: 100px;
        left: 0;
        background-color: #ae8e03;
    }

.i9-c-title-banner__title--subtitle {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.i9-c-title-banner__title--date {
    color: #ffffff;
}

.i9-c-title-banner__title--container {
    margin-top: 6rem;
}

@media (max-width: 992px) {
    .i9-c-title-banner__title--container {
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .i9-c-title-banner__title--container {
        margin-top: 0;
    }
}

.i9-c-title-banner__title--container a {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: inherit;
}

    .i9-c-title-banner__title--container a:after {
        display: none;
    }

    .i9-c-title-banner__title--container a:hover {
        text-decoration: underline;
    }

.i9-c-title-banner__download--block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .i9-c-title-banner__download--block .i9-c-title-banner__title--date {
        margin-bottom: 0;
    }

    .i9-c-title-banner__download--block:after {
        display: none;
    }

    .i9-c-title-banner__download--block:hover .i9-c-title-banner__download--label {
        text-decoration: underline;
    }

.i9-c-title-banner__download--label {
    font-family: "Barlow", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.i9-c-title-banner__download--icon {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ae8e03;
    border-radius: 50%;
    color: #ffffff;
    margin-left: 1rem;
}

    .i9-c-title-banner__download--icon path {
        fill: #ffffff;
    }

.i9-c-title-banner--medium .i9-c-title-banner__title--container {
    display: flex;
    align-items: start;
    margin-top: 3rem;
}

    .i9-c-title-banner--medium .i9-c-title-banner__title--container.i9-c-title-banner__title--stacked {
        flex-direction: column;
    }

        .i9-c-title-banner--medium .i9-c-title-banner__title--container.i9-c-title-banner__title--stacked .i9-c-title-banner__title--title,
        .i9-c-title-banner--medium .i9-c-title-banner__title--container.i9-c-title-banner__title--stacked .i9-c-title-banner__title--subtitle {
            flex-basis: inherit;
            flex-grow: inherit;
        }

@media (max-width: 767px) {
    .i9-c-title-banner--medium .i9-c-title-banner__title--container {
        flex-direction: column;
    }
}

.i9-c-title-banner--medium .i9-c-title-banner__title--title,
.i9-c-title-banner--medium .i9-c-title-banner__title--subtitle {
    flex-grow: 1;
}

@media (min-width: 767px) {
    .i9-c-title-banner--medium .i9-c-title-banner__title--title,
    .i9-c-title-banner--medium .i9-c-title-banner__title--subtitle {
        flex-basis: 0;
    }
}

.i9-c-title-banner--medium .i9-c-title-banner__title--title a,
.i9-c-title-banner--medium .i9-c-title-banner__title--subtitle a {
    color: #ae8e03;
    white-space: nowrap;
}

    .i9-c-title-banner--medium .i9-c-title-banner__title--title a:hover:after,
    .i9-c-title-banner--medium .i9-c-title-banner__title--subtitle a:hover:after {
        background-color: #ae8e03;
        display: none;
    }

.i9-c-title-banner--medium .i9-c-title-banner__title--title {
    padding-right: 1.5rem;
}

.i9-c-title-banner--medium .i9-c-title-banner__title--date {
    display: none;
}

.i9-c-title-banner--medium .i9-c-form__glassy {
    flex-grow: 1;
}

@media (max-width: 767px) {
    .i9-c-title-banner--medium .i9-c-form__glassy {
        width: 100%;
    }
}

.i9-c-highlights {
    color: #ffffff;
    padding: 3rem;
}

@media (max-width: 992px) {
    .i9-c-highlights {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .i9-c-highlights {
        padding-left: 0;
    }
}

.i9-c-highlights__title {
    margin-bottom: 1.5rem;
}

    .i9-c-highlights__title:after {
        content: "";
        width: 100%;
    }

.i9-c-highlights__ul,
.i9-c-highlights ul {
    padding-left: 1rem;
    list-style: none;
}

.i9-c-highlights__li,
.i9-c-highlights li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

    .i9-c-highlights__li:before,
    .i9-c-highlights li:before {
        content: "›";
        position: absolute;
        left: 0;
        top: 0px;
    }

    .i9-c-highlights__li a,
    .i9-c-highlights li a {
        color: #ffffff;
        text-decoration: underline;
    }

        .i9-c-highlights__li a:hover,
        .i9-c-highlights li a:hover {
            text-decoration: underline;
        }

.i9-c-key-image__container {
    margin-left: -100px;
    margin-right: -100px;
    position: relative;
    display: block;
    height: 520px;
    z-index: 0;
}

@media (max-width: 992px) {
    .i9-c-key-image__container {
        margin-right: -300px;
        height: 400px;
    }
}

@media (max-width: 772px) {
    .i9-c-key-image__container {
        margin-left: calc(260px - 50vw);
        margin-right: calc(260px - 50vw);
    }
}

@media (max-width: 500px) {
    .i9-c-key-image__container {
        margin-left: -15px;
        margin-right: -15px;
        height: 250px;
    }
}

@media (max-width: 400px) {
    .i9-c-key-image__container {
        height: 200px;
    }
}

.i9-c-key-image__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.i9-c-key-image__citation {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    min-height: 18px;
}

.i9-c-key-image__video .i9-c-key-image__container {
    margin-right: -15px;
}

@media (max-width: 992px) {
    .i9-c-key-image__video .i9-c-key-image__container {
        margin-left: -100px;
        margin-right: -100px;
    }
}

@media (max-width: 720px) {
    .i9-c-key-image__video .i9-c-key-image__container {
        margin-left: 0;
        margin-right: 0;
    }
}

.offset-lg-1 .i9-c-key-image__container {
    margin-left: -125px;
    margin-right: -100px;
    margin-top: -50px;
    position: relative;
    display: block;
    height: 520px;
    z-index: 0;
}

    .offset-lg-1 .i9-c-key-image__container:before {
        content: "";
        position: absolute;
        width: 200px;
        bottom: -10px;
        right: 0;
        height: 10px;
        background-color: #d0af21;
    }

@media (max-width: 992px) {
    .offset-lg-1 .i9-c-key-image__container {
        margin-left: 0;
        margin-right: 0;
        height: 400px;
        margin-top: 0;
    }
}

@media (max-width: 772px) {
    .offset-lg-1 .i9-c-key-image__container {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        height: 280px;
    }
}

@media (max-width: 992px) {
    #social-start,
    #article-start {
        margin-top: 0 !important;
    }
}

.publications-caption {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.i9-c-key-image__negative-margin {
    margin-top: -6rem;
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .i9-c-key-image__negative-margin {
        margin-top: 0;
    }
}

.i9-c-key-image__negative-image {
    width: 100%;
}

.i9-c-email-banner {
    background-color: #eeefef;
    margin-left: -6rem;
    margin-right: -6rem;
    padding: 3rem 6rem;
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
}

@media (max-width: 992px) {
    .i9-c-email-banner {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
        padding: 3rem;
    }

    .i9-c-email-banner__form {
        margin-top: 3rem;
    }
}

.i9-c-email-banner__form {
    flex-grow: 1;
    height: 5.4rem;
}

.i9-c-email-banner__form-group {
    height: 100%;
}

.i9-c-email-banner__form-group-btn {
    height: 100%;
    background-color: #067bb4;
    color: #ffffff;
    font-weight: bold;
    padding-left: 3rem;
    padding-right: 3rem;
}

.i9-c-email-banner__form-group label {
    width: 100%;
    height: 100%;
    margin-right: 1.5rem;
}

.i9-c-email-banner__form-group .form-control {
    width: 100%;
    height: 5.4rem;
    font-size: 1.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.i9-c-email-banner__content-title {
    color: #003a5d;
}

.i9-c-email-banner__social-container {
    padding-left: 3rem;
}

@media (max-width: 992px) {
    .i9-c-email-banner__social-container {
        padding-left: 0;
        text-align: center;
        margin-top: 1.5rem;
    }
}

.i9-c-email-banner .i9-c-social-icon-block .i9-c-social-icon {
    background-color: #003a5d;
}

    .i9-c-email-banner .i9-c-social-icon-block .i9-c-social-icon path {
        fill: #ffffff;
    }

.i9-c-email-banner .ctct-inline-form {
    flex-grow: 1;
    border-right: 1px solid grey;
    border-right: 1px solid transparent;
}

@media (max-width: 992px) {
    .i9-c-email-banner .ctct-inline-form {
        width: 100%;
        border-right: none;
    }
}

.i9-c-email-banner .ctct-form-defaults {
    background-color: transparent !important;
}

@media (max-width: 992px) {
    .i9-c-email-banner .ctct-form-defaults {
        padding: 0 !important;
    }
}

.i9-c-email-banner .ctct-form-header {
    display: none;
}

.i9-c-email-banner .ctct-form-text {
    display: none;
}

.i9-c-email-banner .ctct-form-success {
    width: 100%;
    display: flex;
    max-width: 400px;
}

    .i9-c-email-banner .ctct-form-success .ctct-form-header {
        display: block;
        font-family: "Nunito Sans", sans-serif !important;
        font-weight: bold !important;
        color: #003a5d !important;
        font-size: 2.2rem !important;
        margin-bottom: 1rem !important;
    }

    .i9-c-email-banner .ctct-form-success .ctct-form-text {
        display: block;
        font-family: "Nunito Sans", sans-serif !important;
        font-size: 1.6rem !important;
        line-height: 1.6 !important;
        color: #231f20 !important;
    }

.i9-c-email-banner .ctct-form-custom {
    display: flex;
    align-items: center;
    padding-top: 3rem;
    position: relative;
}

    .i9-c-email-banner .ctct-form-custom .ctct-form-field {
        width: 100%;
        position: relative;
        margin-bottom: 0 !important;
    }

        .i9-c-email-banner .ctct-form-custom .ctct-form-field .ctct-form-label {
            position: absolute;
            top: -20px;
            left: 10px;
        }

        .i9-c-email-banner .ctct-form-custom .ctct-form-field .ctct-form-element {
            height: 100%;
            padding: 0 1.5rem;
            background-color: white;
            border: 2px solid transparent;
            margin-right: 1rem;
            margin-left: 1rem;
            height: 54px;
            flex-grow: 1;
            transition: 0.3s all ease;
            width: calc(100% - 20px);
            box-shadow: none;
            border-radius: 0;
            border: 2px solid white !important;
            transition: .3s all ease;
        }

            .i9-c-email-banner .ctct-form-custom .ctct-form-field .ctct-form-element:hover, .i9-c-email-banner .ctct-form-custom .ctct-form-field .ctct-form-element:focus {
                border-color: #ae8e03 !important;
                outline: none !important;
            }

        .i9-c-email-banner .ctct-form-custom .ctct-form-field .ctct-form-errorMessage {
            position: absolute;
            top: -23px;
            left: 65px;
        }

    .i9-c-email-banner .ctct-form-custom .ctct-form-button {
        justify-content: center;
        align-items: center;
        background-color: #067bb4 !important;
        border: 2px solid #067bb4 !important;
        font-weight: bold;
        padding-left: 3rem;
        padding-right: 3rem;
        color: #ffffff !important;
        transition: 0.3s all ease;
        white-space: nowrap;
        height: 54px;
        width: 150px !important;
        border-radius: 0 !important;
        font-family: "Nunito Sans", sans-serif !important;
    }

        .i9-c-email-banner .ctct-form-custom .ctct-form-button:hover, .i9-c-email-banner .ctct-form-custom .ctct-form-button:focus {
            border-color: #ae8e03 !important;
        }

.i9-c-email-banner .ctct-inline-form:empty {
    background: linear-gradient(270deg, #003a5d, #45c2b1, #003a5d);
    background-size: 400% 50%;
    opacity: .3;
    min-height: 158px;
    animation: AnimationName 3s infinite;
}

.ctct-inline-form * {
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: normal !important;
}

.i9-c-pagination__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i9-c-pagination .i9-c-page-link {
    padding: 1rem 2rem;
    background-color: transparent;
    color: #231f20;
    border: none;
    font-weight: 400;
}

@media (max-width: 768px) {
    .i9-c-pagination .i9-c-page-link {
        padding: 1rem;
    }
}

.i9-c-pagination .i9-c-page-link.disabled {
    cursor: not-allowed;
}

.i9-c-pagination .i9-c-page-link:after {
    display: none;
}

.i9-c-pagination .i9-c-page-link:hover {
    font-weight: 800;
    text-decoration: underline;
}

.i9-c-pagination .i9-c-page-link__last, .i9-c-pagination .i9-c-page-link__first, .i9-c-pagination .i9-c-page-link__active {
    font-weight: 800;
}

.i9-c-pagination .i9-c-page-link__last {
    border-left: 1px solid #c5c7c9;
}

.i9-c-pagination .i9-c-page-link__first {
    border-right: 1px solid #c5c7c9;
}

.i9-c-pagination .i9-c-page-link__active {
    color: #003a5d;
}

@media (max-width: 600px) {
    .i9-c-pagination .i9-c-page-link {
        padding: 5px;
    }

    .i9-c-pagination .page-item:first-child:nth-last-child(n + 14),
    .i9-c-pagination .page-item:first-child:nth-last-child(n + 14) ~ li {
        display: block;
        width: 100%;
    }

        .i9-c-pagination .page-item:first-child:nth-last-child(n + 14) + li + li,
        .i9-c-pagination .page-item:first-child:nth-last-child(n + 14) + li + li + li + li + li + li + li + li + li + li + li {
            display: none !important;
        }
}

.i9-c-reservation-profile-content .feature-content > h1 {
    color: #003a5d;
    font-size: 5rem;
    font-weight: normal;
    position: relative;
    margin-bottom: 4.5rem;
}

@media (max-width: 992px) {
    .i9-c-reservation-profile-content .feature-content > h1 {
        font-size: 4rem;
    }
}

.i9-c-reservation-profile-content .feature-content > h1:after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #003a5d;
}

.i9-c-reservation-profile-content .feature-content p strong {
    font-size: 3rem;
    margin-top: 1.5rem;
}

    .i9-c-reservation-profile-content .feature-content p strong.intro {
        font-size: initial;
    }

.i9-c-reservation-profile-content .feature-content .table {
    margin-bottom: 3rem;
}

    .i9-c-reservation-profile-content .feature-content .table thead th {
        border-top: 1px solid transparent;
    }

#i9-l-cicd .i9-c-reservation-profile-content .feature-content > h1 {
    font-size: 5rem;
    font-weight: normal;
    position: relative;
    margin-bottom: 4.5rem;
}

@media (max-width: 992px) {
    #i9-l-cicd .i9-c-reservation-profile-content .feature-content > h1 {
        font-size: 4rem;
    }
}

#i9-l-cicd .i9-c-reservation-profile-content .feature-content > h1:after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #196b7b;
}

.desktop-RP-nav {
    padding: 1.5rem;
    background-color: #eeefef;
}

    .desktop-RP-nav select {
        width: 100%;
        padding: 1rem;
        font-size: 1.3rem;
    }

@media (min-width: 992px) {
    .desktop-RP-nav {
        padding: 3rem;
        margin-top: 3rem;
        margin-left: -3rem;
    }
}

.vega {
    -webkit-user-select: none;
}

.plots > div {
    float: left;
}

/* Containers for plots shouldn't allow overflow */
.ggvis-output-container {
    overflow: hidden;
    /* So that gear can be positioned absolutely inside. */
    position: relative;
}

/* Outline box when resizing a plot */
.ui-resizable-helper {
    border: 1px dotted #999;
}

/* Tooltip box */
.ggvis-tooltip {
    position: absolute;
    float: left;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 5px;
    opacity: 0.85;
    background-color: #fff;
    box-shadow: 2px 2px 6px #888888;
}

/* Sidebar that goes to the bottom on small devices */
.sidebar-bottom {
    float: left;
    margin-left: 0;
}

/* Main content that goes to top on small devices */
.main-top {
    float: right !important;
    margin-left: auto;
}

@media (max-width: 767px) {
    /* Bootstrap-responsive adds padding, but we don't want it */
    body {
        padding-right: 0px;
        padding-left: 0px;
    }

    .sidebar-bottom {
        display: inline-block;
        width: 100%;
    }

    .main-top {
        float: none !important;
        margin-left: 0;
    }

    .ggvis-input-container {
        width: 45%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        float: left;
    }
}

/* For items in a dropdown menu that aren't links, make sure they display
     same as links. */
.ggvis-dropdown-menu .ggvis-dropdown-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

/* For the gear icon on the right of the plot */
.plot-gear-icon {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0px;
    right: 5px;
}

nav.ggvis-control {
    position: relative;
    float: right;
}

a.ggvis-dropdown-toggle {
    background: url("https://www.minneapolisfed.org/Scripts/MPLS/IndianCountry_files/ggvis-0.4.3/css/gear.png") no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    opacity: 0.3;
    padding-left: 14px;
    cursor: pointer;
}

ul.ggvis-dropdown {
    display: none;
    text-align: right;
    position: absolute;
    margin-top: .5em;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 4px;
    opacity: 0.85;
    background-color: #fff;
    box-shadow: 2px 2px 6px #888888;
    width: 200px;
    margin-left: -200px;
}

    ul.ggvis-dropdown li {
        list-style-type: none;
        padding: 5px 2px;
    }

        ul.ggvis-dropdown li a {
            color: #00f;
            text-decoration: none;
            padding: 2px 2px;
            cursor: pointer;
        }

            ul.ggvis-dropdown li a.inactive {
                color: black;
                cursor: initial;
            }

.i9-c-event-agenda__tab-titles--ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3rem;
    display: flex;
}

.i9-c-event-agenda__tab-titles--li {
    margin-right: 1.5rem;
}

.i9-c-event-agenda__tab-titles--a {
    text-transform: uppercase;
    transition: 0.3s all ease;
    font-size: 1.8rem;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

    .i9-c-event-agenda__tab-titles--a:after {
        width: 100%;
    }

    .i9-c-event-agenda__tab-titles--a.collapsed {
        color: #ae8e03;
    }

        .i9-c-event-agenda__tab-titles--a.collapsed:after {
            background-color: #ae8e03;
        }

.i9-c-event-agenda__tab-panel--ol {
    list-style: none;
    padding-left: 0;
}

.i9-c-event-agenda__tab-panel--li {
    display: flex;
    margin-bottom: 3rem;
}

.i9-c-event-agenda__tab-panel time {
    margin-right: 3rem;
}

.i9-c-event-agenda .i9-c-section-title {
    margin-bottom: 2rem;
}

#article-start > div:first-child > .i9-c-section-title {
    margin-top: 0;
}

.i9-c-event-agenda .i9-e-table__container tr + tr td:first-child {
    width: 25%;
}

@media (max-width: 576px) {
    .i9-c-event-agenda .i9-e-table__container tr + tr td:first-child {
        width: 40%;
    }
}

.i9-c-event-details--content {
    display: flex;
    justify-content: space-between;
}

    .i9-c-event-details--content > div:first-of-type {
        max-width: calc(100% - 176px);
    }

.i9-c-event-details--cta {
    display: flex;
    flex-direction: column;
}

    .i9-c-event-details--cta .btn {
        width: 100%;
    }

        .i9-c-event-details--cta .btn:after {
            display: none;
        }

.i9-c-event-details .i9-c-section-title {
    margin-bottom: 1rem;
}

.i9-c-event-details time {
    display: block;
    margin-bottom: 1rem;
}

.i9-c-event-presenters--block {
    margin-bottom: 6rem;
}

.i9-c-event-presenters--block__person {
    display: flex;
}

.i9-c-event-presenters--block__content {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.i9-c-video-tabs,
.i9-c-vanilla-tabs {
    background-color: #003a5d;
    color: #ffffff;
    padding: 4.5rem;
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .i9-c-video-tabs,
    .i9-c-vanilla-tabs {
        padding: 3rem;
    }
}

.i9-c-video-tabs__tab-titles--ul,
.i9-c-vanilla-tabs__tab-titles--ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.i9-c-video-tabs__tab-titles--li,
.i9-c-vanilla-tabs__tab-titles--li {
    margin-right: 1.5rem;
}

.i9-c-video-tabs__tab-titles--a,
.i9-c-vanilla-tabs__tab-titles--a {
    color: #ffffff;
    font-size: 1.3rem;
    font-family: "Barlow", sans-serif;
    display: block;
    margin-bottom: 10px;
}

    .i9-c-video-tabs__tab-titles--a:after,
    .i9-c-vanilla-tabs__tab-titles--a:after {
        width: 100%;
        background-color: #ae8e03;
    }

    .i9-c-video-tabs__tab-titles--a.collapsed,
    .i9-c-vanilla-tabs__tab-titles--a.collapsed {
        text-decoration: none;
    }

        .i9-c-video-tabs__tab-titles--a.collapsed:after,
        .i9-c-vanilla-tabs__tab-titles--a.collapsed:after {
            width: 0;
        }

        .i9-c-video-tabs__tab-titles--a.collapsed:hover,
        .i9-c-vanilla-tabs__tab-titles--a.collapsed:hover {
            color: #ffffff;
            text-decoration: underline;
        }

    .i9-c-video-tabs__tab-titles--a:hover,
    .i9-c-vanilla-tabs__tab-titles--a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.i9-c-video-tabs__tab-panel,
.i9-c-vanilla-tabs__tab-panel {
    margin-top: 3rem;
}

.i9-c-video-tabs__tab-panel__video,
.i9-c-vanilla-tabs__tab-panel__video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    max-height: 370px;
}

    .i9-c-video-tabs__tab-panel__video iframe,
    .i9-c-vanilla-tabs__tab-panel__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.i9-c-video-tabs__tab-panel__audio audio,
.i9-c-vanilla-tabs__tab-panel__audio audio {
    width: 100%;
}

.i9-c-video-tabs--flipped,
.i9-c-vanilla-tabs--flipped {
    background-color: transparent;
    padding: 0;
}

    .i9-c-video-tabs--flipped .i9-c-video-tabs__tab-titles--ul,
    .i9-c-vanilla-tabs--flipped .i9-c-video-tabs__tab-titles--ul {
        margin-top: 1.5rem;
    }

    .i9-c-video-tabs--flipped .i9-c-video-tabs__tab-titles--li,
    .i9-c-vanilla-tabs--flipped .i9-c-video-tabs__tab-titles--li {
        color: #003a5d;
    }

    .i9-c-video-tabs--flipped .i9-c-video-tabs__tab-titles--a,
    .i9-c-vanilla-tabs--flipped .i9-c-video-tabs__tab-titles--a {
        color: #003a5d;
    }

        .i9-c-video-tabs--flipped .i9-c-video-tabs__tab-titles--a *,
        .i9-c-vanilla-tabs--flipped .i9-c-video-tabs__tab-titles--a * {
            color: #003a5d;
        }

        .i9-c-video-tabs--flipped .i9-c-video-tabs__tab-titles--a:hover,
        .i9-c-vanilla-tabs--flipped .i9-c-video-tabs__tab-titles--a:hover {
            color: #003a5d;
            text-decoration: underline;
        }

    .i9-c-video-tabs--flipped .i9-c-video-tabs__tab-panel,
    .i9-c-vanilla-tabs--flipped .i9-c-video-tabs__tab-panel {
        margin-top: 0;
    }

.i9-c-vanilla-tabs--white .i9-c-vanilla-tabs__tab-titles--a {
    padding: .5rem 1rem;
    border: 1px solid #067BB4;
    margin-left: 0;
    margin-right: 0;
    background-color: #067BB4;
    color: white !important;
    text-transform: uppercase;
}

    .i9-c-vanilla-tabs--white .i9-c-vanilla-tabs__tab-titles--a.collapsed {
        background-color: #c5c7c9;
        border: 1px solid #c5c7c9;
        color: #1d252c !important;
    }

.i9-c-vanilla-tabs--white .i9-c-vanilla-tabs__tab-panel {
    color: black;
}

.i9-js-vanilla-tabs--container {
    margin-top: 3rem;
}

@media (max-width: 992px) {
    .i9-js-vanilla-tabs--container {
        margin-top: 0;
    }
}

.i9-c-video-tabs__tab-titles--a {
    font-size: 1.8rem;
}

.i9-c-contact--block .i9-c-section-title__title {
    margin-bottom: 1rem;
}

.i9-c-contact--block__group {
    flex-grow: 1;
    padding-bottom: 1rem;
    text-align: left;
}

.i9-c-contact--block--ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

.i9-c-contact--block--li {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid #c5c7c9;
}

    .i9-c-contact--block--li:last-of-type {
        border-right: none;
    }

.i9-c-contact--block--icon {
    padding: 1.5rem;
    background-color: #ae8e03;
}

.i9-c-contact--block__group {
    display: flex;
}

@media (max-width: 720px) {
    .i9-c-contact--block__group {
        flex-direction: column;
    }
}

.i9-c-contact--block__group .i9-c-social-icon-block {
    border-right: 1px solid #c5c7c9;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}

    .i9-c-contact--block__group .i9-c-social-icon-block:empty {
        display: none;
    }

@media (max-width: 720px) {
    .i9-c-contact--block__group .i9-c-social-icon-block {
        border-right: none;
        width: 100%;
        justify-content: left;
        margin-bottom: 1.5rem;
        margin-right: 0;
        padding-right: 0;
    }
}

.i9-c-contact--block__group .i9-c-social-icon {
    background-color: #ae8e03;
}

    .i9-c-contact--block__group .i9-c-social-icon path {
        fill: #ffffff;
    }

    .i9-c-contact--block__group .i9-c-social-icon:focus {
        outline: 1px dashed #003a5d;
    }

    .i9-c-contact--block__group .i9-c-social-icon:hover {
        background-color: #003a5d;
        border-color: #003a5d;
    }

        .i9-c-contact--block__group .i9-c-social-icon:hover path {
            fill: #ffffff;
        }

.i9-c-keywords--title {
    color: #003a5d;
    margin-bottom: 0;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

.i9-c-keywords--ul {
    padding-left: 0;
    list-style: none;
}

.i9-c-keywords--li {
    display: inline;
    padding-right: 3px;
}

.i9-c-partner--group {
    justify-content: center;
    align-items: center;
}

.i9-c-partner--logo {
    width: 100%;
}

.i9-c-partner--logo__group {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.i9-c-dollarworth {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

    .i9-c-dollarworth .medium {
        margin-left: 10px;
    }

    .i9-c-dollarworth .i9-c-dollarworth--content {
        max-width: 1140px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

.i9-c-dollarworth--title * {
    text-transform: uppercase;
    font-family: "Barlow";
    color: #003a5d;
    font-size: 4rem;
}

@media (max-width: 992px) {
    .i9-c-dollarworth--title {
        margin-bottom: 3rem;
    }

        .i9-c-dollarworth--title * {
            text-align: center;
            font-size: 3rem;
        }
}

@media (max-width: 992px) {
    .i9-c-dollarworth .i9-c-related-content__group {
        margin-top: 0;
    }
}

.i9-c-dollarworth .i9-c-related-content__group--tags {
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .i9-c-dollarworth .i9-c-related-content__group--tags {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .i9-c-dollarworth .i9-c-related-content__group--tags {
        flex-direction: column;
        text-align: center;
    }

        .i9-c-dollarworth .i9-c-related-content__group--tags * {
            padding-left: 0;
            margin-left: 0;
            border-right: none;
            padding: 1rem;
        }
}

@media (max-width: 992px) {
    .i9-c-dollarworth .large {
        display: none;
    }

    .i9-c-dollarworth .i9-c-dollarworth--form-input {
        max-width: 150px;
    }

        .i9-c-dollarworth .i9-c-dollarworth--form-input#val_result {
            width: 100%;
            max-width: 100%;
            margin-right: 1rem;
        }

    .i9-c-dollarworth .i9-c-dollarworth--form-group {
        margin-bottom: 2rem;
    }

    .i9-c-dollarworth .d-flex {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .i9-c-dollarworth .medium {
        display: none;
    }
}

@media (max-width: 576px) {
    .i9-c-dollarworth .medium {
        display: none;
    }

    .i9-c-dollarworth .small {
        display: block;
    }
}

.i9-c-dollarworth--form {
    display: flex;
}

@media (max-width: 992px) {
    .i9-c-dollarworth--form {
        flex-direction: column;
    }
}

.i9-c-dollarworth--form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-right: 10px;
}

    .i9-c-dollarworth--form-group * {
        margin-bottom: 0;
    }

@media (max-width: 992px) {
    .i9-c-dollarworth--form-group {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .i9-c-dollarworth--form-group--stacked-small {
        flex-direction: column;
    }

        .i9-c-dollarworth--form-group--stacked-small .i9-c-dollarworth--form-date {
            margin-top: 1.5rem;
            width: 100%;
            max-width: 100%;
        }
}

.i9-c-dollarworth--form-input {
    height: 40px;
    padding: 0 1rem;
    min-width: 100px;
}

    .i9-c-dollarworth--form-input#val_result {
        border: none;
        border-bottom: 2px solid #c5c7c9;
        background-color: transparent;
        flex-grow: 1;
        font-size: 3rem;
    }

    .i9-c-dollarworth--form-input.btn {
        color: #ffffff;
        background-color: #067bb4;
        width: 100%;
    }

@media (max-width: 576px) {
    .i9-c-dollarworth--form-input.btn {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .i9-c-dollarworth--form-date {
        width: 100px;
    }
}

.i9-c-dollarworth--form .form-control {
    margin-bottom: 0;
    height: 40px;
}

.i9-c-dollarworth--form .cpi-result {
    font-size: 3rem;
}

.i9-c-dollarworth--constained {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 0;
}

    .i9-c-dollarworth--constained .i9-c-dollarworth--content {
        max-width: 960px;
        padding: 6rem;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.4);
        border-radius: 25px 0 25px 0;
    }

@media (max-width: 768px) {
    .i9-c-dollarworth--constained .i9-c-dollarworth--content {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 768px) {
    .i9-c-dollarworth--constained {
        max-width: 540px;
        margin: 3rem auto;
    }
}

.i9-u-background-gradient {
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
}

    .i9-u-background-gradient .i9-c-dollarworth--title * {
        color: #ffffff;
    }

    .i9-u-background-gradient .i9-c-related-content__group--tags * {
        color: #ffffff;
    }

    .i9-u-background-gradient.i9-c-dollarworth--constained {
        border-radius: none;
        box-shadow: none;
        background: transparent;
        max-width: 100%;
    }

@media (max-width: 1160px) {
    .i9-u-background-gradient.i9-c-dollarworth--constained {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.i9-u-background-gradient.i9-c-dollarworth--constained .i9-c-dollarworth--content {
    background: linear-gradient(75deg, #003a5d 0%, #45c2b1 200%);
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 992px) {
    .i9-u-background-gradient.i9-c-dollarworth--constained .i9-c-dollarworth--content {
        margin-left: 0;
        margin-right: 0;
    }
}

.i9-u-background-gradient #val_result {
    color: #ffffff;
}

.i9-c-dollarworth--aside .i9-c-dollarworth--title * {
    font-size: 1.8rem;
}

.i9-c-dollarworth--aside .i9-c-dollarworth--content {
    padding: 1.5rem;
    text-align: center;
}

.i9-c-dollarworth--aside .i9-c-dollarworth--form {
    flex-direction: column;
}

.i9-c-dollarworth--aside .i9-c-dollarworth--form-group--stacked-small {
    flex-direction: column;
    margin-bottom: 1.5rem;
}

    .i9-c-dollarworth--aside .i9-c-dollarworth--form-group--stacked-small .i9-c-dollarworth--form-date {
        margin-top: 1.5rem;
        width: 100%;
    }

.i9-c-dollarworth--aside .i9-c-related-content__group--tags {
    flex-direction: column;
}

    .i9-c-dollarworth--aside .i9-c-related-content__group--tags * {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        margin-bottom: 1rem;
    }

.i9-c-dollarworth--aside .small.large {
    margin-top: 1.5rem;
}

.i9-c-dollarworth--aside .i9-c-dollarworth--form-group {
    margin-right: 0;
}

.i9-c-btt {
    position: fixed;
    bottom: 30px;
    pointer-events: none;
}

    .i9-c-btt.i9-u-opacity--visible {
        pointer-events: initial;
    }

@media (max-width: 992px) {
    .i9-c-btt {
        display: none;
    }
}

.i9-c-btt--icon:before, .i9-c-btt--icon:after {
    content: "";
    display: block;
    height: 4px;
    width: 20px;
    top: 20px;
    background-color: #003a5d;
    position: absolute;
}

.i9-c-btt--icon:before {
    transform: rotate(45deg);
    right: 8px;
}

.i9-c-btt--icon:after {
    transform: rotate(-45deg);
    left: 8px;
}

.i9-c-btt--button {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.2);
    border: none;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
}

    .i9-c-btt--button:focus {
        border: none;
    }

.i9-l-article-grid {
    position: relative;
}

    .i9-l-article-grid .i9-c-email-banner {
        margin-top: 3rem;
    }

    .i9-l-article-grid .i9-c-pagination__container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .i9-l-article-grid.i9-js-list-view .i9-c-article-preview {
        box-shadow: none;
        transition: 0;
        margin-bottom: 0;
        padding: 0.5rem;
        border: 1px solid transparent;
        cursor: initial;
    }

        .i9-l-article-grid.i9-js-list-view .i9-c-article-preview:hover, .i9-l-article-grid.i9-js-list-view .i9-c-article-preview:focus {
            outline: none;
        }

        .i9-l-article-grid.i9-js-list-view .i9-c-article-preview:after {
            display: none;
        }

    .i9-l-article-grid.i9-js-list-view .i9-c-article-preview__container {
        flex: 100%;
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
    }

@media (max-width: 992px) {
    .i9-l-article-grid.i9-js-list-view .i9-c-article-preview__container {
        width: 100%;
        max-width: 100%;
    }
}

.i9-l-article-grid.i9-js-list-view .i9-c-article-preview__image--container {
    display: none;
}

.i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--title {
    display: block;
    padding-bottom: 0;
}

    .i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--title:hover {
        text-decoration: underline;
    }

    .i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--title:after {
        display: none;
    }

.i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--container {
    border-left: 1px solid #c5c7c9;
    padding: 1rem 2rem;
}

.i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--byline, .i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--date, .i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--tags {
    display: inline;
    margin-right: 1rem;
    padding-right: 1rem;
    line-height: 1.5;
}

.i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--date {
    border-right: 1px solid #eeefef;
}

.i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--byline {
    padding-right: 0;
}

    .i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--byline:after {
        content: ",";
        display: inline;
        margin-left: -3px;
    }

    .i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--byline:last-of-type:after {
        display: none;
    }

.i9-l-article-grid.i9-js-list-view .i9-c-article-preview__content--tags {
    color: #231f20;
    text-transform: initial;
    font-size: 1.3rem;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    color: #231f20;
    padding: 0;
}

.i9-l-article-grid.i9-js-list-view .i9-c-email-banner {
    display: none;
}

#article-start > .i9-c-video-tabs--flipped:first-child {
    margin-top: -6rem;
}

@media (max-width: 992px) {
    #article-start > .i9-c-video-tabs--flipped:first-child {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .i9-u-negative-container > .i9-c-article-preview--large:first-child {
        margin-left: -6rem;
        margin-top: -3rem;
        width: calc(100% + 12rem);
    }
}

.i9-l-404 {
    padding-top: 6rem;
    padding-bottom: 15rem;
}

    .i9-l-404 h1 {
        font-size: 16rem;
        color: #003a5d;
        line-height: 1;
        margin-bottom: 3rem;
    }

        .i9-l-404 h1 small {
            font-size: 22px;
            text-transform: uppercase;
            font-family: "Barlow", sans-serif;
        }

    .i9-l-404 .btn {
        display: block;
        width: fit-content;
        margin: 0 auto;
        font-weight: bold;
        color: white;
    }

@media print {
    header .i9-c-header__navigation,
    header .i9-c-header__navigation--container,
    header .i9-c-header__mobile {
        display: none !important;
    }

    header .i9-u-background-gradient {
        background-color: transparent;
    }

    header .i9-c-header__logo {
        padding-left: 0;
    }

    header .st0 {
        fill: #ffffff !important;
    }

    header .st1 {
        fill: #000000 !important;
    }

    footer {
        display: none !important;
    }

    body {
        color: #000 !important;
        background: #fff !important;
    }

    .i9-c-title-banner__title--title,
    .i9-c-title-banner__title--subtitle,
    .i9-c-title-banner .i9-c-person-block--small__content--name,
    .i9-c-highlights__title,
    .i9-c-title-banner__title--date,
    .i9-c-highlights li,
    .i9-c-person-block--small__content--position,
    .i9-c-section-title__title.h4 {
        color: #000 !important;
    }

    .i9-u-container-fluid__background--image,
    .i9-c-email-banner,
    .i9-c-article-sticky-header,
    .i9-c-key-image,
    .i9-c-social-share-block,
    .i9-topic-list,
    #i9-js-side-recommended {
        display: none !important;
    }
}
