
/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------
*/

/* PROGRESS CU cuStyles.css  */

/*
--------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------

1.0 GENERAL
    1.1 NOTIFICATIONS

2.0 HEADER
    2.1 SEARCH BAR
    2.2 REMOVE X FROM SEARCH BAR
    2.3 SOCIAL MEDIA IN THE HEADER
    2.4 LOGIN BUTTONS
    2.5 BACK-TO-TOP BUTTON

3.0 CONTENT
    3.1 IMAGES SLIDER
    3.2 SPOTLIGHTS
    3.3 FANCY NUMBERED LIST
    3.4 NEWS SECTION
        3.4.1 NEWS ARTICLE SCROLL WIDGET
        3.4.2 NEWS FILTERS
        3.4.3 NEWS ARTICLE PAGE
        3.4.4 ARTICLE DATE
        3.4.5 ARTICLE SOCIAL SHARE
        3.4.6 ARTICLE TAGS
        3.4.7 NEWS MASONRY GRID
    3.5 COUNTERS
    3.6 SOCIAL MEDIA FEED SCROLL

4.0 CONTENT PAGES
    4.1 CONTENT PAGES HEADER
    4.2 SIDEBAR
    4.3 SIDEBAR - NEWS SLIDER
    4.4 CONTACT US PAGE
    4.5 CAREERS PAGE
    4.6 SERVICES MASONRY GRID
    4.7 TEAM MASONRY
    4.8 TESTIMONIALS
    4.9 CARDS
    4.10 FAQ FLIP CARDS
    4.11 DONUT CHART
    4.12 ANIMATED CHARTS
    4.13 IMAGE GALLERY
    4.14 GOOGLE MAPS
    4.15 404 ERROR PAGE
    4.16 SEARCH RESULT PAGE
    4.17 ACCORDION HELP FAQ
    4.18 UMBRACO FORMS
    4.19 DOWNLOAD LINK
    4.20 RELATED ARTICLES
    4.21 FIXED/STICKY SOCIAL MEDIA BAR
    4.22 STRIPED LIST
    4.23 ANNOUNCEMENTS
    4.24 QUICK LINKS DROPDOWN

5.0 LOAN APP BOXES POP UP OPTION
    5.1 LOAN APP TABS OPTION
    5.2 FILP CARDS LOAN OPTION

6.0 FOOTER
    6.1 FOOTER GLOBAL ADDRESS
    6.2 FOOTER SOCIAL MEDIA
    6.3 FOOTER REGULATORY LINKS
    6.4 FOOTER PROGRESS LOGO

7.0 MISC
    7.1 SLIDER
    7.2 SLIDER ARROWS
    7.3 FANCY BOX GENERAL
    7.4 OFFICE AREA - Breakout Video
    7.5 OFFICE AREA - Pop Out Video
    7.6 CUSTOM GENERAL CLASSES

8.0 MEDIA QUERIES
    8.1 Extra Large devices (portrait phones, less than 1400px)
    8.2 Large devices (desktops, less than 1200px)
    8.3 Medium devices (tablets, less than 992px)
    8.4 Small devices (landscape phones, less than 768px)
    8.5 Extra small devices (portrait phones, less than 576px)

BOOTSTRAP BREAKPOINTS
.col-lg- > 1200px (container width 1170px)
.col-md- > 992px (container width 970px)
.col-sm- > 768px (container width 750px)
.col-xs- < 768px (container width 100%)

*/

/*Temporary PopUp*/

.footer-popup {
    position: absolute;
    top: 0;
    background: rgb(255 237 214 / 80%);
    padding: 10px;
    width: 100%;
    color: #3c3c3c;
    font-weight: 500;
    z-index: 1;
    border-left: 5px solid #f8a232;
}

.footer-popup p {
    margin: 0;
}


/* ---------------------------------------------------------------------------------------------------------------- 1.0 GENERAL */


html {
}

body {
    color: #45525B;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #399BA2;
}

    a:hover {
        color: #40aeb6;
    }

.btn, .button {
}

    .button:hover {
        color: white;
        filter: brightness(1.125);
    }

    .button:focus {
    }

h1, h2, h3, h4, p.heading, button, .tabs, thead, nav#pagination, .apc.pod-windows .item .link, blockquote {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

h1 {
    font-weight: 700;
}

h2 {
    font-size: 1.625rem;
    font-size: clamp(.938rem, .938rem + 2vw, 1.625rem);
    font-weight: 700;
}

h3 {
}

h4 {
}

h5 {
}

h6, table th, footer .heading {
}

dl, ol, ul {
}

p, li, label {
}

p {
}

    p.caption {
    }

.container.content-page li {
}

blockquote {
    color: #106d9f;
    font-size: 1.125rem;
    font-style: normal;
}

    blockquote::before {
        background-color: #106d9f;
    }

    blockquote p {
    }

    blockquote cite {
    }

table {
}

.small, small {
    font-weight: 400;
}

.divCookiebotTab a, .divCookiebotTab a:hover {
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
}

.image-full {
    padding: 0 !important;
}

.divCookiebotTab {
    background-color: #f8a232;
    border-radius:0;
}

.green-headline h2, .how-it-works h3 {
    color: #399ba2;
}

.white-headline h2 {
    color: white !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 1.1 NOTIFICATIONS */
.bn-breaking-news {
    display: none;
}

    .bn-breaking-news:hover {
    }

.bn-play::after {
}

.fancybox-content ul {
}

.fancybox-content li {
}

.fancybox-content {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 950px;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.0 HEADER */

/* top menu */
.top-menu-wrapper {
    line-height: 1.25rem;
    background-color: #E7E9EB;
    color: #45525B;
    font-weight: 400;
}

.top-menu-socialLinks a {
    color: #45525B;
}

.callUsIcon {
    display: none;
}

span.callUs {
    font-weight: 600;
}

.top-menu-CallUs {
    padding: 10px 10px 10px 20px;
}

.top-menu-socialLinks {
    padding: 10px 20px 0 10px;
}

/* MAIN NAVIGATION */
.navbar {
    padding: 0;
    height: 98px;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .1);
}

.navbar-light .navbar-brand {
  padding-top: .25rem;
}

.navbar-brand, .navbar-brand img {
    width: 246px;
}

.navigation {
}

    .navigation.float {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
    }

.nav-toggle:before {
    background-color: #4997be;
    box-shadow: 0 0.38em 0 0 #4997be, 0 0.75em 0 0 #4997be;
}

.nav-header {
}

    .nav-header img {
    }

.nav-search-button {
    background-color: #cac9b5;
}


.nav-menu > li > a, .nav-menu:not(.nav-menu-social) > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item):hover > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).active > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).focus > a {
    color: #399BA2;
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
    font-size: 1.125rem;
}

.nav-menu:not(.nav-menu-social, .nav-dropdown) > li a::before {
    background: #dee2e6;
}

.nav-menu:not(.nav-menu-social) > li:first-child a::before, .nav-menu:not(.nav-menu-social) > li:last-child a::before {
}

.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item):hover > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).active > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).focus > a {
    border-bottom-color: #4997be;
}

.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item) > a {
}

    .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item) > a::before {
        background: #dee2e6;
    }

.nav-menu > li {
}

.submenu-indicator {
}

.submenu-indicator-chevron {
    border-color: transparent #4997be #4997be transparent;
}

.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #4997be #4997be transparent;
}

.nav-search-button {
}

    .nav-search-button:hover {
        background-color: #4997be;
    }

        .nav-search-button:hover .nav-search-icon {
            color: #fff;
        }

.nav-dropdown > li > a {
    color: #4997be;
}

    .nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a, .nav-dropdown > li > a.active {
        background: #4997be;
    }

.nav-dropdown > li {
}

.navbar-light .navbar-nav .nav-link {
    color: #399BA2;
    font-weight: 600;
    font-size: 1rem;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #399ba2;
        border-color: #399BA2;
    }

.navbar-light .navbar-nav .dropdown-menu {
    margin-top: 3px;
    border-radius:0;
    min-width: 230px;
}

.dropdown-toggle::after {
    bottom: -3px;
    display:none;
}

.navbar-nav.login-button .dropdown-toggle::after {
    right: 30px;
    top: -1px;
}

.btn.btn-default.dropdown-toggle.buttonStyle2::after, #mobileNavOnlyButton .btn:after {
    display: block;
}

.nav-menu.nav-divs.CallUsMobile {
    background-color: #E7E9EB;
    color: #45525B;
    font-weight: 600;
}

span.callUsHeading-Mobile {
  color: #45525B !important;
  font-weight: 400;
}

.navbar-nav.main-navigation {
    padding-top: 3px;
}

.navbar-nav.login-button {
    margin: 0 5px 0;
}

.fa-phone::before {
  color: #45525b;
}


/* ---------------------------------------------------------------------------------------------------------------- 2.1 SEARCH BAR */
    .nav-search > form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.nav-search-inner input[type="text"], .nav-search-inner input[type="search"] {
}

.nav-search-inner input[type="text"], .nav-search-inner input[type="search"], .nav-search-close-button {
    color: #4997be;
}

.nav-search {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}

.nav-search-button {
    background-color: #cac9b5;
}


    .nav-search-button:hover {
        background-color: #4997be;
    }

        .nav-search-button:hover .nav-search-icon {
        }


/* ---------------------------------------------------------------------------------------------------------------- 2.2 REMOVE X FROM SEARCH BAR */

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
}

input[type=search]::-ms-reveal {
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
}

/* ---------------------------------------------------------------------------------------------------------------- 2.3 SOCIAL MEDIA IN THE HEADER */

.social-icon a img {
    width: 35px;
    margin-right: 1px;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.4 LOGIN BUTTONS */

.loginButtons {
    /*background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
    */
}

    .loginButtons.icon.button1, .loginButtons.icon.button2 {
    }

    .loginButtons.buttons1 {
    }

    .loginButtons.buttons2 {
    }

.navigation-landscape .nav-menu > li.loginButtons > a {
}

.menuButtons {
}

.navigation-portraiten .loginButtons .buttonTitle {
    font-family: 'Montserrat', sans-serif;
}

.loginButtons:hover > a {
}

.nav-menu > li.loginButtons > a, .nav-menu > li.loginButtons > a:hover {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(.5rem, .5rem + 2vw, .75rem) !important;
}

.nav-menu > li.loginButtons .submenu-indicator-chevron {
}

.nav-menu > li.loginButtons .nav-dropdown {
    border-radius: 0 0 5px 5px;
    /*background: #e47d51;
    background: -moz-linear-gradient(left, #e45f58 0%, #e47d51 100%);
    background: -webkit-linear-gradient(left, #e45f58 0%,#e47d51 100%);
    background: linear-gradient(to right, #e45f58 0%,#e47d51 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45f58', endColorstr='#e47d51',GradientType=1 );
    */
}

    .nav-menu > li.loginButtons .nav-dropdown::before {
        border-top: 5px solid #e47d51 !important;
    }

    .nav-menu > li.loginButtons .nav-dropdown::after {
    }

.loginButtons.buttons1, .nav-menu > li.loginButtons.buttons1 .nav-dropdown {
    background-color: #4997be;
}

    .nav-menu > li.loginButtons.buttons1 .nav-dropdown::before {
        border-top-color: #e38250;
    }

.loginButtons.buttons2, .nav-menu > li.loginButtons.buttons2 .nav-dropdown {
    background-color: #e47d51;
}

    .nav-menu > li.loginButtons.buttons2 .nav-dropdown::before {
        border-top-color: #589bbd;
    }

.loginButtons.buttons3, .nav-menu > li.loginButtons.buttons3 .nav-dropdown {
    background-color: #063c59;
}

    .nav-menu > li.loginButtons.buttons3 .nav-dropdown::before {
        border-top-color: #063c59;
    }

.loginButtons.buttons1:not(.icon):hover, .loginButtons.buttons2:not(.icon):hover {
}

.nav-menu > li.loginButtons > a, .nav-menu > li.loginButtons > a:hover {
    font-family: 'Montserrat', sans-serif !important;
}

.loginButtons.icon {
}

.nav-menu > li.loginButtons .nav-dropdown li {
}

    .nav-menu > li.loginButtons .nav-dropdown li:first-child {
    }

    .nav-menu > li.loginButtons .nav-dropdown li:last-child a {
    }

    .nav-menu > li.loginButtons .nav-dropdown li:hover::before {
        border-top: 5px solid #e45f58;
    }

    .nav-menu > li.loginButtons .nav-dropdown li:last-child::before, .nav-menu > li.loginButtons .nav-dropdown li:last-child::after {
    }

.nav-menu > li.loginButtons > a::before {
}

.nav-menu > li.loginButtons .nav-dropdown li a {
}

    .nav-menu > li.loginButtons .nav-dropdown li a:hover {
    }

.navbar-nav.login-button .btn-group.show a {
    border-radius: 2px 2px 0 0;
}

.navbar-nav.login-button .btn-group.show li a {
    text-shadow: 0 0 3px rgba(0, 0, 0, .15);
    padding: 13px 0 13px;
}

.navbar-light .login-button .dropdown-menu li:last-child a {
    padding: 13px 0 13px;
}

.navbar-light .navbar-nav.login-button .dropdown-menu {
    margin-top: 0;
    background: #f8a232;
    border-radius: 0 0 2px 2px;
    min-width: 100%;
}

.navbar-nav.login-button .btn-group.show li a:hover {
    font-weight: 600;
}


.navbar-nav.login-button a.buttonStyle1, .navbar-nav.login-button a.buttonStyle2, .calc-button-wrapper .btn {
    background: #399BA2;
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 2px;
    padding: 15px 0 14px !important;
    text-transform: uppercase;
    max-width: 190px;
    min-width: 190px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
.calc-button-wrapper .btn {
    font-size: 1rem;
    line-height: 1rem;
    background: #f8a232;
    min-width: 270px;
}


    .btn.btn-default.dropdown-toggle.buttonStyle2 {
        text-align: left;
        padding-left: 20px !important;
        background: #F8A232;
    }

.navbar-nav.login-button a.buttonStyle1:hover, .navbar-nav.login-button a.buttonStyle2:hover {
    background: #399BA2;
    box-shadow: none;
    filter: brightness(1.125);
}

.navbar-nav.login-button a.buttonStyle2:hover {
    background: #F8A232;
    filter: none;
}

    .nav-item.dropdown {
        padding-right: 0;
    }

.navbar-nav.main-navigation li {
    margin-right: 2rem;
}

    .navbar-nav.main-navigation li:hover {
        border-bottom: 4px solid #399ba2;
    }

/* ---------------------------------------------------------------------------------------------------------------- 2.5 BACK-TO-TOP BUTTON */
#BtnBackToTop {
    background-color: #f8a232;
}

    #BtnBackToTop:after {
    }

    #BtnBackToTop:hover {
    }


.anchor {
  margin: 0;
  line-height: 0;
  position: relative;
  top: -140px;
  display: block;
  visibility: hidden;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.0 CONTENT */

.container.bodyStart h1 {
    font-family: 'Montserrat', sans-serif;
}

    .spotlights-wrapper h2::before, h1#pageHeading::before, .container.bodyStart h1::before {
        display: none;
    }

.container.bodyStart .spotlights-wrapper h2, h1#pageHeading {
    font-family: 'Montserrat', sans-serif;
    border-bottom: 0;
    margin-bottom: 0;
    font-weight: 700 !important;
}

.container.bodyStart .news-top-story h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-size: 1.125rem !important;
    font-size: clamp(.75rem, .5rem + 2vw, 1.125rem) !important;
    font-weight: 700 !important;
}

.container.bodyStart .news-top-story #featured h2 {
    font-size: 1.5rem !important;
    font-size: clamp(.938rem, .75rem + 2vw, 1.5rem) !important;
}

.container.bodyStart p {

}

.container.content-page li, .container.news-page li, .articleContainer li {
}

.container.content-page.with-header, .container.content-page, .container.news-page, .article {
    margin-top: 0 !important;
}

.container.services-page {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.1 IMAGES SLIDER */

.homepageSlider .NextArrow {
}

    .homepageSlider .NextArrow:before {
    }

.homepageSlider .PrevArrow {
}

    .homepageSlider .PrevArrow:before {
    }

    .homepageSlider .PrevArrow:hover, .homepageSlider .NextArrow:hover {
        /*transform: scale(1.063);
    */
    }

.homepageSlider .slick-dots li button:before {
}

.homepageSlider .slick-dots li.slick-active button:before {
}

.info-text {
}

.info {
}

    .info > div {
        border-radius: 5px;
        font-family: 'Montserrat';
        border-radius: 5px;
    }

        .info > div h3 {
            font-family: 'Montserrat', sans-serif;
            color: white;
            font-size: clamp(1rem, 1rem + 2vw, 2.125rem);
        }

            .info > div h3:before {
                background: #DA7070;
                display: none;
            }

.centerLeft > div {
}

.centerCenter > div {
}

.centerRight > div {
}

.sliderList {
}

    .sliderList li {
        color: #fff;
        font-family: "Montserrat",sans-serif;
        list-style: circle inside;
    }

.slidebutton {
}

.slick-dots li {
}

.Modern-sliderV2 {
}

    .Modern-sliderV2 .slick-slide {
        height: 75vh !important;
    }

.slide-video {
}

.homepageSlider .slick-dots {
}

.homepageSlider .NextArrow, .homepageSlider .PrevArrow {
}

.homepageSlider .slick-dots li.slick-active button::before, .homepageSlider .slick-dots li button::before {
}

.homepageSlider img {
}

    .homepageSlider img.lazyloaded {
    }

.homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
    margin-top: 0;
    display: none;
}

.blue-teal-horizontal {
    background: #006ea0;
    background: -moz-linear-gradient(left,#006ea0 50%,#00b0ad 100%);
    background: -webkit-linear-gradient(left,#006ea0 50%,#00b0ad 100%);
    background: linear-gradient(to right,#006ea0 50%,#00b0ad 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0',endColorstr='#00b0ad',GradientType=1 );
}

.teal-blue-horizontal {
    background: #00b0ad;
    background: -moz-linear-gradient(left,#00b0ad 0,#006ea0 50%);
    background: -webkit-linear-gradient(left,#00b0ad 0,#006ea0 50%);
    background: linear-gradient(to right,#00b0ad 0,#006ea0 50%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0ad',endColorstr='#006ea0',GradientType=1 );
}

.grey {
    background: #E7E9EB;
}

.splitPictureWrapper p {
    color: white;
}

.splitPictureWrapper .btn.solid-color {
    margin-top: 25px;
    margin-bottom: .75rem;
}

#homePageSlider .slick-dots {
    position: absolute;
    bottom: 100px;
    padding: 0 0 0 15px;
    width: 100%;
    max-width: 1355px;
    left: 0;
    margin: auto;
    right: 0;
    text-align: left;
}

.twoCurves .BannerText {
    max-width: 1395px;
    padding: 0 30px;
}

.splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left, .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-right, .splitPictureWrapper .twoCurves .BannerImages .curve, .splitPictureWrapper .twoCurves .BannerImages .secondcurve {
    min-height: calc(100vh - 138px);
}

.BannerImages .col-bgr-cover-right {
    display:none;
}

.BannerImages .curve {
    width: 182px;
    display:none;
}

.hero-banner-left .heroWrapper {
    padding-left: 9rem;
}

    .hero-banner-left .heroWrapper h2, .hero-banner-right .heroWrapper h2, .loanspage-text-section h2 {
        font-size: 1.875rem;
        font-size: clamp(.938rem, .938rem + 2vw, 1.875rem);
        color: #399ba2;
        font-weight: 700;
    }

.BannerText .heroWrapperContainer {
    max-width: 45%;
    background: rgba(255, 255, 255, .9);
    padding: 2rem 3rem;
}

.BannerText .heroWrapperContainer .heroWrapper {
    padding-right:0;
}

.splitPictureWrapper .btn:hover {
    background: #399ba2 !important;
}
    /* ---------------------------------------------------------------------------------------------------------------- 3.2 SPOTLIGHTS */
    .spotlights-wrapper {
    /*border-top: 5px solid #399ba2;*/
}

.spotlights {
}

.homepage-spotlights .spotlights {
    padding: 2rem !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    min-height: 450px;
}

.spotlights.spot3 {
    padding-bottom: .5rem !important;
}

.spotlight {
}

.spotlight-box {
    padding: 10px 0 20px !important;
}

.spotlights h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
    color: #399ba2;
    font-size: 1.425rem;
    font-size: clamp(1rem, .75rem + 2vw, 1.425rem);
    line-height: 2rem;
}

.spot-icon {
    text-align: left;
    width: 200px;
    margin: 0 20px 0 0;
    min-width: 64px;
}

.homepage-spotlights .spotlights-wrapper .container-fluid {
  padding: 0;
  padding: 0;
}

.homepage-spotlights .spotlight-box {
  padding: 10px 10px 20px !important;
}

.homepage-spotlights .spot-icon {
  text-align: center;
  width: unset;
  height: 70px;
}

.homepage-spotlights .spotlights-wrapper h2,.homepage-spotlights .spotlights p  {
  text-align: center;
}

.homepage-spotlights .spotlights a {
    margin: auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.spotlights img {
    padding: 0;
    height: 64px;
}

.spotlights .fa-stack {
}

.spotlights p {
    margin-bottom: 1.5rem;
}

.spot-icon-bgr {
}

    .spot-icon-bgr::before {
        background: rgb(247, 247, 245, .8);
        border-radius: 50%;
        box-shadow: 0 0 30px #e47d51 inset;
    }

.spotlights a, .button, .heroWrapper .button, .contactUsForm input[type="submit"], 
.umbraco-forms-navigation input[type="submit"], 
.btn.solid-color, .btn-primary, .downloads a, 
.orange-button, .buttonYellow {
    min-width: 180px;
    max-width: 180px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
    background: #399BA2;
    /* EASING*/
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    font-weight: 700;
    padding: 12px 15px;
    margin-top: 1rem;
    border: none;
    color: white;
    text-align: center;
    width: auto !important;
    margin-top: 0;
    display: inline-block;
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
    text-transform: uppercase;
    letter-spacing: .75px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

    .spotlights a, .btn.solid-color {
        display: block;
    }

        .spotlights a:hover, .button a:hover, .contactUsForm input[type="submit"]:hover, .umbraco-forms-navigation input[type="submit"]:hover, .orange-button:hover, .btn-color-orange a:hover {
            filter: brightness(1.125);
        }

            .umbraco-forms-navigation input[type="submit"]:hover {
                background: #399BA2;
            }


        .spotlights::before {
            background: #cac9b5;
            opacity: .5;
        }

.spotlights.spot1:before {
    display: block;
}

.spot-text.text-center {
    margin-top: 0;
    padding-top: 18px;
}

.spotlight-box::after {

}

.spotlight-box:last-child::after {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.3 FANCY NUMBERED LIST */
.TopFeatures a, .TopFeatures a:hover {
    background: #eef0f5;
    /*float: left;
    clear: both;
    */
    color: #35455f;
}

    .TopFeatures a:hover .features-icon {
        background: #60d880;
    }

        .TopFeatures a:hover .features-icon:after {
            border-bottom: 10px solid #60d880;
            border-right: 5px solid #eef0f5;
            border-top: 10px solid #60d880;
        }

.features-icon {
    background: #c9ced7;
    color: white;
    font-family: "Oswald",sans-serif;
}

    .features-icon:after {
        border-bottom: 10px solid #c9ced7;
        border-right: 5px solid #eef0f5;
        border-top: 10px solid #c9ced7;
    }

.features-main {
}

.features-sub {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4 NEWS SECTION */

.container.news-page {
}

#featured {

}

.newsboxes div:nth-child(2) .rounded-0 {

}

.newsboxes div:nth-child(4) .rounded-0 {

}

.news-cat {
    text-transform: uppercase;
    padding: .25rem 1.25rem;
}

.news-meta {
}

.category {
}

h2.post-title {
    font-family: 'Montserrat', sans-serif;
    margin: 12px 0 5px !important;
}

    h2.post-title:before {
        display: none;
    }

.carousel-indicators li {
}

.art-img img {
    border-radius: 5px;
}

.art-img .art-title {
}

.articleContainer {
    border-radius: 5px 5px 0 0;
}

.article {
    margin-top: 160px
}

.newsboxes h2 {
}

    .newsboxes h2:before {
    }

div.rounded-0 span.badge-primary, .newsboxes div.rounded-0 span.badge-primary {
    border-radius: 0 !important;
    padding: 5px 10px !important;
    color: black;
    font-size: .75rem !important;
    font-weight: 500;
    background: white;
    mix-blend-mode: screen;
    border: none;
    text-transform: uppercase;
}

span.badge-primary:focus, span.badge-primary:hover {
}

.badge {
}

.b-0 {
}

.bg-shadow {
}

.carousel-item .bg-shadow {
}

.top-indicator {
}

.overflow {
}

.zoom img {
}

.zoom:hover img {
}

.news-item {
    box-shadow: 1px 0 30px rgba(83,97,107,.20);
    border-radius: 0;
    overflow: hidden;
}

    .news-item p {
        min-height: 70px;
    }

    .news-item a {
        color: #45525B;
    }

.globalAddressSlider .NextArrow, .footer-wrapper .globalAddressTwoCol .NextArrow, .NewsWidgetslider .NextArrow, .Related-articles .NextArrow, .NewsWidgetsliderDetailed .NextArrow, .NewsWidgetsliderDetailed4Across .NextArrow, .globalAddressSlider .PrevArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow, .NewsWidgetslider .PrevArrow, .Related-articles .PrevArrow, .NewsWidgetsliderDetailed .PrevArrow, .NewsWidgetsliderDetailed4Across .PrevArrow {
    border: 1px solid #399ba2;
    width: 33px;
    height: 33px;
}

.NewsWidgetsliderDetailed .PrevArrow, .NewsWidgetsliderDetailed4Across .PrevArrow {
    right: 43px;
}

    .globalAddressSlider .NextArrow::before, .footer-wrapper .globalAddressTwoCol .NextArrow::before, .NewsWidgetslider .NextArrow::before, .Related-articles .NextArrow::before, .NewsWidgetsliderDetailed .NextArrow::before, .NewsWidgetsliderDetailed4Across .NextArrow::before, .globalAddressSlider .PrevArrow::before, .footer-wrapper .globalAddressTwoCol .PrevArrow::before, .NewsWidgetslider .PrevArrow::before, .Related-articles .PrevArrow::before, .NewsWidgetsliderDetailed .PrevArrow::before, .NewsWidgetsliderDetailed4Across .PrevArrow::before {
        color: #399ba2;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        left: 0;
        line-height: 33px;
    }

.testimonals .btn-primary, .testimonals .btn-primary:hover, .testimonals .btn-primary:active, .testimonals .btn-primary:focus, .testimonals .btn-primary:not(:disabled):not(.disabled).active, .testimonals .btn-primary:not(:disabled):not(.disabled):active, .testimonals .show > .btn-primary.dropdown-toggle, .news-item .btn-primary, .news-item .btn-primary:hover, .news-item .btn-primary:active, .news-item .btn-primary:focus, .news-item .btn-primary:not(:disabled):not(.disabled).active, .news-item .btn-primary:not(:disabled):not(.disabled):active, .news-item .show > .btn-primary.dropdown-toggle, #NewsArticle .btn-primary, #NewsArticle .btn-primary:hover, #NewsArticle .btn-primary:active, #NewsArticle .btn-primary:focus, #NewsArticle .btn-primary:not(:disabled):not(.disabled).active, #NewsArticle .btn-primary:not(:disabled):not(.disabled):active, #NewsArticle .show > .btn-primary.dropdown-toggle {
    color: #f8a232 !important;
    min-width: 150px !important;
    max-width: 150px !important;
    margin: 10px 0;
    font-weight: 600;
    text-shadow: none;
}

    .testimonals .btn-primary::after, .news-item .btn-primary::after, #NewsArticle .btn-primary::after {
        background: rgba(248, 162, 50, .2);
        color: #f8a232;
    }


.homepage-news .news-sidebar {
    margin-top: -15px;
}

.homepage-news {
    padding-bottom: 5rem;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.1 NEWS ARTICLES SCROLL WIDGET */
.cardbox-wrapper {
    border: 1px solid #dfdfdf;
    background: #e7e9eb;
}

.cardbox {
}

    .cardbox h2.post-title {
    }

    .cardbox small {
    }

    .cardbox .author {
    }

    .cardbox .news-cat {
    }

.cardbox-img {
}

.cardbox-item p {
}

.cardbox-item img {
}

.cardbox-item a:hover img {
}

.all-news-link {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.2 NEWS FILTERS */

.newsFiltersSelect .quick-select-dropdown {
    background: transparent;
}

.newsFiltersbar.container {
    max-width: 100% !important;
    padding: .5rem 0;
    box-shadow: none;
    background: #e7e9eb;
}

.newsFiltersHeading h3 {
    color: #45525B;
}

.newsFiltersSelect .bootstrap-select > .dropdown-toggle, .newsFiltersSelect .show > .btn-light.dropdown-toggle, .newsFiltersSelect .btn-light:not(:disabled):not(.disabled).active:focus, .newsFiltersSelect .btn-light:not(:disabled):not(.disabled):active:focus, .newsFiltersSelect .show > .btn-light.dropdown-toggle:focus {
    color: #399ba2;
    font-weight: 600;
    font-size: 1.063rem;
    line-height: 1.5rem;
}


/* ---------------------------------------------------------------------------------------------------------------- 3.4.3 NEWS ARTICLE PAGE */
#NewsArticle {
    box-shadow: 1px 0 30px rgba(83,97,107,.20);
    border-radius: 0;
    overflow: hidden;
}

.article .container {
    border-radius: 10px;
}

.article {
}

.news-page h1 {
    font-family: "Montserrat", sans-serif;
}

.text-article {
}

    .text-article a.backNews {
    }

.latest-news {
}


#articleDetailsMasonryBottom {
    border-top: 1px solid #caced5;
    color: #35455f;
    font-family: 'Lato';
}

.art-img {
}

    .art-img img {
    }

    .art-img .art-title {
        background: rgba(88,157,191,.93);
        border-radius: 0 5px 0 5px;
    }

    .art-img.noImage .art-title {
    }

.art-title h1 {
    font-size: 34px;
    font-size: clamp(1.875rem, 1.5rem + 2vw, 2.125rem);
}

.art-text {
}

.articleContainer {
}

.article {
}

.text-detail {
}

.newsboxes h2 {
}

    .newsboxes h2:before {
    }

.author {
}

.articleType2 h1 {
    color: #399ba2;
    font-size: 2.25rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2.25rem);
}

.card-desc h3, h2.articleTitle {
    line-height: normal;
    min-height: 70px;
    font-size: 1.188rem;
    text-transform: capitalize;
}
.card-desc p {
    color: #45525B;
}

.more-news-button-wrapper .btn:hover {
    background: #399ba2 !important;
} 
/* ---------------------------------------------------------------------------------------------------------------- 3.4.4 ARTICLE DATE */
.day {
}

.month-year {
}

.month {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.5 ARTICLE SOCIAL SHARE */


/* ---------------------------------------------------------------------------------------------------------------- 3.4.6 ARTICLE TAGS */

.tags {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.7 NEWS MASONRY GRID */

.grid {
}

.grid-sizer {
}

.Newsgrid__item {
}

.NewsArticles.are-images-unloaded {
}

.Newsgrid__item, .Newsgrid__col-sizer {
}

.Newsgrid__gutter-sizer {
}

.Newsgrid__item--width2 {
    /* margin:1%*/
}
/* hide by default */
.Newsgrid.are-images-unloaded .image-grid__item {
}

.Newsgrid__item {
}

#NewsDetailsMasonry {
}

    #NewsDetailsMasonry p {
        color: #35455f;
    }

#NewsDetailsMasonryBottom {
}

.Newsgrid__item img {
}

    .Newsgrid__item img.lazyloaded {
    }

#articleGrid {
}

.grid-item {
}

    .grid-item:hover {
    }

#articleDetailsMasonry {
}

    #articleDetailsMasonry p {
        color: #35455f;
    }

.post-preview .post-title {
    font-size: 1.25rem;
}

.imageRight .heroWrapper {
    color: white;
}

    .imageRight .heroWrapper h3 {
        margin: 1.5rem 0;
    }

.card-desc a {

}

.newsFiltersSelect .bootstrap-select .dropdown-menu {
    border-radius: 0;
}

.news-header p {
    max-width:100%;
}

.BannerText, .newsFiltersbar .row {
    max-width: 1340px;
}

.mainBox.container {
    max-width: 1400px !important;
}


/* ---------------------------------------------------------------------------------------------------------------- 3.5 COUNTERS */
.banner {
    border-bottom: 2px solid #106d9f;
    border-radius: 10px 10px 0 0;
}

.downpointer {
    background: #106d9f;
}

.banner-wrap::after {
}

.banner .counter {
}

.banner .currency {
}

.banner-subtitem {
}

.banner .banner-content {
    background-color: transparent !important;
}

.banner .banner-icon {
    border-radius: 10px 10px 0 0;
}

.banner-icon .icon-wrap {
}

.banner .banner-icon .icon-wrap {
    bottom: 125px;
    background: #106d9f;
}

    .banner .banner-icon .icon-wrap i {
    }

        .banner .banner-icon .icon-wrap i.fa-3x {
        }

.banner h4 {
    margin: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.6 SOCIAL MEDIA FEED SCROLL */

.twitter-feed {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.0 CONTENT PAGES */


#submenu h2, .news-sidebar h2 {
    font-family: "Montserrat", sans-serif;
}

a h2.articleTitle {
    font-family: 'Playfair Display', serif;
}

.col-bgr-cover {
}

.halfleft.col-bgr-cover:before, .halfright.col-bgr-cover:before {
}

.halfright.col-bgr-cover:before {
    left: 0;
    right: auto;
}

.container.content-page {
    /* margin-top: 40px;
    padding: 0;
    */
}

.container.content-page-inner {
}

.container.news-page {
}

.container.services-page {
}

.container.content-page h1 {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.1 CONTENT PAGES HEADER */

.spHeader {
    background-color: rgba(83, 97, 107, .2);
    height: 0;
}

.spWithImageHeadingText h2, .twoCurves .BannerText h2 {
    font-weight: 700;
    font-size: 2rem;
    font-size: clamp(1.25rem, 1.25rem + 2vw, 2rem);
    color: #399ba2;
}

.twoCurves .BannerText p {
    font-size: 1.063rem;
    font-size: clamp(.625rem, .5rem + 2vw, 1.063rem);
    color: #45525B;
}

.spWithImageHeadingText h3 {
    font-size: 1.063rem;
    font-size: clamp(.75rem, .5rem + 2vw, 1.063rem);
    line-height: 1.5rem;
    color: #45525B;
}

.spWithImageHeadingText .button {
    margin-top: 10px !important;
}

    .spWithImageHeadingText .button:hover {
        background: #399ba2 !important;
    }

.orange-button, .btn-color-orange a {
    background: #F8A232 !important;
}

.spWithImageHeadingText .btn-color-orange .button:hover {
    background: #f8a232 !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.2 SIDEBAR */

.news-sidebar {
}

#submenu {
    margin-top: 28px;
}

    #submenu h2, .news-sidebar h2 {
        color: #45525B !important;
        font-family: "Montserrat", sans-serif;
    }

    #submenu ul {
        border-top: 1px solid #e7e9eb;
    }

    #submenu li {
    }

    #submenu a {
        font-family: 'Montserrat', sans-serif;
        border-bottom: 1px solid #e7e9eb;
        font-weight: 600;
        font-size: .938rem;
        font-size: clamp(.5rem, .5rem + 2vw, .938rem);
    }

        #submenu a:before {
            display: none !important;
        }

        #submenu a:hover {
            background-color: #e7e9eb;
        }

    #submenu li.active a {
        color: #213b4a;
        background-color: #e7e9eb;
    }

/* ---------------------------------------------------------------------------------------------------------------- 4.3 SIDEBAR - NEWS SLIDER */

.TestimonialSlider, .TestimonialSlider .col-md-12.slick-slide {
}

    .TestimonialSlider h2:not(.articleTitle) {
    }

.slick-initialized .slick-slide {
}

.NewsWidgetslider .PrevArrow, .NewsWidgetslider .NextArrow {
    color: #063c59;
}

    .NewsWidgetslider .PrevArrow:hover, .NewsWidgetslider .NextArrow:hover, .globalAddressSlider .PrevArrow:hover, .globalAddressSlider .NextArrow:hover, .NewsWidgetslider .PrevArrow:hover, .NewsWidgetslider .NextArrow:hover {
        color: #e47d51
    }

.NewsWidgetslider .PrevArrow, .NewsWidgetslider .NextArrow {
    border: 1px solid rgba(43, 68, 79, .2);
}

#NewsArticles {
}

#articleDate {
}

a h2.articleTitle {
    font-family: 'Montserrat', sans-serif;
    color: #399ba2 !important;
}

    a h2.articleTitle:first-letter {
    }

.slick-initialized .slick-slide {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.4 CONTACT US PAGE */

.contactUsbackground-image {
    height: 100%;
    background-size: cover;
}

.contact_img {
}

.contactUsBackground {
    border-radius: 0;
}

.contact-img {
}

.umbraco-form-block {
    border-radius: 0;
}

    .umbraco-form-block > div {
    }

.globalAddress a {
}

.adressContact {
}

.address-labelopeninghours {
}

.globalAddress {
}

.globalAddressWrapper {
}

    .globalAddressWrapper h3 {
    }

.globaladdress-label {
}

.globaladdress-labelday {
}

.globaladdressLine {
}


.contactUsbackground-image {
}

.contactUsBackground .col-md-6 {
}

.contactUsBackground > .container {
}

.contactUsFormWrapper {
}

.address-line.geolocation {
}

.globalAddressWrapper .container {
}

#Col1, #Col2, #Col3 {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.5 CAREERS PAGE */

.careersummaryWidget {
}

.careersummaryWidgetTitle {
}

    .careersummaryWidgetTitle h2 {
    }

.job-count {
}


.careersummarywidgetHighlight {
}

.career-boxes a #careersummaryWidgetLink {
}

.career-boxes a:hover #careersummaryWidgetLink {
    color: #5ACA65;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.6 SERVICES MASONRY GRID */

.servicesIcon {
    color: #cacaca;
    font-size: 2.5rem;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

#servicesItem .fa-3x {
}

.fa-stack.fa-3x::after {
}

#servicesItem .fa-square {
}

#servicesItem .fa-stack {
    width: 100%;
}

#servicesItem:hover .servicesIcon {
    color: #106d9f;
}

#servicesItem p {
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
    opacity: 1;
}

.services-page > .row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    margin: 0;
}

.services-page .col-sm-4 {
    max-width: 100%;
}

#servicesItem {
    border-radius: 0;
    padding: 0;
    background: #e7e9eb;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

    #servicesItem:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,.4);
        transform: scale(1.05);
        z-index: 2;
        background: #fff;
    }

.servicesPadding {
    display: flex;
    text-align: left;
    color: #213b4a;
    min-height: unset;
    margin-bottom: 0;
    box-shadow: none;
    min-height: 200px;
    padding: 20px 20px 20px 0;
}

#servicesItem .fa-stack {
    width: 150px;
}

#servicesDetailsMasonry {
    width: 100%;
}

.services-listing {
    padding: 3rem 0;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.7 TEAM MASONRY */

.stamp {
}

.staff-wrapper {
    background: #d2d2d2;
}

    .staff-wrapper:hover {
    }

.staff-details {
    background: #35455f;
}

    .staff-details:before {
        background: #35455f;
    }

    .staff-details, .staff-details::before {
        background: #b9b9b9;
    }

        .staff-details h4 {
            font-size: 1rem;
            font-family: 'Montserrat';
            text-transform: capitalize;
            margin-top: 19px;
        }

        .staff-details p {
        }

.staff-wrapper .img-fluid {
}

.staff-wrapper:hover .img-fluid {
}

.staff-wrapper:hover .staff-details, .staff-wrapper:hover .staff-details::before {
    background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
}

div#ourStaff {
}

#staffMember {
    /*max-width: 244px;*/
}

/* ---------------------------------------------------------------------------------------------------------------- 4.8 TESTIMONIALS */

.bodyStart #Testimonials .container {
    background-color: #eef0f5;
}

.content-page #Testimonials .container {
    background-color: #e7e9eb;
}

.container.bodyStart .TestimonialText {
}

.SliderInner .TestimonialSlider .slick-slide {
}

.FullSlider .TestimonialSlider .slick-slide {
}

.TestimonialText {
}

.testimonial-img {
}

#Testimonials .img-fluid {
}

.content-page #Testimonials .slider .container .TestimonialText {
    color: #4997be;
}

.align-to-right.TestimonialLink {
}

.content.SliderInner .align-to-right.TestimonialLink {
}

.TestimonialAuthor, .TestimonialRole, .TestimonialCompany {
    font-family: 'Montserrat', sans-serif;
}

#Testimonials .content.SliderInner .container {
    border-left: 5px solid #4997be;
    background-color: #e7e9eb;
}

#Testimonials .content.FullSlider .container {
    border-left: 5px solid #4997be;
}

.Testimonial {
    font-family: 'Montserrat', sans-serif;
    color: #4997be;
}

/* testimonial half */

.testimonials .container {
    max-width: 100% !important;
    padding: 0;
}

.testimonials .row {
    margin-left: 0;
    margin-right: 0;
}

.testimonals .curve {
    min-height: 450px;
}

.testimonals .BannerImages .curve {
    width: 154px;
}

.testimonals .col-bgr-cover-right, .testimonals .col-bgr-cover-left {
    min-height: 450px;
}

.testimonals .BannerText {
    max-width: 1350px;
}

.testimonalInnerWrapper a {
    display: block !important;
    margin-top: 20px !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.9 CARDS */
.card {
    background: #e7e9eb;
}


.card-body {
}

.card-top .card-body {
}

.card-left img, .card-right img {
}

.card-background .card-img-overlay {
    background: rgba(73, 151, 190, .7);
    color: white;
}

    .card-background .card-img-overlay::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        margin: auto;
        border: 1px solid rgba(255, 255, 255, .3);
        display: none;
    }

.card-background .card {
}

.card-text-wrapper {
}

.card-background img {
}

.card-left img, .card-right img {
}

.card-title {
    font-size: 1.25rem !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.10 FAQ FLIP CARDS */

.jag-faq-theme9 .jag-flip-faq-wraper .front, .jag-faq-theme9 .jag-flip-faq-wraper .back {
    border-radius: 5px !important;
}

.jag-faq-theme9 .jag-flip-faq-wraper .back {
    background: #cac9b5;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.11 DONUT CHART */

.circular-chart {
}

.linkfeat {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.12 ANIMATED CHARTS */

.donutChart {
}

.greyGradient h2 {
}

.greyGradient h3 {
}

.circular-chart {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.13 IMAGE GALLERY */

.gallery {
}

.container {
}

#gallerythumbnail, #galleryPreview {
}

.col-md-6 .gallery-item .container:hover .overlay, .col-md-6 .gallery-item:hover .overlay {
    background: rgba(228, 130, 80, .9);
}

.col-md-6 .gallery-item:hover .overlay {
}

.col-md-6 .gallery-item .container:hover #gallerythumbnail, .col-md-6 .gallery-item:hover #galleryPreview {
}

.gallery-item .container {
}

.gallery-item .icon {
}

.gallery-item:hover .icon {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.14 GOOGLE MAPS */

#map {
    border-radius: 10px;
}

div#containerDirections {
    background: #063c59;
}

#directionsButton span.btn {
    font-family: 'Montserrat', sans-serif;
}

.google-map {
}

.googleMapsInfoWindow {
    font-family: "Montserrat",sans-serif;
}

    .googleMapsInfoWindow h4 {
    }

button.gm-ui-hover-effect {
    border: 1px solid rgba(53, 69, 95, .3) !important;
}

    button.gm-ui-hover-effect img {
    }

#toprow {
}

    #toprow a {
        color: #399BA2;
    }

#address {
}

div#details strong {
}

span.alttel a, span.altfax a {
}

.address-label.open-title {
}

#directionsButton {
    padding-left: 15px;
}

#bottomrow {
    background: #e8eaec;
}

div#bottomrow p {
    margin-top: 0;
}

#directionsButton span.btn {
    background: #399ba2;
    border-radius: 0;
}

    #directionsButton span.btn:hover {
        background: #399ba2;
    }

i.fas.fa-directions {
}

i.fa-map-marker-alt {
}

div#coords {
}

@-webkit-keyframes slide {
}

div#containerDirections {
    background: #063c59;
}

.adp, .adp table, #googleMapsDiv {
}

.adp-substep .adp-stepicon .adp-maneuver {
}

.adp-step, .adp-substep {
}

.adp-placemark {
}

table.adp-placemark td:first-child {
}

.adp-details, .adp-legal {
}

div#googleMapsDiv h3 {
}

div#googleMapsDiv a {
}

img#hideDirections {
}

    img#hideDirections:hover {
    }

#mapid {
    margin-bottom: 5rem;
}

.info > div.mapLegend {
    color: white !important;
    background: #45525B;
    padding: 5px 10px !important;
    font-size: .875rem;
    max-width: 185px;
    border-radius: 0;
    margin-top: 30px;
    margin-right: 30px;
    width: 100%;
}

.leaflet-popup-content-wrapper {
  border-radius: 0 !important;
}

.leaflet-popup-content {
  margin: 13px !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.15 404 ERROR PAGE */

.error-wrapper {
}

.error-page {
    border-radius: 10px;
}

    .error-page h2 {
    }

    .error-page li {
    }

        .error-page li a {
        }

.error-wrapper h1 {
    display: none;
}

.error-bgr {
    max-width: 100%;
    display: flex;
}

    .error-bgr img {
        margin: auto;
    }

.error-page ul {
}

.error-page .col-md-4.column {
    display: flex;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.16 SEARCH RESULT PAGE */

.top-color {
}

.search-panel {
    background: #589dbf;
    border-radius: 5px;
}

.searchresults p {
}

.searchresults ul {
}

.searchresults li {
    border-top: 1px solid #e3e6ea;
}

    .searchresults li h3 {
    }

    .searchresults li p {
    }

.search-panel .form-control {
    color: #589dbf;
    background: white;
}

    .search-panel .form-control:focus {
        background-color: #fff;
        border-color: #35455f;
    }

.search-icon {
    color: #589dbf;
}

    .search-icon::after, .search-icon::before {
    }

    .search-icon:before {
    }

.search-panel .btn {
}

    .search-panel .btn:focus {
    }

.navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
}

.searchresults {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.17 ACCORDION HELP FAQ */

.panel.jag-faq-wrapper {
    border-left: 5px solid #399BA2;
    box-shadow: 0 0 10px rgba(83,97,107,.20);
}

    .panel.jag-faq-wrapper:hover {
    }

.jag-faq-title {
}

    .jag-faq-title:hover {
    }

.panel.jag-faq-wrapper .panel-body {
}

.jag-faq-icon-2.fa {
}

    .jag-faq-icon-2.fa::before {
        color: #e47d51;
    }

/* ---------------------------------------------------------------------------------------------------------------- 4.18 UMBRACO FORMS */

.umbraco-forms-container label {
}

.umbraco-forms-container input[type="text"], .umbraco-forms-container select, .umbraco-forms-container textarea {
    background-color: #ffffff;
    height: 42px;
}

.umbraco-forms-container textarea {
    height: 100%;
}

option {
}

.umbraco-forms-container select:active, .umbraco-forms-container select:focus {
}

.form-control {
}

    .form-control label {
    }

.umbraco-forms-container label.sr-only {
}

.declaration > label, .checkbox > label, .captcha1 label {
}

.dataconsent label {
}

.dataconsent > label {
}

select {
}

    select::-ms-expand {
    }

.datepickerfield {
}

textarea {
    /*padding: 5px !important;
    background: #e47d51 !important;
    border-bottom: none !important;
    */
}

fieldset {
}

.fileupload input {
    background: rgba(228, 130, 80, .2);
    color: #e47d51;
}

.password input {
    border-radius: 0;
    color: #1a2939;
    background: rgba(228, 130, 80, .2);
}

.checkboxlist {
}

    .checkboxlist input {
    }

    .checkboxlist label, .form-control label {
    }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    color: #435972;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle, .bootstrap-select > .dropdown-toggle {
    color: #213b4a;
    background-color: #bae7ea;
    outline: none !important;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    background: #bae7ea;
}

input:focus, textarea:focus, select:focus {
}

.btn-light.focus, .btn-light:focus {
}

.dropdown-menu {
}

    .dropdown-menu li {
    }

.dropdown-item.active, .dropdown-item.active:hover, .dropdown-item:active, .dropdown-item:active:hover {
    color: #213b4a;
    background: #e7e9eb;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #e7e9eb;
    color: #399ba2;
}

.bootstrap-select .dropdown-menu li {
    color: #213b4a;
}

.bootstrap-select > .dropdown-toggle:after {
    color: #213b4a;
    right: 2rem;
    font-size: 18px;
    font-weight: 400;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-text-fill-color: #1a2939 !important;
}

.umbraco-forms-container input[type=text]:focus, .umbraco-forms-container select:focus, .umbraco-forms-container textarea.form-control:focus {
}

.umbraco-forms-container div.form-group.umbraco-forms-field.comment.longanswer.mandatory > label {
}

.dataconsent .umbraco-forms-field-wrapper {
    padding: 10px 0 10px;
}

.field-validation-error {
    color: #dd5858;
}

.dataconsent .field-validation-error {
}

input.input-validation-error, textarea.input-validation-error {
}

textarea::placeholder {
}

input[type="checkbox"], input[type="radio"] {
}

.umbraco-forms-submitmessage {
}

#displayForm.fancybox-content {
}

.PopupFormWrapper,
#PopupFormWrapper {
}

#PopupForm {
}

.submitmessageWrapper {
}

.umbraco-forms-submitmessage {
}

.submitmessageWrapper {
}

.umbraco-forms-submitmessage {
}

/*FIX FOR DATE OF BIRTH FIELD*/

input[type="text"].dobInput {
    background: transparent;
    margin-top: -3px;
    font-size: 0;
}

.row.dob {
    margin-top: -39px;
}

textarea::placeholder {
    opacity: .5 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: .5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: .5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    opacity: .5;
}

.row.dob {
    margin: -38px -7px 0;
    padding: 0 7px;
}

    .row.dob .col-3 {
        padding: 0;
    }

    .row.dob .col-6 {
        padding: 0 7px;
    }
/* ---------------------------------------------------------------------------------------------------------------- 4.19 DOWNLOAD LINK */
.download a {
    border: 1px solid #e1e4e8;
}

    .download a::after {
    }

.download .fa-stack-2x {
}

.download a:hover {
    border-color: #f99765;
}

.fa-file-download::before {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.20 RELATED ARTICLES */

.Related-articles h2:not(.post-title, .articleTitle) {
    padding: 50px 20px 0 0px !important;
    font-size:  1.875rem; 
    font-size:  clamp(.938rem, .938rem + 2vw, 1.875rem);
}

.Related-articles #NewsDetailsMasonryBottom {
}

.Related-articles .slick-track {
}

.Related-articles .slick-slide {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.21 FIXED/STICKY SOCIAL MEDIA BAR */

.icon-bar {
}

    .icon-bar a {
    }

        .icon-bar a:hover {
            background-color: #e47d51;
        }

.facebook {
}

.twitter {
}

.google {
}

.linkedin {
}

.instagram {
}

.youtube {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.22 STRIPED LIST */

ul.stripedList.OneColumn {
    padding: 7px 0 0 15px;
    margin-bottom: 0;
}

    ul.stripedList.OneColumn li {
        padding: 1rem 1rem 1rem 0;
        font-size: 1.125rem;
        position: relative;
        font-weight: 500;
        line-height: 1.75rem;
    }

        ul.stripedList.OneColumn li::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: calc(100% - 45px);
            height: 1px;
            background: lightgray;
            margin: auto;
        }

        ul.stripedList.OneColumn li:last-child::after {
            display: none;
        }

        ul.stripedList.OneColumn li:nth-child(2n+1) {
            background: transparent;
        }

        ul.stripedList.OneColumn li span {
            font-size: 1.75rem !important;
            margin-right: 45px;
            margin-top: 1px;
        }

        ul.stripedList.OneColumn li .fa-inverse {
            color: #8662aa;
        }

/* ---------------------------------------------------------------------------------------------------------------- 4.23 ANNOUNCEMENTS */

.row.announcementRow {
}

.announcement-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    background: #ffffff;
}

.announcementItem .row {
    flex-direction: row-reverse;
}

.item_1 a, .item_2 a, .item_3 a {
    border-radius: 5px;
    background: #4997be;
}

.item_4 a, .item_5 a, .item_6 a {
    border-radius: 5px;
    background: #4997be;
}

.announcementItem .row .fa-stack {
}

    .announcementItem .row .fa-stack.fa-3x::after {
        display: none;
    }

.announcementHeading {
}

.announcementRow h3 {
    text-transform: uppercase;
}

.announcement-image {
}


/* ---------------------------------------------------------------------------------------------------------------- 4.24 LARGE LOAN CALCULATOR */


.CalculatorLargeWrapper {
    background: #063c59;
    max-width: 1368px;
    margin: auto;
}

.calcResultWrapper p, .calcInputsInfo, .RepaymentsHeadingSub {
    font-size: 20px !important;
}

.CalculatorLargeWrapper .btn.dropdown-toggle.btn-light, .CalculatorLargeWrapper .btn-light:not(:disabled):not(.disabled).active, .CalculatorLargeWrapper .btn-light:not(:disabled):not(.disabled):active,
.CalculatorLargeWrapper .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .CalculatorLargeWrapper .bootstrap-select .dropdown-toggle:focus {
    margin-top: -1px;
}

.CalculatorLargeWrapper .filter-option-inner-inner {
    color: #f59141;
}


.CalculatorLargeWrapper .bootstrap-select .dropdown-menu {
}

    .CalculatorLargeWrapper .bootstrap-select .dropdown-menu li {
        color: #e5b53a;
    }

.CalculatorLargeWrapper .dropdown-item {
    color: #2c68b1;
}


.dropdown-item.active, .dropdown-item.active:hover, .dropdown-item:active, .dropdown-item:active:hover {
}

.loanParagraph {
}

.calcAprWrapper {
}

.calcsmallheading {
}

.RepaymentsHeadingSub {
}


.increment, .decrement, .incrementTerm, .decrementTerm, .calcSmallButton {
    background: #034a76;
}

    .increment i, .incrementTerm i, .decrement i, .decrementTerm i {
    }


.calcButtonsWrapper .button {
}


.form-horizontal {
}

    .form-horizontal > .row {
    }

.calcResultWrapper, .ui-slider-horizontal {
    background: #4997be;
}

.calcResultWrapper {
    padding: 3.5rem 1.5rem;
}

.calcButtonsWrapper {
}

.termsAndConditions {
    padding-right: 1rem;
}

    .termsAndConditions::before {
    }


.calcResultWrapper::before, .calcAprWrapper::before {
    background: #4997be;
}

.calcResultWrapper::after, .calcAprWrapper::after, .CalculatorLargeDropDown::after, .CalculatorLargeDropDown .btn > div::after {
    background: #063c59;
}

.CalculatorLargeDropDown::before, .CalculatorLargeDropDown .btn > div::before {
    background: #fff;
}

.CalculatorLargeDropDown::before, .CalculatorLargeDropDown::after {
    top: -1px;
}


.calcHeading {
}

.calcResultsInfo {
}

.ui-slider-horizontal {
}

    .ui-slider-horizontal .ui-slider-handle {
        background: #f59141;
    }

    .ui-slider-horizontal.green .ui-slider-handle {
        background: #afe32c;
    }

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    background: #f56b41;
    background: -moz-linear-gradient(left, #f56b41 0%, #f59141 100%);
    background: -webkit-linear-gradient(left, #f56b41 0%,#f59141 100%);
    background: linear-gradient(to right, #f56b41 0%,#f59141 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b41', endColorstr='#f59141',GradientType=1 );
}


.calcInputsInfo {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.26 INPUT LOAN CALCULATOR */

.CalculatorInputWrapper {
    max-width: 950px;
    box-shadow: 1px 0 30px rgba(83,97,107,.20);
    border-radius: 0;
    margin-bottom: 6.5rem;
}

.homepage .CalculatorInputWrapper {
    margin-bottom: 8.5rem;
}

    .CalculatorInputWrapper .number-input {
    }

        .CalculatorInputWrapper .number-input input[type="number"] {
            text-indent: .5rem;
        }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
}

.calc-right-group {
}

.calc-left-group {
}

    .calc-left-group .bootstrap-select > .dropdown-toggle {
        background-color: #e7e9eb;
        outline:none !important;
    }

.CalculatorinputDropDown .filter-option-inner-inner:after, .newsFiltersSelect .filter-option-inner-inner:after, .CalculatorQuickSelect .filter-option-inner-inner:after {
    content: '\f105';
    font-size: 22px;
    line-height: 28px;
    font-family: "Font Awesome 6 Pro";
    right: 15px;
    font-weight: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(90deg);
    border: none;
    right: 2rem;
}

    .calc-left-group .dropdown-menu {
        border: none !important;
        background: #e7e9eb;
        max-height: 355px;
        overflow-y: auto;
    }

        .calc-left-group .dropdown-menu li a {
            color: #45525B;
        }
            .calc-left-group .dropdown-menu li a:hover {
                background: #bae7ea;
            }
.dropdown-item {
    background: transparent;
    color: #45525B;
}

.number-input {
}

    .number-input, .number-input * {
    }

        .number-input button {
            background-color: #e7e9eb !important;
            box-shadow: none;
        }

            .number-input button:hover {
                background-color: #bae7ea !important;
            }

            .number-input button.minus {
            }

            .number-input button.plus {
            }

            .number-input button:after {
            }

            .number-input button.plus:after {
            }

.CalculatorInputWrapper .number-input input[type=number] {
    border: none;
    border-left: none;
    background: #e7e9eb;
    text-align: left;
    color: #399ba2;
    font-size: 1.125rem;
    padding-left: 50px;
}

#RequiredTerm {
    background: #e7e9eb url('/content/images/cambrian/term.svg') no-repeat left 10px center;
}

.calcInputWrapper {
}

    .calcInputWrapper img {
        display: none;
    }

.form-group, .number-input, .amount-input-group, .term-input-group {
}

#CalculatorInputWrapper label, .RepaymentsLabel, .MaxAmounts {
}

.calctooltip {
}

    .calctooltip i::before {
        color: #399ba2;
    }

.MaxAmounts {
}

.maxSetting {
    color: #f8a232;
}

.thin-text {
}

.amount-input-group {
}

#RequiredLoanAmt, RequiredTerm {
}

    #RequiredLoanAmt:focus, #RequiredTerm:focus {
        background-color: #bae7ea;
    }

.txtWithImageCurrency::before {
}

#RequiredTermInMonthsYears {
}

.number-input {
}

.RepaymentsLabel {
}

.calcInputTermsAndConditions {
    border: none;
    font-size: .688rem !important;
    opacity: .7;
}

.panel.with-nav-tabs.panel-default.col-12.noPadding {
    background: #399ba2;
}

.flex-row-container {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

    .flex-row-container > .flex-row-item {
    }

.flex-row-item {
    background: #E7E9EB;
}

.calcInputTab {
    color: #399ba2 !important;
    letter-spacing: .25px;
}

.calc-right-group > .container {
}

.calc-right-group .nav-tabs li.active {
    background: #399ba2;
}

    .calc-right-group .nav-tabs li.active a {
        color: white !important;
    }

.calc-right-group .nav-tabs {
}

.calc-right-group .panel.with-nav-tabs .panel-heading {
}

.RepaymentNumber {
}

.currencySymbolMain {
}

.mainRepayment {
}

.calcNumbers {
}

.calcInput-subHeading {
}

.subHeadingText {
}

.calcNumbers .col-4 {
}

    .calcNumbers .col-4::after {
        background: rgba(255, 255, 255, .3);
        padding: 0 !important;
    }

    .calcNumbers .col-4:last-child::after {
    }

.calc-button-wrapper {
    padding: 10px 0;
}

    .calc-button-wrapper .btn {
        padding: 10px 15px 12px;
    }

        .calc-button-wrapper .btn:hover, .calc-button-wrapper .btn:focus {
        }

/*** input loan calculator - error ***/

.Error {
}

/*** input loan calculator - tool tip ***/

.calctooltip {
}

    /* tooltip text */

    .calctooltip .calctooltiptext {
        background-color: #106d9f;
    }

    /* show the tooltip text when you mouse over the tooltip container */

    .calctooltip:hover .calctooltiptext {
    }
/* Inout Calculator Small */

.loan-calculator-wrapper.small-calc .form-group label {
    margin-top: 7px;
}

.loan-calculator-wrapper.small-calc #selectedLoan {
    padding: 14px 13px;
    background: #e7e9eb;
    color: #9ca4aa;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

input [type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 1px solid #ddd;
    display: inline-flex;
}

    .number-input,
    .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            min-width: 3rem;
            cursor: pointer;
            margin: 0;
            position: relative;
        }

            .number-input button:after {
                display: inline-block;
                position: absolute;
                font-family: "Font Awesome 6 Pro";
                font-weight: 600;
                content: '\f068';
                transform: translate(-50%, -50%) rotate(180deg);
                color: #399ba2;
                font-size: 15px;
            }

            .number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(0deg);
                content: '\f067';
            }

        .number-input input[type=number] {
            font-family: 'Montserrat', sans-serif;
            /*max-width: 5rem;*/
            padding: .5rem;
            border: solid #ddd;
            border-width: 0 2px;
            font-size: 2rem;
            height: 3rem;
            font-weight: 600;
            text-align: center;
        }

.MaxAmounts {
    font-size: .813rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.currencySymbolInput {
    font-weight: 600;
    color: #9CA4AA;
}

.CalculatorinputDropDown .filter-option-inner-inner {
    color: #399ba2;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-size: clamp(.625rem, .625rem + 2vw, 1.125rem);
}

/* ---------------------------------------------------------------------------------------------------------------- 4.25 SMALL LOAN CALCULATOR */


#CalculatorSmallWrapper {
    background: #063c59;
}

.calcSmallAprWrapper {
}

.calcSmallLoanName > div, .calcSmallLoanApr > div {
}

.calcSmallLoanName, .calcSmallLoanApr {
    background: #4997be;
}

.calcSmallLoanApr {
}

.calcSmallResults {
}

.calcSmallButton .button {
    display: block;
}

.form-horizontal > div > div {
}

.increment, .decrement, .incrementTerm, .decrementTerm, .calcSmallButton {
    background: #253d48;
}

    .increment i, .incrementTerm i, .decrement i, .decrementTerm i {
    }

.calcSmallButton {
}

.calcSmallResults, .calcSmallButtonWrapper {
    background: #4997be;
}


.calcHeading {
}

.calcResultsInfo {
}




.ui-slider {
}

.ui-slider-horizontal {
    background: #acacae;
}

    .ui-slider-horizontal .ui-slider-handle {
        background: #e45f58;
    }

.ui-slider-handle.ui-corner-all.ui-state-default:hover {
    filter: brightness(1.125);
    /* EASING*/
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

.ui-slider-horizontal.green .ui-slider-handle {
    background: #afe32c;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
}


/* ---------------------------------------------------------------------------------------------------------------- 4.26 ICON LOAN CALCULATOR */

.calcIconResults .nav-tabs .nav-link:focus, .calcIconResults .nav-tabs .nav-link:hover {
    background: #4997be !important;
    color: white;
}

.calcIconResults .nav-fill .nav-item.active {
    background: #4997be !important;
    color: white;
    border-color: #4997be !important;
}

.calcIconResults .nav-fill .nav-item.active {
    border-color: #4997be;
}

.calcIconResults .nav-fill .nav-item {
    color: #4997be;
}

.nav-tabs .nav-link.active::before, .nav-tabs .nav-link.active::after {
    background: #e47a52 !important;
    display: none;
}

.subHeadingText {
    font-size: .938rem;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.27 RTE */
/*umb_name:LightBlueButton*/
.LightBlueButton {
    background-color: #2c68b1;
}

/*umb_name:DarkBlueButton*/
.DarkBlueButton {
    background-color: #1f497c;
}

/*umb_name:YellowButton*/
.buttonYellow {
    background-color: #f8a232 !important;
}
.buttonYellow:hover {
    filter: brightness(1.125);
}

/*umb_name:WhiteText*/
.WhiteText {
    color: white;
}

/*umb_name:smalltext*/
.smalltext {
    color: #3f4e5f;
}

    .smalltext:before {
        background: #3f4e5f;
    }


/*umb_name:h2White*/
.H2.White {
}

/*umb_name:twoColumnText*/
.twoColumnText {
}


/* ---------------------------------------------------------------------------------------------------------------- 4.30 QUICK LINKS DROPDOWN */

.CalculatorQuickSelect .dropdown-item {
    font-weight: 500;
    font-size: 1.063rem;
    color: #399ba2;
}

.CalculatorQuickSelect .filter-option-inner-inner {
    overflow: hidden;
    color: #399ba2;
    font-size: 1.5rem;
    font-weight: 600;
}

.pretitle {
    display:none;
}

/* ---------------------------------------------------------------------------------------------------------------- 5.0 LOAN APP BOXES POP UP OPTION */
.loanbox-icon img {
}

.loan-app-boxes .col-md-4 > div {
    background: #e7e9eb;
}

.loan-app-boxes .col-md-4 .button {
}

.loan-app-boxes i {
}

.loan-app-boxes li {
}

.loan-app-boxes h2 {
    font-family: 'Montserrat';
}

.popUpOptionWrapper > div:nth-child(even), .register {
}

/* ---------------------------------------------------------------------------------------------------------------- 5.1 LOAN APP TABS OPTION */

.nav-tabs {
}

    .nav-tabs i {
    }

.nav-fill .nav-item {
    background: #e7e9eb;
    border: none;
    border-radius: 0;
    margin: 0 8px;
    box-shadow: 1px 0 30px rgba(255,255,255,.20);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
    border: none;
    background: #ffffff;
    color: #45525B;
    box-shadow: 1px 0 30px rgba(83,97,107,.20);
    transform: scale(1.05);
}



.nav-tabs .nav-link.active {
}

    .nav-tabs .nav-link.active::before {
        background: #ca4907;
    }

    .nav-tabs .nav-link.active::after {
        background: #f9f9f9;
    }

    .nav-tabs .nav-link.active i.fa-check-circle {
        color: #36b29d;
    }

    .nav-tabs .nav-link.active i.fa-times-circle {
        color: #cd5c5c;
    }

.FlipListOption {
    background: lightyellow;
    border-radius: 0;
}

.LoanBoxesFormWrapper {
    background: #e7e9eb;
    padding: 2rem;
    border-radius: 0;
}

.nav-fill .nav-item h2 {
    color: #45525B;
}

#nav-1-tab {
    color: #36b29d;
}

#nav-2-tab span {
    font-weight: 400;
}

#nav-2-tab span:first-of-type {
    font-weight: bold;
    color: #36b29d;
}

/* ---------------------------------------------------------------------------------------------------------------- 5.2 FILP CARDS LOAN OPTION */

/* ---------------------------------------------------------------------------------------------------------------- 6.0 FOOTER */

.footer-wrapper, .footer-wrapper p {
}

    .footer-wrapper .bg-dark {
        padding-top: 110px;
        margin-top: 0;
    }

        .footer-wrapper .bg-dark::before {
        }

        .footer-wrapper .bg-dark .column {
            border-left: 1px solid rgba(255, 255, 255, .2);
        }

            .footer-wrapper .bg-dark .column:last-child {
                border-left: 1px solid rgba(255, 255, 255, .2);
            }

    .footer-wrapper .nav-menu.nav-menu-social a {
        color: none;
    }

    .footer-wrapper .nav-menu-social .fa-inverse {
        color: #fff;
    }

    .footer-wrapper .globalAddressTwoCol .container {
    }

.progress-logo-footer {
}

.footer-wrapper h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem);
    font-weight: 700;
}

/* ---------------------------------------------------------------------------------------------------------------- 6.1 FOOTER GLOBAL ADDRESS */

.footer-wrapper .globalAddressWrapper {
}

.footer-wrapper .globalAddressTwoCol .container.geolocation {
}

.footer-wrapper .globalAddressTwoCol h4 {
}

.footer-wrapper .globalAddressTwoCol a {
    color: white;
}

.address-line.opening-hours {
}

.adressContact span {
    display: inherit;
}
p.lunchHours {
    display: block;
    margin-top: 15px!important;
    font-size: 14px;
}
/* ---------------------------------------------------------------------------------------------------------------- 6.2 FOOTER SOCIAL MEDIA */

.nav-menu.nav-menu-social.footer {
}

    .nav-menu.nav-menu-social.footer li {
    }

        .nav-menu.nav-menu-social.footer li a {
        }

            .nav-menu.nav-menu-social.footer li a span.fa-stack {
            }

                .nav-menu.nav-menu-social.footer li a span.fa-stack .social-icon {
                }

.socialfootertext {
    display:none;
}

.footer-wrapper .bg-dark .column:last-child {
    padding: 0 2rem !important;
}

.nav-menu.nav-menu-social.footer {
    margin: 1.5rem auto .5rem;
    flex-direction: row;
    max-width: 200px;
}

.footer-soc > a {
    display: inline-block;
    margin-top: 25px;
    float: left;
    display: flex;
    flex-direction: column-reverse;
    width: calc(50% - 5px);
    margin-right: 10px;
}

    .footer-soc > a:last-child {
        margin-right: 0;
    }
/* ---------------------------------------------------------------------------------------------------------------- 6.3 FOOTER REGULATORY LINKS */
.regulatory-links {
    background: #2D9198;
    padding: 0;
    z-index: 0;
}

    .regulatory-links .column {
    }

    .regulatory-links ul {
        margin-top: 4px;
    }

    .regulatory-links p {
        color: rgba(255, 255, 255, .70);
    }

    .regulatory-links a {
        color: rgba(255, 255, 255, .7);
        margin-top: 20px;
        display: inline-block;
    }

    .regulatory-links .col-lg-5 {
    }

    .regulatory-links .container {
        border-bottom: 5px solid white;
        max-width: 1370px !important;
        padding: 0 0 1.5rem;
    }

/* ---------------------------------------------------------------------------------------------------------------- 6.4 FOOTER PROGRESS LOGO */

.progress-logo-footer img {
    margin-top: 4px;
}

.footer-logos {
    display: flex;
    justify-content: flex-end;
    padding-left: 30px;
    width: 100%;
}
.footer-logos img {
    margin-left:40px;
}
    /* ---------------------------------------------------------------------------------------------------------------- 7.0 MISC */
    /* ---------------------------------------------------------------------------------------------------------------- 7.1 SLIDER */
    .rio-promos {
}

.slick-list {
}

.slick-prev:before, .slick-next:before {
    color: #EA8496;
}

.rio-promos img {
}

.slick-slider {
}

.slick-list {
}

    .slick-list:focus {
    }

    .slick-list.dragging {
    }

.slick-slider .slick-track, .slick-slider .slick-list {
}

.slick-track {
}

    .slick-track:before, .slick-track:after {
    }

    .slick-track:after {
    }

.slick-loading .slick-track {
}

.slick-slide {
}

[dir='rtl'] .slick-slide {
}

.slick-slide img {
}

.slick-slide.slick-loading img {
}

.slick-slide.dragging img {
}

.slick-initialized .slick-slide {
}

.slick-loading .slick-slide {
}

.slick-vertical .slick-slide {
}

.slick-arrow.slick-hidden {
}

/* ---------------------------------------------------------------------------------------------------------------- 7.2 SLIDER ARROWS */

.contactUsBackground .slick-dots {
}

.footer-wrapper .globalAddressTwoCol .slick-dots {
}

    .globalAddressSlider .slick-dots li button::before, .footer-wrapper .globalAddressTwoCol .slick-dots li button::before, .NewsWidgetslider .slick-dots li button::before, .Related-articles .slick-dots li button::before {
        color: #fff;
    }

    .globalAddressSlider .slick-dots li.slick-active button::before, .footer-wrapper .globalAddressTwoCol .slick-dots li.slick-active button::before, .NewsWidgetslider .slick-dots li.slick-active button::before, .Related-articles .slick-dots li.slick-active button::before {
        color: #fff;
    }

.globalAddressSlider .PrevArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow, .NewsWidgetslider .PrevArrow, .Related-articles .PrevArrow, .NewsWidgetsliderDetailed .PrevArrow {
}

.footer-wrapper .globalAddressTwoCol .PrevArrow {
}

.Related-articles .PrevArrow {
}

.NewsWidgetslider .PrevArrow {
    border: 1px solid rgba(53, 69, 95, .5);
}

    .globalAddressSlider .PrevArrow::before, .footer-wrapper .globalAddressTwoCol .PrevArrow::before, .NewsWidgetslider .PrevArrow::before, .Related-articles .PrevArrow::before {
    }

.footer-wrapper .globalAddressTwoCol .globalAddressSlider .PrevArrow::before {
    color: white;
}

.globalAddressSlider .NextArrow, .footer-wrapper .globalAddressTwoCol .NextArrow, .NewsWidgetslider .NextArrow, .Related-articles .NextArrow, .NewsWidgetsliderDetailed .NextArrow {
}

.NewsWidgetslider .NextArrow, .Related-articles .NextArrow {
    color: #35455f;
}

    .globalAddressSlider .PrevArrow:hover, .globalAddressSlider .NextArrow:hover, .footer-wrapper .globalAddressTwoCol .PrevArrow:hover, .footer-wrapper .globalAddressTwoCol .NextArrow:hover, .NewsWidgetslider .PrevArrow:hover, .NewsWidgetslider .NextArrow:hover, .Related-articles .PrevArrow:hover, .Related-articles .NextArrow:hover {
        color: #23aa4b;
    }

.footer-wrapper .globalAddressTwoCol .NextArrow, .Related-articles .NextArrow {
}

.Related-articles .NextArrow {
}

.NewsWidgetslider .NextArrow {
    border: 1px solid rgba(53, 69, 95, .5);
}

    .globalAddressSlider .NextArrow::before, .footer-wrapper .globalAddressTwoCol .NextArrow::before, .NewsWidgetslider .NextArrow::before, .Related-articles .NextArrow::before {
    }

.footer-wrapper .globalAddressTwoCol .PrevArrow::before, .footer-wrapper .globalAddressTwoCol .NextArrow::before {
    color: white;
}

.footer-wrapper .globalAddressTwoCol .NextArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow {
    border: 1px solid rgba(255, 255, 255, .4);
    color: white;
}

.footer-wrapper .globalAddressTwoCol .PrevArrow {
    right: 43px;
}
/* ---------------------------------------------------------------------------------------------------------------- 7.3 FANCY BOX GENERAL */
.fancybox-content {
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
}

.fancybox-container h2 {
}

.fancybox-container img {
}

.fancybox-container iframe {
}

.fancybox-container .videoWrapper {
}

    .fancybox-container .videoWrapper iframe {
    }

/* ---------------------------------------------------------------------------------------------------------------- 7.4 OFFICE AREA - Breakout Video */

#VFWSection {
}

#videobcg {
}

.VFWparagraph.text-center {
}

/* ---------------------------------------------------------------------------------------------------------------- 7.5 OFFICE AREA - Pop Out Video */

.dtge-editor-preview-container .psvideo {
}

.dtge-editor-preview-container h1 {
}
/* BOOTSTRAP RULES 
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    display: inline-block;
    vertical-align: top;
}*/

.noPadding {
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
}

.img-fluid {

}


/* ---------------------------------------------------------------------------------------------------------------- 7.6 CUSTOM GENERAL CLASSES */



.smalltext {
}

    .smalltext:before {
    }

.noBorder {
}

.greyGradient {
}

.greyGradient_v2 {
}

.bg-dark, .darkBackground {
    background-color: #2D9198 !important;
}

.bg-light {
}

.landingPageBreakout {
    /*padding: 6rem 0 10rem;*/
    background-size: cover;
}

    .landingPageBreakout > .row {
    }

    .landingPageBreakout div div {
        /* margin: auto !important; */
    }
    .landingPageBreakout.insurance-tc > .row {
        max-width: 1124px;
    }
.contentPageBreakout {
}

.mobile-app-btn-wrapper {
    margin: 20px 0;
}

.mobile-app-btn {
}

.no-vert-padding > .row {
}

    .no-vert-padding > .row .column {
    }

.who-we-are-text {
    column-count: 2;
    column-gap: 5rem;
    margin-bottom: 30px;
    display: block;
}

.donut-chart-title {
    font-size: 1rem;
}

.block-color-layer, .block-color-layer-no-padding {
    background: #f7f7f7;
    padding: 15px 37px;
    margin-bottom: 15px;
}

.block-color-layer-no-padding {
    padding: 0;
}

    .block-color-layer-no-padding .img-fluid {
        margin: 0 !important;
    }

.counters {
    padding: 0 3rem 3rem;
}

    .counters .row {
        max-width: 1250px;
    }

    .counters .col-xl-4:not(:last-child) {
        margin-bottom: 2rem;
    }

    .counters .col-xl-4 > div {
        max-width: 550px;
        margin: auto;
    }

    .counters .card {
        z-index: 0;
        position: relative;
        text-align: center;
        border-radius: 0 0 10px 10px;
    }

    .counters .card-body {
        padding: 20px 40px !important;
        text-align: center;
        align-items: center !important;
    }

.banner .counter, .banner .currency {
    font-size: 36px;
}

.counters .card {
    background: #106d9f;
    color: #ffffff;
}

    .counters .card p {
        color: #ffffff;
        opacity: .7;
    }

    .counters .card .button {
        display: block;
        max-width: 130px;
        margin: 20px auto auto;
    }


.psvideo #thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}



.title-text {
    padding: 80px 0 30px;
}

    .title-text .row {
        max-width: 740px;
        margin: auto;
    }

.white-text {
    color: white;
}

.first-text {
    padding-top: 70px !important;
}

    .first-text::before {
        content: '';
        max-width: 1304px;
        height: 5px;
        background: #399ba2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
    }

.title-text h2, .mobile-app-page .card .card-title {
    font-size: 1.875rem !important;
    font-size: clamp(.938rem, .938rem + 2vw, 1.875rem) !important;
    margin: 0 0 5px;
    color: #399ba2;
    font-weight:700;
}

.loan-calculator-wrapper {
    margin-top: -14rem !important;
    padding-top: 14rem;
    padding-bottom: 0;
}

.hero-banner-left .card-body {
    background-position: left center;
    background-size: cover;
    padding: 3.5rem 0;
    display: flex;
    padding: 0 !important;
}

.hero-banner-left .container-fluid:not(.twoCurves) .BannerImages .curve, .hero-banner-left .no-vert-padding.card .BannerImages .curve {
    left: -85px;
    width: 182px;
}

.homepage-news .row {
    max-width: 1400px;
}

.container.content-page.with-header.spWithImage {
    margin-top: 0 !important;
    border-radius: 0;
    padding-top: 0 !important;
}

.spWithImageHeadingText {
    top: calc(50% - 0);
    z-index: 1;
    max-width: 1330px;
}

.membership-text p {
    font-size: .938rem;
    font-size: clamp(.75rem, .938rem + 2vw, .938rem);
}

.approval-rate .container {
    max-width: 100% !important;
    padding: 0 15px;
}

.approval-rate .col-md-12, .testimonials .col-md-12 {
    padding: 0;
}

.text-cta .container-fluid {
    overflow: hidden;
}

.text-cta .row:first-child {
    padding: 0 15px;
    margin: 0 -15px;
}

.text-cta .BannerImages .curve {
    width: 170px;
}

/* Loan Page - Loan App Process */
.loan-process {
    padding: 70px 4rem 4rem;
    background: white;
}

    .loan-process .container {
        padding: 0;
    }

    .loan-process .row {
        max-width: 1351px;
        margin: auto;
        position: relative;
    }

    .loan-process .col-md-3:not(.col-md-3:last-child):after {

    }

    .loan-process .step-4 .row::after {
        display: none;
    }

    .loan-process .announcementItem {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 0;
        padding: 0;
        min-height: 320px;
        padding: 0 1rem 1rem;
    }

        .loan-process .announcementItem::after {
            display: none;
        }

        .loan-process .announcementItem:hover {
            transform: none;
            box-shadow: none;
            z-index: 0;
        }

        .loan-process .announcementItem::after {
        }

    .loan-process p {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        color: #399ba2;
    }

    .loan-process .announcementItem h3 {
        color: #399BA2;
        font-weight: 700;
        text-transform: none;
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-align: center;
        padding: 0;
        height: auto;
        display: block;
        top: 0;
    }

    .loan-process .announcementItem {
        min-height: unset;
    }

    .loan-process .step-1 .announcementItem {

    }

    .loan-process .step-4 .announcementItem {

    }

.announcementRow h4 {
    display: block;
    font-size: .938rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.563rem;
}

.announcementPic {
    
}

.loan-process .container, .loan-process .col-md-3 {
    padding: 0;
}

.loan-process .announcement-image {
    margin: auto;
}

.step-wrapper {
    margin: -8px auto 0;
    width: 100%;
    position: relative;
}

    .step-wrapper::before {
        content: '';
        position: absolute;
        height: 1px;
        width: calc(100% - 45px);
        left: calc(50% + 22px);
        margin: auto;
        right: 0;
        background: #399BA2;
        top: 0;
        bottom: 0;
    }

.loan-process .col-md-3:last-child .step-wrapper::before {
    display: none;
}

.step {
    border: 1px solid #399BA2;
    width: 47px;
    border-radius: 50%;
    height: 47px;
    margin: auto;
    padding: 7px;
    font-size: 1.125rem !important;
}

.loan-process h2 {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0;
    font-size: 1.875rem !important;
    font-size: clamp(.938rem, .938rem + 2vw, 1.875rem) !important;
    color: #399ba2;
    font-weight: 700;
}

.loan-process .announcementItem a {
    cursor: default;
}

    .loan-process .announcementItem a h3, .loan-process .announcementItem a:hover h3 {
        color: #00B0AD;
    }

    .loan-process .announcementItem a h4, .loan-process .announcementItem a:hover h4 {
        color: #3C3C3C;
    }

/*Loans spotlights */
.loans-benefits.landingPageBreakout {
    padding: 70px 0 0;
}
.loans-benefits.loan-page.landingPageBreakout {
    padding-bottom: 5rem;
}

    .loans-benefits.landingPageBreakout .row {
        max-width: 1129px;
        margin: auto;
    }

.loans-benefits .container {
    padding: 0;
}

.spotlights-wrapper .container-fluid {
    /*padding: 0;*/
    padding: 3rem 0;
}

.loans-benefits h2, .who-can-join h2 {
    position: relative;
    color: #399ba2;
    max-width: 440px;
    margin-bottom: 2.5rem;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 1.625rem !important;
    font-size: clamp(.938rem, .938rem + 2vw, 1.875rem) !important;
}

.loans-benefits .spotlights h2 {
    display: none;
}

.loans-benefits .spotlight-box {
    padding: 0 !important;
    max-width: 100%;
    border-radius: 4px;
    background: #399ba2;
    margin-bottom: 0;
}

.loans-benefits .spotlights {
    padding: 5px 10px 0 30px !important;
}

    .loans-benefits .spotlights p {
        color: white;
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        font-size: .938rem;
        font-weight: 500;
    }

.loans-benefits .spot-text {
    width: 95%;
}

.loans-benefits .spotlights img {
    padding: 0;
}

.loans-benefits img {
    width: 75px;
}

.loans-benefits .fa-stack {
    height: 70px;
    text-align: right;
    margin: auto 0 auto auto;
    width: 70px;
    position: relative;
    display: block;
    line-height: 1.65em;
}

.loans-benefits .spot-icon {
    height: 70px;
}

.loans-benefits .fas.fa-circle.fa-stack-2x {
    display: none;
}

.loans-benefits .fa-stack-1x {
    font-size: 2rem;
    font-weight: 300;
    opacity: .8;
}

.loans-benefits.green-bg {
    background: #399ba2;
    padding-bottom: 5rem;
}

    .loans-benefits.green-bg .spotlight-box {
        background: white;
    }

    .loans-benefits.green-bg h2 {
        color: white;
    }

    .loans-benefits.green-bg .spotlights p, .loans-benefits.green-bg .fa-inverse {
        color: #399ba2;
    }

    /*.spotlights a, .spotlights a:hover {
    display: inline;
    color: #3c3c3c;
    font-size: .938rem;
    padding: 0;
    text-decoration: underline;
    font-weight: 600;
}*/
    .spotlights a:hover {
}

.parent3Across .spotlight-box::after, .parent4Across .spotlight-box::after {
    display: none;
}

/*  Car Loan Page - Representative example */
.rep-example-numbers {
    padding: 1rem 0 4.5rem;
}

    .rep-example-numbers .row {
        background: white;
        max-width: 1124px;
        border-radius: 0;
        box-shadow: 1px 0 30px rgba(83,97,107,.20);
        text-align: center;
        padding: 1.5rem 0;
        margin: auto;
    }

    .rep-example-numbers h3 {
        font-size: 2.375rem;
        line-height: 55px;
        margin: 0 0 35px;
        padding: 0;
        font-weight: 700;
        color: #399ba2;
    }

    .rep-example-numbers h5 {
        font-size: .938rem;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .rep-example-numbers h3:last-child {
        margin-bottom: 15px;
    }

    .rep-example-numbers .box:not(.column:last-child .box) {
        border-right: 1px solid lightgray;
    }

.rep-example, .loan-faq, .loan-process {
    position: relative;
}

    .rep-example::before, .loan-faq:before, .loan-process:before {
        content: '';
        position: absolute;
        top: 0;
        max-width: 1330px;
        height: 5px;
        background: #399ba2;
        margin: auto;
        left: 0;
        right: 0;
    }


.who-can-join.landingPageBreakout .container > .row {
    max-width: 1300px;
    margin: auto;
    padding: 0 0 80px;
}

.who-can-join .column:first-child {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 5px;
  padding-right: 5rem;
}

.who-can-join h2 {
    margin-bottom: 1rem;
}

.who-can-join h3 {
    font-weight: 600;
}

.who-can-join.green ul.stripedList.OneColumn li .fa-inverse {
    color: #00B0AD;
}

.who-can-join .orange-button {
    margin-top: 20px;
}

/* LOANS PAGE */
.loans-range.landingPageBreakout:not(.first-row) {
    padding-bottom: 9rem;
}

.loanspage-card {
    margin: -5.5rem 0 6rem;
}

    .loans-range.landingPageBreakout .row {
        max-width: 1330px;
        margin: auto;
    }

.loans-range .button {
    /*background: transparent;
    color: #e47d51;
    text-align: left;
    padding-left: 0;
    position: relative;
    padding: 10px 0 15px;
    font-weight: 600;
    margin-top: 0;
    max-width: 150px;
    display: block;*/
}

    .loans-range .button::after {
        /*content: '\f105';
        font-size: 15px;
        line-height: 28px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 500;
        background: #fde7dd;
        color: #e47d51;
        border-radius: 50px;
        padding: 2px 13px 0;
        float: right;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 4px;
        margin: auto;
        /* EASING
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
        -o-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
        */
    }

.loans-range .card:hover .button::after {
    background: #e47d51;
    color: white;
}

.loans-range .card {
    background: white;
    /*box-shadow: 1px 0 30px rgba(83, 97, 107, .2);*/
    margin-bottom: 30px;
    border-radius: 0;
}

.loanspage-card .card-left img, .loanspage-card .card-right img {
    padding: 25px;
}

    .loans-range .card:hover {
    }

.loans-range .card-body {
    padding: 20px 20px !important;
    text-align: center;
    min-height: 220px;
}

.loans-range h2.card-title {
    color: #399ba2;
    font-size: 1.125rem !important;
    font-weight: 600;
}

.loans-range h5.card-title {
    color: #45525B;
    font-size: .875rem !important;
    font-weight: 400;
    line-height: 1.4;
    max-width: 85%;
    margin: auto;
}

.loans-range .cardButtonList li {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.loanspage-calc.landingPageBreakout {
    padding: 0 0 2rem;
    margin-top: 0;
}

.loan-calc-rise {
    padding-top: 170px;
    margin-top: -12rem;
}

/* About Page */
/*.loanspage-text-section .row {
    align-items: center;
}*/

.loanspage-text-section img {
}

.loanspage-text-section {
    margin-top: 0;
    padding-top: 96px !important;
}

.small-icon-spot .parent2Across .spotlights, .small-icon-spot .parent3Across .spotlights, .small-icon-spot .parent4Across .spotlights,
.calendarium .parent2Across .spotlights, .calendarium .parent3Across .spotlights, .calendarium .parent4Across .spotlights {
    display: flex;
    padding: 0 !important;
}

    .small-icon-spot .parent2Across .spotlights .fa-stack, .small-icon-spot .parent3Across .spotlights .fa-stack, .small-icon-spot .parent4Across .spotlights .fa-stack,
    .calendarium .parent2Across .spotlights .fa-stack, .calendarium .parent3Across .spotlights .fa-stack, .calendarium .parent4Across .spotlights .fa-stack {
        width: auto;
        margin-right: 15px;
        font-size: 1rem;
		color: #399ba2;
    }

.small-icon-spot .parent2Across .fa-circle, .small-icon-spot .parent3Across .fa-circle, .small-icon-spot .parent4Across .fa-circle,
.calendarium .parent2Across .fa-circle, .calendarium .parent3Across .fa-circle, .calendarium .parent4Across .fa-circle {
    position: relative;
}

.small-icon-spot .parent2Across .fa-stack-1x, .small-icon-spot .parent3Across .fa-stack-1x, .small-icon-spot .parent4Across .fa-stack-1x {
    position: absolute;
    right: 0;
}

.small-icon-spot .parent2Across .spotlights p, .small-icon-spot .parent3Across .spotlights p, .small-icon-spot .parent4Across .spotlights p {
    /*width: 97%;*/
    margin-bottom: 15px;
    text-align: left;
    margin-top: -5px;
}

.small-icon-spot .fa-check::before {
    font-weight: 500;
}

.calendarium .row {
    margin: 0;
    padding-bottom: 3rem;
}

.calendarium .spotlights .fa-stack {
    top: -16px;
}

.calendarium .spot-text {
    border-top: 1px solid;
    width: 100%;
}

.calendarium h2 {
    padding-top: 10px;
}

.staff-members {
    padding: 2rem 0 3rem;
}

/* COUNTER NUMBERS */


.counter-numbers {
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    margin: auto;
    background: #e7e9eb;
    min-height: 400px;
}

    .counter-numbers .banner .banner-icon .icon-wrap {
        display: none;
    }

    .counter-numbers .banner .banner-icon {
        height: auto;
        border-radius: 0;
    }

    .counter-numbers .banner {
        height: 100%;
        display: flex;
        border: none;
        border-radius: 0;
        background: none !important;
    }

        .counter-numbers .banner .banner-content {
            padding: 0;
            margin: 15px 0;
            text-align: left;
            max-width: 220px;
            margin: auto;
            border-left: 2px solid #399ba2;
            padding-left: 30px;
        }

    .counter-numbers .banner-wrap {
        align-self: center;
        width: 300px;
    }

        .counter-numbers .banner-wrap::after {
            display: none;
        }

    .counter-numbers .downpointer {
        display: none;
    }

    .counter-numbers .banner h4 {
        font-weight: 300;
        font-size: .938rem;
        font-size: clamp(.5rem, .5rem + 2vw, .938rem);
    }

    .counter-numbers .banner .counter, .counter-numbers .banner .currency {
        margin-bottom: 5px;
        line-height: normal;
        font-size: 30px;
        font-weight: 400;
    }



.news-header .BannerText, .news-header .BannerImages .col-bgr-cover-left {
    min-height: 250px;
}

.news-header #breadcrumb {
    padding-bottom: 0;
}

.news-header .BannerText .heroWrapperContainer {
    margin-top: 0;
    background: none;
}

.calendarium .fa-inverse {
    font-weight: 400 !important;
}


/*3 loan boxes */
.container.loantab {
    /*max-width: 1250px !important;*/
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.nav-fill .nav-item {
    font-size: 1rem;
    font-size: clamp(.5rem, .75rem + 2vw, 1rem);
}

.container.loantab a.nav-item {
    color: #45525B;
}

/* FAQs */
.faqs {
    padding: 4rem 0;
    max-width: 1124px;
    margin: auto;
}

#accordion .card-header {
    display: block;
    border-radius: 0;
    background: #e7e9eb;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 32px;
    color: #399BA2;
    padding: 0;
}

#accordion .card-header > a {
  display: block;
  padding: 18px 40px;
}

#accordion .card-body {
    padding: 20px 40px !important;
}

#accordion a {
  display: inline;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #399BA2;
}

    #accordion a h5 {
        margin: 0;
        display: flex;
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.3;
    }

#accordion .card-body a h5 {
    font-size: 1rem;
}

/* DOWNLOADS */
.downloads, .fin-health {
    padding: 4rem 0 2rem;
    max-width: 1124px;
    margin: auto;
}

.fin-health {
    padding: 4rem 0;
}

.fin-health.text-base {
    padding: 0 0 4rem;
}

    .downloads a {
        float: right;
        margin-top: 1rem;
    }

    .downloads tr:not(tr:last-child) {
        border-bottom: 1px solid lightgrey;
    }

    .downloads table {
        margin: 0;
    }

    .downloads td {
        padding: 20px 0;
    }

.jag-faq-title:not(.faq-accordion .jag-faq-title) {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    color: #399BA2;
    padding: 18px 40px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background: white;
}

.jag-faq-title i {
    font-weight: 600;
}

.panel.jag-faq-wrapper .panel-body {
    padding: 0 40px 20px;
    background: white;
}

/* FORM SUBMITTED PAGE */
.form-submitted, .error-page {
    margin: 4rem auto !important;
    border-radius: 0;
    overflow: hidden;
    max-width: 1124px !important;
}

.error-page {
    margin-top: 1rem !important;
}

    .form-submitted .card {
        align-items: center;
        padding: 30px 40px;
    }

    .form-submitted .card-body {
        padding: 20px 40px 0 !important;
    }

    .form-submitted .card-left img {
        padding: 0;
        width: 80px;
    }

    .form-submitted h2 {
        font-size: 1.625rem !important;
        font-size: clamp(.938rem, .938rem + 2vw, 1.625rem) !important;
        margin-top: 0;
        margin-bottom: 5px;
        color: #36b29d;
    }

    .form-submitted .button {
        margin-top: 20px;
    }

/* SAVINGS PAGE */

.small-icon-spot .spotlight-box::after {
    display: none;
}

.sidebar-right .smalltext {
    margin-left: 73px;
}

.sidebar-right blockquote {
    margin-top: 40px;
}


.faq-section .container {
    max-width: 1124px !important;
    margin: auto;
    padding-bottom: 2.5rem;
}

/* FONTAWESOME */
.loan-process .fas.fa-circle.fa-stack-2x.announcementCircle {
    display: none;
}

.loan-process .fa-inverse {
    color: #106d9f !important;
}

.loan-process .fa, .loan-process .fas {
    font-weight: 400 !important;
}

.loan-process .fa-stack {
    height: 1.75em !important;
    line-height: 1.75em !important;
}

.loan-process .fa-3x {
    font-size: 2rem !important;
}

/* FORM PAGE - Register, Lost Your PIN etc */

.form-page {
    padding: 4rem 0;
}


/* PAYROLL PARTNERS */

.i-am-section .row {
    background: white !important;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    border-bottom: 5px solid #399ba2;
    max-width: 896px;
    margin: auto auto 5rem;
    padding: 2rem;
}

.bg-info {
    background:white !important;
}

.quicklinks-btn .btn {
    background: #f8a232;
    margin-top: 6px;
}

.i-am-section h2 {
    font-size: 1rem;
    font-weight: 400;
}

.quick-select-dropdown {
    border-bottom: 1px solid lightgray;
    margin-right: 30px;
    height: 100%;
}

    .quick-select-dropdown .dropdown-menu {
        max-height: 250px !important;
        overflow-y: auto;
        background: white;
    }

/* MOBILE APP PAGE*/

.mobile-app-download {
    text-align: center;
    margin-top: 70px;
}

    .mobile-app-download h2 {
        color: #399ba2;
    }

/* MEMBERSHIP */
.online-access .membership-text {
    margin: 2rem auto 13rem;
}

.online-access {
  padding-top: 5rem;
}

.membership-process .first-step h4::before, .membership-process .first-step h4::after,
.membership-process .second-step h4::before, .membership-process .second-step h4::after,
.membership-process .third-step h4::before, .membership-process .third-step h4::after,
.membership-process .fourth-step h4::before, .membership-process .fourth-step h4::after,
.membership-process .fifth-step h4::before, .membership-process .fifth-step h4::after,
.membership-process .last-step h4::before, .membership-process .last-step h4::after {
    background: #399ba2;
    color: white;
}

.membership-process .sixth-step h4::before {
  width: 50%;
  right: auto;
}

.membership-text img {
    max-width: 100px;
}

.membership-process h4 {
    color: #45525B;
}

.membership-process h2 {
    color: #399ba2;
}

.AppStoreButtons li:first-child .button:hover, .AppStoreButtons li:nth-child(2) .button:hover {
    background-color: #222423 !important;
    background-image: url("../content/images/google-play-icon.svg") !important;
    background-position: left 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    filter: brightness(1.125);
}

.AppStoreButtons li:first-child .button {
    background-position: left 10px top 10px;
    margin-bottom: 0;
    text-align: center;
}

    .AppStoreButtons li:first-child .button:hover {
        background-image: url("../content/images/app-store-icon.svg") !important;
        background-position: left 10px top 10px !important;
    }

/* ONLINE BANKING PAGE */
.on-the-go .card-left img, .join-online .card-left img {
    max-width: 150px;
    padding: 30px 0 30px 30px;
}

.on-the-go .cardButtonList li {
    margin-right: 5px;
}

.electronic-pay .spot-text {
    max-width: 80%;
}

.img-width-90 {
    max-width:90%;
}

/* Common css Patch */
.membership.loanspage-card {
    margin-top: -6.1rem;
    margin-bottom: -6rem;
}

.membership-img {
    max-width: 470px;
    margin: auto;
}

.facial-verification {
    padding: 3rem 0 0;
    background-position: center;
}

.identity-check {
    padding: 2rem 0;
}

.mobile-app-page.membership img, .mobile-app-page.balances img, .mobile-app-page.transfers img, .mobile-app-page.doc-upload img {
    max-width: 90%;
    margin: auto;
}

.mobile-app-page .card-body p, .mobile-app-page.how-it-works p {
    font-size: .938rem;
    font-size: clamp(.75rem, .75rem + 2vw, .938rem);
    margin-bottom: 0 !important;
}

.mobile-app-page.membership {
    margin-top: 9rem !important;
    padding-bottom: 16rem;
}

.mobile-app-page.balances {
    padding-top: 3rem;
}

.mobile-app-page.transfers {
    padding: 8rem 0 15rem;
    background-position: top;
}

.mobile-app-download-buttons {
    max-width: 380px;
    padding: 1rem .5rem;
    border-radius: 0;
}

.mobile-app-page.transfers .card-body {
    position: relative;
    top: 2.5rem;
}

.landingPageBreakout.mobile-app-page.how-it-works {
    padding: 8rem 0 5rem;
}

.loanspage-card .card {
    max-width: 1330px;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 1px 0 30px rgba(83, 97, 107, .2);
    background: #f8a232;
}

.loanspage-card picture {
    width: 40%;
    text-align: center;
}

.loanspage-card .card-body {
    padding: 2rem 1.5rem .75rem !important;
    color: white;
}

.loanspage-card .card-title {
    color: white;
}

.loanspage-card p {
    font-size: 1.25rem;
    font-size: clamp(.938rem, .538rem + 2vw, 1.125rem);
    margin-top: auto;
    font-weight: 600;
    color: white;
    line-height: 1.5rem;
}

.hero-banner-left .container, .hero-banner-right .container {
    max-width: 100% !important;
    padding: 0;
}

.hero-banner-left .card > .row, .hero-banner-right .card > .row {
    min-height: 500px;
}

.hero-banner-right .BannerImages .curve {
    margin: auto -97px auto auto;
}

.hero-banner-right .heroWrapperContainer {
    margin: auto;
    height: 100%;
}

.hero-banner-right .heroWrapper {
    max-width: 790px;
    margin: auto 0 auto auto !important;
    padding-left: 140px !important;
    padding-right: 6rem !important;
}

.hero-banner-left.landingPageBreakout > div > div, .hero-banner-right.landingPageBreakout > div > div {
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
}

.hero-banner-left .col-md-12, .hero-banner-right .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.news-header a {
    color: white;
}

.recaptchav3withscore {
    display: none;
}

fieldset {
    margin-bottom: 0;
}

select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}


/* Downloads accordion*/
.panel.jag-faq-wrapper .panel-body p {
    margin-bottom: 0;
    padding: 0;
}

.downloads td:last-child {
    padding-top: 0;
}

.dataconsent label {
    margin-left: 8px;
    margin-bottom: -10px;
    font-size: .813rem !important;
}

/* LEGAL PAGES */
.help-page, .terms-and-conditions-page, .cookie-page, .terms-and-conditions-mobile-page {
    max-width: 1124px !important;
}

.privacy-policy-page h2 {
    font-size: 1.25rem;
    font-size: clamp(1.125rem, 1.125rem + 2vw, 1.25rem);
}

.btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle):hover, a.red:hover, a.green:hover, .calc-button-wrapper .btn:hover, .calc-button-wrapper .btn:focus {
    filter: brightness(1.125);
    background: #399ba2;
}

.loanspage-card .button {
    max-width: 200px;
    min-width: 180px;
    margin-top: 10px;
}

/*TRUSTPILOT WIDGET*/

.trustpilot-wrapper {
    padding: 0 0 5rem;
    max-width: 1330px;
    margin: auto;
}

.trustpilot-wrapper-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url('/content/images/cambrian/star.svg') no-repeat right -87% center / 80%;
}
.no-star {
    background-image:none;
}

.trustpilot-wrapper .column {
    padding: 0;
    height: 400px;
    overflow: hidden;
}

    .trustpilot-wrapper-inner iframe .button {
        padding: 20px;
    }

.trustpilot-wrapper-inner a:nth-child(1) img {
    margin-bottom: 15px;
    width: 210px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 15px;
}

.trustpilot-wrapper-inner a:nth-child(2) img {
    margin-bottom: 15px;
    width: 170px;
    margin-top: 0;
}

    .trustpilot-wrapper-inner .btn {
        border-radius: 2px;
    }


/* MONEYWORKS PAGE */

.spHeader.spWithImageHeadingImage.ExtraLarge {
    height: calc(100vh - 138px);
}

/* ENGAGE CARD */

.video-wrapper {
    margin-top: -14rem !important;
    padding-top: 14rem;
    padding-bottom: 5rem;
    max-width: 950px;
    margin: auto;
}

.retailer-list .row {
    background: white;
    max-width: 1124px;
    border-radius: 0;
    box-shadow: 1px 0 30px rgba(83,97,107,.20);
    text-align: left;
    padding: 1.5rem;
    margin: auto;
}

.retailer-list .column {
    padding: 0 1.5rem;
}

.retailer-list h5 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.retailer-list td {
    font-size: 1.5rem;
    line-height: 35px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #399ba2;
}

.img-text-list {
    padding: 20rem 0 5rem;
    margin-top: -20rem;
}

.cert-img-wrapper {
    width: 100%;
    display: flex;
    max-width: 900px;
    margin: auto;
    padding: 0;
}

.cert-img {
    display: flex;
    align-items: baseline;
}

.cert-img img {
    max-width: 90px;
    margin: 0 auto;
}

.mobile-app-btns {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
}

    .mobile-app-btns a:hover {
        background: #399ba2 !important;
    }

.fin-health .btn.button {
    max-width: 230px;
}

.fin-health .parent2Across {
  grid-gap: 30px;
  margin-top: 30px;
}

.fin-health .spotlights {
  display: flex;
}

.fin-health .spot-icon {
    height: 80px;
    width: 130px;
    min-width: 100px;
    text-align: center;
}

.fin-health .spot-icon img {
    padding: 0;
    height: 64px;
    width: auto;
    max-width: 90px;
    margin-top: -10px;
}


.pretitlefirst {
  color: #cacaca;
  font-weight: 400;
}

.quick-select-dropdown .bootstrap-select > .dropdown-toggle, .quick-select-dropdown .show > .btn-light.dropdown-toggle, .quick-select-dropdown .bootstrap-select > .dropdown-toggle:focus, .quick-select-dropdown .show > .btn-light.dropdown-toggle:focus, .quick-select-dropdown .bootstrap-select > .dropdown-toggle:active, .quick-select-dropdown .show > .btn-light.dropdown-toggle:active, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):focus, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):active, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):active:focus {
    padding: 12px 10px !important;
}


.quicklinks-btn .btn:hover, .quicklinks-btn .btn:focus, .quicklinks-btn .btn:active, .calc-button-wrapper .btn:hover, .calc-button-wrapper .btn:focus, .calc-button-wrapper .btn:active {
  background: #f8a232 !important;
}

#toprow .col-md-7, #toprow .col-md-5 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

#toprow .row {
  margin: 0;
}

.headerButtonList li {
  margin-right: 10px;
}

.counter-numbers .col:last-child .banner .counter {
  position: relative;
}

.counter-numbers .col:last-child .banner .counter::after {
  color: #45525b;
    content: '+';
    position: absolute;
    right: -22px;
    font-size: 2rem;
    line-height: 2.25rem;
}

.cardButtonList li {
  margin-right: 5px;
}

.headerButtonList li a {
  margin-bottom: 0 !important;
}

.ob-features {
    padding: 16px 0px 72px 0px;
}

.imageListText {
  font-size: .938rem;
  font-size: clamp(.5rem, .5rem + 2vw, .938rem);
}

.grecaptcha-badge {bottom: 90px !important;}

.payroll-partners.green.landingPageBreakout {
  max-width: 730px;
  margin: auto;
  padding: 0 0 4rem;
}

.text-align-left .row {
  max-width: 1154px;
}

.form-downloads {
    padding: 1rem 0 4rem !important;
}

.faq-section.insurance-tc {
  padding-bottom: 2.5rem;
}

.downloads.form-downloads p {
  margin-bottom: 0;
  padding: 0;
}

.umbraco-forms-container .title {font-weight: inherit; font-size: inherit;}

.LoanBoxesForm .contactUsLegned {font-size: 1.125rem; font-weight: 700; margin-top: 20px;}

.hidden {
    display: none !important;
}

.updatebox {
  background: bisque;
}
.updatebox .row {
  max-width: 1154px;
  padding: 2rem 0 1rem;
  text-align:center;
}

.update-img {
  float: left;
  max-width: 100px;
  margin: 0 auto;
    margin-right: auto;
  vertical-align: top;
  margin-right: 30px;
  height: 100%;
}
.update-img img {
  max-width: 100px;
  margin: 0 auto;
    margin-right: auto;
  vertical-align: top;
  margin-right: 30px;
  height: auto;
}

.updatebox p {
  font-size: .875rem !important;
}

.mobile-app.loanspage-card .card {
    margin-top: 3rem;
}

.mobile-app-download.app-text {
    margin-top: 40px;
}

.membership-text.green-headline.title-text {
  padding-top: 0;
}

.landingPageBreakout.membership-process {
  padding-top: 11rem;
  padding-bottom: 6rem;
}

.title-text.text-center img {
  margin-bottom: 30px;
}

.fluid-width-video-wrapper {

}

.loanspage-card.landingPageBreakout {
    height: 100%;
    display: inline-block;
    background: #f8a232;
    margin: -7px calc(-50vw + 50%) 0;
}

.loanspage-card.landingPageBreakout .card {
  max-width: 1330px;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
}

.loanspage-card.landingPageBreakout .card-left img {
    max-width: 175px;
}
.loanspage-card.landingPageBreakout .card h5{
  font-size: 1.5rem !important;
  font-weight: 800;
}

.spWithImageHeadingText .c-title {
background: rgba(255, 255, 255, .9);
padding: 2rem 2rem;
}

.spWithImageHeadingText h1 {
  color: #45525B;
}

.spHeader.spWithImageHeadingImage.Medium {
  height: 70vh;
}

.headerButtonList {
  margin-left: 0;
  padding-left: 0;
  margin-top: -1rem;
  float: none;
  background: rgb(255, 255, 255);
  width: 100%;
  max-width: 550px;
  display: inline-block;
  padding: .5rem 2rem 1.25rem;
}

.money-helper-page .servicesPadding {
  text-align: center;
  min-height: auto;
  padding: 20px;
  flex-direction: column;
}

.money-helper-page #servicesItem .fa-stack {
    margin: 1rem auto .5rem;
}

.partner-logos, .partners-list {
  padding-bottom: 3rem;
}

.partner-logos .parent4Across {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  grid-gap: 0;
}

.partner-logos .spotlight-box {
  margin: auto;
  padding: 0;
}

.partner-logos .spotlights img {
  padding: 0;
  width: 100%;
    height: auto;
}

.partner-logos .spot-icon {
  text-align: center;
  width: auto;
height: clamp(100px, 90px + 2vw, 215px);
margin: auto;
}

.partners-list .spotlight-box {
  padding: 0 !important;
  display: table;
}

.partners-list .spotlights {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 30px 0 10px;
}

.partners-list .spotlights h2 {
    display:none;

}

.partners-list .spotlights p {
  font-weight: 600;
line-height: 1.4;
text-align: center;
margin-bottom: 0;
color: #53616b;
font-size: 1rem;
font-size: clamp(.5rem, .5rem + 2vw, 1rem);
}

.partners-list .fa-3x {
  display:none;
}


.partners-list .spotlights::before {
      content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    background: #e7e9eb;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: auto;
    opacity:1;
}

.small-icon-spot.one-column .parent2Across {
      display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 10px;
  max-width: 720px;
  margin: auto;
}

.small-icon-spot.one-column .spotlight-box {
    padding: 0 !important;
}

.loan-bands table tr:not(tr:last-child) {
  border-bottom: 1px solid #999;
}

.loan-bands table tr:first-child {
  border-bottom: 2px solid !important;
}

.loan-bands table td {
    padding: 20px 10px;
  
}

.loan-bands table td:first-child {
  padding-left: 0;
}

.four-boxes .mainbody {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2,1fr);
}

.four-boxes .column {
  background: #e6f5f7;
  min-height: 200px;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 30px 20px;
}


.hp-mobile-app > .row {
  max-width: 1368px;
}

.hp-mobile-app .col-xl-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.hp-mobile-app img {
  position: absolute;
  bottom: -80px;
}

.hp-mobile-app-txt {
  border-radius: 0;
    background: rgba(255, 255, 255, .9);
    padding: 2rem 3rem;
}

.hp-mobile-app .col-xl-6:last-child {
  display: flex;
  min-height: 520px;
  justify-content: center;
  flex-direction: column;
}

.hp-mobile-app-txt h2 {
  color: var(--dark-blue-gray);
  text-transform: uppercase;
}

.hp-mobile-app-txt p {
  font-size: 18px !important;
}


.homepage-spotlights {
  padding-top: 2rem;
  padding-bottom:5rem;
}

.hp-mobile-app.landingPageBreakout {
  margin-bottom: 2.5rem;
}

    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
    /* ---------------------------------------------------------------------------------------------------------------- 8.1 Extra Large devices (portrait phones, less than 1400px) */
    @media (max-width: 1400px) {
        .navigation.float, .container.content-page.with-header, .container.content-page, .container.news-page, .article {
        }

        .navigation-portrait .loginButtons {
        }

            .navigation-portrait .loginButtons.buttons2 {
            }

        .loginButtons.buttons1, .nav-menu > li.loginButtons.buttons1 .nav-dropdown {
        }

        .info {
        }

        .footer-wrapper .bg-dark .column {
            border-left: none;
            padding-left: 5px !important;
            padding-bottom: 2rem !important;
            margin-bottom: 0 !important;
        }

            .footer-wrapper .bg-dark .column:last-child {
                border-right: none;
                padding: 0 1rem !important;
            }

        .loan-process .announcementItem {

        }

        .info > div.mapLegend {
            display: none !important;
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
            display: none !important;
        }
        .regulatory-links .container {
              padding: 0 20px 1.5rem;
              border-bottom: none;
            }
        .footer-wrapper .bg-dark .container {
              padding-right: 0;
            }
        .hero-banner-left .heroWrapper {
          padding-left: 5rem;
        }
        .no-star {
          background-color: white !important;
        }
    }
    /* ---------------------------------------------------------------------------------------------------------------- 8.2 Large devices (desktops, less than 1200px) */
    @media (max-width: 1200px) {

        #mainNav {
          background: white;
        }

        .navbar-light .navbar-toggler-icon::after, .navbar-light .navbar-toggler {
            color: #45525B;
        }

        .navbar {
          height: auto;
        }

        .navigation.float, .navigation {
        }

        .mobile-menu-socialLinks-Heading {
            font-weight: 400;
            color: #45525b;
        }

        .loginButtons.buttonTitle {
            width: 100%;
        }

        .navigation-portrait .nav-menu > li.loginButtons > a, .navigation-portrait .nav-menu > li.loginButtons > a:hover {
            font-family: 'Montserrat', sans-serif;
        }


        .nav-menu > li.loginButtons .nav-dropdown li a {
        }

        .nav-menu > li.loginButtons .nav-dropdown li:first-child {
        }

        .nav-menu > li.loginButtons .nav-dropdown::before, .nav-menu > li.loginButtons .nav-dropdown::after {
        }

        .nav-menu > li.loginButtons .nav-dropdown li a:hover {
        }

        .navigation-portrait .nav-menu > li:last-child {
        }

        .nav-menu > li > .nav-dropdown {
        }

        .navigation-portrait .nav-menu > li > a {
            color: #4997be !important;
        }

        .spHeader {
        }

        .nav-search {
        }

        .navigation.float, .container.content-page.with-header, .container.content-page, .container.news-page, .article {
        }

        .navigation.float {
        }

        .nav-search > form {
        }

        .features-icon {
        }

        .spotlights h2 {
        }

        .features-main {
        }

        .features-sub {
        }

        .features-icon {
        }

        .container.bodyStart p {
        }

        .features-icon::after {
            border-bottom: 50px solid #c9ced7;
            border-right: 15px solid #eef0f5;
            border-top: 50px solid #c9ced7;
        }

        .TopFeatures a:hover .features-icon::after {
            border-bottom: 50px solid #60d880;
            border-right: 15px solid #eef0f5;
            border-top: 50px solid #60d880;
        }

        .progress-logo-footer {
        }

        .spotlight-box {
        }

        .staff-wrapper:hover {
        }

        .footer-wrapper .bg-dark .column {
        }

            .footer-wrapper .bg-dark .column:last-child {
            }

        .regulatory-links .column {
        }

        .footer-wrapper .globalAddressTwoCol .NextArrow {
        }

        .footer-wrapper .globalAddressTwoCol .PrevArrow {
            right: 52px;
        }

        dl, ol, ul {
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow {
        }

        .navigation-portrait .nav-search-close-button {
        }

        .homepageSlider .PrevArrow, .homepageSlider .NextArrow, .info {
        }

        .news-page h1 {
        }

        #NewsArticles {
        }

        .Newsgrid__item, .Newsgrid__col-sizer {
        }

        .noUi-horizontal .noUi-handle {
        }

        .loginButtons .icon {
        }

        .nav-dropdown.nav-submenu {
        }

        .loan-app-boxes .col-md-4 > div {
        }

        .loan-app-boxes .col-md-4 .button {
        }

        .positionApply {
        }

        #mobileNavOnlyButton {
            top: 21px;
        }

            #mobileNavOnlyButton .btn {
                text-align: left;
                padding-left: 20px !important;
                background: #F8A232;
                font-weight: 700;
                font-size: 0.875rem;
                border-radius: 2px;
                padding: 15px 0 14px !important;
                  padding-left: 15px !important;
                text-transform: uppercase;
                max-width: 190px;
                min-width: 190px;
                text-shadow: 0 0 3px rgba(0, 0, 0, .15);
            }


            #mobileNavOnlyButton .btn::after {
                  content: '\f105';
                  font-size: 17px;
                  line-height: 28px;
                  font-family: "Font Awesome 6 Pro";
                  right: 25px;
                  font-weight: 400;
                  position: absolute;
                  bottom: 0;
                  transform: rotate(90deg);
                  border: none;
                  top: 0;
            }

            #mobileNavOnlyButton.show .btn {
                border-radius: 0;
            }

            #mobileNavOnlyButton .dropdown-menu.show {
                margin-top: 0;
                background: #F8A232;
                border-radius: 0;
            }

        .first-text {
            padding-top: 50px !important;
        }

        .nav-menu.nav-menu-social.footer {
            
        }

        .container.content-page.with-header.spWithImage {
            margin-top: 0 !important;
        }

        .loan-process .col-md-3 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 15px !important;
            margin-top: 2rem;
        }

        .loan-process .announcementItem {
        }

        .step-wrapper::before, .loan-process .col-md-3:not(.col-md-3:last-child)::after {
            display: none;
        }

        .loan-process .step-1 .announcementItem, .loan-process .announcementItem, .loan-process .step-4 .announcementItem {
            border-radius: 10px;
        }

        .loan-process h2 {
            margin-bottom: 1rem;
        }

        .text-cta .BannerImages .curve {
            display: none;
        }

        .rep-example-numbers .box:not(.column:last-child .box) {
            border-right: none;
        }

        .who-can-join h2 {
            margin-bottom: 1rem;
        }

        .navbar-nav.main-navigation li, .navbar-nav.main-navigation li:hover {
            border-bottom: none;
            margin-right: 0;
        }

        .dropdown-toggle::after {
            position: relative;
        }

        .nav-item.dropdown.active.show {
            margin-bottom: 0;
        }

        .dropdown-menu, .dropdown-item {
            background: none;
            margin: 0;
        }

        .nav-item.dropdown {
            padding-right: 0;
        }

        .navbar-light .navbar-nav .nav-link {
            display: block;
            color: #399ba2 !important;
        }

        #mainNav .dropdown:hover > .dropdown-menu, .navbar-light .navbar-nav .dropdown-menu {
            margin-bottom: 20px;
        }

        .dropdown-toggle::after {
            top: -4px;
        }

        .loans-range .col-md-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .loan-calc-rise {
            padding-top: 160px !important;
            margin-top: -11rem;
        }

        .container.content-page.with-header, .container.content-page, .container.news-page, .article {
            padding: 0;
        }

        .counters .col-xl-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .mobile-app-download {
            margin-top: 1rem;
        }

        .trustpilot-wrapper .column {
              height: auto;
        }

        .loanspage-text-section img {
          margin-bottom: 30px;
          width: 100%;
        }
        .on-the-go .card, .join-online .card {
          flex-direction: column !important;
        }
        .on-the-go .card-body, .join-online .card-body {
          padding: 0 40px 30px !important;
        }

        .hero-banner-right .heroWrapper {
          padding-left: 30px !important;
    }
    .title-text.text-align-left .column {
          padding: 0;
        }
        .title-text {
          padding: 50px 0 20px;
        }
        .fin-health {
            padding: 2rem 0;
        }
        .fin-health.text-base {
            padding:0 0 2rem;
        }
        .nav-link.dropdown-toggle::after {
          display: block;
          right: 0;
            left: auto;
            float: right;
        }
        .navbar-nav.main-navigation {
          margin-bottom: 1rem;
        }
}
    /* ---------------------------------------------------------------------------------------------------------------- 8.3 Medium devices (tablets, less than 992px) */
    @media (max-width: 992px) {
        .navigation.float {
        }

        .navigation-portrait .nav-logo > img {
        }

        .nav-header {
        }

            .nav-header img {
            }

        .navigation-portrait .nav-search {
        }

        .navigation-portrait .nav-search-button {
        }

        .navigation-portrait .nav-search-inner input[type="text"], .navigation-portrait .nav-search-inner input[type="search"] {
        }


        .info {
        }

            .info > div {
            }

        .info-text {
        }

        .homepageSlider .slick-dots {
        }

        .info-text {
        }

        .spotlight-box {
        }

            .spotlight-box:last-child {
            }

            .spotlight-box:first-child {
                margin-top: 0;
            }

        .footer-wrapper .bg-dark .column {
                border-bottom: 1px solid rgba(255,255,255,.15);
             padding-left: 0 !important;
        }

            .footer-wrapper .bg-dark .column:last-child {
            }

        .footer-wrapper .globalAddressTwoCol .NextArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow {
        }

        .footer-wrapper .bg-dark {
        }

        .regulatory-links .col-lg-5 {
        }

        .progress-logo-footer {
        }

        .navigation-portrait .nav-menus-wrapper .loginButtons ul {
        }

        .container.bodyStart .spotlights-wrapper h2, h1#pageHeading {
        }


        .spot-icon {
            float: none;
            margin: 10px 0 20px;
        }

        .homepage-spotlights .spot-text {
            max-width: 100%;
            padding: 20px 20px 30px;
        }

        .spotlights img {
            height: clamp(70px, 40px + 2vw, 90px);
            top: 0;
            margin-right: 0;
        }

        .nav-toggle {
        }

        .nav-search-icon {
        }

        .container.content-page.with-header, .container.content-page, .container.news-page, .article {
        }

        .spotlights-wrapper {
        }

        .spotlights h2 {
        }

        .spotlights-wrapper h2::before {
        }

        .spotlights p {
        }

        .homepageSlider .PrevArrow, .homepageSlider .NextArrow {
        }

        .features-icon {
        }

        #Testimonials .img-fluid {
        }

        .searchresults li {
        }

        .articleContainer {
        }

        .art-img {
        }

            .art-img .art-title {
                background: rgba(88, 157, 191, .93);
            }

            .art-img.noImage .art-title {
            }

        .category {
        }

        .art-title h1 {
        }

        .art-text {
        }

        .text-detail {
        }

        .text-article {
        }

        .author {
        }

        .day {
        }

        .month-year {
        }

        .sliderList {
        }

            .sliderList ul {
            }

        #submenu {
        }

        .Newsgrid__item, .Newsgrid__col-sizer {
        }

        .banner {
        }

        .downpointer {
            bottom: -12px;
        }

        .banner-wrap::after {
            bottom: -9px;
        }

        .banner .banner-icon .icon-wrap {
        }

        .banner .currency, .banner .counter {
        }
        /*.calltoactionButtons {
        text-align: left;
    }
    .calltoactionButtons a {
        margin-right: .5rem;
        margin-left: 0;
    }
    */

        .sliderResults {
        }


        .loan-app-boxes .col-md-4 > div {
        }

        .loan-app-boxes .col-md-4 .button {
        }

        .sliderResults::before, .sliderResults::after {
        }

        .art-img img {
        }

        .text-detail {
        }

        .art-img .art-title {
        }

        .articleContainer {
        }


        .counters {
            padding: 1.5rem 2rem 3rem;
        }

            .counters .banner {
                margin-bottom: 0;
            }

        .who-we-are-text {
            column-count: 1;
        }

        .small-icon-spot .spotlights h2 {
            margin-bottom: 10px;
            padding-bottom: 0;
        }

        .small-icon-spot .spotlight-box {
            padding: 0 0 10px !important;
            margin-bottom: 0;
        }

        .nav-menu.nav-menu-social.footer {
            display: flex;
            flex-direction: row;
            max-width: 100%;
        }

            .nav-menu.nav-menu-social.footer li {
              width: auto;
              margin-right: 2.75rem;
            }

        .footer-wrapper .bg-dark .column:last-child {
            padding: 0px 0 30px !important;
        }

        .footer-soc > a {
            display: inline-block;
            margin-top: 25px;
            float: left;
            display: flex;
            flex-direction: column-reverse;
            width: auto;
            margin-right: 1rem;
        }

        .footer-wrapper .bg-dark {
            padding-top: 90px;
        }

        .calendarium .spotlight-box {
            margin-bottom: 0;
            padding: 0 !important;
        }

        .hero-banner-left .heroWrapper, .hero-banner-right .heroWrapper {
            max-width: 100%;
            margin: 0 15px !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .title-text {
            padding-top: 50px;
        }

        .news-header .BannerText, .news-header .BannerImages .col-bgr-cover-left {
            background: #006ea0;
            background: -moz-linear-gradient(left,#006ea0 50%,#00b0ad 100%);
            background: -webkit-linear-gradient(left,#006ea0 50%,#00b0ad 100%);
            background: linear-gradient(to right,#006ea0 50%,#00b0ad 100%);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-size: auto;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0',endColorstr='#00b0ad',GradientType=1 );
            min-height: unset;
        }

        .BannerText .flex-centered {
            min-height: 100px;
            margin: auto;
        }

        .news-header h2 {
            margin-bottom: 20px;
        }

        .downloads {
            padding: 2.5rem 0 .5rem;
        }

        .membership-text {
            margin: 6rem auto 5rem;
        }

        .online-access {
            padding-top: 0;
        }

            .online-access .membership-text {
                margin-bottom: 11rem;
                margin-top: 5rem;
            }

        .membership-img {
            max-width: 350px;
        }

        .landingPageBreakout.membership-process {
            padding-top: 10rem;
        }

        .NewsGlobalCTA.hero-banner-right .heroWrapper {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .news-header .BannerText {
            padding: 2rem 0;
        }

        .newsFiltersSelect .bootstrap-select > .dropdown-toggle {
            min-width: unset;
        }

        .newsFiltersSelect {
            min-width: 325px;
        }

        .services-page > .row {
            grid-template-columns: repeat(2,1fr);
        }

        .mobile-app-page.membership .card-image, .mobile-app-page.transfers .card-image {
            position: relative;
            top: 0;
            right: 3rem;
        }

            .mobile-app-page.membership .card-image img, .mobile-app-page.transfers .card-image img {
                max-height: 450px;
                max-width: 100%;
            }

        .mobile-app-page.balances .card-image img, .mobile-app-page.doc-upload .card-image img {
            min-height: 350px;
            min-width: 300px;
            margin: auto;
            display: block;
        }

        .mobile-app-page.transfers {
            padding: 5rem 0 5rem;
        }

        .mobile-app-page.membership {
            padding: 5rem 0 10rem;
        }

        .mobile-app-page.transfers .card-body {
            top: 0;
        }

        .mobile-app-page.balances .card-image, .mobile-app-page.doc-upload .card-image {
            margin-left: 3rem;
        }

        .mobile-app-page.membership .card-body, .mobile-app-page.transfers .card-body {
            max-width: 60%;
        }

        .mobile-app-page.membership {
            margin-top: 5rem !important;
        }

            .mobile-app-page.membership img, .mobile-app-page.balances img, .mobile-app-page.transfers img, .mobile-app-page.doc-upload img {
                max-width: 100%;
            }

        .loan-process {
            padding: 4rem 0 3rem;;
        }

        .BannerText .heroWrapperContainer {
            padding: 2rem .5rem;
        }

        .BannerText .heroWrapper {
            padding-right: 0;
        }

        .loan-process .announcementItem {
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
        }

        .splitPictureWrapper .twoCurves .BannerImages .curve {
            display: none;
        }

        .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left {
            min-height: 350px;
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
            top: 25%;
            background: rgba(0, 0, 0, .3);
        }

        #homePageSlider .BannerText {
            background: #399ba2;
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-size: auto;
        }

            #homePageSlider .BannerText .flex-centered {
                margin: auto -15px;
            }

            #homePageSlider .BannerText .heroWrapperContainer {
                padding-bottom: 2rem;
                background: none;
            }

            .twoCurves .BannerText h2, .twoCurves .BannerText p {
              color: #ffffff;
            }

        #homePageSlider .slick-dots {
            bottom: 65px;
        }

        .homepage-spotlights .spotlights {
            padding: 30px 0 0 !important;
            min-height: unset;
        }

        .homepage-spotlights .spotlight-box {
            margin-bottom: 0 !important;
            padding: 10px 0 !important;
        }

            .homepage-spotlights .spotlight-box::after {
                display: none;
            }

        .counters .col-xl-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .homepage #mapid {
            margin-bottom: 2rem;
        }

        .loans-benefits .fa-stack {
            height: 60px;
            width: 60px;
        }

        .twoCurves .BannerText {
            padding: 0 15px;
        }
        .BannerText .heroWrapperContainer {
            max-width: 100%;
        }
        #homePageSlider .BannerText {
          min-height: 370px;
        }

        #homePageSlider .slick-dots {
            position: relative;
            padding-left: 20px;
        }
        .hero-banner-left .heroWrapper, .hero-banner-right .heroWrapper {
              padding-top: 2rem;
              padding-bottom: 3rem;
            }
        .trustpilot-wrapper {
              padding: 0 15px 4rem;
            }
        .footer-wrapper .bg-dark .container {
              padding-right: 15px;
            }
        .footer-wrapper .bg-dark .column:last-child {
            border: none;
        }
        .regulatory-links {
              padding: 15px 0 0;
            }

        .footer-logos {
          justify-content: flex-start;
          padding-left: 0;
          margin-top: 20px;
        }

        .footer-logos img {
              margin-left: 0;
              margin-right: 30px;
            }

        .spotlights-wrapper .container-fluid {
              padding: 0;
            }

        .trustpilot-wrapper .column {
        }
        .spotlights-wrapper {
              padding: 0;
            }
        .spot-text.text-center {
              padding-top: 5px;
            }

        .articleType2 .breadcrumb {
            padding-bottom: 1.5rem;
            margin-top: 1.5rem !important;
        }

        .loanspage-text-section.fin-health {
            margin-top: 0 !important;
        }

        .video-wrapper {
            margin: 0 calc(-50vw + 50%);
            margin-top: -12rem !important;
            padding-bottom: 4rem;
        }
        .partner-logos .parent4Across {
            grid-template-columns: repeat(3,1fr);
        }

        .partner-logos .spotlight-box {
  padding: 0 !important;
}
.partners-list .spotlight-box {
  margin-bottom: 0;
}
        .partner-logos .spotlights img {
  height: clamp(100px, 120px + 2vw, 200px);
}

    .four-boxes {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.who-can-join .column:first-child {
  padding-right: 2rem;
  padding-left: 0;
}

.four-boxes.first-row {
  padding-top: 64px !important;
}

.splitPictureWrapper .btn.solid-color {
    background:white;
    color: #399BA2;
    text-shadow: none;
}
 .splitPictureWrapper .btn.solid-color:hover {
    filter: brightness(1.125);
    background: white !important;
  }
    .hp-mobile-app img {
    position: relative;
    bottom: unset;
    top: 10px;
  }

    .hp-mobile-app .col-xl-6:last-child {
    min-height: auto;
    padding: 20px;
  }
  .homepage-spotlights {
  padding-top: 0;
  padding-bottom: 3rem;
}

.homepage-spotlights .spotlights a {
  position: relative;
  bottom: 0;
}

  .homepage-spotlights .spotlights-wrapper {
    padding: 0 1rem !important;
  }

  .first-text::before {
    display:none;
  }
}

    /* ---------------------------------------------------------------------------------------------------------------- 8.4 Small devices (landscape phones, less than 768px) */
    @media (max-width: 768px) {
        .navigation.float, .navigation {
        }

        .nav-search {
        }

        .navigation-portrait .nav-logo > img {
        }

        .nav-header img {
        }

        .navigation-portrait .nav-search {
        }

        .navigation-portrait .nav-search-button {
        }

        .nav-search-icon {
            color: #4997be;
        }


        .navigation-portrait .nav-search-inner {
        }

        .sliderList li {
        }

        .nav-header {
        }

        .spot-icon {
        }

        .spot-text {
        }

        .spotlights img {
        }

        .Modern-sliderV2 .slick-slide {
        }


        #featured {
        }

        .newsboxes div:nth-child(2) .rounded-0 {
            border-radius: 0 !important;
        }

        .newsboxes div:nth-child(3) .rounded-0 {
        }

        .nav-menus-wrapper-close-button {
            color: #4997c4;
        }

        .navigation-portrait .nav-search-close-button {
            color: #4997c4;
        }

        .regulatory-links p, .regulatory-links a {
            max-width: 100%;
        }

        .regulatory-links a {
        }

        h1 {
        }

        h2, .container.bodyStart h1 {
        }

        #Col1, #Col2, #Col3 {
        }

        #NewsArticles {
        }

        .halfleft.col-bgr-cover, .halfright.col-bgr-cover {
        }

            .halfleft.col-bgr-cover::before, .halfright.col-bgr-cover::before {
            }

            .halfright.col-bgr-cover::before {
            }

        .card-left img, .card-right img {
        }

        .SliderInner .TestimonialSlider .slick-slide {
        }

        #Testimonials .content.SliderInner .container {
        }

        #Testimonials .content.FullSlider .container {
        }

        .news-page h1 {
        }

        .spotlights h2 {
        }

        #Testimonials .img-fluid {
        }

        .nav-search-button:hover .nav-search-icon {
            color: #4997be;
        }

        ul.stripedList.TwoColumn, ul.stripedList.ThreeColumn {
            column-count: 1;
        }

            ul.stripedList.TwoColumn li, ul.stripedList.ThreeColumn li {
                width: 100%;
            }

                ul.stripedList.TwoColumn li:nth-child(2n+1), ul.stripedList.ThreeColumn li:nth-child(2n+1) {
                    background-color: #e7e9eb;
                }

                ul.stripedList.TwoColumn li:nth-child(4n+2), ul.stripedList.ThreeColumn li:nth-child(6n+2) {
                    background-color: #fff;
                }

        .umbraco-form-block > div, .globalAddressWrapper {
        }



        .contact_img {
        }

        .loan-app-boxes .col-md-4 > div {
        }

        .loan-app-boxes .col-md-4 .button {
        }

        .calltoactionButtonsSmall {
        }

        .resultsWrapper {
        }


        .globalAddressWrapper {
        }

        .banner .banner-icon {
        }

        .card-title, .container.bodyStart .news-top-story h2 {
        }

        .Related-articles .slick-track {
            margin-left: 0;
            margin-right: 0;
        }

        .Related-articles h2:not(.post-title) {
            padding: 0 !important;
            min-height: auto;
        }

        .counters {
            padding: 0;
            background: none;
            box-shadow: none;
            margin-top: 0;
        }

        .mycu-details, .mycu-downloads, .legal {
            padding: 0;
        }

        .accordion-cu .box-cu {
            width: 100% !important;
        }

        .box-cu-details img {
            display: none !important;
        }

        .box-cu-details .dropdown-text {
            width: 100% !important;
        }

        .box-cu-details::before {
            margin-left: 50px !important;
        }

        .box-cu-details.order-md-3:before, .box-cu-details.order-md-10:before {
            right: auto !important;
        }

        .small-icon-spot {
   
        }

        .loanspage-text-section {
            margin-top: 2rem !important;
        }

        .staff-members {
            margin-top: 0px !important;
        }

        .title-text {
        }
        .homepage-calc-title.title-text {
            padding-top: 1rem;
        }

        .loanspage-text-section.left .row {
            flex-direction: column-reverse;
        }

        div#ourStaff {
            max-width: 488px;
        }

        .staff-details h4 {
            margin-top: 10px;
        }

        .staff-details p {
            margin-bottom: 10px;
        }

        .hero-banner-left.student-loans {
            margin-top: 2rem;
        }

        .sidebar-right {
            margin-top: 3rem;
        }

            .sidebar-right .img-fluid {
                width: 100%;
            }

        .faq-section {
        }

        .contactUsFormH3 {
            margin-top: 2rem;
        }

        .membership-text {
            margin: 3rem auto 2rem;
            text-align: center;
        }

        .facial-verification img {
            display: none;
        }

        .facial-verification, .identity-check {
            padding: 0 0 2rem;
        }

        .loanspage-card picture {
            width: 100%;
            text-align: center;
        }

        .loanspage-card .card-left img, .loanspage-card .card-right img {
            max-width: 100px;
            padding: 2rem 0 .5rem;
        }

        .loanspage-card .card {
            text-align: center;
        }

        .cardButtonList {
            margin: auto;
        }

        .loanspage-card .card-body {
            padding: 1rem 1.5rem 2rem !important;
            align-items: center !important;
        }

        .loanspage-card p {
            line-height: 1.4;
            margin-bottom: 1rem !important;
        }

        .landingPageBreakout.membership-process {
            padding-bottom: 5rem;
        }

        .text-center.third-step h4::before, .text-center.fourth-step h4::before, .text-center.fifth-step h4::before {
            width: 100%;
        }

        .text-center.third-step, .text-center.fourth-step, .text-center.fifth-step, .text-center.last-step {
            margin-top: 0 !important;
        }

        .membership-process .row {
            margin: 0;
        }

        .form-page {
            padding: 2rem 0;
        }

        .nav-fill .nav-item {
            margin: 8px 0;
        }

        .nav-tabs .nav-link.active {
            margin: 0 8px;
        }

        .services-page > .row {
            grid-template-columns: repeat(1,1fr);
        }

        .mobile-app-download-buttons .col-md-6.column {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .mobile-app-page.transfers, .mobile-app-page.membership {
            padding: 3rem 0;
            padding-bottom: 3rem;
            margin-top: 3rem !important;
        }

        .mobile-app-page.membership {
            padding-bottom: 9rem;
        }

        .mobile-app-page.how-it-works {
            text-align: center;
            padding: 3rem 0 !important;
        }

            .mobile-app-page.how-it-works img {
                margin-top: 3rem;
            }

        .mobile-app-page.balances .card-body, .mobile-app-page.doc-upload .card-body, .mobile-app-page.membership .card-body, .mobile-app-page.transfers .card-body {
            max-width: 100%;
            padding: 0 !important;
            text-align: center;
            margin: 0;
        }

        .mobile-app-page .card-title, .mobile-app-page.membership .card-title {
            margin: auto auto 1rem !important;
        }

        .mobile-app-page.membership .card-image img, .mobile-app-page.transfers .card-image img {
            display: none;
        }

        .mobile-app-page .card-icon, .mobile-app-page.membership .card-icon {
            margin: auto auto 1.5rem;
        }

        .mobile-app-page.transfers {
            background-size: auto;
        }

        .mobile-app-page.balances .card-icon, .mobile-app-page.doc-upload .card-icon {
            display: none;
        }

        .mobile-app-page.doc-upload .card-body, .mobile-app-page.balances .card-body {
            padding: 3rem 0 !important;
        }

        .mobile-app-page.balances .card-image img, .mobile-app-page.doc-upload .card-image img {
            max-width: 200px;
            position: relative;
            left: -28px;
        }

        .mobile-app-page.transfers {
            margin-top: 0 !important;
        }

        .mobile-app-page.doc-upload {
            padding-top: 4rem;
        }

        .loan-calculator-wrapper {
            padding-bottom: 0;
        }

        .loan-calc-rise {
            padding-top: 200px !important;
            margin-top: -14rem;
        }

        .NewsWidgetsliderDetailed4Across .PrevArrow {
            right: 45px;
            left: 0;
            margin: auto;
        }

        .NewsWidgetsliderDetailed4Across .NextArrow {
            right: -45px;
            left: 0;
            margin: auto;
        }

        .homepage-news {
            padding-bottom: 3rem;
        }

        .banner .banner-icon .icon-wrap {
            bottom: 112px;
        }

        .footer-wrapper .bg-dark .container {
              padding-right: 0;
            }

        .trustpilot-wrapper .column {
              padding: 0;
            }
        .trustpilot-wrapper-inner {
            padding:  0;
        }
        .who-can-join .col-md-6 {
          padding-left: 0;
        }

        .img-width-90 {
              max-width: 100%;
              margin-bottom: 3rem;
            }
        .on-the-go .card-image, .join-online .card-image {
          max-width: 145px;
          align-self: center;
        }
        .on-the-go .card, .join-online .card {
          margin: 0 0 15px !important;
        }
        .on-the-go .card-body, .join-online .card-body {
          margin-top: -20px;
          text-align: center;
        }
        .on-the-go .card-title, .join-online .card-title {
          width: 100%;
        }
        .on-the-go .card-left img, .join-online .card-left img {
          max-width: 100%;
          padding: 30px;
        }
        .on-the-go .cardButtonList, .join-online .cardButtonList {
            margin: auto;
        }
        .on-the-go .cardButtonList li {
          float: none;
          display: block;
        }
        .trustpilot-wrapper-inner.no-star {
          margin-bottom: 0;
          padding-top: 3rem;
          padding-bottom: 0;
        }

        table {
          margin: 5px 0 0;
        }

        .img-text-list {
          padding: 160px 0 3rem;
          margin-top: -190px;
        }
        .imageListText {
          max-width: 100%;
          flex: 0 0 100%;
        }
        .cert-img {display: none;}
        .mobile-app-btns a {
              margin-bottom: 5px !important;
            }
        .retailer-list .row {
              padding: 0;
            }
        .retailer-list td {
          font-size: 1.25rem;
        line-height: 2rem;
        }

        .bg-info {
          flex-direction: column !important;
        }

        .quicklinks-btn {
          margin-top: 30px;
        }
        .form-downloads {
          padding: 1rem 0 3rem !important;
        }
        .payroll-partners.green.landingPageBreakout {
          margin: auto -15px;
          padding: 0 30px 4rem 15px;
        }
        .updatebox .row {

          padding: 3rem 0 2rem;
        }

        .text-center.fifth-step h4::before {
  width: 50%;}

  .loanspage-card.landingPageBreakout .card-left img, .loanspage-card.landingPageBreakout .card-right img {
  max-width: 100px;
  padding: 3rem 0 .5rem;
}

.loanspage-card.landingPageBreakout {
  margin: -34px calc(-50vw + 50%) 0;
}

        .partner-logos .parent4Across {
            grid-template-columns: repeat(2,1fr);
        }

        .who-can-join.green-table {
            padding-top:40px !important;
        }

        .who-can-join h2 {
            max-width: 100%;
        }

        .who-can-join.landingPageBreakout .container > .row {
          padding: 0 0 40px;
        }

        .simple-button {
          padding-bottom: 30px !important;
        }

        .four-boxes .mainbody {
          grid-template-columns: repeat(1,1fr);
        }

        .who-can-join .column:first-child {
        padding-right: 0;
        padding-left: 0;
}

 .hp-mobile-app img {
    max-height: 300px;
  }
    .hp-mobile-app .col-xl-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .hp-mobile-app-txt {
  padding: 1rem;
}

  #CalculatorInputWrapper {
    margin-bottom: 3rem;
  }
  .hp-mobile-app-txt p {
  font-size: 15px !important;
}

.hp-mobile-app.landingPageBreakout {
  margin-bottom: 0;
}

.four-boxes .column {
  padding: 20px 20px 20px;
}
    }

    /* ---------------------------------------------------------------------------------------------------------------- 8.5 Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 576px) {
        .headingArea {
        }

        .globalAddress {
        }

        .adressContact {
        }

        .globalAddressWrapper {
        }

        .Newsgrid__item, .Newsgrid__col-sizer {
        }

        .calltoactionButtons a {
        }

        .calcResultsLarge .row .col-4 {
        }

        .noUi-horizontal .noUi-handle {
        }

        .txtRequiredLoanAmt, .txtRequiredLoanTerm {
        }

        .sliderPadding .fa-chevron-up::before {
        }

        .sliderPadding .fa-chevron-down::before {
        }

        .sliderPadding {
        }

        .mycu-banner h2, .bulletpoints-text h2, .faq-title h2 {
            font-size: 44px;
        }

        .faq-accordion .jag-faq-title {
            padding: 3rem 1rem 3rem calc(2.75rem + 1px) !important;
        }

        .faq-accordion .panel.jag-faq-wrapper p {
            padding: 0 1rem 0 calc(2.75rem + 1px);
        }

        .faq-accordion .jag-faq-title i {
            margin-left: -20px;
        }

        .faq-accordion .jag-faq-title span {
            padding-left: 22px;
        }

        .box-cu-details .dropdown-text {
            padding: 20px 30px 20px 30px !important;
        }

        .accordion-cu h2, .hidden-text-cu p {
            max-width: 100% !important;
            width: 100% !important;
        }

        #mobileNavOnlyButton .btn {
            min-width: 125px;
            font-size: .813rem;
            line-height: 2.5rem;
            border: none;
            text-align: left;
            padding: 0 10px !important;
            border-radius: 0;
        }

        .navbar-brand, .navbar-brand img {
            width: 160px;
        }

        .navbar-light .navbar-brand {
            padding-left: .5rem;
            padding-top: .75rem;
            padding-bottom: .75rem;
        }

        #mobileNavOnlyButton .btn::after {
            right: 13px;
            display: none;
        }

        #mobileNavOnlyButton {
            right: 0;
            position: relative;
            top: 0;
        }

            #mobileNavOnlyButton.show .btn {
            }

            #mobileNavOnlyButton .dropdown-menu.show {
                width: 100vw;
                margin: 14px calc(-48.8vw + 0%) 0;
                border-radius: 0;
                border: none;
                overflow: hidden;
                padding: 0 1rem;
            }

        .spHeader {
            /*background-color: rgba(69, 82, 91, .7);*/
        }

        .title-text .row {
            /*margin: auto -15px;*/
        }

        .nav-menu.nav-menu-social.footer {
        }

        .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left, .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-right, .splitPictureWrapper .twoCurves .BannerImages .curve, .splitPictureWrapper .twoCurves .BannerImages .secondcurve, .twoCurves .BannerImages .col-bgr-cover-left, .twoCurves .BannerImages .col-bgr-cover-right, .twoCurves .BannerImages .curve, .twoCurves .BannerImages .secondcurve, .text-cta .BannerImages .curve, .text-cta .BannerImages .col-bgr-cover-right, .text-cta .BannerImages .col-bgr-cover-left, .hero-banner-left .cardImage .halfleft.col-bgr-cover, .hero-banner-right .cardImage .halfright.col-bgr-cover {
            min-height: 300px !important;
        }

        .jag-faq-title:not(.faq-accordion .jag-faq-title), .panel.jag-faq-wrapper .panel-body, #accordion a {
            padding: 18px 20px;
        }

        #accordion .card-body {
            padding: 20px !important;
        }

        .downloads table tbody td {
            display: flex;
            flex-direction: column;
            width: 100% !important;
        }

        .downloads td:first-child {
            padding-bottom: 0;
        }

        .loanspage-card .cardButtonList li {
            display: block;
            float: none;
            margin-right: 0;
        }

        .newsFiltersSelect {
            width: 100%;
        }

        .mobile-app-page.balances .card-image img, .mobile-app-page.doc-upload .card-image img {
            min-height: unset;
            min-width: unset;
            max-width: 300px;
            width: 100%;
        }

        #CalculatorInputWrapper {
            padding: 0;
            box-shadow: none;
        }


        .loan-calculator-wrapper .col-md-12 {
        }

        .loan-calculator-wrapper {
            padding-left: 0 !important;
            padding-right: 0 !important;
                 background-image: none !important;

        }

        .loan-process .col-md-3 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .loan-process .announcementItem {
            min-height: unset;
        }

        .testimonals .col-bgr-cover-right, .testimonals .col-bgr-cover-left {
            min-height: 300px;
        }

        .rep-example-numbers h3 {
            font-size: 2rem;
            line-height: 2.75rem;
        }

        .number-input button {
            width: 2rem;
            height: 2rem;
            min-width: 2rem;
        }

        .step-wrapper {
            margin: -8px auto .5rem;
        }

        .loans-benefits.landingPageBreakout {
            padding: 2rem 0 3rem;
        }

        .rep-example-numbers {
            padding: 0 0 4rem;
        }

        .loans-range .col-md-3 {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
        }

        .loanspage-calc.landingPageBreakout {
            padding: 0;
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
            display: none !important;
        }

        .adressContact span {
             
            }

        .address-line.opening-hours .col-8 {
              -ms-flex: 0 0 80%;
              flex: 0 0 80%;
              max-width: 80%;
            }

        .globaladdress-labelday {
            margin-right: 20px;
        }
        .adressContact {
          display: block;
            width: 100%;
            max-width: 100%;
        }

        #homePageSlider .BannerText {
          min-height: 475px;
        }
                .footer-logos img {
          max-width: 40px;
          margin-right: 25px;
        }

        .footer-logos img:nth-child(1) {
            max-width: 60px;
        }
        .footer-logos img:nth-child(2) {
            max-width: 70px;
            margin-left: 20px;
        }
        .footer-logos img:nth-child(3) {
            margin-left: 0;
        }
        .footer-logos img:nth-child(4) {
            display: none;
        }

        .card-desc h3, h2.articleTitle {
            min-height: auto;
        }

        .navbar-light .navbar-toggler {
              margin-right: .5rem;
            }
        #accordion .card-header > a {
          padding: 18px 15px;
        }

        .spHeader.spWithImageHeadingImage.ExtraLarge {
          height: calc(100vh - 67px);
        }

        .spWithImageHeadingText {
            top: 50%;
        }
        .loans-benefits.loan-page.landingPageBreakout {
          padding-bottom: 4rem;
        }
        .rep-example-numbers h3 {
            margin: 0 0 25px;
        }
        .rep-example-numbers h5 {
          margin-bottom: 0;
        }
        /*.who-can-join.landingPageBreakout .container > .row {
          padding: 50px 0 2rem;
        }*/
        .trustpilot-wrapper-inner a:nth-child(1) img {
              width: 190px;
            }
        .trustpilot-wrapper-inner a:nth-child(2) img {
        width: 150px;
    }
        .faq-section .container {
          padding-bottom: 1rem;
          margin-top: -1rem;
        }

        .electronic-pay .spot-text {
          max-width: 100%;
        }

        .ob-features {
            padding: 0 0px 56px 0px;
        }

        .CalculatorQuickSelect .filter-option-inner-inner, .pretitlefirst  {
          font-size: 1.125rem;
        }

        .bootstrap-select .dropdown-menu li a span.text {
          white-space: break-spaces;
          line-height: 1.5rem;
          font-size: 1.125rem !important;
        }

        .i-am-section .row {
            margin: auto auto 4rem;
          padding: 1rem;
        }
        .quick-select-dropdown .bootstrap-select > .dropdown-toggle, .quick-select-dropdown .show > .btn-light.dropdown-toggle, .quick-select-dropdown .bootstrap-select > .dropdown-toggle:focus, .quick-select-dropdown .show > .btn-light.dropdown-toggle:focus, .quick-select-dropdown .bootstrap-select > .dropdown-toggle:active, .quick-select-dropdown .show > .btn-light.dropdown-toggle:active, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):focus, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):active, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):active:focus {
            padding:  12px 0 !important;
        }
        .CalculatorinputDropDown .filter-option-inner-inner::after, .newsFiltersSelect .filter-option-inner-inner::after, .CalculatorQuickSelect .filter-option-inner-inner::after {

          right: 1.5rem;
        }
                .partner-logos .parent4Across {
            grid-template-columns: repeat(1,1fr);
        }

        .four-boxes.first-row {
  padding-top: 20px !important;
}

.first-text {
  padding-top: 20px !important;
}
}
    /* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (375px) */
    @media (max-width: 375px) {

        .mobile-app-download-buttons {
            margin: 0 15px;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 15px 7px;
        }

        .homepage-spotlights .spot-text {
            max-width: 100%;
        }

        .homepage-spotlights .spotlights img {
        }

        #mobileNavOnlyButton .btn {
          min-width: 100px;
          font-size: .625rem;
          line-height: 2.25rem;
          border: none;
          text-align: left;
          padding: 0 5px !important;
          border-radius: 0;
        }
        #mobileNavOnlyButton .dropdown-menu.show {
              margin: 16px calc(-53.2vw + 0%) 0;
            }

        .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left, .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-right, .splitPictureWrapper .twoCurves .BannerImages .curve, .splitPictureWrapper .twoCurves .BannerImages .secondcurve, .twoCurves .BannerImages .col-bgr-cover-left, .twoCurves .BannerImages .col-bgr-cover-right, .twoCurves .BannerImages .curve, .twoCurves .BannerImages .secondcurve, .text-cta .BannerImages .curve, .text-cta .BannerImages .col-bgr-cover-right, .text-cta .BannerImages .col-bgr-cover-left, .hero-banner-left .cardImage .halfleft.col-bgr-cover, .hero-banner-right .cardImage .halfright.col-bgr-cover {
  min-height: 250px !important;
}

        .flex-row-container > .flex-row-item {
          flex: 1 1 100%;
        }
        .bg-shadow {
          padding: 40px 16px 10px !important;
        }

        .fin-health .spot-icon {
          min-width: 80px;
          text-align: left;
          height: 60px;
        }

        .fin-health .spotlights {
          display: block;
        }
        .container.bodyStart .news-top-story h2 {
      font-size: .875rem !important;
      font-weight: 700 !important;
    }

    }
    /* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (360px) */
    @media (max-width: 360px) {
        .navbar-brand, .navbar-brand img {
            width: 140px;
        }


    }
    /*Icon calculator
#loanSelectedCalculator {
    display: none
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}


#loanIconDisplay h2 {
    text-align: center;
}

#loanIconDisplay h3 {
    width: 100%;
    color: #fff;
    text-align: center;
}

#loanIconDisplay #loanIcon {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}*/
    /****Icon Calculator


.iconCalcHeading {
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
}


.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 44px;
    width: 28px;
    line-height: 54px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}*/
    /*start Icon Calculator

.iconCalcContainer {
    background-color: #fff;
    max-width: 420px;
    width: 400px;
    border: 1px solid #e7e7e7;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0 5px 10px -5px rgba(11,11,17,.05), 0 20px 60px -20px rgba(11,11,17,.2);
    box-shadow: 0 5px 10px -5px rgba(11,11,17,.05), 0 20px 60px -20px rgba(11,11,17,.2);
    
}


.iconCalculatorWrapper {
    background: #fff;
    overflow: hidden;
}

    .iconCalculatorWrapper .list-group-item {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }



.loanSelectedCalculator {

}

.iconHeader H1 {
    color: #fff;
    font-size: clamp(2.25rem,2.25rem + 2vw,2.375rem) !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: 'Libre Franklin';
}


.iconHeader P {
    color: #fff;
    font-size: clamp(2rem,2rem + 1.5vw,2rem) !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: 'Libre Franklin';
}

.calcIconSliders.calcInputsInfoIcon {
    border: 0;
    background-color: transparent;
    font-size: 22px !important;
    line-height: 1.25rem;
    outline: none !important;
    opacity: 1;
    text-align: right;
    margin-top: 0;
    padding-right: 0;
    padding: .375rem .75rem;
    color: #063c59;
    font-weight: 600;
}

.iconTermsAndConditions {
    font-size: .75rem;
    margin-top:10px;
}

.landingPageBreakout {
    background-repeat: no-repeat;
}*/
    /* New calc input*/
    /*SHould be in the credit union css as maybe sterling*/
    .txtWithImageCurrency {
    background-image: url('/content/Into/Euro.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.txtWithImageTerm {
    background-image: url('/content/Into/timer.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}




.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
/*.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}

    .with-nav-tabs.panel-default .nav-tabs > .open > a,
    .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
        color: #777;
        background-color: #ddd;
        border-color: transparent;
    }

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #777;
    }

        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #ddd;
        }

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #555;
    }*/
