
@font-face {
    font-family: 'Merriweather';
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Merriweather-Bold.ttf") format("truetype");
}


@font-face {
    font-family: 'PublicSans';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/PublicSans/PublicSans-Regular.ttf") format("truetype");
}


@font-face {
    font-family: 'PublicSans';
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/PublicSans/PublicSans-Bold.ttf") format("truetype");
}

    table.header-light-blue tr th {
        opacity: 0.57;
        background-color: #004b84 !important;
        color: #ffffff;
    }

    table.header-light-green tr th {
        opacity: 0.57;
        background-color: #124d48 !important;
        color: #ffffff;
    }

    table.light-brown tr th {
        opacity: 0.57;
        background-color: #5a4317 !important;
        color: #ffffff;
    }

    table.light-red tr th {
        opacity: 0.57;
        background-color: #5c040c !important;
        color: #ffffff;
    }

.table-responsive {
    overflow-x: auto;
}

.text--medium {
    line-height: 1.5;
    font-size: 16px;
}

.text--small {
    line-height: 1.43;
    font-size: 14px;
}

.lead {
    line-height: 1.5;
    font-size: 20px;
}

.lead--large {
    line-height: 1.33;
    font-size: 24px;
}

    a:hover, a:active {
        text-decoration: underline;
    }

    a:focus {
        outline: 2px dotted #228379;
    }

.link--secondary {
    position: relative;
    color: #208078;
}

    .link--secondary:hover, .link--secondary:focus {
        text-decoration: none;
    }

        .link--secondary:hover:after, .link--secondary:focus:after {
            right: -8px;
        }

    .link--secondary:after {
        position: relative;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-right: 8px;
        margin-left: 24px;
        content: '\279E';
    }

.link--next, .link--previous {
    position: relative;
    border: 0;
    color: #005b9f;
}

    .link--next:hover, .link--next:focus, .link--previous:hover, .link--previous:focus {
        text-decoration: none;
    }

    .link--next:after, .link--previous:after {
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .link--previous:hover:before, .link--previous:focus:before {
        left: -8px;
    }

    .link--previous:before {
        left: 0;
        margin-right: 24px;
        margin-left: 8px;
        content: '\027F5';
    }

    .link--next:hover:after, .link--next:focus:after {
        right: -8px;
    }

    .link--next:after {
        right: 0;
        margin-right: 8px;
        margin-left: 24px;
        content: '\027F6';
    }

blockquote {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    border-left: 4px solid #218379;
    padding-left: 20px;
    line-height: 1.25;
    font-size: 24px;
}

.blockquote--small {
    line-height: 1.33;
    font-size: 20px;
}

.line-spacer {
    margin: 12px 0 24px;
    border: 0;
    width: 65px;
    height: 3px;
    text-align: left;
}

.button--secondary {
    border: 0;
    background-color: #218379;
    padding: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

    .button--secondary:hover, .button--secondary:focus {
        background-color: #2bac9f;
        text-decoration: none;
    }

.button--cancel {
    border: 2px solid #b10e1e;
    background-color: #ffffff;
    padding: 12px;
    color: #b10e1e;
    font-size: 18px;
    font-weight: 300;
}

    .button--cancel:hover, .button--cancel:focus {
        background-color: #b10e1e;
        text-decoration: none;
        color: #ffffff;
    }

.cta-button {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: 0;
    background-color: #004b84;
    padding: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.06em;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

    .cta-button:before {
        position: absolute;
        right: 51%;
        bottom: 0;
        left: 51%;
        z-index: -1;
        background: #0068b7;
        height: 4px;
        content: '';
        -webkit-filter: brightness(150%);
        filter: brightness(150%);
        -webkit-transition-property: left,right;
        -o-transition-property: left,right;
        transition-property: left,right;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .cta-button:hover, .cta-button:focus, .cta-button:active {
        text-decoration: none;
    }

        .cta-button:hover:before, .cta-button:focus:before, .cta-button:active:before {
            right: 0;
            left: 0;
        }

    .cta-button .ext {
        margin-top: -6px;
    }

        .cta-button .ext path {
            stroke: #ffffff !important;
        }

.flexible .cta-button {
    display: block;
    position: relative;
}

.embedded-entity img {
    padding: 15px;
    max-width: 100%;
    height: auto;
}

.embedded-entity .embedded-video iframe {
    -webkit-box-shadow: 0.1em 0.1em 0.4em #000000;
    box-shadow: 0.1em 0.1em 0.4em #000000;
}

.embedded-entity.align-left {
    margin: 0 10px 0 0;
}

    .embedded-entity.align-left img {
        margin: 0;
        max-width: 100%;
        height: auto;
    }

.embedded-entity.align-right {
    margin: 0 0 0 10px;
}

    .embedded-entity.align-right img {
        margin: 0;
        max-width: 100%;
        height: auto;
    }

.embedded-video iframe {
    -webkit-box-shadow: 0.1em 0.1em 0.4em #000000;
    box-shadow: 0.1em 0.1em 0.4em #000000;
}

@media screen and (max-width:768px) {
    .embedded-entity img {
        padding: 15px 0;
    }

    .embedded-entity.align-left {
        float: none;
        margin: 10px 0;
    }

    .embedded-entity.align-right {
        float: none;
        margin: 10px 0;
    }

    .embedded-entity .embedded-video {
        position: relative;
        padding-top: 25px;
        padding-bottom: 56.25%;
        height: 0;
    }

        .embedded-entity .embedded-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .embedded-video {
        position: relative;
        padding-top: 25px;
        padding-bottom: 56.25%;
        height: 0;
    }

        .embedded-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}

figcaption {
    color: #6d6d6d;
    font-size: 14px;
}

.how-to-reference__text {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    list-style: none;
    color: #505659;
    font-size: 14px;
}

    .how-to-reference__text :nth-child(n) {
        display: inline;
    }

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-size: 12px;
}

.tag__link {
    color: #2c2c2c;
    font-weight: 300;
}

    .tag__link:hover, .tag__link:focus {
        text-decoration: none;
    }

        .tag__link:hover .tag, .tag__link:focus .tag {
            background-color: #c3c7ca;
        }

.tag {
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #dee0e2;
    padding: 4px 12px;
}

    .tag.market-intelligence-term {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 14px;
    }

.accordion__container {
    margin: 24px 0;
    padding: 24px 0;
}

.accordion__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    color: #000000;
    font-size: 24px;
    color: #6f777b;
}

.accordion__spacer {
    background-color: #6f777b;
}

.accordion__body {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 36px;
    color: #5b616b;
}

.accordion__trigger {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
    background-color: #dee0e2;
    padding: 10px 24px;
    line-height: 1.3;
    color: #2c2c2c;
    font-size: 20px;
}

    .accordion__trigger:hover {
        background-color: #bfc1c3;
        cursor: pointer;
    }

.accordion__trigger-title {
    padding-right: 16px;
}

.accordion__content {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    background-color: #f9fafa;
    padding-left: 32px;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    color: #2c2c2c;
}

.accordion__open {
    opacity: 1;
    padding: 32px 45px 32px 32px;
    max-height: 100%;
    line-height: 1.44;
}

.accordion__icon--closed {
    fill: #000000;
}

.accordion__icon--opened {
    fill: #ffffff;
}

.accordion__icon--show {
    display: block;
}

.accordion__icon--hide {
    display: none;
}

.accordion--active {
    background-color: #6f777b;
    color: #ffffff;
}

    .accordion--active:hover {
        background-color: #6f777b;
        cursor: pointer;
    }

.bio-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border: solid 1px #bfc1c3;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    background-color: #ffffff;
    width: 100%;
}

.bio-cards__name {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 12px;
    text-align: center;
    color: #6f777b;
    font-size: 24px;
}

.bio-cards__title {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #2c2c2c;
    font-size: 16px;
}

.bio-cards__office {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 12px;
    text-align: center;
    color: #6f777b;
    font-size: 14px;
}

.bio-cards__middle {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding: 0 24px 32px;
    text-align: left;
    line-height: 1.86;
    font-size: 14px;
    -ms-flex: 0 0 auto;
}

.bio-cards__summary {
    padding-top: 24px;
}

    .bio-cards__summary p {
        margin: 0;
        color: #6f777b;
    }

.bio-cards__img-wrapper {
    position: relative;
    margin: auto;
    border: solid 1px #dee0e2;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    overflow: hidden;
}

.bio-cards__top {
    position: relative;
    padding: 32px 24px 24px;
    width: 100%;
    min-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bio-cards__label {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dee0e2;
    padding: 3px 22px;
    text-align: center;
    text-transform: uppercase;
    color: #6f777b;
    font-size: 16px;
}

.bio-cards__bottom {
    width: 100%;
}

    .bio-cards__bottom .cta-button {
        background-color: #005ea5;
    }

        .bio-cards__bottom .cta-button:before {
            background: #2b8cc4;
            -webkit-filter: brightness(70%);
            filter: brightness(70%);
        }

.bio-reference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 0;
}

.bio-reference__image img {
    border-radius: 100%;
}

.bio-reference__content {
    margin-right: 0;
    margin-bottom: 8px;
}

@media screen and (min-width:768px) {
    .bio-reference__content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-right: 8px;
    }
}

.bio-reference__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.bio-reference__name {
    margin-right: 8px;
}

.bio-reference__info {
    color: #6f777b;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .bio-reference__info--additional {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.bio-reference__info--additional .bio-reference__info-item {
    color: #000000;
    font-weight: 700;
}

.bio-reference__info-item--bold {
    color: #000000;
    font-weight: 700;
}

.bio-reference__summary {
    color: #2c2c2c;
}

    .bio-reference__summary p:first-child {
        margin-top: 4px;
    }

    .bio-reference__summary p:last-child {
        margin-bottom: 0;
    }

.bio-reference--small {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    line-height: 1.3;
    font-size: 14px;
}

    .bio-reference--small .bio-reference__image {
        margin-right: 11px;
    }

        .bio-reference--small .bio-reference__image img {
            width: 37px;
            height: 37px;
        }

    .bio-reference--small .bio-reference__name {
        margin-right: 0;
    }

    .bio-reference--small .bio-reference__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        color: #000000;
        font-size: 14px;
    }

    .bio-reference--small .bio-reference__info-item {
        margin-right: 5px;
    }

.bio-reference--large {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #f1f1f1;
    padding: 24px;
    line-height: 1.625;
    font-size: 16px;
}

    .bio-reference--large .bio-reference__image {
        margin-right: 24px;
    }

        .bio-reference--large .bio-reference__image img {
            width: 79px;
            height: 79px;
        }

    .bio-reference--large .bio-reference__name {
        margin-right: 0;
        font-size: 18px;
    }

.breadcrumbs {
    background-color: #f8f8f8;
    padding: 8px 16px;
}

@media screen and (min-width:1024px) {
    .breadcrumbs {
        padding-right: 80px;
        padding-left: 80px;
    }
}

.breadcrumbs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.breadcrumbs__nav-item {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    list-style: none;
    color: #505659;
    font-size: 14px;
}

    .breadcrumbs__nav-item:after {
        padding-right: 5px;
        padding-left: 5px;
        content: '|';
    }

    .breadcrumbs__nav-item:last-child:after {
        content: none;
    }

.breadcrumbs__nav-link {
    font-weight: normal;
}

.breadcrumbs__nav-text {
    font-weight: 700;
}

.content-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border: solid 1px #bfc1c3;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

    .content-cards.news .content-cards__spacer, .content-cards.news .content-cards__category {
        background-color: #18605a;
    }

    .content-cards.news .content-cards__bottom .cta-button {
        background-color: #18605a;
    }

        .content-cards.news .content-cards__bottom .cta-button:before {
            background: #228980;
            -webkit-filter: brightness(150%);
            filter: brightness(150%);
        }

    .content-cards.blog .content-cards__spacer, .content-cards.blog .content-cards__category {
        background-color: #218379;
    }

    .content-cards.blog .content-cards__bottom .cta-button {
        background-color: #218379;
    }

        .content-cards.blog .content-cards__bottom .cta-button:before {
            background: #2bac9f;
            -webkit-filter: brightness(50%);
            filter: brightness(50%);
        }

    .content-cards.feature-article {
        padding: 0;
    }

        .content-cards.feature-article .content-cards__spacer, .content-cards.feature-article .content-cards__category {
            background-color: #664c1c;
        }

        .content-cards.feature-article .content-cards__bottom .cta-button {
            background-color: #664c1c;
        }

            .content-cards.feature-article .content-cards__bottom .cta-button:before {
                background: #8e6a27;
                -webkit-filter: brightness(150%);
                filter: brightness(150%);
            }

    .content-cards.press-release .content-cards__spacer, .content-cards.press-release .content-cards__category {
        background-color: #cbe8f8;
    }

    .content-cards.press-release .content-cards__bottom .cta-button {
        background-color: #cbe8f8;
    }

        .content-cards.press-release .content-cards__bottom .cta-button:before {
            background: #4ba4d7;
            -webkit-filter: brightness(60%);
            filter: brightness(60%);
        }

    .content-cards.success-story .content-cards__spacer, .content-cards.success-story .content-cards__category {
        background-color: #6a1f63;
    }

    .content-cards.success-story .content-cards__bottom .cta-button {
        background-color: #6a1f63;
    }

        .content-cards.success-story .content-cards__bottom .cta-button:before {
            background: #912b88;
            -webkit-filter: brightness(150%);
            filter: brightness(150%);
        }

    .content-cards.market-intelligence .content-cards__spacer, .content-cards.market-intelligence .content-cards__category {
        background-color: #93d0cb;
    }

    .content-cards.market-intelligence .content-cards__bottom .cta-button {
        background-color: #93d0cb;
    }

        .content-cards.market-intelligence .content-cards__bottom .cta-button:before {
            background: #6fc1ba;
            -webkit-filter: brightness(70%);
            filter: brightness(70%);
        }

    .content-cards.advisory-committee-meeting .content-cards__top {
        display: none;
    }

    .content-cards.advisory-committee-meeting .content-cards__bottom .cta-button {
        background-color: #208078;
    }

        .content-cards.advisory-committee-meeting .content-cards__bottom .cta-button:before {
            background: #6fc1ba;
            -webkit-filter: brightness(70%);
            filter: brightness(70%);
        }

    .content-cards.advisory-committee-meeting__future .content-cards__top {
        display: none;
    }

.content-cards__top {
    display: inline-block;
    position: relative;
}

    .content-cards__top img {
        display: block;
        width: 100%;
        height: auto;
    }

.content-cards__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 12px;
}

.content-cards__icon {
    width: 14px;
    height: auto;
}

    .content-cards__icon svg {
        display: block;
        height: auto;
        max-height: 14px;
        fill: #ffffff;
    }

.content-cards__type {
    padding-left: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.market-intelligence .content-cards__type {
    color: #2c2c2c;
}

.content-cards__category--image {
    position: absolute;
    top: 0;
    left: 0;
}

.content-cards__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 32px 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-cards__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
    margin: 0;
    color: #2c2c2c;
}

.content-cards__spacer {
    background-color: #004b84;
}

.content-cards__source {
    color: #929292;
    font-size: 14px;
}

    .content-cards__source .author {
        color: #2c2c2c;
        font-weight: 700;
    }

.content-cards__summary p {
    margin: 0;
}

.content-cards__tags {
    margin-top: 16px;
}

.content-cards__bottom {
    margin-top: auto;
    width: 101%;
}

    .content-cards__bottom .cta-button {
        background-color: #004b84;
    }

        .content-cards__bottom .cta-button:before {
            background: #0068b7;
            -webkit-filter: brightness(150%);
            filter: brightness(150%);
        }

.market-intelligence .content-cards__bottom .cta-button {
    color: #2c2c2c;
}

.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0;
    padding: 24px 0;
}

@media screen and (min-width:768px) {
    .cta {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.cta .cta-button {
    max-width: 360px;
}

.cta--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .cta--right .cta__image {
        margin-right: 0;
        margin-left: 32px;
    }

.cta__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
}

@media screen and (min-width:768px) {
    .cta__image {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-right: 32px;
        margin-bottom: 0;
    }
}

.cta__image img {
    width: 100%;
    height: auto;
}

.cta__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
}

.cta__content--center {
    text-align: center;
}

    .cta__content--center .cta__line {
        margin-right: auto;
        margin-left: auto;
    }

    .cta__content--center .cta__button .cta-button {
        margin-right: auto;
        margin-left: auto;
    }

.cta__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    color: #000000;
    font-size: 24px;
    margin: 0;
    color: #6f777b;
}

.cta__line {
    background-color: #6f777b;
}

.cta__body {
    color: #6f777b;
}

.cta__button {
    margin-top: 16px;
}

.download-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 48px 36px;
}

@media screen and (min-width:768px) {
    .download-promo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

.download-promo__image {
    margin-bottom: 32px;
    max-width: 290px;
    height: auto;
}

@media screen and (min-width:768px) {
    .download-promo__image {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        margin-right: 32px;
        margin-bottom: 0;
        max-width: 186px;
    }
}

.download-promo__image img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:768px) {
    .download-promo__content {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }
}

.download-promo__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
    margin-bottom: 24px;
}

.download-promo__button {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 32px;
    background-color: #004b84;
    padding-right: 12px;
    max-width: 360px;
    color: #ffffff;
}

    .download-promo__button:hover, .download-promo__button:focus {
        background-color: #0068b7;
    }

        .download-promo__button:hover svg, .download-promo__button:focus svg {
            padding-top: 6px;
        }

    .download-promo__button path {
        fill: #ffffff;
    }

    .download-promo__button p {
        font-family: "PublicSans",Arial,Verdana,sans-serif;
        font-weight: 300;
        font-style: normal;
        text-transform: unset;
        color: #ffffff;
        font-size: 18px;
    }

    .download-promo__button a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        text-decoration: none;
    }

        .download-promo__button a p {
            margin: 0;
            padding: 12px;
        }

.ccg-pdf-download .download-promo {
    padding-left: 0;
}

.email-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2b8cc4;
    padding: 2rem 4rem;
}

@media screen and (min-width:1024px) {
    .email-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.email-cta__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width:1024px) {
    .email-cta__header {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.email-cta__image {
    margin: 0 auto 1rem;
    width: 62px;
    height: 50px;
}

@media screen and (min-width:1024px) {
    .email-cta__image {
        margin: 0 1rem 0 0;
    }
}

.email-cta__image img {
    width: 100%;
    height: auto;
}

.email-cta__image svg {
    width: 62.5px;
    height: 50px;
}

.email-cta__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    color: #000000;
    font-size: 20px;
    color: #ffffff;
}

.email-cta__content {
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width:1024px) {
    .email-cta__content {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        text-align: left;
    }
}

.email-cta__social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
}

.email-cta__social-text {
    margin-right: 1rem;
}

.email-cta__social-link {
    margin-right: 8px;
}

    .email-cta__social-link:hover svg, .email-cta__social-link:focus svg {
        fill: #004b84;
    }

    .email-cta__social-link svg {
        fill: #ffffff;
    }

.email-cta__social-link-text {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.email-cta__link {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin: 1rem 0;
}

@media screen and (min-width:1024px) {
    .email-cta__link {
        margin: 0 1rem;
    }
}

.gallery-item__metadata {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 3.43;
    color: #6f777b;
    font-size: 14px;
}

.gallery-item__media-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery-item__media-runtime {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 18px;
}

.gallery-item__media-dimensions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 18px;
}

.hero-banner--card {
    position: relative;
}

.hero-banner__link--card {
    display: inline-block;
}

    .hero-banner__link--card .cta-link {
        padding-right: 72px;
    }

.hero-banner__background--card {
    background-repeat: no-repeat,no-repeat;
    background-position: 0 -100%,0 50%;
    background-size: 101%,cover;
    min-height: 200px;
}

@media screen and (min-width:768px) {
    .hero-banner__background--card {
        min-height: 350px;
    }
}

@media screen and (min-width:1024px) {
    .hero-banner__background--card {
        background-position: -3px 101%,0 50%;
        min-height: 500px;
    }
}

.hero-banner__image--card {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.hero-banner__content--card {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.16);
    background-color: #ffffff;
    padding: 24px;
}

@media screen and (min-width:768px) {
    .hero-banner__content--card {
        bottom: -5%;
        padding: 24px 32px;
    }
}

@media screen and (min-width:1024px) {
    .hero-banner__content--card {
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 50%;
    }
}

@media screen and (min-width:1366px) {
    .hero-banner__content--card {
        width: 40%;
    }
}

.hero-banner__title--card {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.17;
    color: #000000;
    font-size: 40px;
    margin-bottom: 20px;
    color: #005ea5;
}

.hero-banner__body--card {
    margin-bottom: 20px;
    color: #005ea5;
}

.hero-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width:1024px) {
    .hero-banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.hero-banner__wave {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 102%;
    height: 105px;
}

@media screen and (min-width:1024px) {
    .hero-banner__wave {
        background: url("/themes/custom/ita/css/../images/svg/banner--swirl.svg") no-repeat;
        background-size: cover;
    }
}

.hero-banner__summary {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 24px;
    padding-bottom: 6px;
    color: #ffffff;
    font-size: 20px;
}

.hero-banner__button {
    margin-top: 24px;
    margin-bottom: 24px;
}

    .hero-banner__button .cta-button {
        background-color: #ffffff;
        color: #005ea5;
    }

        .hero-banner__button .cta-button:hover, .hero-banner__button .cta-button:focus {
            background: #004a81;
            color: #ffffff;
        }

        .hero-banner__button .cta-button:before {
            -webkit-filter: brightness(150%);
            filter: brightness(150%);
        }

.hero-banner__canvas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #005ea5;
    min-height: 250px;
}

@media screen and (min-width:1024px) {
    .hero-banner__canvas {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

.hero-banner__content {
    background-color: #005ea5;
    padding: 32px 24px 48px;
}

@media screen and (min-width:768px) {
    .hero-banner__content {
        padding: 32px 36px 48px;
    }
}

@media screen and (min-width:1024px) {
    .hero-banner__content {
        padding: 32px 36px 60px 48px;
    }
}

@media screen and (min-width:1366px) {
    .hero-banner__content {
        padding: 32px 48px 60px 80px;
    }
}

.hero-banner__image {
    background-color: #005ea5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    min-height: 250px;
}

@media screen and (min-width:1024px) {
    .hero-banner__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        background-size: cover;
        min-height: 250px;
    }
}

.hero-banner__image img {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.hero-banner__image--empty {
    background-color: #005ea5;
}

@media screen and (min-width:1024px) {
    .hero-banner__image--empty {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        background-size: cover;
        min-height: 250px;
    }
}

.hero-banner__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    color: #000000;
    font-size: 32px;
    color: #ffffff;
}

.highlightitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

@media screen and (min-width:1024px) {
    .highlightitem {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.highlightitem__image {
    margin-right: 24px;
}

    .highlightitem__image img {
        border-radius: 100%;
        background-color: #195475;
        padding: 14px;
        width: 100px;
        height: 100px;
    }

.highlightitem__heading {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    color: #000000;
    font-size: 20px;
    width: 100%;
    color: #ffffff;
}

.highlightitem__textblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
}

@media screen and (min-width:1024px) {
    .highlightitem__textblock {
        height: 100%;
    }
}

.highlightitem__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    color: #ffffff;
}

    .highlightitem__body p {
        color: #ffffff;
    }

        .highlightitem__body p a {
            text-decoration: underline;
            color: #ffffff;
        }

.highlightitem__button {
    display: inline-block;
    margin-top: auto;
    padding-top: 32px;
    width: 100%;
}

.highlightsection--default .highlightitem__button .cta-button {
    background-color: #112e51;
}

.highlightitem--small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.highlightitem__image--small {
    max-width: 60px;
    max-height: 60px;
}

    .highlightitem__image--small img {
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        width: 100%;
        height: auto;
    }

.highlightitem__heading--small {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
    color: #004b84;
}

.highlightitem__body--small {
    color: #000000;
}

    .highlightitem__body--small p {
        color: #000000;
    }

        .highlightitem__body--small p a {
            text-decoration: underline;
            color: #005b9f;
        }

.horizontal-content-cards {
    display: block;
    border: solid 1px #bfc1c3;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    background-color: #ffffff;
}

    .horizontal-content-cards .tags {
        font-family: "PublicSans",Arial,Verdana,sans-serif;
        font-weight: 300;
        font-style: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        font-size: 12px;
    }

        .horizontal-content-cards .tags > a {
            margin-right: 1em;
            border-radius: 4px;
            background-color: #dee0e2;
            padding: 10px;
            color: #2c2c2c;
        }

            .horizontal-content-cards .tags > a:hover {
                background-color: #c3c7ca;
                text-decoration: none;
            }

    .horizontal-content-cards .news {
        background-color: #18605a;
    }

    .horizontal-content-cards .blogs {
        background-color: #218379;
    }

    .horizontal-content-cards .articles {
        background-color: #664c1c;
    }

    .horizontal-content-cards .press-releases {
        background-color: #cbe8f8;
    }

    .horizontal-content-cards .success-storys {
        background-color: #6a1f63;
    }

    .horizontal-content-cards .market-intelligence {
        background-color: #93d0cb;
    }

.horizontal-content-cards__type {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-left: 12px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

    .horizontal-content-cards__type.market-intelligence {
        color: #2c2c2c;
    }

.horizontal-content-cards__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
    margin: unset;
    color: #2c2c2c;
}

.horizontal-content-cards__middle {
    padding: 32px 24px;
}

.horizontal-content-cards__source {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #929292;
    font-size: 14px;
}

    .horizontal-content-cards__source p {
        margin: 0;
    }

    .horizontal-content-cards__source .author {
        font-family: "PublicSans",Arial,Verdana,sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2c2c2c;
    }

.horizontal-content-cards__summary {
    padding: 24px 0;
}

    .horizontal-content-cards__summary p {
        margin: 0;
    }

.horizontal-content-cards__spacer {
    margin: 12px 0 24px;
    width: 65px;
    height: 3px;
}

.horizontal-content-cards__body {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 2em;
    padding-bottom: 4em;
}

.horizontal-content-cards__top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 100%;
    min-height: 0%;
}

    .horizontal-content-cards__top img {
        max-width: 30%;
        height: auto;
    }

.horizontal-content-cards__content {
    padding: 32px 24px;
}

.horizontal-content-cards__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 18px;
    max-height: 30px;
}

    .horizontal-content-cards__category h5 {
        color: #ffffff;
    }

    .horizontal-content-cards__category svg path {
        fill: #ffffff;
    }

.horizontal-content-cards__category--img {
    position: absolute;
    top: 0;
    left: 0;
}

.horizontal-content-cards__bottom .cta-button {
    background-color: unset;
}

.horizontal-content-cards__bottom.news:hover {
    background-color: #228980;
}

.horizontal-content-cards__bottom.blogs:hover {
    background-color: #2bac9f;
}

.horizontal-content-cards__bottom.articles:hover {
    background-color: #8e6a27;
}

.horizontal-content-cards__bottom.press-releases:hover {
    background-color: #4ba4d7;
}

.horizontal-content-cards__bottom.success-storys:hover {
    background-color: #912b88;
}

.horizontal-content-cards__bottom.market-intelligence {
    color: #2c2c2c;
}

    .horizontal-content-cards__bottom.market-intelligence:hover {
        background-color: #6fc1ba;
    }

.icon-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #bfc1c3;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}

    .icon-cards:hover, .icon-cards:focus {
        -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.16);
        box-shadow: 0 3px 10px 0 rgba(0,0,0,0.16);
        background-color: #fafafa;
    }

    .icon-cards a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32px 24px;
        text-decoration: none;
    }

.icon-cards__icon {
    padding-bottom: 24px;
    max-width: 83px;
    max-height: 83px;
}

    .icon-cards__icon svg, .icon-cards__icon img {
        width: 100%;
        height: auto;
    }

.icon-cards__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    color: #000000;
    font-size: 20px;
    margin: 0;
    text-align: center;
    color: #2c2c2c;
}

.icon-cards__summary {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding-top: 24px;
}

.icon-list {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
}

.icon-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1rem;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

    .icon-list__link:hover, .icon-list__link:focus {
        border-radius: 4px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.16);
        box-shadow: 0 0 8px 0 rgba(0,0,0,0.16);
    }

        .icon-list__link:hover .icon-list__title, .icon-list__link:focus .icon-list__title {
            font-weight: bold;
        }

.icon-list__image {
    margin-bottom: 10px;
    max-width: 60px;
}

    .icon-list__image img {
        width: 100%;
        height: auto;
    }

.icon-list__title {
    line-height: 1.5;
    font-size: 18px;
}

.info-card {
    background-color: #d4ecea;
    padding: 32px;
}

.info-card__item {
    margin-bottom: 16px;
}

    .info-card__item:last-child {
        margin-bottom: 0;
    }

.info-card__item-label {
    color: #2c2c2c;
    font-weight: 700;
}

.info-card__item-content {
    color: #6d6d6d;
    font-style: italic;
}

    .info-card__item-content p {
        margin: 0;
        color: #6d6d6d;
    }

.info-card__cta {
    margin-top: 16px;
}

.media-download span {
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
}

.media-download .ic-download {
    width: 11px;
    vertical-align: middle;
}

.pdf__image--embedded svg {
    width: auto;
    height: 18px;
}

.notification {
    margin-bottom: 20px;
}

    .notification svg {
        padding: 5px 10px;
    }

.notification--error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 4px solid #b10e1e;
    background-color: #fac4c9;
    padding: 15px 0;
}

    .notification--error path {
        fill: #b10e1e;
    }

.notification--success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 4px solid #218379;
    background-color: #b6ede7;
    padding: 15px 0;
}

    .notification--success path {
        fill: #218379;
    }

.notification--alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 4px solid #cc9838;
    background-color: #f6ecda;
    padding: 15px 0;
}

    .notification--alert path {
        fill: #cc9838;
    }

.notification--info, .notification--status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 4px solid #5b616b;
    background-color: #e0e2e5;
    padding: 15px 0;
}

    .notification--info path, .notification--status path {
        fill: #5b616b;
    }

.notification__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.44;
    color: #000000;
    font-size: 16px;
    margin: 0;
}

.office-cards {
    border: solid 1px #bfc1c3;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    background-color: #ffffff;
}

.office-cards__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
    margin: 0;
    color: #005ea5;
}

.office-cards__middle {
    padding: 32px 24px 24px;
}

.office-cards__address {
    font-weight: bold;
}

.office-cards__summary {
    color: #6f777b;
}

    .office-cards__summary p {
        color: #6f777b;
    }

.office-cards__spacer {
    background-color: #005ea5;
}

.office-cards__top {
    position: relative;
    width: 100%;
    min-height: 0%;
}

    .office-cards__top img {
        width: 100%;
        height: auto;
    }

.office-cards__bottom {
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0 24px 32px;
}

    .office-cards__bottom p {
        margin: 0;
        text-transform: capitalize;
        color: #5b616b;
        font-size: 18px;
        font-weight: 600;
    }

    .office-cards__bottom path {
        fill: #ffffff;
    }

.promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dee0e2;
}

@media screen and (min-width:768px) {
    .promo {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.promo__content {
    padding: 36px 18px;
}

@media screen and (min-width:768px) {
    .promo__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 24px 32px 48px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (min-width:1024px) {
    .promo__content {
        padding: 48px 36px;
    }
}

.promo__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
    color: #2c2c2c;
    font-size: 20px;
}

@media screen and (min-width:768px) {
    .promo__title {
        line-height: 1.33;
        font-size: 24px;
    }
}

.promo__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 240px;
}

@media screen and (min-width:768px) {
    .promo__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        min-height: 324px;
    }
}

.promo__image img {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.promo__cta {
    margin: 24px 0 12px;
    max-width: 333px;
}

.promo__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    color: #797878;
}

.promo--shaped {
    position: relative;
}

    .promo--shaped .promo__content {
        padding: 36px 18px;
    }

@media screen and (min-width:768px) {
    .promo--shaped .promo__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 48px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (min-width:1024px) {
    .promo--shaped .promo__content {
        padding: 48px 36px;
    }
}

.promo--shaped .promo__title {
    line-height: 1.33;
    font-size: 24px;
}

@media screen and (min-width:768px) {
    .promo--shaped .promo__title {
        line-height: 1.25;
        font-size: 32px;
    }
}

.promo__shape {
    display: hidden;
}

@media screen and (min-width:1024px) {
    .promo__shape {
        display: block;
        position: absolute;
        bottom: -5px;
        z-index: 10;
        background: url("/themes/custom/ita/css/../images/svg/inverted-tri.svg") no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 50%;
        overflow: hidden;
        pointer-events: none;
    }
}

.promo__content--no-image.promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.static-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border: solid 1px #bfc1c3;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

.static-cards--red .static-cards__spacer {
    background-color: #b10e1e;
}

.static-cards--red .cta-button {
    background-color: #b10e1e;
}

    .static-cards--red .cta-button:before {
        background: #e01226;
        -webkit-filter: brightness(175%);
        filter: brightness(175%);
    }

.static-cards--light-green .static-cards__spacer {
    background-color: #218379;
}

.static-cards--light-green .static-cards__bottom .cta-button {
    background-color: #218379;
}

    .static-cards--light-green .static-cards__bottom .cta-button:before {
        background: #2bac9f;
        -webkit-filter: brightness(50%);
        filter: brightness(50%);
    }

.static-cards--dark-green .static-cards__spacer {
    background-color: #18605a;
}

.static-cards--dark-green .static-cards__bottom .cta-button {
    background-color: #18605a;
}

    .static-cards--dark-green .static-cards__bottom .cta-button:before {
        background: #228980;
    }

.static-cards--light-blue .static-cards__spacer {
    background-color: #cbe8f8;
}

.static-cards--light-blue .static-cards__bottom .cta-button {
    background-color: #cbe8f8;
    color: #004d77;
}

    .static-cards--light-blue .static-cards__bottom .cta-button:before {
        background: #4ba4d7;
        -webkit-filter: brightness(60%);
        filter: brightness(60%);
    }

.static-cards--dark-blue .static-cards__spacer {
    background-color: #004b84;
}

.static-cards--dark-blue .static-cards__bottom .cta-button {
    background-color: #004b84;
}

    .static-cards--dark-blue .static-cards__bottom .cta-button:before {
        background: #0068b7;
    }

.static-cards--purple .static-cards__spacer {
    background-color: #6a1f63;
}

.static-cards--purple .static-cards__bottom .cta-button {
    background-color: #6a1f63;
}

    .static-cards--purple .static-cards__bottom .cta-button:before {
        background: #912b88;
    }

.static-cards--brown .static-cards__spacer {
    background-color: #664c1c;
}

.static-cards--brown .static-cards__bottom .cta-button {
    background-color: #664c1c;
}

    .static-cards--brown .static-cards__bottom .cta-button:before {
        background: #8e6a27;
    }

.static-cards__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
    margin: unset;
    color: #2c2c2c;
}

.static-cards__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 32px 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.static-cards__top {
    position: relative;
    width: 100%;
    min-height: 0%;
}

    .static-cards__top img {
        display: block;
        width: 100%;
        height: auto;
    }

.static-cards__summary p {
    margin: 0;
}

.static-cards__bottom {
    margin-top: auto;
    width: 101%;
}

.success-story-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
}

@media screen and (min-width:768px) {
    .success-story-cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.success-story-cards__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.success-story-cards__video .success-story-card__container > div > div {
    position: relative;
    padding-top: 30px;
    padding-bottom: 49%;
    height: 0;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    .success-story-cards__video .success-story-card__container > div > div {
        padding-bottom: 75%;
    }
}

@media screen and (min-width:1366px) {
    .success-story-cards__video .success-story-card__container > div > div {
        padding-bottom: 65%;
    }
}

.success-story-cards__video .success-story-card__container .contextual-region .contextual {
    padding: 0;
}

.success-story-cards__video .success-story-card__container .contextual-region > div + div {
    position: relative;
    padding-top: 30px;
    padding-bottom: 49%;
    height: 0;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    .success-story-cards__video .success-story-card__container .contextual-region > div + div {
        padding-bottom: 75%;
    }
}

@media screen and (min-width:1366px) {
    .success-story-cards__video .success-story-card__container .contextual-region > div + div {
        padding-bottom: 50%;
    }
}

.success-story-cards__video iframe, .success-story-cards__video object, .success-story-cards__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.success-story-cards__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    min-height: 200px;
}

.success-story-cards__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 48px 48px 48px 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.success-story-cards__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
    font-family: "PublicSans",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    color: #2c2c2c;
}

.success-story-cards__spacer {
    background-color: #2c2c2c;
}

.success-story-cards__top {
    display: inline-block;
    position: relative;
}

    .success-story-cards__top img {
        width: 100%;
        height: auto;
    }

.text-block__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    color: #000000;
    font-size: 24px;
    margin: 0;
    color: #6f777b;
}

.text-block__body ul {
    color: #2c2c2c;
}

    .text-block__body ul li {
        color: #2c2c2c;
    }

.text-block--center {
    text-align: center;
}

.text-block--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

    .text-block--left .text-block__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

.text-block__line .line-spacer {
    background-color: #6f777b;
}

.text-block__line--center {
    margin: 12px auto 24px;
}

.text-block__line--left {
    margin: 12px 0 24px;
}

.update-banner {
    background-color: #48812c;
    padding: 1rem 0;
    text-align: center;
}

    .update-banner a {
        text-decoration: underline;
        color: #ffffff;
    }

        .update-banner a:hover, .update-banner a:focus {
            text-decoration: none;
        }

.views-page__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    color: #000000;
    font-size: 32px;
    margin-bottom: 0;
    color: #6f777b;
}

.views-page__line {
    background-color: #6f777b;
}

.views-page__empty {
    position: relative;
    margin: 210px 0 45px;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 63px 40px 40px;
}

    .views-page__empty:before {
        display: block;
        position: absolute;
        top: -169px;
        left: 0;
        background-image: url("/themes/custom/ita/css/../images/svg/no-results.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 193px;
        content: '';
    }

@media screen and (min-width:1024px) {
    .views-page__empty {
        margin: 45px 90px;
        padding: 45px 45px 45px 310px;
        min-height: 185px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .views-page__empty:before {
            top: 20px;
            left: 20px;
            background-position: left;
            width: 269px;
        }
}

.block-content {
    margin: 24px 0;
    padding: 24px 0;
}

.block-content--centered .block-content__main {
    text-align: center;
}

.block-content--left .icon-list__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-content__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-content__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    color: #000000;
    font-size: 24px;
    margin: 0;
    padding-right: 24px;
    color: #6f777b;
}

.block-content__link {
    margin-bottom: 24px;
}

@media screen and (min-width:768px) {
    .block-content__link {
        margin-bottom: 0;
    }
}

.block-content__line {
    background-color: #6f777b;
}

.block-content__summary {
    margin-bottom: 24px;
    color: #6f777b;
}

.local-offices-block .block-content {
    margin-bottom: 24px;
}

.ccg-map-block {
    position: relative;
    margin-top: 36px;
    background-image: url("/themes/custom/ita/images/sample/office-map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
}

    .ccg-map-block .ccg-map-select {
        display: none;
        margin-bottom: 16px;
        border: solid 2px #bbbbbb;
        background-color: #ffffff;
        background-position: 95% center;
        background-size: 15px 30px;
        padding: 8px 18px;
        font-size: 0.9em;
    }

@media screen and (min-width:768px) {
    .ccg-map-block .ccg-map-select {
        position: absolute;
        margin-bottom: 0;
        width: 24%;
        height: 7%;
        font-size: 0.9em;
    }
}

.ccg-map-block .western-hemisphere-and-canada {
    display: inline-block;
}

@media screen and (min-width:768px) {
    .ccg-map-block .western-hemisphere-and-canada {
        top: 54%;
        left: 7%;
    }
}

.ccg-map-block .europe {
    display: inline-block;
}

@media screen and (min-width:768px) {
    .ccg-map-block .europe {
        top: 28%;
        left: 38%;
    }
}

.ccg-map-block .asia {
    display: inline-block;
}

@media screen and (min-width:768px) {
    .ccg-map-block .asia {
        top: 54%;
        left: 68%;
    }
}

.ccg-map-block .middle-east-and-africa {
    display: inline-block;
}

@media screen and (min-width:768px) {
    .ccg-map-block .middle-east-and-africa {
        top: 54%;
        left: 38%;
    }
}

.ccg-map-block .china {
    display: inline-block;
}

@media screen and (min-width:768px) {
    .ccg-map-block .china {
        top: 28%;
        left: 68%;
    }
}

.ccg-map__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25;
    color: #000000;
    font-size: 24px;
    margin: 0;
    color: #6f777b;
}

.ccg-map__title-line {
    background-color: #6f777b;
}

.content-curator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-curator__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

@media screen and (min-width:1024px) {
    .content-curator__image {
        max-width: 400px;
    }
}

.content-curator__image img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-curator__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
}

.content-curator__title {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    color: #000000;
    font-size: 20px;
    margin: 0;
}

.content-curator__title-line {
    margin-bottom: 0;
    background-color: #b10e1e;
}

.content-curator__summary {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #6f777b;
}

.content-curator__progress {
    color: #6f777b;
}

.content-curator__form .form-item-topic-area-of-interest-select .form-select option:last-child {
    display: none;
}

.content-curator__form .webform-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.content-curator__form div[role='alert'] {
    margin-bottom: 24px;
    border-left: 4px solid #b10e1e;
    background-color: #fac4c9;
    padding: 16px;
}

.footer {
    background-color: #112e51;
}

@media screen and (min-width:768px) {
    .footer {
        padding-top: 40px;
    }
}

.footer svg.ext path {
    stroke: #ffffff !important;
}

.footer__menu, .footer__submenu, .footer__submenu--secondary {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__submenu {
    margin-top: 18px;
}

.footer__submenu--secondary .footer__menu-link {
    line-height: 1.71;
    font-size: 14px;
    font-weight: 300;
}

.footer__menu-link {
    padding: 8px;
    color: #ffffff;
}
.cls-1 {
    fill: #ffffff !important;
}

    .footer__menu-link:hover {
        background-color: #2b8cc4;
        text-decoration: none;
        color:#ffffff;
    }

    .footer__menu-link:active {
        background-color: #005ea5;
        text-decoration: none;
    }

    .footer__menu-link:focus {
        outline: 0;
        background-color: #005ea5;
        text-decoration: none;
    }

.footer__menu-link--header {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    line-height: 1.25;
    font-size: 20px;
    color: #ffffff;
}

.footer__menu-link--subheader {
    line-height: 1.71;
    font-size: 14px;
    font-weight: 300;
    padding-left:0px;
}
.footer__description {
    border-top: 3px solid #ccdeed;
    padding-top: 62px;
    text-align: center;
    margin-top:50px;
    padding-bottom:100px;
}
    .footer__bottom {
    margin-top: 0;
}

.footer__description, .footer__address {
    line-height: 1.21;
    color: #ffffff;
    font-size: 14px;
}

    .footer__description a, .footer__address a {
        color: #ffffff;
    }

    .footer__description p, .footer__address p {
        margin-top: 0;
        line-height: 1.21;
        color: #ffffff;
        font-size: 14px;
    }

.footer__description {
    border-top: 3px solid #ccdeed;
    padding-top: 62px;
    text-align: center;
}

    .footer__description p {
        margin-right: auto;
        margin-left: auto;
    }

        .footer__description p:last-child a {
            font-weight: 300;
        }

@media screen and (min-width:1024px) {
    .footer__description p {
        width: 80%;
    }
}

.footer__address strong {
    font-family: "Merriweather",Arial,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    margin: 32px 0 0;
    line-height: 1.25;
    font-size: 16px;
}

.footer__social {
    margin-bottom: 18px;
}

@media screen and (min-width:768px) {
    .footer__social {
        margin-bottom: 0;
    }
}

.footer__social-text {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.footer__menu--secondary {
    margin-top: 18px;
}

.footer__menu-items--secondary {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:360px) {
    .footer__menu-items--secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__menu-item--secondary {
    margin-bottom: 12px;
    font-size: 14px;
}

@media screen and (min-width:360px) {
    .footer__menu-item--secondary {
        margin-bottom: 12px;
    }

        .footer__menu-item--secondary:last-child:after {
            content: none;
        }

        .footer__menu-item--secondary:after {
            margin-right: 5px;
            margin-left: 5px;
            color: #ccdeed;
            content: '|';
        }
}

.footer__menu-link--secondary {
    color: #ffffff;
}

.footer__social-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__social-item {
    margin-right: 8px;
}

    .footer__social-item a {
        line-height: 1;
    }

.footer__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
}

    .footer__social-link:hover {
        background-color: #2b8cc4;
    }

    .footer__social-link:active {
        background-color: #005ea5;
    }

    .footer__social-link:focus {
        outline: 0;
        background-color: #005ea5;
    }

.footer__social-icon svg {
    fill: #ffffff;
}

@media screen and (min-width:1024px) {
    .footer__branding svg {
        width: 100%;
        max-width: 286px;
        height: auto;
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 20px 37px;
}



.header--sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}

.toolbar-fixed .header--sticky {
    top: 39px;
}

    .toolbar-fixed .header--sticky .header__menu--mobile {
        top: 82px;
    }

.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .header--sticky {
    top: 79px;
}

.header__content {
    display: none;
}

@media screen and (min-width:1024px) {
    .header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width:1366px) {
    .header__content {
        -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    }
}

.header__branding {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    padding: 15px;
}

@media screen and (min-width:768px) {
    .header__branding {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (min-width:1024px) {
    .header__branding {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
        padding: 0;
    }
}

.header__branding-logo {
    width: 140px;
    height: auto;
}

@media screen and (min-width:1024px) {
    .header__branding-logo {
        width: 163px;
        height: 64px;
    }
}

.header__search-form {
    position: relative;
}

    .header__search-form .header__search-input {
        background-color: #f8f8f8;
        width: auto;
        max-width: 250px;
        font-size: 14px;
    }

.header__search-label {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.header__search-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #218379;
    background-color: #218379;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (-ms-high-contrast:none) {
    .header__search-button {
        border: 0;
    }
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .header__menu > .header__menu-item--expanded > .header__menu-link--toggle .header__menu-icon--toggle {
        display: none;
    }

@media screen and (min-width:1366px) {
    .header__menu > .header__menu-item--expanded > .header__menu-link--toggle .header__menu-icon--toggle.active {
        display: block;
    }
}

.header__menu-item--active-trail > .header__menu-link {
    border-color: #0071bc;
}

    .header__menu-item--active-trail > .header__menu-link.header__menu-link--red {
        border-color: #b10e1e;
    }

    .header__menu-item--active-trail > .header__menu-link.header__menu-link--green {
        border-color: #208078;
    }

.header__menu-item--active-trail > .header__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

@media screen and (min-width:1366px) {
    .header__menu-link {
        margin-right: 24px;
    }
}

.header__menu-link:hover, .header__menu-link:focus {
    border-color: #0071bc;
    text-decoration: none;
}

.header__menu-link--red:hover, .header__menu-link--red:focus, .header__menu-link--red.header__menu-link--active {
    border-color: #b10e1e;
}

.header__menu-link--red + .header__submenu > .header__menu-item--active-trail > .header__menu-link {
    border-color: #b10e1e;
}

.header__menu-link--red + .header__submenu .header__menu-link:hover, .header__menu-link--red + .header__submenu .header__menu-link:focus {
    border-color: #b10e1e;
}

.header__menu-link--green:hover, .header__menu-link--green:focus, .header__menu-link--green.header__menu-link--active {
    border-color: #208078;
}

.header__menu-link--green + .header__submenu .header__menu-item--active-trail .header__menu-link {
    border-color: #208078;
}

.header__menu-link--green + .header__submenu .header__menu-link:hover, .header__menu-link--green + .header__submenu .header__menu-link:focus {
    border-color: #208078;
}

.header__menu-icon {
    margin-right: 4px;
    max-width: 16px;
    max-height: 16px;
}

@media screen and (min-width:1024px) {
    .header__menu-icon {
        display: none;
    }
}

@media screen and (min-width:1366px) {
    .header__menu-icon {
        display: block;
    }
}

.header__menu-icon svg {
    width: 100%;
    height: auto;
}

.header__menu-icon--toggle {
    display: none;
    position: relative;
    margin-left: 4px;
}

    .header__menu-icon--toggle.active {
        display: block;
    }

    .header__menu-icon--toggle svg {
        position: absolute;
        top: -3px;
        width: 10px;
        height: 7px;
    }

.header__search-icon {
    width: 16px;
    height: 18px;
}

    .header__search-icon .icon {
        fill: #ffffff;
    }

.header__submenu {
    display: none;
    position: absolute;
    bottom: -52px;
    left: 0;
    z-index: 20;
    border-top: 1px solid #f1f1f1;
    background-color: #ffffff;
    padding-right: 20px;
    padding-left: 30px;
    width: 100%;
    list-style: none;
}

@media screen and (min-width:1366px) {
    .header__submenu {
        padding-right: 30px;
        padding-left: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.header__submenu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__submenu > .header__menu-item > .header__menu-link {
    margin-right: 0;
    border-top: 3px solid transparent;
    border-bottom: 0;
    padding: 15px;
}

    .header__submenu > .header__menu-item > .header__menu-link:hover, .header__submenu > .header__menu-item > .header__menu-link:focus {
        border-color: 3px solid #0071bc;
    }

    .header__submenu > .header__menu-item > .header__menu-link.header__menu-link--active {
        background-color: #f1f1f1;
    }

.header__submenu > .header__menu-item--expanded {
    position: relative;
}

    .header__submenu > .header__menu-item--expanded:last-child ul {
        right: 0;
        left: unset;
    }

.header__dropdown {
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 20;
    background-color: #f1f1f1;
    padding: 12px 20px;
    min-width: 290px;
    list-style: none;
}

    .header__dropdown.active {
        display: block;
    }

    .header__dropdown .header__menu-item {
        padding: 0 0 10px;
    }

    .header__dropdown .header__menu-link {
        display: inline-block;
        margin-right: 0;
        border-bottom: 0;
    }

        .header__dropdown .header__menu-link:hover, .header__dropdown .header__menu-link:focus {
            border-bottom: 0;
            text-decoration: underline;
        }

@media screen and (min-width:1024px) {
    .header__content--mobile {
        display: none;
    }
}

.header__content--mobile .header__menu-text {
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.header__content--mobile .header__menu-btn {
    border: 0;
    background-color: #ffffff;
    cursor: pointer;
    padding: 30px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (min-width:768px) {
    .header__content--mobile .header__menu-btn {
        padding: 34px 24px;
    }
}

.header__content--mobile .header__menu-btn:active, .header__content--mobile .header__menu-btn:focus, .header__content--mobile .header__menu-btn.active {
    outline: 0;
    background-color: #f1f1f1;
}

.header__content--mobile .header__menu-btn .header__menu-icon {
    margin-right: 0;
    max-width: 45px;
    max-height: 45px;
}

    .header__content--mobile .header__menu-btn .header__menu-icon .icon {
        width: 45px;
        height: auto;
    }

.header__menu--mobile {
    display: none;
    position: absolute;
    top: 92px;
    right: 0;
    z-index: 100;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 7px 0 rgba(0,0,0,0.2);
    background-color: #f1f1f1;
    width: 100%;
}

    .header__menu--mobile.active {
        display: block;
    }

.header__accordion {
    margin: 0;
    padding-bottom: 16px;
    padding-left: 0;
    height: 100vh;
    list-style: none;
    overflow-y: scroll;
}

.header__search--mobile {
    padding: 32px;
}

    .header__search--mobile .header__search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__search--mobile .header__search-input {
        width: 90%;
        max-width: none;
    }

    .header__search--mobile .header__search-button {
        top: 0;
        right: 0;
    }

.header__accordion-item[aria-level='2'] > .header__accordion-menu {
    padding: 0;
}

.header__accordion-item[aria-level='2'] .header__accordion-link {
    padding: 20px 12px;
}

.header__accordion-item[aria-level='3'] .header__accordion-link {
    padding-top: 6px;
    padding-bottom: 6px;
}

.header__accordion-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    color: #000000;
    font-weight: normal;
}

    .header__accordion-link:hover, .header__accordion-link:focus, .header__accordion-link.active {
        background-color: #0071bc;
        text-decoration: none;
        color: #ffffff;
    }

        .header__accordion-link:hover .header__accordion-icon--toggle svg, .header__accordion-link:focus .header__accordion-icon--toggle svg, .header__accordion-link.active .header__accordion-icon--toggle svg {
            fill: #ffffff;
        }

.header__accordion-link--red:hover, .header__accordion-link--red:focus, .header__accordion-link--red.active {
    background-color: #b10e1e;
}

.header__accordion-link--green:hover, .header__accordion-link--green:focus, .header__accordion-link--green.active {
    background-color: #208078;
}

.header__accordion-title {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
}

@media screen and (min-width:768px) {
    .header__accordion-title {
        -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    }
}

.header__accordion-icon {
    margin-right: 8px;
    max-width: 16px;
    max-height: 16px;
}

    .header__accordion-icon svg {
        width: 100%;
        height: auto;
    }

.header__accordion-icon--toggle {
    display: none;
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    margin-right: 0;
    margin-left: 8px;
    cursor: pointer;
}

@media screen and (min-width:768px) {
    .header__accordion-icon--toggle {
        -ms-flex-preferred-size: 2%;
        flex-basis: 2%;
    }
}

.header__accordion-icon--toggle.active {
    display: block;
}

.header__accordion-menu {
    display: none;
    background-color: #ffffff;
    padding: 10px 30px;
    list-style: none;
}

    .header__accordion-menu.active {
        display: block;
    }

    .header__accordion-menu .header__accordion-link {
        line-height: 1.71;
        font-size: 16px;
    }

        .header__accordion-menu .header__accordion-link:hover, .header__accordion-menu .header__accordion-link:focus, .header__accordion-menu .header__accordion-link.active {
            background-color: transparent;
            text-decoration: underline;
            color: #000000;
        }

            .header__accordion-menu .header__accordion-link:hover .header__accordion-icon svg, .header__accordion-menu .header__accordion-link:focus .header__accordion-icon svg, .header__accordion-menu .header__accordion-link.active .header__accordion-icon svg {
                fill: #000000;
            }

    .header__accordion-menu .header__accordion-link--toggle {
        font-weight: 700;
    }

    .header__accordion-menu .header__accordion-icon--toggle {
        position: relative;
        border: 1px solid #dee0e2;
        border-radius: 4px;
        padding: 5px;
    }

        .header__accordion-menu .header__accordion-icon--toggle svg {
            position: absolute;
            width: 15px;
            height: 15px;
        }

.header-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .header-flag .header-flag-img {
        margin-right: 10px;
        margin-left: 1%;
        padding-top: 1px;
        padding-bottom: 1px;
    }

        .header-flag .header-flag-img .header-flag-icon {
            width: 23px;
            height: 13px;
        }

    .header-flag .official-text {
        padding-top: 5px;
        font-size: 12px;
    }

        .header-flag .official-text .us-gov-desc::after {
            display: inline-block;
            margin-left: 4px;
            background-size: 100%;
            width: 0.75rem;
            height: 0.75em;
            content: '';
        }

        .header-flag .official-text .open::after {
            background-image:url('../images/upArrow.png') ;
        }

        .header-flag .official-text .closed::after {
            background-image: url('../images/downArrow.png');
        }

.block-howyouknowdescription {
    display: none;
    padding-top: 16px;
    padding-bottom: 8px;
}

    .block-howyouknowdescription .howyouknow-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 2%;
        font-size: 14px;
    }

        .block-howyouknowdescription .howyouknow-container .header-strong {
            font-weight: bold;
        }

        .block-howyouknowdescription .howyouknow-container .howyouknow-header-block {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 49%;
        }

        .block-howyouknowdescription .howyouknow-container .howyouknow-official, .block-howyouknowdescription .howyouknow-container .howyouknow-secure {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .block-howyouknowdescription .howyouknow-container .howyouknow-header-block__icon__img {
            margin-right: 16px;
            width: 40px;
        }

@media only screen and (max-width:767px) {
    .block-howyouknowdescription .howyouknow-container {
        display: block;
    }

        .block-howyouknowdescription .howyouknow-container .howyouknow-header-block {
            width: 100%;
        }
}
