.container-fluid {
    max-width: 1920px;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid-overflow-hidden {
    max-width: 1920px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid-footer {
    max-width: 1920px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.container-fluid-login {
    max-width: 1920px;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid-editable-area {
    max-width: 1920px;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1450px;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

.sticky-container {
    position: -webkit sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    box-shadow: -1px 2px 2px #ccc;
    line-height: 32px;
    text-align: center;
    min-width: 320px;
}

@media (min-width: 1200px) {
    .sticky-container {
        height: 64px;
        line-height: 64px;
    }
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        /*outline: none;*/
        outline: auto 5px Highlight; /* for non-webkit browsers */
        outline: auto 5px -webkit-focus-ring-color; /* for webkit browsers */
    }

html,
body {
    margin: 0px;
    font-family: neue-haas-grotesk-display, sans-serif;
    min-width: 320px;
    font-weight: 400;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    scroll-behavior: smooth;
}

.display-mobile,
.hidden-desktop,
.hidden-tablet {
    display: block;
}

.display-tablet,
.display-desktop,
.hidden-mobile {
    display: none;
}

@media (min-width: 768px) {

    .display-tablet,
    .hidden-desktop,
    .hidden-mobile {
        display: block;
    }

    .display-mobile,
    .display-desktop,
    .hidden-tablet {
        display: none;
    }
}

@media (min-width: 1300px) {

    /*declarations for show/hide content*/
    .display-mobile,
    .display-tablet,
    .hidden-desktop {
        display: none;
    }

    .hidden-tablet,
    .display-desktop,
    .hidden-mobile {
        display: block;
    }

    .col-3xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*html,
body {
    font-family:neue-haas-grotesk-display, sans-serif;
    font-weight:400; 
}*/
strong,
b {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 30px;
    line-height: 36px;
    color: #01243b;
    font-weight: 400;
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 1300px) {

    h1,
    .h1 {
        font-size: 60px;
        line-height: 68px;
    }
}

h2,
.h2 {
    font-size: 30px;
    line-height: 32px;
    color: #01243b;
}

@media (min-width: 768px) {

    h2,
    .h2 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 1300px) {

    h2,
    .h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

h3,
.h3 {
    font-size: 24px;
    line-height: 27px;
    color: #01243b;
    font-weight: 400;
    margin: 0px;
}

@media (min-width: 768px) {

    h3,
    .h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1300px) {

    h3,
    .h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

h4,
.h4 {
    font-size: 20px;
    line-height: 24px;
    color: #01243b;
}

@media (min-width: 768px) {

    h4,
    .h4 {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width: 1300px) {

    h4,
    .h4 {
        font-size: 26px;
        line-height: 30px;
    }
}

h5,
.h5 {
    font-size: 20px;
    line-height: 22px;
    color: #717580;
}

@media (min-width: 768px) {

    h5,
    .h5 {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width: 1300px) {

    h5,
    .h5 {
        font-size: 26px;
        line-height: 30px;
    }
}

h6,
.h6 {
    font-size: 24px;
    line-height: 27px;
    color: #01243b;
    font-weight: 700;
}

@media (min-width: 768px) {

    h6,
    .h6 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1300px) {

    h6,
    .h6 {
        font-size: 26px;
        line-height: 30px;
    }
}

/* It's not very clear what their base p/body font size is so right now the base is the larger of the two, adding a "small-text" will be the other. */
p,
.p,
ul,
ol,
li {
    font-size: 16px;
    line-height: 20px;
    color: #21578a;
}

@media (min-width: 768px) {

    p,
    .p,
    ul,
    ol,
    li {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 1300px) {

    p,
    .p,
    ul,
    ol,
    li {
        font-size: 20px;
        line-height: 35px;
    }
}

p.small-text,
.p.small-text,
ul.small-text,
ol.small-text,
li.small-text {
    font-size: 16px;
    line-height: 18px;
}

@media (min-width: 1300px) {

    p.small-text,
    .p.small-text,
    ul.small-text,
    ol.small-text,
    li.small-text {
        font-size: 18px;
        line-height: 24px;
    }
}

ul {
    color: #21578a;
    padding-left: 25px;
}

    ul.ul-checklist {
        list-style: none;
        padding-left: 40px;
        text-align: left;
    }

        ul.ul-checklist li {
            margin-bottom: 1rem;
        }

            ul.ul-checklist li:before {
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                content: "\f00c";
                font-size: 125%;
                margin-left: -39px;
                padding-right: 10px;
                color: #3397d3;
                float: left;
            }

.font-incr-125 {
    font-size: 125%;
}

.cool-grey {
    color: #717580;
}

.navy {
    color: #01243b;
}

.tangerine {
    color: #ff970e;
}

.white {
    color: #ffffff;
}

.black {
    color: #000;
}

.pale-grey {
    color: #f1f2f6;
}

.dusk-blue {
    color: #21578a;
}

.cool-blue {
    color: #3397d3;
}

.bg-dusk-blue {
    background-color: #21578a;
}

.bg-cool-blue {
    background-color: #3397d3;
}

.bg-pale-grey {
    background-color: #f1f2f6;
}

.bg-cool-grey {
    background-color: #717580;
}

.bg-tangerine {
    background-color: #ff970e;
}

.bg-cool-grey-transparent {
    background-color: rgba(157, 167, 178, 0.25);
}

.bg-fade-white {
    box-shadow: inset 400px 0 100px 0px rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: inset 400px 0 100px 0px rgba(255, 255, 255, 0.65);
    -moz-box-shadow: inset 400px 0 100px 0px rgba(255, 255, 255, 0.65);
}

@media (min-width: 1300px) {
    .bg-fade-white {
        box-shadow: inset 700px 0 100px 0px rgba(255, 255, 255, 0.65);
        -webkit-box-shadow: inset 700px 0 100px 0px rgba(255, 255, 255, 0.65);
        -moz-box-shadow: inset 700px 0 100px 0px rgba(255, 255, 255, 0.65);
    }
}

.bg-fade-dusk-blue {
    box-shadow: inset 400px 0 100px 0px rgba(33, 87, 138, 0.65);
    -webkit-box-shadow: inset 400px 0 100px 0px rgba(33, 87, 138, 0.65);
    -moz-box-shadow: inset 400px 0 100px 0px rgba(33, 87, 138, 0.65);
}

@media (min-width: 1300px) {
    .bg-fade-dusk-blue {
        box-shadow: inset 700px 0 100px 0px rgba(33, 87, 138, 0.65);
        -webkit-box-shadow: inset 700px 0 100px 0px rgba(33, 87, 138, 0.65);
        -moz-box-shadow: inset 700px 0 100px 0px rgba(33, 87, 138, 0.65);
    }
}

ul.list-colors {
    list-style: none;
}

    ul.list-colors li::before {
        content: "\25A0";
        font-weight: bold;
        display: inline-block;
        width: 15px;
        margin-left: -23px;
    }

    ul.list-colors.list-cool-blue li::before {
        color: #3397d3;
    }

    ul.list-colors.list-dusk-blue li::before {
        color: #21578a;
    }

a {
    color: #21578a;
    text-decoration: none;
    font-weight: 800;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a.button {
        font-weight: 800;
        color: #fff;
        display: inline-block;
        text-align: center;
        min-width: 100px;
        line-height: normal;
        font-size: 16px;
        padding: 15px;
        text-decoration: none !important;
    }

        a.button:hover {
            background-color: #9da7b2;
        }

@media (min-width: 320px) and (max-width: 400px) {
    a.button {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    a.button {
        min-width: 105px;
        line-height: normal;
        font-size: 16px;
    }
}

@media (min-width: 1300px) {
    a.button {
        min-width: 178px;
        line-height: normal;
        font-size: 24px;
    }
}

a.button.button-large {
    min-width: 130px;
}

@media (min-width: 768px) {
    a.button.button-large {
        min-width: 190px;
    }
}

@media (min-width: 1300px) {
    a.button.button-large {
        min-width: 355px;
    }
}

a.button.button-blue {
    background-color: #21578a;
    color: #fff;
}

    a.button.button-blue:hover {
        color: #fff;
        background-color: #14314c;
        text-decoration: none;
    }

a.button.button-tangerine {
    background-color: #ff970e;
    color: #fff;
}

    a.button.button-tangerine:hover {
        color: #fff;
        background-color: #de830b;
        text-decoration: none;
    }

a.button.button-red {
    background-color: #8A2121;
}

a.button.button-green {
    background-color: #218A45;
}

a.button.button-white {
    background-color: #ffffff;
    color: #21578a;
}

.btn,
.btn,
.button {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    border-style: none;
    border-radius: 0px;
    line-height: normal;
}

@media (min-width: 768px) {

    .btn,
    .btn,
    .button {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {

    .btn,
    .btn,
    .button {
        font-size: 24px;
    }
}

.btn.button-small,
.btn.button-small,
.button.button-small {
    padding: 6px 27px;
}

@media (min-width: 768px) {

    .btn.large-standard,
    .btn.large-standard,
    .button.large-standard {
        width: 218px;
    }
}

@media (min-width: 1200px) {

    .btn.large-standard,
    .btn.large-standard,
    .button.large-standard {
        width: 411px;
    }
}

.button-blue {
    background-color: #21578a;
    color: #fff;
    padding: 10px;
}

    .button-blue:hover {
        color: #fff;
        background-color: #14314c;
        text-decoration: none;
    }

.button-tangerine {
    background-color: #ff970e;
    color: #fff;
}

    .button-tangerine:hover {
        color: #fff;
        background-color: #de830b;
        text-decoration: none;
    }

.button-red {
    background-color: #8A2121;
}

img[src*="insight.adsrvr.org"] {
    width: 1px;
    height: 1px;
}

img {
    width: 100%;
    height: auto;
}

.img-width-auto {
    width: auto;
    max-width: 100%;
}

.mt-6 {
    margin-top: 3rem !important;
}

@media (min-width: 768px) {
    .mt-6 {
        margin-top: 6rem !important;
    }
}

.p-6 {
    padding: 3rem !important;
}

@media (min-width: 768px) {
    .p-6 {
        padding: 6rem !important;
    }
}

@media (min-width: 1200px) {
    .p-6 {
        padding: 6rem 8rem !important;
    }
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .py-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

@media (min-width: 1200px) {
    .py-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

.table {
    font-size: 16px;
    text-align: center;
}

@media (min-width: 1200px) {
    .table {
        font-size: 27px;
    }
}

.table thead {
    color: #ffffff;
}

    .table thead th {
        background-color: #3397d3;
        font-weight: 400;
        border-bottom: 2px solid #ffffff;
        vertical-align: middle;
    }

@media (min-width: 1200px) {
    .table thead th {
        font-size: 24px;
    }
}

.table tbody {
    color: #21578a;
}

    .table tbody tr td {
        padding: .3rem .75rem;
    }

        .table tbody tr td:first-child {
            text-align: left;
        }

    .table tbody tr:nth-of-type(even) {
        background-color: #f1f2f6;
    }

.table.table-bordered {
    border: 2px solid #ffffff;
}

    .table.table-bordered td,
    .table.table-bordered th {
        border: 2px solid #ffffff;
    }

.section-container {
    clear: both;
}

.shadow-box {
    box-shadow: 2px 2px 2px #ccc;
}

.d-compact {
    max-width: 74.45%;
}

a.offsite-button:after {
    content: "\00a0\00a0\f08e";
    font-family: "Font Awesome 6 Pro";
}

a.offsite-link:after {
    content: "\00a0\f08e\00a0";
    font-family: "Font Awesome 6 Pro";
    font-size: 70%;
    font-weight: 800;
}

div.button-group {
    white-space: nowrap;
}

.group-button:first-of-type {
    margin: 0px;
}

.group-button {
    margin: 0px 0px 0px 87px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.header-cta h1 {
    font-size: 60px;
    line-height: 68px;
    color: #01243B;
    font-weight: 400;
}

.sectiontitle {
    color: #21578A;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 800;
}

/*top navigation*/
.forumlogo {
    position: absolute;
    width: 15%;
    max-width: 285px;
    top: 27px;
}

.topnavigation-container {
    float: right;
    clear: both;
}

.uppernav {
    float: left;
}

@media (max-width: 767px) {
    .uppernav {
        width: 100%;
        float: none;
        display: table;
    }
}

a.topnav-button {
    min-width: 175px;
    background-color: #21578a;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 48px;
    color: #F1F2F6;
    text-decoration: none;
    font-weight: 600;
    padding: 0px 30px;
    border-left: 1px solid white;
}

@media (max-width: 767px) {
    a.topnav-button {
        min-width: 0px;
        font-size: 16px;
        line-height: 27px;
        padding: 0px 6px;
        display: table-cell;
        font-weight: 800;
        float: none;
    }
}

a.login-button {
    background-color: #21578a;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

/* The dropdown container */
.dropdown {
    float: left;
    overflow: none;
    line-height: 48px;
}

@media (max-width: 767px) {
    .dropdown {
        width: 100%;
        float: none;
        /*display: table;*/
        overflow: none;
        line-height: 27px;
    }
}

/* Dropdown button */
.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    /*outline: none;*/
    color: white;
    background-color: #21578a;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    min-width: 175px;
    line-height: 48px;
    padding: 0px 6px;
    display: table-cell;
    font-weight: 800;
    float: none;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid white;
}

.dropdown:hover .dropbtn {
    background-color: #21578a;
    color: #fff;
}

@media (max-width: 767px) {
    .dropdown .dropbtn {
        line-height: 27px;
        min-width: 0px;
    }
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    font-size: 16px;
    border: none;
    /*outline: none;*/
    color: white;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    line-height: 48px;
    font-weight: 800;
    float: none;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid white;
    border-top: 1px solid white;
}

@media (max-width: 767px) {
    .dropdown-content {
        line-height: 27px;
        left: auto;
        right: 0;
    }
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    border-top: 1px solid white;
    /*outline: none;*/
    color: white;
    background-color: #21578a;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    min-width: 175px;
    font-weight: 800;
    text-align: center;
    line-height: 48px;
}

@media (max-width: 767px) {
    .dropdown-content a {
        line-height: 27px;
    }
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #21578a;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/*mainnav*/
nav {
    clear: both;
    display: table;
    padding-bottom: 20px;
    padding-top: 0px;
    width: 100%;
}

.mainnavigation-container {
    padding-top: 1%;
    display: block;
}

ul#menu {
    padding: 0px;
    margin: 0px;
    float: right;
}

#menu li.menu-top-level {
    display: inline;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

a.topnav-link {
    color: #01243B;
    font-size: 32px;
    line-height: normal;
    text-decoration: none;
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 0px 50px;
    font-weight: 400;
}

ul.second-level-menu-container .second-level-item {
    color: #21578A;
    font-weight: 600;
    font-size: 31px;
    line-height: 37px;
}

ul.second-level-menu-container {
    padding: 0px;
    min-width: 25%;
    display: inline-table;
}

    ul.second-level-menu-container li {
        list-style-type: none;
    }

ul.menu-third-level {
    padding-left: 16px;
}

    ul.menu-third-level .third-level-menu-item a {
        color: #21578A;
        font-weight: 400;
        font-size: 25px;
        line-height: 48px;
    }

        ul.menu-third-level .third-level-menu-item a:hover {
            border-bottom: solid 8px #21578A;
            -webkit-text-stroke: 1.5px #21578A;
        }

    ul.menu-third-level li {
        display: block;
        list-style-type: none;
    }

a.selected,
a.topnav-link:hover {
    border-bottom: solid 8px #21578A;
    -webkit-text-stroke: 1.5px #01243B;
}

/*mobilenav*/
a.topnav-link .fa-play {
    display: none;
}

.nav-dropdown-container {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    min-height: 288px;
    padding: 42px 75px;
    z-index: 99998;
    width: 100%;
    box-shadow: 2px 1px 2px #ccc;
    left: 0px;
    border-top: solid 1px #21578a;
    display: none;
}

    .nav-dropdown-container:hover {
        display: block;
    }

button.navbar-toggle {
    background-color: transparent;
    border: 0;
    padding: 0;
    right: 50px;
    position: absolute;
    z-index: 998;
    top: 10px;
    cursor: pointer;
}

.globalheader {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-position: 50% 50%;
    padding-top: 41.65%;
}

.globalheadercontent {
    padding: 50px 2.6%;
    top: 0;
    position: absolute;
}

    .globalheadercontent:first-of-type {
        margin-right: 7%;
        margin-left: 7%;
    }

.header-cta {
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px;
}

    .header-cta h1 {
        margin: 0px;
    }

    .header-cta p {
        font-size: 26px;
        line-height: 30px;
        color: #21578A;
        font-weight: 400;
        margin-top: 5px;
    }

/*social*/
.social-container {
    border-top: solid 2px #C5C5C5;
    padding: 10px 2.6%;
    clear: both;
    /*margin-top:20px;*/
    display: table;
    width: 100%;
}

.connect-container {
    float: right;
}

span.up-to-date {
    font-size: 40px;
    line-height: 50px;
}

.social-networks [class*="fa-"] {
    font-size: 34px;
    background-color: #c5c5c5;
    padding: 7px;
    color: #fff;
    margin: 2px;
}

/*footer*/
footer {
    background-color: #F1F2F6;
    padding: 20px 2.6%;
    clear: both;
    display: table;
    width: 100%;
}

.footernavigation-container {
    float: right;
    text-align: right;
}

.copyright {
    float: right;
    margin-top: 35px;
}

    .copyright p {
        text-align: right;
        font-size: 16px;
        line-height: 20px;
        color: #01243B;
    }

a.footer-link {
    font-size: 26px;
    line-height: 50px;
    padding: 0px 0px 0px 34px;
    color: #21578a;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 400;
}

    a.footer-link:first-of-type {
        padding: 0px;
    }

.newsletter {
    float: left;
    margin-top: 15px;
}

.Subscription input[type="text"] {
    background-color: #fff;
    height: 53px;
    width: 320px;
    font-size: 18px;
    line-height: 20px;
    padding: 13px;
    border: solid 1px #9DA7B2;
    font-family: neue-haas-grotesk-display, sans-serif;
    color: #21578A;
    margin: 0px;
    float: left;
}

.subscription-input-text {
    background-color: #fff;
    height: 53px;
    width: 320px;
    font-size: 18px;
    line-height: 20px;
    padding: 13px;
    border: solid 1px #9DA7B2;
    font-family: neue-haas-grotesk-display, sans-serif;
    color: #21578A;
    margin: 0px;
    float: left;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .subscription-input-text {
        height: 31px;
        width: 63%;
        font-size: 16px;
        line-height: 31px;
        padding: 13px;
    }
}

.Subscription input[type="submit"] {
    background-color: #FF970E;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border: solid 1px #ff970e;
    width: 154px;
    line-height: 53px;
    height: 53px;
    float: left;
    margin-top: 0px;
    padding: 0px;
}

.FORUMFormWidgetButton {
    background-color: #FF970E !important;
    border: solid 1px #ff970e !important;
    color: #fff;
}

#ncualogo {
    width: 198px;
}

/*global search display values */
.siteSearch {
    float: left;
    width: 275px;
    height: 48px;
    position: relative;
}

    .siteSearch:hover .searchBox input[type=text],
    .siteSearch .searchBox input[type=text]:focus {
        width: 250px;
        margin-left: 0px;
        /*outline: none;*/
    }

@media (min-width: 768px) and (max-width: 1300px) {

    .siteSearch:hover .searchBox input[type=text],
    .siteSearch .searchBox input[type=text]:focus {
        width: 137px;
        margin-left: 0px;
        /*outline: none;*/
    }
}

.siteSearch .searchBox input[type=text] {
    width: 0px;
    height: 48px;
    border: 1px solid #ddd;
    float: right;
    /*outline: none;*/
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-left: 200px;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .siteSearch .searchBox input[type=text] {
        width: 137px;
        height: 26px;
        display: block;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        margin-left: 0px;
    }
}

.searchBox .search-box-btn {
    background-color: #FF970E;
    border: solid 1px #FF970E;
    color: #fff;
    cursor: pointer;
    padding: 0px 12px;
    font-size: 26px;
    line-height: 46px;
    float: right;
    position: absolute;
    right: 0;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .siteSearch a {
        padding: 0px 7px;
        font-size: 11px;
        line-height: 25px;
    }
}

.siteSearch .btn-default {
    display: none;
}

/*in page search display*/
.inpage-Search .searchBox {
    border: solid 1px #ddd;
    padding: 3px;
    width: 100%;
    float: none;
    margin: auto;
    overflow: auto;
}

.inpage-Search a,
.inpage-Search a:visited {
    display: block;
    background-color: #FF970E;
    border: solid 1px #FF970E;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 37px;
    line-height: 37px;
}

.inpage-Search .search-btn {
    display: inline-block;
    background-color: #FF970E;
    border: solid 1px #FF970E;
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 37px;
    line-height: 37px;
}

.inpage-Search .btn-default {
    display: none;
}

.inpage-Search input[type="text"] {
    float: right;
    width: calc(100% - 50px);
    border: none;
    font-family: neue-haas-grotesk-display, sans-serif;
    color: #21578A;
    line-height: 37px;
}

.blogSearch .inpage-Search .searchBox {
    max-width: 100%;
}

.mobileSearch {
    display: none;
}

/*searchResults*/
.searchResults .result-heading {
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

    .searchResults .result-heading a {
        font-weight: 400;
    }

@media (min-width: 768px) and (max-width: 1300px) {
    .searchResults .result-heading {
        margin-bottom: 10px;
    }
}

.searchResults .result-heading .result-headline {
    color: #01243B;
    font-size: 38px;
    line-height: 1.1;
    margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .searchResults .result-heading .result-headline {
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
    }
}

.searchResults .result-url {
    color: #01243B;
    font-size: 24px;
    line-height: 35px;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .searchResults .result-url {
        font-size: 16px;
        line-height: 24px;
    }
}

.searchResults .result-content p {
    color: #01243B;
    font-size: 18px;
    line-height: 24px;
}

.blogFilter select {
    border: solid 1px #ddd;
    width: 100%;
    line-height: 45px;
    height: 46px;
    padding: 0px 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: neue-haas-grotesk-display, sans-serif;
    line-height: 37px;
    color: #21578A;
}

.blogFilter {
    position: relative;
}

.fcuselect {
    position: relative;
}

.blogFilter:after {
    font-family: FontAwesome;
    content: '\f0d7';
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    pointer-events: none;
    background-color: #FF970E;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.blogFilter option {
    font-family: neue-haas-grotesk-display, sans-serif;
    line-height: 37px;
    color: #21578A;
    padding: 20px 0px;
}

.fcucarousel {
    width: 80%;
    margin: auto;
}

.carousel-fullwidth {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .fcucarousel {
        width: 100%;
    }
}

.fcucarousel .owl-nav button span {
    font-size: 50px;
    color: #ddd;
    opacity: .80;
}

.fcucarousel-bannerimagecarousel {
    width: 100%;
    max-width: 100%;
}

/*@media (max-width: 767px) {
    .fcucarousel-bannerimagecarousel {
        display: none !important;
    }
}*/

.fcucarousel-singleimage .fcucarousel-singleimage__background {
    width: 100%;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .fcucarousel-singleimage .fcucarousel-singleimage__background {
        /*display: none !important;*/
        height: 176px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .fcucarousel-singleimage .fcucarousel-singleimage__background {
        height: 176px;
    }
}

.fcucarousel-singleimage .fcucarousel-singleimage__contentcontainer {
    padding-top: 246px;
    padding-left: 140px;
    padding-right: 140px;
}

@media (min-width: 0px) and (max-width: 1300px) {
    .fcucarousel-singleimage .fcucarousel-singleimage__contentcontainer {
        padding-top: 66px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.fcucarousel-singleimage .fcucarousel-singleimage__contentRight {
    display: block;
    float: right;
}

.fcucarousel-singleimage__content {
    display: table;
}

    .fcucarousel-singleimage__content p,
    .fcucarousel-singleimage__content h2 {
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 0px 15px;
    }

.fcucarousel-bannerimagecarousel .owl-dots {
    position: absolute;
    left: 246px;
    top: 341px;
}

@media (max-width: 1023px) {
    .fcucarousel-bannerimagecarousel .owl-dots {
        display: none !important;
    }
}

.fcucarousel .owl-next {
    right: -100px;
}

@media (max-width: 1023px) {
    .fcucarousel .owl-next {
        display: none !important;
    }
}

.fcucarousel .owl-prev {
    left: -100px;
}

@media (max-width: 1023px) {
    .fcucarousel .owl-prev {
        display: none !important;
    }
}

.c-carousel-basic .item {
    width: 100%;
    max-width: 425px;
    margin: 0px auto;
    text-align: left;
}

@media(min-width:768px) and (max-width:1300px) {
    .c-carousel-basic .item {
        width: 223px;
    }
}

.c-carousel-basic .c-carousel__image {
    height: auto;
    vertical-align: middle;
    width: auto;
    margin: 0px auto;
    margin-bottom: 40px;
}


.c-carousel-basic .c-carousel__title {
    color: #21578A;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 800;
}

@media(min-width:768px) and (max-width:1300px) {
    .c-carousel-basic .c-carousel__title {
        font-size: 16px;
        line-height: 19px;
    }
}

@media(max-width:767px) {
    .c-carousel-basic .c-carousel__title {
        font-size: 20px;
        line-height: 24px;
    }
}

.c-carousel-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-cardscarousel .item {
    height: 480px;
    background-color: #21578a;
    color: #fff;
    border-right: 1px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-cardscarousel .c-carousel-full-width__card {
    background-repeat: no-repeat;
}

.c-cardscarousel .c-carousel-full-width__copy {
    padding: 0 5% 0 2%;
}

.c-carousel-icon .item {
    text-align: center;
}

.c-carousel-icon .c-carousel__image {
    width: auto !important;
    height: 98px !important;
    margin: 0px auto 30px auto;
}

/*every first square*/
.c-carousel-multicolor .owl-item:nth-child(1n) .item {
    background-color: #21578a;
    color: #fff;
}

    .c-carousel-multicolor .owl-item:nth-child(1n) .item .square-number {
        color: #1d4e7c;
    }

    .c-carousel-multicolor .owl-item:nth-child(1n) .item .c-carousel__title {
        color: #fff;
    }
/*every second square*/
.c-carousel-multicolor .owl-item:nth-child(2n) .item {
    background-color: #f1f2f6;
    color: #21578a;
}

    .c-carousel-multicolor .owl-item:nth-child(2n) .item .square-number {
        color: #dfdfe2;
    }

    .c-carousel-multicolor .owl-item:nth-child(2n) .item .c-carousel__title {
        color: #21578a;
    }

.c-carousel-multicolor .owl-item:nth-child(3n) .item {
    background-color: #3397d3;
    color: #fff;
}

    .c-carousel-multicolor .owl-item:nth-child(3n) .item .square-number {
        color: #328dc4;
    }

    .c-carousel-multicolor .owl-item:nth-child(3n) .item .c-carousel__title {
        color: #fff;
    }
/**/


.c-carousel-multicolor .owl-item:nth-child(4n) .item {
    background-color: #f1f2f6;
    color: #21578a;
}

    .c-carousel-multicolor .owl-item:nth-child(4n) .item .square-number {
        color: #dfdfe2;
    }

    .c-carousel-multicolor .owl-item:nth-child(4n) .item .c-carousel__title {
        color: #21578a;
    }

.c-carousel-multicolor .owl-item:nth-child(5n) .item {
    background-color: #3397d3;
    color: #fff;
}

    .c-carousel-multicolor .owl-item:nth-child(5n) .item .square-number {
        color: #328dc4;
    }

    .c-carousel-multicolor .owl-item:nth-child(5n) .item .c-carousel__title {
        color: #fff;
    }
/*sixth square*/
.c-carousel-multicolor .owl-item:nth-child(6n) .item {
    background-color: #21578a;
    color: #fff;
}

    .c-carousel-multicolor .owl-item:nth-child(6n) .item .square-number {
        color: #1d4e7c;
    }

    .c-carousel-multicolor .owl-item:nth-child(6n) .item .c-carousel__title {
        color: #fff;
    }
/**/

.c-carousel-multicolor .c-carousel__title,
.c-carousel-multicolor {
    color: #fff;
}

.c-carousel-scam-style .c-carousel__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #21678a;
}

@media (max-width:1200px) {
    .c-carousel-scam-style .c-carousel__title {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
    }
}

.c-carousel-scam-style,
.c-carousel-scam-style p {
    color: #21678a;
    font-size: 18px;
    line-height: 24px;
}

.c-carousel-shortcut {
    text-align: center;
    padding-top: 15px;
}

    .c-carousel-shortcut .c-carousel__link {
        font-weight: 400;
    }

    .c-carousel-shortcut .c-carousel__image {
        border: solid 1px #ccc;
    }

        .c-carousel-shortcut .c-carousel__image:hover {
            margin-top: -5px !important;
            box-shadow: 2px 2px 2px #ccc;
        }

.c-carousel-timeline .item {
    text-align: center;
}

.c-carousel-timeline .c-carousel__title {
    font-weight: 600;
    color: #21578a;
    font-size: 24px;
    line-height: 30px;
}

.c-carousel-timeline p {
    color: #21578a;
    font-size: 18px;
    line-height: 24px;
}

.c-carousel-timeline .fa-map-marker-alt {
    color: #ff970e;
    font-size: 40px;
}

.c-carousel-timeline hr {
    margin-top: 0px;
    margin-bottom: 30px;
    border-top: solid 1px #21578a;
}

.c-carousel-timeline .timeline-content-wrapper {
    width: 250px;
}

/*owl style overrides*/
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FF970E !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #3397D3 !important;
}

.owl-theme {
    margin: 0px auto;
}

    .owl-theme .owl-nav .owl-next {
        right: 3%;
    }

    .owl-theme .owl-nav .owl-prev {
        left: 3%;
    }

    .owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        top: 40%;
        margin: 0px;
    }

.owl-nav .disabled {
    display: none !important;
}

.owl-stage {
    display: flex;
}

/*Pager styles*/
.PagerControl,
.FCUPagerControl {
    clear: both;
    width: 100%;
}

    .PagerControl .PagerResults,
    .FCUPagerControl .PagerResults {
        /*font-size: 26px;*/
        font-weight: 400 !important;
        /*color: #21578A;*/
    }

.bottomPager .FCUPagerControl .PagerNumberArea {
    margin-top: auto;
    text-align: center;
    float: none;
}

.PagerControl .SelectedPage,
.PagerControl .UnselectedPage,
.FCUPagerControl .SelectedPage,
.FCUPagerControl .UnselectedPage {
    /*font-size: 24px;*/
    line-height: normal;
    color: #21578A;
    font-weight: 800;
    border-bottom: solid #21578A 5px;
    /*margin: 0px 3px;*/
    padding: 0px 3px;
}

.PagerControl .UnselectedPage,
.FCUPagerControl .UnselectedPage {
    border-bottom: none;
    font-weight: 400;
}

.PagerControl .UnselectedNext,
.PagerControl .SelectedNext,
.PagerControl .UnselectedPrev,
.PagerControl .SelectedPrev,
.FCUPagerControl .UnselectedPrev,
.FCUPagerControl .UnselectedNext {
    /*font-size: 24px;*/
    color: #21578A;
    /*  padding: 3px 8px 1px 7px;*/
}

.cta-with-icon {
    margin-top: 111px;
}

    .cta-with-icon .cti-icon-container {
        height: 109px;
        background-color: #f1f2f6;
        margin-bottom: 10px;
        width: 100%;
        max-width: 450px;
    }

    .cta-with-icon .cti-cta-container {
        height: 217px;
        border: solid 1px #f1f2f6;
        text-align: center;
        padding: 25px 13px;
        width: 100%;
        max-width: 450px;
        display: table;
    }

        .cta-with-icon .cti-cta-container .cti-cta-content {
            display: table-cell;
            vertical-align: middle;
        }

.cta-with-icon-icon {
    background-color: #3397d3;
    position: relative;
    text-align: center;
}

    .cta-with-icon-icon .text,
    .cta-with-icon-icon [class*="fa-"] {
        position: absolute;
        top: -64px;
        left: calc(50% - 64px);
        border: solid 5px #fff;
    }

    .cta-with-icon-icon .text,
    .cta-with-icon-icon [class*="fa-"],
    .icon-title [class*="fa-"],
    p.icon-link [class*="fa-"],
    a.icon-link [class*="fa-"] {
        color: #fff;
        background: #3397D3;
        width: 125px;
        height: 125px;
        font-size: 50px;
        border-radius: 100px;
        border: solid 5px #fff;
        line-height: 115px;
        text-align: center;
    }

.icon-title [class*="fa-"] {
    position: absolute;
    left: -78px;
    top: -10px;
}

.cta-with-icon-icon .text {
    font-size: 30px;
    font-weight: 800;
}

.cta-with-icon .cti-cta-container-grey h3,
.cta-with-icon .cti-cta-container h3 {
    color: #9DA7B2;
    margin: 0px;
}

.cta-with-icon .cti-cta-container-grey {
    background-color: #f1f2f6;
}

    .cta-with-icon .cti-cta-container-grey h3 {
        color: #01243B;
    }

    .cta-with-icon .cti-cta-container-grey p {
        color: #21578A;
        font-size: 24px;
        line-height: 35px;
        margin: 0px;
    }

.icon-link-container {
    display: flex;
}

p.icon-link {
    flex: 1;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin: 0px;
}

.icon-link a {
    color: #21578A;
}

.icon-title {
    border: solid 1px #707070;
    height: 107px;
    text-align: center;
    position: relative;
    margin-left: 98px;
    display: table;
    width: calc(100% - 98px);
    padding-left: 50px;
    padding-right: 10px;
}

.icon-title__content {
    padding: 10px 0px 10px 30px;
}

.icon-title__title {
    display: table-cell;
    vertical-align: middle;
}

.icon-title-grey {
    border: solid 1px #F1F2F6;
    background-color: #F1F2F6;
}

    .icon-title-grey h3 {
        color: #21578A;
        font-size: 40px;
        line-height: 50px;
    }

.blogLanding {
    display: block;
}

.blogLandingPost {
    border: solid 1px #f1f2f6;
    border-top: 0px;
}

    .blogLandingPost .blogLandingPostImage {
        height: 241px;
        object-fit: cover;
        margin-bottom: 0px;
    }

    .blogLandingPost .blogLandingPostContent {
        border: solid 1px #f1f2f6;
        border-top: 0px;
        padding: 0px 10px;
        margin-top: -3px;
    }

    .blogLandingPost .blogLandingPostTitle {
        color: #01243b;
        font-size: 40px;
        line-height: 50px;
        margin: 10px 0px 0px 0px;
    }

    .blogLandingPost a.blogLandingPostLink,
    .blogLandingPost a.blogLandingPostLink:visited,
    .blogLandingPost a.blogLandingPostLink:hover {
        color: #21578a;
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        text-decoration: none;
    }

    .blogLandingPost .blogLandingPostSummary,
    .blogLandingPost .blogLandingPostSummary p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #21578a;
    }

/*SocialSharing Icon Links*/
.socialshare [class*="fa-"] {
    font-size: 30px;
    color: #21578A;
}

@media (max-width: 1300px) {
    .socialshare [class*="fa-"] {
        font-size: 15px;
    }
}

.socialshare-blogdetail {
    float: left;
    margin: 30px 68px 0px 0px;
}

@media (max-width: 1300px) {
    .socialshare-blogdetail {
        margin: 105px 34px 0px 0px;
    }
}

.socialshare-eventdetail {
    margin-top: 30px;
}

    .socialshare-eventdetail a {
        padding-right: 20px;
    }

.blogPostDetailBody {
    display: table;
    max-width: 812px;
}

    .blogPostDetailBody h1 {
        margin: 0px 0px 10px 0px;
    }

h3.blogPostDate {
    font-size: 24px;
    line-height: 35px;
    margin: 0px;
}

.BlogPBody {
    margin-top: 45px;
}

    .BlogPBody p:first-of-type {
        margin-top: 0px;
    }

.RelatedBlogPost {
    display: table;
}

    .RelatedBlogPost h2 {
        color: #21578A;
        margin-bottom: 10px;
        margin-top: 100px;
    }

    .RelatedBlogPost ul {
        padding: 0px;
    }

    .RelatedBlogPost li {
        border-bottom: solid 2px #C5C5C5;
        list-style: none;
        padding: 10px 20px;
    }

a.blogPostRelatedTitle {
    font-size: 24px;
    line-height: 27px;
    color: #01234b;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
}

.blogPostRelatedNumber {
    font-size: 40px;
    line-height: 60px;
    color: #21578A;
    font-weight: 400;
    margin-right: 45px;
    display: table-cell;
    padding-right: 45px;
}

.blogShortcut {
    max-width: 447px;
    text-align: center;
    margin: 30px auto;
}

    .blogShortcut .blogShortcutHeadline {
        font-size: 50px;
        line-height: 60px;
        color: #21578a;
    }

    .blogShortcut .blogShortcutDesc {
        font-size: 25px;
        line-height: 35px;
        color: #01234b;
    }

.fcuaccordion__title {
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .fcuaccordion__title {
        padding-bottom: 10px;
        padding-top: 10px;
        margin: 0px;
    }
}

.fcuaccordion__title .iconOpened,
.fcuaccordion__title .iconClosed {
    padding-right: 33px;
    font-size: 35px;
    color: #9DA7B2;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

@media (min-width: 768px) and (max-width: 1300px) {

    .fcuaccordion__title .iconOpened,
    .fcuaccordion__title .iconClosed {
        padding-right: 45px;
        line-height: 24px;
        font-size: 16px;
    }
}

.contact-live-chat-block,
.contact-infoblock {
    border: solid 1px #707070;
    padding: 31px 31px 55px 31px;
    margin-top: 21px;
}

.contact-live-chat-block {
    background-image: url("/fcumedia/libraries/FCU/images/contact-chat.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    position: relative;
}

    .contact-live-chat-block div {
        position: absolute;
        top: 55px;
    }

    .contact-live-chat-block h3 {
        color: #fff;
    }

    .contact-live-chat-block p {
        color: #fff;
        margin-top: 0px;
    }

.contact-info-container .third:first-of-type {
    padding-left: 12%;
}

.contact-info-container .third:first-of-type,
.contact-info-container .third:last-of-type {
    padding-top: 40px;
}

div[aria-expanded=true] .iconClosed,
a[aria-expanded=true] .iconClosed {
    display: none;
}

div[aria-expanded=false] .iconOpened,
a[aria-expanded=false] .iconOpened {
    display: none;
}

@media (min-width: 1100px) and (max-width: 1550px) {
    span .up-to-date {
        font-size: 20px;
        line-height: 22px;
    }

    .newsletter input[type="text"] {
        height: 31px;
        width: 150px;
        font-size: 16px;
        line-height: 31px;
    }

    .newsletter input[type="submit"] {
        font-size: 16px;
        height: 31px;
        width: 83px;
        line-height: 31px;
    }

    .social-networks .fab {
        font-size: 21px;
    }

    a.footer-link {
        font-size: 16px;
        line-height: normal;
        padding: 0px 0px 0px 10px;
    }

    #ncualogo {
        width: 80px;
    }

    .group-button {
        margin: 0px 0px 0px 40px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .header-cta h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h4.sectiontitle,
    h4.sectiontitle-bold {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
    }

    nav {
        padding-bottom: 10px;
        padding-top: 0px;
        height: 58px;
    }

    .fa-bars {
        color: #21578A;
        display: block;
        font-size: 30px;
        margin-top: 9px;
    }

    .fa-times {
        font-size: 30px;
    }

    .mainnavigation-container {
        display: none;
        float: none;
        width: 100%;
        position: absolute;
        top: 85px;
        left: 0;
        z-index: 999998;
        padding-top: 0px;
    }

    ul#menu {
        width: 100%;
        position: relative;
        float: none;
        padding: 0px;
        padding: 0px;
    }

        ul#menu li.menu-top-level {
            background-clip: padding-box;
            display: block;
            padding: 0px;
            border-bottom: solid 10px rgba(255, 255, 255, 0.95);
            position: relative;
            background-color: #fff;
        }

    .menu-third-level {
        padding-left: 0px;
    }

    .nav-dropdown-container {
        position: relative;
        top: 0px;
        padding: 18px 34px;
    }

    ul.second-level-menu-container {
        margin-bottom: 30px;
        min-width: 50%;
        max-width: 300px;
    }

        ul.menu-third-level .third-level-menu-item a,
        ul.second-level-menu-container .second-level-item {
            font-size: 22px;
            line-height: 32px;
        }

    .group-button:first-of-type {
        margin: 0px;
    }

    .group-button {
        margin: 0px 0px 0px 34px;
    }

    .d-compact {
        max-width: 100%;
    }

    .t-compact {
        max-width: 83.5%;
    }

    .topnavigation-container {
        clear: both;
        margin-right: 95px;
    }

    a.topnav-button {
        min-width: 82px;
        font-size: 16px;
        line-height: 27px;
        color: #F1F2F6;
    }

    .dropdown .dropbtn {
        line-height: 27px;
        min-width: 82px;
    }

    .dropdown-content {
        line-height: 27px;
    }

        .dropdown-content a {
            line-height: 27px;
        }

    .dropdown:hover .dropbtn {
        background-color: #21578a;
        color: #fff;
    }

    a.topnav-link,
    a.topnav-link:visited,
    a.topnav-link.selected {
        font-size: 26px;
        line-height: 31px;
        color: #004785;
        margin: 0px;
        padding: 8px 0px 10px 41px;
        display: table;
        width: 100%;
        border-bottom: 0px;
    }

        a.topnav-link .fa-play,
        a.topnav-link.selected .fa-play {
            float: right;
            color: #DF6037;
            font-size: 11px;
            margin-top: 8px;
            margin-right: 21px;
            display: block;
        }

        a.topnav-link:hover .fa-play {
            /*transform: rotate(90deg);*/
        }

        a.topnav-link.selected .fa-play {
            transform: rotate(90deg);
            border-bottom: 0px;
        }

        a.topnav-link:hover {
            border-bottom: none;
        }

    a.login-button {
        font-size: 16px;
        font-weight: 600;
    }

    /*top navigation*/
    .forumlogo {
        width: 154px;
        top: 17px;
    }

    .fa-search {
        padding: 5px 0px;
    }

    .mobileSearch {
        display: none;
    }

    .header-cta {
        max-width: 375px;
        min-width: 200px;
        padding: 30px;
    }

        .header-cta p {
            font-size: 16px;
            line-height: 18px;
        }

    .copyright p {
        font-size: 16px;
        line-height: normal;
    }

    .blogLandingPost .blogLandingPostImage {
        height: 133px;
    }

    .blogLandingPost .blogLandingPostTitle {
        color: #01243b;
        font-size: 20px;
        line-height: 22px;
    }

    .blogLandingPost a.blogLandingPostLink,
    .blogLandingPost a.blogLandingPostLink:visited,
    .blogLandingPost a.blogLandingPostLink:hover {
        font-size: 16px;
        line-height: 20px;
    }

    .blogLandingPost .blogLandingPostSummary,
    .blogLandingPost .blogLandingPostSummary p {
        font-size: 16px;
        line-height: 20px;
    }

    h3.blogPostDate {
        font-size: 16px;
        line-height: 18px;
    }

    .BlogPBody {
        margin-top: 15px;
    }

    .RelatedBlogPost h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    a.blogPostRelatedTitle {
        font-size: 16px;
        line-height: 24px;
    }

    .blogPostRelatedNumber {
        font-size: 20px;
        line-height: 22px;
        padding-right: 15px;
    }

    .blogShortcut {
        max-width: 173px;
    }

        .blogShortcut .blogShortcutHeadline {
            font-size: 20px;
            line-height: 22px;
        }

        .blogShortcut .blogShortcutDesc {
            font-size: 16px;
            line-height: 18px;
        }

    span.up-to-date {
        font-size: 20px;
        line-height: 22px;
    }

    .Subscription input[type="text"] {
        height: 31px;
        width: 63%;
        font-size: 16px;
        line-height: 31px;
        padding: 13px;
    }

    .Subscription input[type="submit"] {
        font-size: 16px;
        height: 31px;
        width: 100px;
        line-height: 31px;
    }

    .social-networks [class*="fa-"] {
        font-size: 21px;
    }

    a.footer-link {
        font-size: 16px;
        line-height: 15px;
        padding: 0px 0px 0px 10px;
    }

    #ncualogo {
        width: 80px;
    }

    .cta-with-icon .cti-icon-container {
        height: 56px;
    }

    .cta-with-icon .cti-cta-container {
        height: 97px;
        padding: 21px 37px;
    }

        .cta-with-icon .cti-cta-container h3 {
            font-size: 20px;
            color: #01243B;
        }

        .cta-with-icon .cti-cta-container p {
            font-size: 16px;
            line-height: 20px;
        }

    p.icon-link {
        font-size: 16px;
        line-height: 24px;
    }

        .cta-with-icon-icon .text,
        .cta-with-icon-icon [class*="fa-"],
        .icon-title [class*="fa-"],
        p.icon-link [class*="fa-"],
        a.icon-link [class*="fa-"] {
            width: 88px;
            height: 88px;
            font-size: 45px;
            margin-bottom: 19px;
            line-height: 78px;
        }

    .cta-with-icon-icon .text,
    .cta-with-icon-icon [class*="fa-"] {
        position: absolute;
        top: -44px;
        left: calc(50% - 44px);
        border: solid 5px #fff;
    }

    .icon-title [class*="fa-"] {
        position: absolute;
        left: -52px;
        top: -6px;
    }

    .cta-with-icon-icon .text {
        font-size: 20px;
        font-weight: 400;
    }

    .icon-title {
        border: solid 1px #707070;
        height: 80px;
        text-align: center;
        margin-left: 44px;
        width: calc(100% - 44px);
        padding-left: 64px;
        padding-right: 44px;
    }

    .contact-info-container .third:first-of-type {
        padding-left: 12%;
    }

    .contact-info-container .third:first-of-type,
    .contact-info-container .third:last-of-type {
        padding-top: 20px;
    }

    .single-image-carousel .owl-dots {
        position: absolute;
        left: 66px;
        top: 110px;
    }
}

@media (max-width: 767px) {
    .header-cta h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h4.sectiontitle,
    h4.sectiontitle-bold {
        font-size: 28px;
        line-height: 32px;
        font-weight: 400;
    }

    .d-compact,
    .t-compact {
        max-width: 100%;
    }

    button.navbar-toggle {
        right: 8.75%;
        top: 58px;
        /*outline: none;*/
    }

    nav {
        height: 105px;
    }

    .fa-bars {
        color: #21578A;
        display: block;
        font-size: 30px;
        margin-top: 9px;
    }

    .fa-times {
        font-size: 30px;
    }

    .mainnavigation-container {
        display: none;
        float: none;
        width: 100%;
        position: absolute;
        top: 131px;
        left: 0;
        z-index: 999998;
        padding-top: 0px;
    }

    .topnavigation-container {
        float: none;
        width: 100%;
    }

    ul#menu {
        width: 100%;
        position: relative;
        float: none;
        padding: 0px;
    }

        ul#menu li.menu-top-level {
            background-clip: padding-box;
            display: block;
            padding: 0px;
            border-bottom: solid 10px #fff;
            position: relative;
            background-color: #fff;
        }

    .menu-third-level {
        padding-left: 0px;
    }

    nav .mainnavigation-container ul#menu .nav-dropdown-container {
        position: relative;
        padding: 18px 34px;
    }

    ul.second-level-menu-container {
        margin-bottom: 30px;
        min-width: 50%;
        max-width: 300px;
    }

        ul.menu-third-level .third-level-menu-item a,
        ul.second-level-menu-container .second-level-item {
            font-size: 20px;
            line-height: 32px;
        }

    .group-button:first-of-type {
        margin: 0px;
    }

    .group-button {
        margin: 0px 0px 0px 20px;
    }

    .forumlogo {
        width: 230px;
        top: 60px;
    }

    .siteSearch,
    .siteSearch .searchBox,
    .mobileSearch .btn-default {
        display: none;
    }

    .inpage-Search .searchBox {
        margin-top: 40px;
        max-width: 100%;
    }

    .mobileSearch {
        display: table;
        width: 100%;
    }

        .mobileSearch input[type="text"] {
            height: 55px;
            width: calc(100% - 53px);
            border: 1px solid #c5c5c5;
            font-size: 20px;
            font-family: neue-haas-grotesk-display, sans-serif;
            color: #21578A;
            float: left;
            padding: 10px;
        }

        .mobileSearch a,
        .mobileSearch a:visited {
            background-color: #FF970E;
            border: solid 1px #FF970E;
            color: #fff;
            cursor: pointer;
            padding: 5px 15px;
            font-size: 21px;
            text-align: center;
            float: left;
        }

        .mobileSearch .fa-search {
            padding: 11px 0px;
        }

    /*searchResults*/
    .searchResults .result-heading {
        border-bottom: solid 1px #c5c5c5;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

        .searchResults .result-heading .result-headline {
            font-size: 24px;
            line-height: 28px;
            font-weight: 600;
        }

        .searchResults .result-heading .result-url,
        .searchResults .result-content {
            font-size: 16px;
            line-height: 24px;
        }

    .single-image-carousel {
        display: none !important;
    }

    .PagerControl .PagerResults,
    .FCUPagerControl .PagerResults {
        font-size: 18px;
    }

    .PagerControl .SelectedPage,
    .PagerControl .UnselectedPage,
    .FCUPagerControl .SelectedPage,
    .FCUPagerControl .UnselectedPage {
        font-size: 18px;
    }

    .PagerControl .UnselectedNext,
    .PagerControl .SelectedNext,
    .PagerControl .UnselectedPrev,
    .PagerControl .SelectedPrev,
    .FCUPagerControl .UnselectedPrev,
    .FCUPagerControl .UnselectedNext {
        font-size: 18px;
    }

    a.topnav-link,
    a.topnav-link:visited,
    a.topnav-link.selected {
        font-size: 20px;
        color: #004785;
        margin: 0px;
        padding: 8px 0px 10px 41px;
        display: table;
        width: 100%;
        border-bottom: 0px;
    }

        a.topnav-link .fa-play,
        a.topnav-link.selected .fa-play {
            float: right;
            color: #DF6037;
            font-size: 11px;
            margin-top: 8px;
            margin-right: 21px;
            display: block;
        }

        a.topnav-link:hover .fa-play {
            /*transform: rotate(90deg);*/
        }

        a.topnav-link.selected .fa-play {
            transform: rotate(90deg);
            border-bottom: 0px;
        }

        a.topnav-link:hover {
            border-bottom: none;
        }

    footer {
        padding: 10px 5%;
    }

    .footernavigation-container {
        float: none;
        text-align: center;
    }

    a.footer-link {
        font-size: 16px;
        line-height: 50px;
        padding: 0px 0px 0px 20px;
    }

    #ncualogo {
        margin-top: 55px;
        width: 155px;
        max-width: 100%;
    }

    .copyright p {
        font-size: 14px;
        line-height: 16px;
    }

    .float-group {
        display: block;
    }

    .globalheader {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: auto;
        max-width: 100%;
        min-height: 300px;
        position: relative;
    }

    .globalheadercontent {
        position: relative;
        right: 0;
        left: 0;
        padding: 25px 5.2%;
    }

    .connect-container {
        float: none;
    }

    .social-container {
        padding: 10px 5%;
    }

    .social-networks {
        float: none;
        clear: both;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 27px;
    }

        .social-networks [class*="fa-"] {
            font-size: 46px;
        }

    .newsletter {
        float: none;
        clear: both;
        margin-right: 0px;
    }

    .Subscription input[type="text"] {
        height: 37px;
        width: 216px;
        font-size: 16px;
        line-height: 37px;
        margin-top: 10px;
    }

    .Subscription input[type="submit"] {
        font-size: 16px;
        height: 37px;
        width: 154px;
        line-height: 37px;
        margin-top: 10px;
    }

    .header-cta {
        width: 100%;
        padding: 0px;
    }

        .header-cta p {
            font-size: 20px;
            line-height: 22px;
        }

    span.up-to-date {
        font-size: 30px;
        line-height: 33px;
    }

    .blogLanding {
        display: block;
    }

    .blogLandingPost .blogLandingPostImage {
        height: 133px;
    }

    .blogLandingPost .blogLandingPostTitle {
        color: #21578a;
        font-size: 24px;
        line-height: 27px;
    }

    .blogLandingPost a.blogLandingPostLink,
    .blogLandingPost a.blogLandingPostLink:visited,
    .blogLandingPost a.blogLandingPostLink:hover {
        color: #21578a;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
    }

    .blogLandingPost .blogLandingPostSummary,
    .blogLandingPost .blogLandingPostSummary p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #21578a;
    }

    h3.blogPostDate {
        font-size: 20px;
        line-height: 26px;
    }

    .BlogPBody {
        margin-top: 15px;
    }

    .RelatedBlogPost h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    a.blogPostRelatedTitle {
        font-size: 16px;
        line-height: 24px;
    }

    .blogPostRelatedNumber {
        font-size: 20px;
        line-height: 22px;
        padding-right: 15px;
    }

    .blogShortcut {
        max-width: 173px;
    }

        .blogShortcut .blogShortcutHeadline {
            font-size: 24px;
            line-height: 27px;
        }

        .blogShortcut .blogShortcutDesc {
            font-size: 16px;
            line-height: 24px;
        }

    p.icon-link {
        font-size: 16px;
        line-height: 18px;
    }

    .cta-with-icon .cti-icon-container {
        height: 68px;
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .cta-with-icon-icon .text,
    .cta-with-icon-icon [class*="fa-"] {
        left: calc(50% - 54px);
        top: -54px;
    }

    .cta-with-icon .cti-cta-container {
        width: 100%;
        max-width: none;
    }

    .cta-with-icon-icon [class*="fa-"],
    .icon-title [class*="fa-"],
    p.icon-link [class*="fa-"],
    a.icon-link [class*="fa-"] {
        width: 76px;
        height: 76px;
        font-size: 34px;
        line-height: 66px;
    }

    .cta-with-icon-icon [class*="fa-"] {
        width: 88px;
        height: 88px;
        line-height: 78px;
    }

    .cta-with-icon-icon .text {
        width: 108px;
        height: 108px;
        line-height: 98px;
        font-size: 24px;
        font-weight: 600;
    }

    .icon-title [class*="fa-"] {
        position: absolute;
        left: -43px;
        top: -6px;
        width: 88px;
        height: 88px;
        line-height: 78px;
    }

    .icon-title {
        height: 80px;
        margin-left: 38px;
        width: calc(100% - 38px);
        padding-left: 56px;
        padding-right: 23px;
    }

        .icon-title h3 {
            padding-left: 0px;
        }

    .icon-title__title {
        padding-left: 20px;
    }

    .cta-with-icon .cti-cta-container-grey h3,
    .cta-with-icon .cti-cta-container h3 {
        font-size: 24px;
        color: #01243B;
    }

    .contact-infoblock {
        min-height: auto;
    }

    .contact-live-chat-block {
        min-height: 500px;
    }

    .contact-info-container {
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
        padding: 25px;
    }

        .contact-info-container .third {
            text-align: left;
        }

            .contact-info-container .third:first-of-type {
                padding-left: 0px;
            }

            .contact-info-container .third:first-of-type,
            .contact-info-container .third:last-of-type {
                padding-top: 0px;
            }

        .contact-info-container [class*="fa-"] {
            top: -44px;
            left: calc(50% - 44px);
        }

    .list-events.table {
        display: table;
    }

        .list-events.table.hidden-mobile {
            display: none;
        }
}

@media (min-width: 320px) and (max-width: 400px) {

    .group-button:first-of-type,
    .group-button {
        margin: 0px;
    }

    .cta-with-icon-icon [class*="fa-"],
    .icon-title [class*="fa-"],
    p.icon-link [class*="fa-"],
    a.icon-link [class*="fa-"] {
        width: 60px;
        height: 60px;
        font-size: 25px;
        line-height: 50px;
    }

    .social-networks [class*="fa-"] {
        font-size: 30px;
    }
}

.c-accordion {
    border: none;
}

    .c-accordion .card-header {
        padding: 0;
        border-bottom: 4px solid #fff;
        background: none;
        width: 100%;
        text-align: left;
        background: none;
        padding: 15px 25px;
        font-size: 20px;
        color: #21578a;
        border-radius: 0;
        text-decoration: none;
        border-bottom: 1px solid #717580;
    }

@media (min-width: 1200px) {
    .c-accordion .card-header {
        font-size: 40px;
    }
}

.c-accordion .card-header:before {
    content: "-";
    margin-right: 42px;
    font-size: 27px;
    line-height: 27px;
    color: #717580;
    float: left;
}

@media (min-width: 1200px) {
    .c-accordion .card-header:before {
        font-size: 60px;
        line-height: 60px;
    }
}

.c-accordion .card-header.collapsed:before {
    content: "+";
    margin-right: 30px;
    font-size: 27px;
    line-height: 27px;
    color: #717580;
    float: left;
}

@media (min-width: 1200px) {
    .c-accordion .card-header.collapsed:before {
        font-size: 60px;
        line-height: 60px;
    }
}

.c-accordion span {
    display: block;
    overflow: hidden;
}

.c-accordion .card-body {
    margin-left: 32px;
}

@media (min-width: 767.9px) {
    .c-accordion .card-body {
        margin-left: 106px;
    }
}

@media (min-width: 1200px) {
    .c-accordion .card-body {
        margin-left: 140px;
    }
}

.c-carousel-full-width__card {
    height: 480px;
    background-color: #21578a;
    color: #fff;
    padding: 0 5% 0 2%;
    border-right: 1px solid #fff;
}

.c-carousel-full-width__copy {
    color: #fff;
}

.c-carousel-icons img {
    width: auto;
    max-width: 100%;
}

.c-carousel-icons__copy p {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .icon-title-content-box .icon-title {
        padding-left: 20px;
    }
}

.c-carousel-numbered-squares {
    min-height: 400px;
    width: 100%;
}

    .c-carousel-numbered-squares .square-number {
        font-size: 154px;
        line-height: 169px;
        position: absolute;
        right: 3rem;
        bottom: 20px;
    }

@media (min-width: 768px) {
    .c-carousel-numbered-squares .square-number {
        font-size: 99px;
        line-height: 115px;
    }
}

@media (min-width: 1200px) {
    .c-carousel-numbered-squares .square-number {
        font-size: 190px;
        line-height: 215px;
    }
}

.c-carousel-numbered-squares .bg-dusk-blue .square-number {
    color: #1d4e7c;
}

.c-carousel-numbered-squares .bg-pale-grey .square-number {
    color: #dfdfe2;
}

.c-carousel-numbered-squares .bg-cool-blue .square-number {
    color: #328dc4;
}

.c-carousel-timeline .line {
    width: 100%;
    border-bottom: 3px solid #000;
}

.c-carousel-timeline .small-text {
    font-size: 18px;
    line-height: 24px;
}

.c-carousel-videos .item-video {
    height: 550px;
}

@media (max-width: 767.9px) {
    .c-carousel-videos .item-video {
        height: 180px;
    }
}

.c-carousel-videos .owl-carousel .owl-video-wrapper {
    background: #fff !important;
}

.c-forums-impact-graphic {
    padding: 50px 50px;
}

@media (min-width: 768px) {
    .c-forums-impact-graphic {
        padding: 50px 50px;
    }
}

@media (min-width: 992px) {
    .c-forums-impact-graphic {
        padding: 80px 60px;
    }
}

.c-forums-impact-graphic h3 {
    font-weight: 400;
}

.c-header-with-icon {
    margin-left: 35px;
}

@media (min-width: 1200px) {
    .c-header-with-icon {
        margin-left: 80px;
    }
}

.c-header-with-icon__header {
    border: 1px solid #707070;
}

    .c-header-with-icon__header img {
        max-width: 68px;
        margin-left: -34px;
    }

@media (min-width: 1200px) {
    .c-header-with-icon__header img {
        max-width: 160px;
        margin-left: -80px;
    }
}

.c-header-with-icon__header h2 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .c-header-with-icon__header h2 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .c-header-with-icon__header h2 {
        font-size: 40px;
    }
}

.c-header-with-icon__header h1,
.c-header-with-icon__header h2,
.c-header-with-icon__header h3,
.c-header-with-icon__header h4,
.c-header-with-icon__header h5,
.c-header-with-icon__header p {
    margin-bottom: 0;
    margin-left: -34px;
}

@media (min-width: 1200px) {

    .c-header-with-icon__header h1,
    .c-header-with-icon__header h2,
    .c-header-with-icon__header h3,
    .c-header-with-icon__header h4,
    .c-header-with-icon__header h5,
    .c-header-with-icon__header p {
        margin-left: -80px;
    }
}

.c-meet-the-team .c-meet-the-team__carousel .item {
    opacity: .4;
}

    .c-meet-the-team .c-meet-the-team__carousel .item.member-highlight {
        opacity: 1;
    }

.c-meet-the-team__member {
    top: -36px;
    position: relative;
}

@media (min-width: 768px) {
    .c-meet-the-team__member {
        top: 0;
    }
}

.c-resources__list .resource .container {
    background-color: #21578a;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .c-resources__list .resource .container {
        padding-right: 6rem !important;
    }
}

@media all and (max-width: 1199.98px) and (min-width: 992px) {
    .c-resources__list .resource .container {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

        .c-resources__list .resource .container .button {
            font-size: 18px;
        }
}

.c-resources__list .resource .container h3 {
    color: #ffffff;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .c-resources__list .resource .container h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

.c-resources__list .resource .container p {
    color: #ffffff;
}

@media (min-width: 992px) {
    .c-resources__list .resource .container p {
        font-size: 18px;
        line-height: 24px;
    }
}

.c-resources__list .resource .container a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
}

.c-resources__list .resource:nth-child(9n-3) .container,
.c-resources__list .resource:nth-child(9n-4) .container,
.c-resources__list .resource:nth-child(9n-5) .container {
    background-color: #717580;
}

.c-resources__list .resource:nth-child(9n-0) .container,
.c-resources__list .resource:nth-child(9n-1) .container,
.c-resources__list .resource:nth-child(9n-2) .container {
    background-color: #3397d3;
}

.c-resources-contact h3.large {
    font-size: 20px;
    line-height: 24px;
}

@media (min-width: 992px) {
    .c-resources-contact h3.large {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 768px) {
    .c-steps-to-apply .copy {
        height: 100%;
    }
}

.c-tabs {
    border-bottom: solid 18px #ff970e;
    border-right: solid 1px #f1f2f6;
    border-left: solid 1px #f1f2f6;
}

    .c-tabs .accordion .card {
        border: none;
    }

        .c-tabs .accordion .card .card-header {
            padding: 0;
            border-bottom: 4px solid #fff;
        }

            .c-tabs .accordion .card .card-header .btn {
                width: 100%;
                text-align: left;
                background-color: #ff970e;
                padding: 15px 25px;
                font-size: 24px;
                color: #ffffff;
                border-radius: 0;
                text-decoration: none;
                margin-top: 0px;
            }

                .c-tabs .accordion .card .card-header .btn.collapsed {
                    background-color: #21578a;
                }

    .c-tabs .nav .nav-item {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

        .c-tabs .nav .nav-item .nav-link {
            font-size: 24px;
            line-height: 27px;
            background-color: #21578a;
            color: #ffffff;
            height: 100%;
            text-decoration: none;
            font-weight: 400;
        }

            .c-tabs .nav .nav-item .nav-link:hover {
                color: #ffffff;
                background-color: #01243b;
            }

            .c-tabs .nav .nav-item .nav-link.active {
                background-color: #ff970e;
            }

@media (min-width: 768px) {
    .c-tabs .nav .nav-item .nav-link {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 992px) {
    .c-tabs .nav .nav-item .nav-link {
        font-size: 20px;
        line-height: 38px;
    }
}

@media (min-width: 1200px) {
    .c-tabs .nav .nav-item .nav-link {
        font-size: 28px;
        line-height: 38px;
    }
}

.c-tabs.vertical-tabs {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

@media (min-width: 768px) {
    .c-tabs.vertical-tabs .row {
        min-height: 450px;
    }
}

@media (min-width: 1200px) {
    .c-tabs.vertical-tabs .row {
        min-height: 600px;
    }
}

@media (min-width: 768px) {
    .c-tabs.vertical-tabs .checkbox-image h3 {
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    .c-tabs.vertical-tabs .checkbox-image h3 {
        line-height: 40px;
    }
}

.c-tabs.vertical-tabs .checkbox-image img {
    width: 11px;
}

@media (min-width: 1200px) {
    .c-tabs.vertical-tabs .checkbox-image img {
        width: 40px;
    }
}

.c-tabs.vertical-tabs .nav-pills {
    height: 100%;
}

    .c-tabs.vertical-tabs .nav-pills .nav-link {
        height: 25%;
        border-radius: 0;
        border-bottom: 3px solid #ffffff;
        background-color: #717580;
    }

        .c-tabs.vertical-tabs .nav-pills .nav-link.active {
            background-color: #21578a;
        }

        .c-tabs.vertical-tabs .nav-pills .nav-link:last-child {
            border-bottom: none;
        }

.c-tabs .tab-pane {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}

@media (max-width: 767.9px) {
    .c-tabs .tab-pane {
        background: none !important;
    }
}

@media (min-width: 768px) {
    .c-text-area.padding-medium {
        padding: 0 6%;
    }
}

@media (min-width: 1200px) {
    .c-text-area.padding-medium {
        padding: 0 10%;
    }
}

@media (min-width: 768px) {
    .c-text-area.padding-large {
        padding: 0 14%;
    }
}

@media (min-width: 1200px) {
    .c-text-area.padding-large {
        padding: 0 20%;
    }
}

.c-three-column-spirit__background {
    background-color: #21578a;
    padding: 0 15% 0 5%;
    width: 100%;
    height: 100%;
}

.c-three-column-spirit__card {
    height: 840px;
    color: #fff;
}

@media (min-width: 768px) {
    .c-three-column-spirit__card {
        height: 840px;
    }
}

@media (min-width: 992px) {
    .c-three-column-spirit__card {
        height: 885px;
    }
}

@media (min-width: 1450px) {
    .c-three-column-spirit__card {
        max-width: 442px;
    }
}

@media (min-width: 768px) {
    .c-three-column-spirit__card:first-child {
        padding-right: 6px;
    }
}

@media (min-width: 1450px) {
    .c-three-column-spirit__card:first-child {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .c-three-column-spirit__card:nth-child(2) {
        padding-right: 3px;
        padding-left: 3px;
    }
}

@media (min-width: 1450px) {
    .c-three-column-spirit__card:nth-child(2) {
        padding: 0;
        margin: 0 58px;
    }
}

@media (min-width: 768px) {
    .c-three-column-spirit__card:last-child {
        padding-left: 6px;
    }
}

@media (min-width: 1450px) {
    .c-three-column-spirit__card:last-child {
        padding: 0;
    }
}

.c-three-column-spirit__copy {
    color: #fff;
}

.c-numbered-squares .square-number {
    font-size: 154px;
    line-height: 169px;
}

@media (min-width: 768px) {
    .c-numbered-squares .square-number {
        font-size: 99px;
        line-height: 115px;
    }
}

@media (min-width: 1200px) {
    .c-numbered-squares .square-number {
        font-size: 190px;
        line-height: 215px;
    }
}

.c-numbered-squares .square:nth-child(1n) {
    background-color: #21578a;
    color: #ffffff;
}

    .c-numbered-squares .square:nth-child(1n) p {
        color: #ffffff;
    }

    .c-numbered-squares .square:nth-child(1n) h3 {
        color: #ffffff;
    }

    .c-numbered-squares .square:nth-child(1n) .square-number {
        color: #1d4e7c;
    }

.c-numbered-squares .square:nth-child(2n) {
    background-color: #f1f2f6;
    color: #21578a;
}

    .c-numbered-squares .square:nth-child(2n) p {
        color: #21578a;
    }

    .c-numbered-squares .square:nth-child(2n) h3 {
        color: #21578a;
    }

    .c-numbered-squares .square:nth-child(2n) .square-number {
        color: #dfdfe2;
    }

.c-numbered-squares .square:nth-child(3n) {
    background-color: #3397d3;
    color: #ffffff;
}

    .c-numbered-squares .square:nth-child(3n) p {
        color: #ffffff;
    }

    .c-numbered-squares .square:nth-child(3n) h3 {
        color: #ffffff;
    }

    .c-numbered-squares .square:nth-child(3n) .square-number {
        color: #328dc4;
    }

.c-numbered-squares .square:nth-child(4n) {
    background-color: #f1f2f6;
    color: #21578a;
}

    .c-numbered-squares .square:nth-child(4n) p {
        color: #21578a;
    }

    .c-numbered-squares .square:nth-child(4n) h3 {
        color: #21578a;
    }

    .c-numbered-squares .square:nth-child(4n) .square-number {
        color: #dfdfe2;
    }

.c-numbered-squares .square:nth-child(5n) {
    background-color: #3397d3;
    color: #ffffff;
}

    .c-numbered-squares .square:nth-child(5n) p {
        color: #ffffff;
    }

    .c-numbered-squares .square:nth-child(5n) h3 {
        color: #ffffff;
    }

    .c-numbered-squares .square:nth-child(5n) .square-number {
        color: #328dc4;
    }

.c-numbered-squares .square:nth-child(6n) {
    background-color: #21578a;
    color: #ffffff;
}

    .c-numbered-squares .square:nth-child(6n) p {
        color: #ffffff;
    }

    .c-numbered-squares .square:nth-child(6n) h3 {
        color: #ffffff;
    }

    .c-numbered-squares .square:nth-child(6n) .square-number {
        color: #1d4e7c;
    }

.forum-icon {
    display: inline-block;
}

    .forum-icon img {
        vertical-align: sub;
    }

@media (min-width: 1300px) {
    header .container-fluid {
        padding: 0 3rem;
    }
}

nav .nav-blue-underline {
    border-bottom: solid 8px #21578A;
    -webkit-text-stroke: 1.5px #01243B;
}

@media (min-width: 1300px) {
    nav {
        padding-bottom: 0px;
    }
}

@media (min-width: 1300px) {
    nav .mainnavigation-container {
        padding-top: 0;
    }
}

@media (min-width: 1300px) {
    nav .mainnavigation-container ul#menu {
        padding-top: 20px;
        padding-bottom: 20px;
        white-space: nowrap;
    }
}

nav .mainnavigation-container ul#menu a.topnav-link {
    padding-bottom: 0;
}

nav .mainnavigation-container ul#menu .nav-dropdown-container {
    top: 116px;
}

@media (max-width: 1300px) {
    nav .mainnavigation-container ul#menu .nav-dropdown-container {
        top: 0px;
    }
}

@media (max-width: 1300px) {
    nav .mobileSearch {
        display: table;
        width: 100%;
    }

        nav .mobileSearch input[type="text"] {
            height: 55px;
            width: calc(100% - 53px);
            border: 1px solid #c5c5c5;
            font-size: 20px;
            font-family: neue-haas-grotesk-display, sans-serif;
            color: #21578A;
            float: left;
            padding: 10px;
        }

        nav .mobileSearch a,
        nav .mobileSearch a:visited {
            background-color: #FF970E;
            border: solid 1px #FF970E;
            color: #fff;
            cursor: pointer;
            padding: 5px 15px;
            font-size: 21px;
            text-align: center;
            float: left;
        }

        nav .mobileSearch .fa-search {
            padding: 11px 0px;
        }

        nav .mobileSearch .btn-default {
            display: none;
        }
}

nav .siteSearch {
    width: auto;
}

@media (min-width: 320px) and (max-width: 860px) {
    nav .uppernav a.topnav-button {
        padding: 0px 11px;
    }
}

@media (max-width: 1300px) {
    .topnavigation-container .siteSearch {
        display: none;
    }

        .topnavigation-container .siteSearch .searchBox,
        .topnavigation-container .siteSearch .mobileSearch,
        .topnavigation-container .siteSearch .btn-default {
            display: none;
        }
}

@media (min-width: 768px) and (max-width: 1300px) {
    button.navbar-toggle {
        right: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    a.topnav-button {
        padding: 0px 22px;
    }
}

@media (max-width: 450px) {
    .connect-container .newsletter input[type="text"] {
        margin-right: 60px;
    }
}

@media (max-width: 450px) {
    .connect-container .newsletter input[type="submit"] {
        margin-top: 15px;
    }
}

.padded-section-container .branchSearchHeader {
    padding: 40px 0 0px;
}

@media (max-width: 767.98px) {
    .padded-section-container .branchSearchHeader {
        padding: 0;
    }
}

@media (max-width: 1300px) and (min-width: 768px) {
    .padded-section-container .branchSearchHeader .inpage-Search {
        margin-right: 0;
    }
}

@media (min-width: 1300px) {
    .padded-section-container .branchSearchHeader .inpage-Search {
        margin-top: 15px;
    }
}

.branchSearchResults .branchPrimaryResults {
    max-width: 1400px;
    margin: auto;
}

    .branchSearchResults .branchPrimaryResults .branch-select-box {
        padding: 10px;
        margin: 0;
        background-color: transparent;
    }

@media (min-width: 768px) {
    .branchSearchResults .branchPrimaryResults .branch-select-box {
        width: 33.33%;
    }
}

.branchSearchResults .branchPrimaryResults .branch-select-box .branch-select-box__content {
    padding: 26px 27px 18px 22px;
    background-color: #f1f2f6;
    min-height: 169px;
}

@media (min-width: 1300px) {
    .branchSearchResults .branchPrimaryResults .branch-select-box .branch-select-box__content {
        min-height: 232px;
    }
}

.icon-title-content-box .icon-title__content {
    margin-bottom: auto;
}

.icon-title-content-box .icon-title__content-bottom {
    padding-top: 15px;
}

.icon-title-content-box .icon-title__content a.button {
    width: 100%;
    min-width: initial;
}

@media (max-width: 991.98px) {
    .icon-title-content-box .icon-title__content {
        padding: 0;
    }
}

@media (min-width: 992px) {

    .icon-title-content-box .contact-infoblock,
    .icon-title-content-box .contact-live-chat-block {
        min-height: 800px;
    }
}

@media (min-width: 1300px) {

    .icon-title-content-box .contact-infoblock,
    .icon-title-content-box .contact-live-chat-block {
        min-height: 1020px;
    }
}

@media (max-width: 991.98px) {
    .icon-title-content-box .contact-live-chat-block {
        min-height: 600px;
    }
}

@media (max-width: 1299.98px) and (min-width: 768px) {
    .contact-info-container .third {
        padding-top: 20px;
    }
}

@media (min-width: 1300px) {
    .contact-info-container .third {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .contact-info-container .third:first-of-type {
        padding-top: 40px;
    }
}

.c-filterform__textbox input[type="text"] {
    border: solid 1px #717580;
    padding: 0px 18px;
    width: 100%;
    float: none;
    margin: auto;
    font-family: neue-haas-grotesk-display, sans-serif;
    color: #21578a;
    line-height: 37px;
    height: 46px;
    border-radius: 0px;
    outline: none;
}

.c-filterform__textarea {
    border: solid 1px #717580;
    padding: 0px 18px;
    color: #21578a;
    border-radius: 0px;
    outline: none;
}

.c-filterform__dropdown {
    position: relative;
}

    .c-filterform__dropdown select {
        border: solid 1px #717580;
        width: 100%;
        line-height: 45px;
        height: 46px;
        padding: 0px 18px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-family: neue-haas-grotesk-display, sans-serif;
        line-height: 37px;
        color: #21578a;
        border-radius: 0px;
        padding-right: 60px;
        min-width: 275px;
        background-color: #ffffff;
    }

    .c-filterform__dropdown:after {
        font-family: FontAwesome;
        content: '\f0d7';
        font-size: 22px;
        position: absolute;
        top: 4px;
        right: 4px;
        color: #fff;
        pointer-events: none;
        background-color: #ff970e;
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

.c-filterform__radio input[type="radio"] {
    display: block;
    margin-right: 10px;
    line-height: normal;
    font-size: 1px;
    float: left;
    width: auto;
}

.c-filterform__radio label.control-label {
    font-weight: bold;
}

.c-filterform__radio label {
    display: block;
    margin-bottom: 0.5rem;
}

.c-filterform__checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.c-filterform__checkbox .checkbox {
    float: left;
}

:root {
    --checkbox-border-color: #8b8c89;
    --checkbox-checked-color: #21578a;
    --checkbox-hover-color: #a3cef1;
    --checkbox-disabled-bg-color: #d9d9d9;
}

.c-filterform_widget__checkbox input[type="checkbox"] {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 6px;
    padding: 0;
    border: 2px solid var(--checkbox-border-color);
    appearance: none;
    background-color: transparent;
    outline: none;
    transition: outline 0.1s;
    position: absolute;
}

    .c-filterform_widget__checkbox input[type="checkbox"]:checked {
        color: var(--checkbox-checked-color);
        background-size: cover;
        padding: 2px;
    }

    .c-filterform_widget__checkbox input[type="checkbox"]:not(:disabled):checked {
        border-color: var(--checkbox-checked-color);
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %23274c77" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
    }

    .c-filterform_widget__checkbox input[type="checkbox"]:disabled {
        background-color: var(--checkbox-disabled-bg-color);
    }

        .c-filterform_widget__checkbox input[type="checkbox"]:disabled:checked {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %238b8c89" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
        }

@media (hover: hover) {
    .c-filterform_widget__checkbox input[type="checkbox"]:not(:disabled):hover {
        background-color: var(--checkbox-hover-color);
        /*outline: 6px solid var(--checkbox-hover-color);
        transform: scale(1.05);*/
    }
}

.ktc-checkbox-list {
    display: flex;
    flex-direction: column;
}

.c-filterform_widget__checkbox input[type="checkbox"]:focus-visible {
    outline: 6px solid var(--checkbox-hover-color);
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .c-filterform_widget__checkbox input[type="checkbox"] {
        transition: none;
    }
}

.ktc-checkbox label {
    color: #21578a;
    display: inline-block;
    overflow: hidden;
    padding-left: 35px;
    line-height: 27px;
}

.ktc-radio {
    display: flex;
    gap: 0.5em;
}

.c-filterform__button input[type="submit"] {
    font-weight: 800;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    line-height: 43px;
    font-size: 16px;
    padding: 0px 15px;
    padding: 0px 15px;
}

@media (min-width: 320px) and (max-width: 767.9px) {
    .c-filterform__button input[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }
}

.c-filterform__button input[type="submit"]:hover {
    background-color: #9da7b2;
}

.c-filterform__buttonblue input[type="submit"] {
    background-color: #21578a;
    color: #fff;
    outline: none;
    border-color: #21578a;
}

    .c-filterform__buttonblue input[type="submit"]:hover,
    .c-filterform__buttonblue input[type="submit"]:focus {
        color: #ffffff;
        background-color: #14314c;
        border-color: #14314c;
        text-decoration: none;
    }

.c-filterform__buttontangerine input[type="submit"] {
    background-color: #ff970e;
    color: #fff;
    outline: none;
    border-color: #ff970e;
}

    .c-filterform__buttontangerine input[type="submit"]:hover,
    .c-filterform__buttontangerine input[type="submit"]:focus {
        color: #ffffff;
        background-color: #de830b;
        border-color: #de830b;
        text-decoration: none;
    }

.events.c-filterform .c-filterform__dropdown {
    position: relative;
}

    .events.c-filterform .c-filterform__dropdown select {
        border: solid 1px #717580;
        width: 100%;
        line-height: 45px;
        height: 46px;
        padding: 0px 18px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-family: neue-haas-grotesk-display, sans-serif;
        line-height: 37px;
        color: #21578a;
        border-radius: 0px;
        padding-right: 50px;
        min-width: unset;
        background-color: #ffffff;
    }

    .events.c-filterform .c-filterform__dropdown:after {
        font-family: FontAwesome;
        content: '\f0d7';
        font-size: 22px;
        position: absolute;
        top: 4px;
        right: 20px;
        color: #fff;
        pointer-events: none;
        background-color: #ff970e;
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

.c-dockingnavigation {
    height: auto;
}

@media (min-width: 767.9px) {
    .c-dockingnavigation {
        height: 32px;
    }
}

@media (min-width: 1200px) {
    .c-dockingnavigation {
        height: 64px;
    }
}

.c-dockingnavigation__dropdown {
    position: relative;
}

    .c-dockingnavigation__dropdown select {
        border: none;
        /*border-bottom: solid 3px #3397d3;*/
        height: 37px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        font-family: neue-haas-grotesk-display, sans-serif;
        font-weight: 800;
        color: #21578a;
        font-size: 16px;
        line-height: 41px;
        background-color: transparent;
        width: 100%;
        min-width: 60%;
    }

    .c-dockingnavigation__dropdown:after {
        font-family: FontAwesome;
        font-weight: 900;
        content: '\f0d7';
        font-size: 20px;
        position: absolute;
        top: 4px;
        right: 4px;
        color: #3397d3;
        pointer-events: none;
        height: 41px;
        margin-left: -15px;
        background-color: transparent;
    }

.c-dockingnavigation a {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400;
    color: #21578a;
}

@media (min-width: 1200px) {
    .c-dockingnavigation a {
        font-size: 26px;
    }
}

.c-dockingnavigation a:hover {
    border-bottom: solid 2px #3397D3;
    font-weight: 400;
    border-bottom: solid 2px #3397d3;
}

@media (min-width: 1200px) {
    .c-dockingnavigation a:hover {
        border-bottom: solid 8px #3397d3;
    }
}

.c-dockingnavigation a.active {
    border-bottom: solid 2px #3397D3;
    font-weight: 600;
    border-bottom: solid 2px #3397d3;
}

@media (min-width: 1200px) {
    .c-dockingnavigation a.active {
        border-bottom: solid 8px #3397d3;
    }
}

.c-dockingnavigation a.active:hover {
    font-weight: 600;
}

.c-dockingnavigation a.c-dockingnavigation__highlight {
    color: #ffffff;
    font-weight: 600;
    min-width: 325px;
}

    .c-dockingnavigation a.c-dockingnavigation__highlight:hover {
        background-color: #de830b;
    }

.c-dockingnavigation__white a {
    color: #21578a;
}

.c-dockingnavigation__white .c-dockingnavigation__dropdown {
    position: relative;
}

    .c-dockingnavigation__white .c-dockingnavigation__dropdown select {
        color: #21578A;
    }

.c-dockingnavigation__blue {
    background-color: rgba(33, 87, 138, 0.85);
}

    .c-dockingnavigation__blue a {
        color: #ffffff;
    }

    .c-dockingnavigation__blue .c-dockingnavigation__dropdown {
        position: relative;
    }

        .c-dockingnavigation__blue .c-dockingnavigation__dropdown select {
            color: #ffffff;
        }

            .c-dockingnavigation__blue .c-dockingnavigation__dropdown select option {
                color: #21578a;
            }

.c-dockingnavigation.c-dockingnavigation__mobile {
    min-width: 320px;
}

.c-dockingnavigation .bg-tangerine:hover {
    background-color: #de830b;
}

.c-dockingnavigation .bg-tangerine a:hover {
    border-bottom: none;
}

.CookieConsent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.93);
    padding: 40px 30px;
    position: sticky;
    bottom: 0;
    z-index: 9999;
    border-top: 8px solid #21578a;
}

    .CookieConsent .ConsentText {
        width: 100%;
        position: relative;
        color: #21578a;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

@media (min-width: 768px) {
    .CookieConsent .ConsentText {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 768px) {
    .CookieConsent .ConsentText {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
}

@media (min-width: 1300px) {
    .CookieConsent .ConsentText {
        font-size: 20px;
        line-height: 35px;
        text-align: left;
    }
}

.CookieConsent .ConsentButtons {
    position: relative;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .CookieConsent .ConsentButtons {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.CookieConsent .ConsentButtons .ConsentButton {
    font-weight: 800;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    line-height: normal;
    font-size: 16px;
    padding: 15px;
    text-decoration: none !important;
    background-color: #ff970e;
    color: #fff;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .CookieConsent .ConsentButtons .ConsentButton {
        min-width: 105px;
        line-height: normal;
        font-size: 12px;
        margin-top: 0;
    }
}

@media (min-width: 1300px) {
    .CookieConsent .ConsentButtons .ConsentButton {
        min-width: 178px;
        line-height: normal;
        font-size: 24px;
    }
}

.c-chat {
    width: 100px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 7px;
    text-align: center;
    background-color: #717580;
    z-index: 9999999;
}

    .c-chat a {
        color: #ffffff;
        font-weight: 600;
        font-size: 18px;
    }

    .c-chat.chat-icon.on {
        background-color: #218A45;
    }

    .c-chat.chat-itcon.off {
        background-color: #717580;
    }

/* Error Styling */

.field-validation-error {
    color: red;
    font-weight: bold;
}

/* Global tab style */
.hidden-mobile .vertical-tab-container {
    background-color: #f1f2f6;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
}

.vertical-tab-container {
    background-color: #f1f2f6;
    overflow: hidden;
    position: relative;
    height: 100%;
}

@media (max-width: 1300px) and (min-width: 768px) {
    .vertical-tab-container {
        min-height: 259px;
    }
}

.vertical-tab-container__content {
    float: left;
    padding-left: 6%;
    padding-top: 76px;
    width: 65%;
    padding-bottom: 76px;
}

@media (max-width: 1300px) and (min-width: 768px) {
    .vertical-tab-container__content {
        /*padding-top:46px;
  padding-bottom: 46px;*/
    }
}

@media (max-width: 768px) {
    .vertical-tab-container__content {
        float: none;
        padding: 10px 5.2%;
    }
}

.vertical-tab-container__content .tab-pane {
    margin: 0px auto;
    width: 596px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .vertical-tab-container__content .tab-pane {
        width: 296px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .vertical-tab-container__content .tab-pane {
        width: 488px;
    }
}

.vertical-tab-container__tabs {
    /*float:right;
  width:33%;*/
    height: 100%;
    position: absolute;
    right: 0;
}

@media (max-width: 768px) {
    .vertical-tab-container__tabs {
        float: none;
        width: auto;
        padding: 0px;
    }
}

.vertical-tab-container__tabs ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    height: 100%;
}

.vertical-tab-container__tabs li {
    margin: 2px 0px;
    text-align: center;
    background-color: #9da7b2;
    width: 100%;
    flex: 1;
}

    .vertical-tab-container__tabs li a {
        color: #fff;
        font-size: 40px;
        /*line-height:156px;*/
        line-height: 46px;
        font-weight: 400;
        /*background-color:#9da7b2; not ada compliant */
        background-color: #8B95A3;
        display: block;
        width: 100%;
        padding: 1px 50px;
        /*height:156px;*/
    }

@media (max-width: 1300px) and (min-width: 768px) {
    .vertical-tab-container__tabs li a {
        font-size: 20px;
        line-height: 32px;
    }
}

.vertical-tab-container__tabs li a.active {
    background-color: #3397d3;
}

.c-memberforms__list .resource .container {
    background-color: #21578a;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .c-memberforms__list .resource .container {
        padding-right: 6rem !important;
    }
}

@media all and (max-width: 1199.98px) and (min-width: 992px) {
    .c-memberforms__list .resource .container {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

        .c-memberforms__list .resource .container .button {
            font-size: 18px;
        }
}

.c-memberforms__list .resource .container h3 {
    color: #ffffff;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .c-memberforms__list .resource .container h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

.c-memberforms__list .resource .container p {
    color: #ffffff;
}

@media (min-width: 992px) {
    .c-memberforms__list .resource .container p {
        font-size: 18px;
        line-height: 24px;
    }
}

.c-memberforms__list .resource .container a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
}

.form-center {
    display: grid;
    place-items: center;
}

.c-filterform_widget__textbox input[type="text"] {
    border: solid 1px #717580;
    padding: 0px 18px;
    width: 100%;
    float: none;
    margin: auto;
    font-family: neue-haas-grotesk-display, sans-serif;
    color: #21578a;
    line-height: 37px;
    height: 46px;
    border-radius: 10px;
    outline: none;
}

.c-center-form {
    display: inline;
}

.c-center-form___textbox input[type="text"] {
    border: solid 1px #717580;
    border-radius: 10px;
    padding: 0px 18px;
    width: 100%;
    float: none;
    margin: auto;
    font-family: neue-haas-grotesk-display, sans-serif;
    color: #21578a;
    line-height: 37px;
    height: 46px;
    border-radius: 0px;
    outline: none;
}

.c-filterform_widget__textarea {
    border: solid 1px #717580;
    border-radius: 10px;
    padding: 0px 18px;
    color: #21578a;
    outline: none;
}

.c-filterform_widget__dropdown {
    position: relative;
}

    .c-filterform_widget__dropdown select {
        border: solid 1px #717580;
        width: 100%;
        line-height: 45px;
        height: 46px;
        padding: 0px 18px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-family: neue-haas-grotesk-display, sans-serif;
        line-height: 37px;
        color: #21578a;
        border-radius: 10px;
        padding-right: 60px;
        min-width: 275px;
        background-color: #ffffff;
    }

    .c-filterform_widget__dropdown:after {
        font-family: FontAwesome;
        content: '\f0d7';
        font-size: 22px;
        position: absolute;
        top: 28px;
        right: 4px;
        color: #fff;
        pointer-events: none;
        background-color: #ff970e;
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

.c-filterform_widget__radio input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    /* Not removed via appearance */
    margin: 0;
    padding: 10px;
    font: inherit;
    color: #21578a;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #21578a;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #21578a;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

.radio {
    font-size: 1.15rem;
    font-weight: bold;
    vertical-align: center;
    color: #21578a;
}

.c-filterform_widget__radio label.control-label {
    font-weight: bold;
}

.c-filterform_widget__radio label {
    display: block;
    margin-bottom: 0.5rem;
}

.c-filterform_widget__button input[type="submit"] {
    font-weight: 800;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    line-height: 43px;
    font-size: 16px;
    padding: 0px 15px;
    padding: 0px 15px;
}

@media (min-width: 320px) and (max-width: 767.9px) {
    .c-filterform_widget__button input[type="submit"] {
        width: 100%;
        margin-top: 10px;
    }
}

.c-filterform_widget__button input[type="submit"]:hover {
    background-color: #9da7b2;
}

.c-filterform_widget__buttonblue input[type="submit"] {
    background-color: #21578a;
    color: #fff;
    outline: none;
    border-color: #21578a;
}

    .c-filterform_widget__buttonblue input[type="submit"]:hover,
    .c-filterform_widget__buttonblue input[type="submit"]:focus {
        color: #ffffff;
        background-color: #14314c;
        border-color: #14314c;
        text-decoration: none;
    }

.c-filterform_widget__buttontangerine input[type="submit"] {
    background-color: #ff970e;
    color: #fff;
    outline: none;
    border-color: #ff970e;
}

    .c-filterform_widget__buttontangerine input[type="submit"]:hover,
    .c-filterform_widget__buttontangerine input[type="submit"]:focus {
        color: #ffffff;
        background-color: #de830b;
        border-color: #de830b;
        text-decoration: none;
    }

/* Chat Modal */

.fab-container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 99999999999;
}

.fas-container {
    position: fixed;
    bottom: 50px;
    left: 50px;
    cursor: pointer;
    z-index: 99999999999;
}

.iconbutton {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #21578a;
    z-index: 99999999999;
}

.schedulingbutton {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #21578a;
    z-index: 99999999999;
}

.chatbutton {
    width: 60px;
    height: 60px;
    background: #21578a;
    z-index: 99999999999;
}

.iconbutton i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
}

.modal {
    position: absolute;
    right: 55px;
    bottom: 0;
    z-index: 99999999999;
    overflow: auto;
    overflow-y: auto;
}

.c-banner-announcements p {
    color: white;
}

.iconbutton::before {
    content: 'Chat Here';
    text-align: center;
    background-color: #21578a;
    color: white;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 100%;
    margin-left: 20px;
    visibility: hidden;
    font-size: 14px;
}

.iconbutton:hover::before {
    visibility: visible;
}

.iconbutton::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #21578a;
    position: absolute;
    top: 0%;
    margin-right: -60px;
    visibility: hidden;
}

.iconbutton:hover::after {
    visibility: visible;
}

.schedulingbutton::before {
    content: 'Schedule an Appointment';
    text-align: center;
    background-color: #21578a;
    color: white;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 100%;
    margin-left: 20px;
    visibility: hidden;
    font-size: 14px;
}

.schedulingbutton:hover::before {
    visibility: visible;
}

.schedulingbutton::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #21578a;
    position: absolute;
    top: 0%;
    margin-right: -60px;
    visibility: hidden;
}

.schedulingbutton:hover::after {
    visibility: visible;
}

/* Locations */
.branchSearchHeader,
.branchSearchResults {
    padding: 40px 0px;
    overflow: hidden;
}

h1.branchSearchTitle {
    margin: 0px;
}

.branch-select-box {
    padding: 26px 27px 18px 22px;
    background-color: #f1f2f6;
    float: left;
    margin: 10px;
    width: 407px;
    min-height: 232px;
}

.branch-select-box__location,
.branch-select-box__address,
.branch-select-box__links {
    color: #21578a;
    font-size: 24px;
    line-height: 35px;
    margin: 10px 0px;
}

.branch-select-box__links {
    font-weight: 600;
}

.branch-list {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 0px 2.6%;
}

/*drawerHeading Override*/
.drawerHeader {
    margin: 0px;
    max-width: none;
}


@@media (max-width: 1300px) and (min-width: 768px) {
    .branch-select-box {
        padding: 23px 7px;
        width: 181px;
        min-height: 169px;
    }

    .branch-select-box__location,
    .branch-select-box__address,
    .branch-select-box__links {
        font-size: 12px;
        line-height: 14px;
    }

    .branch-select-box__location {
        font-size: 16px;
        line-height: 18px;
    }
}

@@media (max-width: 767px) {
    .branch-select-box {
        padding: 23px 7px;
        width: 100%;
        max-width: 100%;
        min-height: 169px;
    }

    .branch-select-box__location,
    .branch-select-box__address,
    .branch-select-box__links {
        font-size: 16px;
        line-height: 20px;
    }

    .branch-select-box__location {
        font-size: 16px;
        line-height: 18px;
    }

    .externalLink {
        position: relative;
    }
}

.searchBox {
    position: relative;
    padding-left: 35px;
    width: 100%
}

    .searchBox i {
        position: absolute;
        left: 10px;
        top: 30%;
    }

.blockContainer.subInteriorHeader {
    margin: 10px 0;
    padding: 28px 30px 28px;
}

.blockContainer.interiorHeader {
    margin: 10px 30px;
    padding: 28px 30px 28px;
    background-color: #f1f2f6;
}

    .blockContainer.interiorHeader h1 {
        color: #01243B;
    }

    .blockContainer.interiorHeader p {
        color: #01243B;
        margin: 20px 0;
    }

    .blockContainer.interiorHeader.inPageNav {
        margin: 10px 30px 70px;
    }

.blockContainer.subInteriorHeader.inPageNav {
    margin: 10px 30px 70px;
}

.twoColumnHero.inPageNav {
    margin: 10px 30px 70px !important;
}

.searchContainer {
    background-color: #21578A;
    margin: 10px 0;
    border-radius: 10px;
    padding: 25px 20px 10px;
    overflow: hidden;
}

    .searchContainer i::before {
        color: #ffffff;
    }

.forumFormContainer {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 20px 10px;
    overflow: hidden;
}

    .forumFormContainer .blockFormCopy {
        max-width: 400px;
    }

        .forumFormContainer .blockFormCopy h3 {
            margin-top: 0;
        }

        .forumFormContainer .blockFormCopy p {
            line-height: 1.6;
        }

    .forumFormContainer .formContainer {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .forumFormContainer .flex {
        display: flex;
        gap: 20px;
    }

    .forumFormContainer input {
        display: block;
        color: #3E5568;
    }


    .forumFormContainer .control-label {
        color: #21578a;
    }

    .forumFormContainer input::placeholder {
        color: #3E5568;
    }

    .forumFormContainer .blockForm {
        min-width: 510px;
    }

    .forumFormContainer .formCol {
        width: 50%;
    }

        .forumFormContainer .formCol .uiBtn {
            float: right;
            margin-top: 5px;
        }

    .forumFormContainer .g-recaptcha {
        transform: scale(0.8);
        margin: -8px 0 0 -14px;
    }

        .forumFormContainer .g-recaptcha iframe {
            border-radius: 15px;
        }

    .forumFormContainer select {
        display: block;
        border: solid 1px #717580;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        background: #fff url(../Images/right-caret.svg) no-repeat;
        background-size: 11px 17px;
        background-position: 90% center;
        font-size: 14px;
        color: #3E5568;
        /*border-bottom: 2px solid #F1F2F6;*/
        padding: 15px;
    }

.forumEmail input {
    border: solid 1px #717580 !important;
    height: 46px !important;
    line-height: 37px !important;
    margin-bottom: 0px !important;
}

.forumDropdown select {
    border: solid 1px #717580 !important;
    margin-bottom: 0px !important;
    height: 46px !important;
    padding-top: 10px !important;
}

.forumFormContainer select:open {
    background: #fff url(../Images/down-caret.svg) no-repeat;
    background-size: 17px 11px;
    background-position: 90% center;
}

.forumFormContainer i::before {
    color: #21578a;
}

.uiBtn.submitBtn {
    background: #21578a;
    color: #ffffff;
    max-width: 250px;
    margin: auto;
}

    .uiBtn.submitBtn:hover {
        background: #3097D2;
        color: #01243B;
    }

.forumFormContainer.eventForm {
    min-width: 510px;
    width: 100%;
}

.eventSearchIcon {
    position: absolute;
    margin-left: 10px;
    margin-top: 17px;
}

.modal-form-inputs {
    background-color: #fff;
}

.modal-footer {
    background-color: #fff;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mortgage-type-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.explanation-text {
    color: #21578A;
}

.ktc-uploader-text {
    color: #21578A;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    border: solid 1px #717580 !important;
}
