﻿body {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

    body > div:first-of-type {
        overflow-y: hidden;
    }

h2 {
    color: #003f53;
    font-size: 20px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}

h3, .third-level-heading {
    color: #003f53;
    font-size: 20px;
    font-family: 'RobotoSlab-Bold', Arial, sans-serif;
}

h4 {
    color: #003f53;
    font-size: 20px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    margin-top: 0;
}

h5 {
    color: #666666;
    font-size: 20px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    margin-top: 0;
}

h6 {
    color: #666666;
    font-size: 18px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    border-bottom: 2px solid #666666;
    margin-top: 20px;
    padding-bottom: 5px;
}

p,
ul li,
ol li {
    color: #666666;
    font-size: 15px;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
}

ul,
ol {
    padding-left: 18px;
}

    p.foot-note,
    p.foot-note a,
    ul.foot-note li,
    ol.foot-note li {
        font-size: 11px;
    }

a
a:hover,
a:active,
a:link,
a:visited {
    color: #666666;
    font-size: 15px;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    text-decoration: underline;
}

a[href=""]
p a {
    text-decoration: underline;
}

ul li a {
    text-decoration: underline;
}

textarea {
    resize: none;
}

table a {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

hr {
    margin: 0;
    color: #666666;
    border: 1px solid #d5d6d8;
}

.full-width {
    width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.row .background-gradient {
    background-repeat: no-repeat;
    background-size: cover;
}

div.clearfix {
    display: block;
    clear: both;
}

input.form-helper {
    display: none !important;
}

/*=============================================================================*/
/* Template Styles */
/*=============================================================================*/

div.header {
    max-width: 1060px;
    display: block;
    margin: 0 auto;
    padding: 0 30px;
    min-height: 120px;
    position: relative;
}

    div.header a.company-logo {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    div.header table {
        margin-right: 0;
        margin-top: 7px;
    }

    div.header input#userid,
    div.header input#user_id,
    div.header input#password {
        width: 200px;
        background-color: #e4e9ea;
        padding: 5px;
        font-size: 13px;
        font-family: 'OpenSans-Regular', Arial, sans-serif;
        border: 1px solid #ccc;
        outline: none;
        margin-right: 3px;
    }

    div.header input.btn-orange {
        width: 90px;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        font-size: 14px;
        padding: 4px 0;
    }

    div.header div.remote-login-links {
        margin-top: 5px;
    }

        div.header div.remote-login-links span {
            padding-left: 5px;
        }

            div.header div.remote-login-links span:not(:first-of-type) {
                border-left: 1px solid black;
            }

            div.header div.remote-login-links span a {
                font-size: 13px;
                font-family: 'OpenSans-Regular', Arial, sans-serif;
                color: #003f53;
                text-decoration: none;
            }

    div.header div.header-nav > div > div.clearfix {
        clear: both;
        display: block;
    }

div.mobile-header {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 950;
    background-color: white;
}

    div.mobile-header > div {
        display: table-cell;
    }

    div.mobile-header div.hamburger-menu {
        background-color: #f5821f;
        width: 65px;
        cursor: pointer;
    }

        div.mobile-header div.hamburger-menu:hover {
            background-color: #ff9c25;
        }

        div.mobile-header div.hamburger-menu img {
            width: 100%;
        }

    div.mobile-header div.company-logo {
        text-align: center;
    }

        div.mobile-header div.company-logo a {
            max-width: 100%;
            display: inline-block;
            width: 112px;
        }

            div.mobile-header div.company-logo a img {
                width: 100%;
            }

    div.mobile-header div.header-nav {
        width: 75px;
        text-align: center;
    }

        div.mobile-header div.header-nav a,
        div.mobile-header div.header-nav a:hover {
            font-family: 'OpenSans-Bold', Arial, sans-serif;
            color: #003f53;
            font-size: 15px;
            outline: none;
            border: none;
        }

div.inner-wrapper {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

    div.inner-wrapper div.row:not(.bs-only) {
        margin-left: -7px;
        margin-right: -7px;
    }

        div.inner-wrapper div.row:not(.bs-only) > div {
            padding-right: 7px;
            padding-left: 7px;
        }

    div.inner-wrapper h2,
    div.inner-wrapper h3 {
        text-transform: uppercase;
    }

    div.inner-wrapper h1.third-level-heading {
        text-transform: uppercase;
    }

.inner-wrapper h2 {
    margin-top: 10px;
}

.inner-wrapper h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/*Zach 3-29-2019 - Adding inherent padding for blog page */
.row .sf_colsIn.inner-wrapper
{
    padding-top: 30px;
}
.blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5 {
    margin: 35px 0px 35px 0px;
}

.btn-orange,
.btn-orange:hover,
.btn-orange:active,
.btn-orange:link,
.btn-orange:visited {
    background-color: #f5821f;
    color: white;
    border: none;
    text-decoration: none;
    padding: 5px 30px;
    display: inline-block;
}


.denali-template .btn-orange,
.denali-template .btn-orange:hover,
.denali-template .btn-orange:active,
.denali-template .btn-orange:link,
.denali-template .btn-orange:visited {
    background-color: #0397a7;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:active,
.btn-blue:link,
.btn-blue:visited {
    background-color: #003f53;
    color: white;
    border: none;
    outline: none;
    text-decoration: none;
    padding: 5px 30px;
    display: inline-block;
}

.blue-link {
    color: #003f53;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none !important;
}

div.footer {
    background-color: #003f53;
}
.denali-template div.footer {
    background-color: #767679;
}

    div.footer div.inner-wrapper {
        padding-top: 20px;
    }

    div.footer p {
        color: white;
        font-size: 12px;
    }

    div.footer a {
        color: white;
        font-size: 12px;
        text-decoration: none;
    }

    div.footer ul {
        list-style: none;
        padding-left: 0;
    }

        div.footer ul li {
            display: inline-block;
            color: white;
            vertical-align: middle;
        }

            div.footer ul li img.social-media {
                width: 30px;
            }
    /*div.footer div.row >div {vertical-align: middle; float: none; display: inline-block; width: 33%;}*/
    div.footer div[data-sf-element='Column 1'] > div > div ul li {
        margin-right: 50px;
    }

        div.footer div[data-sf-element='Column 1'] > div > div ul li:last-of-type {
            margin-right: 0;
        }

    div.footer div[data-sf-element='Column 2'] > div > div {
        text-align: center;
    }

        div.footer div[data-sf-element='Column 2'] > div > div ul {
            text-align: right;
            margin-top: 10px;
        }

            div.footer div[data-sf-element='Column 2'] > div > div ul li {
                margin-right: 12px;
            }

                div.footer div[data-sf-element='Column 2'] > div > div ul li h3 {
                    margin-bottom: 0;
                    margin-top: 7px;
                    font-size: 16px;
                    font-family: 'OpenSans-Bold', Arial, sans-serif;
                    color: white;
                }

            div.footer div[data-sf-element='Column 2'] > div > div ul:first-child li {
                margin: 0px;
                border-right: 1px solid white;
                padding-left: 10px;
                padding-right: 9px;
            }

                div.footer div[data-sf-element='Column 2'] > div > div ul:first-child li:first-child {
                    padding-left: 0px;
                }

                div.footer div[data-sf-element='Column 2'] > div > div ul:first-child li:last-child {
                    border-right: none;
                }
/*div.footer div[data-sf-element='Column 3'] > div > div {text-align: right;}*/


div.grey-bg {
    background-color: #ebeff0;
    padding-top: 50px;
}

input.has-error,
select.has-error,
textarea.has-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    input.has-error:focus,
    select.has-error:focus,
    textarea.has-error:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }


body.sfPageEditor div.header div.header-nav div.RadDock table.rdTable {
    width: auto;
}

body.sfPageEditor div.header div.header-nav {
    float: none;
}

div.row:not(.bs-only) div.col-sm-8[data-sf-element="Column 1"] {
    padding-right: 34px !important;
}

div.row:not(.bs-only) div.col-sm-4[data-sf-element="Column 2"] {
    padding-left: 34px !important;
}

div.row:not(.bs-only) div.col-sm-6:first-of-type {
    padding-right: 33px !important;
}

div.row:not(.bs-only) div.col-sm-6:nth-of-type(2) {
    padding-left: 33px !important;
}

.nav-select.form-control {
    display: none;
}

.skip-to-main {
    padding: 10px;
    position: absolute;
    left: -1000px;
    z-index: 1;
}

.skip-to-main:focus{
    top: 0;
    left: 0;
}




/*=============================================================================*/
/* Navigation */
/*=============================================================================*/

div.header div.header-nav {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

    div.header div.header-nav > div {
        text-align: right;
    }

        div.header div.header-nav > div > div,
        div.header div.header-nav > div > a {
            display: inline-block;
            vertical-align: top;
        }

            div.header div.header-nav > div > a.search-img {
                margin-left: 5px;
                margin-right: 13px;
            }

    div.header div.header-nav ul {
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
    }

        div.header div.header-nav ul li {
            display: inline-block;
            margin-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            div.header div.header-nav ul li a {
                color: #767679;
                font-family: 'OpenSans-Regular', Arial, sans-serif;
                font-size: 13px;
                text-decoration: none;
            }

                div.header div.header-nav ul li a:link:hover,
                div.header div.header-nav ul li a:link:active {
                    text-decoration: underline;
                }

                div.header div.header-nav ul li a.phone-number {
                    margin-bottom: 0;
                    margin-top: 7px;
                    font-size: 16px;
                    font-family: 'OpenSans-Bold', Arial, sans-serif;
                    color: #767679;
                }

div.main-nav {
    display: block;
    width: 100%;
    background-color: #f5821f;
}
.denali-template div.main-nav {
    background-color: #003f53;
}

    div.main-nav.home {
        margin-bottom: 45px;
    }

    div.main-nav.home.new-home {
        margin-bottom: 0;
    }

    div.main-nav > div {
        max-width: 1060px;
        display: block;
        margin: 0 auto;
        position: relative;
        padding: 0 30px;
    }

        div.main-nav ul:first-child {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
            display: table;
        }

            div.main-nav ul:first-child > li {
                display: table-cell;
            }

                div.main-nav ul:first-child > li > a,
                div.main-nav ul:first-child > li > a:link,
                div.main-nav ul:first-child > li > a:visited,
                div.main-nav ul:first-child > li > label {
                    color: #ffffff;
                    font-family: 'OpenSans-Regular', Arial, sans-serif;
                    font-size: 17px;
                    text-decoration: none;
                    padding-bottom: 10px;
                    display: block;
                    padding-top: 10px;
                    text-align: center;
                    text-transform: uppercase;
                    margin-bottom: 0;
                    font-weight: 500;
                }

                    div.main-nav ul:first-child > li > a:active,
                    div.main-nav ul:first-child > li > a:hover,
                    div.main-nav ul:first-child > li.active > a,
                    div.main-nav ul:first-child > li > label:hover,
                    div.main-nav ul:first-child > li > label:focus,
                    div.main-nav ul:first-child > li.active > label {
                        background-color: #ff9c25;
                    }

                div.main-nav ul:first-child > li.current > a,
                div.main-nav ul:first-child > li.current > label {
                    background-color: #ff9c25;
                }

                div.main-nav ul:first-child > li div.subnav {
                    display: none;
                    position: absolute;
                    margin: 0 auto;
                    left: 0;
                    right: 0;
                    background-color: #d8dfe1;
                    padding-bottom: 20px;
                    top: 54px;
                    z-index: 1000;
                }

                    div.main-nav ul:first-child > li div.subnav div.subnav-column {
                        display: inline-block;
                        margin-left: 50px;
                        margin-right: 50px;
                        vertical-align: top;
                    }

                        div.main-nav ul:first-child > li div.subnav div.subnav-column label, span.subnav-heading {
                            display: block;
                            margin-top: 18px;
                        }

                            div.main-nav ul:first-child > li div.subnav div.subnav-column label a, span.subnav-heading a {
                                font-family: 'RobotoSlab-Bold', Arial, sans-serif;
                                color: #003f53;
                                font-size: 14px;
                                text-decoration: none;
                            }

.main-nav span.subnav-heading {
    margin-bottom: 5px;
}

div.main-nav ul:first-child > li div.subnav div.subnav-column ul {
    padding-left: 0;
}

    div.main-nav ul:first-child > li div.subnav div.subnav-column ul li {
        list-style: none;
        display: block;
    }

        div.main-nav ul:first-child > li div.subnav div.subnav-column ul li a {
            font-family: 'OpenSans-Regular', Arial, sans-serif;
            color: #666666;
            font-size: 14px;
            text-decoration: none;
        }

            div.main-nav ul:first-child > li div.subnav div.subnav-column ul li a:hover {
                color: #003f53;
            }

div.main-nav ul:first-child > li div.nav-arrow-container {
    position: absolute;
    text-align: center;
    height: 10px;
    display: none;
    z-index: 1000;
}

    div.main-nav ul:first-child > li div.nav-arrow-container img.nav-arrow {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (max-width: 769px) {
    div.main-nav ul:first-child > li > a,
    div.main-nav ul:first-child > li > a:link,
    div.main-nav ul:first-child > li > a:visited,
    div.main-nav ul:first-child > li > label {
        font-size: 14px;
    }
}

div.KJEWrapper {
    background: white !important;
}

/*=============================================================================*/
/* Mobile Navigation */
/*=============================================================================*/

div.mobile-nav div.subnav {
    display: none;
    width: 100%;
    z-index: 1000;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #d8dfe1;
    list-style: none;
    padding-left: 25px;
    padding-right: 25px;
}

div.mobile-nav {
    z-index: 1000;
    background-color: #d8dfe1;
    width: 100%;
    position: absolute;
    left: -100%;
    bottom: 0;
    top: 51px;
}

    div.mobile-nav > ul {
        width: 100%;
        list-style: none;
        padding-left: 25px;
        padding-right: 25px;
    }

        div.mobile-nav > ul > li {
            border-top: 1px solid #bbc1c2;
        }

            div.mobile-nav > ul > li:last-of-type {
                border-bottom: 1px solid #bbc1c2;
            }

            div.mobile-nav > ul > li label,
            div.mobile-nav > ul > li a,
            .mobile-nav span.subnav-heading {
                padding: 10px;
                margin: 0;
                display: block;
                font-family: 'RobotoSlab-Regular', Arial, sans-serif;
                color: #003f53;
                font-size: 14px;
                text-decoration: none;
                font-weight: 700;
                cursor: pointer;
            }

    div.mobile-nav div.mobile-search {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        div.mobile-nav div.mobile-search input {
            width: 100%;
            background: none;
            padding: 5px 10px;
            box-shadow: none;
            outline: none;
            border: 1px solid #003f53;
        }

    div.mobile-nav label.back {
        font-family: 'RobotoSlab-Regular', Arial, sans-serif;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 700;
        cursor: pointer;
    }

    div.mobile-nav div.subnav label,
    .mobile-nav span.subnav-heading {
        display: block;
        border-top: 1px solid #bbc1c2;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

        div.mobile-nav div.subnav label.tail-label {
            border-top: none;
            padding-top: 0;
            padding-bottom: 0;
            margin: 0;
            height: 0;
        }

        div.mobile-nav div.subnav label a,
        div.mobile-nav div.subnav label,
        .mobile-nav span.subnav-heading,
        .mobile-nav span.subnav-heading a,
        .mobile-nav .overview a {
            font-family: 'RobotoSlab-Regular', Arial, sans-serif;
            font-size: 14px;
            color: #003f53;
            cursor: pointer;
        }

.mobile-nav .overview a {
    font-weight: 700;
}

div.mobile-nav div.subnav ul li a:hover {
    text-decoration: none;
    color: #003f53;
}

div.mobile-nav div.subnav ul {
    list-style: none;
    padding-left: 30px;
}

div.mobile-nav div.subnav div.subnav-column:last-of-type {
    border-bottom: 1px solid #bbc1c2;
}

div.mobile-nav-background {
    left: -1000px;
    z-index: 900;
    position: fixed;
    background-color: #d8dfe1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}


/*=============================================================================*/
/* Modal */
/*=============================================================================*/

div.leaving-site-popup div.modal-content {
    border-radius: 0 !important;
}

div.leaving-site-popup button.btn-blue {
    font-size: 15px;
}


/*=============================================================================*/
/* Widget - Hero Slider */
/*=============================================================================*/

div.hero-slider {
    display: none;
}

    div.hero-slider div.slide {
        outline: none;
        border: none;
    }

        div.hero-slider div.slide img {
            width: 100%;
        }

        div.hero-slider div.slide div.text-wrapper {
            position: absolute;
            max-width: 1060px;
            display: block;
            margin: 0 auto;
            left: 0;
            right: 0;
            padding: 0 30px;
            top: 20%;
            max-height: 80%;
        }

            div.hero-slider div.slide div.text-wrapper h1 {
                font-family: 'RobotoSlab-Bold', Arial, sans-serif;
                color: white;
                font-size: 36px;
            }

            div.hero-slider div.slide div.text-wrapper p {
                font-family: 'OpenSans-Regular', Arial, sans-serif;
                color: white;
                font-size: 20px;
            }

    div.hero-slider button.slick-arrow {
        background: none;
        border: none;
        position: absolute;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
    }

        div.hero-slider button.slick-arrow.slick-prev {
            left: 1%;
        }

        div.hero-slider button.slick-arrow.slick-next {
            right: 1%;
        }

.slick-slider {
    display: block !important;
}


/*=============================================================================*/
/* Homepage Hero Banner */
/*=============================================================================*/
.hero-banner .banner-container .banner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.hero-banner .banner-container.blue .banner {
    background: #003f53;
    color: #003f53;
}
.hero-banner .banner-container.orange .banner {
    background: #f5821f;
    color: #f5821f;
}
.hero-banner .banner-container .banner .banner-wrap {
    background: #fff;
    width: 1014px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 32px;
    padding: 0 0 0 38px;
    align-items: center;
    justify-content: center;
    margin: 1px 0;
}
.hero-banner .banner-container .banner .banner-group {
    display: flex;
    gap: 15px;
    align-items: center;
}
.hero-banner .banner-container .banner .banner-group label {
  font-size: 30px;
  font-weight: 500;
}
.hero-banner .banner-container .banner .banner-group select {
  border: 0;
  border-bottom: 1px solid;
  font-size: 20px;
  margin: 20px 0;
  padding: 5px 2px;
  width: 275px;
}
.hero-banner .banner-container .banner .banner-group select:active,
.hero-banner .banner-container .banner .banner-group select :focus {
    outline: 0;
}
.hero-banner .banner-container .banner .banner-group button {
  height: 80px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 40px;
}




/*=============================================================================*/
/* Widget - Subpage Hero */
/*=============================================================================*/

div.subpage-hero {
    position: relative;
    margin-bottom: 25px;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 350px;
    background-position: right top;
}

    div.subpage-hero div.inner-wrapper{
        max-width:100%;
        
    }

    div.subpage-hero div.text {
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        margin: 0;
        width: 66%;
        /*transform: translateY(-50%);*/
        font-size: calc(100vw / 1903 * 16);
    }

    div.subpage-hero .button {
        display: inline-block;
        padding: 5px 15px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        font-size: 2em;
        color: white;
        font-weight: bolder;
        font-family: sans-serif;
        background-color: #f58322;
        margin-top: 40px;
        border:none;
    }

        .subpage-hero .inner-wrapper .top-text{
            font-size:2.3em;
            color:#003f53;
            font-weight:800;
            font-family: sans-serif;
            margin:0;
            line-height:1;
        }

        .subpage-hero .inner-wrapper .middle-text {
            font-size: 3.1em;
            color:#f58322;
            font-weight:900;
            font-family: sans-serif;
            margin:5px 0;
            line-height:1;
        }

        .subpage-hero .inner-wrapper .bottom-text {
            font-size: 1.1em;
            color: #003f53;
            font-family: 'OpenSans-Bold', Arial, sans-serif;
            margin-top:0;
            line-height:1;
        }

        .subpage-hero-link{
            display:block;
            height:100%;
        }   
/*=============================================================================*/
/* Widget - Tile */
/*=============================================================================*/
div.tile {
    background-color: #ebeff0;
    margin-bottom: 13px;
    width: 100%;
}

    div.tile img {
        width: 100%;
    }

    div.tile div.content-wrapper {
        padding: 0 17px 10px;
    }

        div.tile div.content-wrapper h3 {
            color: #003f53;
            font-family: 'RobotoSlab-Bold', Arial, sans-serif;
            font-size: 15px;
        }

        div.tile div.content-wrapper p {
            color: #666666;
            font-size: 13px;
            font-family: 'OpenSans-Regular', Arial, sans-serif;
            line-height: 20px;
        }

        div.tile div.content-wrapper div a:first-of-type {
            color: #666666;
            font-size: 13px;
            font-family: 'OpenSans-Regular', Arial, sans-serif;
        }

        div.tile div.content-wrapper div a.btn-orange {
            float: right;
            padding: 3px 10px;
        }


/*=============================================================================*/
/* Widget - Tile */
/*=============================================================================*/

div.stackable-link {
    margin-top: -1px;
    margin-bottom: 0;
    border-top: 1px solid #bbc1c2;
    border-bottom: 1px solid #bbc1c2;
}

    div.stackable-link a {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 0;
        padding-bottom: 0;
        text-decoration: none;
        color: #003f53;
        font-size: 18px;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        display: inline-block;
    }


/*=============================================================================*/
/* Widget - Loan Links */
/*=============================================================================*/

div.loan-links {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
}

    div.loan-links div.loan-links-container {
        display: inline-block;
    }

        div.loan-links div.loan-links-container > div {
            display: table-cell;
        }

        div.loan-links div.loan-links-container a {
            display: block;
            text-decoration: none;
        }

            div.loan-links div.loan-links-container a img {
                display: block;
                width: 90px;
                margin: 0 45px 5px;
            }

            div.loan-links div.loan-links-container a label,
            div.loan-links div.loan-links-container a span {
                display: block;
                width: 100%;
                text-align: center;
                cursor: pointer;
                color: #999999;
                font-weight: 700;
            }

                div.loan-links div.loan-links-container a label.active,
                div.loan-links div.loan-links-container a span.active {
                    color: #f5821f;
                }

div.white-bg div.loan-links {
    margin-bottom: 0px;
}


/*=============================================================================*/
/* Widget - Rates Icons */
/*=============================================================================*/

div.rates-icons {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
}

    div.rates-icons div.rates-icons-container {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

        div.rates-icons div.rates-icons-container > div {
            display: inline-block;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        div.rates-icons div.rates-icons-container a {
            display: block;
            text-decoration: none;
        }

            div.rates-icons div.rates-icons-container a img {
                display: block;
                width: 90px;
                margin: 0 45px 5px;
            }

            div.rates-icons div.rates-icons-container a label,
            div.rates-icons div.rates-icons-container a span {
                display: block;
                width: 100%;
                text-align: center;
                cursor: pointer;
                color: #999999;
                font-weight: 700;
            }

                div.rates-icons div.rates-icons-container a label.active,
                div.rates-icons div.rates-icons-container a span.active {
                    color: #f5821f;
                }


/*=============================================================================*/
/* Widget - Accordion Item */
/*=============================================================================*/

div.accordion-container {
    border-bottom: 1px solid #e4e9ea;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

    div.accordion-container div.accordion-item {
        border-top: 1px solid #e4e9ea;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: none;
        border-right: none;
        border-bottom:none;
    }

        div.accordion-container div.accordion-item .inner-accordion {
            padding-left: 15px;
            padding-right: 15px;
        }

            div.accordion-container div.accordion-item .inner-accordion .expandable {
                display: none;
                margin-top: 20px;
            }

            div.accordion-container div.accordion-item .inner-accordion .label {
                color: #003f53;
                font-size: 18px;
                font-family: 'OpenSans-Regular', Arial, sans-serif;
                padding: 0;
                margin: 5px 0;
                cursor: pointer;
                white-space: normal;
            }

                div.accordion-container div.accordion-item .inner-accordion .label span.title {
                    font-family: 'Roboto-Bold', Arial, sans-serif;
                }

    div.accordion-container div.row {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }


/*=============================================================================*/
/* Widget - Todays Rates Table */
/*=============================================================================*/

div.todays-rates-table {
    width: 100%;
}

    div.todays-rates-table div.header {
        background-color: #003f53;
        color: white;
        text-align: left;
        margin-bottom: 5px;
        font-size: 24px;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
        min-height: 1px;
    }
.denali-template div.todays-rates-table div.header {
    background-color: #767679;
}

div.todays-rates-table div.content {
    background-color: #eef2f3;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #d5d6d8;
}

        div.todays-rates-table div.content div.content-inner-wrapper {
            margin: 0 20px;
        }

            div.todays-rates-table div.content div.content-inner-wrapper hr {
                margin: 0;
                color: #666666;
                border: 1px solid #d5d6d8;
            }

            div.todays-rates-table div.content div.content-inner-wrapper div.content-item {
                padding: 0 10px;
            }

                div.todays-rates-table div.content div.content-inner-wrapper div.content-item div.column-1 {
                    width: 48%;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: left;
                }

                    div.todays-rates-table div.content div.content-inner-wrapper div.content-item div.column-1 span {
                        display: block;
                        color: #666666;
                        line-height: 12px;
                        margin-bottom: 5px;
                        font-family: 'OpenSans-Regular', Arial, sans-serif;
                    }

                    div.todays-rates-table div.content div.content-inner-wrapper div.content-item div.column-1 label,
                    div.todays-rates-table div.content div.content-inner-wrapper div.content-item div.column-1 label a,
                    a.product-label {
                        margin-bottom: 0;
                        color: #003f53;
                        font-family: 'OpenSans-Regular', Arial, sans-serif;
                        font-size: 16px;
                        margin-top: 3px;
                        font-weight: 700;
                    }

                div.todays-rates-table div.content div.content-inner-wrapper div.content-item div.column-2 {
                    width: 48%;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: right;
                    color: #666666;
                    font-family: 'OpenSans-Bold', Arial, sans-serif;
                    font-size: 19px;
                }

    div.todays-rates-table div.footer {
        background-color: #003f53;
        margin-bottom: 10px;
        padding: 5px 30px;
        text-align: right;
    }

        div.todays-rates-table div.footer a {
            font-size: 16px;
        }


/*=============================================================================*/
/* Widget Template - SearchBox */
/*=============================================================================*/

.search-wrapper {
    margin-top: 2px;
}

    .search-wrapper label {
        font-size: 13px;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
    }

    .search-wrapper button {
        background: none;
        border: none;
        padding: 0;
    }

    .search-wrapper input {
        width: 124px;
        background-color: #e4e9ea;
        padding: 5px;
        font-size: 13px;
        font-family: 'OpenSans-Regular', Arial, sans-serif;
        border: 1px solid #ccc;
        outline: none;
    }


/*=============================================================================*/
/* Widget Template - SearchResults */
/*=============================================================================*/

div.sf-search-results div.media {
    margin-bottom: 20px;
    margin-top: 20px;
}

    div.sf-search-results div.media h2 a {
        color: #003f53;
        font-size: 20px;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
    }

    div.sf-search-results div.media a.search-result-link {
        font-style: italic;
    }

.custom-search-results {
    margin-top: 30px;
}

    .custom-search-results p em {
        font-style: normal !important;
    }


/*=============================================================================*/
/* Layout Widget - Table - Table Container */
/*=============================================================================*/

div.testamonial-container {
    background-color: #77767b;
    color: white;
    margin-top: -25px;
    margin-bottom: 25px;
}

    div.testamonial-container div.row.inner-wrapper {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    div.testamonial-container p,
    div.testamonial-container label {
        color: white;
        margin-bottom: 0px;
        font-size: 13px;
    }

    div.testamonial-container div.row div.col-sm-4[data-sf-element="Column 2"] {
        padding-left: 15px !important;
    }

.sfPageEditor div.testamonial-container {
    margin-top: 0;
}


/*=============================================================================*/
/* Layout Widget - Table - Table Container */
/*=============================================================================*/

div.table-container table {
    margin: 10px 0;
    width: 100%;
    margin-bottom: 35px;
}

    div.table-container table tr:nth-of-type(n+3) {
        border-top: 1px solid #e4e9ea;
    }

    div.table-container table tr td,
    div.table-container table tr th {
        vertical-align: top;
        padding: 10px;
        color: #666666;
        font-family: 'OpenSans-Regular', Arial, sans-serif;
    }

        div.table-container table tr td p, div.table-container table tr th p {
            margin-top: 0;
            margin-bottom: 0;
            font-weight: normal;
        }

        div.table-container table tr td strong, div.table-container table tr th strong {
            font-family: 'OpenSans-Semibold', Arial, sans-serif;
            font-weight: normal;
        }

    div.table-container table tr:first-of-type td,
    div.table-container table tr:first-of-type th {
        background-color: #e4e9ea;
        white-space: nowrap;
        font-family: 'OpenSans-Semibold', Arial, sans-serif;
        font-size: 18px;
        color: #666666;
        border-right: 4px solid white;
    }

        div.table-container table tr:first-of-type td:last-of-type,
        div.table-container table tr:first-of-type th:last-of-type {
            border-right: none;
        }

        div.table-container table tr:first-of-type td strong,
        div.table-container table tr:first-of-type th strong {
            font-family: 'OpenSans-Bold', Arial, sans-serif;
            font-weight: normal;
        }

div.table-container.columns-2 table tr td:nth-of-type(2),
div.table-container.columns-2 table tr th:nth-of-type(2) {
    width: 50%;
}

div.table-container table.wrap tr:first-of-type td,
div.table-container table.wrap tr:first-of-type th {
    white-space: normal !important;
}

/*=============================================================================*/
/* Layout Widget - Table - Rate Table Container */
/*=============================================================================*/

div.rate-table-container table {
    margin: 10px 0;
    width: 100%;
    margin-bottom: 35px;
}

    div.rate-table-container table tr:nth-of-type(n+3) {
        border-top: 1px solid #e4e9ea;
    }

    div.rate-table-container table tr td,
    div.rate-table-container table tr th {
        vertical-align: top;
        padding: 10px;
        color: #666666;
        font-family: 'OpenSans-Regular', Arial, sans-serif;
    }

        div.rate-table-container table tr td p, div.rate-table-container table tr th p {
            margin-top: 0;
            margin-bottom: 0;
            font-weight: normal;
        }

        div.rate-table-container table tr td strong, div.rate-table-container table tr th strong {
            font-family: 'OpenSans-Semibold', Arial, sans-serif;
            font-weight: normal;
        }

    div.rate-table-container table tr:first-of-type td,
    div.rate-table-container table tr:first-of-type th {
        background-color: #e4e9ea;
        white-space: nowrap;
        font-family: 'OpenSans-Semibold', Arial, sans-serif;
        font-size: 18px;
        color: #666666;
        border-right: 4px solid white;
    }

        div.rate-table-container table tr:first-of-type td:last-of-type,
        div.rate-table-container table tr:first-of-type th:last-of-type {
            border-right: none;
        }

        div.rate-table-container table tr:first-of-type td strong,
        div.rate-table-container table tr:first-of-type th strong {
            font-family: 'OpenSans-Bold', Arial, sans-serif;
            font-weight: normal;
        }

div.rate-table-container.columns-2 table tr td:nth-of-type(2),
div.rate-table-container.columns-2 table tr th:nth-of-type(2) {
    width: 50%;
}

div.rate-table-container table.wrap tr:first-of-type td,
div.rate-table-container table.wrap tr:first-of-type th {
    white-space: normal !important;
}

div.rate-table-container .mobile-tables table tr th:first-of-type{
    display: none;
}


/*=============================================================================*/
/* Layout Widget - Table - Comparison Table Container */
/*=============================================================================*/

div.comparison-table-container table {
    margin: 10px 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 35px;
}

    div.comparison-table-container table tr:nth-of-type(n+2) {
        border-top: 1px solid #e4e9ea;
    }

        div.comparison-table-container table tr:nth-of-type(n+2) td {
            border-right: 1px solid #e4e9ea;
        }

            div.comparison-table-container table tr:nth-of-type(n+2) td:last-of-type {
                border-right: none;
            }

    div.comparison-table-container table tr td {
        vertical-align: top;
        padding: 10px;
        color: #666666;
        font-family: 'OpenSans-Regular', Arial, sans-serif;
        position: relative;
    }

        div.comparison-table-container table tr td.selected {
            background-color: #e8eced;
        }

    div.comparison-table-container table tr:first-of-type td:nth-of-type(n+2) {
        cursor: pointer;
    }

    div.comparison-table-container table tr:first-of-type td.selected {
        background-color: #666666;
        color: white;
    }

    div.comparison-table-container table tr td p {
        margin-top: 0;
        margin-bottom: 0;
    }

    div.comparison-table-container table tr td span.sf-Image-wrapper {
        text-align: center;
        width: 100%;
        display: block;
    }

    div.comparison-table-container table tr td img {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        display: block;
    }

    div.comparison-table-container table tr td strong {
        font-family: 'OpenSans-Semibold', Arial, sans-serif;
        font-weight: normal;
    }

    div.comparison-table-container table tr:first-of-type td {
        background-color: #e4e9ea;
        white-space: nowrap;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        font-size: 17px;
        color: #003f53;
        border-right: 1px solid white;
    }

    div.comparison-table-container table.wrap tr:first-of-type td {
        white-space: normal !important;
    }

    div.comparison-table-container table tr:first-of-type td:first-of-type {
        width: 310px;
    }

    div.comparison-table-container table tr:first-of-type td:nth-of-type(n+2) {
        text-align: center;
    }

    div.comparison-table-container table tr:first-of-type td:last-of-type {
        border-right: none;
    }

    div.comparison-table-container table tr:first-of-type td strong {
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        font-weight: normal;
    }

    div.comparison-table-container table tr:first-of-type td img {
        position: absolute;
        top: -10px;
        display: none;
    }


/*=============================================================================*/
/* Layout Widget - Table - Table Container */
/*=============================================================================*/

div.gradient-table-container table {
    width: 100%;
    background: url('../Images/table-gradient.jpg') repeat-y top left;
    background-size: contain;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.gradient-table-container table tr td:first-of-type {
    font-family: 'OpenSans-Bold', Arial, sans-serif !important;
    padding-right: 5px;
}
/*=============================================================================*/
/* Fix to e-banking mobile app  */
/*=============================================================================*/
.mobile-app h3:first-of-type {
    margin-top: 10px;
}

/*=============================================================================*/
/* Layout Widget - Responsive Table Description */
/*=============================================================================*/

/* Keep this for Responsive styles */
/*div.responsive-table-description {max-width: 1060px; margin-left: auto; margin-right: auto; display: block; float: none; padding-left: 30px; padding-right: 30px; position: absolute; left: 0; right: 0;}*/
div.responsive-table-description div.content {
    margin-left: 20px;
    margin-right: 20px;
}

div.responsive-table-description h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-bottom: 1px solid #e4e9ea;
    border-top: 1px solid #e4e9ea;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
}

    div.responsive-table-description h2.expanded {
        background-color: #ebeff0;
    }

    div.responsive-table-description h2 span {
        margin-left: 10px;
        white-space: pre;
        display: inline;
    }

    div.responsive-table-description h2 a {
        float: right;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: -5px;
    }

div.responsive-table-description div.content:first-of-type {
    margin-top: 15px;
}

div.responsive-table-description table {
    width: 100%;
}

    div.responsive-table-description table tr {
        border-bottom: 1px solid #e4e9ea;
    }

        div.responsive-table-description table tr:first-of-type {
            background-color: #e4e9ea;
        }

        div.responsive-table-description table tr:last-of-type {
            border-bottom: none;
        }

        div.responsive-table-description table tr td {
            vertical-align: top;
            padding: 10px;
            color: #666666;
            font-family: 'OpenSans-Regular', Arial, sans-serif;
            position: relative;
            width: 50%;
        }

            div.responsive-table-description table tr td:last-of-type {
                text-align: center;
            }

div.highlighted-content table {
    display: none;
}

div.highlighted-content h2 span {
    display: none;
}

div.highlighted-content h2 a {
    display: none !important;
}

div.highlighted-content div.content {
    display: block !important;
}


/*=============================================================================*/
/* Layout Widget - Deals Container */
/*=============================================================================*/

div.deals-container {
    max-width: 706px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    div.deals-container img {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    div.deals-container p {
        width: 100%;
        margin-bottom: 15px;
    }


/*=============================================================================*/
/* Widget - Email Form */
/*=============================================================================*/

.email-contact-form-wrapper .form-control {
    width: 75%;
    margin: 12px 0;
    border-radius: 0;
}
/*select#Referral { width:45%; height: 35px; border: 1px solid #ccc; border-radius: 4px;}*/
.email-contact-form-wrapper .dropdown {
    padding-left: 7px
}

.email-contact-form-wrapper button {
    border-radius: 0px;
    border: none;
    background-color: #f5821f;
    font-size: -3px;
    height: 35px;
    width: 117px;
    display: block;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 1px;
    margin: 5px
}
.email-contact-form-wrapper.denali-form button {
    border-radius: 0px;
    border: none;
    background-color: #003f53;
    font-size: -3px;
    height: 35px;
    width: 117px;
    display: block;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 1px;
    margin: 5px
}
.email-contact-form-wrapper label {
    display: none;
}
.email-contact-form-wrapper p[data-sf-role="error-message"] {
    color: red;
    font-size: 14px;
    line-height: 1.428571429;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.email-contact-form-wrapper input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.email-contact-form-wrapper select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.email-contact-form-wrapper input, .email-contact-form-wrapper select {
    width: 75%;
    margin: 0px 0 12px 0;
    border-radius: 0;
    height: 34px;
    padding: 0px 12px 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
    .email-contact-form-wrapper textarea {
        width: 75%;
        margin: 12px 0;
        border-radius: 0;
        height: 94px;
        padding: 6px 12px;
    }
.email-contact-form-wrapper select {
    padding-left: 7px;
    color: #555;
}

.addedvac {
    background: #efefef;
    padding: 25px;
    margin: 50px auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #f58322;
}

.addedvac input[name="CheckboxesFieldController"] {
    width: 3% !important;
}

.addedvac input {
    background-color: #fff;
    border: #d8e0e5 solid 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #35373b;
    font-family: OpenSans-Regular,Arial,sans-serif;
    padding: 0.625em 0.4375em;
    width: 100%;
}

.addedvac label {
    display: block;
    font-family: OpenSans-Regular,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 0;
}



.addedvac button {
    border-radius: 7px;
    font-weight: bold;
    background-color: #f5821f;
    color: white !important;
    border: 1px solid #f5821f;
    text-decoration: none !important;
    padding: 5px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.addedvac.denali {
    border: 6px solid #003f53;
}


.checkbo label {
    margin: 15px 0px 15px 0px;
}

.addedvac.denali button {
    background-color: #003f53;
    border: 1px solid #003f53;
}

/*=============================================================================*/
/* Buttons */
/*=============================================================================*/
a.signature-loans-btn {
    display: inline-block;
    width: 90px;
    background-image: url('/Custom/Content/Images/signature.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 90px;
    color: #999999;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

    a.signature-loans-btn:hover {
        background-image: url('/Custom/Content/Images/signature_roll.png')
    }

    a.signature-loans-btn:active {
        background-image: url('/Custom/Content/Images/signature_click.png');
        color: #f5821f
    }


a.vehicle-loans-btn {
    display: inline-block;
    width: 90px;
    background-image: url('/Custom/Content/Images/vehicle.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 90px;
    color: #999999;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

    a.vehicle-loans-btn:hover {
        background-image: url('/Custom/Content/Images/vehicle_roll.png')
    }

    a.vehicle-loans-btn:active {
        background-image: url('/Custom/Content/Images/vehicle_click.png');
        color: #f5821f
    }


a.home-loans-btn {
    display: inline-block;
    width: 90px;
    background-image: url('/Custom/Content/Images/home_equity.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 90px;
    color: #999999;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

    a.home-loans-btn:hover {
        background-image: url('/Custom/Content/Images/home_equity_roll.png')
    }

    a.home-loans-btn:active {
        background-image: url('/Custom/Content/Images/home_equity_click.png');
        color: #f5821f
    }


a.mortgage-loans-btn {
    display: inline-block;
    width: 90px;
    background-image: url('/Custom/Content/Images/mortgage.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 90px;
    color: #999999;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

    a.mortgage-loans-btn:hover {
        background-image: url('/Custom/Content/Images/mortgage_roll.png')
    }

    a.mortgage-loans-btn:active {
        background-image: url('/Custom/Content/Images/mortgage_click.png');
        color: #f5821f
    }


/*=============================================================================*/
/* Calculators */
/*=============================================================================*/

div.KJEWrapper {
    background: none !important;
}

#KJEAllContent {
    background: none !important;
}

div.KJEArrow {
    border-left: 6px solid rgba(0,0,212, 0.6) !important;
    border-right: 6px solid rgba(0,0,212, 0.6) !important;
}

/*=============================================================================*/
/* Stacktable Styles */
/*=============================================================================*/
.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

div.mobile-tables {
    margin-bottom: 35px;
}

    div.mobile-tables table {
        margin-bottom: 0;
    }

/*=============================================================================*/
/* Live Chat */
/*=============================================================================*/

div.live-chat {
    position: relative;
    float: left;
}

body.sfPageEditor div.live-chat {
    position: relative;
    width: 100%;
    float: none;
}

/*=============================================================================*/
/* Custom Blog Widget */
/*=============================================================================*/
.list-container {
    padding-top: 20px;
}

.listing-container:not(:first-of-type) {
    padding-top: 15px;
}

.listing-container {
    padding-bottom: 15px;
}

@media screen and (min-width: 769px) {
    .blog-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.listing-container:not(:last-of-type) {
    border-bottom: 1px solid #999;
}

.listing-container .listing-thumbnail-container {
    float: left;
    margin-right: 10px;
}

.listing-container .listing-thumbnail {
    display: block;
    max-height: 150px;
}

.listing-container .listing-title {
    color: #003f53;
    font-size: 21px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}

.listing-container .listing-summary {
    color: #999;
    font-weight: 600;
}

.listing-container h3 {
    margin-top: 0;
}

.blog-detail-summary {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*=============================================================================*/
/* Sidebar on blog page */
/*=============================================================================*/
.blog-sidebar h3 {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: none !important;
    font-size: 16px;
    letter-spacing: 1px;
}

.blog-sidebar h1 {
    color: #003f53;
    font-size: 20px;
    font-family: 'RobotoSlab-Bold', Arial, sans-serif;
    margin-top: 0;
}

.blog-sidebar ul {
    list-style-type: none;
    padding: 0;
    position: relative;
}

    .blog-sidebar ul li,
    .blog-sidebar ul li a {
        color: #003f53;
        font-weight: 600;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 14px;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
    }

.blog-sidebar .condensed-list li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.blog-sidebar .blog-category-list li,
.blog-sidebar .blog-category-list li a,
.blog-sidebar .see-more-link {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: none;
    font-size: 14px;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
}

.blog-sidebar ul:not(.sf-social-share)::before {
    content: "";
    position: absolute;
    top: -3px;
    height: 3px;
    width: 100%;
    background: linear-gradient(to left, transparent, #f5821f);
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#f5821f), to(transparent));
    background-image: -webkit-linear-gradient(right, transparent, #f5821f);
    background-image: -moz-linear-gradient(right, transparent, #f5821f);
    background-image: -o-linear-gradient(right, transparent, #f5821f);
}

.blog-sidebar img {
    display: block;
    margin-bottom: 15px;
}

.blog-sidebar h4 {
    margin-bottom: 0;
}

    .blog-sidebar h4 a {
        font-family: 'OpenSans-Bold', Arial, sans-serif;
    }

.blog-sidebar .condensed-list time {
    font-family: 'OpenSans-Light', Arial, sans-serif;
    font-size: 13px;
}

.blog-sidebar .see-more-link {
    float: right;
    color: #003f53;
    text-decoration: none;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}

@media screen and (min-width: 769px) {
    .row.events-blog-layout.details .col-sm-9,
    .row.events-blog-layout.details .col-sm-3 {
        padding-top: 20px;
    }

    .row.events-blog-layout .col-sm-9 {
        padding-right: 40px;
    }

    .row.events-blog-layout {
        margin-top: -20px;
    }

        .row.events-blog-layout.details {
            margin-top: 0;
        }
}

/*=============================================================================*/
/* Cards */
/*=============================================================================*/

.savings {
    min-height: 320px;
    border-style: solid;
    border-color: #ecf0f1;
    border-width: 1px 1px 1px 1px;
    margin-bottom: 20px;
}

.savings .savings_header {
    font-size: 15px;
    padding: 10px 30px;
    background-color: #ecf0f1;
    color: #003f53;
    min-height: 70px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
}
.savings p {
    font-size: 14pt;
    font-weight: bold;
    color: #2c586b;
    text-align: center;
}

.savings ul {
    list-style-image: url("/Custom/Content/Images/cc-checkmark.png");
    padding: 10px 10px 5px 31px;
}
.savings .savings_link.open-account_link{
    border-radius: 7px;
    font-weight: bold;
    background-color: #f5821f;
    color: white;
    border: 2px solid #f5821f;
    text-decoration: none;
    padding: 5px 10px;
    margin: 50px 0 0 10px;
    display: inline-block;
}
.open-account_link.checking {
    color: #337ab7 !important;
    text-decoration: none !important;
}
.open-account_link.checking:hover {
    text-decoration: underline !important;
}
    
/*=============================================================================*/
/* WCAG Fixes */
/*=============================================================================*/
/* To make an H1 look like an H2 */
.first-level-heading {
    text-transform: uppercase;
    color: #003f53;
    font-size: 20px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    margin-top: 0;
}

/* To make an H3 look like an H6 */
.underlined-subheading {
    color: #666666;
    font-size: 18px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    border-bottom: 2px solid #666666;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: none !important;
}

/* To make an H3 look like an H5 */
.emphasized-subheading {
    color: #666666;
    font-size: 20px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    text-transform: none !important;
}

/* To add some bottom padding */
.add-bottom-padding {
    padding-bottom: 5px;
}

    .add-bottom-padding.x2 {
        padding-bottom: 10px;
    }

    .add-bottom-padding.x3 {
        padding-bottom: 15px;
    }

    .add-bottom-padding.x4 {
        padding-bottom: 20px;
    }

    .add-bottom-padding.x5 {
        padding-bottom: 25px;
    }

    .add-bottom-padding.x6 {
        padding-bottom: 30px;
    }

.add-top-padding {
    padding-top: 5px;
}

    .add-top-padding.x2 {
        padding-top: 10px;
    }

    .add-top-padding.x3 {
        padding-top: 15px;
    }

    .add-top-padding.x4 {
        padding-top: 20px;
    }

    .add-top-padding.x5 {
        padding-top: 25px;
    }

    .add-top-padding.x6 {
        padding-top: 30px;
    }

.video-container iframe {
    width: 100%;
}

.video-container {
    padding-bottom: 20px;
}

.map-container iframe {
    width: 100%;
}

.map-container {
    padding-top: 10px;
}

table.auto-loan {
    width: 856px;
}

.rates-ddl-wrapper td{
    text-align: left;
}
.rates-ddl-wrapper {
    text-align: right;
    position: relative;
    padding: 0;
}

    .rates-ddl-wrapper span {
        margin: 10px;
        white-space: nowrap;
    }

    .rates-ddl-wrapper select {
    }

    .rates-ddl-wrapper.open .segment-ddl {
        border: .5px solid lightgray;
    }

    .rates-ddl-wrapper.open .segment-ddl-arrow {
        transform: rotate(180deg);
    }

@media screen and (max-width: 490px) {
    .rates-ddl-wrapper span {
        margin: 0px;
    }

    .rates-ddl-wrapper .segment-ddl-arrow {
        width: 15px;
        bottom: -10px;
        float: right;
        margin-left: 5px;
    }

    .rates-ddl-wrapper span {
        font-size: 13px;
    }

    .segment-ddl {
        margin-bottom: 0;
    }

    .segment-ddl-wrapper {
        /*white-space:nowrap;*/
    }
}

@media screen and (max-width: 353px) {
}

div.mobile-tables {
    margin-bottom: 10px;
}

.segment-ddl-wrapper {
    display: inline-block;
}

.segment-ddl {
    width: 200px;
    float: right;
    list-style: none;
    text-align: left;
    background-color: #eef2f3;
    padding: 0;
    position: absolute;
    right: -13px;
    z-index: 100;
}

.segment-ddl-title,
.segment-ddl-arrow {
    display: inline-block;
}

.segment-ddl-arrow {
    width: 20px;
    position: relative;
    bottom: 2px;
}

.segment-ddl li {
    display: none;
    padding: 5px 10px;
}

    .segment-ddl li:hover {
        background-color: #003f53;
        cursor: pointer;
        color: #fff;
    }

    .segment-ddl li.selected {
        background-color: #003f53;
        color: #fff;
    }

.segment-ddl-wrapper:hover {
    cursor: pointer;
}
/*div.rates-ddl-wrapper {
    margin: 35px 0 !important;
    padding:0;
}*/
.rates-ddl-wrapper span {
    color: #003f53;
    text-transform: uppercase;
}

    .rates-ddl-wrapper span:nth-child(2),
    .rates-ddl-wrapper span:nth-child(1) {
        font-weight: bold;
    }

.rate-type-table {
    display: none !important;
    width: 100%;
}

    .rate-type-table.shown-table {
        display: table !important;
    }

.rate-template .effective-date-wrapper {
    padding: 10px 0;
}

span[id^="effective-date"] {
    display: none;
}

.visible-effective-date {
    float: left;
}

.todays-rates-footer {
    background-color: #003f53;
    height: 50px;
}
.denali-template .todays-rates-footer {
    background-color: #767679;
}


.todays-rates-footer .rates-ddl-wrapper {
    text-align: left;
    position: relative;
    margin: 0;
    padding: 12px 16px;
}

        .todays-rates-footer .rates-ddl-wrapper span:not(.bi):first-child {
            margin-right: -3px;
            font-weight: normal;
            width: 53%;
        }

        .todays-rates-footer .rates-ddl-wrapper span {
            color: #fff;
            text-transform: uppercase;
            font-size: 11px;
            display: inline-block;
            width: auto;
            margin: 0;
        }

    

        .todays-rates-footer .segment-ddl.open {
            border: 2px solid lightgray;
        }

        .todays-rates-footer .segment-ddl li {
            font-size: 11px;
        }

    .todays-rates-footer .segment-ddl-title .bi {
        margin-left: 7px;
    }

    /*Zach - 4-11-2019 - Added this for the location picker to dynamically display the "Rates For [state location name]" */
    #locationPicker .segment-name {
    display: flex;
    position: absolute;
    left: -180px;
    top: 9px;
    }

@media screen and (min-width: 1025px) {
    .todays-rates-footer .segment-ddl-title {
        position: absolute;
        right: 10px;
        top: 17px;
    }
    .todays-rates-footer .segment-ddl {
        width: 143px;
        right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .todays-rates-footer .segment-ddl-title {
        position: unset;
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px !important;
    }
    .todays-rates-footer {
        height: 70px;
    }
        .todays-rates-footer .segment-ddl {
            width: 143px;
            right: 25px;
            top: 59px;
        }
    .todays-rates-footer .segment-name {
        text-align: center;
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {

    /*Zach - 4-15-2019 - Added this for the location picker to dynamically display the "Rates For [state location name] in a mobile display" */
    #locationPicker .segment-name {
        display: inline-flex;
        padding-right: 16px;
        position: unset;
        left: 0;
        top: 0;
    }

}

/*=============================================================================*/
/* IE Modal*/
/*=============================================================================*/

.custom-modal {
    display: none;
    position: fixed;
    padding: 0 40px;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: white;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
}
.custom-modal.open{
    display: block;
    top: 179px;
    left: 25%;
}
.custom-modal .custom-modal_header img {
    display: block;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}
.custom-modal .custom-modal_header p {
    margin-bottom: 20px;
}
.custom-modal .custom-modal_header img.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    cursor: pointer;
}
.custom-modal span{
    font-size: 18px;
    font-weight: bold;
}
.custom-modal p {
    font-size: 15px;
}
.custom-modal span, .custom-modal p {
    color: #666666;
}
.custom-modal .custom-modal_body{
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.16);
}
.custom-modal .custom-modal_body img {
    margin: 0 auto 20px auto;
    height: 69px;
    width: 69px;
    display: block;
}
.custom-modal .custom-modal_body .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.custom-modal .custom-modal_body .custom-modal_body-content{
    background-color: white;
    padding-top: 20px;
}
.custom-modal .custom-modal_body .custom-modal_body-content p {
    margin-bottom: 25px;
    text-align: center;
}
.custom-modal .custom-modal_body .custom-modal_body-content a {
  display: inline-block;
  width: 168px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center; 
  color: #333333;
  background-color: #f5821f;
  font-size: 14px;
  font-weight: bold;
}
.custom-modal .custom-modal_body .custom-modal_body-content a:hover {
 background-color: #ff9c25;
}
.custom-modal_body-content_button-wrapper{
    text-align: center;
    padding-bottom: 20px;
}
.custom-modal .custom-modal_footer {
    padding: 20px 0 40px 0;
}
.custom-modal .recommended {
    background-color: #003f53;
    text-align: center;
    padding: 5px 0;
}
.custom-modal .custom-modal_body .custom-modal_body-content .recommended p {
    font-size: 14px;
    color: white;
    margin: 0;
}
.custom-modal span.close-modal {
    font-size: 11px;
    display: block;
    text-align: center;
    cursor: pointer;
}

/*=============================================================================*/
/* Search */
/*=============================================================================*/
#cludo-search-form {
    padding-top: 2px;
}

#cludo-search-form input[type=search] {
    background-color: #e4e9ea !important;
    padding: 5px !important;
    font-size: 13px !important;
    font-family: 'OpenSans-Regular', Arial, sans-serif !important;
    border: 1px solid #ccc !important;
    outline: none !important;
    margin-right: 3px !important;
    width: 175px !important;
    height: 30px !important;
}

#cludo-search-form button {
    top: 2px !important;
    background-color: transparent !important;
    background-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
}

#cludo-search-form label {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

/*#search-button {
    height: 22px !important;
    top:4px!important;
    background-size: contain;
    background-color: #e4e9ea !important;
}

@media (max-width:1500px) {
    #cludo-search-form {
        top: 10px !important;
        right: 52% !important;
    }
}*/

@media (max-width:767px) {
    #cludo-search-form input[type=search] {
        width: 100% !important;
    }
}

.pwd-container{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

#pwdIcon {
    width: 20px;
    height: 20px;
    margin-left: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
}


.hide-icon {
    background-image: url('/Custom/Content/Images/hide.png');
}

.show-icon {
    background-image: url('/Custom/Content/Images/show.png');
}

.bi::before {
    font-weight: bold !important;
}

.goog-te-gadget img{
    display: none;
}

.goog-te-gadget a {
    text-decoration: none;
}

.goog-te-gadget a span:first-of-type {
    padding-right: 10px;
 }

.goog-te-gadget a span:last-of-type {
    padding-left: 10px;
}

.footer-translator .goog-te-gadget-simple{
    border-color: white;
    color: white;
    background-color: #003f53;
}
.footer-translator .goog-te-gadget span{
    color: white !important;
}

#goog-gt-tt{
    display: none !important;
}