﻿/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------
*/

/* PROGRESS CU BallymenaStyles.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%)

*/

/* ---------------------------------------------------------------------------------------------------------------- 1.0 GENERAL */

body {
    color: #45525B;
    font-family: 'Poppins', sans-serif;
    background: #f8fafb;
    margin: 5px;
}

.landingPageBreakout {
    width: 98.5vw;
    margin: 0 calc(-49.3vw + 50%);
    background-size: cover;
}

.top-menu-links a {
    color: #3C595B;
}

.top-menu-links a:hover {
    color: #080e0e;
}

a {
    color: #c43e0e;
}

a:hover {
    color: #e79a7e;
}
p a {
	text-decoration: underline;
}
.btn,
.button {
    background: #FFDBAC;
    min-width: 190px;
    min-height: 50px;
    padding: 13px 35px !important;
    position: relative;
    text-align: left !important;
    font-weight: 600;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.heroWrapperContainer .btn {
    color: #3C595B !important;
}

.btn:after {
    content: '\f178';
    font-size: 21px;
    line-height: 28px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    bottom: 0;
    border: none;
    right: 35px;
    top: 12px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.btn:hover:after {
    right: 30px;
}

.midBanner a.btn.button,
.midBanner a.btn {
    color: #3C595B;
    max-width: 215px;
    min-width: 215px;
    border-radius: 10px;
    background: #FFDBAC;
    padding: 16px 37px !important;
    margin-right: 80px !important;
}

.midBanner a.btn {
    position: relative;
    top: 10px;
}

.homepage .midBanner a.btn {
    top: 0;
}

.midBanner .btn:after {
    right: 35px;
    top: 15px !important;
}

.midBanner .btn:hover:after {
    right: 30px;
    top: 15px !important;
}

.dropdown-toggle::after {
    content: '\f105';
    font-size: 17px;
    line-height: 28px;
    font-family: "Font Awesome 6 Pro";
    right: 30px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
    border: none;
    top: 0;
}

.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: 'Poppins', sans-serif;
}


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 {}

.divCookiebotTab a,
.divCookiebotTab a:hover {
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
	text-decoration: underline;
}

.image-full {
    padding: 0 !important;
}

.rounded-img img {
    border-radius: 20px;
}

.divCookiebotTab {
    background-color: #c43e0e;
    border-radius: 0;
}

.green-headline h2,
.how-it-works h3 {
    color: #063c59;
}

.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: #063c59;
}

.social-icon img {
    width: 40px;
    margin-top: 15px;
    margin-right: 15px;
}

.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: 285px;
}

.navigation {
    max-width: 1200px;
}

.navigation.float {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.nav-toggle:before {
    background-color: #fff;
    box-shadow: 0 0.38em 0 0 #fff, 0 0.75em 0 0 #fff;
}

.nav-header {
    padding: 5px;
}

.nav-header img {
    width: 260px;
}

.nav-search-button {
    background-color: #c43e0e;
}

.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: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: initial;
    font-size: 1.125rem;
	height: 120px;
	padding: 47px 27px 33px;
	font-weight: 500;
}

.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: solid 6px #f4906c;
}
.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item)>a {
	padding: 47px 27px 33px;
}

.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item)>a::before {
    background: #dee2e6;
}
#navigation1 {
	min-height: 120px;
	height: 120px;
}
.nav-menu>li {}

.submenu-indicator {}

.submenu-indicator-chevron {
    border-color: transparent #397c9d #397c9d 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 #397c9d #397c9d transparent;
}

.nav-search-button {}

.nav-search-button:hover {
    background-color: #397c9d;
}

.nav-search-button:hover .nav-search-icon {
    color: #fff;
}

.nav-dropdown>li>a {
    color: #3C595B;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a,
.nav-dropdown>li>a.active {
    background: #397c9d;
}

.nav-dropdown>li {}

.navbar-light .navbar-nav .nav-link {
    color: #3C595B;
    font-weight: 600;
    font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3C595B;
    border-color: #3C595B;
}

.navbar-light .navbar-nav .dropdown-menu {
    margin-top: 3px;
    border-radius: 0;
}

.dropdown-toggle::after {
    bottom: -3px;
    display: none;
}

.navbar-nav.login-button .dropdown-toggle::after {
    right: 40px;
    top: -3px;
}

.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: #397c9d;
	top: 43px;
}

.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 {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    margin-top: 41px;
    background: #c43e0e;
}


.nav-search-button:hover {
    filter: brightness(1.2);
    background: #c43e0e !important;
    color: #fff !important;
}
.nav-search-inner {
	margin: 15px auto;
}
.nav-search-button:hover .nav-search-icon {}

.nav-search-icon {
    top: -25px;
    left: 3px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 3px 11px 8px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: white;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

.navigation-portrait .nav-search-button {
    width: 40px;
    height: 40px;
    line-height: 90px;
    font-size: 22px;
}
.nav-search {
    margin-right: 5px;
}
/* ---------------------------------------------------------------------------------------------------------------- 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 */



/* ---------------------------------------------------------------------------------------------------------------- 2.4 LOGIN BUTTONS */

.loginButtons.buttons1 .menuButtons {
    padding-top: 43px;
}

.loginButtons.buttons2 .menuButtons {
    padding-top: 33px;
}

.loginButtons.buttons3 .menuButtons {
    padding-top: 51px;
}


.menuButtons {
    position: relative;
    width: 100%;
}

.nav-menu > li.loginButtons > a, .nav-menu > li.loginButtons > a:hover {
  line-height: normal;
}

.loginButtons.icon.button1,
.loginButtons.buttons2{
    background-image: none;
}

.loginButtons.buttons1,
.loginButtons.buttons2{
    background-image: none;
}

.loginButtons .buttonTitle {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}

.navigation-portraiten .loginButtons .buttonTitle {
    font-family: 'Poppins', sans-serif;
}

#navigation1 .nav-menu .loginButtons.buttons1 a,
#navigation1 .nav-menu .loginButtons.buttons2 a,
#navigation1 .nav-menu .loginButtons.buttons3 a {
  padding: 0 !important;
  width: 100%;
}

.nav-menu>li.loginButtons>a,
.nav-menu>li.loginButtons>a:hover {
    font-family: 'Poppins', sans-serif !important;
    font-size: clamp(.5rem, .5rem + 2vw, .75rem) !important;
}

.nav-menu>li.loginButtons .submenu-indicator-chevron {}

.nav-menu>li.loginButtons .nav-dropdown::before {
    border-top: 5px solid #c43e0e !important;
}

.nav-menu>li.loginButtons .nav-dropdown::after {}

.loginButtons.buttons1,
.nav-menu>li.loginButtons.buttons1 .nav-dropdown {
    background-color: #397c9d;
}

.nav-menu>li.loginButtons.buttons1 .nav-dropdown::before {
    border-top-color: #e38250;
}

.loginButtons.buttons2,
.nav-menu>li.loginButtons.buttons2 .nav-dropdown {
    background-color: #063c59;
}

.nav-menu>li.loginButtons.buttons2 .nav-dropdown::before {
    border-top-color: #063c59;
}

.loginButtons.buttons3,
.nav-menu>li.loginButtons.buttons3 .nav-dropdown {
    background-color: #112140;
}

.nav-menu>li.loginButtons.buttons3 .nav-dropdown::before {
    border-top-color: #112140;
}

.loginButtons.buttons1:not(.icon):hover,
.loginButtons.buttons2:not(.icon):hover {}

.nav-menu>li.loginButtons>a,
.nav-menu>li.loginButtons>a:hover {
    font-family: 'Poppins', 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: 10px 10px 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: #c43e0e;
    border-radius: 0 0 10px 10px;
}

.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: #063c59;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 10px;
    padding: 15px 0 14px !important;
    text-transform: uppercase;
    max-width: 190px;
    min-width: 190px;
}

.calc-button-wrapper .btn {
    font-size: 1rem;
    line-height: 1rem;
    background: #c43e0e;
    min-width: 190px;
    min-height: 50px;
    text-align: center !important;
    padding: 18px 0 15px !important;
}

.calc-button-wrapper .btn::after {
    display: none;
}


.btn.btn-default.dropdown-toggle.buttonStyle2 {
    text-align: left;
    padding-left: 25px !important;
    background: #c43e0e;
}

.navbar-nav.login-button a.buttonStyle1:hover,
.navbar-nav.login-button a.buttonStyle2:hover {
    background: #063c59;
    box-shadow: none;
    filter: brightness(1.125);
}

.navbar-nav.login-button a.buttonStyle2:hover {
    background: #c43e0e;
    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 #063c59;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.5 BACK-TO-TOP BUTTON */
#BtnBackToTop {
    background-color: #c43e0e;
}

.back.jag-equalheight {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.jag-faq-question-back,
.jag-faq-theme9 .back .jag-faq-answer {
    position: unset;
    padding: 0 45px;
}

.jag-faq-question-back {
    margin-bottom: 20px;
    margin-top: 25px;
}

.front.jag-equalheight:after {
    content: '';
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(17, 33, 64);
    background: -moz-linear-gradient(0deg, rgba(17, 33, 64, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(17, 33, 64, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(17, 33, 64, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112140", endColorstr="#ffffff", GradientType=1);
    z-index: -1;
}

.flipCard-right .jag-faq-theme9 .jag-flip-faq-wraper .back,
.flipCard-left .jag-faq-theme9 .jag-flip-faq-wraper .back {
    padding: 0 !important;
}

.jag-faq-theme9 .jag-flip-faq-wraper .back {
    background: #112140 !important;
}

.jag-faq-question {
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-bottom: none !important;
}

.anchor {
    margin: 0;
    line-height: 0;
    position: relative;
    top: -140px;
    display: block;
    visibility: hidden;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.0 CONTENT */

.container.bodyStart h1 {
    font-family: 'Poppins', sans-serif;
}

.spotlights-wrapper h2::before,
h1#pageHeading::before,
.container.bodyStart h1::before {
    display: none;
}

.container.bodyStart .spotlights-wrapper h2,
h1#pageHeading {
    font-family: 'Poppins', sans-serif;
    border-bottom: 0;
    margin-bottom: 0;
    font-weight: 600 !important;
}

.container.bodyStart .news-top-story h2 {
    font-family: 'Poppins', 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: 30px !important;
    margin-bottom: 30px;
}

.container.content-page.with-header,
.container.content-page,
.container.news-page,
.article {
    border-radius: 10px;
}

.loanB-SideImage img {
    border-radius: 10px;
}

.col-md-12.card-top.p-0 {
    border-radius: 10px;
    overflow: hidden;
}



/* ---------------------------------------------------------------------------------------------------------------- 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: 'Poppins', sans-serif;
    border-radius: 5px;
}

.info>div h3 {
    font-family: 'Poppins', 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: 'Poppins', 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 {}

.calcslider.homeSliderBreakout {
    height: auto !important;
    display: block;
}

.homepageSlider .NextArrow,
.homepageSlider .PrevArrow,
.calcslider .NextArrow,
.calcslider .PrevArrow {
    margin-top: 0;
    display: none;
}

.page-header-dark .dark {
    background: #063c59;
}

.blue-teal-horizontal {
    background: #063c59;
}

.grey {
    background: #E7E9EB;
}

.splitPictureWrapper p {
    color: white;
}

.splitPictureWrapper .btn.solid-color {
    margin-top: 25px;
}

#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: 600px;
    border-radius: 20px 0 0 20px;
}

.BannerImages .col-bgr-cover-left {
    border-radius: 20px 0 0 20px;
}

.BannerImages .curve {
    width: 80px;
    padding: 45px 15px;
    min-height: 580px !important;
    z-index: 0;
}

.secondcurve {
    display: none;
}

.hero-banner-left .col-md-6.column.cardImage {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.hero-banner-right .col-md-6.column.cardImage {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.hero-banner-left .col-md-6.column.cardImage,
.hero-banner-right .col-md-6.column.cardImage {
    max-width: 47%;
}

.hero-banner-left .card-body,
.hero-banner-right .card-body {
    max-width: 53%;
}

.hero-banner-left .heroWrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 740px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.homepage-news div.slick-slide>div>div>div>div>div.col-md-8 {
    padding: 15px 15px 0px 15px;
}

.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: #063c59;
    font-weight: 700;
}

.BannerText .heroWrapperContainer {
    max-width: 45%;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.2 SPOTLIGHTS */

.splitPictureWrapper {
    background: white;
}

div.landingPageBreakout.midBanner>div>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.midBanner>div>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.landingPageBreakout.midBanner .row {
    max-width: 1395px;
    padding: 25px 65px 45px 65px;
}

.landingPageBreakout.midBanner {
    padding: 25px 35px 35px 35px;
    border-radius: 60px 60px 0 0;
    margin-top: -4rem;
    margin-bottom: 0;
}

.landingPageBreakout.midBanner .col-xl-12 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.landingPageBreakout.midBanner p {
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px 0;
}

.midBanner .row {
    max-width: 1395px;
    padding: 25px;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.midBanner {
    padding: 25px;
    border-radius: 20px;
    margin-top: -5rem;
    margin-bottom: 4rem;
}

.midBanner.singlepage {
    padding: 25px;
    border-radius: 20px;
    margin-top: -5rem;
    margin-bottom: 0;
}

.midBanner .col-xl-12 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.midBanner p {
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.landingPageBreakout.midBanner.singlepage {
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    background: rgb(248, 162, 50);
    background: -moz-linear-gradient(90deg, rgba(248, 162, 50, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(248, 162, 50, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(90deg, rgba(248, 162, 50, 1) 50%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c43e0e", endColorstr="#ffffff", GradientType=1);
}

.landingPageBreakout.midBanner.singlepage .col-xl-12 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.landingPageBreakout.midBanner.singlepage .row {
    max-width: 1395px;
    padding: 40px 0;
    background: #c43e0e;
    border-radius: 0 0 120px 0;
}

.midBanner.singlepage p {
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.homepage-spotlights {
    margin-top: -7px;
    padding: 6rem 0;
}

.homepage-spotlights .spotlights {
    padding: 1rem !important;
}

#breadcrumb {
    padding-bottom: 0 !important;
}

.BannerImages .col-bgr-cover-left {
    min-height: 580px;
}

.heroWrapper h2 {
    font-weight: 700;
    font-size: 2.25rem;
    color: #3C595B;
}

.loan-spotlights.icons {
    padding: 2rem 0 12rem 0;
}

.midBanner.aboutus {
    margin-top: -7rem !important;
}

.loan-spotlights.icons .card-icon {
    text-align: center;
    max-width: 70px;
    margin: 0 auto 20px auto;
    display: block;
}

.loan-spotlights.icons .card-title {
    margin-bottom: 0 !important;
}

.loan-spotlights .card-top {
    box-shadow: 0px 2px 19px hwb(0deg 0% 100% / 20%);
    border-radius: 20px;
}

.loan-spotlights .cardButtonList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.loan-spotlights .card-title {
    font-size: 1.375rem;
    margin-top: 0;
    text-align: center;
}

.loan-spotlights h5.card-title {
    font-size: 1rem !important;
    font-weight: 500;
    margin-bottom: 25px;
    opacity: 0.9;
}

.loan-spotlights {
    margin-top: 0;
    padding: 6rem 0 10rem 0;
    border-radius: 20px 0px 20px 20px;
}

.loan-spotlights .card {
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}

.loan-spotlights .row {
    max-width: 1395px;
}

.homepage-spotlights .row {
    max-width: 1395px;
}

.homepage-spotlights .spotlights.spot1,
.homepage-spotlights .spotlights.spot2,
.homepage-spotlights .spotlights.spot3 {
    background: white;
    border-radius: 20px;
    padding: 22px 35px !important;
    width: 320px;
    min-height: 249px;
    margin: 0 auto;
    z-index: 6;
    position: relative;
}

.homepage-spotlights .spotlights p {
    margin-bottom: auto;
}

.homepage-spotlights .spot-icon {
    height: 64px;
    text-align: center;
    margin: 0 auto 20px auto !important;
}

.homepage-spotlights a {
    display: none !important;
}

.spotlight-box:after {
    position: absolute !important;
    top: -36px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    background: #063c59;
    width: 308px;
    border-radius: 20px 20px 0 0;
    z-index: 0;
    text-align: center;
    padding: 10px 0 30px 0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-size: 1.25rem;
}

.spotlight-box:nth-child(1):after {
    content: 'Our Loans';
}

.spotlight-box:nth-child(2):after {
    content: 'Savings';
}

.spotlight-box:nth-child(3):after {
    content: 'Membership';
}

.homepage-spotlights .spotlights-wrapper h2 {
    position: absolute !important;
    top: -30px;
    left: 6px;
    color: #fff;
    background: #063c59;
    width: 308px;
    border-radius: 20px 20px 0 0;
    z-index: -1;
    text-align: center;
    padding: 8px 0 !important;
    display: none;
}

.spotlight-box {
    padding: 10px 0 20px !important;
}

.spotlights h2 {
    font-family: 'Poppins', sans-serif;
    text-transform: initial;
    color: #063c59;
    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;
}

.spotlights img {
    padding: 0;
    height: 75px;
}

.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 #c43e0e 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 {
    color: #ffffff !important;
    background: #c43e0e;
	background: #4398B5;
    min-width: 190px;
    min-height: 50px;
    padding: 13px 35px !important;
    position: relative;
    text-align: left !important;
    font-weight: 600;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.btnApply {
    color: #fff !important;
}

.btnApply:hover {
    filter: brightness(1.1) !important;
    background: #c43e0e !important;
	background: #4398B5 !important;
}

.spotlights a:after,
.button:after,
.heroWrapper .button:after,
.btn.solid-color:after,
.btn-primary:after,
.downloads a:after,
.orange-button:after {
    content: '\f178';
    font-size: 21px;
    line-height: 28px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    bottom: 0;
    border: none;
    right: 35px;
    top: 12px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.spotlights a:hover:after,
.button:hover:after,
.heroWrapper .button:hover:after,
.btn.solid-color:hover:after,
.btn-primary:hover:after,
.downloads a:hover:after,
.orange-button:hover:after {
    right: 30px;
}

.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.1);
    background: #c43e0e;
}

.button:hover {
    filter: brightness(1.1);
    background: #c43e0e;
}

.umbraco-forms-navigation input[type="submit"]:hover {
    background: #c43e0e;
}


.spotlights::before {
    background: #cac9b5;
    opacity: .5;
}

.more-news-button-wrapper .btn-primary {
    text-align: center !important;
}

.btn-primary {
    border: none !important;
}

.spotlights.spot1:before,
.more-news-button-wrapper .btn-primary:after {
    display: none;
}

.spot-text.text-center {
    margin-top: 0;
    padding-top: 18px;
}

/* ---------------------------------------------------------------------------------------------------------------- 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: 'Poppins', 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 */

.articleType2 .breadcrumb {
    margin-bottom: 30px;
}

.articleType2 figure {
    border-radius: 10px;
    overflow: hidden;
}

.news-cat {
    text-transform: uppercase;
    padding: .25rem 1.25rem;
}

.news-meta {}

.category {}

h2.post-title {
    font-family: 'Poppins', 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;
}

.slick-slide img {
    border-radius: 20px;
}

.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 #c43e0e;
    width: 33px;
    height: 33px;
}

.NewsWidgetslider .PrevArrow,
.NewsWidgetslider .NextArrow {
    top: -30px;
}

.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: #c43e0e;
    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 {
	padding: 0 !important;
    background: none;
    font-weight: 300;
	color: #c43e0e !important;
    min-height: auto;
	margin: 0;
	line-height: 28px;
    text-shadow: none;
	
}


#NewsArticle .btn-primary:hover {
    text-shadow: none;
}
.testimonals .btn-primary::after,
.news-item .btn-primary::after,
#NewsArticle .btn-primary::after {
    content: '\f178';
    font-size: 21px;
    line-height: 28px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    bottom: 0;
    border: none;
    right: 35px;
    top: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	background: none;
	color: #c43e0e !important;
}
#NewsArticle .btn-primary:hover:after {
    right: 32px;
}
.homepage-news .news-sidebar {
    margin-top: -15px;
}
.homepage-news {
    padding-bottom: 5rem;
}
.umbraco-forms-navigation input.btn.btn-primary {
    text-align: center !important;
}

#NewsArticle .card-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: unset;
}
#page-news #NewsArticle .btn-primary {
	display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 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;
	border-radius: 10px;
    margin-top: 8px;
}

.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: #063c59;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
}


/* ---------------------------------------------------------------------------------------------------------------- 3.4.3 NEWS ARTICLE PAGE */
#NewsArticle {
    box-shadow: 1px 0 30px rgba(83, 97, 107, .20);
    border-radius: 10px;
    overflow: hidden;
}
#NewsArticle:hover {
    box-shadow: 1px 0 30px rgba(83, 97, 107, .50);
}

.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 15px !important;
    outline: none !important;
    margin-top: 0 !important;
    outline-offset: 0 !important;
    background: white;
    border-radius: 5px;
    max-width: 100%;
}

.article .container {
    border-radius: 10px;
}

.Newsgrid__item a.btn.button.btn-primary,
.Related-articles a.btn.button.btn-primary {
    line-height: 50px !important;
}


.Newsgrid__item a.btn.button.btn-primary:hover,
.Related-articles a.btn.button.btn-primary:hover {
    background: transparent !important;
    color: #3C595B !important;
}

.Related-articles .btn:hover:after {
    right: 0;
}

.news-page h1 {
    font-family: 'Poppins', sans-serif
}

.text-article {}

.text-article a.backNews {}

.latest-news {}


#articleDetailsMasonryBottom {
    border-top: 1px solid #caced5;
    color: #35455f;
    font-family: 'Poppins', sans-serif
}

.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: #063c59;
    font-size: 2.25rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2.25rem);
}

.card-desc h3,
h2.articleTitle {
    line-height: normal;
    min-height: 0;
    font-size: 1.188rem;
    text-transform: capitalize;
}

.homepage-news .slide .col-md-4 {
    padding: 0 !important;
}

.card-desc p {
    color: #45525B;
}

.more-news-button-wrapper .btn:hover {
    background: #063c59 !important;
}

.articleType2 > .container {
    margin-top: 30px;
    border-radius: 15px;
}
/* ---------------------------------------------------------------------------------------------------------------- 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: 1395px;
}

.mainBox.container {
    max-width: 1400px !important;
}


/* ---------------------------------------------------------------------------------------------------------------- 3.5 COUNTERS */
.banner {
    border-bottom: none;
    border-radius: 0;
}

.downpointer {
    background: #106d9f;
}

.banner-wrap::after {
    display: none;
}

.banner .counter {}

.banner .currency {}

.banner-subtitem {}

.banner .banner-content {
    background-color: #eef4f5 !important;
    padding: 90px 0 45px;
}

.banner .banner-icon {
    border-radius: 25px 0px 55px;
}

.banner-icon .icon-wrap {}

.banner .banner-icon .icon-wrap {
    bottom: 125px;
    background: #fff;
}

.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: 'Poppins', sans-serif
}

a h2.articleTitle {
    font-family: 'Poppins', sans-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;
}

.bg-light,
header {
    background: #4398B5 !important;
    border-radius: 10px;
    overflow: hidden;
}

.spWithImageHeadingText h2,
.twoCurves .BannerText h2 {
    font-weight: 700;
    font-size: 2.25rem;
    color: #3C595B;
}

.twoCurves .BannerText p {
    font-size: 1.063rem;
    color: #3C595B;
    margin-bottom: 25px;
}

.spWithImageHeadingText h3 {
    font-size: 1.063rem;
    font-size: clamp(.75rem, .5rem + 2vw, 1.063rem);
    line-height: 1.5rem;
}

.spWithImageHeadingText .button {
    margin-top: 10px !important;
}

.spWithImageHeadingText .button:hover {
    background: #063c59 !important;
}

.orange-button,
.btn-color-orange a {
    background: #c43e0e !important;
}

.spWithImageHeadingText .btn-color-orange .button:hover {
    background: #c43e0e !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.2 SIDEBAR */

.news-sidebar {}

#submenu {
    margin-top: 28px;
}

#submenu h2,
.news-sidebar h2 {
    color: ##45525B !important;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
}

#submenu ul {
    border-top: 1px solid #e7e9eb;
}

#submenu li {}

#submenu a {
    font-family: 'Poppins', 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: #c43e0e
}

.NewsWidgetslider .PrevArrow,
.NewsWidgetslider .NextArrow {
    border: 1px solid rgba(43, 68, 79, .2);
}

#NewsArticles {}

#articleDate {
	font-size: 12px;
}

a h2.articleTitle {
    font-family: 'Poppins', sans-serif;
    color: #063c59 !important;
}

a h2.articleTitle:first-letter {}

.slick-initialized .slick-slide {}

/* ---------------------------------------------------------------------------------------------------------------- 4.4 CONTACT US PAGE */

.contactUsbackground-image {
    height: 100%;
    background-size: cover;
}

.contact_img {
    border-radius: 10px;
    padding: 0;
    margin: 20px 0 0 0;
}

.contactUsBackground {
    border-radius: 10px 10px 0px 0px;
    margin: 2rem 0 0rem 0 !important;
}

.contactUsBackground.c-form {
    border-radius: 0px 0px 10px 10px;
    margin-top: -4rem !important;
}

.contact-img {}

.umbraco-form-block {
    border-radius: 0;
}

.umbraco-form-block>div {}

.globalAddress a {}

.adressContact {}

.address-labelopeninghours {}

.globalAddress {}

.globalAddressWrapper {
    margin: 0px auto;
}

.globaladdress-label {}

.globaladdress-labelday {}

.globaladdressLine {}


.contactUsbackground-image {}

.contactUsBackground .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
}

.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: #063c59;
}

#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%;
	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: 4rem 0;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.7 TEAM MASONRY */

.stamp {
    height: 68.375px !important;
}

.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: 'Poppins', sans-serif;
    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: #c43e0e;
}

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: #397c9d;
}

.align-to-right.TestimonialLink {}

.content.SliderInner .align-to-right.TestimonialLink {}

.TestimonialAuthor,
.TestimonialRole,
.TestimonialCompany {
    font-family: 'Poppins', sans-serif;
}

#Testimonials .content.SliderInner .container {
    border-left: 5px solid #397c9d;
    background-color: #e7e9eb;
}

#Testimonials .content.FullSlider .container {
    border-left: 5px solid #397c9d;
}

.Testimonial {
    font-family: 'Poppins', sans-serif;
    color: #397c9d;
}

/* 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;
    border-radius: 10px;
}


.column .card .card-body {
    padding: 38px !important;
}

.welcome-cards .column .card .card-body {
    padding: 8px 38px 38px 38px !important;
}

.card-top .card-body {
    background: #f1f1f1;
}

.container.content-page.with-header,
.container.content-page,
.container.news-page,
.article {
    max-width: 1267px !important;
}

.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;
}

.landingPageBreakout.flipCard {
    padding: 4rem 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background: #f1f1f1;
    border-radius: 10px;
}

.getInTouch a.btn.button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flipCard-left>div>div>div,
.flipCard-right>div>div>div:nth-child(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.flipCard-left>div>div>div>div>div.front.jag-equalheight,
.flipCard-left>div>div>div>div>div.back.jag-equalheight {
    min-height: 620px;
}

.flipCard-right>div>div>div>div>div.front.jag-equalheight,
.flipCard-right>div>div>div>div>div.back.jag-equalheight {
    max-height: 300px;
}

/* ---------------------------------------------------------------------------------------------------------------- 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: 'Poppins', sans-serif;
}

.google-map {}

.googleMapsInfoWindow {
    font-family: 'Poppins', 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: #063c59;
}

#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: #063c59;
    border-radius: 0;
}

#directionsButton span.btn:hover {
    background: #063c59;
}

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;
    border-radius: 20px;
}

.info>div.mapLegend {
    color: white !important;
    background: #45525B;
    padding: 5px 10px !important;
    font-size: .875rem;
    max-width: 185px;
    border-radius: 5px;
    margin-top: 40px;
    margin-right: 40px;
    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 {}
form#search {
    margin: 214px 0 50px 0 !important;
}
.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 {
    max-width: 25px;
    margin: 0;
    min-width: 25px;
    padding: 0 !important;
    background: transparent;
    top: 46px;
	left: -30px;
}
.search-panel .btn:after { display:none;}

.search-panel .btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle):hover { background: transparent !important;}

.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 #063c59;
    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: #c43e0e;
}

/* ---------------------------------------------------------------------------------------------------------------- 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: #c43e0e !important;
    border-bottom: none !important;
    */
}

fieldset {}

.fileupload input {
    background: rgba(228, 130, 80, .2);
    color: #c43e0e;
}

.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: #bfdfe1;
    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: #bfdfe1;
}

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: #3C595B;
}

.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;
	border-radius: 5px;
}

.faq-section.dark .download a {
    border: 1px solid #063c59;
}

.faq-section.dark .download a:hover {
    border: 1px solid #f99765;
    color: #f99765;
}

.download .col-md-12.column {
    padding: 0;
}

.download a:hover {
    border-color: #f99765;
    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: #c43e0e;
}

.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: #c43e0e;
}

/* ---------------------------------------------------------------------------------------------------------------- 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: #397c9d;
}

.item_4 a,
.item_5 a,
.item_6 a {
    border-radius: 5px;
    background: #397c9d;
}

.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: #397c9d;
}

.calcResultWrapper {
    padding: 3.5rem 1.5rem;
}

.calcButtonsWrapper {}

.termsAndConditions {
    padding-right: 1rem;
}

.termsAndConditions::before {}


.calcResultWrapper::before,
.calcAprWrapper::before {
    background: #397c9d;
}

.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);
}

.mt-5rem {
    margin-top: 5rem;
}

.mb-5rem {
    margin-bottom: 5rem;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.26 INPUT LOAN CALCULATOR */

.CalculatorInputWrapper {
    max-width: 950px;
    box-shadow: 1px 0 30px rgba(83, 97, 107, .20);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.landingPageBreakout.homepage-news {
    border-radius: 40px;
    z-index: 1;
    padding: 5rem 0rem 3rem 0rem;
}

.landingPageBreakout.loan-apply {
    border-radius: 40px;
    z-index: 1;
    padding: 5rem 0rem 3rem 0rem;
}

.landingPageBreakout.loan-calculator-wrapper>div>div:after {
    content: '';
    width: 216px;
    height: 216px;
    background-repeat: no-repeat;
    background: url(/media/vgup22cv/group-232.svg);
    top: -103px;
    transform: translate(-50%, 0%);
    right: 13%;
    position: absolute;
    z-index: 0;
}

.landingPageBreakout.loan-calculator-wrapper>div>div:before {
    content: '';
    width: 382px;
    height: 382px;
    background-repeat: no-repeat;
    background: url(/media/mhapnqwo/group-231.svg);
    bottom: 11px;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, 0%);
    right: 4%;
}

.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: #bfdfe1;
}

.dropdown-item {
    background: transparent;
    color: #45525B;
}

.number-input {}

.number-input,
.number-input * {}

.number-input button {
    background-color: #c43e0e !important;
    box-shadow: none;
}

.number-input button:hover {
    filter: brightness(1.1) !important;
    background: #c43e0e !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: #3C595B;
    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: #063c59;
}

.MaxAmounts {}

.maxSetting {
    color: #063c59;
}

.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: #063c59;
    border-radius: 40px 40px 20px 20px;
}

.flex-row-container {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.flex-row-container>.flex-row-item {}

.flex-row-item {
    background: #E7E9EB;
}

.calcInputTab {
    color: #063c59 !important;
    padding: 1rem 0;
    letter-spacing: .25px;
}

.calc-right-group>.container {}

.calc-right-group .nav-tabs li.active {
    background: #063c59;
}

.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 {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.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: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 [data-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: #FFF;
    font-size: 15px;
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
    content: '\f067';
}

.number-input input[type=number] {
    font-family: 'Poppins', 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: #3C595B;
    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: #397c9d;
}

.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: #397c9d;
}


.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: #c43e0e;
    background: -moz-linear-gradient(left, #c43e0e 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #c43e0e 0%, #e45f58 100%);
    background: linear-gradient(to right, #c43e0e 0%, #e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c43e0e', endColorstr='#e45f58', GradientType=1);
}


/* ---------------------------------------------------------------------------------------------------------------- 4.26 ICON LOAN CALCULATOR */

.calcIconResults .nav-tabs .nav-link:focus,
.calcIconResults .nav-tabs .nav-link:hover {
    background: #397c9d !important;
    color: white;
}

.calcIconResults .nav-fill .nav-item.active {
    background: #397c9d !important;
    color: white;
    border-color: #397c9d !important;
}

.calcIconResults .nav-fill .nav-item.active {
    border-color: #397c9d;
}

.calcIconResults .nav-fill .nav-item {
    color: #397c9d;
}

.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: #e5b53a !important;
}

/*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: #063c59;
}

.CalculatorQuickSelect .filter-option-inner-inner {
    overflow: hidden;
    color: #063c59;
    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: 'Poppins', sans-serif;
}

.popUpOptionWrapper>div:nth-child(even),
.register {}

/* ---------------------------------------------------------------------------------------------------------------- 5.1 LOAN APP TABS OPTION */

.nav-tabs {}

.nav-tabs i {}

.nav-fill .nav-item {
    background: #eef4f5;
    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::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: #EEF4F5;
    padding: 2rem;
    border-radius: 10px;
}

.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 {
    border-radius: 10px;
    overflow: hidden;
}

.footer-wrapper .bg-dark {
    padding-top: 80px;
    border-radius: 10px;
    overflow: hidden;
	background-color: #397C9D !important;
/* 	background: #397C9D;
	background: linear-gradient(180deg, #397C9D 0%, #203356 100%); */
}

.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 {
    margin-top: 20px !important;
}

.footer-wrapper h3 {
    font-family: 'Poppins', 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{
    display: none;
}

.adressContact span {
    display: inherit;
}

.footer-soc li:first-child {
    margin-top: 15px;
    width: 100%;
}

.footer-soc li a {
    color: #fff;
}

/* ---------------------------------------------------------------------------------------------------------------- 6.2 FOOTER SOCIAL MEDIA */

.nav-menu.nav-menu-social.footer {
    justify-content: center;
}

.nav-menu.nav-menu-social.footer li {
    width: 46px;
}

.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: #063c59;
    padding: 0;
    z-index: 0;
}

.regulatory-links .column {}

.regulatory-links ul {
    margin-top: 4px;
}

.regulatory-links p {
    color: rgba(255, 255, 255, .70);
    margin-top: 20px !important;
}

.regulatory-links a {
    color: rgba(255, 255, 255, .7);
    margin-top: 20px;
    display: inline-block;
}

.regulatory-links .col-lg-5 {}

.regulatory-links .container {
    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 #c43e0e;
}

.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;
}

.homepageSlider .slick-dots li.slick-active button:before,
.calcslider .slick-dots li.slick-active button:before {
    color: #063c59;
}

.homepageSlider .slick-dots li.slick-active button::before,
.homepageSlider .slick-dots li button::before,
.homepageSlider .slick-dots li.slick-active button::before,
.calcslider .slick-dots li button::before {
    color: #063c59;
}

.footer-wrapper .globalAddressTwoCol .NextArrow,
.Related-articles .NextArrow {}

.Related-articles .NextArrow {}

.NewsWidgetslider .NextArrow {
    border: 1px solid #c43e0e;
}

.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: #203356 !important;
}

.contact-map .col-md-12.column {
    padding: 0;
}

.cta {
    padding: 2.5rem !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.cta-btn-inner .button {
    margin: auto;
    max-width: 200px;
}

.border-r10 {
    border-radius: 10px !important;
    overflow: hidden;
}

.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: 1.375rem;
    color: #3C595B;
    margin-bottom: 3px;
    line-height: normal;
    display: block;
}

.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 p {
    font-weight: 600;
    font-size: 1.125rem !important;
    margin-bottom: 5px;
}

.title-text {
    padding: 80px 0 30px;
}

.title-text .row {
    max-width: 620px;
    margin: auto;
}

.title-text-home {
    padding: 70px 0 60px;
}

.title-text-home .row {
    max-width: 1200px;
    margin: auto;
}

.flipCard .row {
    max-width: 1390px;
}

.white-text {
    color: white;
}

.first-text {
    padding-top: 70px !important;
}

.title-text h2,
.title-text-home h2,
.mobile-app-page .card .card-title {
    font-size: 2.3rem !important;
    font-size: 14rem;
    margin: 0 0 10px;
    color: #0b132c;
    font-weight: 700;
}
.title-text-home h2 {
	margin-bottom: 0;
}
.title-text-home h3 {
	margin-top: 0;
	color: #0b132c;
	font-size: 1.5rem;
}
.title-text-home p {
    line-height: 1.6;
    margin: 0 0 25px;
}

.loan-calculator-text {
    margin-top: -4rem;
}

.loan-calculator-wrapper {
    margin-top: -15rem !important;
    padding-top: 16rem;
    padding-bottom: 4rem;
    border-radius: 60px 60px 0 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;
}

.loan-apply .row {
    max-width: 1300px;
}

.container.content-page.with-header.spWithImage {
    margin-top: 0 !important;
    border-radius: 0;
    padding-top: 0 !important;
}

.spWithImageHeadingText {
    top: calc(50% - 20px);
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    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: 0 0rem 1rem 0;
    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: 1.7rem 1rem;
    border-radius: 20px;
    background: #EEF4F5;
    top: -25px;
    z-index: 0;
}

.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: #ffffff;
    z-index: 1;
    position: relative;
    background: #063c59;
}

.loan-process .col-xl-12 p {
    text-align: center;
    font-weight: 600;
    font-size: 1.125rem !important;
    margin-bottom: 5px;
    color: #45525B;
    background: transparent;
}

.loan-process .col-xl-12 h2 {
    max-width: 570px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.loan-process .announcementItem h3 {
    color: #063c59;
    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 {
    border: 1px solid #063c59;
    width: 47px;
    border-radius: 50%;
    height: 47px;
    margin: auto;
    padding: 9px;
    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: #063c59;
    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 .parent3Across {
    max-width: 1220px;
    margin: 0 auto;
}

.loans-benefits.landingPageBreakout {
    padding: 70px 0 0;
}

.loans-benefits.loan-page.landingPageBreakout {
    padding-bottom: 5rem;
}

.loans-benefits.landingPageBreakout .row {
    max-width: 1395px;
    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: #063c59;
    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:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -23px;
    border: 0.13rem solid #063c59;
    border-style: none dashed none none;
    opacity: 0.4;
}

.loans-benefits .spotlights::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: -219px;
    right: 0;
    border: 0.13rem solid #063c59;
    border-style: dashed none none none;
    background: #fff;
    opacity: 0.4;
}

.loans-benefits .spotlights h2,
.loans-benefits .parent3Across .spotlight-box:nth-child(2) .spotlights:before,
.loans-benefits .parent3Across .spotlight-box:nth-child(3) .spotlights:before,
.loans-benefits .parent3Across .spotlight-box:nth-child(3) .spotlights:after,
.loans-benefits .parent3Across .spotlight-box:nth-child(6) .spotlights:after {
    display: none;
}

.loans-benefits .spotlight-box {
    padding: 0 !important;
    max-width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin: 15px;
    -webkit-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.loans-benefits .spotlight-box:hover {
    background-color: #EEF4F5;
}

.loans-benefits .spotlights {
    padding: 5px 10px 0 30px !important;
    position: relative;
}

.loans-benefits .spotlights p {
    color: #3C595B;
    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: 2.5rem;
    font-weight: 900;
    opacity: .8;
}

.loans-benefits.green-bg {
    background: #063c59;
    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,
.loans-benefits .fa-inverse {
    color: #c43e0e;
}

/*.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;
}

.otherservices_cta .cta-btn-inner .button {
    max-width: 220px;
    margin: auto;
}

.otherservices_cta .cta {
    border-radius: 20px;
}

.otherservices_cta p {
    font-size: 1.125rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.125rem);
    font-weight: 600;
    margin: 10px 0 30px 0;
}

/*  Car Loan Page - Representative example */

.rep-example-numbers .column:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #063c59;
    position: absolute;
    top: 0;
    right: 0;
}

.rep-example-numbers.otherservices h3 {
    font-size: 25px;
    line-height: 40px;
    margin: 0px 0 5px;
    padding: 0;
    font-weight: 700;
    color: #063c59;
}

.rep-example-numbers.otherservices h5 {
    font-size: .938rem;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 15px;
}

.rep-example-numbers .col-xl-4:nth-child(3):after {
    display: none;
}

.rep-example-numbers {
    padding: 1rem 0 5.5rem;
}

.rep-example-numbers .row {
    background: white;
    max-width: 1124px;
    border-radius: 10px;
    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: #063c59;
}

.rep-example-numbers h5 {
    font-size: .938rem;
    font-weight: 600;
    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;
}

.who-can-join.landingPageBreakout .container>.row {
    max-width: 1129px;
    margin: auto;
    padding: 60px 0;
}

.who-can-join.landingPageBreakout #mapid .container>.row {
    padding: 0;
}


.who-can-join h2 {
    position: relative;
    max-width: 400px;
    margin-bottom: 1rem;
    padding-bottom: 5px;
}

.who-can-join p {
    max-width: 500px;
}

.who-can-join h3 {
    font-weight: 500;
}

.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: #c43e0e;
    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: #c43e0e;
        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: #c43e0e;
    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: #063c59;
    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;*/
}

.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;
}

.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 #063c59;
    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;
}

.BannerText .heroWrapperContainer {
    color: #3C595B;
}

.news-header .BannerText .heroWrapperContainer {
    margin-top: 0;
}

.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: #063c59;
    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: #063c59;
}

#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;
}

.faq-section .container,
.faq-section .row {
    max-width: 1124px !important;
    margin: auto;
    padding-bottom: 2.5rem;
}

/* DOWNLOADS */
.downloads,
.fin-health {
    padding: 4rem 0 2rem 0;
    max-width: 1220px;
    margin: auto;
}

.otherservices_row {
    padding: 4rem 0 2rem 0;
}

.otherservices_row .row {
    max-width: 1240px;
    margin: auto;
}

.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: #063c59;
    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 */

.savings-spotlights .card {
    background: transparent;
}

.savings-spotlights p {
    font-size: 17px;
}

.savings-spotlights_orange {
    background: #c43e0e;
    color: #fff;
    padding: 50px 100px;
    border-radius: 0 0 45px 0;
}

.member-spotlights .savings-spotlights_orange {
    border-radius: 20px;
    padding: 40px 70px;
}

.mt-4rem {
    margin-top: 4rem !important;
}

.pt-4rem {
    padding-top: 4rem;
}

.pb-4rem {
    padding-top: 4rem;
}

.savings-spotlights.member-spotlights {
    margin: 2rem 0;
}

.savings-spotlights.member-spotlights.nomargin {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    background-size: cover;
}

.savings-spotlights.member-spotlights.nomargin .row {
    max-width: 1395px;
}

.savings-spotlights .card-icon {
    max-width: 70px;
    display: block;
    margin-bottom: 25px;
}

.savings-spotlights .card-top .card-body {
    padding: 57px 85px !important;
}

.savings-spotlights.member-spotlights .card-icon {
    max-width: 50px;
    display: block;
    margin-bottom: 25px;
}

.savings-spotlights.member-spotlights p {
    font-size: 16px;
}

.savings-spotlights.member-spotlights .card-top .card-body {
    padding: 30px 35px !important;
}

.middle-text {
    position: relative;
}

.middle-text_text {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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 #063c59;
    max-width: 896px;
    margin: auto auto 5rem;
    padding: 2rem;
}

.bg-info {
    background: white !important;
}

.quicklinks-btn .btn {
    background: #c43e0e;
    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: #063c59;
}

/* 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: #063c59;
    color: white;
}

.membership-process .fifth-step h4::before {
    width: 50%;
    right: auto;
}

.membership-text img {
    max-width: 100px;
}

.membership-process h4 {
    color: #45525B;
}

.membership-process h2 {
    color: #063c59;
}

.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;
}

.landingPageBreakout.midBanner.singlepage.mobileapp a:nth-child(1) {
    margin-right: 20px;
}

.landingPageBreakout.midBanner.singlepage.mobileapp a .img-fluid {
    width: 160px;
}

.landingPageBreakout.midBanner.singlepage.mobileapp>div>div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.mobile-app-page.membership .row,
.mobile-app-page.balances .row,
.mobile-app-page.transfers .row,
.mobile-app-page.doc-upload .row {
    max-width: 1400px !important;
}

.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;
    width: 608px;
}

.mobile-app-page.transfers .card-body p {
    color: #45525B;
}

.mobile-app-page.membership .card-icon img,
.mobile-app-page.balances .card-icon img,
.mobile-app-page.transfers .card-icon img,
.mobile-app-page.doc-upload .card-icon img {
    width: 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: 0;
    background-position: top;
}

.mobile-app-page.transfers .card-image {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
}

.mobile-app-download-buttons {
    max-width: 380px;
    padding: 1rem .5rem;
    border-radius: 0;
}

.mobile-app-page.transfers .card-body {
    position: relative;
}

.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: #c43e0e;
}

.loanspage-card picture {
    width: 40%;
    text-align: center;
}

.loanspage-card .card-body {
    padding: 2rem 1.5rem .75rem !important;
}

.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: 740px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.loanpage.hero-banner-right .heroWrapper {
    max-width: 740px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 55.8%;
    position: absolute;
}

.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.2);
    background: #c43e0e !important;
    color: #fff !important;
}

.btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle):hover {
    filter: brightness(1.2);
    background: #c43e0e !important;
	background: #4398B5 !important;
    color: #fff !important;
}

.btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle):active,
a.red:active,
a.green:active {
    filter: brightness(1);
    background: #c43e0e;
    border: 1px solid transparent;
}
#relatedArticlesType2 .btn:not(.umb-button__button, #relatedArticlesType2 .umb-button-group__toggle, .dropdown-toggle):hover {
    filter: unset;
    color: #c43e0e !important;
    background: none !important;
}
.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: #063c59;
}

.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: #063c59 !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: #c43e0e !important;
}

#toprow .col-md-7,
#toprow .col-md-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	width: 50%;
}

#toprow .row {
    margin: 0;
}

.headerButtonList li {
    margin-right: 10px;
}

.nav-menus-wrapper {
    margin-right: 25px;
}

.our-numbers h2 {
    margin-left: 0 !important;
    margin-top: 0;
}

.downpointer {
    display: none;
}

.our-numbers>.col {
    max-width: 25%;
    display: inline-block;
    margin: 1rem 10% 0 0;
}

.our-numbers>.col:last-child {
    margin-right: 0;
}

.our-numbers .col:nth-of-type(2) .banner-content .counter {
    position: relative;
}

.our-numbers .col:nth-of-type(2) .banner-content .counter::after {
    color: #3C595B;
    content: '+';
    position: absolute;
    right: -8px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    top: -1px;
    font-weight: 500;
}

.banner .banner-icon {
    height: 0;
}

.NewsGlobalCTA .card {
    background: #e7e9eb;
}

.NewsGlobalCTA .heroWrapper {
    color: #3C595B;
}

.NewsGlobalCTA.imageRight .heroWrapper {
    padding-left: 130px !important;
    padding-right: 0rem !important;
}

.our-numbers .banner h4 {
    font-weight: 500;
    font-size: 1rem;
    font-size: 14px;
    color: #3C595B;
}

.Related-articles .news-sidebar>h2 {
    border-bottom: none;
}

.news-sidebar>h2 {
    border-bottom: 1px solid #063c5942;
    padding-bottom: 15px;
    margin-top: 27px !important;
}

.our-numbers h2,
.news-sidebar>h2 {
    line-height: 2rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.875rem;
    font-size: clamp(.938rem, .938rem + 2vw, 1.875rem);
    color: #063c59 !important;
    font-weight: 600;
    text-transform: initial;
}

.banner .banner-icon .icon-wrap i::before {
    color: #c43e0e !important;
    font-weight: 500;
}

.col:nth-of-type(2) .banner .banner-icon .icon-wrap i::before {
    position: relative;
    left: -2px;
}

.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:first-child a {
    margin-bottom: 0;
}

.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;
}

.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;
}

.welcome-cards{
	margin: 30px 0;
}

.welcome-cards .card-text p {
	margin: 0;
	min-height: ;
}
.customTable table {
    width: 100%;
}
.privacy-notice tr:nth-child(odd), .customTable tr:nth-child(odd) {
	background: #f1f1f1;
}
.customTable tr:nth-child(1) {
	background: #4398B5;
	color: white;
}
.privacy-notice td, .privacy-notice th, .customTable td {
	padding: 8px;
	border: 1px solid #ccc;
}
.privacy-notice td p, .privacy-notice th p, .customTable td p {
	margin: 0;
}

.footer-wrapper .address-linelong .col-md-3, .footer-wrapper .address-line .col-lg-3 {
    max-width: 100px;
}
.footer-wrapper .adressContact {
	max-width: unset;
}
.footer-wrapper .globalAddress a {
    color: white;
}

.landingPageBreakout.home-cards {
	padding: 4rem 0;
	margin-bottom: 0;
	margin-top: 0;
	background: #f1f1f1;
	border-radius: 10px;
}
.home-cards .row {
	max-width: 1390px;
}
.home-cards .home-cards-col2 a:nth-child(1) {
  grid-area: team;
}
.home-cards .home-cards-col2 a:nth-child(2) {
  grid-area: talk;
}
.home-cards .home-cards-col2 a:nth-child(3) {
  grid-area: about;
}
.home-cards-col1 {
	padding: 0;
}
.home-cards-col2 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas: 
    "team team"
    "talk about";
  grid-gap: 20px;
  padding: 0 0 0 20px;
}
.home-cards .card-background .card {
	max-height: 620px;
	border-radius: 5px;
}
.home-cards .home-cards-col2 .card-background .card {
	max-height: 300px;
}
.home-cards .card {
	border: 1px solid rgba(255,255,255,.1);
}
.home-cards .card:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	border: 1px solid rgba(255,255,255,.5);
	/* transform: scale(1.015); */
}
.home-cards .card-background .card-img-overlay {
	background: linear-gradient(0deg, rgba(67, 152, 181, 1) 0%, rgba(19, 76, 95, 0.2) 100%);
	color: white;
}
.home-cards .card-background img {
	filter: none;
    height: 620px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.home-cards .home-cards-col2 .card-background img {
	max-height: 300px;
}
.home-cards .card-text-wrapper {
	left: 30px;
	max-width: 80%;
	text-shadow: 0px 0px 2px rgba(0,0,0,.5);
}
.home-cards .card-title {
	font-size: 1.5rem !important;
	font-weight: 700;
}
.home-cards .button {
	padding: 0 !important;
    background: none;
    font-weight: 500;
	color: #f49e7e !important;
    min-height: auto;
}
.home-cards .button:after {
    right: 55px;
    top: 0;
}
.home-cards .button:hover:after {
    right: 52px;
}

.home-news-title {
    background: #f1f1f1;
	padding: 0 10px 15px;
}

.home-news-title h2 {
    font-size: 2.5rem !important;
    margin: 0 0 10px;
    color: #0b132c;
    font-weight: 700;
}
.home-news {
    background: #f1f1f1;
	padding: 20px 0 65px;
}
.home-news > .row > .col-xl-12, .home-news-title > .row > .col-xl-12 {
    padding: 0 !important;
    margin: 0 auto !important;
	max-width: 1200px;
}
.home-news .news-sidebar {
    margin-top: 0 !important;
}
.home-news .col-md-4 {
	flex: 0 0 300px;
    max-width: 300px;
	padding: 0;
}
.home-news .col-md-8 {
	flex: 0 0 calc(100% - 300px); 
    max-width: calc(100% - 300px);
	padding-left: 30px;
}
.home-news .slick-slide img {
    width: 300px;
    height: 200px;
    object-fit: cover;
	border-radius: 3px;
}
.home-news .news-sidebar h2 {
	min-height: auto;
	font-size: 22px;
}
.home-news .news-sidebar > h2 {
	display:none;
}
.home-news .lib-desc p {
    max-width:800px;
}

.home-news .NewsWidgetslider .NextArrow, .home-news .NewsWidgetslider .PrevArrow {
    margin: 0;
}
.home-news .btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle) {
    margin-bottom: 0;
}
.articleType2.articleDate, #NewsDate {
    color: #696969;
}
#breadcrumb li {
    color: #696969;
    opacity: 1;
}
#page-welcometocuds .order-12>h1#pageHeading {
	display: none;
}
#page-welcometocuds .loanB-quote h1 {
	font-family: 'Poppins', sans-serif;
	border-bottom: 0;
	margin-bottom: 10px;
	font-weight: 600 !important;
	text-transform: none;
}
#page-aboutus p {
	font-size: 16px;
	line-height: 24px;
}

.a2a_dd {
  display: none;
}



/* ---------------------------------------------------------------------------------------------------------------- 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: 1280px) {
	.welcome-cards .card-text p {
		min-height: 170px;
	}
}
@media (max-width: 1200px) {
	.home-news {
		padding: 20px 10px 65px;
	}
	.firstSlide .img-fluid {
		max-width: 50%;
	}
	.home-cards .card-background .card {
		max-height: 300px;
	}
	.home-cards-col2 {
		padding: 20px 0 0;
	}
    .landingPageBreakout {
        width: 100vw;
        margin: 0 calc(-50vw + 50%);
        background-size: cover;
    }

    .loan-spotlights .card {
        margin-bottom: 2rem;
    }

    .loan-spotlights.icons {
        padding: 2rem 0 9rem 0;
    }

    .midBanner p {
        text-align: center;
        margin-bottom: 15px;
    }

    .middle-text_text {
        position: relative;
    }

    .left .middle-text_text {
        transform: translate(-50%, 0%);
    }

    .loanspage-text-section.reverse-col .middle-text_text {
        transform: translate(-50%, 0%);
    }

    .loanspage-text-section.reverse-col .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .loan-spotlights .card-top {
        box-shadow: 0px 2px 19px hwb(0deg 0% 100% / 20%);
        border-radius: 20px;
        max-width: 340px;
        margin: 0 auto;
    }

    .midBanner>div>div:nth-child(2) {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .hero-banner-left .col-md-6.column.cardImage,
    .hero-banner-right .col-md-6.column.cardImage {
        max-width: 50%;
    }

    .hero-banner-left .card-body,
    .hero-banner-right .card-body {
        max-width: 50%;
    }

    .hero-banner-left .heroWrapper,
    .hero-banner-right .heroWrapper {
        padding-left: 0;
        padding-right: 0;
        width: 390px;
    }

    .BannerText .heroWrapperContainer {
        max-width: 40%;
        margin-left: 4rem;
    }

    .mt-5rem {
        margin-top: 5rem !important;
    }

    .homepage-news .row {
        max-width: 980px;
        align-items: center;
    }

    .col-xl-4.column.mx-0.mx-md-0.our-numbers {
        width: 480px;
        margin-top: 2rem;
    }

    .landingPageBreakout.midBanner .row {
        max-width: 1395px;
        padding: 25px 65px 65px 65px;
    }

    .landingPageBreakout.midBanner p {
        font-size: 1.75rem;
        font-weight: 600;
        color: #fff;
        margin: 0 0 15px 0;
    }

    .landingPageBreakout.midBanner {
        text-align: center;
    }

    .midBanner a.btn.button,
    .midBanner a.btn {
        margin-right: 0 !important;
    }

    .loan-calculator-wrapper {
        margin-top: -13rem !important;
        padding-top: 15rem;
        padding-bottom: 4rem;
        border-radius: 60px 60px 0 0;
    }

    div.landingPageBreakout.midBanner>div>div:nth-child(2) {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .homepage-spotlights {
        padding: 1rem 0;
    }

    .spotlight-box {
        padding: 10px 0 70px !important;
    }

    #mainNav {
        background: white;
    }

    .navbar-light .navbar-toggler-icon::after,
    .navbar-light .navbar-toggler {
        color: #45525B;
    }

    .navbar {
        height: auto;
    }

    .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: 'Poppins', sans-serif;
    }

    .navigation-portrait .nav-menu>li>a {
        color: #397c9d !important;
		padding: 12px 15px 12px;
		height: auto;
    }
    .navigation-portrait .nav-menu>li>a:hover {
		padding: 12px 15px 12px;
		height: auto;
    }

    .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;
    }

    .footer-wrapper .globalAddressTwoCol .PrevArrow {
        right: 52px;
    }

    #mobileNavOnlyButton {
        top: 8;
    }

    #mobileNavOnlyButton .btn {
        text-align: left;
        padding-left: 20px !important;
        background: #c43e0e;
        color: #fff !important;
        font-weight: 700;
        font-size: 0.875rem;
        padding: 15px 0 14px !important;
        padding-left: 15px !important;
        text-transform: uppercase;
        max-width: 190px;
        min-width: 190px;
    }

    #mobileNavOnlyButton .btn::after {
        content: '\f105';
        font-size: 17px;
        line-height: 28px;
        font-family: "Font Awesome 6 Pro";
        right: 38px;
        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: #c43e0e;
        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%;
		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;
    }

    #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%;
		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%;
		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;
    }

    .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;
    }

    .navbar.fixed-top {
        top: 10px;
    }

    .fixed-top {
        position: unset;
    }

    .container-fluid.g-0.p-0 {
        overflow: hidden;
    }
	.navigation-portrait .nav-search-close-button {
		top: 47px;
	}
}

/* ---------------------------------------------------------------------------------------------------------------- 8.3 Medium devices (tablets, less than 992px) */
@media (max-width: 1140px) {
	.welcome-cards .card-text p {
		min-height: 216px;
	}
	.welcome-cards .card-title {
		min-height: 60px;
	}
}
@media (max-width: 1200px) {
	.loginButtons .menuButtons {
		padding: 10px !important;
	}
}

@media (max-width: 992px) {
	.navigation-portrait .nav-search-button {
	}
	.welcome-cards .card-text p {
		min-height: 170px;
	}
	.welcome-cards .card-title {
		min-height: unset;
	}

    .hero-banner-right.landingPageBreakout.mt-5rem.mb-5rem {
        margin-top: 0 !important;
    }

    .landingPageBreakout.midBanner.singlepage.mobileapp a:nth-child(1) {
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-app-page .card img.img-fluid {
        border-bottom: 3px solid #c43e0e;
    }

    .mobile-app-page .card-icon img.img-fluid {
        border-bottom: none;
    }

    .BannerText .heroWrapperContainer {
        margin-left: 0;
    }

    .BannerImages .curve {
        display: none;
    }

    .loanpage.hero-banner-right .heroWrapper {
        transform: translate(-50%, 0%);
        left: 50%;
        position: relative;
        width: 90%;
    }

    .hero-banner-left .cardImage .halfleft.col-bgr-cover,
    .hero-banner-right .cardImage .halfright.col-bgr-cover {
        min-height: 409px;
        margin: 0 37px;
        overflow: hidden;
        border-radius: 20px;
    }

    .homepage-news .row {
        max-width: 580px;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .col-xl-4.column.mx-0.mx-md-0.our-numbers {
        width: auto;
        margin-top: 2rem;
    }

    .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;
    }

    .landingPageBreakout.loan-calculator-wrapper>div>div:after {
        top: -73px;
        right: -7%;
    }

    .landingPageBreakout.loan-calculator-wrapper>div>div:before {
        bottom: -29px;
        right: 27%;
    }

    .homepage-spotlights .spot-text {
        max-width: 100%;
    }

    .hero-banner-left .heroWrapper,
    .hero-banner-right .heroWrapper {
        width: 100%;
    }

    .hero-banner-right .heroWrapper {
        transform: translate(-50%, 0%);
    }

    .homepage-spotlights .spot-icon {
        height: 64px;
        width: 100%;
        text-align: center;
        margin: 0 auto 30px auto !important;
    }

    .spotlights img {
        height: clamp(70px, 40px + 2vw, 90px);
        top: 0;
        margin-right: 0;
    }

    .hero-banner-left .col-md-6.column.cardImage,
    .hero-banner-right .col-md-6.column.cardImage,
    .hero-banner-left .card-body,
    .hero-banner-right .card-body {
        max-width: 100%;
        border-radius: 20px;
        margin-top: 3rem;
    }

    .hero-banner-left .heroWrapper,
    .hero-banner-right .heroWrapper {
        position: relative;
    }

    .art-img .art-title {
        background: rgba(88, 157, 191, .93);
    }

    .downpointer {
        bottom: -12px;
    }

    .banner-wrap::after {
        bottom: -9px;
    }

    .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;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 1rem;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .calendarium .spotlight-box {
        margin-bottom: 0;
        padding: 0 !important;
    }

    .hero-banner-left .heroWrapper,
    .hero-banner-right .heroWrapper {
        max-width: 90%;
        margin: 0 !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: #063c59;
    }

    .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 1rem;
    }

    .BannerText .heroWrapper {
        padding-right: 0;
    }

    .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: #fff;
    }

    #homePageSlider .BannerText .flex-centered {
        margin: auto -15px;
    }

    #homePageSlider .BannerText .heroWrapperContainer {
        padding-bottom: 2rem;
    }

    #homePageSlider .slick-dots {
        bottom: 65px;
    }

    .homepage-spotlights .spotlights {
        padding: 30px 0 0 !important;
    }

    .spotlight-box {
        padding: 10px 0px 20px !important;
    }

    .homepage-spotlights {
        padding: 2rem 0 4rem 0;
    }

    .counters .col-xl-4 {
        flex: 0 0 100%;
        max-width: 100%;
		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: 30px;
    }

    .panel.with-nav-tabs.panel-default.col-12.noPadding {
        background: #063c59;
        border-radius: 20px;
    }

    .hero-banner-left .heroWrapper,
    .hero-banner-right .heroWrapper {
        padding-top: 0rem;
        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;
    }
	.navigation-portrait .nav-logo > img {
		height: auto;
	}
}

/* ---------------------------------------------------------------------------------------------------------------- 8.4 Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
	.home-news .lib-desc p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.firstSlide .img-fluid {
		max-width: 100%;
	}
	.home-cards-col2 {
		grid-template-areas: 
			"team team"
			"talk talk"
			"about about";
	}
	.welcome-cards{
		margin: 15px 0;
	}
	.welcome-cards .card{
		margin: 15px 0;
	}
	.welcome-cards .card-text p {
		min-height: unset;
	}

    .nav-search-button {
        border-left: none;
    }

    .getInTouch a.btn.button {
        position: relative;
    }

    .title-text-home.getInTouch {
        padding: 60px 60px 50px 60px;
    }

    .nav-header {
        padding: 6px 0;
    }

    .title-text-home.firstSlide {
        padding: 30px 60px 30px 60px;
    }

    .loanpage.hero-banner-right.landingPageBreakout.mt-5rem {
        margin-top: 0rem !important;
    }

    .loan-process {
        padding: 3rem 0 0rem;
    }

    .landingPageBreakout.loan-apply {
        border-radius: 40px;
        z-index: 1;
        padding: 5rem 1rem 3rem 1rem;
    }

    .loans-benefits .parent3Across .spotlight-box:nth-child(3) .spotlights:after {
        display: block;
    }

    .loans-benefits .spotlights.spot1:before,
    .loans-benefits .spotlights.spot2:after {
        display: none !important;
    }

    .loans-benefits .spotlights.spot3:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: -219px;
        right: 0;
        bottom: 0;
        left: 0;
        border: 0.13rem solid #063c59;
        border-style: dashed none none none;
        background: #fff;
        opacity: 0.4;
        background: none;
    }

    .m-gray .CalculatorInputWrapper {
        background: #eef4f5;
    }

    .nav-search-icon {
        color: #fff;
    }

    .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: #397c9d;
    }

    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 {
        border-radius: 10px;
    }

    .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 {
        padding: 50px 0 20px;
    }

    .homepage-calc-title.title-text {
        padding-top: 10px;
    }

    .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;
    }

    .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%;
		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;
        margin-bottom: 3rem;
    }

    .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%;
    }

    .loans-benefits h2 {
        margin: 0 15px 15px 15px;
        text-align: center;
    }

    .navigation-portrait .nav-search-close-button {
        height: 30px;
        width: 18px;
        top: 23px;
        right: 21px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- 8.5 Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {

    .card {
        margin-bottom: 25px;
    }
    .home-cards .card {
        margin-bottom: 0;
    }
	.home-news .col-md-4 {
		flex: 0 0 150px;
		max-width: 150px;
	}
	.home-news .col-md-8 {
		flex: 0 0 calc(100% - 150px); 
		max-width: calc(100% - 150px);
		padding-left: 15px;
	}
	.home-news .slick-slide img {
		width: 150px;
		height: 150px;
	}

    .contactUsBackground.c-form {
        border-radius: 0px 0px 10px 10px;
        margin-top: 0rem !important;
        padding-bottom: 35px;
    }

    .nav-header img {
    }

    .navigation-portrait .nav-logo>img {
        padding: 0 0 0 10px;
    }

    .loans-benefits .spotlights:after,
    .loans-benefits .parent3Across .spotlight-box:nth-child(3) .spotlights:after {
        display: none;
    }

    .loans-benefits .spotlights.spot2:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: -219px;
        right: 0;
        bottom: 0;
        left: 0;
        border: 0.13rem solid #063c59;
        border-style: dashed none none none;
        background: #fff;
        opacity: 0.4;
        background: none;
        display: block !important;
    }

    .stamp {
        height: 0px !important;
    }

    .staff-details {
        background: #b9b9b9;
        min-height: 90px;
        padding-left: 5px;
    }

    .staff-details h4 {
        font-size: 0.9rem;
        text-align: left !important;
    }

    .staff-details p {
        text-align: left;
    }

    .staff-wrapper {
        min-height: 350px;
    }

    div#ourStaff {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }

    div#staffMember {
        flex: 1 1 50%;
    }

    .BannerText .heroWrapperContainer {
        margin-left: 0;
    }

    .BannerImages .curve {
        display: none;
    }

    .BannerImages .col-bgr-cover-left {
        min-height: 300px;
    }

    .landingPageBreakout.midBanner .row {
        max-width: 1395px;
        padding: 25px 0px 95px 0;
    }

    .landingPageBreakout.loan-calculator-wrapper>div>div:after {
        display: none;
    }

    .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: 10px;
    }

    .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);
    }

    .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: 15px;
        box-shadow: none;
    }

    .banner .banner-content {
        background-color: #eef4f5 !important;
        padding: 90px 0 15px;
    }

    .landingPageBreakout.homepage-news .container {
        padding-right: 0;
        padding-left: 0;
    }

    .homepage-news .slick-slide .row {
        margin: 0;
    }

    .our-numbers .col:nth-of-type(2) .banner-content .counter::after {
        color: #3C595B;
        content: '+';
        position: absolute;
        right: -24px;
        font-size: 1.5rem;
        line-height: 2.25rem;
        top: -1px;
        font-weight: 500;
    }

    .landingPageBreakout.loan-calculator-wrapper>div>div:before {
        bottom: -7px;
        right: 27%;
    }

    .hero-banner-left .cardImage .halfleft.col-bgr-cover,
    .hero-banner-right .cardImage .halfright.col-bgr-cover {
        min-height: 409px;
        margin: 0 17px;
        overflow: hidden;
        border-radius: 20px;
    }

    .homepage-news .row {
        margin: 0 17px;
    }

    .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%;
		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%;
		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%;
		width: 80%;
    }

    .globaladdress-labelday {
        margin-right: 20px;
    }

    .adressContact {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    #homePageSlider .BannerText {
        min-height: 400px;
    }

    .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 {
        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 !important;
    }

    .CalculatorinputDropDown .filter-option-inner-inner::after,
    .newsFiltersSelect .filter-option-inner-inner::after,
    .CalculatorQuickSelect .filter-option-inner-inner::after {
        right: 1.5rem;
    }

    /* .title-text-home.firstSlide img { */
        /* display: none; */
    /* } */
	.title-text-home h2{
		font-size: 1.6rem !important;
	}
    .getInTouch a.btn.button {
        left: 0;
        transform: translate(0%, -50%);
    }
}

/* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (375px) */
@media (max-width: 375px) {
	.home-news .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.home-news .col-md-8 {
		flex: 0 0 100%; 
		max-width: 100%;
		width: 100%;
	}
	.home-news .slick-slide img {
		width: 100%;
		height: 150px;
	}
    .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 {
        height: clamp(60px, 40px + 2vw, 90px);
        top: -10px;
    }

    #mobileNavOnlyButton .btn {
        min-width: 100px;
        font-size: .625rem;
        line-height: 2.25rem;
        border: none;
        text-align: left;
        padding: 0 5px !important;
    }

    #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;
    }
	.navigation-portrait .nav-toggle {
		right: -18px;
	}
}

/* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (360px) */
@media (max-width: 360px) {

    .navbar-brand,
    .navbar-brand img {
        width: 140px;
    }
	.navigation-portrait .nav-logo > img {
		padding: 3px 0 0 10px;
		width: 250px;
	}
}

.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;
}
