/* Minification failed. Returning unminified contents.
(1335,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-image-desktop'
(3268,32): run-time error CSS1039: Token not allowed after unary operator: '-bg-image-mobile'
(5918,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-image'
 */
body {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #192834;
    /*letter-spacing: -.05em;*/
    letter-spacing: -.03em;
}

.white{
    color: #FFFFFF;
}

.black{
    color: #000000;
}

.midnight {
    color: #2D455A;
}

.form-field .field-validation-error {
    color: #dc3545;
}

.body-content {
    overflow-x: hidden;
    max-width: 100vw;
}

.body-content h2,
.full-width-cta h1 {
    font-size:1.75rem;
    font-weight:400;
}

.body-content h3 {
    font-size:1.3125rem;
}

.body-content p {
    line-height: 1.7;
}

.section {
    padding-top:16px;
    padding-bottom:16px;
}

.section.contains-hero,
.section.contains-hero + .section.contains-bar {
    padding-top: 0;
    padding-bottom: 0;
}

.section-heading {
    text-align:center;
}

hr {
    border-top:2px solid rgba(45,69,90,.19);
}

.section:not(.bg-gray) .section-heading {
    margin-top: 36px;
}

.contains-hero + .section:not(.bg-gray) .section-heading {
    margin-top: 0
}

.body-content a {
    color: #0756A3;
    text-decoration: underline;
}

.body-content a.btn {
    text-decoration: none;
}

.body-content a.btn-dark {
    color: #fff;
}

.legal {
    font-size: .625rem;
}

@media screen and (max-width: 767px){
    .alert h5 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    [class*="col-"] {
        margin-bottom: 1rem;
    }

    [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    [class*="col-"].order-1 {
        margin-bottom: 1rem;
    }

    [class*="col-"].order-2 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .body-content {
        font-size: 1.125rem;
    }

    .body-content .alt-headings h2 {
        font-size: 2.125rem;
        font-weight: 300;
    }

    .body-content h3 {
        font-size: 1.75rem;
    }

    .section:not(.bg-gray) .section-heading {
        margin-top: 16px;
    }
}

@media screen and (min-width: 992px) {
    .lg-20percent {
        flex:0 0 20%;
        max-width:20%;
    }

    .vert-bars > [class^="col-"] {
        border-right: 2px solid rgba(45,69,90,.19);
    }

    .vert-bars > [class^="col-"]:last-child {
        border-right: 0;
    }

    .vert-bars.two-col > [class^="col-"],
    .vert-bars.three-col > [class^="col-"] {
        padding-left: 34px;
        padding-right: 34px;
    }

    .vert-bars.two-col > [class^="col-"]:first-of-type,
    .vert-bars.three-col > [class^="col-"]:first-of-type {
        padding-left: 15px;
    }

    .vert-bars.two-col > [class^="col-"]:last-child,
    .vert-bars.three-col > [class^="col-"]:last-child {
        padding-right: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .body-content .alt-headings h2 {
        font-size: 2.625rem;
    }
}


header, footer {
    background-color: #2D455A;
    color: white;
}

.fdic-container em {
    font-size: .5625rem;
    display: inline-block;
    padding-left: 5px;
}

    header a,
    footer a {
        color: inherit;
    }


        header a:hover,
        header a:active,
        header a.section-active {
            text-decoration: none;
            color: inherit;
        }

    header .nav > .dropdown > a:hover,
    header .nav > .dropdown > a:active,
    header .nav > .dropdown > a.section-active {
        color: #9CD1F1;
        text-decoration: underline;
    }

.btn-dark {
    background-color: #2D455A;
}

.sticky-top {
    top:0; /* helps with ie11 polyfill */
    z-index:100;
}

header .log-in {
    font-size: 1rem;
    margin-right: 16px;
    vertical-align:middle;
}

.navbar-toggler {
    border: 0;
    height: 2.5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-top:-.5rem;
    vertical-align:middle;
}

    .navbar-toggler:focus {
        outline: 0;
    }

.navbar-dark .navbar-toggler-icon {
    height: 1rem;
    background: linear-gradient(to bottom, #FFF 0%, #FFF 10%, transparent 10%, transparent 45%, #FFF 45%, #FFF 55%, transparent 55%, transparent 90%, #FFF 90%, #FFF 100%)
}

.navbar-toggler > .close {
    display: inline-block;
    height: 1rem;
    width: 1.875rem;
    margin-top: -1.25rem;
    font-size: 2em;
    color: white;
    font-weight: 300;
    opacity: 1;
    text-shadow: none;

}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

header nav {
    width: calc(100% + 30px);
    padding: 15px 0;
    border-bottom: 8px solid #7E755D;
    position: absolute;
    left: -15px;
    top: 83px;
    z-index:10;
    background-color: #FFF;
    color: #2D455A;
}

header .nav > li > .dropdown-menu > ul {
    padding-left: 0;
}

.dropdown-menu li {
    font-size: 1rem;
    color: #000;
}

header nav .parent-page a {
    font-weight: bold;
}

    header nav .parent-page a:after {
        content: ' ';
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 2px solid #2D455A;
        border-bottom: 2px solid #2D455A;
        transform: rotate(-45deg);
        margin-left: 1rem;
        margin-bottom: .25rem;
    }

#header-search-wrap {
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(147,149,152, .4);
    position: relative;
}

    #header-search-wrap form {
        position: relative;
    }

.autosuggest {
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: white;
    z-index: 10;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #2D455A;
}

    .autosuggest:empty {
        display: none;
    }

    .autosuggest .col {
        padding-left: 8px;
        padding-right: 8px;
    }

    .autosuggest h3 {
        padding: 10px 15px 0;
        font-size: 1rem;
        color: #695D53;
    }

        .autosuggest h3 strong {
            color: #2D455A;
        }

    .autosuggest h4 {
        font-size: .75rem;
    }

    .autosuggest .excerpt {
        font-size: .75rem;
        color: #695D53;
    }

    .autosuggest .search-result {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .autosuggest h3 + .result-type-Page {
        border-top: 1px solid #2D455A;
    }

    .autosuggest .result-type-SearchCTA {
        padding-top: 0;
        padding-bottom: 0;
    }

.result-type-SearchCTA a {
    display: inline-block;
    width: 100%;
    max-width: 436px;
}

.result-type-SearchCTA img {
    width:100%;
}

#header-search-wrap .autosuggest {
    width: calc(100% - 30px);
    top: calc(100% - 15px);
}

.search-result a,
.search-view-all {
    color: #0756A3;
    text-decoration:none;
}

.search-result a:hover,
.search-view-all:hover {
    text-decoration: underline;
}

.search-view-all {
    display: block;
    padding: 15px 15px 5px;
    border-top: 1px solid #2D455A;
    display: flex;
    justify-content: space-between;
}

a.search-view-all:after {
    content: ' ';
    display: block;
    width: .75rem;
    height: .75rem;
    border-style: solid;
    border-color: #2D455A;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

#header-search-wrap input {
    width: 100%;
    height: 2.75em;
    padding: 2px 3em 2px 10px;
    border-color: #2D455A;
    border-width: 1px;
}

.search-button {
    height: 100%;
    width: 2.5rem;
    border: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/icon-search.svg) center center/22px 22px no-repeat;
}

    .search-button.white {
        background-image: url(images/icon-search-white.svg);
    }

header nav li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .7rem 15px .7rem;
    border-bottom: 1px solid rgba(147,149,152, .4);
    font-size: 1.25rem;
}

.dropdown > a:not(.dropdown-toggle) {
    display: inline-block;
    width: 100%;
}

.dropdown-toggle {
    font-size: 0;
    padding: 0 .5rem;
}

    .dropdown-toggle:after {
        content: ' ';
        width: .75rem;
        height: .75rem;
        border: 0 solid #2D455A;
        border-width: 0 .1rem .1rem 0;
        transform: rotate(45deg);
    }

.dropdown.show > .dropdown-toggle:after {
    transform: rotate(225deg);
}

header .dropdown-toggle {
    position: absolute;
    right: 15px;
    top:1rem;
    pointer-events: none;
}

header nav.navbar-collapse.show {
    max-height: calc(100vh - 83px); /* 100vh - height of bar */
    overflow-y: scroll;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
}

#main-nav .dropdown-menu.show {
    margin-top:.7rem;
}

#main-nav > .dropdown.show {
    padding-bottom: 0;
    background-color: #2D455A;
    color: #FFF;
}

    #main-nav > .dropdown.show > .dropdown-toggle:after {
        border-color: #FFF;
    }

nav .dropdown-menu {
    width: calc(100% + 30px);
    padding-bottom: 0;
    margin: 0 -15px;
    border-radius: 0;
    background-clip: border-box;
}

    nav .dropdown-menu .dropdown-menu {
        background-color: inherit;
    }

    nav .dropdown-menu li {
        border: 0;
    }

    nav .dropdown-menu .dropdown-menu {
        background-color: #EBEBED;
        border-left: 0;
        border-right: 0;
    }

        nav .dropdown-menu .dropdown-menu li {
            padding-top: .75rem;
            padding-bottom: .75rem;
        }

    nav .dropdown-menu .dropdown ul {
        padding-left: 15px;
    }

        nav .dropdown-menu .dropdown ul li.parent-page {
            margin-left: -15px;
        }

.service-ctas .row,
#main-nav .nav-cta {
    display: none;
}

.service-ctas h2 {
    font-size: inherit;
    font-weight: inherit;
    color: #000;
    margin: .75rem 0 1.5rem;
}

#utility-nav li:nth-last-child(2) {
    padding-bottom: .2rem;
    border-bottom: 0;
}

#utility-nav li:last-child {
    border-bottom: 0;
}

#utility-nav .contact-us-link,
#utility-nav .open-account-link {
    display: flex;
    justify-content:center;
    align-items:center;
    width: 100%;
    height:3rem;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #2D455A;
    color: white;
    font-size: 1rem;
}

    #utility-nav .contact-us-link:before {
        content: url(/Content/images/icon-phone-white.svg);
        display: block;
        margin-right: 10px;
        margin-top:7px;
    }

header .alert {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    margin: 0;
    font-size: .875rem;
}

header .alert-dismissible .container {
    padding-right: 3rem;
    position: relative;
}

header .alert-dismissible .close {
    padding-top: 0;
}

.alert a {
    text-decoration: underline;
}

.alert.info {
    background-color: #EBEBED;
    color: #5B5A5A;
}

.alert.warn {
    background-color: #75757A;
    color: #fff;
}

.alert.emergency {
    background-color: #A41502;
    color: #fff;
}

.alert a {
    color:inherit;
}

#breadcrumbs-wrap {
    font-size: .75rem;
    font-weight:500;
    color: #6C6A6A;
    letter-spacing:0;
}

#breadcrumbs-wrap ol {
    padding:.4rem 0;
    margin:0;
    background:none;
}

#breadcrumbs-wrap li {
    display:none;
    padding:0 .5rem 0 0;
}

#breadcrumbs-wrap li:last-child,
#breadcrumbs-wrap li:nth-last-child(2){
    display:block;
}

#breadcrumbs-wrap li:before {
    content:'>';
    padding-right:.25rem;
}

#breadcrumbs-wrap li:first-child:before {
    display:none;
}

#breadcrumbs-wrap a {
    text-decoration:none;
    color:inherit;
}

#breadcrumbs-wrap a:hover {
    text-decoration:underline;
}

#breadcrumbs-wrap a[aria-current="page"] {
    font-weight:700;
}

footer a.dropdown-toggle {
    display: block;
    padding: 1rem 25px 1rem;
    font-size: 1rem;
    position: relative;
}

    footer a.dropdown-toggle:hover,
    footer a.dropdown-toggle:active {
        color: inherit;
        text-decoration: none;
        outline: 0;
    }

footer .dropdown-toggle:after {
    width: .6rem;
    height: .6rem;
    transform: rotate(-45deg);
    border-color: #fff;
    position: absolute;
    left: -5px;
    top: 1.5rem;
}

footer .dropdown.show .dropdown-toggle:after {
    transform: rotate(45deg);
}

footer nav .dropdown {
    border-bottom: 1px solid rgba(147,149,152, .4);
    margin-bottom:0;
}

    footer nav .dropdown.show {
        position: static !important;
        transform: initial !important;
    }

footer .dropdown-menu {
    position: static !important;
    transform: initial !important;
    padding: 0;
}

footer nav li {
    padding: 1rem 15px;
}

#footer-bottom {
    padding: 20px 0 15px;
    text-align: center;
}



.footer-logo {
    width: 72px;
    height: 57px;
}

footer .social-wrap {
    padding: 25px;
}

.social-wrap a {
    margin: 0 4px;
}

#copyright {
    margin-bottom: 25px;
    font-size: .75rem;
}

#confirm-container {
    background-color:rgba(255,255,255,.9);
}

#confirm-container .modal-content {
    border:0;
    background:transparent;
}

#confirm-container .modal-footer {
    justify-content: flex-start;
}

#confirm-container .btn {
    display:flex;
    justify-content:space-between;
    align-items:center;
    width: 250px;
    max-width:100%;
}

@media screen and (min-width:768px) {

    .legal {
        font-size: .75rem;
    }

    #breadcrumbs-wrap li.breadcrumb-item {
        display:block;
    }

    #utility-nav {
        display:flex;
        flex-direction:row;
    }

    #utility-nav li {
        width:100%;
    }

    #utility-nav li:nth-last-child(2),
    #utility-nav li:last-child {
        width:50%;
        border:0;
    }
}

@media screen and (min-width:992px) {

    .fdic-container em {
        font-size: .75rem;
        margin-right: 45px;
    }

    #utility-header {
        background-color: #EBEBED;
        color: #2D455A;
    }

        #utility-header .container {
            display: flex;
            justify-content: flex-end;
        }

        #utility-header .open-account-link {
            display:none;
        }

        #utility-header .sep {
            height: 2.325rem;
            width: 1.6rem;
            margin: 0 20px;
            overflow: hidden;
        }

            #utility-header .sep:before {
                content: ' ';
                display: block;
                width: 15px;
                height: 200%;
                background-color: #fff;
                transform: skewX(-17deg);
            }

        #utility-header li {
            margin-left: 25px;
        }

        #utility-header a:before {
            vertical-align: middle;
            padding: 0 10px;
        }

    .locations-link:before {
        content: url(images/logo-small.svg);
    }

    .careers-link:before {
        content: url(images/icon-briefcase.svg);
    }

    .contact-us-link:before {
        content: url(images/icon-phone.svg);
    }

    #utility-header .log-in {
        font-size: .875rem;
    }

    #utility-header .log-in:before {
        content: url(images/icon-lock.svg);
    }

    #utility-header .open-account {
        color: #0756A3;
        font-weight: bold;
        margin-bottom: .2em;
    }

    #utility-header .open-account:after {
        content:'>';
        display:inline-block;
        margin-left:.5em;
        margin-right:22px;
    }

    .navbar-expand-lg {
        justify-content:flex-end;
    }

    header .navbar > div:last-child {
        flex-grow: 1;
    }

    header nav {
        width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        border: 0;
        position: static !important;
        background-color: transparent;
        color: #fff;
        justify-content: space-between;
    }

    header nav.navbar-collapse.show {
        flex-wrap: wrap;
        max-height: none;
        overflow-y: auto;
    }

    #header-search-wrap {
        order: 2;
        width: 21rem;
        max-width: 0;
        padding: 0;
        margin-left:42px;
        border: 0;
        transition: all .4s;
        background-color: white;
    }

    #main-nav {
        order: 1;
    }

    nav .dropdown-menu {
        margin: 0;
    }

    header nav li {
        font-size: 1.125rem;
        border: 0;
        padding: .5rem 30px .5rem 0;
    }

    header nav .dropdown-toggle {
        display: none;
    }

    #main-nav .dropdown {
        position: static;
    }

    #main-nav > .dropdown > .dropdown-menu.show {
        width: 100%;
        padding: 45px 45px 15px;
        margin-top:0;
        border-bottom: 16px solid #7E755D;
        box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.25);
        display: flex;
        flex-wrap: wrap;
        color: #000;
        letter-spacing:-.018em;
    }

    #main-nav > .dropdown > .dropdown-menu.show > ul {
        width: 100%;
        height:388px;
        padding-top:3rem;
        padding-bottom: 20px;
        flex: 1 0;
        display: flex;
        flex-direction:column;
        flex-wrap:wrap;
        position:relative;
    }

    #main-nav > .dropdown > a[href="/about"] ~ .dropdown-menu.show > ul {
        height:200px;
    }

    #main-nav .dropdown li {
        display: block;
        padding: 0 30px 0 0;
    }

    #main-nav > .dropdown > .dropdown-menu.show > ul > li {
        margin-bottom:12px;
    }

    #main-nav .nav-cta img {
        max-width: 100%;
    }

    #main-nav .parent-page {
        width:calc(100% - 45px);
        border-bottom: 1px solid rgba(45,69,90, .44);
        margin-bottom: 15px;
        position:absolute;
        top:0;
    }

    #main-nav .parent-page,
    #main-nav h2 {
        font-weight: bold;
    }

    #main-nav .dropdown-menu .dropdown-menu {
        display: block;
        position: static;
        color: #2D455A;
    }

        #main-nav .dropdown-menu .dropdown-menu .parent-page {
            display: none;
        }

    nav .dropdown-menu .dropdown-menu {
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    nav .dropdown-menu .dropdown ul {
        padding-left: 0;
        margin-bottom: 1rem;
    }

    nav .dropdown-menu a {
        font-size: .75rem;
    }

        nav .dropdown-menu a:hover {
            color: inherit;
        }

    nav .dropdown-menu .parent-page a {
        font-size: .875rem;
    }

        nav .dropdown-menu .parent-page a:after {
            display: none;
        }

    /* bold 2nd level pages in nav */
    #main-nav > li > .dropdown-menu > ul > li > a {
        font-weight: bold;
    }

    header a:hover,
    header a:active,
    header a.section-active {
        color: #9CD1F1;
        text-decoration: underline;
    }

    #utility-header a:hover {
        color: inherit;
    }

    #search-toggle {
        transition: opacity .001s .33s;
    }

    .search-open #search-toggle {
        opacity: 0;
        transition: opacity .001s 0s;
    }

    .search-open #header-search-wrap {
        max-width: 25.375rem;
    }

    #header-search-wrap form {
        max-width: 0;
        margin: 12px 15px;
        overflow-x: hidden;
    }

    .search-open #header-search-wrap form {
        max-width: 100%;
    }

    #header-search-wrap input {
        width: 16rem;
        height: 2.5rem;
        padding-right: 2px;
    }

    #header-search-wrap .search-button[type="submit"] {
        height: 2.4rem;
    }

    #header-search-wrap .autosuggest {
        width: calc(100% + 2px);
        padding-top: 10px;
        left: -1px;
        top: 100%;
    }

    .navbar-brand {
        width: 5.4rem;
        transition: width .4s;
        overflow-x: hidden;
    }

    .navbar-expand-lg nav {
        justify-content:flex-end;
    }

    footer {
        background: url(images/bg-half-logo.svg) #2D455A top right/auto 100% no-repeat;
    }

        footer nav .dropdown {
            border: 0;
        }

        footer a.dropdown-toggle {
            padding-left: 0;
            font-weight: 600;
        }

        footer .dropdown-toggle:after {
            display: none;
        }

        footer .dropdown-menu {
            display: block;
            background-color: transparent;
            color: white;
            border: 0;
        }

        footer a.dropdown-toggle,
        footer nav li {
            padding-top: .25rem;
            padding-bottom: .25rem;
            padding-left: 0;
            cursor: default;
        }

        footer .dropdown-menu li {
            color:white;
        }

        footer nav .dropdown-menu a,
        footer a.dropdown-toggle {
            font-size: .875rem;
        }

        footer ul.dropdown-menu li.nav-item a:hover {
            color: #9CD1F1;
        }


    #footer-nav {
        padding: 64px 0;
        border-bottom: 1px solid rgb(158, 148, 125);
    }

    footer .social-wrap {
        text-align: left;
    }

    #footer-bottom .copyright-container {
        padding-right: 0;
        text-align: right;
    }
}

@media screen and (min-width:1024px) {

    .body-content h2,
    .full-width-cta h1 {
        font-size: 2rem;
    }

    #main-nav > .dropdown > .dropdown-menu > ul {
        padding-right: 45px;
    }

    #main-nav .dropdown li {
        padding-right: 15px;
    }

    #main-nav .nav-cta {
        display: block;
        flex: 0 0 260px;
    }

    .nav-cta img {
        margin-bottom: 20px;
    }

    .nav-cta .text {
        font-size: .75rem;
        text-align: center;
        margin-bottom: 15px;
    }

    nav .dropdown-menu .nav-cta a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.125rem;
        color: #7E755D;
    }

    .nav-cta .right-arrow {
        border-color: #7E755D;
        border-width: 2px;
        padding: 0;
        width: 28px;
        height: 28px;
        position: relative;
    }

        .nav-cta .right-arrow:after {
            border-color: #7E755D;
            border-width: 2px;
            padding: 0;
            width: 11px;
            height: 11px;
            position: absolute;
            left: 4px;
            top: 6px;
        }

    #main-nav > .dropdown > .dropdown-menu.show > ul,
    #main-nav .service-ctas {
        width: calc(100% - 260px);
        flex: 1 0 auto;
    }

    #main-nav .nav-cta + .service-ctas {
        flex-grow: 0;
    }

    #main-nav .service-ctas {
        display: flex;
        padding: 18px 45px 0;
        margin: 10px -45px -15px;
        background-color: rgba(235,235,237,.49);
    }

        #main-nav .service-ctas .row {
            display:flex;
            width: 100%; /* necessary for IE11 */
        }

    .service-ctas h2 {
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(45,69,90,.44);
        margin:0 0 .5rem;
        font-size: .875rem;
        font-weight: 300;
    }

    .service-ctas h2 a {
        font-size: inherit;
    }

    .service-ctas .col {
        margin-bottom: 30px;
    }

    .service-ctas .small-cta {
        margin-bottom:0;
        font-weight:500;
    }

    .service-ctas .small-cta .icon-title-container {
        margin-bottom: .75rem;
        flex-basis:calc(1rem + 10px);
    }

    .service-ctas .small-cta img {
        max-height: 1.25em;
        margin-right: .75rem;
        margin-bottom:-5px;
    }

    .service-ctas h3 {
        font-weight: bold;
        margin-bottom: -5px;
        margin-right: -5px;
    }

    .service-ctas h3,
    .service-ctas .small-cta p,
    .service-ctas li {
        font-size: .75rem;
    }

    .service-ctas .small-cta p {
        margin-bottom: 1rem;
    }

    .service-ctas ul { 
        padding-left:15px;
    }

    #main-nav .service-ctas li {
        display:list-item;
        list-style-type:disc;
        padding-right:0;
    }

    .service-ctas .small-cta .btn {
        font-size: .75rem;
        text-align: center;
        padding: .5em;
        margin-top:auto;
    }

        .service-ctas .small-cta .btn:hover {
            color: white;
        }

    .browser-internetexplorer .service-ctas .small-cta .btn {
        margin-right:-5px;
    }

    footer nav .dropdown-menu a,
    footer a.dropdown-toggle {
        font-size: 1.125rem;
    }
}

@media screen and (min-width:1200px) {
    .navbar-brand {
        width:25.8rem;
    }

    .search-open .navbar-brand {
        width: 4.5rem;
        transition: width .4s;
    }
}

@media screen and (min-width:1366px) {

    header .alert {
        font-size: 1rem;
    }

    #main-nav > .dropdown > .dropdown-menu.show {
        padding-right: 100px;
        padding-left: 100px;
    }

    #main-nav .service-ctas {
        width: calc(100% - 175px);
        padding-left:100px;
        margin-left:-100px;
    }

}

/* unstick the header if the screen is too short in y direction to fit the dropdown nav */
@media screen and (min-width:1024px) and (max-height: 50rem) {
    .sticky-top {
        position: static;
    }
}
@media screen and (min-width:1200px) and (max-height: 46rem) {
    .sticky-top {
        position: static;
    }
}

.section:last-child {
    margin-bottom: 40px;
}

.hero-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg-image-desktop);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 174px;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.hero-area + .mobile-content-container {
    margin-bottom:44px;
}

.browser-internetexplorer .hero-area {
    height:100px; /* this seems like it shouldn't work, but it fixes alignment on IE11 */
}

@media screen and (min-width:768px) {
    .hero-area {
        margin-bottom: 44px;
    }

    .mobile-content-container + .two-link-bar,
    .mobile-content-container + .icon-link-bar,
    .contains-home-hero + .contains-bar,
    .section.contains-hero + .section.contains-bar {
        margin-top: -44px;
    }
}
.hero-area .video-wrap {
    position: absolute;
    z-index: -1;
    width: 100%;
    padding-bottom: 56.25%; /* assuming aspect ratio 270/480, or 16:9 */
}

.hero-video {
    width:100%;
    height:100%;
    top:-150px;
    border:0;
    position:absolute;
}

.hero-area.video-loaded {
    background:transparent!important;
}

.overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 60%;
    left: -100px;
    background-color: #fff;
    background: rgba(255,255,255,.95);
    transform: skew(-200.25deg);
}


.mobile-container {
    padding: 1rem 0;
}

    .mobile-container h1 {
        margin-top: 1rem !important;
    }

    .mobile-container span.subhead {
        margin-bottom: 1rem;
    }

.mobile-content-container {
    padding:0;
}

.blurb-title {
    color: #EE3528;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom:.25rem;
    letter-spacing: 2px;
    font-weight:bold;
}




.mobile-content-container h2 {
    margin-bottom: 2rem;
    font-weight: 500;
}

.mobile-content-container .subhead {
    display: block;
    margin-bottom: 2rem;
}


.mobile-content-container a.business_hero_btn {
    display: block;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}


.right-arrow {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
}

.right-arrow:after {
    content: '';
    display: inline-block;
    width: .625rem;
    height: .625rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 28%;
    left: 24%;
}

.body-content a:not(.btn-dark) .right-arrow {
    margin-left: 1rem;
}

.body-content .right-arrow,
.body-content .right-arrow:after {
    border-color: #0756A3;
}

.body-content .btn-dark .right-arrow,
.body-content .btn-dark .right-arrow:after,
.body-content .bg-blue .right-arrow,
.body-content .bg-blue .right-arrow:after,
.body-content .bg-gold .right-arrow,
.body-content .bg-gold .right-arrow:after,
.body-content .icon-cta-container .right-arrow,
.body-content .icon-cta-container .right-arrow:after,
.body-content .bg-gray .icon-cta-container .right-arrow,
.body-content .bg-gray .icon-cta-container .right-arrow:after {
    border-color: white;
}

.body-content table .w-right-arrow,
.fr-view .btn,
.progress-steps .btn,
.medium-cta-container .btn,
.large-cta-container .btn,
.hero-area .btn,
.hero-area + .mobile-content-container .btn,
.medium-cta-container .btn,
.large-cta-container .btn,
.full-width-cta .text-wrap .btn,
.pop-out-bar .text-wrap .btn,
.knowledge-base-preview .btn,
.login-box .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right:2.75rem;
    padding-top:.625rem;
    padding-bottom:.625rem;
    position: relative;
    text-align: left;
    color: white;
}


.body-content table .w-right-arrow:before,
.fr-view .btn:before,
.progress-steps .btn:before,
.hero-area .btn:before,
.hero-area + .mobile-content-container .btn:before,
.medium-cta-container .btn:before,
.large-cta-container .btn:before,
.full-width-cta .text-wrap .btn:before,
.pop-out-bar .text-wrap .btn:before,
.knowledge-base-preview .btn:before,
.login-box .btn:before {
    content: '';
    display: inline-block;
    width: .625rem;
    height: .625rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 1.625rem;
    top: calc(50% - 2px);
    transform: rotate(45deg) translateY(-50%);
}


.body-content table .w-right-arrow:after,
.fr-view .btn:after,
.progress-steps .btn:after,
.hero-area .btn:after,
.hero-area + .mobile-content-container .btn:after,
.medium-cta-container .btn:after,
.large-cta-container .btn:after,
.full-width-cta .text-wrap .btn:after,
.pop-out-bar .text-wrap .btn:after,
.knowledge-base-preview .btn:after,
.login-box .btn:after {
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width:1024px) {
    .body-content table .w-right-arrow,
    .fr-view .btn,
    .progress-steps .btn,
    .medium-cta-container .btn,
    .large-cta-container .btn,
    .hero-area .btn,
    .medium-cta-container .btn,
    .large-cta-container .btn,
    .full-width-cta .text-wrap .btn,
    .pop-out-bar .text-wrap .btn,
    .knowledge-base-preview .btn {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
}

.body-content table thead .w-right-arrow {
    display:inline-block;
    padding-right:.75rem;
}

.body-content table thead .w-right-arrow:before,
.body-content table thead .w-right-arrow:after {
    display: none;
}

.browser-internetexplorer .body-content table .w-right-arrow:before,
.browser-internetexplorer .fr-view .btn:before,
.browser-internetexplorer .progress-steps .btn:before,
.browser-internetexplorer .medium-cta-container .btn:before,
.browser-internetexplorer .large-cta-container .btn:before {
    top: calc(50% - 2px);
    right: 29px;
    transform: rotate(45deg) translateY(-50%);
}

.fr-view h4 {
    margin-bottom: 1rem;
    font-size: 1.3125rem;
}

.fr-view .btn {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .fr-view.bg-gray:first-child, 
    .fr-view.show-border:first-child {
        margin-top: 1.3rem;
    }

    .fr-view .btn,
    .progress-steps .btn {
        max-width: 300px;
    }

    /* make button in WYSIWYG respect center and right align */
    .fr-view [style*="center"] .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .fr-view [style*="right"] .btn {
        margin-left: auto;
    }

    .fr-view img.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top;
    }

        .fr-view img.fr-dib.fr-fil {
            margin-left: 0;
            text-align: left;
        }

        .fr-view img.fr-dib.fr-fir {
            margin-right: 0;
            text-align: right;
        }
}

@media screen and (min-width:1024px) {
    .fr-view h2 {
        margin-bottom:1.5rem;
    }

    .fr-view h4 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width:1366px) {
    .fr-view {
        margin:0;
    }
}

.checkmark-list {
    list-style-image:url(/Content/images/checkmark-bullet.svg);
}

.checkmark-list ul,
.fr-view ul.checkmark-list > li > ul {
    list-style-image:none;
    list-style-type:disc;
}

.checkmark-list > li > ul > li:before{
    display:none;
}

.checkmark-list ul ul {
    list-style-type:none;
}

.checkmark-list ul ul {
    list-style-type:disc;
}

.checkmark-list > li {
    padding-left: .75rem;
}

@media screen and (max-width: 1000px) {
    .overlay {
        width: 70%;
    }
}

/*
.hero-area .content-container {
    margin-left: auto;
    margin-right: 59%;
    max-width: 400px;
}
*/

.mobile-content-container h1,
.mobile-content-container .h1 {
    font-size: 1.75rem;
    font-weight: normal;
}

.mobile-content-container h1.blurb-title {
    font-size:inherit;
    font-weight:900;
}

.mobile-content-container .subhead {
    font-size: .875rem;
}


.hero-area .business_hero_btn {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    margin-right: 3rem;
}

@media screen and (max-width: 1024px) {
    .hero-area .a.business_hero_btn {
        font-size: 1rem;
    }
}

.hero-area.home-hero {
    padding: 0;
    height: auto;
    min-height: 0;
    overflow:visible;
}

.home-hero .right-arrow{
    display: none;
}

.home-hero-container {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 248px;
}

#login-modal .modal-content {
    background: transparent;
    border-radius: 0;
    margin-top:28px;
}

.login-box {
    visibility: visible;
    margin: 0;
    background-color: #EBEBED;
    display: flex;
    flex-wrap: wrap;
    -moz-box-shadow: -1px 2px 5px 3px rgba(0,0,0,0.25);
    box-shadow: -1px 2px 5px 3px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
}

.login-box a {
    color: #2D455A;
}

.tab {
    display: block;
    width: 100%;
    padding: 12px 8px;
    border-bottom: 3px solid #2D455A;
    text-align: center;
    background-color: #2D455A;
    color: white;
}

.login-tab-contents {
    width: 100%;
    min-height: 239px;
    font-size: 1rem;
}

.login-tab-contents form {
    overflow: hidden;
    position: relative;
}


.form-pane {
    width: 100%;
    padding: 15px 32px;
    position: relative;
    left: 0;
    transition: all .4s;
}

.form-pane:nth-child(2) {
    position: absolute;
    left: 100%;
    top: 0;
}

.online-id-entered .form-pane:first-child {
    left: -100%;
    transition: all .4s;
}

.online-id-entered .form-pane:nth-child(2) {
    left: 0;
    transition: all .4s;
}

.form-pane .tiny-top {
    position: absolute;
    font-size: .75rem;
    top: -4px;
}

#back-to-id {
    font-size: .75rem;
}

#back-to-id:before {
    content: '';
    display: inline-block;
    width: .8em;
    height: .8em;
    margin-right: 5px;
    border-style: solid;
    border-color: #2D455A;
    border-width: 2px 0 0 2px;
    transform: rotate(-45deg);
}

.login-tab-contents input[type="text"],
.login-tab-contents input[type="password"] {
    border: 1px solid #2D455A;
    padding: 4px 18px;
    border-radius: 5px;
    width: 100%;
    height: 3em;
    margin-bottom: 12px;
}

.signup-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.signup-row input[type="checkbox"] {
    display: none;
}

.signup-row label {
    margin: 0;
    position: relative;
    font-size: .75rem;
}

.signup-row label:before {
    content: ' ';
    display: inline-block;
    border: 1px solid #2D455A;
    border-radius: 4px;
    height: 2em;
    width: 2em;
    margin-right: .5em;
    vertical-align: text-bottom;
}

.signup-row input:checked + label:after {
    content: '✓';
    font-size: 2em;
    position: absolute;
    left: .1em;
    top: -0.2em;
}

.login-box .btn,
.home-hero .btn {
    display: block;
    width: 100%;
    padding: 8px 55px;
    margin-bottom:1rem;
    position: relative;
    text-align: center;
    font-size: 1rem;
}

.login-box .link-wrap,
.home-hero .link-wrap {
    text-align: right;
}

.login-box .link-wrap a,
.home-hero .link-wrap a {
    display: block;
}

.tab-check {
    display:none;
}

#other-service-container-mobile,
#other-service-container {
    width: 100%;
    border-top: 1px solid #2D455A;
    position: relative;
}

#other-service-container-mobile label,
#other-service-container label {
    width: 100%;
    padding: .875em 30px;
    margin: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

#other-service-container-mobile label:after,
#other-service-container label:after {
    content: ' ';
    width: .75em;
    height: .75em;
    border-style: solid;
    border-color: #2D455A;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
}

#login-other-service-mobile,
#login-other-service {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    transition: max-height .4s;
    overflow: hidden;
    background: #EBEBED;
    box-shadow: -1px 2px 5px 3px rgba(0,0,0,0.25);
}

#other-service-tab-mobile:checked ~ #login-other-service-mobile,
#other-service-tab:checked ~ #login-other-service {
    max-height: 19.75rem;
    transition: max-height .4s;
}

#login-other-service-mobile ul,
#login-other-service ul {
    columns: 2;
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}

#login-other-service-mobile li,
#login-other-service li {
    padding: .5rem 1rem;
    font-size: .875rem;
}




.home-hero .login-box {
    visibility: hidden;
    height: 265px;
}

.home-hero h1 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 24px;
}

.home-hero .subhead {
    margin: 0 0 50px;
}

.home-hero .mobile-container .btn {
    margin-top:.5rem;
}

.home-hero .text-container .btn {
    width: auto;
    min-width: 230px;
    padding-left: .75rem;
    margin-left: auto;
    text-align:left;
}

@media screen and (min-width:768px) {

    .hero-area {
        min-height: 350px;
        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .16);
    }

    .blurb-title {
        font-size:1rem;
        margin-bottom:.75rem;
    }

    .hero-area h1,
    .hero-area .h1 {
        font-size:1.875rem;
        font-weight:normal;
        margin-bottom:.25rem;
    }

    .text-container {
        height: 100%;
        padding: 32px 0;
        text-align: right;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-area .subhead {
        display: block;
        margin-bottom: 1rem;
        margin-top: 0;
        font-size: 1rem;
    }

    .hero-area .business_hero_btn {
        font-size: 1rem;
    }

    .home-hero .home-hero-container {
        min-height: 284px;
        background-size: auto;
        background-position-x: -182px;
    }

    .hero-area.home-hero .subhead {
        margin-top:0;
    } 
}

@media screen and (max-width: 990px) {
    .text-container {
        padding: 0;
    }

    .login-with-title-container {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:820px) {
    .home-hero .home-hero-container {
        background-size: cover;
    }
}

@media screen and (min-width:1024px) {
    .hero-area {
        min-height:370px;
    }

    .blurb-title {
        font-size: 1.25rem;
    }

    .hero-area h1,
    .hero-area .h1 {
        font-size: 2.25rem;
    }

    .hero-area .subhead {
        font-size:1.25rem;
    }

    .home-hero .home-hero-container {
        background-position: top center;
    }

    .login-with-title-container {
        max-width: 73%;
        margin-left: auto;
        margin-right: auto;
    }


    .home-hero .login-box {
        visibility: visible;
        width:306px;
        height: auto;
        margin:42px 0;
    }

    .home-hero h1 {
        font-size: 2.75rem;
    }
}

@media screen and (min-width:1200px) {
    .overlay {
        width: 50%;
    }

    .home-hero .text-container {
        padding-left: 100px;
    }
}

@media screen and (min-width:1366px) {
    .hero-area {
        min-height: 381px;
    }

    .home-hero .login-box {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}


.bg-white .right-arrow,
.bg-white .right-arrow:after {
    border-color: #2D455A;
}

.icon-link-bar {
    padding: 2rem 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.icon-link-bar-inner {
    display: flex;
    justify-content: space-around;
}

.icon-link-bar .carousel-item.active,
.icon-link-bar .carousel-item-prev,
.icon-link-bar .carousel-item-next {
    display: flex;
    justify-content: space-around;
}

.icon-link-bar-inner .icon-container {
    display: flex;
    flex-basis: 20%;
    flex-direction: column;
    justify-content: flex-start;
    padding:0 10px;
    text-align: center;
}

.icon-link-bar .carousel-control-next,
.icon-link-bar .carousel-control-prev {
    opacity:1;
}

.icon-link-bar .carousel-control-next-icon,
.icon-link-bar .carousel-control-prev-icon {
    display: block;
    width: 29px;
    height: 29px;
    background: none;
    border-style: solid;
    border-color: #2d455a;
    border-width: 0 2px 2px 0;
}

.icon-link-bar .carousel-control-next-icon {
    transform:rotate(-45deg);
    margin-right:-20px;
}

.icon-link-bar .carousel-control-prev-icon {
    transform:rotate(135deg);
    margin-left:-20px;
}

.icon-link-bar.bg-gold,
.icon-link-bar.bg-blue,
.icon-link-bar.bg-blue-bright, 
.icon-link-bar.bg-turq {
    color:white;
}

.icon-link-bar.bg-gold .carousel-control-next-icon,
.icon-link-bar.bg-blue .carousel-control-next-icon,
.icon-link-bar.bg-blue-bright .carousel-control-next-icon,
.icon-link-bar.bg-turq .carousel-control-next-icon,
.icon-link-bar.bg-gold .carousel-control-prev-icon,
.icon-link-bar.bg-blue .carousel-control-prev-icon,
.icon-link-bar.bg-blue-bright .carousel-control-prev-icon,
.icon-link-bar.bg-turq .carousel-control-prev-icon {
    border-color: white;
}

@media screen and (max-width: 767px) {
    .icon-link-bar-inner {
        display: none;
    }

    .carousel .carousel-item {
        text-align: center;
    }
}

.icon-container .img-wrap {
    min-height: 50px;
    margin-bottom:1rem;
}

.icon-container img {
    display: block;
    margin: 0 auto;
}

.icon-container a {
    color: inherit;
    cursor: pointer;
}

    .icon-container a:hover {
        color: #9CD1F1
    }

.bg-smoke .icon-container a {
    color: #2D455A;
}

@media screen and (min-width:768px) {
    .icon-container a {
        font-size: 1rem;
    }
}

.star-bar {
    position:relative;
}

.star-bar:after {
    content:'';
    display:block;
    width: 100px;
    height: 39px;
    background:#fff url(/Content/images/blue-star.svg) center center/contain no-repeat;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%,-42%);
    z-index:1;
}

.star-bar .container:after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    margin: 45px auto 0;
    background: #2D455A;
}



.bg-blue {
    background: #2D455A;
}

.bg-gold {
    background: #7E755D;
}


.bg-white {
    color: #2D455A !important;
}

    .bg-white .content {
        text-align: left !important;
    }

    .bg-white .link-container {
        margin-right: auto;
        margin-left: 0 !important
    }

.bg-turq {
    background-color: #00B4A3;
}

.bg-blue-bright {
    background-color: #0756A3;
}

.bg-red {
    background-color: #EE3428;
}

.bg-dark-red {
    background-color: #A41502;
}

.bg-sky {
    background-color: #9CD1F2;
    color: #2D455A;
}

.bg-charcoal {
    background-color: #5C5A5A;
}

.bg-ash {
    background-color: #939598;
}

.bg-smoke {
    background-color: #EBEBED;
    color: #2D455A!important;
}

.bg-gray {
    background-color: #F6F6F7;
}

.bg-green {
    background-color: #00AF9E;
}


.btn.bg-sky:not(:hover) {
    color: #2D455A;
}

.btn.bg-sky:not(:hover):before,
.btn.bg-sky:not(:hover):after,
.btn.bg-white:before,
.btn.bg-white:after {
    border-color: #2D455A;
}

.btn.bg-blue:hover {
    background-color: #1F303E;
}

.btn.bg-gold:hover {
    background-color: #4A4436;
}

.btn.bg-blue-bright:hover {
    background-color: #003160;
}

.btn.bg-red:hover {
    background-color: #9A271F;
}

.btn.bg-dark-red:hover {
    background-color: #6A190D;
}

.btn.bg-sky:hover {
    background-color: #52758B;
}

.btn.bg-charcoal:hover {
    background-color: #383838;
}

.btn.bg-ash:hover {
    background-color: #676767;
}

.section.row.bg-gray {
    margin-top: 36px;
}

.section.row.bg-gray + .bg-gray {
    padding-top: 0;
    margin-top: -32px;
}

.section.row.bg-gray + .section:not(.bg-gray) {
    margin-top: 36px;
}

.section.bg-gray:not(.container-bg-only) {
    margin-left: -300vw;
    padding-left: calc(300vw - 15px);
    margin-right: -300vw;
    padding-right: calc(300vw - 15px);
    padding-top: 36px;
    padding-bottom: 58px;
}

@media screen and (min-width: 1024px) {
    .section.bg-gray,
    .section.bg-gray:not(.container-bg-only) {
        padding-top: 54px;
    }
}



.fr-view {
    margin: 1rem 0px;
    font-size: 1rem;
}

.fr-view img {
    max-width:100%;
}

.fr-view ul {
    padding-left: 25px;
}

.fr-view ul li{
    margin: .5rem 0;
}


.fr-view ul > li > ul {
    list-style-type: none;
}

.fr-view ul > li > ul > li:before {
    content: '-';
    position: absolute;
    margin-left: -20px;
    list-style-type: none;
}


.fr-view .title {
    font-size: 2rem;
}

.fr-view .title, 
.fr-view .blurb {
    text-align: center;
}


.fr-view .legal {
    font-size: .75rem;
}



@media screen and (max-width: 767px) {

    .section [class*="col-"]:not(:first-child) .fr-view:first-child {
        margin-top:0;
    }

    .fr-view .title, .fr-view .blurb {
        text-align: left;
    }

    .fr-view iframe {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .fr-view {
        padding: 0 0;
    }
}

@media screen and (min-width: 992px) {
    .fr-view {
        font-size: 1.125rem;
    }

    .section [class*="col-lg-"]:not(.col-lg-12) .fr-view {
        padding-left:5px;
        padding-right:5px;
    }

    .section [class*="col-lg-"]:not(.col-lg-12):first-child .fr-view {
        padding-left: 0;
    }

    .section [class*="col-lg-"]:not(.col-lg-12):last-child .fr-view {
        padding-right: 0;
    }
}

a.business_checking_link {
    display: block;
    color: red;
}

.two-link-bar {
    padding: .5rem;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 1rem;
    color: #fff;
}

.two-link-bar.bg-gray .btn-dark,
.two-link-bar.bg-gray .btn-dark:hover {
    color:#2D455A;
}

.two-link-bar.bg-gray .dotted svg line {
    stroke:#2D455A;
}

.body-content .bg-gray .right-arrow,
.body-content .bg-gray .right-arrow:before,
.body-content .bg-gray .right-arrow:after {
    border-color: #2D455A;
}

.two-link-bar .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two-link-bar img {
    margin-right: 2rem;
}

.two-link-bar .dotted .mobile {
    display: none;
}

.two-link-bar .dotted .desktop {
    display: block;
    text-align: center;
    height: 80px;
}

.body-content .two-link-bar .btn-dark {
    background: transparent;
}

@media screen and (max-width: 767px) {
    .two-link-bar {
        padding: 1rem;
    }

        .two-link-bar .container {
            flex-direction: column;
        }

        .two-link-bar .dotted .desktop {
            display: none;
        }

        .two-link-bar .dotted .mobile {
            display: block;
            text-align: center;
            height: 50px;
            display: flex;
            flex-direction: row;
            align-items: inherit;
        }

        .two-link-bar .dotted sng.mobile {
            width: 120px;
        }

        .two-link-bar img {
            display: none;
        }

        .two-link-bar .left-block {
            margin-bottom: 0;
        }

        .two-link-bar .right-block {
            margin-top: 0;
        }

        .two-link-bar a {
            font-size: 1rem !important;
        }
}

.two-link-bar .left-block,
.two-link-bar .right-block {
    display: flex;
    align-items: center;
}

.two-link-bar a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
}

    .two-link-bar a:hover {
        color: #9CD1F1;
    }

.two-link-bar .right-arrow {
    margin-left: 2rem;
}



.large-cta-container {
    position: relative;
    margin-bottom: 2rem;
}

.large-cta-container.with-image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 600px;
    width: 50%;
}

.large-cta-container.with-image.left img {
    right: 0;
}

.large-cta-container.with-image.right img {
    left: 0;
}

.large-cta-container .right-with-content-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.large-cta-container .left-with-content {
    padding: 1.5rem 4rem 1.5rem 0;
}


.large-cta-container .right-with-content {
    width:100%;
    padding: 1.5rem 0 1.5rem 4rem;
}

.large-cta-container.with-image .left-with-content, 
.large-cta-container.with-image .left-with-content {
    padding-top:3rem;
    padding-bottom: 2rem;
}


.large-cta-container .right-with-content:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 48%;
    /*transform: skew(-17deg);*/
    z-index: 0;
    width: 100%;
}


.large-cta-container .left-with-content:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 54%;
    /*transform: skew(-17deg);*/
    z-index: 0;
    width: 100%;
}

.large-cta-container .right-with-content.bg-blue:before {
    background: linear-gradient(107deg, #FFF, #FFF 79.8%, #2D455A 80%, #2D455A);
}

.large-cta-container .left-with-content.bg-blue:before {
    background: linear-gradient(107deg, #2D455A, #2D455A 19.8%, #FFF 20%, #FFF);
}

.large-cta-container .right-with-content.bg-gold:before {
    background: linear-gradient(107deg, #FFF, #FFF 79.8%, #7E755D 80%, #7E755D);
}

.large-cta-container .left-with-content.bg-gold:before {
    background: linear-gradient(107deg, #7E755D, #7E755D 19.8%, #FFF 20%, #FFF);
}

.large-cta-container .right-with-content.bg-gray:before {
    background: linear-gradient(107deg, #FFF, #FFF 79.8%, #EBEBED 80%, #F6F6F7);
}

.large-cta-container .left-with-content.bg-gray:before {
    background: linear-gradient(107deg, #F6F6F7, #F6F6F7 19.8%, #FFF 20%, #FFF);
}

.large-cta-container .right-with-content.bg-turq:before {
    background: linear-gradient(107deg, #FFF, #FFF 79.8%, #00B4A3 80%, #00B4A3);
}

.large-cta-container .left-with-content.bg-turq:before {
    background: linear-gradient(107deg, #00B4A3, #00B4A3 19.8%, #FFF 20%, #FFF);
}

.large-cta-container .right-with-content.bg-blue-bright:before {
    background: linear-gradient(107deg, #FFF, #FFF 79.8%, #0756A3 80%, #0756A3);
}

.large-cta-container .left-with-content.bg-blue-bright:before {
    background: linear-gradient(107deg, #0756A3, #0756A3 19.8%, #FFF 20%, #FFF);
}



.large-cta-container .right-with-content:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    left: 90%;
    z-index: -1;
}

.large-cta-container .right-with-content.bg-blue:after {
    background: #2D455A;
}

.large-cta-container .right-with-content.bg-gold:after {
    background: #7E755D;
}

.large-cta-container .right-with-content.bg-gray:after {
    background: #F6F6F7;
}

.large-cta-container .right-with-content.bg-turq:after {
    background: #00B4A3;
}

.large-cta-container .right-with-content.bg-blue-bright:after {
    background: #0756A3;
}

.large-cta-container .left-with-content:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    right: 90%;
    z-index: -1;
}

.large-cta-container .left-with-content.bg-blue:after {
    background: #2D455A;
}

.large-cta-container .left-with-content.bg-gold:after {
    background: #7E755D;
}

.large-cta-container .left-with-content.bg-gray:after {
    background: #F6F6F7;
}

.large-cta-container .left-with-content.bg-turq:after {
    background: #00B4A3;
}

.large-cta-container .left-with-content.bg-blue-bright:after {
    background: #0756A3;
}

.large-cta-container .bg-white:not(.btn) {
    padding-top: 1rem;
}

.large-cta-container .bg-gold,
.large-cta-container .bg-blue,
.large-cta-container .bg-turq,
.large-cta-container .bg-blue-bright {
    color: #fff;
}


.large-cta-container .right-with-content .content {
    text-align: right;
    padding-left: 528px;
}

.large-cta-container .content .link-container a,
.large-cta-container .content .link-container a {
    font-size: 1.125rem;
    text-decoration:none;
}

.large-cta-container .left-with-content .content {
    padding-right: 528px;
}

.large-cta-container .content > * {
    max-width: 100%;
}

.large-cta-container .content .heading {
    font-weight:300;
}

.left-with-content-wrap,
.right-with-content-wrap {
    width: 100%;
}

.large-cta-container .bg-gold .btn.bg-white {
    color: #7E755D!important;
}
.large-cta-container .bg-gold .btn.bg-white:after,
.large-cta-container .bg-gold .btn.bg-white:before {
    border-color:#7E755D;
}

.large-cta-container .bg-turq .btn.bg-white {
    color: #00B4A3 !important;
}
.large-cta-container .bg-turq .btn.bg-white:after,
.large-cta-container .bg-turq .btn.bg-white:before {
    border-color: #00B4A3;
}

.large-cta-container .bg-blue-bright .btn.bg-white {
    color: #0756A3 !important;
}
.large-cta-container .bg-blue-bright .btn.bg-white:after,
.large-cta-container .bg-blue-bright .btn.bg-white:before {
    border-color:#0756A3;
}

@media screen and (max-width: 1060px) {
    .large-cta-container img {
        max-width: 464px
    }
}

@media screen and (max-width: 1000px) {
    .large-cta-container .right-with-content .content {
        padding-left: 320px;
    }

    .large-cta-container .left-with-content .content {
        padding-right: 320px;
    }

    .large-cta-container.with-image .right-with-content .content {
        padding-left: 360px;
    }

    .large-cta-container.with-image .left-with-content .content {
        padding-right: 360px;
    }
}

@media screen and (max-width: 992px) {
    .large-cta-container.with-image img {
        width: 57%;
    }
}

@media screen and (max-width: 767px) {

    .large-cta-container.with-image {
        margin-top: 30%;
    }


        .large-cta-container.with-image img {
            width: 100%;
            right: 0;
            left: 0;
            top: 0;
        }

        .large-cta-container.with-image .content {
            padding-top: 35%;
        }

    .large-cta-container .right-with-content .content,
    .large-cta-container.with-image .right-with-content .content {
        padding-left: 80px;
    }

    .large-cta-container .left-with-content .content,
    .large-cta-container.with-image .left-with-content .content {
        padding-right: 34%;
    }

    .large-cta-container .large-cta-container-inner .bg-white:not(.btn) {
        padding-top: 3rem;
    }

    .large-cta-container .large-cta-container-inner .bg-white:not(.btn),
    .large-cta-container .large-cta-container-inner .bg-white:not(.btn) .content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left;
    }


    .large-cta-container .left-with-content:before {
        left: auto;
        right: -77%;
        /* makes sure any amount of content remains readable by sticking the angle to the bottom of the widget */
        top:auto;
        bottom:0;
    }

    .large-cta-container .right-with-content:before {
        right: auto;
        left: -73%;
    }

    .large-cta-container .left-with-content.bg-blue:before {
        background: linear-gradient(107deg, #2D455A, #2D455A 24.8%, #FFF 25%, #FFF);
    }

    .large-cta-container .right-with-content.bg-blue:before {
        background: linear-gradient(107deg, #FFF, #FFF 69.8%, #2D455A 70%, #2D455A);
    }

    .large-cta-container .left-with-content.bg-gold:before {
        background: linear-gradient(107deg, #7E755D, #7E755D 24.8%, #FFF 25%, #FFF);
    }

    .large-cta-container .right-with-content.bg-gold:before {
        background: linear-gradient(107deg, #FFF, #FFF 69.8%, #7E755D 70%, #7E755D);
    }

    .large-cta-container .left-with-content.bg-gray:before {
        background: linear-gradient(107deg, #F6F6F7, #F6F6F7 24.8%, #FFF 25%, #FFF);
    }

    .large-cta-container .right-with-content.bg-gray:before {
        background: linear-gradient(107deg, #FFF, #FFF 69.8%, #F6F6F7 70%, #F6F6F7);
    }

    .large-cta-container .left-with-content.bg-turq:before {
        background: linear-gradient(107deg, #00B4A3, #00B4A3 24.8%, #FFF 25%, #FFF);
    }

    .large-cta-container .right-with-content.bg-turq:before {
        background: linear-gradient(107deg, #FFF, #FFF 69.8%, #00B4A3 70%, #00B4A3);
    }

    .large-cta-container .left-with-content.bg-blue-bright:before {
        background: linear-gradient(107deg, #0756A3, #0756A3 24.8%, #FFF 25%, #FFF);
    }

    .large-cta-container .right-with-content.bg-blue-bright:before {
        background: linear-gradient(107deg, #FFF, #FFF 69.8%, #0756A3 70%, #0756A3);
    }

    .large-cta-container .left-with-content[class*="bg-"]:after {
        width: 300vw;
        left: -50vw;
    }
}



@media screen and (max-width: 500px) {

    .large-cta-container .right-with-content .content {
        padding-left: 36px;
    }

    .large-cta-container .left-with-content .content {
        padding-right: 48px;
    }

    .large-cta-container .left-with-content:before {
        /* makes sure any amount of content remains readable by sticking the angle to the bottom of the widget */
        max-height: 313px;
    }
}





.full-width-cta {
    width: 100vw;
    padding:56px 0;
    position:relative;
    left:calc(-1 * (100vw - 100%) / 2);
    color:white;
    background-size:cover;
    background-position:center center;
}

.full-width-cta:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(45, 69, 90, .85);
}

.full-width-cta.bg-left {
    background-position-x:left;
}

.full-width-cta.bg-right {
    background-position-x:right;
}

.full-width-cta .text-wrap {
    text-align:center;
}

.full-width-cta .text-wrap .btn,
.pop-out-bar .text-wrap .btn {
    width:100%;
    margin-top:1rem;
    text-decoration:none;
    position:relative;
    text-align:left;
}

.full-width-cta .text-wrap .btn:before,
.pop-out-bar .text-wrap .btn:before,
.full-width-cta .text-wrap .btn:after,
.pop-out-bar .text-wrap .btn:after {
    border-color:#2D455A;
}

.full-width-cta.with-text-box {
    color:inherit;
}

.full-width-cta.with-text-box:before {
    display:none;
}

.full-width-cta.with-text-box .text-wrap {
    background-color:white;    
    padding-top: 15px;
    padding-bottom: 15px;
}

.full-width-cta.with-text-box .text-wrap .btn {
    background-color:#2D455A;
    color:white;
}

.full-width-cta.with-text-box .text-wrap .btn:before,
.full-width-cta.with-text-box .text-wrap .btn:after {
    border-color:white;
}

@media screen and (max-width:767px) {
    .full-width-cta.with-text-box .text-wrap {
        margin: 0 15px;
        flex-basis: calc(100% - 30px);
    }
}

@media screen and (min-width:768px) {
    .full-width-cta {
        padding-top:42px;
        padding-bottom:42px;
    }

    .full-width-cta .text-wrap {
        font-size:1rem;
        text-align:left;
    }

    .full-width-cta .text-wrap .btn {
        font-size:inherit;
    }
}

@media screen and (min-width:1024px) {
    .full-width-cta {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .full-width-cta .text-wrap {
        font-size:1.125rem;
    }

    .full-width-cta .text-wrap .btn {
        width:16.25rem;
    }
}

.mini-cta-container {
    padding: 1rem 0;
    display:flex;
    align-items:center;
}

.mini-cta-container img {
    width:100%;
}

.mini-cta-container .img-wrap {
    flex:0 0 58px;
    margin-right: .8rem;
}

.mini-cta-container .content {
    flex:0 1 50%;
    font-size:1rem;
}

.mini-cta-container .content a {
    color:#0756A3;
    font-weight:bold;
}

@media screen and (min-width:768px) {

    .mini-cta-container .content {
        font-size: 1.25rem;
    }

}

@media screen and (min-width:990px) {

    .mini-cta-container {
        padding:1.25rem 0;
        justify-content:flex-start;
    }

    .mini-cta-container .img-wrap {
        /*flex-basis:46px;*/
        margin-right:1.5rem;
    }

    .mini-cta-container .content {
        flex-basis:auto;
        font-size: 1.25rem;
    }
}


.content .heading {
    font-weight: 500;
    font-size: 2.625rem;
}

.content .text {
    /* width: 60%; */
    font-size: 1.125rem;
}

.content a {
    color: inherit;
}

.right-with-content a {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.right-with-content.bg-white:not(.btn) a {
    justify-content: flex-start;
}

.right-with-content .right-arrow {
    margin-left: 1rem;
}

.large-cta-container .right-image {
    position: absolute;
    right: 0;
}

.left-with-content a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.left-with-content .right-arrow {
   
    margin-left: 1rem;
}

.large-cta-container .bg-gold .content {
    margin-left: 0;
}

.large-cta-container .link-container {
    margin-top: 3rem;
    max-width:300px;
}

.large-cta-container .right-with-content .link-container {
    margin-left:auto;
}

@media screen and (max-width: 992px) {
    .content .heading {
        font-size: 1.25rem;
    }

    .content .text,
    .large-cta-container .right-with-content .content .link-container a,
    .large-cta-container .left-with-content .content .link-container a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {

    .content .text {
        font-size: .875rem;
    }

    .hero-area {
        background-image: var(--bg-image-mobile);
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 1366px) {
    .large-cta-container.with-image .left-with-content .content,
    .large-cta-container.with-image .right-with-content .content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}




.small-cta .icon-title-container {
    display: flex;
    align-items: flex-end;
    flex: 0 0 calc(1rem + 38px);
    margin-bottom: 1rem;
}

.small-cta {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100%;
}

.body-content .small-cta {
    margin-bottom: 0;
}

.body-content .small-cta .icon-title-container {
    flex-basis: 100px;
}

.body-content .small-cta p {
    margin-bottom: 50px;
}



@media screen and (max-width: 767px) {
    .small-cta {
        margin-bottom: 2rem;
    }

        .small-cta p {
            margin-bottom: 0 !important;
        }

        .small-cta a.business_services_btn {
            margin-top: 2rem !important;
            justify-content: space-between;
        }
}


.small-cta h2 {
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0;
}

.small-cta img {
    margin-right: 2rem;
}

.small-cta hr {
    border: 1px solid rgba(45,69,90, .5);
    margin-left: 0;
    margin-right: 0;
}



.small-cta a.business_services_btn {
    width: 100%;
    color: #fff;
    justify-self: flex-end;
    display: flex;
    justify-content:space-between;
    align-items: center;
    text-align: left;
    margin-top: auto;
    padding: 2.25rem 1rem;
    height: 0px;
}


@media screen and (min-width: 1024px) {
    .small-cta {
        font-size: 1rem;
    }



        .small-cta h2 {
            font-size: 1.5rem;
        }

        .small-cta a.business_services_btn {
            font-size: 1rem;
        }
}


.knowledge-base-preview {
    margin-bottom: 3rem;
}

    .knowledge-base-preview .heading {
        font-size: 1.875rem;
        margin-bottom: 15px;
    }

.article-preview {
    margin-bottom: 30px;
}

    .article-preview img {
        display:none;
    }

    .article-preview h3 {
        font-size: 1rem;
        font-weight: 400;
        margin: 10px 0 8px;
    }

.knowledge-base-preview .see-more {
    display: flex;
    outline: none;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    background: transparent;
    border: none;
    color: #2D455A;
}


.see-more .down-arrow {
    box-sizing: border-box;
    height: 1rem;
    width: 1rem;
    border-style: solid;
    border-color: #2D455A;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

/*
.see-more .down-arrow {
    height: 2rem;
    width: 2rem;
    border-width: 0px 3px 3px 0px;
}
*/


.knowledge-base-preview a.btn {
    margin-top: 1rem;
}

.knowledge-base-preview .legal {
    margin-top:1rem;
}

@media screen and (min-width: 768px) {
    .knowledge-base-preview {
        position: relative;
    }

        .knowledge-base-preview .heading {
            font-size: 2rem;
            margin-bottom: 22px;
            text-align:center;
        }

        .knowledge-base-preview .row {
            margin-left: -5px;
            margin-right: -5px;
        }

    .article-preview {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom:18px;
    }
        .article-preview a {
            display:block;
            font-size: .9rem;
            text-decoration:none;
            color:inherit;
        }
        .article-preview img {
            display:block;
            max-width: 100%;
            width: 100%;
        }

        .article-preview h3 {
            font-size: 1.25rem;
            font-weight: 400;
            margin: 20px 0 8px;
        }

    .knowledge-base-preview a.btn {
        width: 30%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .knowledge-base-preview .legal {
        width:65%;
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .knowledge-base-preview .heading {
        margin-bottom: 24px;
        font-size: 2.25rem;
    }

    .article-preview a {
        font-size: 1rem;
    }

    .article-preview h3 {
        font-size: 1.325rem;
        line-height: 1.4;
        margin: 36px 0 8px;
    }

    .knowledge-base-preview .see-more {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1366px) {
    .knowledge-base-preview .heading {
        margin-bottom: 40px;
    }

    .article-preview h3 {
        margin-top: 16px;
    }
}

div.portrait-cta-container,
a.portrait-cta-container{
    display:block;
    position: relative;
    margin-bottom: 3rem;
    text-decoration:none;
}

.portrait-cta-container img {
    width:100%;
}

a.portrait-cta-container.link-top {
    margin-bottom:8rem;
}

.portrait-cta-container .smaller-container {
    padding: 35px 16px 1rem;
    color: #fff;
}

.portrait-cta-container .portrait-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color:transparent;
}

.portrait-cta-container .link-text {
    margin-top: .5rem;
    color: #0756A3;
    text-decoration: underline;
    font-size: 1rem;
}

.portrait-cta-container .heading {
    font-size: 1.325rem;
    line-height:1.5;
    margin-bottom: .5rem;
}


.portrait-cta-container .right-arrow {
    display: inline-flex;
}


@media screen and (min-width: 768px) {
    .section-heading ~ div .portrait-cta-container {
        margin-top: 1.75rem;
    }

    .portrait-cta-container .smaller-container {
        padding-top:1rem;
    }

    .portrait-cta-container .subhead {
        font-size:1rem;
    }
}

@media screen and (min-width: 990px) {
    .portrait-cta-container {
        margin-bottom: 5rem;
    }
}

@media screen and (min-width: 1024px) {

    .portrait-cta-container .smaller-container {
        padding-top:35px;
        padding-bottom:35px;
    }

    .portrait-cta-container .heading {
        font-size: 1.25rem;
        font-weight:500;
    }

}

@media screen and (min-width: 1200px) {
    .portrait-cta-container {
        width: 100%;
        max-width: 470px;
        margin:0 auto;
    }
}

@media screen and (min-width: 1366px) {

    .portrait-cta-container .heading {
        font-size: 1.5rem;
    }

}

.content-box {
    margin: 30px 0;
}

.comparison-table:not(.has-footer) + .content-box {
    margin-top:0;
}

    .content-box h3 {
        background-color: #0756A3;
        color: white;
        letter-spacing: .2em;
        text-transform: uppercase;
        font-size: .875rem;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
        padding: .8em 15px .5em;
        margin: 0;
    }

    .content-box .content {
        padding: 15px 15px 3px;
        border: 1px solid rgba(112,112,112, .5);
        border-top: 0;
        font-size: .75rem;
        line-height: 1.75;
    }

    .content-box ul {
        list-style-position: outside;
        padding-left: 11px;
    }

@media screen and (min-width:768px) {
    .content-box {
        margin-bottom: 50px;
    }

        .content-box h3 {
            text-align: left;
            padding-top: .4em;
            padding-bottom: .3em;
        }

        .content-box .content {
            font-size: .875rem;
        }
}


.bio-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

    .bio-container img {
        width: 100%;
    }

.contact-information .title-2 {
    margin-bottom: 1rem;
}

.contact-information .links p {
    margin: 0;
}

.contact-information .links a.bio_officer_btn {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    width: 80%;
}

.bio-container .font-weight {
    font-weight: 600;
}

.bio-hero-content.mobile-content-container {
    margin-bottom: 70px;
}

.bio-hero-content.mobile-content-container .h1,
.bio-container .name-container h1,
.bio-container .name-container .h1 {
    font-size: 1.75rem;
    font-weight: normal;
}

.bio-container .name-container h1,
.bio-container .name-container .h1 {
    display: inline-block;
    margin-bottom: 0;
}

.bio-container > .row > :first-child img {
    margin-top: 1rem;
}

.bio-container .certifications {
    font-size: 1.125rem;
}

.bio-container .title {
    font-style: italic;
}


.bio-container .bio-text p {
    font-size: 1rem;
}

.bio-container .back-links {
    margin-top:1rem;
}

.bio-container .bottom-content {
    margin-top: 4rem;
}

.bio-container table {
    margin: 4rem 0;
}

    .bio-container table .title {
        letter-spacing: 3px;
        font-size: .875rem;
    }

    .bio-container table .inner-table td {
        padding: 2rem;
        font-size: 1.125rem;
    }

.bio-container .legal {
    font-size: .75rem;
}

.bio-container .contact-information a {
    color: #0756A3;
}

.languages-spoken .lang-icon {
    width: 1.33em;
    height: 1.33em;
    margin-top: 0!important;
}

.disclosure-table,
.bio-container .disclosure-table {
    margin-top: 1rem;
    width: 100%;
}

.disclosure-table td {
    border: 1px solid #2D455A;
    padding: .5em;
    text-align: center;
    font-weight: bold;
    letter-spacing: .02em;
}

@media screen and (min-width: 768px) {


    .bio-hero-area {
        min-height: 263px;
    }

    .bio-container > .row > :first-child img {
        margin-top: 0;
    }

    .bio-container .content {
        font-size:1rem;
    }

    .bio-container .name-container {
        margin-bottom: 1rem;
    }

    .bio-container .certifications {
        font-size: 1.25rem;
    }

    .bio-container table .inner-table td {
        padding: 2rem;
        font-size: 1rem;
    }

    .bio-container .contact-information p,
    .bio-container .links p,
    .bio-container .languages-spoken {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 1024px) {

    .bio-hero-area {
        min-height: 303px;
    }

    .bio-container .name-container h1,
    .bio-container .name-container .h1 {
        font-size: 2.75rem;
    }

    .bio-container .certifications {
        font-size: 1.5rem;
    }


    .bio-container table .inner-table td {
        padding: 2rem;
        font-size: 1.125rem;
    }

    .bio-container .bio-text {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {

    .contact-information .links a.bio_officer_btn {
        width: 100%;
    }

    .bio-container {
        margin-top: 0;
    }


        .bio-container .content {
            margin-top: 4rem;
        }

        .bio-container tbody tr td, .bio-listing-container tbody tr td {
            display: block !important;
        }

        .bio-container table .title, .bio-listing-container table .title {
            font-size: .75rem;
        }

        .bio-container table .inner-table td, .bio-listing-container table .inner-table td {
            padding: 1rem;
            font-size: 1rem;
        }

        .bio-container img {
            max-width: 300px;
        }


        .bio-container p.name-container {
            font-size: 1.125rem;
        }

        .bio-container .contact-information p {
            font-size: 1.125rem;
        }

        .bio-container .bio-text p {
            font-size: .875rem;
        }

        .bio-container .legal, 
        .bio-listing-container .legal {
            font-size: .625rem;
        }
}

.bio-listing-container {
    margin-top: 20px;
}

.bio-listing-container .heading {
    text-align: left;
    margin-bottom: 2.25rem;
}

.bio-listing-container .bio_officer_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    color: #fff !important;
}

.bio-preview {
    display:flex;
    flex-direction:column;
    margin-bottom: 5rem;
    font-size:1rem;
}

.bio-preview a {
    flex-shrink:0; 
}

.bio-preview .name-container {
    margin-top: 2rem;
    color: #2D455A;
    font-weight: 600;
    font-size: 1rem;
}

.bio-preview img {
    width: 100%;
}

.bio-preview .contact-information .title-2 {
    margin-bottom: 0;
}

.bio-preview  .loan-apply-wrap {
    margin-top:auto;
}

@media screen and (min-width: 768px) {
    .bio-listing-container {
        margin-top: 52px;
    }

    .bio-listing-container .heading {
        margin-top: 36px;
        text-align: center;
    }

    .bio-preview .name-container {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1024px) {
    .bio-preview {
        font-size:inherit;
    }
}

.ql-align-center {
    text-align:center;
}

.ql-align-right {
    text-align:right;
}

.comparison-table.row-heading-on-top table {
    position:relative;
}

/*.comparison-table.row-heading-on-top.sticky-active {
    padding-top: 10px;
}*/
/*
.comparison-table.row-heading-on-top.sticky-active:before {
    content:'';
    width:100%;
    height:15px;
    position:absolute;
    top:0;
    z-index:1;
    background-color:white;
}
    */

.comparison-table .scrolling {
    position: relative;
    width: 100%;
    z-index: 10;
}

.comparison-table thead .scrolling:first-child:not(.fixed-cell):before {
    content:'';
    display:block;
    width:100%;
    height:100px;
    position:absolute;
    top:-50px;
    z-index:-1;
    background:#FFF;
}

.comparison-table.row-heading-on-top tfoot th,
.comparison-table.row-heading-on-top tfoot td {
    border: none;
}

.comparison-table.row-heading-on-top tfoot a.btn {
    margin-left: -.5em;
    margin-right: -.5em;
}

.comparison-table.row-heading-on-top tr {
    display:flex;
}

.comparison-table.row-heading-on-top td,
.comparison-table.row-heading-on-top th,
.fixed-cell {
    display: block;
    padding: 1.5em;
    vertical-align: top;
    border-color: rgba(112,112,112, .5);
    border-style: solid;
    border-width: 0 1px 0 0;
    position: relative
}

    .comparison-table.row-heading-on-top td:last-child,
    .comparison-table.row-heading-on-top th:last-child {
        border-right: 0;
    }

/* may do this with all colspans */

.comparison-table.row-heading-on-top .title,
.comparison-table.row-heading-on-top .fixed-title {
    padding: .25em .5em ;
    background-color: #0756A3 !important;
    color: white;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
}

.comparison-table.row-heading-on-top.scroll-horiz {
    cursor:grab;
}

.comparison-table.row-heading-on-top.scroll-horiz .title {
    display: block;
}

.comparison-table.row-heading-on-top .fixed-title {
    position: absolute;
    text-transform: uppercase;
}

.comparison-table.row-heading-on-top thead tr th {
    background-color: #2D455A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: .5em .75em;
}

.comparison-table.row-heading-on-top thead tr th:empty {
    background: #fff;
}

.comparison-table thead tr th .btn {
    background: white;
    color: #2D455A;
    font-weight: 500;
    text-decoration: none;
    text-align:center;
    justify-self:flex-end;
}

.comparison-table .has-banner th:not(:empty),
.comparison-table .has-banner td:not(:empty) {
    position: relative;
    padding-top: 3.5rem;
}

.comparison-table .banner,
.comparison-table .div-banner {
    font-size: .875rem;
    color: #2D455A;
    background: linear-gradient(107deg, #9CD1F1, #9CD1F1 79.8%, transparent 80%, transparent);
    padding: .4em calc(20% + 15px) .4em 15px;
    position: absolute;
    left: 0;
    top: 10px;
}

.comparison-table .editor-grid .banner,
.comparison-table .editor-grid .div-banner {
    position: relative;
    left: -10px;
    top: -10px;
}

.comparison-table .ql-editor .banner,
.comparison-table .ql-editor .div-banner {
    position: static;
    margin-bottom:.5rem;
}

.comparison-table.row-heading-on-top thead tr:last-child th:empty {
    border-bottom: 1px solid rgba(112,112,112, .5);
}


.comparison-table.row-heading-on-top tbody tr:nth-of-type(even) th,
.comparison-table.row-heading-on-top tbody tr:nth-of-type(even) td {
    background: #FFF;
}

.comparison-table.row-heading-on-top tbody tr:nth-of-type(odd) th,
.comparison-table.row-heading-on-top tbody tr:nth-of-type(odd) td {
    background: #EBEBED;
}

.comparison-table.row-heading-on-top tbody tr:nth-of-type(even):last-child th,
.comparison-table.row-heading-on-top tbody tr:nth-of-type(even):last-child td {
    border-bottom:1px solid rgba(112,112,112, .5);
}

.comparison-table.row-heading-on-top {
    position: relative;
}

.comparison-table.row-heading-on-top table {
    table-layout: fixed;
    max-width: none;
    width: auto;
    min-width: 100%;
}

.comparison-table.row-heading-on-top tbody th:first-child,
.comparison-table.row-heading-on-top tbody td:first-child {
    border-left: 1px solid rgba(112,112,112, .5);
}

.comparison-table.row-heading-on-top tbody th:last-child,
.comparison-table.row-heading-on-top tbody td:last-child {
    border-right: 1px solid rgba(112,112,112, .5);
}

.comparison-table.row-heading-on-top table tr th,
.comparison-table.row-heading-on-top table tr td {
    border-top: none;
    border-bottom: none;
    scroll-snap-align: start;
}

.comparison-table.row-heading-on-top tfoot,
.comparison-table.row-heading-on-top .fixed-cell.tfoot { /* This will put a border above each tfoot fixed-cell */
    border-top: 1px solid #dee2e6;
}


.comparison-table.row-heading-on-top tfoot tr th,
.comparison-table.row-heading-on-top tfoot tr td {
    background: #fff;
}

.comparison-table.row-heading-on-top table tbody th {
    font-weight: initial;
}

.comparison-table.row-heading-on-top.scroll-horiz .table-wrap {
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.comparison-table.row-heading-on-top.scroll-horiz .table-wrap:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/Content/images/swipe-icon.png) rgba(0,0,0,.5) calc(75% + 2px) 200px no-repeat;
    position: absolute;
    top: 0;
    z-index:5;
    transition: .4s opacity;
    transition-delay: 1.5s;
    pointer-events:none;
}

.using-mouse .comparison-table.row-heading-on-top.scroll-horiz .table-wrap:after {
    background-image: url(/Content/images/icon-Click-Drag.png);
}

.comparison-table.row-heading-on-top.scroll-horiz.viewed .table-wrap:after {
    opacity: 0;
}

.comparison-table.row-heading-on-top .dragging th, 
.comparison-table.row-heading-on-top .dragging td {
    scroll-snap-align: initial;
}

.comparison-table.row-heading-on-top .fixed-cell {
    position: absolute;
    pointer-events: none;
}

.comparison-table.row-heading-on-top .fixed-cell.tfoot {
    border-right: 0;
    border-color:transparent;
}

.comparison-table .yes-dot {
    display:block;
    padding:1rem 0;
    margin: 0 auto;
    width:1rem;
    font-size:0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.browser-internetexplorer .comparison-table .yes-dot {
    position:static;
    transform:none;
}


.cell-editor-wrap .yes-dot {
    display: block;
    margin: 1rem auto;
    font-size:0;
}

.comparison-table .yes-dot:before,
.cell-editor-wrap .yes-dot:before {
    content: '';
    display: block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    margin: 0 auto;
    background-color: rgb(68,68,68);
}

.comparison-table .caveat-spacer,
.comparison-table .caveat {
    font-size:.75rem;
}

.comparison-table .caveat-spacer {
    visibility:hidden
}

.comparison-table .caveat {
    position:absolute;
    top:calc(50% + 1rem);
    width: calc(100% - 30px);
    margin-left:auto;
    margin-right:auto;
}

.browser-internetexplorer .comparison-table .caveat-spacer {
    display: none;
}

.browser-internetexplorer .caveat {
    position:static;
}

.using-mouse .comparison-table {
    overflow: hidden;
    cursor: -moz-grab;
}




@media screen and (min-width: 768px) {
    .comparison-table.row-heading-on-top tbody tr:nth-of-type(odd) th:not(:first-child), 
    .comparison-table.row-heading-on-top tbody tr:nth-of-type(odd) td {
        background-color:transparent;
    }

    .comparison-table.row-heading-on-top td,
    .comparison-table.row-heading-on-top th,
    .fixed-cell {
        font-size: 1rem;
        padding:1em 15px;
    }

    .comparison-table.row-heading-on-top .fixed-cell {
        display: none;
    }

    .comparison-table.row-heading-on-top tr {
        display:flex;
        flex-wrap:wrap;
    }

    .comparison-table.row-heading-on-top table tbody th:first-child,
    .comparison-table.row-heading-on-top table tbody td:first-child {
        background-color: #EBEBED;
        font-weight: bold;
    }

    .comparison-table.row-heading-on-top th,
    .comparison-table.row-heading-on-top td {
        flex:1 1 20%;
    }

    .browser-internetexplorer .comparison-table.row-heading-on-top thead th,
    .browser-internetexplorer .comparison-table.row-heading-on-top thead td,
    .browser-internetexplorer .comparison-table.row-heading-on-top tbody td:not(:first-child) {
        max-width: 20%;
    }

    .browser-internetexplorer .comparison-table.row-heading-on-top tbody th,
    .browser-internetexplorer .comparison-table.row-heading-on-top tbody td {
        max-width: 100%;
    }

    .comparison-table.row-heading-on-top tbody th:first-child,
    .comparison-table.row-heading-on-top tbody td:first-child,
    .comparison-table.row-heading-on-top table .title {
        padding-left: 28px;
        padding-right: 28px;
        flex: 1 0 100%;
    }

    .comparison-table.row-heading-on-top tbody td:nth-child(2) {
        border-left: 1px solid rgba(112,112,112, .5);
    }

    .comparison-table.row-heading-on-top tbody tr:last-child {
        border-bottom: 1px solid rgba(112,112,112, .5);
    }

    .comparison-table.row-heading-on-top thead th:empty,
    .comparison-table.row-heading-on-top tfoot th:empty,
    .comparison-table.row-heading-on-top tfoot td:empty {
        display: none;
    }

    .comparison-table.row-heading-on-top thead tr th {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction:column;
        font-size: 1.25rem;
        padding-top: 1.5rem;
    }

    .comparison-table.row-heading-on-top tfoot a.btn {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .comparison-table.row-heading-on-top {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .comparison-table.row-heading-on-top table {
        border: 0;
    }
}

@media screen and (min-width:1024px) {
    .comparison-table.row-heading-on-top td,
    .comparison-table.row-heading-on-top th,
    .fixed-cell,
    .comparison-table.row-heading-on-top td:first-child,
    .comparison-table.row-heading-on-top th:first-child {
        padding-left: 1em;
        padding-right: 1em;
    }

    .comparison-table.row-heading-on-top thead tr th {
        padding: .5em .25em;
    }

    .comparison-table.row-heading-on-top tbody th:first-child:not(.title),
    .comparison-table.row-heading-on-top tbody td:first-child:not(.title) {
        font-size: 1.125rem;
    }


    .comparison-table.row-heading-on-top tfoot a.btn {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1024px) {
    .comparison-table.row-heading-on-top thead tr th {
        padding: 1.25em .5em;
    }
}

/* TODO: we have completely separate styles for the row-heading-on-top table. should be able to combine somewhat to save bytes */
.comparison-table:not(.row-heading-on-top) {
    overflow:hidden;
}

/* hide scroll bar */
.browser-internetexplorer .comparison-table:not(.row-heading-on-top):after {
    content:' ';
    display:block;
    width:100%;
    height:18px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
}

.comparison-table:not(.row-heading-on-top) tfoot th,
.comparison-table:not(.row-heading-on-top) tfoot td {
    border: none;
}

.comparison-table:not(.row-heading-on-top) tfoot a.btn {
    margin-left: -.5em;
    margin-right: -.5em;
}

.comparison-table:not(.row-heading-on-top) tr {
    display:flex;
}

.comparison-table:not(.row-heading-on-top) td,
.comparison-table:not(.row-heading-on-top) th,
.fixed-cell {
    flex: 1 1;
    width: 210px;
    padding: 1.5em;
    vertical-align: top;
    border-color: rgba(112,112,112, .5);
    border-style: solid;
    border-width: 0 1px 0 0;
    position: relative
}

.browser-internetexplorer .comparison-table:not(.row-heading-on-top) tbody td,
.browser-internetexplorer .comparison-table:not(.row-heading-on-top) tbody th,
.browser-internetexplorer .comparison-table:not(.row-heading-on-top) .fixed-cell:not(.thead):not(.tfoot) {
    outline: 1px solid rgba(112, 112, 112, .5);
    border:0;
}

.comparison-table:not(.row-heading-on-top) td:first-child,
.comparison-table:not(.row-heading-on-top) th:first-child {
    flex:0 0;
}

.comparison-table:not(.row-heading-on-top) td:last-child,
.comparison-table:not(.row-heading-on-top) th:last-child {
    border-right: 0;
}

/* may do this with all colspans */

.comparison-table:not(.row-heading-on-top) .title,
.comparison-table:not(.row-heading-on-top) .fixed-title {
    padding: .8em .5em 15px;
    background-color: #0756A3 !important;
    color: white;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
}

.comparison-table:not(.row-heading-on-top).scroll-horiz {
    cursor:grab;
}

.comparison-table:not(.row-heading-on-top) .fixed-title {
    position: absolute;
    text-transform: uppercase;
}

.comparison-table:not(.row-heading-on-top) thead tr th {
    background-color: #2D455A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: .5em .75em;
}

.comparison-table:not(.row-heading-on-top) thead tr th:empty {
    background: #fff;
}

.comparison-table:not(.row-heading-on-top) thead tr:last-child th:empty {
    border-bottom: 1px solid rgba(112,112,112, .5);
}


.comparison-table:not(.row-heading-on-top) tbody tr:nth-of-type(even) th,
.comparison-table:not(.row-heading-on-top) tbody tr:nth-of-type(even) td {
    background: #fff;
}

.comparison-table:not(.row-heading-on-top) tbody tr:nth-of-type(odd) th,
.comparison-table:not(.row-heading-on-top) tbody tr:nth-of-type(odd) td {
    background: #EBEBED;
}

.comparison-table:not(.row-heading-on-top) {
    position: relative;
}

.comparison-table:not(.row-heading-on-top) table {
    table-layout: fixed;
    max-width: none;
    width: auto;
    min-width: 100%;
}

.comparison-table:not(.row-heading-on-top) tbody th:first-child,
.comparison-table:not(.row-heading-on-top) tbody td:first-child,
.fixed-cell:not(.thead) {
    border-left: 1px solid rgba(112,112,112, .5);
}

.comparison-table:not(.row-heading-on-top) tbody th:last-child,
.comparison-table:not(.row-heading-on-top) tbody td:last-child {
    border-right: 1px solid rgba(112,112,112, .5);
}

.comparison-table:not(.row-heading-on-top) table tr th,
.comparison-table:not(.row-heading-on-top) table tr td {
    border-top: none;
    border-bottom: none;
    scroll-snap-align: end;
}

.comparison-table:not(.row-heading-on-top) tfoot,
.comparison-table:not(.row-heading-on-top) .fixed-cell.tfoot { /* This will put a border above each tfoot fixed-cell */
    border-top: 1px solid #dee2e6;
}


.comparison-table:not(.row-heading-on-top) tfoot tr th,
.comparison-table:not(.row-heading-on-top) tfoot tr td {
    background: #fff;
}


.comparison-table:not(.row-heading-on-top) table tbody th {
    font-weight: initial;
}

.comparison-table:not(.row-heading-on-top).scroll-horiz .table-wrap {
    overflow: auto;
    scroll-snap-type: x mandatory;
}

.comparison-table:not(.row-heading-on-top).scroll-horiz .table-wrap:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/Content/images/swipe-icon.png) rgba(0,0,0,.5) calc(75% + 2px) 200px no-repeat;
    position: absolute;
    top: 0;
    transition: .4s opacity;
    transition-delay: 1.5s;
    pointer-events:none;
}

.using-mouse .comparison-table:not(.row-heading-on-top).scroll-horiz .table-wrap:after {
    background-image: url(/Content/images/icon-Click-Drag.png);
}

.comparison-table:not(.row-heading-on-top).scroll-horiz.viewed .table-wrap:after {
    opacity: 0;
}

.comparison-table:not(.row-heading-on-top) .dragging th, 
.comparison-table:not(.row-heading-on-top) .dragging td {
    scroll-snap-align: initial;
}

.comparison-table:not(.row-heading-on-top) .fixed-cell {
    position: absolute;
    pointer-events: none;
}

.comparison-table:not(.row-heading-on-top) .fixed-cell.tfoot {
    border-right: 0;
    border-color:transparent;
}

.comparison-table:not(.row-heading-on-top) tr.scrolling {
    display:flex;
}

.comparison-table:not(.row-heading-on-top) tr.scrolling th,
.comparison-table:not(.row-heading-on-top) tr.scrolling td {
    display:block;
    flex:1 1;
}



@media screen and (min-width: 768px) {
    .comparison-table:not(.row-heading-on-top).scroll-horiz .table-wrap:after {
        background-position-x: 90%;
        background-position-y: 300px;
    }

    .comparison-table:not(.row-heading-on-top) td,
    .comparison-table:not(.row-heading-on-top) th,
    .fixed-cell {
        font-size: 1rem;
        padding:1em 15px;
    }

    .comparison-table:not(.row-heading-on-top) .fixed-cell:not(.thead) {
        border-left-width:1px;
    }

    .comparison-table:not(.row-heading-on-top) tbody th:first-child,
    .comparison-table:not(.row-heading-on-top) tbody td:first-child,
    .comparison-table:not(.row-heading-on-top) table .title {
        padding-left: 28px;
        padding-right: 28px;
        flex: 1 0 100%;
    }

    .comparison-table:not(.row-heading-on-top) tbody td:nth-child(2) {
        border-left: 1px solid rgba(112,112,112, .5);
    }

    .comparison-table:not(.row-heading-on-top) tbody {
        border-bottom: 1px solid rgba(112,112,112, .5);
    }

    .comparison-table:not(.row-heading-on-top) thead tr th {
        font-size: 1.25rem;
        vertical-align: middle;
        padding-top: 1.5rem;
    }

    .comparison-table:not(.row-heading-on-top) table .title {
        padding: .8em 15px .5em;
    }

    .comparison-table:not(.row-heading-on-top) tfoot a.btn {
        font-size: 1rem;
    }
}

@media screen and (min-width:1024px) {
    .comparison-table:not(.row-heading-on-top).scroll-horiz .table-wrap:after {
        background-position-x: 75%;
    }

    .comparison-table:not(.row-heading-on-top) td,
    .comparison-table:not(.row-heading-on-top) th,
    .fixed-cell,
    .comparison-table:not(.row-heading-on-top) td:first-child,
    .comparison-table:not(.row-heading-on-top) th:first-child {
        padding-left: 1em;
        padding-right: 1em;
    }

    .comparison-table:not(.row-heading-on-top) thead tr th {
        padding: .5em .25em;
    }

    .comparison-table:not(.row-heading-on-top) tbody th:first-child, 
    .comparison-table:not(.row-heading-on-top) tbody td:first-child {
        font-size:1.125rem;
    }

    .comparison-table:not(.row-heading-on-top) .fixed-cell.thead,
    .comparison-table:not(.row-heading-on-top) .fixed-cell.tfoot {
        border-color:transparent;
    }


    .comparison-table:not(.row-heading-on-top) tfoot a.btn {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1024px) {
    .comparison-table:not(.row-heading-on-top) thead tr th {
        padding: 1.25em .5em;
    }
}


/* undo some styles for the admin */
.editor-grid tr {
    display: table-row !important;
}

.editor-grid th,
.editor-grid td {
    display:table-cell!important;
}




.color-bar-heading .content {
    display: flex;
    align-items: center;
}

.color-bar-heading .left-with-content:before {
    left: 79%;
}

.color-bar-heading .right-with-content:before {
    right: 79%;
}


.color-bar-heading .content .heading {
    font-size: 2rem;
    font-weight: 400;
    padding-right: 15rem;
}

.color-bar-heading span.ordinal {
    display: block;
    font-size: 2.8125rem;
    width: 4rem;
    height: 4rem;
    border: 3px solid #2D455A;
    padding: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 2rem;
}

.bg-turq span.ordinal,
.bg-gold span.ordinal,
.bg-blue span.ordinal,
.bg-blue-bright span.ordinal{
    border-color: #fff;
}

@media screen and (max-width: 1199px) {
    .color-bar-heading .content .heading {
        padding-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .large-cta-container .heading {
        font-size:1.75rem;
    }

    .color-bar-heading .content .heading {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .color-bar-heading .left-with-content .content {
        padding-right: 5rem;
    }

    .color-bar-heading .right-with-content .content {
        padding-left: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .large-cta-container .left-with-content {
        padding-top:1.5rem;
        padding-bottom:3rem;
    }

    .color-bar-heading .content {
        display: block;
        padding: 0 !important;
    }

    .color-bar-heading .content .heading {
        font-size: 1.3125rem;
    }

    .color-bar-heading span.ordinal {
        font-size: 1.875rem;
        width: 2rem;
        height: 2rem;
        margin-right: 0;
        margin-bottom: 1rem;
    }
}


.arrow-bottom {
    transform: rotate(135deg);
    display: block;
    width: 44px;
    height: 44px;
    border-top: 4px solid #2D455A;
    border-right: 4px solid #2D455A;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

#map {
    height: 244px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (min-width: 768px) {
    #map {
        height: calc(100vh - (83px + 416px));
        min-height: 400px;
    }
}


.search-results-container h1 {
    margin: 1.5rem 0;
    font-size: 1.75rem;
    font-weight: 300;
}

.search-results-container hr {
    border-top: 1px solid #2D455A;
    margin-bottom: 2rem;
}

.search-results-container form {
    margin: 2rem 0
}

.search-results-container form input {
    width: 50%;
    padding: .5rem;
}

.search-results-container h3 {
    color: rgba(44, 68, 88, 0.49);
    font-size: 1.125rem;
}

.search-results-container .search-text {
    color: #2D455A;
}


#main-search-results .search-result {
    margin-top: 1rem;
    padding-left:0;
    padding-right:0;
}

#main-search-results .search-result a {
    color:inherit;
}

#main-search-results .search-result a h4 {
    font-size:inherit;
    text-decoration:underline;
    color:#0956A4;
}

#main-search-results .result-type-SearchCTA {
    margin-bottom:1rem;
}

#main-search-results .result-type-Faq h4 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4;
}

#main-search-results .search-result + h3 {
    margin-top:32px;
}

.result-count {
    font-size:.875rem;
    margin-bottom:30px;
}

.pagination {
    padding: 2rem 2rem 2rem 0;
    flex-wrap: wrap;
}

.pagination li {
    margin-bottom:.75rem;
}

.pagination li a,
.pagination li span {
    margin: 0 .10rem;
    padding: .25rem;
    color: #2D455A;
    font-size: 1rem;
    text-decoration: none;
    background: #7E755D;
    color: #fff;
    cursor: pointer;
    white-space:nowrap;
}

.pagination li.active a,
.pagination li.active span {
    font-weight: 600;
    background: #fff;
    color: #2D455A;
    cursor: default;
}






@media screen and (max-width: 767px) {
    .search-results-container form input {
        width: 100%;
    }

    .pagination li a {
        font-size: 1.125rem;
    }
}

@media screen and (min-width:768px) {
    .search-results-container h1 {
        margin-top: 50px;
        margin-bottom:1rem;
    }

    #main-search-results .search-result a h4 {
        font-size:.875rem;
        margin:0;
    }

    #main-search-results .result-type-SearchCTA a {
        width: 63.2%;
        max-width: 657px;
    }
}

@media screen and (min-width:1024px) {
    .search-results-container h1 {
        font-size:2.625rem;
        margin-bottom: 1.5rem;
    }

    #main-search-results h3 {
        font-size:1.3125rem;
    }

    #main-search-results .search-result a h4,
    #main-search-results .excerpt {
        font-size: 1rem;
    }

    #main-search-results .search-result + h3 {
        margin-top: 60px;
    }

    #main-search-results .result-type-SearchCTA a {
        width: 68.4%;
    }

    #main-search-results .result-type-Faq h4 {
        font-size:1.3125rem;
    }
}

.body-content .icon-cta-container {
    margin: 2rem 0;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    text-decoration:none;
    color:inherit;
}

.icon-cta-container:first-of-type {
    margin-top: 4rem;
}

.icon-cta-container .content {
    text-align: center;
    padding: 0 1rem;
}

.icon-cta-container h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight:normal;
}

.icon-cta-container .subhead {
    padding: 0 1rem;
}

.icon-cta-container img {
    align-self:center;
}

.icon-cta-container .smaller-container {
    display: flex;
    align-items: center;
    background-color: #2D455A;
    padding: 1rem;
    color: #fff;
    width: 100%;
    margin-top: auto;
}

    .icon-cta-container .smaller-container span:not(.right-arrow) {
        color: #fff;
        width: 100%;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.125rem;
        text-align:center;
        vertical-align:middle;
    }


    .icon-cta-container .right-arrow {
        display: inline-flex;
        margin-left: 1rem;
    }

@media screen and (min-width: 768px) {
    .icon-cta-container h3 {
        font-size: 1.5rem;
    }

    .icon-cta-container .subhead {
        font-size:1rem;
    }

    a.icon-cta-container .smaller-container span:not(.right-arrow) {
        justify-content:space-between;
        text-align:left;
    }
}

@media screen and (max-width: 990px) {
    .icon-cta-container:first-of-type {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .icon-cta-container .icon-cta-link {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .icon-cta-container h3 {
        font-size:1.75rem;
    }

    .icon-cta-container .subhead {
        font-size: 1.125rem;
    }
}

.portrait-cta-container,
.icon-cta-container {
    border:0;
    box-shadow: 0px 0px 4px 0px rgba(103,103,103,0.45);
}

a.portrait-cta-container:hover,
a.icon-cta-container:hover {
    box-shadow: 0px 10px 23px 0px rgba(103,103,103,0.45);
}


.faq-listing-container {
    margin-bottom: 2rem;
    scroll-behavior: smooth;
}

    .faq-listing-container hr {
        width: 100%;
    }

    .faq-listing-container .panel-group {
        margin-left: 15px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .faq-listing-container .panel-title a {
        font-size: 0.875rem;
        color: #2D455A;
    }

    .faq-listing-container .panel-group .accordion-toggle {
        cursor: pointer;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none;
    }

    
    .faq-listing-container .panel-heading .accordion-toggle:after {
        content: "";
        float: left;
        margin-right: 1rem;
        display: inline-block;
        width: 13px;
        height: 13px;
        border-top: 3px solid #2D455A;
        border-right: 3px solid #2D455A;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
    }

    .faq-listing-container .panel-heading [aria-expanded="true"]:after {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        border-top: 3px solid #2D455A;
        border-right: 3px solid #2D455A;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: relative;
    }

    .faq-listing-container .panel-body {
        line-height: 2;
        padding-left: 2rem;
        padding-right: 1rem;
        margin-bottom: 2rem;
        font-size: 0.75rem;
    }

    .faq-listing-container.collapsible > .panel > .panel-heading > .panel-title {
        position:relative;
        padding-left:2em;
    }

    .faq-listing-container.collapsible > .panel > .panel-heading > .panel-title.collapsed hr {
        display:none;
    }

    .faq-listing-container.collapsible > .panel > .panel-heading > .panel-title:after {
        position:absolute;
        width:1.25rem;
        height:1.25rem;
        top:.5rem;
        left:0;
    }


@media screen and (min-width: 768px) {
    .faq-listing-container {
        margin-top: 4rem;
    }

    .faq-listing-container:first-child {
        margin-top: 2rem;
    }

        .faq-listing-container hr {
            width: 50%;
            margin-left: 0;
            text-align: left; /* IE fix */
        }

        .faq-listing-container p a {
            font-size: 1rem;
        }

        .faq-listing-container .panel-body {
            padding-left: 0;
            font-size: 0.875rem;
        }

        .faq-listing-container .panel-group .panel-collapse {
            padding: 0 3rem 0 3rem;
        }

}

@media screen and (min-width: 1024px) {
    .faq-listing-container .panel-body, .faq-listing-container .panel-title a {
        font-size: 1rem;
    }
}

.corporate-contact-info{
    padding: 2rem 0;
}

.corporate-contact-info h2 {
    margin-bottom: 3rem;
    font-size: 1.75rem;
}

.contact-information-container .contact-block h3 {
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 0;
}

.corporate-contact-info .contact {
    margin-top: .5rem;
    font-size: .75rem;
    margin-bottom: 0;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
}


.contact-information-container .contact-block{
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px){

    .contact-information-container {
        border-right: 1px solid #2D455A;
    }

    .different-contacts-container{
        padding-left: 4rem;
    }
    .corporate-contact-info-inner {
        display: flex;
    }

    .corporate-contact-info .contact {
        margin-top: 0;
    }

    .contact-information-container .contact-block h3, .corporate-contact-info .contact  {
        font-size: .875rem;
    }
}

@media screen and (min-width: 1024px) {

    .contact-information-container .contact-block h3, .corporate-contact-info .contact  {
        font-size: 1rem;
    }
}

form .form-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
    margin-top: 2rem;
}

@media screen and (min-width: 768px){
    form .form-button{
        min-width: 30%;
    }
}

.fintactix-calculator iframe {
    border: 0;
    width: 100%;
    height: 600px; /* this height should get overridden by JS */
}

.quote {
    margin: 4rem 0;
}

.quote .content {
    font-size: 1.3125rem;
    display: flex;
    align-items: flex-start;
}

.quote .content img{
    margin-right: 2rem;
}


.quote .quoted {
    text-align: right;
    font-size: 1.125rem;
   
}


@media screen and (min-width: 768px){
    .quote .content{
        font-size: 2rem;
    }
    .quote .quoted {
        font-size: 1.75rem;
    }

}


@media screen and (min-width: 1024px) {
    .quote .content {
        font-size: 2.625rem;
    }

    .quote .quoted {
        font-size: 2rem;
    }
}

.news-listing {
    margin-top: 2rem;
}

.news-item {
    padding:30px 0 15px;
    position:relative;
}

.news-item:after {
    content:'';
    display:block;
    width:calc(100% - 30px);
    height:1px;
    background:#2D455A;
    position:absolute;
    bottom:0;
    left:15px;
}

.news-item:last-child:after {
    display:none;
}


.news-listing-container img{
    max-width: 100%;
    margin-bottom:20px;
}

.news-listing-container h3 {
    font-size: 1rem;
    padding: .5rem 0 1rem;
    margin-bottom: 0;
    color: inherit;
    font-weight: 400;
}

.news-listing-container .subhead{
    padding-bottom: 1rem;
    font-size: .875rem;
}

.news-listing-container span.date {
    font-size: 1.3125rem;
}

@media screen and (min-width: 768px){
    .news-listing-container .subhead{
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px){
    .news-listing {
        margin-top:85px;
    }

    .news-item {
        padding:48px 0 30px;
    }

    .news-listing-container h3 {
        font-size: 1.125rem;
        line-height:1.7;
    }

    .news-listing-container .subhead{
        font-size: 1.125rem;
    }
}

.news-detail-page h1 {
    margin-top:1rem;
}

.news-detail-page .content {
    padding-bottom:2rem;
}

@media screen and (min-width:768px) {
    .news-detail-page h1 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:1024px) {
    .news-detail-page h1 {
        margin-top: 2rem;
    }

    .news-detail-page .content {
        padding-bottom: 3rem;
    }
}

.section-mortgage .fr-view img.fr-dib{
    margin: 0;
}

.medium-cta-container{
    margin: 2.5rem 0;
}

.medium-cta-container img {
    width: 100%;
    margin-bottom:2rem;
}

.medium-cta-container h3 {
    font-size: 1.75rem;
    font-weight:normal;
}

.medium-cta-container .subhead {
    margin-bottom:1rem;
    line-height:1.7;
}

@media screen and (min-width: 768px) {

    .medium-cta-container {
        display:flex;
        flex-direction:column;
    }
    
    .medium-cta-container img {
        flex-shrink:0;
    }

    .medium-cta-container .subhead {
        font-size: 1rem;
        margin-bottom:2rem;
    }

    .medium-cta-container a.btn {
        width:280px;
        max-width:100%;
        margin: auto 0 2rem;
        text-decoration:none;
    }
}

@media screen and (min-width: 1024px){
    .medium-cta-container a {
        font-size: 1.125rem;
    }

    .medium-cta-container .subhead {
        font-size: 1.125rem;
    }
}

.simple-search-box {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.simple-search-box input[type="text"] {
    width: 100%;
}

.error-404-page .body-content {
    padding-top:1rem;
    padding-bottom:1rem;
}

.error-404-page .simple-search-box {
    width:100%;
}

.error-404-page .simple-search-box form {
    position:relative;
    padding-right:2.5rem;
}

@media screen and (min-width:768px) {
    .error-404-page .body-content {
        font-size:1rem;
    }

    .error-404-page .simple-search-box {
        width:425px;
    }
}

@media screen and (min-width:1024px) {
    .error-404-page .body-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size:1.5rem;
    }

    .error-404-page .simple-search-box {
        margin-left: 0;
    }
}

@media screen and (min-width:1366px) {
    .error-404-page h1 {
        font-size: 2.75rem;
        font-weight: normal;
    }
    .error-404-page .body-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .error-404-page .simple-search-box {
        margin-top:4rem;
        font-size:1rem;
    }
}

.form-field {
    margin-bottom: .75rem;
}

#site-pages {
    margin-bottom:1rem;
}

@media screen and (min-width:1024px) {
    #site-pages {
        columns:2;
    }

    #site-pages li {
        break-inside: avoid;
    }
}

.fr-view.show-border {
    border: 1px solid #D9D9D9;
}

.fr-view.show-border,
.fr-view[class*="bg-"]:not(.bg-transparent) {
    padding: 35px 30px !important;
}

.progress-steps {
    padding:20px 0;
}

.progress-steps h2,
.progress-steps h3 {
    text-align:center;
}

.progress-steps h3 {
    font-size:1.3125rem;
    font-weight:bold;
}
.progress-steps > ol {
    list-style:none;
    counter-reset: progress-item;
    padding:15px 0 0;
    margin-bottom:0;
}

.progress-steps > ol > li {
    counter-increment: progress-item;
    padding-bottom:2rem;
    position:relative;
    text-align:center;
}

.progress-steps > ol > li:last-child {
    padding-bottom:0;
}

.progress-steps > ol > li:before {
    content: counter(progress-item);
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border: 2px solid #2D455A;
    border-radius: 50%;
    margin:1rem auto;
    font-size:2.875rem;
    line-height:1.8em;
    font-weight:bold;
    text-align:center;
}

.progress-steps > ol > li[style]:before,
.progress-steps > ol > li.js-icon:before {
    content:'';
}

.progress-steps .ordinal-icon {
    display:block;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 1.15rem;
    left: 50%;
    transform: translateX(-50%);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}

.progress-steps .ordinal-bg-blue li:before {
    background-color: #2D455A;
    color:white;
}

.progress-steps .ordinal-bg-green li:before,
.progress-steps .ordinal-bg-green li:after {
    background-color: #00AF9E;
    border-color:#00AF9E;
    color:white;
}

@media screen and (min-width: 768px) {
    .progress-steps > ol > li {
        padding-left: 150px;
        margin: 22px 0;
        position: relative;
        font-size: 1rem;
        text-align:left;
    }

    .progress-steps > ol > li:before {
        width: 3.75rem;
        height: 3.75rem;
        margin: .25rem 0;
        font-size: 2rem;
        position: absolute;
        left: calc(75px - 1.875rem);
    }

    .progress-steps > ol > li:after {
        content:'';
        display:block;
        width: 2px;
        height: calc(100% - 3.75rem + 22px);
        border:1px solid #2D455A;
        position: absolute;
        left: 74px;
        top:4rem;
    }

    .progress-steps > ol > li:last-child:after {
        display:none;
    }

    .progress-steps .ordinal-icon {
        width: 2.5rem;
        height: 2.5rem;
        top: .625rem;
        left: 75px;
    }

    .progress-steps h3 {
        text-align:left;
    }
}

@media screen and (min-width:1024px) {
    .progress-steps {
        padding-bottom: 0;
    }

    .progress-steps > ol > li:before {
        width: 5.0625rem;
        height: 5.0625rem;
        line-height: 2.4;
        left: calc(75px - 2.53125rem);
    }

    .progress-steps:not(.stay-vert) > ol {
        display:flex;
        justify-content:center;
        margin-left:-15px;
        margin-right:-15px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .progress-steps:not(.stay-vert) > ol > li {
        flex: 1 1;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        font-size: inherit;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .progress-steps:not(.stay-vert) > ol > li:before {
        margin:0 auto 30px;
        position:static;
    }

    .progress-steps:not(.stay-vert) > ol > li:after {
        height:2px;
        width:calc(100% - 5.0625rem);
        left:calc(50% + 5.0625rem/2);
        top:2.53125rem;
    }

    .progress-steps .ordinal-icon {
        top: 1.28125rem;
    }

    .progress-steps:not(.stay-vert) .ordinal-icon {
        left: 50%;
    }

    .progress-steps:not(.stay-vert) h3 {
        padding: 0 10px;
        margin-bottom: 2rem;
        font-size: 1.5rem;
        text-align: center;
    }

    .progress-steps:not(.stay-vert) li .btn {
        max-width:100%;
    }

    .progress-steps.stay-vert > ol > li:after {
        height:calc(100% - 5.0625rem + 22px);
        top:calc(5.0625rem + 4px);
    }
}

.pop-out-bar {
    width: 100vw;
    margin:20px 0;
    position:relative;
    left: calc(-1 * (100vw - 100%) / 2);
}

.pop-out-bar.bg-blue,
.pop-out-bar.bg-blue a {
    color:white;
}

.pop-out-bar .text-wrap {
    padding-top:2rem;
    padding-bottom:1rem;
}

.pop-out-bar h2 {
    font-weight:300;
}

.pop-out-bar .text-wrap .btn {
    width: 90%;
    color:white;
}

.pop-out-bar .text-wrap .btn:not(.bg-white):not(.bg-sky):before,
.pop-out-bar .text-wrap .btn:not(.bg-white):not(.bg-sky):after {
    border-color: white;
}

.pop-out-bar .image-wrap img {
    display: block;
    max-width:328px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .pop-out-bar {
        margin-top:0;
    }

    .pop-out-bar .text-wrap {
        padding-bottom:2rem;
    }

    .pop-out-bar .text {
        font-size:1rem;
    }

    .pop-out-bar .image-wrap img {
        position:absolute;
        bottom:0;
        left: 50%;
        transform: translateX(-50%);
    }

    .pop-out-bar.image-left .text-wrap {
        order:2;
    }

    .pop-out-bar.image-left .image-wrap {
        order:1;
    }
}

@media screen and (min-width:1024px) {
    .pop-out-bar {
        margin-top:92px;
    }

    .pop-out-bar h2 {
        font-size:2.625rem;
    }

    .pop-out-bar .text {
        font-size:inherit;
    }

    .pop-out-bar .text-wrap .btn {
        font-size:1.125rem;
        width:300px;
    }
}

@media screen and (min-width:1200px) {
    .pop-out-bar {
        margin-top: 118px;
    }
}

.video {
    position:relative;
    padding-bottom:55%;
    margin:0 auto;
    overflow:hidden;
}

.video iframe {
    width:100%;
    height:100%;
    position:absolute;
    border:0;
}

.video img {
    width:100%;
    position:absolute;
}

@media screen and (min-width:768px) {
    [class*="col-md-"] .video {
        margin-top:1rem;
    }
}

.formwidget-submit-text {
    font-size: 2rem;
    text-align:center;
}

.tiledBackground {
    background-image: var(--bg-image);
    background-size: cover;
    object-fit: cover;
    width: 100%;
    align-self: stretch;
}

.btn-green {
    background-color: green;
    border-color: green;
    color: #fff;
}

.btn-blue {
    background-color: #0956A4;
    border-color: #0956A4;
}

.btn-red {
    background-color: #EE3428;
    border-color: #EE3428;
}

.btn-sky {
    background-color: #9CD1F2;
    border-color: #9CD1F2;
}

.btn-midnight {
    background-color: #2E465A;
    border-color: #2E465A;
}

.btn-charcoal {
    background-color: #5C5A5A;
    border-color: #5C5A5A;
}

.webToLeadFormModalOpen {
    overflow: hidden;
}

.webToLeadFormModal {
    position: fixed;
    top: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    background: #0000009c;
    overflow: auto;
    left: 0;
    display: none;
    padding: 30px
}

    .webToLeadFormModal.open {
        display: block;
        width: 100%;
    }



    .webToLeadFormModal form {
        margin: 0px auto;
        background: #fff;
        width: 600px !important;
        padding: 30px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.bottom-buttton-container > div {
    margin: 0px !important;
}

.bottom-buttton-container {
    position: relative;
}

.bottom-buttton-container .centerSpan {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-buttton-container .centerSpan span {
    background: #000;
    color: #fff;
    border-radius: 60px;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.bottom-buttton-container button {
    position: relative;
    z-index: 1;
}
.bottom-buttton-container .btn {
    color: #fff;
    font-weight: bold
}

.bottom-buttton-container .btn p {
    font-weight: normal
}

.ktc-default-section {
    position: relative;
}

.ktc-default-section .closeIcon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -45px;
    right: -45px;
    background: #000;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    cursor: pointer;
}
    .ktc-default-section .closeIcon-top {
        top: -70px !important;
    }
@media screen and (max-width: 768px) {
    .webToLeadFormModal form {
        width: 500px !important;
    }
}

@media screen and (max-width: 575px) {
    .webToLeadFormModal {
        padding: 30px 0px;
    }

        .webToLeadFormModal form {
            width: 90% !important;
        }

    .bottom-buttton-container .centerSpan {
        top: -13px;
    }


    .bottom-buttton-container > div:nth-child(1) {
        margin-bottom: 15px !important;
    }

    .bottom-buttton-container div:nth-child(3) {
        margin-top: 15px !important;
    }
}

