/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------
*/

/* PROGRESS CU cuStyles.css  */

/*
--------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------

1.0 GENERAL
    1.1 NOTIFICATIONS

2.0 HEADER
    2.1 SEARCH BAR
    2.2 REMOVE X FROM SEARCH BAR
    2.3 SOCIAL MEDIA IN THE HEADER
    2.4 LOGIN BUTTONS
    2.5 BACK-TO-TOP BUTTON

3.0 CONTENT
    3.1 IMAGES SLIDER
    3.2 SPOTLIGHTS
    3.3 FANCY NUMBERED LIST
    3.4 NEWS SECTION
        3.4.1 NEWS ARTICLE SCROLL WIDGET
        3.4.2 NEWS FILTERS
        3.4.3 NEWS ARTICLE PAGE
        3.4.4 ARTICLE DATE
        3.4.5 ARTICLE SOCIAL SHARE
        3.4.6 ARTICLE TAGS
        3.4.7 NEWS MASONRY GRID
    3.5 COUNTERS
    3.6 SOCIAL MEDIA FEED SCROLL

4.0 CONTENT PAGES
    4.1 CONTENT PAGES HEADER
    4.2 SIDEBAR
    4.3 SIDEBAR - NEWS SLIDER
    4.4 CONTACT US PAGE
    4.5 CAREERS PAGE
    4.6 SERVICES MASONRY GRID
    4.7 TEAM MASONRY
    4.8 TESTIMONIALS
    4.9 CARDS
    4.10 FAQ FLIP CARDS
    4.11 DONUT CHART
    4.12 ANIMATED CHARTS
    4.13 IMAGE GALLERY
    4.14 GOOGLE MAPS
    4.15 404 ERROR PAGE
    4.16 SEARCH RESULT PAGE
    4.17 ACCORDION HELP FAQ
    4.18 UMBRACO FORMS
    4.19 DOWNLOAD LINK
    4.20 RELATED ARTICLES
    4.21 FIXED/STICKY SOCIAL MEDIA BAR
    4.22 STRIPED LIST
    4.23 ANNOUNCEMENTS

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 */


html {}

body {
    color: #445356;
    font-family: 'Barlow', sans-serif;
}

a {
    color: #f7a800;
    -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;
}

a:hover {
    color: #e39b00;
}

.btn,
.button {
    -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;
}

.button:hover {
    color: white;
    box-shadow: 0 5px 15px rgba(255, 187, 44, .7);
}

.button:focus {}

h1,
h2,
h3,
h4,
p.heading,
button,
.tabs,
thead,
nav#pagination,
.apc.pod-windows .item .link,
blockquote {
    font-family: 'Barlow', sans-serif;
}

h1,
h2,
h3 {}

h4,
h5,
h6 {}

h1 {
    font-weight: 700;
}

h2 {
    font-size: 1.625rem;
    font-size: clamp(.938rem, .938rem + 2vw, 1.5rem);
    font-weight: 700;
}

h3 {}

h4 {}

h5 {}

h6,
table th,
footer .heading {}

dl,
ol,
ul {}

p,
li,
label {}

p {
    line-height: 1.5;
}

p.caption {}

.container.content-page li {}

blockquote {
    color: #1d5d9f;
    font-size: 1.125rem;
    font-style: normal;
}

blockquote::before {
    background-color: #1d5d9f;
    background-image: url("../content/images/affinity/quote.svg");
    background-repeat: no-repeat;
    background-position: top 8px right 9px;
}

blockquote p {}

blockquote cite {}

table {}

.small,
small {}

.divCookiebotTab a,
.divCookiebotTab a:hover {
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
}

p,
li,
label,
td {
    font-size: 1rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1rem);
}


main {
    border-radius: 0 0 125px 125px;
    -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .25s both;
    animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .25s both;
}

/* ---------------------------------------------------------------------------------------------------------------- 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: #eaf0f6;
    font-weight: 300;
    font-size: .938rem;
    position: relative;
}

.top-menu-links a {
    color: #1D5D9F;
    font-weight: 500;
    font-size: 1.063rem;
}

span.callUs {
    font-weight: 600;
}

.callUsIcon {
    display: none;
}

.top-menu-CallUs {
    padding-left: 20px;
    color: #1d5d9f;
}

.top-menu-CallUs::before {
    background: #1D5D9F;
    opacity: .5;
}

.top-menu-socialLinks {
    color: #1d5d9f;
    padding-right: 20px;
}

.top-menu-socialLinks li {
    font-size: 1rem;
}

.top-menu ul li a {
    color: #1d5d9f;
}

/* MAIN NAVIGATION */
.navbar {
    padding: 0;
    height: 90px;
    box-shadow: none;
}

.fixed-top {
    /*box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .16);*/
}

.navigation {}

.navigation.float {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.nav-toggle:before {
    background-color: #4997be;
    box-shadow: 0 0.38em 0 0 #4997be, 0 0.75em 0 0 #4997be;
}

.nav-header {}

.nav-header img {}

.nav-search-button {
    background-color: #cac9b5;
}


.nav-menu>li>a,
.nav-menu:not(.nav-menu-social)>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a,
.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item):hover>a,
.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item).active>a,
.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item).focus>a {
    color: #4997be;
    font-family: 'Barlow', sans-serif;
    text-transform: initial;
    font-size: 1.125rem;
}

.nav-menu:not(.nav-menu-social, .nav-dropdown)>li a::before {
    background: #dee2e6;
}

.nav-menu:not(.nav-menu-social)>li:first-child a::before,
.nav-menu:not(.nav-menu-social)>li:last-child a::before {}

.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item):hover>a,
.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item).active>a,
.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item).focus>a {
    border-bottom-color: #4997be;
}

.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item)>a {}

.navigation-landscape .nav-menu:not(.nav-menu-social)>li:not(.icon-item)>a::before {
    background: #dee2e6;
}

.nav-menu>li {}

.submenu-indicator {}

.submenu-indicator-chevron {
    border-color: transparent #4997be #4997be transparent;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #4997be #4997be transparent;
}

.nav-search-button {}

.nav-search-button:hover {
    background-color: #4997be;
}

.nav-search-button:hover .nav-search-icon {
    color: #fff;
}

.nav-dropdown>li>a {
    color: #4997be;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a,
.nav-dropdown>li>a.active {
    background: #4997be;
}

.nav-dropdown>li {}

.navbar-light .navbar-nav .nav-link {
    color: #1d5d9f;
    font-weight: 500;
    padding: 28px 0;
    font-size: 1.125rem;
}

.navbar-light .navbar-nav .dropdown-menu {
    margin-top: 4px;
    border-radius: 25px;
    padding: 0;
    background: #eaf0f6;
}

.dropdown-item,
.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    padding: 13px 30px 13px 20px;
    color: #1d5d9f;
    white-space: inherit;
    position: relative;
}

.dropdown-item:nth-last-child(2) {
    /*border-radius: 0 0 25px 25px;*/
}


.dropdown-item:first-child,
.dropdown-item:last-child {
    background: #1d5d9f;
    background: -moz-linear-gradient(left, #1d5d9f 0%, #2e72b9 100%);
    background: -webkit-linear-gradient(left, #1d5d9f 0%, #2e72b9 100%);
    background: linear-gradient(to right, #1d5d9f 0%, #2e72b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#198d45', endColorstr='#2e72b9', GradientType=1);
    color: #fff;
    font-size: .938rem;
    white-space: normal;
    position: relative;
    padding: 14px 20px;
    font-weight: 600;
}

.nav-item.dropdown:nth-child(2) a:last-child {
    color: #1d5d9f;
    font-weight: 400;
    font-size: .875rem;
    background: transparent;
}

.dropdown-item:before {
    content: '';
    width: calc(100% - 2.5rem);
    background: rgba(29, 93, 159, .4);
    height: 1px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.dropdown-item:after {
    content: '\f105';
    font-size: 18px;
    line-height: 18px;
    font-family: "Font Awesome 6 Pro";
    right: 15px;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
}

.dropdown-toggle::after {
    bottom: -5px;
    right: 26px;
}

.dropdown-item:first-child:after,
.dropdown-item:after:nth-child(2),
.dropdown-item:nth-last-child(2):before,
.nav-item.dropdown:nth-child(2) a:last-child:before {
    display: none;
}

.nav-item.dropdown:nth-child(2) a:last-child:after,
.nav-item.dropdown:nth-child(2) a:nth-last-child(2):before {
    display: block;
}

.navbar-nav.login-button .dropdown-toggle::after {
    right: 28px;
    top: -1px;
}

.nav-menu.nav-divs.CallUsMobile {
    background-color: #106D9F;
}

.nav-item.dropdown {
    padding-right: 15px;
}

.navbar-nav.main-navigation li {
    border-bottom: 5px solid transparent;
}

.navbar-nav.main-navigation li:hover {
    border-bottom: 5px solid #f7a800;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1d5d9f;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.1 SEARCH BAR */
.nav-search>form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"],
.nav-search-close-button {
    color: #4997be;
}

.nav-search {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
}

.nav-search-button {
    background-color: #cac9b5;
}


.nav-search-button:hover {
    background-color: #4997be;
}

.nav-search-button:hover .nav-search-icon {}


/* ---------------------------------------------------------------------------------------------------------------- 2.2 REMOVE X FROM SEARCH BAR */

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {}

input[type=search]::-ms-reveal {}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {}

/* ---------------------------------------------------------------------------------------------------------------- 2.3 SOCIAL MEDIA IN THE HEADER */

/* LOGO */

.navbar-brand,
.navbar-brand img {
    width: 241px;
    position: relative;
    z-index: 100;
    padding-top: 1.125rem;
}

.navbar-brand::after {
    content: '';
    position: absolute;
    left: -105px;
    top: 28px;
    width: 450px;
    height: 100px;
    background: white;
    border-radius: 50% / 0 0 100% 100%;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.4 LOGIN BUTTONS */

.loginButtons {
    /*background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
    */
}

.loginButtons.icon.button1,
.loginButtons.icon.button2 {}

.loginButtons.buttons1 {}

.loginButtons.buttons2 {}

.navigation-landscape .nav-menu>li.loginButtons>a {}

.menuButtons {}

.navigation-portraiten .loginButtons .buttonTitle {
    font-family: 'Barlow', sans-serif;
}

.loginButtons:hover>a {}

.nav-menu>li.loginButtons>a,
.nav-menu>li.loginButtons>a:hover {
    font-family: 'Barlow', sans-serif !important;
    font-size: clamp(.5rem, .5rem + 2vw, .75rem) !important;
}

.nav-menu>li.loginButtons .submenu-indicator-chevron {}

.nav-menu>li.loginButtons .nav-dropdown {
    border-radius: 0 0 5px 5px;
    /*background: #e47d51;
    background: -moz-linear-gradient(left, #e45f58 0%, #e47d51 100%);
    background: -webkit-linear-gradient(left, #e45f58 0%,#e47d51 100%);
    background: linear-gradient(to right, #e45f58 0%,#e47d51 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45f58', endColorstr='#e47d51',GradientType=1 );
    */
}

.nav-menu>li.loginButtons .nav-dropdown::before {
    border-top: 5px solid #e47d51 !important;
}

.nav-menu>li.loginButtons .nav-dropdown::after {}

.loginButtons.buttons1,
.nav-menu>li.loginButtons.buttons1 .nav-dropdown {
    background-color: #4997be;
}

.nav-menu>li.loginButtons.buttons1 .nav-dropdown::before {
    border-top-color: #e38250;
}

.loginButtons.buttons2,
.nav-menu>li.loginButtons.buttons2 .nav-dropdown {
    background-color: #e47d51;
}

.nav-menu>li.loginButtons.buttons2 .nav-dropdown::before {
    border-top-color: #589bbd;
}

.loginButtons.buttons3,
.nav-menu>li.loginButtons.buttons3 .nav-dropdown {
    background-color: #063c59;
}

.nav-menu>li.loginButtons.buttons3 .nav-dropdown::before {
    border-top-color: #063c59;
}

.loginButtons.buttons1:not(.icon):hover,
.loginButtons.buttons2:not(.icon):hover {}

.nav-menu>li.loginButtons>a,
.nav-menu>li.loginButtons>a:hover {
    font-family: 'Barlow', 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: 50px;
    box-shadow: 0 5px 15px rgba(34, 177, 88, .7);
}

.navbar-nav.login-button .btn-group.show li a {
    text-transform: capitalize;
    font-size: .938rem;
    padding: 14px 0 16px;
    min-width: 175px;
    max-width: 175px;
}

.navbar-light .navbar-nav.login-button .dropdown-menu {
    margin-top: 5px;
    border-radius: 25px;
    padding: 0;
    background: #eaf0f6;
}

.navbar-light .login-button .dropdown-menu li {
    border-bottom: none;
    padding: 0 1.25rem !important;
    background: #198d45;
    background: -moz-linear-gradient(left, #198d45 0%, #22b158 100%);
    background: -webkit-linear-gradient(left, #198d45 0%, #22b158 100%);
    background: linear-gradient(to right, #198d45 0%, #22b158 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#198d45', endColorstr='#22b158', GradientType=1);
}

.navbar-light .login-button .dropdown-menu li:nth-child(2) {
    border-radius: 0 0 25px 25px;
}

.navbar-nav.login-button .btn-group.show li a:hover {
    font-weight: 600;
}

.navbar-light .login-button .dropdown-menu li:first-child::after {
    content: '';
    width: calc(100% - 2.5rem);
    background: rgba(255, 255, 255, .4);
    height: 1px;
    position: absolute;
}

.navbar-light .login-button .dropdown-menu li:last-child {
    background: #eaf0f6;
}

.navbar-light .login-button .dropdown-menu li:last-child a {
    font-size: 14px !important;
}

.navbar-light .login-button .dropdown-menu li:last-child a,
.navbar-light .login-button .dropdown-menu li:last-child a:hover {
    padding: 12px 0 15px;
    color: #198d45;
    text-transform: none !important;
    font-weight: 400;
    position: relative;
}

.navbar-light .login-button .dropdown-menu li:last-child a:after {
    content: '\f105';
    font-size: 18px;
    line-height: 18px;
    font-family: "Font Awesome 6 Pro";
    right: 34px;
    position: absolute;
}


.navbar-nav.login-button a.buttonStyle1,
.navbar-nav.login-button a.buttonStyle2,
.calc-button-wrapper .btn,
.spotlights a,
.button,
a.green,
.heroWrapper .button,
.contactUsForm input[type="submit"],
.umbraco-forms-navigation input[type="submit"],
.btn.solid-color,
.btn-primary,
.downloads a {
    background: #f7a800;
    background: -moz-linear-gradient(left, #f7a800 0%, #ffbb2c 100%);
    background: -webkit-linear-gradient(left, #f7a800 0%, #ffbb2c 100%);
    background: linear-gradient(to right, #f7a800 0%, #ffbb2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a800', endColorstr='#ffbb2c', GradientType=1);
    min-width: 175px;
    font-weight: 600;
    font-size: 1.063rem;
    line-height: 1rem;
    border-radius: 50px;
    padding-top: 13px;
    padding-bottom: 16px;
    border: none;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -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;
}

.navbar-nav.login-button a.buttonStyle1:hover,
.navbar-nav.login-button a.buttonStyle2:hover {
    background: #f7a800;
    background: -moz-linear-gradient(left, #f7a800 0%, #ffbb2c 100%);
    background: -webkit-linear-gradient(left, #f7a800 0%, #ffbb2c 100%);
    background: linear-gradient(to right, #f7a800 0%, #ffbb2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a800', endColorstr='#ffbb2c', GradientType=1);
    box-shadow: 0 5px 15px rgba(255, 187, 44, .7);
}

.navbar-nav.login-button a.buttonStyle2 {
    padding-right: 6px;
    background: #198d45;
    background: -moz-linear-gradient(left, #198d45 0%, #22b158 100%);
    background: -webkit-linear-gradient(left, #198d45 0%, #22b158 100%);
    background: linear-gradient(to right, #198d45 0%, #22b158 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#198d45', endColorstr='#22b158', GradientType=1);

}

.navbar-nav.login-button a.buttonStyle2:hover {
    background: #198d45;
    background: -moz-linear-gradient(left, #198d45 0%, #22b158 100%);
    background: -webkit-linear-gradient(left, #198d45 0%, #22b158 100%);
    background: linear-gradient(to right, #198d45 0%, #22b158 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#198d45', endColorstr='#22b158', GradientType=1);
    box-shadow: 0 5px 15px rgba(34, 177, 88, .7);
}

.navbar-nav.main-navigation {
    padding-top: 4px;
}

.navbar-nav.login-button {
    margin: 0 5px 0;
}

.navbar-nav.login-button a.buttonStyle3 {
    width: 40px;
    min-height: 30px;
    min-width: unset;
    position: relative;
    background: none;
    border-radius: 0;
}

.navbar-nav.login-button a.buttonStyle3:after {
    content: '\f002';
    font-size: 18px;
    line-height: normal;
    font-family: "Font Awesome 6 Pro";
    right: 0;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    border: none;
    top: 0;
    color: #1d5d9f;
    left: 0;
    margin: auto;
    width: auto;
    height: 20px;
}

a.green {
    color: white;
    background: #198d45 !important;
    background: -moz-linear-gradient(left, #198d45 0%, #22b158 100%) !important;
    background: -webkit-linear-gradient(left, #198d45 0%, #22b158 100%) !important;
    background: linear-gradient(to right, #198d45 0%, #22b158 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#198d45', endColorstr='#22b158', GradientType=1) !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.5 BACK-TO-TOP BUTTON */
#BtnBackToTop {
    background-color: #cf0a2c;
}

#BtnBackToTop:after {}

#BtnBackToTop:hover {}

/* ---------------------------------------------------------------------------------------------------------------- 3.0 CONTENT */

.container.bodyStart h1 {
    font-family: 'Barlow', sans-serif;
}

.spotlights-wrapper h2::before,
h1#pageHeading::before,
.container.bodyStart h1::before {
    display: none;
}

.container.bodyStart .spotlights-wrapper h2,
h1#pageHeading {
    font-family: 'Barlow', sans-serif;
    border-bottom: 0;
    margin-bottom: 0;
    font-weight: 700 !important;
    margin-top: .5rem;
    margin-bottom: .25rem;
}

.container.bodyStart .news-top-story h2 {
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}

.container.bodyStart p {
    font-size: clamp(.625rem, .625rem + 2vw, 1rem);
}

.container.content-page li,
.container.news-page li,
.articleContainer li {}

.container.content-page.with-header,
.container.content-page,
.container.news-page,
.article {}

.container.services-page {}

/* ---------------------------------------------------------------------------------------------------------------- 3.1 IMAGES SLIDER */

.homepageSlider .NextArrow {}

.homepageSlider .NextArrow:before {}

.homepageSlider .PrevArrow {}

.homepageSlider .PrevArrow:before {}

.homepageSlider .PrevArrow:hover,
.homepageSlider .NextArrow:hover {
    /*transform: scale(1.063);
    */
}

.homepageSlider .slick-dots li button:before {}

.homepageSlider .slick-dots li.slick-active button:before {}

.info-text {}

.info {
    margin: 0 auto auto;
}

.info>div {
    border-radius: 5px;
    font-family: 'Barlow';
    border-radius: 5px;
    background: none !important;
    font-size: 18px;
    line-height: 30px;
    max-width: 600px;
    width: clamp(450px, 40%, 600px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.info>div h3 {
    font-family: 'Barlow', sans-serif;
    color: white;
    font-size: clamp(1rem, 1rem + 2vw, 2.25rem);
    font-weight: 700;
}

.info>div h3:before {
    background: #DA7070;
    display: none;
}

.centerLeft>div {}

.centerCenter>div {}

.centerRight>div {}

.sliderList {}

.sliderList li {
    color: #fff;
    font-family: "Barlow", sans-serif;
    list-style: circle inside;
}

.slidebutton {}

.slick-dots li {
    height: 20px;
    width: 40px;
    margin: 0 3px;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.homepageSlider .slick-dots li button::before,
.calcslider .slick-dots li button::before {
    color: #60d880;
    font-size: 0;
    background: white;
    margin-right: 15px;
    height: 5px;
    width: 100%;
    border-radius: 6px;
}

.Modern-sliderV2 {}

.Modern-sliderV2 .slick-slide {
    height: 75vh !important;
}

.slide-video {}

.homepageSlider .slick-dots {}

.homepageSlider .NextArrow,
.homepageSlider .PrevArrow {}

.homepageSlider .slick-dots li.slick-active button::before,
.homepageSlider .slick-dots li button::before {}

.homepageSlider img {}

.homepageSlider img.lazyloaded {}

.homepageSlider .NextArrow,
.homepageSlider .PrevArrow,
.calcslider .NextArrow,
.calcslider .PrevArrow {
    margin-top: 0;
}

.blue-teal-horizontal {
    background: #e6c587;
    /*#55c6d2*/
    background: -moz-linear-gradient(left, #e6c587 0%, #249559 100%);
    background: -webkit-linear-gradient(left, #e6c587 0%, #249559 100%);
    background: linear-gradient(to right, #e6c587 0%, #249559 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c587', endColorstr='#249559', GradientType=1);
}

.red-blue-horizontal {
    background: #df5b5b;
    background: -moz-linear-gradient(left, #df5b5b 0%, #1d5d9f 100%);
    background: -webkit-linear-gradient(left, #df5b5b 0%, #1d5d9f 100%);
    background: linear-gradient(to right, #df5b5b 0%, #1d5d9f 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df5b5b', endColorstr='#1d5d9f', GradientType=1);
}

.blue-blue-horizontal {
    background: #1D5D9F;
    background: -moz-linear-gradient(left, #1D5D9F 0%, #DC5B5C 100%);
    background: -webkit-linear-gradient(left, #1D5D9F 0%, #DC5B5C 100%);
    background: linear-gradient(to right, #1D5D9F 0%, #DC5B5C 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D5D9F', endColorstr='#DC5B5C', GradientType=1);
}


.light {
    background: #eaf0f6;
}

.splitPictureWrapper {
    /*overflow: hidden;
    border-radius: 0 0 125px 125px;*/
}

.splitPictureWrapper p {
    color: white;
    margin-bottom: 0;
    font-size: 1.063rem !important;
    font-size: clamp(.625rem, .625rem + 2vw, 1.063rem) !important;
}

.splitPictureWrapper .btn.solid-color {
    margin-top: 25px;
}

#homePageSlider .slick-dots {
    position: absolute;
    bottom: 120px;
    padding: 0 0 0 15px;
    width: 100%;
    max-width: 1380px;
    left: 0;
    margin: auto;
    right: 0;
    text-align: left;
}

.twoCurves .BannerText {
    max-width: 1364px;
    padding: 0 5px;
}

.twoCurves .BannerText h3 {
    font-size: 1rem;
    letter-spacing: .25px;
    text-transform: uppercase;
    font-weight: 400;
}

.BannerImages .col-bgr-cover-right {
    background-size: cover;
    height: 100%;
    padding: 0;
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 600px;
    max-width: 45%;
}

.umb-block-list .BannerImages .col-bgr-cover-right {
    z-index: 0;
}

.BannerImages .col-bgr-cover-left {
    min-height: 600px;
    background-position: center right;
    background-size: cover;
    max-width: 1374px;
    margin: auto;
}

.umb-block-list .BannerImages .col-bgr-cover-left {
    z-index: 2;
}

.news-header .BannerImages .col-bgr-cover-left {
    min-height: 250px;
    background-position: center right;
    background-size: contain;
}

.splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left,
.splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-right,
.splitPictureWrapper .twoCurves .BannerImages .curve,
.splitPictureWrapper .twoCurves .BannerImages .secondcurve {
    min-height: 675px;
}

.BannerImages .curve {
    width: 182px;
    right: 0;
    left: -15px;
    z-index: 3;
}

.splitPictureWrapper .BannerImages .curve {
    width: 182px;
    right: 27px;
}

.hero-banner-left .heroWrapper {
    padding-left: 9rem;
}

.hero-banner-left .heroWrapper h2,
.hero-banner-right .heroWrapper h2 {
    font-size: 2rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2rem);
    color: #1d5d9f;
    font-style: normal;
}


.calcslider.homeSliderBreakout {
    height: 675px !important;
    border-radius: 0 0 125px 125px;
    overflow: hidden;
    -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .25s both;
    animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .25s both;
}

.BannerText .heroWrapperContainer {
    max-width: 40%;
}

#breadcrumb {
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: .5rem;
}

.news-header #breadcrumb {
    margin-top: 40px;
}


#breadcrumb li {
    color: rgba(255, 255, 255, .7);
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
}

#breadcrumb a {
    color: white;
}

.heroWrapper h2,
.heroWrapperContainer h2 {
    font-size: 2.5rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2.5rem);
    font-weight: 700;
    font-style: italic;
    margin-top: 2px;
}

.heroWrapper p,
.heroWrapper ul {
    margin-bottom: 0;
}

.umb-block-list {
    position: relative;
    z-index: 1;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
    -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .25s both;
    animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .25s both;

}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bleed-up {
    margin-top: -5.5rem;
    padding-top: 10rem !important;
    padding-bottom: 15px !important;
}

.bleed-up p {}

/* ---------------------------------------------------------------------------------------------------------------- 3.2 SPOTLIGHTS */
.spotlights-wrapper {}

.spots-content .spotlights {
    display: flex;
    padding: 2.5rem 0 4rem !important;
}

.spots-content.noPadding .spotlights {
    padding: 2.5rem 0 1rem !important;
}

.spots-content.noPadding .spot-icon,
.spots-content .spot-icon {
    flex: 1 1 20%;
}

.spots-content.noPadding .spot-text.text-center,
.spots-content .spot-text.text-center {
    flex: 1 1 80%;
}

.homepage-spotlights .spotlights {
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
    border-radius: 20px;
    min-height: 405px;
    padding: 2.5rem 2.5rem 2rem !important;
    position: relative;
}

.homepage-spotlights .spotlights a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
}



.spotlights.spot3 {}

.spotlight {}

.homepage-spotlights .spotlight-box {
    padding: 0 10px !important;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.spotlights h2 {
    font-family: 'Barlow', sans-serif;
    text-transform: initial;
    color: #1d5d9f;
    font-size: 1.5rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem);
    line-height: 2rem;
    text-align: center;
    min-height: 65px;
}

.spot-icon {
    width: 76px;
    margin: auto;
}

.spots-content .spot-icon {
    width: 165px;
    margin-right: 30px;
    height: auto;
    text-align: left;
    margin-top: -15px;
}

.spotlights img {
    padding: 0;
    height: auto;
    background: #eaf0f6;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.spotlights .fa-stack {}

.spotlights p {
    margin-bottom: 1.5rem;
    text-align: center;
}

.spot-icon-bgr {}

.spot-icon-bgr::before {
    background: rgb(247, 247, 245, .8);
    border-radius: 50%;
    box-shadow: 0 0 30px #e47d51 inset;
}

.spotlights a,
.button,
.heroWrapper .button,
.contactUsForm input[type="submit"],
.umbraco-forms-navigation input[type="submit"],
.btn.solid-color,
.btn-primary,
.downloads a {
    /* min-width: 140px;
    max-width: 180px;
    font-family: 'Barlow', sans-serif;
    border-radius: 5px;
    background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
    /* EASING
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 1rem;
    border: none;
    color: white;
    text-align: center;
    width: auto !important;
    margin-top: 0;
    display: inline-block;
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);*/
}

.spotlights a,
.btn.solid-color {
    display: block;
    max-width: 140px;
    margin: auto;
}

.spotlights a:hover,
.button a:hover,
.contactUsForm input[type="submit"]:hover,
.umbraco-forms-navigation input[type="submit"]:hover {
    filter: none;
    box-shadow: 0 5px 15px rgba(255, 187, 44, .7);
}

.spots-content .spotlights a {
    margin-left: 0;
}

.spotlights::before {
    background: #cac9b5;
    opacity: .5;
}

.spotlights.spot1:before {
    display: none;
}

.spot-text.text-center {
    margin-top: 0;
}

.spots-content .spot-text.text-center h2,
.spots-content .spot-text.text-center p {
    text-align: left !important;
}

.spotlight-box::after {}

.spotlight-box:last-child::after {
    display: none;
}

.homepage-spotlights {
    margin-top: -9.5rem !important;
    padding-top: 9rem;
    background: white;
    border-radius: 125px 125px 0 0;
}

.homepage-spotlights h2:not(.spotlights-wrapper h2) {
    text-align: center;
    color: #1d5d9f;
    font-size: 2.063rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2.063rem);
    margin-bottom: 0;
}

.homepage-spotlights p:not(.spotlights-wrapper p) {
    text-align: center;
    color: #1d5d9f;
    margin-bottom: 2.5rem;
}

.homepage-spotlights .row {
    max-width: 1400px;
    margin: auto;
}
.spotlight-box {
    background-color: unset !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.3 FANCY NUMBERED LIST */
.TopFeatures a,
.TopFeatures a:hover {
    background: #eef0f5;
    /*float: left;
    clear: both;
    */
    color: #35455f;
}

.TopFeatures a:hover .features-icon {
    background: #60d880;
}

.TopFeatures a:hover .features-icon:after {
    border-bottom: 10px solid #60d880;
    border-right: 5px solid #eef0f5;
    border-top: 10px solid #60d880;
}

.features-icon {
    background: #c9ced7;
    color: white;
    font-family: "Oswald", sans-serif;
}

.features-icon:after {
    border-bottom: 10px solid #c9ced7;
    border-right: 5px solid #eef0f5;
    border-top: 10px solid #c9ced7;
}

.features-main {}

.features-sub {}

/* ---------------------------------------------------------------------------------------------------------------- 3.4 NEWS SECTION */

.container.news-page {}

#featured {
    border-radius: 5px 0 0 5px;
}

.newsboxes div:nth-child(2) .rounded-0 {
    border-radius: 0 5px 0 0 !important;
}

.newsboxes div:nth-child(4) .rounded-0 {
    border-radius: 0 0 5px 0 !important;
}

.news-cat {
    top: 10px;
    left: 10px;
    border-radius: 25px;
}

.news-meta {}

.category {}

h2.post-title {
    font-family: 'Barlow', sans-serif;
}

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: 5px !important;
}

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 {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(29, 93, 159, .2);
}

.news-item p {
    min-height: 70px;
}

.news-item p,
.news-item p:hover,
.news-item p:focus,
.news-item p:active:focus {
    color: #445356;
}

.news-item a {
    color: #445356;
}

.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: none;
    width: 33px;
    height: 33px;
    background: rgba(29, 93, 159, .1);
}

.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: #198d45;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    line-height: 33px;
}

.testimonals .btn-primary,
.testimonals .btn-primary:hover,
.testimonals .btn-primary:active,
.testimonals .btn-primary:focus,
.testimonals .btn-primary:not(:disabled):not(.disabled).active,
.testimonals .btn-primary:not(:disabled):not(.disabled):active,
.testimonals .show>.btn-primary.dropdown-toggle,
.news-item .btn-primary,
.news-item .btn-primary:hover,
.news-item .btn-primary:active,
.news-item .btn-primary:focus,
.news-item .btn-primary:not(:disabled):not(.disabled).active,
.news-item .btn-primary:not(:disabled):not(.disabled):active,
.news-item .show>.btn-primary.dropdown-toggle,
#NewsArticle .btn-primary,
#NewsArticle .btn-primary:hover,
#NewsArticle .btn-primary:active,
#NewsArticle .btn-primary:focus,
#NewsArticle .btn-primary:not(:disabled):not(.disabled).active,
#NewsArticle .btn-primary:not(:disabled):not(.disabled):active,
#NewsArticle .show>.btn-primary.dropdown-toggle {
    color: #198d45 !important;
    min-width: 110px !important;
    max-width: 110px !important;
    margin: 10px 0;
    font-weight: 600;
    text-shadow: none;
    box-shadow: none !important;
}

.testimonals .btn-primary::after,
.news-item .btn-primary::after,
#NewsArticle .btn-primary::after {
    background: none;
    color: #198D45;
    top: 3px;
}


.homepage-news .news-sidebar {
    margin-top: -15px;
}


/* ---------------------------------------------------------------------------------------------------------------- 3.4.1 NEWS ARTICLES SCROLL WIDGET */
.cardbox-wrapper {
    border: 1px solid #dfdfdf;
    background: #eaf0f6;
}

.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 */


/* ---------------------------------------------------------------------------------------------------------------- 3.4.3 NEWS ARTICLE PAGE */
#NewsArticle {
    box-shadow: 0 0 15px rgba(29, 93, 159, .2);
    border-radius: 20px;
    overflow: hidden;
}

.article .container {
    border-radius: 10px;
}

.article {}

.news-page h1 {
    font-family: "Barlow", sans-serif;
}

.text-article {}

.text-article a.backNews {}

.latest-news {}


#articleDetailsMasonryBottom {
    border-top: 1px solid #caced5;
    color: #35455f;
    font-family: 'Lato';
}

.art-img {}

.art-img img {}

.art-img .art-title {
    background: rgba(88, 157, 191, .93);
    border-radius: 0 5px 0 5px;
}

.art-img.noImage .art-title {}

.art-title h1 {
    font-size: 34px;
    font-size: clamp(1.875rem, 1.5rem + 2vw, 2.125rem);
}

.art-text {}

.articleContainer {}

.article {}

.text-detail {}

.newsboxes h2 {}

.newsboxes h2:before {}

.author {}

/* ---------------------------------------------------------------------------------------------------------------- 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 {
    margin-bottom: 28px;
}

#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 {
    color: #445356;
}

.newsFiltersbar.container {
    max-width: 100% !important;
    padding: 2.5rem 0 0;
    box-shadow: none;
}

.newsFiltersHeading h3 {
    font-size: 1.063rem;
    font-weight: 600;
    color: #445356;
}

.newsFiltersSelect .quick-select-dropdown {
    background: #eaf0f6;
    border-radius: 25px;
}

.newsFiltersSelect .bootstrap-select .dropdown-menu {
    border-radius: 20px;
    margin-top: 10px;
}

.newsFiltersSelect .bootstrap-select .dropdown-menu.inner a {
    background: #eaf0f6;
    color: #1d5d9f;
    font-weight: 400;
}

.newsFiltersSelect .bootstrap-select .dropdown-menu.inner a:before {
    display: none;
}

.NewsGlobalCTA.hero-banner-right {
    max-width: 1750px;
    margin: 3rem auto 6rem;
    border-radius: 20px;
    overflow: hidden;
}

.NewsGlobalCTA.hero-banner-right .heroWrapper {
    color: #1d5d9f;
}

.NewsGlobalCTA.hero-banner-right .heroWrapper h3 {
    line-height: 1.4;
}

.NewsGlobalCTA.hero-banner-right .heroWrapper h5 {
    font-size: 1rem;
    letter-spacing: .25px;
    text-transform: uppercase;
    font-weight: 400;
}

.NewsGlobalCTA.imageRight .card>.row {
    min-height: 450px;
}

.card-desc h3,
h2.articleTitle {
    color: #1d5d9f;
}


.articleType2 .breadcrumb {
    margin-top: -3rem !important;
}

.articleType2 {
    background: #eaf0f6;
    background: -moz-linear-gradient(top, #eaf0f6 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #eaf0f6 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #eaf0f6 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf0f6', endColorstr='#ffffff', GradientType=0);
}

.articleType2>.container {
    max-width: 1200px !important;
    background: none;
    margin-bottom: 2rem;
}

.articleType2.articleDate {
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
    top: 0;
    background: transparent;
    opacity: .7;
    color: #445356;
}

.articleType2 h1 {
    color: #1d5d9f;
}

.articleType2 #breadcrumb {
    padding-bottom: 1.5rem;
}

.articleType2 #breadcrumb a {
    color: #445356;
}

.articleType2 #breadcrumb li {
    color: rgba(68, 83, 86, .6);
}

.newsFiltersbar .row {
    justify-content: flex-end;
}

.newsFiltersHeading {
    margin-right: 30px;
}

.page-header-light #breadcrumb li:not(li:last-child),
.header-contact #breadcrumb li:not(li:last-child),
.ArticleType2 li:not(li:last-child) {
    opacity: 1;
}

.text-articleType2 ol>li::before {
    display: none;
}

.text-articleType2 ol {
    padding-left: 2rem;
    list-style: decimal;
    counter-reset: revert;
}

.text-articleType2 ol>li {
    list-style-position: outside;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.5 COUNTERS */
.banner {
    border-bottom: 0;
}

.downpointer {
    display: none;
}

.banner-wrap::after {
    display: none;
}

.banner .counter {}

.banner .currency {}

.banner-subtitem {}

.banner .banner-content {
    background-color: transparent !important;
    padding: 40px 0 25px;
}

.banner .banner-icon {
    border-radius: 10px 10px 0 0;
}

.banner-icon .icon-wrap {}

.banner .banner-icon .icon-wrap {
    bottom: 95px;
    background: #eaf0f6;
}

.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: "Barlow", sans-serif;
}

a h2.articleTitle {
    font-family: 'Playfair Display', serif;
}

.col-bgr-cover {}

.halfleft.col-bgr-cover:before,
.halfright.col-bgr-cover:before {}

.halfright.col-bgr-cover:before {
    left: 0;
    right: auto;
}

.container.content-page {
    /* margin-top: 40px;
    padding: 0;
    */
    margin-top: -2rem !important;
    background: none;
    max-width: 1370px !important;
    border-radius: 5px;
    padding: 40px 0;
}

.container.content-page-inner {}

.container.news-page {}

.container.services-page {}

.container.content-page h1 {}

/* ---------------------------------------------------------------------------------------------------------------- 4.1 CONTENT PAGES HEADER */

.spHeader {
    height: 0;
}

.spWithImageHeadingText h2,
.twoCurves .BannerText h2 {
    font-weight: 700;
    font-size: 2.5rem;
    font-size: clamp(1.75rem, 1rem + 2vw, 2.5rem);
    font-style: italic;
}

.spWithImageHeadingText h3 {
    font-size: 1.063rem;
    font-size: clamp(.75rem, .5rem + 2vw, 1.063rem);
    line-height: 1.5rem;
}

.spWithImageHeadingText .button {
    margin-top: 10px !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.2 SIDEBAR */

.news-sidebar {
    margin-bottom: 4.5rem;
}

.Related-articles .news-sidebar {
    padding-bottom: 0;
    padding-top: 30px;
}

#submenu {
    margin-top: 28px;
}

#submenu h2,
.news-sidebar h2 {
    color: #063c59;
    font-family: "Barlow", sans-serif;
}

#submenu ul {
    border-top: 1px solid #eaf0f6;
}

#submenu li {}

#submenu a {
    font-family: 'Barlow', sans-serif;
    border-bottom: 1px solid #eaf0f6;
    font-weight: 700;
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
}

#submenu a:before {
    display: none !important;
}

#submenu a:hover {
    background-color: #eaf0f6;
}

#submenu li.active a {
    color: #213b4a;
    background-color: #eaf0f6;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.3 SIDEBAR - NEWS SLIDER */

.TestimonialSlider,
.TestimonialSlider .col-md-12.slick-slide {}

.TestimonialSlider h2:not(.articleTitle) {}

.slick-initialized .slick-slide {}

.NewsWidgetslider .PrevArrow,
.NewsWidgetslider .NextArrow {
    color: #063c59;
}

.NewsWidgetslider .PrevArrow:hover,
.NewsWidgetslider .NextArrow:hover,
.globalAddressSlider .PrevArrow:hover,
.globalAddressSlider .NextArrow:hover,
.NewsWidgetslider .PrevArrow:hover,
.NewsWidgetslider .NextArrow:hover {
    color: #e47d51
}

.NewsWidgetslider .PrevArrow,
.NewsWidgetslider .NextArrow {
    background: #eaf0f6;
    border: none;
}

.NewsWidgetslider .PrevArrow:hover,
.NewsWidgetslider .NextArrow:hover {
    background: #ccffe0;
}

#NewsArticles {}

#articleDate {}

a h2.articleTitle {
    font-family: 'Barlow', sans-serif;
    color: #1d5d9f !important;
}

.articleType2 figure img {
    border-radius: 20px;
}

a h2.articleTitle:first-letter {}

.slick-initialized .slick-slide {}

.is-cover.detailedImageContainer img {
    max-height: 170px;
    min-height: 170px;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.4 CONTACT US PAGE */

.contactUsbackground-image {
    height: 100%;
    background-size: cover;
}

.contact_img {}

.contactUsBackground {
    border-radius: 20px;
    margin-bottom: 4rem !important;
}

.contact-img {}

.umbraco-form-block {
    border-radius: 0 20px 20px 0;
}

.umbraco-form-block>div {}

.globalAddress a {}

.adressContact {}

.address-labelopeninghours {}

.globalAddress {}

.globalAddressWrapper {}

.globalAddressWrapper h3 {}

.globaladdress-label {}

.globaladdress-labelday {}

.globaladdressLine {}


.contactUsbackground-image {}

.contactUsBackground .col-md-6 {}

.contactUsBackground>.container {}

.contactUsFormWrapper {}

.address-line.geolocation {}

.globalAddressWrapper .container {}

#Col1,
#Col2,
#Col3 {}

.globalAddressWrapper h3,
.contactUsFormH3 {
    color: #1d5d9f;
}

/* ---------------------------------------------------------------------------------------------------------------- 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: #dfdfdf;
    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: #1d5d9f;
}

#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: 20px;
    margin: 0;
}

.services-page .col-sm-4 {
    max-width: 100%;
}

#servicesItem {
    border-radius: 10px;
    padding: 0;
    background: #eaf0f6;
    -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: 1px 0 20px rgba(24, 106, 165, .2);
    transform: scale(1.05);
    z-index: 2;
    background: #fff;
}

.servicesPadding {
    display: flex;
    text-align: left;
    color: #445356;
    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: 0 10px;
}

.services-listing .card-text p {
    min-height: 150px;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.7 TEAM MASONRY */

.stamp {}

.staff-wrapper {
    background: #d2d2d2;
}

.staff-wrapper:hover {}

.staff-details {
    background: #35455f;
}

.staff-details:before {
    background: #35455f;
}

.staff-details,
.staff-details::before {
    background: #b9b9b9;
}

.staff-details h4 {
    font-size: 1rem;
    font-family: 'Barlow';
    text-transform: capitalize;
    margin-top: 19px;
}

.staff-details p {}

.staff-wrapper .img-fluid {}

.staff-wrapper:hover .img-fluid {}

.staff-wrapper:hover .staff-details,
.staff-wrapper:hover .staff-details::before {
    background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%, #e45f58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47d51', endColorstr='#e45f58', GradientType=1);
}

div#ourStaff {}

#staffMember {
    /*max-width: 244px;*/
}

/* ---------------------------------------------------------------------------------------------------------------- 4.8 TESTIMONIALS */

.bodyStart #Testimonials .container {
    background-color: #eef0f5;
}

.content-page #Testimonials .container {
    background-color: #eaf0f6;
}

.container.bodyStart .TestimonialText {}

.SliderInner .TestimonialSlider .slick-slide {}

.FullSlider .TestimonialSlider .slick-slide {}

.TestimonialText {}

.testimonial-img {}

#Testimonials .img-fluid {}

.content-page #Testimonials .slider .container .TestimonialText {
    color: #4997be;
}

.align-to-right.TestimonialLink {}

.content.SliderInner .align-to-right.TestimonialLink {}

.TestimonialAuthor,
.TestimonialRole,
.TestimonialCompany {
    font-family: 'Barlow', sans-serif;
}

#Testimonials .content.SliderInner .container {
    border-left: 5px solid #4997be;
    background-color: #eaf0f6;
}

#Testimonials .content.FullSlider .container {
    border-left: 5px solid #4997be;
}

.Testimonial {
    font-family: 'Barlow', sans-serif;
    color: #4997be;
}

/* testimonial half */

.testimonials .container {
    max-width: 100% !important;
    padding: 0;
}

.testimonials .row {
    margin-left: 0;
    margin-right: 0;
}

.testimonals .curve {
    min-height: 450px;
}

.testimonals .BannerImages .curve {
    width: 154px;
}

.testimonals .col-bgr-cover-right,
.testimonals .col-bgr-cover-left {
    min-height: 450px;
    max-width: 50%;
}

.testimonals .BannerText {
    max-width: 1350px;
}

.testimonalInnerWrapper a {
    display: block !important;
    margin-top: 20px !important;
}

.testimonals .TestimonialCardHeading h2 {
    color: #8766ac;
    font-size: 1.063rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.9 CARDS */
.card {
    background: #eaf0f6;
}


.card-body {}

.card-top .card-body {}

.card-left img,
.card-right img {}

.card-background .card-img-overlay {
    background: rgba(73, 151, 190, .7);
    color: white;
}

.card-background .card-img-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: auto;
    border: 1px solid rgba(255, 255, 255, .3);
    display: none;
}

.card-background .card {}

.card-text-wrapper {}

.card-background img {}

.card-left img,
.card-right img {}

.card-title {
    font-size: 1.25rem !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.10 FAQ FLIP CARDS */

.jag-faq-theme9 .jag-flip-faq-wraper .front,
.jag-faq-theme9 .jag-flip-faq-wraper .back {
    border-radius: 5px !important;
}

.jag-faq-theme9 .jag-flip-faq-wraper .back {
    background: #cac9b5;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.11 DONUT CHART */

.circular-chart {}

.linkfeat {}

/* ---------------------------------------------------------------------------------------------------------------- 4.12 ANIMATED CHARTS */

.donutChart {}

.greyGradient h2 {}

.greyGradient h3 {}

.circular-chart {}

/* ---------------------------------------------------------------------------------------------------------------- 4.13 IMAGE GALLERY */

.gallery {}

.container {}

#gallerythumbnail,
#galleryPreview {}

.col-md-6 .gallery-item .container:hover .overlay,
.col-md-6 .gallery-item:hover .overlay {
    background: rgba(228, 130, 80, .9);
}

.col-md-6 .gallery-item:hover .overlay {}

.col-md-6 .gallery-item .container:hover #gallerythumbnail,
.col-md-6 .gallery-item:hover #galleryPreview {}

.gallery-item .container {}

.gallery-item .icon {}

.gallery-item:hover .icon {}

/* ---------------------------------------------------------------------------------------------------------------- 4.14 GOOGLE MAPS */

#map {
    border-radius: 10px;
}

div#containerDirections {
    background: #063c59;
}

#directionsButton span.btn {
    font-family: 'Barlow', sans-serif;
}

.google-map {
    padding: 0 15px;
}

.googleMapsInfoWindow {
    font-family: "Barlow", 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: #f7a800;
}

#toprow a:hover {
    color: #e39b00;
}

#toprow .container {
    padding-left: 15px !important;
    padding-right: 15px !important;

}

#toprow .col-md-7,
#toprow .col-md-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#toprow .col-md-4 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

#toprow .col-md-8 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 505%;
}

#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,
#directionsButton span.btn:hover {
    background: #f7a800;
    background: -moz-linear-gradient(left, #f7a800 0%, #ffbb2c 100%);
    background: -webkit-linear-gradient(left, #f7a800 0%, #ffbb2c 100%);
    background: linear-gradient(to right, #f7a800 0%, #ffbb2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a800', endColorstr='#ffbb2c', GradientType=1);
    min-width: 175px;
    font-weight: 600;
    font-size: 1.063rem;
    line-height: 1rem;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -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;
    text-transform: none;
    letter-spacing: 0;
}

i.fas.fa-directions {
    vertical-align: text-top;
}

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 {
    border-radius: 20px;
    margin-bottom: 5rem;
}

.info>div.mapLegend {
    color: white !important;
    background: #1d5d9f;
    padding: 5px 10px !important;
    font-size: .875rem;
    max-width: 165px;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 30px;
    width: 100%;
}

/* ---------------------------------------------------------------------------------------------------------------- 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 {
    margin-top: 0;
}

.search-panel {
    background: rgb(207, 10, 44);
    border-radius: 100px;
    margin-bottom: 3rem;
}

.searchresults p {}

.searchresults ul {}

.searchresults li {
    border-top: 1px solid #e3e6ea;
}

.searchresults li h3 {}

.searchresults li p {}

.search-panel .form-control {
    color: #1d5d9f;
    background: white;
    position: relative;
    top: -5px;
    border-radius: 50px;
    height: 55px;
    padding: .375rem 30px;
    font-size: 1.25rem;
}

.search-panel .form-control:focus {
    background-color: #fff;
    border-color: #1d5d9f;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.search-icon {
    color: #1d5d9f;
}

.search-icon::after,
.search-icon::before {}

.search-icon:before {}

.search-panel .btn {
    left: -57px;
    top: 49px;
    background: none !important;
    box-shadow: none !important;
}

.search-panel .btn:focus {}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {}

.searchresults {}

/* ---------------------------------------------------------------------------------------------------------------- 4.17 ACCORDION HELP FAQ */

.panel.jag-faq-wrapper {
    border-left: none;
    box-shadow: 1px 0 10px rgba(24, 106, 165, .2);
    background: white;
    border-radius: 40px;
}

.panel.jag-faq-wrapper:hover {}

.jag-faq-title {}

.jag-faq-title:hover {}

.panel.jag-faq-wrapper .panel-body {}

.jag-faq-icon-2.fa {}

.jag-faq-icon-2.fa::before {
    color: #e47d51;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.18 UMBRACO FORMS */

.umbraco-forms-container label {
    font-size: .75rem;
    margin-left: 2px;
}

#contactUsForm label,
.contactUsForm label {
    font-weight: 300 !important;
    margin-top: 8px;
}

.umbraco-forms-container input[type="text"],
.umbraco-forms-container select,
.umbraco-forms-container textarea {
    color: #435972;
    background-color: #ffffff;
    height: 42px;
    border: 1px solid transparent;
}

.umbraco-forms-container textarea {
    height: 100%;
}

option {}

.umbraco-forms-container select:active,
.umbraco-forms-container select:focus,
.form-control:focus {
    color: #445356;
    background-color: #fff;
    border-color: #1d5d9f;
}

.form-control {}

.form-control label {}

.umbraco-forms-container label.sr-only {}

.declaration>label,
.checkbox>label,
.captcha1 label {}

.dataconsent label {}

.dataconsent>label {}

select {}

select::-ms-expand {}

.datepickerfield {}

textarea {
    /*padding: 5px !important;
    background: #e47d51 !important;
    border-bottom: none !important;
    */
}

fieldset {}

.fileupload input {
    background: rgba(228, 130, 80, .2);
    color: #e47d51;
}

.password input {
    border-radius: 0;
    color: #1a2939;
    background: rgba(228, 130, 80, .2);
}

.checkboxlist {}

.checkboxlist input {}

.checkboxlist label,
.form-control label {}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    color: #435972;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
.bootstrap-select>.dropdown-toggle {
    color: #1d5d9f;
    background-color: #eaf0f6 !important;
    outline: none !important;
    padding: 14px 14px 12px;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 50px;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    padding: 14px 14px 12px;
    outline: none !important;
}

placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
.bootstrap-select>.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none;
    margin-top: 0;
    outline-offset: -1px;
    padding: 14px 20px 12px;
    color: #1d5d9f;
    line-height: 1.588rem;
    z-index: 2;
    color: #1d5d9f !important;
    line-height: 1.588rem;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {}

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: #1d5d9f;
    background: #eaf0f6;*/
}

.dropdown-item:last-child:focus,
.dropdown-item:last-child:hover {
    /*background: #1d5d9f;
    color: #1d5d9f;
background: #eaf0f6;*/
}

.bootstrap-select .dropdown-menu li {
    color: #1d5d9f;
}

.bootstrap-select>.dropdown-toggle:after {
    color: #198d45;
    font-size: 21px;
    font-weight: 500;
    right: 1.5rem;
}

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 {
    color: #445356;
    background-color: #fff;
    border-color: #1d5d9f;
}

.umbraco-forms-container div.form-group.umbraco-forms-field.comment.longanswer.mandatory>label {}

.dataconsent .umbraco-forms-field-wrapper {
    padding: 0px 0 5px;
}

.titleanddescription .form-control {
    border: 0;
    font-weight: 300;
    padding: 0;
}

.grecaptcha-badge {
    bottom: 100px !important;
}

.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;
    border: none;
}

.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: -46px -7px -7px;
    padding: 7px;
}

.row.dob .col-3 {
    padding: 0;
}

.row.dob .col-6 {
    padding: 0 7px;
}

.umbraco-form.landingPageBreakout>.row {
    max-width: 980px;
    padding: 0 0 5rem;
}

.form-page h2 {
    color: #1d5d9f;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.19 DOWNLOAD LINK */
.download a {
    border: 1px solid #e1e4e8;
}

.download a::after {}

.download .fa-stack-2x {}

.download a:hover {
    border-color: #f99765;
}

.fa-file-download::before {}

/* ---------------------------------------------------------------------------------------------------------------- 4.20 RELATED ARTICLES */

.Related-articles h2:not(.post-title, .articleTitle) {
    padding: 0 20px 0 0px !important;
    border-bottom: 0;
}

.Related-articles #NewsDetailsMasonryBottom {}

.Related-articles .slick-track {}

.Related-articles .slick-slide {}

/* ---------------------------------------------------------------------------------------------------------------- 4.21 FIXED/STICKY SOCIAL MEDIA BAR */

.icon-bar {}

.icon-bar a {}

.icon-bar a:hover {
    background-color: #e47d51;
}

.facebook {}

.twitter {}

.google {}

.linkedin {}

.instagram {}

.youtube {}

/* ---------------------------------------------------------------------------------------------------------------- 4.22 STRIPED LIST */

ul.stripedList.TwoColumn {
    padding: 0 0 0 40px;
    margin-bottom: 0;
    column-gap: 2.5%;
}

ul.stripedList.TwoColumn li {
    padding: 1rem 1rem 1rem 0;
    font-size: 1.063rem;
    position: relative;
    font-weight: 600;
    line-height: 32px;
    background: #eaf0f6;
    margin: 1rem 0 .5rem;
    width: 48.75%;
    color: #1d5d9f;
}

ul.stripedList.TwoColumn li:last-child::after {
    display: none;
}

ul.stripedList.TwoColumn li:nth-child(2n+1) {}

ul.stripedList.TwoColumn li span {
    font-size: 1.75rem !important;
    margin-right: 10px;
    margin-top: 4px;
    margin-left: 15px;
}

ul.stripedList.TwoColumn li .fa-inverse {
    color: #1d5d9f;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.23 ANNOUNCEMENTS */

.row.announcementRow {}

.announcement-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    background: #ffffff;
}

.announcements {
    background: white;
    z-index: 1;
    position: relative;
    border-radius: 80px;
    margin-top: -4rem;
    width: 100%;
    padding: .5rem;
}

.announcements .row {}

.announcements .announcementItem {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.announcementItem .row {
    display: flex;
    flex-direction: row;
    min-height: auto;
    border-radius: 50px;
    margin: 7px;
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
    padding: 9px;
    -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;
}

.announcementItem .row:hover {
    box-shadow: 0 0 30px rgba(29, 93, 159, .4);
}

.item_1 a,
.item_2 a,
.item_3 a {}

.item_4 a,
.item_5 a,
.item_6 a {}

.announcementItem .row .fa-stack {}

.announcementItem.item_1,
.announcementItem.item_2,
.announcementItem.item_3,
.announcementItem.item_4 {
    padding: 0;
}

.item_1 a,
.item_2 a,
.item_3 a,
.item_4 a,
.item_5 a,
.item_6 a {
    width: 100%;
    display: block;
}

.announcementItem .row .fa-stack.fa-3x::after {
    display: none;
}

.announcementHeading {
    margin: auto 0;
}

.announcementRow h3 {
    padding: 0;
    height: auto;
    color: #1d5d9f;
    font-size: 1.5rem;
}

.announcementItem .row:hover h3 {
    color: #198d45;
}

.announcement-image {
    margin: auto 1.5rem auto auto;
    max-width: 76px;
}

.announcement-image img {
    background: #eaf0f6;
    border-radius: 50%;
    -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;
}

.announcementItem .row:hover .announcement-image img {
    background: #ccffe0;
    border-radius: 50%;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.24 LARGE LOAN CALCULATOR */


.CalculatorLargeWrapper {
    background: #063c59;
    max-width: 1368px;
    margin: auto;
}

.calcResultWrapper p,
.calcInputsInfo,
.RepaymentsHeadingSub {
    font-size: 20px !important;
}

.CalculatorLargeWrapper .btn.dropdown-toggle.btn-light,
.CalculatorLargeWrapper .btn-light:not(:disabled):not(.disabled).active,
.CalculatorLargeWrapper .btn-light:not(:disabled):not(.disabled):active,
.CalculatorLargeWrapper .bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.CalculatorLargeWrapper .bootstrap-select .dropdown-toggle:focus {
    margin-top: -1px;
}

.CalculatorLargeWrapper .filter-option-inner-inner {
    color: #f59141;
}


.CalculatorLargeWrapper .bootstrap-select .dropdown-menu {}

.CalculatorLargeWrapper .bootstrap-select .dropdown-menu li {
    color: #e5b53a;
}

.CalculatorLargeWrapper .dropdown-item {
    color: #2c68b1;
}


.dropdown-item.active,
.dropdown-item.active:hover,
.dropdown-item:active,
.dropdown-item:active:hover {}

.loanParagraph {}

.calcAprWrapper {}

.calcsmallheading {}

.RepaymentsHeadingSub {}


.increment,
.decrement,
.incrementTerm,
.decrementTerm,
.calcSmallButton {
    background: #034a76;
}

.increment i,
.incrementTerm i,
.decrement i,
.decrementTerm i {}


.calcButtonsWrapper .button {}


.form-horizontal {}

.form-horizontal>.row {}

.calcResultWrapper,
.ui-slider-horizontal {
    background: #4997be;
}

.calcResultWrapper {
    padding: 3.5rem 1.5rem;
}

.calcButtonsWrapper {}

.termsAndConditions {
    padding-right: 1rem;
}

.termsAndConditions::before {}


.calcResultWrapper::before,
.calcAprWrapper::before {
    background: #4997be;
}

.calcResultWrapper::after,
.calcAprWrapper::after,
.CalculatorLargeDropDown::after,
.CalculatorLargeDropDown .btn>div::after {
    background: #063c59;
}

.CalculatorLargeDropDown::before,
.CalculatorLargeDropDown .btn>div::before {
    background: #fff;
}

.CalculatorLargeDropDown::before,
.CalculatorLargeDropDown::after {
    top: -1px;
}


.calcHeading {}

.calcResultsInfo {}

.ui-slider-horizontal {}

.ui-slider-horizontal .ui-slider-handle {
    background: #f59141;
}

.ui-slider-horizontal.green .ui-slider-handle {
    background: #afe32c;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    background: #f56b41;
    background: -moz-linear-gradient(left, #f56b41 0%, #f59141 100%);
    background: -webkit-linear-gradient(left, #f56b41 0%, #f59141 100%);
    background: linear-gradient(to right, #f56b41 0%, #f59141 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56b41', endColorstr='#f59141', GradientType=1);
}


.calcInputsInfo {}

/* ---------------------------------------------------------------------------------------------------------------- 4.26 INPUT LOAN CALCULATOR */




.CalculatorInputWrapper {
    max-width: 950px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
}

.loan-calculator-wrapper h2,
.loan-calculator-wrapper-content h2 {
    text-align: center;
    color: white;
    font-size: 2.063rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2.063rem);
    margin-bottom: 0;
}

.loan-calculator-wrapper-content h2,
.loan-calculator-wrapper-content p:not(.calcInputTermsAndConditions) {
    color: #1d5d9f;
    text-align: center;
    margin-bottom: 10px;
}

.loan-calculator-wrapper-content p:not(.calcInputTermsAndConditions) {
    margin-bottom: 2.5rem;
}

.loan-calculator-wrapper p:not(.calcInputTermsAndConditions) {
    text-align: center;
    color: white;
    margin-bottom: 2.5rem;
}

.loan-calculator-wrapper-content {
    padding: 4rem 0 2rem;
}

.CalculatorInputWrapper .number-input {}

.CalculatorInputWrapper .number-input input[type="number"] {}

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 {}

.calc-left-group .bootstrap-select>.dropdown-toggle::after {
    right: 2.25rem;
}

.calc-left-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-weight: 600;
    font-size: 1.125rem;
}

.calc-left-group .dropdown-menu {
    border: none;
    background: #eaf0f6;
    padding-top: 23px;
    margin-top: -21px;
    border-radius: 0 0 25px 25px;
    z-index: 1;
    max-height: 350px !important;
    overflow-y: scroll !important;
}

.calc-left-group .dropdown-menu li a {
    color: #1d5d9f;
    font-size: .938rem;
    padding: 14px 20px;
    background: #eaf0f6;
}

.calc-left-group .dropdown-menu li a:before {
    display: none;
}

.calc-left-group .dropdown-menu li a:hover {
    background: rgba(0, 0, 0, .02);
}

.number-input {}

.number-input,
.number-input * {}

.number-input button {
    background-color: #eaf0f6 !important;
    box-shadow: none;
}

.number-input button:hover {
    background-color: #ccffe0 !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;
    background: #eaf0f6;
    text-align: left;
    color: #1d5d9f;
    font-size: 1.125rem;
    padding-left: 40px;
}

.calcInputWrapper {
    border-radius: 50px;
    overflow: hidden;
}

.calcInputWrapper img {}

.form-group,
.number-input,
.amount-input-group,
.term-input-group {}

.form-group {
    margin-bottom: .75rem;
}

#CalculatorInputWrapper label,
.RepaymentsLabel {
    font-size: 1.063rem;
}

.MaxAmounts {
    font-size: .875rem;
    font-weight: 500;
    margin-top: 1.5rem;
    padding-left: 15px;
    margin-bottom: 0;
}

.calctooltip {}

.calctooltip i::before {
    color: #198d45;
}

.MaxAmounts {}

.maxSetting {
    color: #f7a800;
}

.thin-text {
    margin-left: 5px;
}

.amount-input-group {}

#RequiredLoanAmt,
RequiredTerm {}

#RequiredLoanAmt:focus,
#RequiredTerm:focus {}

.txtWithImageCurrency::before {}

#RequiredTermInMonthsYears {
    font-weight: 500;
}

.number-input {}

.RepaymentsLabel {}

.calcInputTermsAndConditions {
    border: none;
}

.panel.with-nav-tabs.panel-default.col-12.noPadding {
    background: #1d5d9f;
    border-radius: 20px;
    overflow: hidden;
}

.flex-row-container {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.flex-row-container>.flex-row-item {}

.flex-row-item {
    background: #eaf0f6;
}

.calcInputTab {
    color: #1d5d9f !important;
    padding: .8rem 0;
    font-weight: 500;
}

.calc-right-group>.container {}

.calc-right-group .nav-tabs li.active {
    background: #1d5d9f;
}

.calc-right-group .nav-tabs li.active a {
    color: white !important;
}

.calc-right-group .nav-tabs {}

.calc-right-group .panel.with-nav-tabs .panel-heading {}

.RepaymentNumber {}

.currencySymbolMain {}

.mainRepayment {}

.calcNumbers {}

.calcInput-subHeading {}

.subHeadingText {}

.calcNumbers .col-4 {}

.calcNumbers .col-4::after {}

.calcNumbers .col-4:last-child::after {}

.calc-button-wrapper {
    padding: 10px 0;
}

.calc-button-wrapper .btn {}

.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: #198d45;
    top: -4.5rem;
}

/* show the tooltip text when you mouse over the tooltip container */

.calctooltip:hover .calctooltiptext {}

/* Inout Calculator Small */

.loan-calculator-wrapper.small-calc .form-group label {
    margin-top: 7px;
}

.loan-calculator-wrapper.small-calc #selectedLoan {
    padding: 14px 12px;
    background: #d9ebf4;
    font-weight: 700;
    color: #1d5d9f;
}

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);
    font-size: 15px;
    color: #198d45;
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
    content: '\f067';
}

.number-input input[type=number] {
    /*max-width: 5rem;*/
    padding: 26px .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}

.currencySymbolInput {
    color: #7298bb;
    position: absolute;
    font-size: 1.625rem;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    left: 19px;
    line-height: 1.938em;
    font-weight: 700;
}

.calcInputWrapper img {
    display: none;
}

#RequiredTerm {
    background: #eaf0f6 url('/content/images/affinity/term.svg') no-repeat left 10px center;
}
.calcNumbers .col-4 {
	margin: 0 !important;
	padding: 5px 15px;
	
}
    .calcNumbers .col-4:nth-child(1)::after, .calcNumbers .col-4:nth-child(3)::after {
		display: block !important;
        content: '';
        position: absolute;
        right: 0;
        top: 10%;
        bottom: unset;
        margin: auto;
        width: 1px;
        height: 80%;
        background: rgba(255, 255, 255, .3);
    }
    .calcNumbers .col-4:nth-child(3)::before, .calcNumbers .col-4:nth-child(4)::before {
		display: block !important;
        content: '';
        position: absolute;
        right: 10%;
        top: 0;
        margin: auto;
        width: 80%;
        height: 1px;
        background: rgba(255, 255, 255, .3);
    }
/* ---------------------------------------------------------------------------------------------------------------- 4.25 SMALL LOAN CALCULATOR */


#CalculatorSmallWrapper {
    background: #063c59;
}

.calcSmallAprWrapper {}

.calcSmallLoanName>div,
.calcSmallLoanApr>div {}

.calcSmallLoanName,
.calcSmallLoanApr {
    background: #4997be;
}

.calcSmallLoanApr {}

.calcSmallResults {}

.calcSmallButton .button {
    display: block;
}

.form-horizontal>div>div {}

.increment,
.decrement,
.incrementTerm,
.decrementTerm,
.calcSmallButton {
    background: #253d48;
}

.increment i,
.incrementTerm i,
.decrement i,
.decrementTerm i {}

.calcSmallButton {}

.calcSmallResults,
.calcSmallButtonWrapper {
    background: #4997be;
}


.calcHeading {}

.calcResultsInfo {}




.ui-slider {}

.ui-slider-horizontal {
    background: #acacae;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #e45f58;
}

.ui-slider-handle.ui-corner-all.ui-state-default:hover {
    /* EASING*/
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

.ui-slider-horizontal.green .ui-slider-handle {
    background: #afe32c;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%, #e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47d51', endColorstr='#e45f58', GradientType=1);
}


/* ---------------------------------------------------------------------------------------------------------------- 4.26 ICON LOAN CALCULATOR */

.calcIconResults .nav-tabs .nav-link:focus,
.calcIconResults .nav-tabs .nav-link:hover {
    background: #4997be !important;
    color: white;
}

.calcIconResults .nav-fill .nav-item.active {
    background: #4997be !important;
    color: white;
    border-color: #4997be !important;
}

.calcIconResults .nav-fill .nav-item.active {
    border-color: #4997be;
}

.calcIconResults .nav-fill .nav-item {
    color: #4997be;
}

.nav-tabs .nav-link.active::before,
.nav-tabs .nav-link.active::after {
    background: #e47a52 !important;
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 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 {}


/* ---------------------------------------------------------------------------------------------------------------- 5.0 LOAN APP BOXES POP UP OPTION */

.loanbox-icon img {}

.loan-app-boxes .col-md-4>div {
    background: #eaf0f6;
}

.loan-app-boxes .col-md-4 .button {}

.loan-app-boxes i {}

.loan-app-boxes li {}

.loan-app-boxes h2 {
    font-family: 'Barlow';
}

.popUpOptionWrapper>div:nth-child(even),
.register {}

/* ---------------------------------------------------------------------------------------------------------------- 5.1 LOAN APP TABS OPTION */

.nav-tabs {}

.nav-tabs i {}

.nav-fill .nav-item {
    background: #eaf0f6;
    border: none;
    border-radius: 10px;
    margin: 0 8px;
}

.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-color: white;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
    transform: scale(1.05);
}



.nav-tabs .nav-link.active {}

.nav-tabs .nav-link.active::before {
    background: #ca4907;
}

.nav-tabs .nav-link.active::after {
    background: #f9f9f9;
}

.nav-tabs .nav-link.active i.fa-check-circle {
    color: #198d45;
}

.nav-tabs .nav-link.active i.fa-times-circle {
    color: #cf0a2c;
}

.FlipListOption {
    background: lightyellow;
    border-radius: 10px;
}

.LoanBoxesFormWrapper {
    background: #eaf0f6;
    padding: 2rem;
    border-radius: 20px;
}

/* ---------------------------------------------------------------------------------------------------------------- 5.2 FILP CARDS LOAN OPTION */
/* ---------------------------------------------------------------------------------------------------------------- 6.0 FOOTER */

.footer-wrapper,
.footer-wrapper p {}

.footer-wrapper,
.footer-wrapper p {
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
}

.footer-wrapper .bg-dark {
    padding-top: 100px;
    /*margin-top: -7rem;*/
    z-index: 0;
    position: relative;
    padding-bottom: 90px;
}

.footer-wrapper .bg-dark::before {}

.footer-wrapper .bg-dark .column {}

.footer-wrapper .bg-dark .column:last-child {}

.footer-wrapper .nav-menu.nav-menu-social a {
    color: rgba(255, 255, 255, .15);
}

.footer-wrapper .nav-menu-social .fa-inverse {
    color: #ffffff;
}

.footer-wrapper .globalAddressTwoCol .container {}

.progress-logo-footer {}

.footer-wrapper h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 1.5rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem);
}

.adressContact span {
    display: inherit;
}

.contactUsBackground .adressContact span {
    display: inline-block;
}


.contactUsBackground .globalAddressWrapper {
    font-size: 1rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1rem);
}

.contactUsBackground .lunchHours {
    font-size: .875rem !important;
    font-size: clamp(.5rem, .5rem + 2vw, .875rem) !important;
    max-width: 100%;
}

/* ---------------------------------------------------------------------------------------------------------------- 6.1 FOOTER GLOBAL ADDRESS */
.footer-wrapper .globalAddressWrapper {}

.footer-wrapper .globalAddressTwoCol .container.geolocation {}

.footer-wrapper .globalAddressTwoCol h4 {}

.footer-wrapper .globalAddressTwoCol a {
    font-weight: 400;
    color: white;
}

.lunchHours {
    display: block;
    font-size: .75rem !important;
    font-size: clamp(.5rem, .5rem + 2vw, .75rem) !important;
    max-width: 73%;
    float: right;
    margin-bottom: 0 !important;
}

.address-line.opening-hours {
    margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------------------------------------------- 6.2 FOOTER SOCIAL MEDIA */

.nav-menu.nav-menu-social.footer {}

.nav-menu.nav-menu-social.footer li {}

.nav-menu.nav-menu-social.footer li a {}

.nav-menu.nav-menu-social.footer li a span.fa-stack {}

.nav-menu.nav-menu-social.footer li a span.fa-stack .social-icon {}

.socialfootertext {
    font-family: "Barlow", sans-serif;
}

.footer-wrapper .bg-dark .column:last-child {
    padding: 0 2rem !important;
}

.nav-menu.nav-menu-social.footer {
    margin: .5rem 1rem 0;
}

.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;
}

.nav-menu.nav-menu-social.footer {
    margin: 1.5rem auto .5rem;
    flex-direction: row;
    max-width: 200px;
}

.nav-menu.nav-menu-social.footer li {
    width: 100%;
    text-align: left;
    list-style-type: none;
}

.nav-menu.nav-menu-social.footer li a {
    padding: 5px 0;
    height: auto;
    font-size: 9px;
    display: inline-block;
}

.nav-menu.nav-menu-social.footer li a span.fa-stack {
    width: 100%;
}

.nav-menu.nav-menu-social.footer li a span.fa-stack .social-icon {
    width: 40px;
    position: absolute;
    left: 0;
    text-align: left;
}

.socialfootertext {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 6.3 FOOTER REGULATORY LINKS */
.regulatory-links {
    background: #145395;
    padding: 30px 0;
    z-index: 0;
}

.regulatory-links .column {
    margin: auto !important;
}

.regulatory-links ul {
    margin-top: 4px;
}

.regulatory-links p {
    font-size: .75rem;
    font-size: clamp(.5rem, .5rem + 2vw, .75rem);
}

.regulatory-links a {
    color: white;
}

.regulatory-links .col-lg-5 {}

/* ---------------------------------------------------------------------------------------------------------------- 6.4 FOOTER PROGRESS LOGO */

.progress-logo-footer img {
    margin-top: 4px;
}

/* ---------------------------------------------------------------------------------------------------------------- 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 {}


.globalAddressSlider .PrevArrow::before,
.footer-wrapper .globalAddressTwoCol .PrevArrow::before,
.NewsWidgetslider .PrevArrow::before,
.Related-articles .PrevArrow::before {}

.footer-wrapper .globalAddressTwoCol .globalAddressSlider .PrevArrow::before {
    color: white;
}

.globalAddressSlider .NextArrow,
.footer-wrapper .globalAddressTwoCol .NextArrow,
.NewsWidgetslider .NextArrow,
.Related-articles .NextArrow,
.NewsWidgetsliderDetailed .NextArrow {}

.NewsWidgetslider .NextArrow,
.Related-articles .NextArrow {
    color: #35455f;
}

.globalAddressSlider .PrevArrow:hover,
.globalAddressSlider .NextArrow:hover,
.footer-wrapper .globalAddressTwoCol .PrevArrow:hover,
.footer-wrapper .globalAddressTwoCol .NextArrow:hover,
.NewsWidgetslider .PrevArrow:hover,
.NewsWidgetslider .NextArrow:hover,
.Related-articles .PrevArrow:hover,
.Related-articles .NextArrow:hover {
    color: #23aa4b;
}

.footer-wrapper .globalAddressTwoCol .NextArrow,
.Related-articles .NextArrow {}

.Related-articles .NextArrow {}


.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: none;
    color: white;
    background: rgba(255, 255, 255, .15);
}

.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: #1d5d9f !important;
}

.bg-light {}

.landingPageBreakout {
    /*padding: 6rem 0 10rem;*/
    background-size: cover;
}

.landingPageBreakout>.row {
    max-width: 1750px;
}

.narrow-section>.row {
    max-width: 980px;
}

.landingPageBreakout div div {
    /* margin: auto !important; */
}

.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.5rem;
    color: #1d5d9f;
    margin-bottom: 3px;
    line-height: normal;
    display: block;
}

.counters .card {
    background: #1d5d9f;
    color: #ffffff;
}

.counters .card p {
    color: #ffffff;
    opacity: .7;
}

.counters .card .button {
    display: block;
    max-width: 130px;
    margin: 20px auto auto;
}


.psvideo #thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}







.title-text {
    padding: 80px 0 30px;
}

.title-text p {
    margin-bottom: 0;
    color: #1d5d9f;
}

.title-text .row {
    max-width: 677px;
    margin: auto;
}

.first-title-homepage {
    padding-top: 160px;
}

.white-text,
.white-text h2,
.white-text p {
    color: white !important;
}

.blue-text,
.blue-text h2,
.blue-text p {
    color: #1d5d9f !important;
}

.title-text h2,
.short-paragraph h2,
.mobile-app-page .card .card-title {
    font-size: 2rem !important;
    font-size: clamp(.938rem, .938rem + 2vw, 2rem) !important;
    margin: 0 0 10px;
    color: #1d5d9f;
    text-transform: capitalize;
}

.loan-calculator-wrapper {
    margin-top: -10rem !important;
    padding-top: 14.25rem;
    padding-bottom: 1.25rem;
    background-size: 774px;
    background-repeat: no-repeat;
    background-position: top 30px right 100px;
}

.loan-calculator-wrapper-content {
    margin-top: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right 50px;
}


.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: 1381px;
    margin: auto;
}

.container.content-page.with-header.spWithImage {
    margin-top: -50px !important;
    border-radius: 20px;
}

.spWithImageHeadingText {
    top: calc(50% - 20px);
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.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: 2rem 4rem 4rem;
    background: white;
}

.loan-process .container {
    padding: 0;
}

.loan-process .row {
    max-width: 1351px;
    margin: auto;
    position: relative;
}

.loan-process .col-md-3:not(.col-md-3:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto auto 2rem;
    width: 1px;
    height: 50%;
    background: lightgray;
}

.loan-process .step-4 .row::after {
    display: none;
}

.loan-process .announcementItem {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 0;
    padding: 0;
    min-height: 320px;
    padding: 0 1.5rem 1rem;
    background: #eaf0f6;
}

.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: 600;
}

.loan-process .announcementItem h3 {
    color: #106D9F;
    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: 341px;
}

.loan-process .step-1 .announcementItem {
    border-radius: 10px 0 0 10px;
}

.loan-process .step-4 .announcementItem {
    border-radius: 0 10px 10px 0;
}

.announcementRow h4 {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #445356;
}

.announcementPic {}

.loan-process .container,
.loan-process .col-md-3 {
    padding: 0;
}

.loan-process .announcement-image {
    margin: auto;
}

.step-wrapper {
    margin: -8px auto 2.5rem;
    width: 100%;
    position: relative;
}

.step-wrapper::before {
    content: '';
    position: absolute;
    height: 2px;
    width: calc(100% - 45px);
    left: calc(50% + 22px);
    margin: auto;
    right: 0;
    background: #213b4a;
    top: 0;
    bottom: 0;
}

.loan-process .col-md-3:last-child .step-wrapper::before {
    display: none;
}

.step {
    border: 2px solid;
    width: 47px;
    border-radius: 50%;
    height: 47px;
    margin: auto;
    padding: 7px;
    font-size: 1.125rem !important;
}

.loan-process h2 {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0;
}

.loan-process .announcementItem a {
    cursor: default;
}

.loan-process .announcementItem a h3,
.loan-process .announcementItem a:hover h3 {
    color: #00B0AD;
}

.loan-process .announcementItem a h4,
.loan-process .announcementItem a:hover h4 {
    color: #3C3C3C;
}

/*Loans spotlights */
.loans-benefits.landingPageBreakout {
    padding: 3.25rem 0 5.25rem;
}

.loans-benefits.landingPageBreakout .row {
    max-width: 1129px;
    margin: auto;
}

.loans-benefits .container {
    padding: 0;
}

.spotlights-wrapper .container-fluid {
    /*padding: 0;*/
}

.loans-benefits h2 {
    font-size: 1.875rem;
    position: relative;
    color: #1d5d9f;
    max-width: 400px;
    margin-bottom: 2.5rem;
    padding-bottom: 5px;
}

.loans-benefits .spotlights h2 {
    display: none;
}

.loans-benefits .spotlight-box {
    padding: 0 !important;
    max-width: 100%;
    border-radius: 20px;
    background: #1d5d9f !important;
    margin-bottom: 0;
}

.loans-benefits .spotlights {
    padding: 30px 30px 10px !important;
}

.loans-benefits .spotlights p {
    color: white;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    font-size: .938rem;
    text-align: left;
}

.loans-benefits .spot-text {
    width: 95%;
}

.loans-benefits .spotlights img {
    padding: 0;
    background: none;
    border-radius: 0;
}

.loans-benefits img {}

.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: 30px;
    margin: 0 0 0 auto;
    width: 30px;
}

.loans-benefits .fas.fa-circle.fa-stack-2x {
    display: none;
}

.loans-benefits .fa-stack-1x {
    font-size: 2rem;
    font-weight: 300;
    opacity: .8;
}



/*.spotlights a, .spotlights a:hover {
    display: inline;
    color: #3c3c3c;
    font-size: .938rem;
    padding: 0;
    text-decoration: underline;
    font-weight: 600;
}*/

.spotlights a:hover {}

.parent3Across .spotlight-box::after,
.parent4Across .spotlight-box::after {
    display: none;
}

/*  Car Loan Page - Representative example */
.rep-example-numbers {
    padding: 1rem 0 4.5rem;
}

.rep-example-numbers .row {
    background: white;
    max-width: 1129px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 1.5rem 0;
    margin: auto;
}

.rep-example-numbers h3 {
    font-size: 2.5rem;
    line-height: 55px;
    margin: 0 0 35px;
    padding: 0;
    font-weight: 700;
}

.rep-example-numbers h5 {
    font-size: .938rem;
    font-weight: 700;
    color: #106D9F;
    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;
}

.who-can-join.landingPageBreakout .container>.row {
    max-width: 1129px;
    margin: auto;
    padding: 50px 0;
}

.who-can-join h2 {
    position: relative;
    max-width: 400px;
    margin-bottom: 4.5rem;
    padding-bottom: 5px;
}

.who-can-join h3 {
    font-weight: 500;
}

.who-can-join.green ul.stripedList.OneColumn li .fa-inverse {
    color: #00B0AD;
}

/* LOANS PAGE */
.loans-range.landingPageBreakout {
    padding: 2rem 0 0;
}

.loans-range.landingPageBreakout.last-row {}

.loans-range .card-icon {
    max-width: 100%;
    display: block;
    height: 90px;
}

.loans-range.landingPageBreakout .row {
    max-width: 1400px;
    margin: auto;
}


.loans-range .card:hover .button::after {
    background: #e47d51;
    color: white;
}

.loans-range .card {
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
    border-radius: 20px;
    min-height: 416px;
    padding: 2.5rem 2.5rem 2rem !important;
    background: white;
    border-bottom: none;
    text-align: center;
    position: relative;
}

.loans-range .card img {
    padding: 0;
    height: auto;
    background: #eaf0f6;
    border-radius: 50%;
    width: 76px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.loans-range .card-body {
    padding: 0 !important;
}

.loans-range h2.card-title {
    color: #1d5d9f;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1.5rem !important;
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem) !important;
    line-height: 2rem;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: .25rem;
    min-height: 65px;
}

.loans-range h5.card-title {
    color: #8B8B8B;
    font-size: .875rem !important;
    font-weight: 400;
}

.loans-range .cardButtonList {
    margin-bottom: 0;
}

.loans-range .cardButtonList li {
    float: none;
    margin: auto;
}

.loans-range .button {
    display: block;
    max-width: 140px;
    margin: auto;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
}

.loans-range .button::after {}

.loanspage-calc.landingPageBreakout {
    padding: 0 0 3rem;
    margin-top: 0;
}

.loan-calc-rise {
    padding-top: 170px;
    margin-top: -12rem;
}

.loans-range .card p {
    margin-bottom: 1.5rem;
}

.promo-loan .card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
    max-width: 1024px;
    margin: 10px auto 0;
}

.promo-loan .card .column {
    min-height: 330px;
}

.promo-loan .card .column.card-body {
    padding: 3.5rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-loan .card .column.card-body h2 {
    color: #1d5d9f;
}

.promo-loan .card .column.card-body p {
    margin-bottom: 30px;
}

.short-paragraph {
    padding: 16rem 0 0;
    margin-top: -11rem;
    background: white;
}

.short-paragraph .row {
    max-width: 950px;
    margin: auto;
}

/* About Page */
/*.loanspage-text-section .row {
    align-items: center;
}*/
.loanspage-text-section img {}

.loanspage-text-section {
    padding: 0 15px;
}

.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: 98%;*/
    margin-bottom: 15px;
    text-align: left;
    margin-top: -5px;
    font-size: 1.063rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1.063rem);
}

.calendarium .row {
    margin: 0 auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
    max-width: 1400px;
}

.calendarium .spotlights .fa-stack {
    top: -16px;
}

.calendarium .spot-text {
    border-top: 1px solid rgba(0, 0, 0, .2);
    position: relative;
}

.calendarium:not(.dates) .spot1 .spot-text::before,
.calendarium:not(.dates) .spot2 .spot-text::before,
.calendarium:not(.dates) .spot3 .spot-text::before,
.calendarium:not(.dates) .spot4 .spot-text::before {
    content: 'step 1';
    position: absolute;
    left: 0;
    top: -25px;
    text-transform: uppercase;
    font-size: .813rem;
    letter-spacing: .5px;
}

.calendarium:not(.dates) .spot2 .spot-text::before {
    content: 'step 2';
}

.calendarium:not(.dates) .spot3 .spot-text::before {
    content: 'step 3';
}

.calendarium:not(.dates) .spot4 .spot-text::before {
    content: 'step 4';
}


.calendarium h2 {
    padding-top: 10px;
    text-align: left;
    font-size: 1.313rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.313rem);
}

.calendarium p {
    text-align: left;
}

.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: #eaf0f6;
    min-height: 400px;
    border-radius: 20px;
    padding-top:30px;
}

.counter-numbers .banner {
    height: 100%;
    display: flex;
    border: none;
    border-radius: 0;
    background: none !important;
}

.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: 200px;
    margin: auto;
    border-left: 2px solid #1d5d9f;
    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;
}

.counter-numbers div:first-child .banner .counter {
    color: #f7a800;
}

.counter-numbers div:first-child .banner .banner-content {
    border-color: #f7a800;
}

.counter-numbers div:first-child .banner .banner-content {
    border-left-color: #f7a800;
}

.counter-numbers div:first-child .banner .counter, 
.counter-numbers div:first-child .banner .currency,
.counter-numbers div:first-child .banner .banner-subtite {
    color: #f7a800;
}

.counter-numbers div:nth-child(2) .banner .banner-content {
    border-left-color: #cf0a2c;
}

.counter-numbers div:nth-child(2) .banner .counter, 
.counter-numbers div:nth-child(2) .banner .currency,
.counter-numbers div:nth-child(2) .banner .banner-subtite {
    color: #cf0a2c;
}

.counter-numbers div:nth-child(3) .banner .banner-content {
    border-left-color: #198d45;
}

.counter-numbers div:nth-child(3) .banner .counter, 
.counter-numbers div:nth-child(3) .banner .currency,
.counter-numbers div:nth-child(3) .banner .banner-subtite {
    color: #198d45;
}

.news-header {
    border-radius: 0 0 90px 90px;
    overflow: hidden;
}

.news-header h2 {
    margin-top: .5rem;
    font-size: 2.375rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2.375rem);
}

.news-header .BannerText,
.news-header .BannerImages .col-bgr-cover-left {
    min-height: 230px;
}

.news-header #breadcrumb {
    padding-bottom: 0;
}

.news-header .BannerText .heroWrapperContainer {
    margin-top: 0;
}



/*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: #445356;
}

/* FAQs */

.faqs-membership .card-body a {
    display: inline !important;
    background: none !important;
    padding: 0 !important;
}

.faqs {
    padding: 2rem 0 4rem;
    max-width: 980px;
    margin: auto;
}

#accordion a {
    display: inline;
    background: none;
    padding: 0;
}

#accordion a:not(.card-body .card-body a) {
    display: block;
    border-radius: 30px;
    background: #EAF0F6;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 32px;
    color: #106D9F;
    padding: 18px 40px;
}

#accordion a h5 {
    margin: 0;
    display: flex;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
}

#accordion a i {
    color: #198d45;
    font-weight: 600;
}

#accordion .card-body a h5 {
    font-size: 1rem;
}

#accordion .card-header {
    margin-bottom: 15px;
}

#accordion .card-body {
    padding: 20px 40px !important;
}

/* DOWNLOADS */
.downloads {
    padding: 1rem 0 2rem;
    max-width: 980px;
    margin: auto;
}

.downloads a {
    float: right;
    margin-top: 1rem;
    color: white;
    text-align: center;
}

.downloads a:hover {
    box-shadow: 0 5px 15px rgba(255, 187, 44, .7);
}

.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: #1d5d9f;
    padding: 18px 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.jag-faq-title:not(.faq-accordion .jag-faq-title) i {
    color: #198d45;
    font-weight: 600;
}

.panel.jag-faq-wrapper .panel-body {
    padding: 0px 30px 20px;
}

/* FORM SUBMITTED PAGE */
.form-submitted,
.error-page {
    margin: 4rem auto !important;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1124px !important;
}

.form-submitted .card {
    align-items: center;
    padding: 30px 40px;
    background: #ccffe0;
}

.form-submitted .card-body {
    padding: 20px 40px 10px !important;
}

.form-submitted .card-left img {
    padding: 0;
    width: 80px;
    background: #198d45;
    border-radius: 50%;
}

.form-submitted h2 {
    font-size: 1.625rem !important;
    font-size: clamp(.938rem, .938rem + 2vw, 1.625rem) !important;
    margin-top: 0;
    margin-bottom: 5px;
    color: #198d45;
}

.form-submitted .button {
    margin-top: 20px;
}

/* SAVINGS PAGE */

.small-icon-spot .spotlight-box::after {
    display: none;
}

.sidebar-right .smalltext {
    margin-left: 73px;
}

.sidebar-right blockquote {
    margin-top: 40px;
}


.faq-section {
    max-width: 1124px;
    margin: auto;
}

/* FONTAWESOME */
.loan-process .fas.fa-circle.fa-stack-2x.announcementCircle {
    display: none;
}

.loan-process .fa-inverse {
    color: #1d5d9f !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;
}


/* Common css Patch */
.membership.loanspage-card {
    margin-top: -6.1rem;
    margin-bottom: -6rem;
}

.membership-img {
    max-width: 470px;
    margin: auto;
}

.facial-verification {
    padding: 3rem 0 0;
    background-position: center;
}

.identity-check {
    padding: 2rem 0;
}

.mobile-app-page.membership img,
.mobile-app-page.balances img,
.mobile-app-page.transfers img,
.mobile-app-page.doc-upload img {
    max-width: 90%;
    margin: auto;
}

.mobile-app-page .card-body p,
.mobile-app-page.how-it-works p {
    font-size: .938rem;
    font-size: clamp(.75rem, .75rem + 2vw, .938rem);
    margin-bottom: 0 !important;
}

.mobile-app-page.membership {
    margin-top: 9rem !important;
    padding-bottom: 16rem;
}

.mobile-app-page.balances {
    padding-top: 3rem;
}

.mobile-app-page.transfers {
    padding: 8rem 0 15rem;
    background-position: top;
}

.mobile-app-download-buttons {
    max-width: 380px;
    padding: 1rem .5rem;
    border-radius: 10px;
}

.mobile-app-page.transfers .card-body {
    position: relative;
    top: 2.5rem;
}

.landingPageBreakout.mobile-app-page.how-it-works {
    padding: 8rem 0 5rem;
}

.loanspage-card .card {
    max-width: 1250px;
    margin: 0 auto;
    border-radius: 150px;
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
}

.loanspage-card picture {
    width: 40%;
    text-align: center;
}

.loanspage-card .card-body {
    padding: 2.25rem 3.5rem 0 0 !important;
}

.loanspage-card p {
    font-size: 1.25rem;
    font-size: clamp(.938rem, .538rem + 2vw, 1.25rem);
    margin-top: auto;
    font-weight: 500;
}

.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: 450px;
}

.hero-banner-right .BannerImages .curve {
    margin: auto -97px auto auto;
}

.hero-banner-right .heroWrapperContainer {
    margin: auto;
    height: 100%;
}

.hero-banner-right .heroWrapper {
    max-width: 790px;
    margin: auto 0 auto auto !important;
    padding-left: 130px !important;
    padding-right: 9rem !important;
}

.hero-banner-left.landingPageBreakout>div>div,
.hero-banner-right.landingPageBreakout>div>div {
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
}

.hero-banner-left .col-md-12,
.hero-banner-right .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}


.hero-banner-left {}

.hero-banner-left>.row,
.hero-banner-right>.row {
    max-width: 1720px;
    margin: auto;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.var-corners.hero-banner-left>.row {
    border-radius: 20px 20px 0 0;
}

.var-corners.hero-banner-right>.row {
    border-radius: 0 0 20px 20px;
    margin-bottom: 4rem;
}

.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: 10px;
    margin-bottom: 10px;
    font-size: .875rem !important;
    position: relative;
    top: -2px;
}

/* 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 {
    background: #f7a800;
    background: -moz-linear-gradient(left, #f7a800 0%, #ffbb2c 100%);
    background: -webkit-linear-gradient(left, #f7a800 0%, #ffbb2c 100%);
    background: linear-gradient(to right, #f7a800 0%, #ffbb2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a800', endColorstr='#ffbb2c', GradientType=1);
    box-shadow: 0 5px 15px rgba(255, 187, 44, .7);
}

.loanspage-card .button {
    max-width: 200px;
    min-width: 180px;
    margin-top: 10px;
}


/* Mobile app banner */
.mobile-app-banner {
    margin-top: 3.5rem;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 4.5rem;
}

.mobile-app-banner .card {
    background: #1d5d9f;
    min-height: 592px;
}

.mobile-app-banner .card-img-left {
    background-size: contain;
    background-position: left;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

.mobile-app-banner .card-body img {
    max-width: 300px;
    padding: 0;
}

.mobile-app-banner .card-image img {
    max-width: 100%;
    padding: 0;
    height: 100%;
}

.mobile-app-banner .card-body {
    color: white;
    margin: auto;
    padding-top: 80px !important;
    padding-left: 120px !important;
}

.mobile-app-banner .card-body li {
    color: white;
    padding: 2px 0;
}

.mobile-app-banner h2 {
    line-height: 2rem;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 2em;
    font-size: clamp(1.25rem, 1rem + 2vw, 2em) !important;
    color: white;
}

.mobile-app-banner a:hover {
    box-shadow: 0 5px 15px rgba(255, 187, 44, .7);
}


/* NewsSlider Widget - Homepage */
.information-section {
    margin: 7rem 0;
}

.NewsWidgetslider .container {}

.NewsWidgetslider img {
    border-radius: 20px;
    height: 245px;
    width: 245px;
    object-fit: cover;
}

.NewsWidgetslider h2 {
    margin-left: 0 !important;
    text-transform: capitalize !important;
    margin-top: .75rem;
    color: #1d5d9f;
    line-height: 2rem;
}

.NewsWidgetslider #articleDate {
    font-size: .875rem;
    top: 0;
    opacity: .6;
    margin-top: 10px;
    display: block;
}

.NewsWidgetslider .button {
    display: block;
    margin-top: 20px;
    max-width: 160px;
}

.NewsWidgetslider .col-md-4 {
    padding-left: 0;
}

.news-sidebar>h2 {
    text-transform: none;
    font-weight: 700;
    padding-bottom: 1.5rem;
    margin-bottom: .5rem;
    top: 0;
    border-bottom: 1px solid rgba(29, 93, 159, .5);
}

.NewsWidgetslider .PrevArrow {
    right: 50px;
    top: -42px;
}

.NewsWidgetslider .NextArrow {
    right: 10px;
    top: -42px;
}

.NewsWidgetslider {
    margin-top: 30px;
}

/* Our numbers - Homepage */
.our-numbers h2 {
    margin-left: 0 !important;
    margin-top: 0;
}


.our-numbers>.col {
    max-width: 25%;
    display: inline-block;
    margin: 4rem 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: #1d5d9f;
    content: '+';
    position: absolute;
    right: -16px;
    font-size: 2rem;
    line-height: 2.25rem;
    top: -5px;
    font-weight: 500;
}

.banner .banner-icon {
    height: 0;
}

.our-numbers .banner h4 {
    font-weight: 300;
    font-size: 1rem;
    font-size: clamp(.75rem, .5rem + 2vw, 1rem);
    color: #1d5d9f;
}

.our-numbers h2,
.news-sidebar>h2 {
    line-height: 2rem;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 2.063rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2.063rem);
    color: #1d5d9f !important;
    font-weight: 600;
}

.banner .banner-icon .icon-wrap i::before {
    color: #198d45 !important;
    font-weight: 500;
}

.col:nth-of-type(2) .banner .banner-icon .icon-wrap i::before {
    position: relative;
    left: -2px;
}

/*a.green {
    color: white;
    background: #198d45 !important;
    background: -moz-linear-gradient(left, #198d45 0%, #22b158 100%) !important;
    background: -webkit-linear-gradient(left, #198d45 0%,#22b158 100%) !important;
    background: linear-gradient(to right, #198d45 0%,#22b158 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198d45', endColorstr='#22b158',GradientType=1 ) !important;
    border-radius: 50px;
    display: block !important;
    margin: auto;
    min-width: 175px;
    font-weight: 600;
    font-size: 1.063rem;
    line-height: 1rem;
    border-radius: 50px;
    padding-top: 13px;
    padding-bottom: 16px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-out 0s !important;
    -moz-transition: all .3s ease-out 0s !important;
    -o-transition: all .3s ease-out 0s !important;
    transition: all .3s ease-out 0s !important;
}*/

a.green:hover {
    box-shadow: 0 5px 15px rgba(34, 177, 88, .7) !important;
}

.more-btn {
    padding: 3rem 0 1rem;
    text-align: center;
}

.lib-row.lib-desc a:hover {
    color: white;
}

.news-grid {
    position: relative;
    z-index: 2;
}

.klin {
    height: 128px;
    border-radius: 0 0 125px 125px;
    z-index: 1;
    position: relative;
    background: white;
    margin-top: -8rem;
}

.klin-navy {
    height: 120px;
    margin-top: -7rem;
}

.btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle):active,
a.red:active,
a.green:active {
    background-color: transparent;
}

.btn.inverted-flat {
    border: 1px solid white !important;
    border-radius: 50px;
    float: none;
    width: 175px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    padding: 13px 0 15px;
    margin-bottom: 30px;
    margin-top: 45px;
    line-height: 1rem;
}

.btn.inverted-flat:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(255, 255, 255, .5);
    color: #1d5d9f;
}

.contact-details {
    max-width: 1200px;
    margin: auto;
    padding: 3rem 0;
}

.contact-details .column {
    display: flex;
    align-items: center;
    color: #1d5d9f;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.contact-details .column:last-child {
    justify-content: center;
}

.contact-details .column img {
    max-width: 64px;
    margin-right: 20px;
}

.contact-details .column a {
    font-size: 1.5rem;
    color: #1d5d9f;
    font-weight: 700;
}

.contact-details .column a:hover {
    color: #f7a800;
}

.contact-details .column p {
    margin-bottom: 0;
}

/*MINOR PAGE CLASSES*/

.img-rounded-corners img {
    border-radius: 20px;
    overflow: hidden;
}

.minor-page {
    margin: 5rem 0;
    padding: 0 10px;
}

.main-content h2 {
    color: #1d5d9f;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
}

.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    padding: 0 20px;
    color: #1d5d9f;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.main-content p {
    padding: 0 20px;
}

.main-content ul,
.main-content ol {
    padding-left: 40px;
}

.main-content img {
    margin-bottom: 3rem;
}

.main-content .card {
    margin-bottom: 2rem;
    border-radius: 20px;
    margin-top: 2rem;
}

.main-content .card .column {
    min-height: 300px;
}

.main-content .card .column.card-body {
    margin: auto;
    padding: 0 40px 20px !important;
}

.sidebar {
    padding: 0 30px !important;
}

.sidebar .row {
    margin-right: 15px;
    margin-left: 15px;
}


.sidebar .col-xl-12 {
    padding: 0 15px;
}

.sidebar blockquote {
    background: #EAF0F6;
    border-radius: 20px;
    padding: 50px 45px 35px 95px;
    font-size: 1.063rem;
    line-height: 1.7rem;
    margin: 0 0 40px;
}

.sidebar blockquote:before {
    left: 30px;
    margin-top: 45px;
}

.sidebar .card {
    border-radius: 20px;
    background: #fff9ed;
    text-align: center;
}

.sidebar .card-body {
    padding: 30px 45px !important;
}

.sidebar .card-title {
    margin-bottom: 15px;
    color: #1d5d9f;
    font-size: 1.375rem !important;
}


.sidebar .cardButtonList ul {
    margin-bottom: 0;
}


.sidebar .cardButtonList li {
    float: none;
    margin: 20px auto auto;
    max-width: 180px;
    display: block;
}

.landingPageBreakout.hero-banner-right:not(.var-corners),
.landingPageBreakout.hero-banner-left:not(.var-corners) {}

.width980>.row {
    max-width: 980px;
}

.contactUsLegned {
    font-weight: 600;
    font-size: 1.125rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1.125rem);
    color: #1d5d9f;
    margin-top: 1rem;
}

.contactUsBackground .contactUsLegned {
    color: #445356;
    font-weight: normal;
    font-size: 1rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1rem);
}

.ob-features {
    padding: 2rem 0px 5rem 0px;
}

.img-width-90 img {
    max-width: 90%;
    border-radius: 20px;
}

.full-width .row {
    max-width: 100%;
}

.mob-app-promo {
    padding: 5rem 0;
}

.mob-app-promo-text {
    margin: auto !important;
    max-width: 500px;
}

.mob-app-promo-text h2 {
    font-size: 2rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2rem);
    color: #1d5d9f;
    font-style: normal;
}

.mob-app-promo-text img {
    margin-top: 13px;
    margin-right: 13px;
}

.small-icon-spot {
    padding-bottom: 0;
    padding-top: 3rem;
}

.small-icon-spot.electronic-pay {
    padding-top: 0;
}


.small-icon-spot .row {
    max-width: 1100px;
}

.small-icon-spot.about-us .row {
    margin: auto;
}

.i-am-section .row {
    background: white !important;
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
    max-width: 767px;
    margin: -6rem auto 6rem;
    padding: 2rem;
    border-radius: 20px;
}

.i-am-section h2 {
    font-size: 1.063rem;
    font-size: clamp(.938rem, .938rem + 2vw, 1.063rem);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

.i-am-section .bg-info {
    background: none !important;
}

.i-am-section .btn-primary {
    border: none;
}

.quick-select-dropdown .bootstrap-select>.dropdown-toggle {
    background: none !important;
}

.CalculatorQuickSelect .filter-option-inner-inner {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: normal;
}

.pretitlefirst {
    color: rgba(68, 83, 86, .5);
    font-size: 1.5rem;
    font-weight: 300;
}

.pretitle {
    display: none;
}

.quick-select-dropdown {
    border-bottom: 1px solid #1D5D9F;
    height: 100%;
    margin-right: 0;
}

.CalculatorQuickSelect .dropdown-item {
    padding: .5rem 11px;
    color: #1d5d9f;
    font-weight: 500;
    text-transform: none;
    font-size: 23px;
    background: white;
}

.CalculatorQuickSelect .dropdown-item:before,
.CalculatorQuickSelect .dropdown-item:after {
    display: none;
}

.CalculatorQuickSelect .dropdown-item:hover {
    color: #1d5d9f;
    background: #eaf0f6;
}

.CalculatorQuickSelect .dropdown-menu {
    box-shadow: 0 0 15px rgba(29, 93, 159, .2);
    margin-top: 15px;
}

.bleed-down {
    padding: 54px 0 8.75rem;
}

.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 {
    background: transparent !important;
    padding: 5px 0 12px !important;
}

.quick-select-dropdown .NewsCategoryQuickSelect.bootstrap-select>.dropdown-toggle,
.quick-select-dropdown .NewsCategoryQuickSelect.bootstrap-select>.dropdown-toggle:hover,
.quick-select-dropdown .NewsCategoryQuickSelect.bootstrap-select>.dropdown-toggle:focus,
.quick-select-dropdown .NewsCategoryQuickSelect.bootstrap-select>.dropdown-toggle:active:focus {
    padding: 12px 15px !important;
}

.numeric-table-wrapper {
    margin-bottom: 80px;
}

.numeric-table {
    padding: 0 30px;
    border-right: 1px solid #e7e7e7;
}

.numeric-table.no-border {
    border-right: none;
}

.numeric-table:last-child {
    border-right: none;
}

.numeric-table.single-loan {
    border-right: none;
    border-bottom: none;
    margin-bottom: 80px;
}

.numeric-table.single-loan .column {}

.numeric-table h3 {
    color: #1d5d9f;
    font-size: 23px;
}

.numeric-table h4 {
    font-size: 17px;
    margin-bottom: 20px;
}

.numeric-wrapper,
.numeric-wrapper-odd {
    padding: 7px 15px 7px 35px;
    margin-bottom: 0;
    line-height: 1.75rem;
    background-image: url("../content/images/affinity/tick.svg");
    background-repeat: no-repeat;
    background-position: left top 7px;
}

/*.numeric-table.single-loan .numeric-wrapper, .numeric-table.single-loan .numeric-wrapper-odd {
        display: inline-block;
        padding: 12px 15px;
        margin-bottom: 3px;
        min-width: 33%;
    }*/

.numeric-wrapper span:last-child,
.numeric-wrapper-odd span:last-child {
    font-size: 23px;
    color: #198d45;
}

.numeric-wrapper span,
.numeric-wrapper-odd span {
    display: block;
}

.numeric-table.single-loan .row {
    max-width: 677px;
    margin: auto;
}

.requirements {
    padding: 5rem 0;
}

.requirements.two {
    padding: 0 0 5rem 0;
    margin-top: -5rem;
}

.requirements .row,
.requirements .smalltext {
    max-width: 1100px;
    color: white;
}

.requirements .smalltext:before {
    background: #fff;
}

.requirements h2 {
    font-size: 2.063rem;
    font-size: clamp(.938rem, .938rem + 2vw, 2.063rem);
}

.requirements-left p {
    position: relative;
    margin-bottom: 30px;
}

.requirements-left p:after {
    /*content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    top: -65px;
    margin: auto;*/
}

.requirements h3 {
    color: #f7a800;
    font-size: 1.375rem;
    font-size: clamp(1.125rem, 1.125rem + 2vw, 1.375rem);
    margin-top: 20px;
}

.requirements-list {
    margin-left: 42px;
}

.requirements h4 {
    padding-left: 42px;
    background-image: url("../content/images/affinity/tick.svg");
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 2rem;
}

.requirements h5 {
    font-size: 1.125rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.125rem);
}

.testimonial-wrapper {
    padding: 5rem 0 0;
}

.testimonals {
    border-radius: 20px;
    overflow: hidden;
}

.testimonalInnerWrapper p {
    font-weight: 600;
    color: #445356;
    margin-bottom: 15px;
    font-size: 1.063rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1.063rem);
}

.TestimonialSlider .slick-dots li button::before {
    font-size: 0;
    background: #1d5d9f;
    margin-right: 15px;
    height: 5px;
    width: 100%;
    border-radius: 6px;
}

.news-header p {
    margin-bottom: 0;
}


.btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle),
a.red,
a.green {
    max-width:300px;
    -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;
}

.testimonial-icon svg {
    display: none;
}

.testimonial-icon {
    background: url("../content/images/affinity/quote-xl.svg") no-repeat;
    width: 62px;
    height: 56px;
    position: relative;
    top: 12px;
}

.small-icon-spot.loan-benefits {
    padding-top: 0;
}

.loan-benefits .parent2Across {
    padding: 1.5rem 0;
}

.loan-benefits .parent2Across .spotlight-box {
    padding: 5px 0 18px !important;
}

.video-section .row {
    color: white;
    max-width: 792px;
    text-align: center;
    font-weight: 600;
}

.video-section .row p {
    max-width: 550px;
    margin: 0 auto 2rem;
    font-size: 1.063rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1.063rem);
}

.fluid-width-video-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
}

.hero-elevated {
    margin-top: -14rem;
    padding-top: 21rem;
    background: white;
    padding-bottom: 6rem;
}

/* Mobile App Page */

.mobile-app-page.landingPageBreakout>.row {
    max-width: 1400px;
}

.mobile-app-download.title-text .row {
    max-width: 750px;
}

.spWithImageHeadingText .c-title {
    max-width: 550px;
}

.spWithImageHeadingText .button {
    max-width: 150px;
}

.mobile-app-download {
    text-align: center;
}

.mobile-app-download p {
    max-width: 475px;
    margin: auto;
    font-size: .938rem;
    font-size: clamp(.75rem, .75rem + 2vw, .938rem);
}

.mobile-app-download-buttons {
    max-width: 475px;
}

.mobile-app-download-buttons {
    margin: auto;
    padding: 1rem;
    border-radius: 5px;
}

.mobile-app-download-buttons .column {
    padding: 0 7px;
}

.mobile-app-download-buttons img {
    width: 100% !important;
}

/* mobile app page - content page - jumio membership section */

.mobile-app-page.membership {
    position: relative;
    margin-top: 8rem !important;
    padding-bottom: 18rem;
    padding-top: 8rem;
    background-position: top center;
}

.mobile-app-page .card {
    background: none;
    overflow: visible;
}

.mobile-app-page .card-body {
    max-width: 500px;
    padding: 0 3rem !important;
}

.mobile-app-page h5 {
    display: none;
}

.mobile-app-page.membership .card-body {
    margin: auto auto auto 3rem;
}

.mobile-app-page .card-body p {
    font-size: 1.25rem;
    font-size: clamp(.75rem, .938rem + 2vw, 1.25rem);
    margin-bottom: 0 !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%;
    padding: 0;
}

.mobile-app-page.membership .card-image {
    position: absolute;
    top: -15rem;
    right: 6rem;
    padding: 0;
}

.mobile-app-page .card-icon {
    margin-bottom: 1.5rem;
}

.mobile-app.loanspage-card .card {
    margin-top: 4rem;
}

.mobile-app.loanspage-card {
    margin: auto;
}

/* mobile app page - content page - balances section */

.mobile-app-page.balances {
    padding-top: 5rem;
    padding-bottom: 0;
}

.mobile-app-page.balances .card-image {
    padding: 0;
    margin-left: 0;
    position: relative;
    max-width: 607px;
}


/*.mobile-app-page.balances .card-image::after {
            content: url("../content/images/affinity/dots.svg");
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
        }*/

.mobile-app-page.balances .card-body {
    margin: auto auto auto auto;
}

/* mobile app page - content page - transfers */

.mobile-app-page.transfers {
    background-position: center;
    padding: 12rem 0 15rem;
}

.mobile-app-page.transfers .card-body {
    margin: auto auto auto 3rem;
}

.mobile-app-page.transfers .card-body p {
    color: white;
}

.mobile-app-page.transfers h2 {
    color: white !important;
}

.mobile-app-page.transfers .card-image {
    position: absolute;
    top: -8rem;
    right: 12rem;
    padding: 0;
    max-width: 400px;
}

/* mobile app page - content page - document uploads section */

.mobile-app-page.doc-upload {
    padding-top: 10rem;
    padding-bottom: 0;
}

.mobile-app-page.doc-upload .card-image {
    padding: 0;
    margin-left: 0;
    max-width: 607px;
}

.mobile-app-page.doc-upload .card-body {
    margin: auto auto auto auto;
}

/* mobile app page - content page - how it works section */

.mobile-app-page.how-it-works p {
    font-size: 1.25rem;
    font-size: clamp(.75rem, .938rem + 2vw, 1.25rem);
}


.membership.loanspage-card {
    margin-top: -6.1rem;
    margin-bottom: -6rem;
}

.membership-img {
    max-width: 470px;
    margin: auto;
}

.facial-verification {
    padding: 3rem 0 0;
    background-position: center;
}

.identity-check {
    padding: 2rem 0;
}

.mobile-app-page.membership img,
.mobile-app-page.balances img,
.mobile-app-page.transfers img,
.mobile-app-page.doc-upload img {
    margin: auto;
    width: 100%;
}


.mobile-app-page .card-body p,
.mobile-app-page.how-it-works p {
    font-size: 1rem;
    font-size: clamp(.75rem, .75rem + 2vw, 1rem);
    margin-bottom: 0 !important;
}

.mobile-app-page.membership {
    margin-top: 9rem !important;
    padding-bottom: 20rem;
}

.mobile-app-page.balances {
    padding-top: 6rem;
}

.mobile-app-page.transfers {
    padding: 12rem 0 15rem;
    background-position: bottom;
}

.mobile-app-download-buttons {
    max-width: 380px;
    padding: .75rem 1.25rem;
    border-radius: 10px;
}

.mobile-app-page.transfers .card-body {
    position: relative;
    top: 2.5rem;
}

.landingPageBreakout.mobile-app-page.how-it-works {
    padding: 8rem 0 5rem;
}

.landingPageBreakout.mobile-app-page.how-it-works h2 {
    font-size: 1.625rem;
    font-size: clamp(.938rem, .938rem + 2vw, 1.625rem);
}

.content-page h1#pageHeading {
    margin-top: 0;
    color: #1d5d9f;
}

.promo-loan .card {
    position: relative;
}

.promo-loan .card::after {
    content: 'PROMO';
    width: 70px;
    height: 70px;
    background: #cf0a2c;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 0 20px 12px;
    font-size: .875rem;
    margin: 20px;
    color: white;
    font-weight: 600;
}

.spot-text h2 {
    min-height: auto;
}

.other-services i {
    color: #eaf0f6;
    font-size: 1.5em;
}

.other-services i:last-child {
    font-weight: 600;
    font-size: 24px;
    color: #198d45;
    height: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.other-services .spotlights .fa-stack {
    height: 1.5em;
    position: relative;
    line-height: .5em;
    max-width: 130px;
}

.other-services .spot-text.text-center {
    max-width: 300px;
    width: 100%;
}

.services-listing .card {
    margin-bottom: 2rem;
    border-radius: 20px;
}

.services-listing .col-md-6.column.card-body {
    margin: auto;
    padding: 20px 40px 40px !important;
}

.services-listing .col-md-6.column.card-body h2 {
    font-family: 'Barlow', sans-serif;
    text-transform: initial;
    color: #1d5d9f;
    font-size: 1.5rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem);
    line-height: 2rem;
}

.other-services.spots-content .spotlights {
    padding: 2.5rem 0 2.5rem !important;
}

.card-background img {
    filter: blur(0) grayscale(0) contrast(.65);
    margin-bottom: 0;
}

.card-background .card-img-overlay {
    background: none;
}

.card-background .card-img-overlay .card-text-wrapper {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50px;
    transform: translate(0, -50%);
    text-align: left;
    max-width: 400px;
    top: auto;
}

.card-background .card-img-overlay .card-text-wrapper h2 {
    color: white;
    line-height: 2rem;
    font-size: 1.5rem !important;
    text-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.no-margin-top {
    margin-top: 0;
}

.i-am-section.payment-methods .row {
    max-width: 1400px;
    padding-top: 2.5rem;
}

.i-am-section.payment-methods .parent2Across {
    grid-template-columns: repeat(5, 1fr);
}

.i-am-section.payment-methods .spotlights p {
    margin-bottom: 0;
}

.i-am-section.payment-methods h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.disclaimer {
    max-width: 950px;
    margin: auto;
    background: white;
    border-radius: 20px;
    margin-bottom: 3.5rem;
    padding: 20px 30px 10px;
    margin-top: -3.5rem;
    box-shadow: 0 0 30px rgba(29, 93, 159, .2);
}

.disclaimer p {
    font-size: .75rem !important;
    opacity: .6;
}

.hidden {
    display: none;
}

.visibility-hidden .row {
    visibility: hidden;
}

.temp-short-paragraph {
    padding: 5rem 0 0 !important;
}

.video-embed .row {
    color: white;
    max-width: 792px;
    text-align: center;
    font-weight: 600;
    margin: auto auto 3rem;
}

.minor-page .main-content .button {
    margin-left: 20px;
    margin-bottom: 40px;
}

.minor-page h4 {
    margin-bottom: 10px;
    margin-top: 40px;
}

.minor-page .main-content h2 {
    margin-top: 30px;
}

.cardButtonList {
    padding-left: 0 !important;
    margin-bottom: 0;
}

.minor-page .main-content .card .button {
    margin-left: 20px;
    margin-bottom: 0;
}

.minor-page .main-content .card img {
    margin-bottom: 0;
}

.dataconsent .field-validation-error {
    position: absolute;
    top: auto;
}

.xs-btn a.btn.button{
    display: none;
}

.l-btn a.btn.button{
    display: block;
}
.insurance-anchor {
    display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}

.counter-numbers .banner .counter, .counter-numbers .banner .currency {
    margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- 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 */
@media (max-width: 1750px) {
    .NewsGlobalCTA.hero-banner-right {
        max-width: 100%;
    }

    .BannerImages .curve {
        left: 0;
    }
    
}

@media (max-width: 1670px){
    .splitPictureWrapper .BannerImages .curve {
        width: 182px;
        right: -12px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- 8.1 Extra Large devices (portrait phones, less than 1400px) */
@media (max-width: 1440px) {

    .BannerImages .curve {
        left: 25px;
    }

    .footer-wrapper .bg-dark .column {
        border-left: none;
    }

    .footer-wrapper .bg-dark .column:last-child {
        border-right: none;
        padding: 0 1rem !important;
    }

    .loan-process .announcementItem {
        min-height: 373px;
    }

    .info>div.mapLegend {
        display: none !important;
    }

    .homepageSlider .NextArrow,
    .homepageSlider .PrevArrow,
    .calcslider .NextArrow,
    .calcslider .PrevArrow {
        display: none !important;
    }

    .navbar-light .navbar-toggler .fas,
    .navbar-light .navbar-toggler-icon::after {
        color: #106d9f;
    }

    .navbar-brand,
    .navbar-brand img {
        width: 200px;
        padding-top: 4px;
    }

    .navbar-brand::after {
        display: none;
    }

    .loan-calculator-wrapper {
        margin-top: -9rem !important;
        padding-top: 13.25rem;
    }


    .splitPictureWrapper .BannerImages .curve {
        right: -6px;
    }

    .BannerText .heroWrapper {
        padding-right: 0rem;
        padding-left: 4rem;
    }

    #homePageSlider .slick-dots {
        padding: 0 0 0 5rem;
    }

    .calcslider.homeSliderBreakout {
        border-radius: 0;
    }
}

/* -------------------------------------------------------------------------------------  Large devices (desktops, less than 1280px) */
@media (max-width: 1280px) {

    .BannerText .heroWrapper {
        padding-right: 0rem;
        padding-left: 3rem;
    }

    .splitPictureWrapper .BannerImages .curve {
        right: 1px;
    }

    .BannerImages .curve {
        left: 50px;
    }

    #mainContainerslider {
        margin-left: 30px;
    }

    .splitPictureWrapper .col-sm.banner-text {
        margin-top: -30px;
    }

    .calcslider.homeSliderBreakout,
    .homepage-spotlights,
    .main {
        border-radius: 0;
    }

    .klin-navy {
        display: none;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- 8.2 Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {

    #homePageSlider .slick-dots {
        padding: 0 0 0 2rem;
    }
    
    .services-listing .card-text p {
        min-height: 100px;
    }

    .requirements {
        padding: 5rem 1rem;
    }

    .numeric-table {
        padding: 0 30px 15px;
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
    }

    .numeric-table:last-child {
        border-bottom: none;
    }

    .numeric-table-wrapper,
    .numeric-table.single-loan {
        margin-bottom: 50px;
    }

    .loans-range.landingPageBreakout.last-row {
        padding: 0 0 50px;
    }

    .loans-range .card p {
        min-height: 75px;
    }

    .announcements .announcementItem {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .DisplayNonexs,
    .navbar-brand::after,
    .dropdown-item:before,
    .dropdown-item:first-child:after,
    #mobileNavOnlyButton .dropdown-item:nth-child(2):after,
    #mobileNavOnlyButton>button:nth-child(3) {
        display: none;
    }

    ul.stripedList.TwoColumn {
        column-gap: 1%;
    }

    .other-services .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }

    .other-services .spotlight-box {
        flex: 1 1 50%;
    }

    .sidebar blockquote {
        padding: 50px 45px 50px 94px;
    }

    .mobile-app-download-buttons .row.clearfix {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .mob-app-promo-img img {
        margin-bottom: 3rem;
        width: 410px;
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
    }

    .news-header h2 {
        padding-left: 3rem;
    }

    .BannerImages .col-bgr-cover-left {
        background-position: center center;
    }

    .container .bleed-up {
        padding-top: 9rem !important;
    }

    .loans-range.landingPageBreakout .row {
        max-width: 1400px;
        margin: 0 25px;
    }

    .loans-range .card {
        min-height: 370px;
    }

    .loans-range .button {
        display: block;
        max-width: 140px;
        margin: auto;
        float: none;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .loans-range .mx-md-0 {
        margin-left: 0px !important;
        margin-top: 0px !important;
        padding: 0px 10px !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1rem;
    }

    .our-numbers .col:nth-of-type(2) .banner-content .counter::after {
        right: 61px;
    }

    .news-grid {
        padding: 0 2rem 0 2rem;
        margin-bottom: 3rem;
    }

    .klin-navy {
        height: 120px;
    }

    .mobile-app-banner .card-body {
        padding-top: 65px !important;
        padding-left: 10px !important;
    }

    .homepage-spotlights .spotlights {
        min-height: auto;
        padding: 20px !important;
    }

    .homepage-spotlights .spotlights .spot-text p {
        min-height: 125px;
    }

    .homepage-spotlights .spotlights a {
        position: relative;
        bottom: 0;
    }

    .dropdown-item:after {
        content: '\f105';
        font-size: 18px;
        line-height: 18px;
        font-family: "Font Awesome 6 Pro";
        right: 15px;
        position: absolute;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 18px;
    }

    #mobileNavOnlyButton.show .btn {
        border-radius: 50px;
    }

    #mobileNavOnlyButton .dropdown-menu.show a {
        border-bottom: none;
        padding: 0 1.25rem !important;
        background: #198d45;
        background: -moz-linear-gradient(left, #198d45 0%, #22b158 100%);
        background: -webkit-linear-gradient(left, #198d45 0%, #22b158 100%);
        background: linear-gradient(to right, #198d45 0%, #22b158 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#198d45', endColorstr='#22b158', GradientType=1);
        color: white;
        border-bottom: 1px solid white;
        padding: 15px 0 10px 18px !important;
        font-weight: 600;
        line-height: normal;
        font-size: 1rem;
    }

    #mobileNavOnlyButton .dropdown-menu.show a:nth-child(2) {
        border-radius: 0px 0px 10px 10px;
        padding: 10px 0 15px 18px !important;
    }

    #mobileNavOnlyButton .dropdown-menu.show a:last-child {
        color: #1a8f46;
        font-weight: 300;
        border-bottom: none;
        padding: 15px 0 15px 18px !important;
        background: #eaf0f6;
    }

    #mobileNavOnlyButton .btn::after {
        position: absolute;
        margin-left: 11px;
        right: auto;
        top: 9px;
        bottom: auto;
    }

    .ConnectWithUs {
        padding: 0.5rem 1rem 0rem 1rem;
    }

    #mainNav {
        overflow-y: scroll !important;
        max-height: 90vh !important;
        top: 77px;
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0px 6px 7px #0000000f;
    }

    .TopBar .top-menu-links ul {
        margin-bottom: 48px;
    }
    
    ul.nav.navbar-nav.login-button.navbar-right.buttons3 {
        /* position: absolute; */
        bottom: 0;
        background: #ffffff;
        width: 100%;
        left:0;
        align-content: center;
    }

    .navbar-nav.login-button a.buttonStyle3 {
        margin-left: 7px;
    }

    .mobile-menu-socialLinks-Heading,
    .ConnectWithUs ul {
        line-height: 38px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
    }

    .navbar-collapse.collapse.show {
        background: #fff;
    }

    .navbar-collapse.collapse.show .navbar-nav.main-navigation {
        padding-top: 0;
    }

    .announcements {
        border-radius: 0;
        width: 100vw;
        margin: 0 calc(-50vw + 50%);
        background-size: cover;
        padding: 1rem;
    }

    .navbar-light .navbar-brand {
        padding-left: 2rem;
    }

    .splitPictureWrapper .BannerImages .curve {
        width: 182px;
        right: 0;
    }

    .BannerText .heroWrapperContainer {
        margin-top: -3rem;
    }

    .calcslider.homeSliderBreakout {
        border-radius: 0;
    }

    .BannerText .heroWrapper {
        padding-left: calc(3rem - 5px);
        padding-right: 3rem;
    }

    #breadcrumb {
        padding-left: 3rem;
    }

    .BannerImages .curve {}

    #homePageSlider .slick-dots {
        left: 15px;
    }

    .loginButtons.buttonTitle {
        width: 100%;
    }

    .navigation-portrait .nav-menu>li.loginButtons>a,
    .navigation-portrait .nav-menu>li.loginButtons>a:hover {
        font-family: 'Barlow', sans-serif;
    }


    .nav-menu>li.loginButtons .nav-dropdown li a {}

    .nav-menu>li.loginButtons .nav-dropdown li:first-child {}

    .nav-menu>li.loginButtons .nav-dropdown::before,
    .nav-menu>li.loginButtons .nav-dropdown::after {}

    .nav-menu>li.loginButtons .nav-dropdown li a:hover {}

    .navigation-portrait .nav-menu>li:last-child {}

    .nav-menu>li>.nav-dropdown {}

    .navigation-portrait .nav-menu>li>a {
        color: #4997be !important;
    }

    .spHeader {}

    .nav-search {}

    .navigation.float,
    .container.content-page.with-header,
    .container.content-page,
    .container.news-page,
    .article {}

    .navigation.float {}

    .nav-search>form {}

    .features-icon {}

    .spotlights h2 {}

    .features-main {}

    .features-sub {}

    .features-icon {}

    .container.bodyStart p {}

    .features-icon::after {
        border-bottom: 50px solid #c9ced7;
        border-right: 15px solid #eef0f5;
        border-top: 50px solid #c9ced7;
    }

    .TopFeatures a:hover .features-icon::after {
        border-bottom: 50px solid #60d880;
        border-right: 15px solid #eef0f5;
        border-top: 50px solid #60d880;
    }

    .progress-logo-footer {}

    .spotlight-box {}

    .staff-wrapper:hover {}

    .footer-wrapper .bg-dark .column {}

    .footer-wrapper .bg-dark .column:last-child {}

    .regulatory-links .column {}

    .footer-wrapper .globalAddressTwoCol .NextArrow {}

    .footer-wrapper .globalAddressTwoCol .PrevArrow {
        right: 52px;
    }

    dl,
    ol,
    ul {}

    .homepageSlider .NextArrow,
    .homepageSlider .PrevArrow {}

    .navigation-portrait .nav-search-close-button {}

    .homepageSlider .PrevArrow,
    .homepageSlider .NextArrow,
    .info {}

    .news-page h1 {}

    #NewsArticles {}

    .Newsgrid__item,
    .Newsgrid__col-sizer {}

    .noUi-horizontal .noUi-handle {}

    .loginButtons .icon {}

    .nav-dropdown.nav-submenu {}

    .loan-app-boxes .col-md-4>div {}

    .loan-app-boxes .col-md-4 .button {}

    .positionApply {}

    #mobileNavOnlyButton {
        top: 12px;
    }

    #mobileNavOnlyButton .btn {
        background: #198d45;
        background: -moz-linear-gradient(left, #198d45 0%, #22b158 100%);
        background: -webkit-linear-gradient(left, #198d45 0%, #22b158 100%);
        background: linear-gradient(to right, #198d45 0%, #22b158 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#198d45', endColorstr='#22b158', GradientType=1);
        box-shadow: none;
        min-width: 175px;
        font-weight: 600;
        font-size: 1.063rem;
        line-height: 1rem;
        border-radius: 50px;
        padding: 13px 0 16px 24px !important;
        border: none;
        -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;
    }

    #mobileNavOnlyButton .dropdown-menu.show {
        margin-top: 5px;
        border-radius: 10px;
        padding: 0;
        background: #eaf0f6;
    }

    .first-text {
        padding-top: 50px !important;
    }

    .nav-menu.nav-menu-social.footer {}

    .container.content-page.with-header.spWithImage {
        margin-top: 0 !important;
    }

    .loan-process .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px !important;
        margin-top: 2rem;
    }

    .loan-process .announcementItem {
        min-height: 270px;
    }

    .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: 2rem;
    }

    .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;
        right: 7px;
    }

    .loans-range .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .loanspage-card {
        margin: 2rem 0 5rem;
    }

    .loan-calc-rise {
        padding-top: 160px !important;
        margin-top: -11rem;
    }

    .container.content-page.with-header,
    .container.content-page,
    .container.news-page,
    .article {
        padding: 0;
    }

    .counters .col-xl-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mobile-app-download {
        margin-top: 1rem;
    }

    #mainContainerslider {
        margin-left: 0;
    }

    .announcementItem .row {
        margin: 5px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- 8.3 Medium devices (tablets, less than 1024px) */
@media (max-width: 1024px) {

    .i-am-section.payment-methods h2 {
        margin-bottom: 0;
    }

    .homepage-spotlights .spotlight-box {
        padding: 10px !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .homepage-spotlights .spotlights .spot-text p {
        min-height: 80px;
    }

    .announcementItem .row {}
}

/* ---------------------------------------------------------------------------------------------------------------- 8.3 Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
    
    .calendarium .parent4Across .spotlights {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 25px!important;
    }

    .calendarium .spotlights p {

    }

    .calendarium .spotlights .fa-stack {
        top: 0;
    }

    .calendarium:not(.dates) .spot1 .spot-text::before,
    .calendarium:not(.dates) .spot2 .spot-text::before,
    .calendarium:not(.dates) .spot3 .spot-text::before,
    .calendarium:not(.dates) .spot4 .spot-text::before {
        left: 0;
        top: 11px;
    }

    .calendarium .spotlight-box {
        padding: 0 !important;
        max-width: 100%;
        border-radius: 20px;
        background: #1d5d9f;
        margin-bottom: 0;
    }

    .calendarium  .spotlights h2 {
        margin-bottom: 0;
        padding: 25px 0px 10px 0;
    }

    .calendarium .spot-text {
        border-top: none;
    }

    .xs-btn a.btn.button{
        display: block;
        margin-top: 2rem
    }

    .l-btn a.btn.button{
        display: none;
    }

    .BannerText.mobileGradient{
        position: absolute;
        top: 0;
    }

    #breadcrumb {
        margin-top: 0;
    }

    .slider.BannerText .heroWrapper {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .calcslider .BannerText .heroWrapper {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .splitPictureWrapper .col-sm.banner-text{
        margin-top: 0;
    }

    .contact-details {
        padding: 1rem 0 3rem 0;
    }

    .contact-details .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        justify-content: center;
    }

    .contact-details .column:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .spots-content .spotlights {
        padding: 1rem 0 !important;
    }

    .calendarium .parent4Across {
        grid-template-columns: repeat(2, 1fr);
    }

    .BannerImages .col-bgr-cover-left {
        background-position: top center;
        min-height: 300px;
    }

    .spotlights::before,
    .how-it-works img {
        display: none;
    }


    .spots-content .spotlights {}

    .other-services .spotlights .fa-stack {
        margin-bottom: 2rem;
    }

    .other-services.spots-content .spotlights a {
        margin-left: auto;
    }

    .other-services.spots-content .spot-text.text-center h2,
    .other-services.spots-content .spot-text.text-center p {
        text-align: center !important;
    }

    .news-header .BannerText,
    .news-header .BannerImages .col-bgr-cover-left {
        min-height: 215px;
    }

    .i-am-section .spotlights {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .i-am-section .spot-icon {
        margin: auto;
        width: 76px;
        height: 76px;
    }

    .i-am-section.payment-methods .parent2Across {
        grid-template-columns: repeat(2, 1fr);
    }

    .landingPageBreakout.mobile-app-page.how-it-works {
        padding: 4rem 0 5rem;
    }

    .mobile-app-page .card-body {
        max-width: 500px;
        padding: 0 5rem 0 1rem !important;
    }

    .mobile-app-page.doc-upload {
        padding-top: 3rem;
        padding-bottom: 0;
    }

    .mobile-app-page.balances .card-body,
    .mobile-app-page.doc-upload .card-body {
        margin: auto auto auto auto;
        flex: 1 1 50%;
    }

    .mobile-app-page.balances .card-image,
    .mobile-app-page.doc-upload .card-image {
        margin-left: 3rem;
        flex: 1 1 50%;
    }

    .mobile-app-page.balances .card-image img,
    .mobile-app-page.doc-upload .card-image img,
    .mobile-app-page.transfers .card-image img {
        min-height: 100%;
        min-width: 100%;
        margin: auto;
        display: block;
    }

    .loanspage-card .card {
        border-radius: 30px;
    }

    .loanspage-card .card-body {
        padding: 2.25rem 3.5rem 2.25rem 0 !important;
    }

    .landingPageBreakout.hero-banner-right,
    .landingPageBreakout.hero-banner-left {
        padding-right: 15px;
        padding-left: 15px;
    }

    .umb-block-list {
        border-radius: 0 0 50px 50px;
    }

    .temp-short-paragraph {
        padding: 5rem 2rem 0rem 2rem !important;
    }

    .testimonals .col-bgr-cover-right,
    .testimonals .col-bgr-cover-left {
        min-height: 450px;
        max-width: 100%;
    }

    .short-paragraph .row {
        max-width: 950px;
        margin: 0 2rem;
    }

    .loans-range.landingPageBreakout {
        padding: 0;
    }

    .loans-range.landingPageBreakout.first-row {
        padding: 2rem 0 0;
    }

    .loans-range .card {
        min-height: auto;
    }

    .loans-range .card-icon {
        height: auto;
        flex: 1 1 15%;
    }

    .loans-range .cardButtonList {
        flex: 1 1 15%;
    }

    .loans-range .button {
        font-size: 0;
        min-width: unset;
        max-width: unset;
        height: 75px;
        width: 75px;
        padding: 0;
        margin: 0;
        right: 0;
    }

    .loans-range .button:after {
        content: '\f061';
        font-size: 18px;
        line-height: normal;
        font-family: "Font Awesome 6 Pro";
        right: 0;
        font-weight: 500;
        position: absolute;
        bottom: 0;
        border: none;
        top: 0;
        color: #1d5d9f;
        left: 0;
        margin: auto;
        width: auto;
        height: 20px;
    }

    .loans-range .card:hover .button::after{
        background: transparent;
    }

    .loans-range .card{
        min-height: auto;
        border-radius: 50px;
        margin: 7px;
        box-shadow: 0 0 30px rgb(29 93 159 / 20%);
        padding: 9px!important;
    }

    .loans-range .card-body {
        padding: 0 !important;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }

    .loans-range .card-text {
        min-height: 130px;
        display: none;
    }
    
    .loans-range h2.card-title {
        font-size: 1.3rem !important;
        font-size: clamp(1rem, 1rem + 2vw, 1.3rem);
        margin-top: 0;
        margin-bottom: 0;
        min-height: auto;
        padding: 0 1rem;
        flex: 1 1 50%;
    }

    .BannerImages .curve {
        width: 182px;
        right: -61px;
        display: none;
    }

    .mobile-app-banner .card {
        min-height: auto;
    }

    picture.card-image {
        width: 100%;
    }

    .mobile-app-banner .card-body {
        width: 100%;
    }

    .homepage-spotlights .spotlight-box {
        border-bottom: 0px solid #d9e1e6 !important;
    }

    .homepage-spotlights .spotlights {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .spotlights-wrapper {
        padding: 0 !important;
    }

    .BannerText .heroWrapperContainer {
        margin-top: 0rem;
        max-width: 100%;
    }

    .announcements .announcement-image {}

    #homePageSlider .slick-dots {
        bottom: 60px;
        left: -13px;
        width: 410px;
        text-align: center;
    }

    .announcements {}

    .announcements .announcementRow h3 {}

    .announcements .announcementHeading {}

    .loan-calculator-wrapper {
        margin-top: -10rem !important;
    }

    .calcslider.homeSliderBreakout {
        border-radius: 0;
        height: auto!important;
    }

    .announcements {}

    .spotlight-box:first-child {
        margin-top: 0;
    }

    .footer-wrapper .bg-dark .column {}

    .footer-wrapper .bg-dark .column:last-child {}

    .footer-wrapper .globalAddressTwoCol .NextArrow,
    .footer-wrapper .globalAddressTwoCol .PrevArrow {}

    .footer-wrapper .bg-dark {}

    .regulatory-links .col-lg-5 {}

    .progress-logo-footer {}

    .navigation-portrait .nav-menus-wrapper .loginButtons ul {}

    .container.bodyStart .spotlights-wrapper h2,
    h1#pageHeading {}


    .spot-icon {}

    .homepage-spotlights .spot-text {
        max-width: 100%;
    }

    .spotlights img {
        height: clamp(70px, 40px + 2vw, 90px);
        top: 0;
        margin-right: 0;
    }

    .nav-toggle {}

    .nav-search-icon {}

    .container.content-page.with-header,
    .container.content-page,
    .container.news-page,
    .article {}

    .spotlights-wrapper {}

    .spotlights h2 {}

    .spotlights-wrapper h2::before {}

    .spotlights p {}

    .homepageSlider .PrevArrow,
    .homepageSlider .NextArrow {}

    .features-icon {}

    #Testimonials .img-fluid {}

    .searchresults li {}

    .articleContainer {}

    .art-img {}

    .art-img .art-title {
        background: rgba(88, 157, 191, .93);
    }

    .art-img.noImage .art-title {}

    .category {}

    .art-title h1 {}

    .art-text {}

    .text-detail {}

    .text-article {}

    .author {}

    .day {}

    .month-year {}

    .sliderList {}

    .sliderList ul {}

    #submenu {}

    .Newsgrid__item,
    .Newsgrid__col-sizer {}

    .banner {}

    .downpointer {
        bottom: -12px;
    }

    .banner-wrap::after {
        bottom: -9px;
    }

    .banner .banner-icon .icon-wrap {}

    .banner .currency,
    .banner .counter {}

    /*.calltoactionButtons {
        text-align: left;
    }
    .calltoactionButtons a {
        margin-right: .5rem;
        margin-left: 0;
    }
    */

    .sliderResults {}


    .loan-app-boxes .col-md-4>div {}

    .loan-app-boxes .col-md-4 .button {}

    .sliderResults::before,
    .sliderResults::after {}

    .art-img img {}

    .text-detail {}

    .art-img .art-title {}

    .articleContainer {}


    .counters {
        padding: 1.5rem 2rem 3rem;
    }

    .counters .banner {
        margin-bottom: 0;
    }

    .who-we-are-text {
        column-count: 1;
    }

    .small-icon-spot .spotlights h2 {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .small-icon-spot .spotlight-box {
        padding: 0 0 10px !important;
        margin-bottom: 0;
    }

    .nav-menu.nav-menu-social.footer {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .nav-menu.nav-menu-social.footer li {
        width: 9px;
        margin-right: 2rem;
    }

    .footer-wrapper .bg-dark .column:last-child {
        padding: 0px 0 30px !important;
    }

    .mobile-app-banner .card-body {
        padding-top: 35px !important;
        padding-left: 10px !important;
    }

    .news-sidebar {
        margin-bottom: 1.5rem;
    }

    .footer-soc>a {
        display: inline-block;
        margin-top: 25px;
        float: left;
        display: flex;
        flex-direction: column;
        width: auto;
        margin-right: 1rem;
        align-content: center;
        align-items: center;
        width: 100%;
    }

    .footer-wrapper .bg-dark {
        top: -1px;
        padding-top: 80px;
    }

    .klin {
        border-radius: 0 0 30px 30px;
    }

    .our-numbers .col:nth-of-type(2) .banner-content .counter::after {
        right: 40px;
    }

    .calendarium .spotlight-box {
        margin-bottom: 0;
        padding: 0 !important;
    }

    .hero-banner-left .heroWrapper,
    .hero-banner-right .heroWrapper {
        max-width: 100%;
        margin: 0 15px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .title-text {
        padding-top: 50px;
    }

    .news-header .BannerText,
    .news-header .BannerImages .col-bgr-cover-left {
        background: #1D5D9F;
        background: -moz-linear-gradient(left, #1D5D9F 0%, #DC5B5C 100%);
        background: -webkit-linear-gradient(left, #1D5D9F 0%, #DC5B5C 100%);
        background: linear-gradient(to right, #1D5D9F 0%, #DC5B5C 100%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D5D9F', endColorstr='#DC5B5C', GradientType=1);
    }

    .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;
    }

    .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.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: 2rem 0 4rem;
    }

    .BannerText .heroWrapperContainer {
        padding: 2rem 0 3rem 0;
    }

    .loan-process .announcementItem {
        min-height: 341px;
    }

    .homepageSlider .NextArrow,
    .homepageSlider .PrevArrow,
    .calcslider .NextArrow,
    .calcslider .PrevArrow {
        display: inline-block !important;
    }

    .splitPictureWrapper .twoCurves .BannerImages .curve {
        display: none;
    }

    .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left {
        min-height: 450px;
    }

    .homepageSlider .NextArrow,
    .homepageSlider .PrevArrow,
    .calcslider .NextArrow,
    .calcslider .PrevArrow {
        top: 25%;
        background: rgba(0, 0, 0, .3);
    }

    #homePageSlider .BannerText {
        min-height: 450px;
        background: #e6c587;
        background: -moz-linear-gradient(left, rgb(230 197 135 / 70%) 0%, rgb(36 149 89 / 70%) 100%);
        background: -webkit-linear-gradient(left, rgb(230 197 135 / 70%) 0%, rgb(36 149 89 / 70%) 100%);
        background:linear-gradient(to right, rgb(230 197 135 / 70%) 0%, rgb(36 149 89 / 70%) 100%);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c587', endColorstr='#249559', GradientType=1);
    }

    .homepage-spotlights {
        border-radius: 30px 30px 0 0;
    }

    #homePageSlider .BannerText .flex-centered {
        margin: auto -15px;
    }

    #homePageSlider .BannerText .heroWrapperContainer {
        padding-bottom: 6rem;
    }

    .homepage-spotlights .spotlights {
        padding: 20px 15px !important;
    }

    .homepage-spotlights .spotlight-box {
        margin-bottom: 0 !important;
        border-bottom: 1px solid #d9e1e6;
        padding: 15px !important;
    }

    .homepage-spotlights .spotlight-box::after {
        display: none;
    }

    .counters .col-xl-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homepage #mapid {
        margin-bottom: 2rem;
    }

    .loans-benefits .fa-stack {
        height: 60px;
        width: 60px;
    }

    .twoCurves .BannerText {
        padding: 0 15px;
    }

}

/* ---------------------------------------------------------------------------------------------------------------- 8.4 Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .minor-page {
        margin: 1rem 0;
    }

    .row.BannerImages {
        display: none;
    }

    .calcslider .row.BannerImages {
        height: 50vh;
        display: block;
    }

    #homePageSlider .btn:not(.umb-button__button, .umb-button-group__toggle, #homePageSlider .dropdown-toggle) {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #homePageSlider .twoCurves .BannerText h2,
    #homePageSlider .twoCurves .BannerText h3{
        margin-bottom: 5px;
    }

    #homePageSlider .BannerText .heroWrapperContainer {
        padding-bottom: 0;
        padding-top: 0;
    }

    #homePageSlider .slick-dots {
        bottom: 10px;
        left: -40px;
        width: 410px;
        text-align: center;
    }

    #homePageSlider .BannerText{
        min-height: auto;
    }

    .services-listing .card-text p {
        min-height: unset;
    }

    .i-am-section .bg-info {
        flex-direction: column !important;
        align-items: center;
    }

    .mobile-app-banner .card-image img {
        max-width: 100%;
        padding: 0;
        height: 300px;
        object-fit: cover;
        width: 100%;
        border-radius: 0 0 40px 40px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

    .spot-icon {
        height: auto;
    }

    .homepage-spotlights .spotlights .spot-text p {
        min-height: 120px;
    }

    .homepage-spotlights .spotlight-box {
        padding: 10px !important;
    }

    .sidebar {
        padding: 0 !important;
    }

    .i-am-section .row {
        background: white !important;
        box-shadow: 0 0 30px rgb(29 93 159 / 20%);
        max-width: 100%;
        margin: 0;
        padding: 2rem;
        border-radius: 20px;
    }

    .minor-page picture.card-image {
        height: auto;
    }
    .minor-page .card-background .card-img-overlay {
        background: none;
        position: relative;
    }

    .minor-page .card-background .card-img-overlay .card-text-wrapper {
        margin: 0;
        position: relative;
        bottom: unset;
        left: 0;
        transform: translate(0, 0%);
        text-align: left;
        max-width: 100%;
        top: auto;
        width: 100%;
    }

    .minor-page .card-background .card-img-overlay .card-text-wrapper h2 {
        color: #1e5e9f;
        margin: 0;
    }

    .loanspage-card .card-body {
        padding: 0rem 2rem 2rem 2rem !important;
    }

    .loanspage-card .button {
        max-width: 200px;
        min-width: 180px;
        margin: 20px auto 0 auto;
    }

    .nav-search-icon {
        color: #4997be;
    }

    .minor-page .main-content.DocUp picture.card-image {
        height: auto;
        text-align: center;
    }

    .minor-page .main-content.DocUp .card img {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #featured {
        border-radius: 5px 5px 0 0;
    }

    .newsboxes div:nth-child(2) .rounded-0 {
        border-radius: 0 !important;
    }

    .newsboxes div:nth-child(3) .rounded-0 {
        border-radius: 0 0 0 5px !important;
    }

    .nav-menus-wrapper-close-button {
        color: #4997c4;
    }

    .navigation-portrait .nav-search-close-button {
        color: #4997c4;
    }

    .regulatory-links p,
    .regulatory-links a {}

    .regulatory-links a {}

    h1 {}

    h2,
    .container.bodyStart h1 {}

    #Col1,
    #Col2,
    #Col3 {}

    #NewsArticles {}

    .halfleft.col-bgr-cover,
    .halfright.col-bgr-cover {}

    .halfleft.col-bgr-cover::before,
    .halfright.col-bgr-cover::before {}

    .halfright.col-bgr-cover::before {}

    .card-left img,
    .card-right img {}

    .SliderInner .TestimonialSlider .slick-slide {}

    #Testimonials .content.SliderInner .container {}

    #Testimonials .content.FullSlider .container {}

    .news-page h1 {}

    .spotlights h2 {}

    #Testimonials .img-fluid {}

    .nav-search-button:hover .nav-search-icon {
        color: #4997be;
    }

    ul.stripedList.TwoColumn,
    ul.stripedList.ThreeColumn {
        column-count: 1;
    }

    ul.stripedList.TwoColumn li,
    ul.stripedList.ThreeColumn li {
        width: 100%;
    }

    ul.stripedList.TwoColumn li:nth-child(2n+1),
    ul.stripedList.ThreeColumn li:nth-child(2n+1) {
        background-color: #eaf0f6;
    }

    ul.stripedList.TwoColumn li:nth-child(4n+2),
    ul.stripedList.ThreeColumn li:nth-child(6n+2) {
        background-color: #eaf0f6;
    }

    .umbraco-form-block>div,
    .globalAddressWrapper {}



    .contact_img {}

    .loan-app-boxes .col-md-4>div {}

    .loan-app-boxes .col-md-4 .button {}

    .calltoactionButtonsSmall {}

    .resultsWrapper {}


    .globalAddressWrapper {}

    .banner .banner-icon {}

    .card-title,
    .container.bodyStart .news-top-story h2 {}

    .Related-articles .slick-track {
        margin-left: 0;
        margin-right: 0;
    }

    .Related-articles h2:not(.post-title) {
        padding: 50px 0 0 0;
    }

    .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 {
        margin-bottom: 0 !important;
    }

    .loanspage-text-section {
        margin-top: 2rem !important;
    }

    .staff-members {
        margin-top: 0px !important;
    }

    .title-text {
        padding: 40px 0 20px;
    }

    .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 {
        padding-bottom: 1rem !important;
    }

    .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%;
    }

    .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.doc-upload .card-body,
    .mobile-app-page.balances .card-body {
        margin-bottom: 2rem;
        padding: 2rem 15px 2rem 15px!important;
        background: #eaf0f6;
        border-radius: 20px;
    }

    .landingPageBreakout.mobile-app-page.transfers {
        padding: 2rem 15px 2rem 15px!important;
        border-radius: 20px;
        width: 100%;
        margin: 0 calc(0vw + 0%);
        margin-bottom: 2rem;
        background-size: cover;
        background-image: none!important;
        background-color: #eaf0f6!important;
    }

    .mobile-app-page.transfers h2 {
        color: #1d5d9f !important;
    }

    .mobile-app-page.transfers .card-body p {
        color: #445356;
    }

    .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 {
        margin-top: 2rem;
    }

    .banner .banner-icon .icon-wrap {
        bottom: 112px;
    }

    .umb-block-list {
        border-radius: 0 0 30px 30px;
    }

    .small-icon-spot .spotlights h2 {
        display: none;
    }

    .small-icon-spot .spotlight-box {
        padding: 0 !important;
    }

    .small-icon-spot {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .small-icon-spot .parent2Across .spotlights p, .small-icon-spot .parent3Across .spotlights p, .small-icon-spot .parent4Across .spotlights p {
        margin-bottom: 0;
    }

    .small-icon-spot .parent2Across .spotlights, .small-icon-spot .parent3Across .spotlights, .small-icon-spot .parent4Across .spotlights{
        display: flex;
        padding: 0 !important;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: start;
    }

    .spots-content .spotlights {
        display: flex;
        padding: 2.5rem 0 4rem !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .other-services .spotlights .fa-stack {
        margin-bottom: 10px;
    }

    .other-services.spots-content .spot-text.text-center p {
        text-align: center !important;
        margin-bottom: 15px;
    }

    .other-services.spots-content .spotlights {
        padding: 10px!important;
    }

    .other-services i {
        font-size: 1.5em;
    }

    .news-header .BannerText {
        padding: 0rem 0 2rem 0;
    }

    .news-header .BannerText, .news-header .BannerImages .col-bgr-cover-left {
        min-height: auto;
    }

    .sidebar {
        padding: 0 !important;
        display: none;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- 8.5 Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {

    .requirements.two {
        margin-top: 0;
    }

    .ConnectWithUs {
        margin-top: 0px !important;
    }
    .main-navigation .dropdown-item {
        padding: 11px 30px 11px 20px;
    }
    .insurance-anchor {
        display: block;
        position: relative;
        top: -380px;
        visibility: hidden;
    }
    .i-am-section.payment-methods .row {
        padding: 1rem 0 !important;
    }
    .payment-methods .spotlight-box {
        margin-bottom: 10px;
    }
    .payment-methods .spotlights img {
        height: 60px;
    }
    .payment-methods .spot-icon {
        width: 60px;
        height: 60px;
    }
    .var-corners.hero-banner-right>.row {
        margin-bottom: 1rem;
    }
    .savings-cap {
        padding: 10px 0 !important;
    }
    .i-am-section.payment-methods h2 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .small-icon-spot {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .mobile-app.loanspage-card .card {
        margin-top: 1rem;
    }
    .mobile-app-download {
        margin-top: 0;
    }
    .testimonial-wrapper {
        padding: 1rem 0 0;
    }
    .short-paragraph {
        padding: 14rem 0 0;
    }
    .short-paragraph .small-icon-spot.loan-benefits {
        padding: 0;
    }
    .spacer {
        padding: 0px 0px 20px 0px !important;
    }
    .hero-elevated {
        padding-bottom: 20px;
    }
    .container .bleed-up {
        padding-top: 7rem !important;
    }
    .loans-range.landingPageBreakout.first-row {
        padding: 0;
    }
    .calc-left-group .bootstrap-select>.dropdown-toggle {
        padding: 8px 20px;
    }
    #CalculatorInputWrapper label, .RepaymentsLabel {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .CalculatorInputWrapper .number-input input[type=number] {
        padding: 8px 8px 8px 40px;
        height: auto;
    }
    .currencySymbolInput {
        top: -4px;
    }
    .amount-input-group {
        margin-bottom: 0;
    }
    .calcInputTab {
        padding: 5px 0;
    }
    .mainRepayment {
        line-height: 5rem;
    }
    .currencySymbolMain {
        top: -25px;
    }
    .calcNumbers {
        padding: 0;
    }
    .calcNumbers .col-4 {
        padding: 0 3px;
    }
    .calc-button-wrapper .btn {
        margin: 0 0 5px;
    }
    .homepage-spotlights .spot-text p {
        display: none;
    }
    .news-grid .news-sidebar .lib-desc p {
        display: none;
    }
   .contactUsBackground .anchor {
        display: block;
        position: relative;
        top: -120px;
        visibility: hidden;
    }

    .spots-content.noPadding .spotlights {
        padding: 2rem 15px 2rem 15px!important;
        background: #eaf0f6;
        border-radius: 20px;
    }

    .spots-content .spotlight-box {
        margin-bottom: 0;
    }
    .spots-content .spotlight-box:last-child {
        margin-bottom: 15px;
    }

    .spots-content .spot-text.text-center h2, .spots-content .spot-text.text-center p {
        margin-bottom: 0px;
    }

    .spots-content.noPadding .spot-icon, .spots-content .spot-icon {
        display: none;
    }
    .spots-content .spotlight-box {
        padding: 20px 0 !important;
        border-bottom: 1px solid #ccc;
        margin-top: 0 !important;
    }
    .spots-content .spotlights {
        padding: 0 !important;
    }
    .spots-content .spotlights a {
        margin-top: 10px;
    }
    .other-services .spotlight-box {
        margin-bottom: 0;
        margin-top: 0 !important;
        border-bottom: 1px solid #ccc;
    }
    .other-services.spots-content .spotlights {
        padding: 0!important;
    }
    .other-services .spotlight-box:last-child {
        border-bottom: none;
    }
    .other-services .spotlights .fa-stack {
        height: 60px;
    }
    .other-services i {
        font-size: 60px;
    }
    .other-services i:last-child {
    }
    .mob-app-promo-text img {
        margin-right: 0;
    }

    .mob-app-promo-text img {
        width: 48%;
    }

    .how-to-get-started .button{
        min-width: 150px;
    }

    .how-to-get-started ul.cardButtonList {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .how-to-get-started .cardButtonList li {
        float: none;
    }

    .how-to-get-started .cardButtonList li {
        margin-right: 5px;
    }

    .loan-benefits .spotlights h2,
    .ob-features .spotlights h2{
        display: none;
    }

    .ob-features .spotlight-box {
        padding: 0 !important;
        margin-bottom: 0;
    }

    .ob-features {
        padding: 2rem 0px 2rem 0px;
    }

    .jag-faq-title:not(.faq-accordion .jag-faq-title) {
        font-size: 0.938rem;
    }

    .loan-benefits .parent2Across .spotlight-box {
        padding: 0 !important;
    }

    .loans-range h2.card-title {
        font-size: 1.2rem !important;
        line-height: 1.2rem;
    }
    .loan-calculator-wrapper-content {
        padding: 1rem 0;
    }
    .loan-calculator-wrapper-content p:not(.calcInputTermsAndConditions) {
        margin-bottom: 1rem;
    }
    .requirements {
        padding: 1rem;
    }
    .loans-benefits .parent3Across {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .loans-benefits .spotlights {
        padding: 15px !important;
    }
    .loans-benefits .spotlights img {
        height: 30px;
    }
    .loans-benefits h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .slider.BannerText .heroWrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .loans-range.landingPageBreakout .row{
        margin: 0;
    }

    .footer-wrapper .bg-dark {
        padding-bottom: 0;
    }

    .btn.inverted-flat {
        margin-top: 5px;
    }

    .footer-soc>a{
        width: 35%;
    }
    .footer-soc>a:nth-child(3){
        margin-left: 3rem;
    }

    .MaxAmounts,
    span#RequiredTermInMonthsYears {
        display: none;
    }
    
    .RepaymentNumber {
        margin: 0 0 0 0;
    }

    .contact-details .column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .contact-details .column p {
        min-width: 222px;
    }

    .calendarium .spotlight-box {
        margin-bottom: 15px;
    }

    .calendarium .parent4Across {
        grid-template-columns: repeat(1, 1fr);
    }

    .loans-range .card p {
        min-height: unset;
    }

    .homepage-spotlights .spotlight-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 !important;
    }
    .homepage-spotlights .spotlights h2 {
        font-size: 1.2rem;
    }
    .homepage-spotlights .spotlights-wrapper .container-fluid {
        padding: 0 !important;
    }
    .homepage-spotlights > .row > .col-xl-12 {
        padding: 0 !important;
    }
    .homepage-spotlights .spotlights a {
        min-width: 140px;
        max-width: 140px;
    }
    .homepage-spotlights .spotlights {
        padding: 10px !important;
    }
    .more-btn {
        padding: 0 0 15px !important;
    }
    .mobile-app-banner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
        
    .our-numbers h2, .news-sidebar>h2 {
        margin-top: 0px;
    }
    .our-numbers .banner {
        border-bottom: 0;
        margin: 0;
    }
    .announcements .announcementItem {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .homepage-spotlights .spotlights .spot-text p {
        min-height: auto;
    }

    .mobile-app-page.balances .card-image img,
    .mobile-app-page.doc-upload .card-image img {
        display: none !important;
    }

    .i-am-section .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    ul.stripedList.TwoColumn {
        padding: 0 40px 0 40px;
        margin-bottom: 0;
    }

    ul.stripedList.TwoColumn li:nth-child(4n+2),
    ul.stripedList.ThreeColumn li:nth-child(6n+2) {
        background-color: #eaf0f6;
    }

    .minor-page {
        margin: 2rem 0 2rem 0;
    }

    .mobile-app-page.balances {
        padding-top: 2rem;
    }

    .mobile-app-page.doc-upload {
        padding-top: 0rem;
    }

    .BannerImages .col-bgr-cover-left {
        min-height: 250px;
    }

    .mob-app-promo-img img {
        margin-bottom: 0;
        width: auto;
        left: 0;
        position: relative;
        transform: translate(0%, 0);
    }

    .BannerImages .col-bgr-cover-left {
        background-position: 80% 0%;
    }

    .loans-range.landingPageBreakout.last-row {
        padding-bottom: 3rem;
    }

    .loans-range .mx-md-0 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .temp-short-paragraph {
        padding: 2rem 0rem 0rem 0rem !important;
    }
    .hero-elevated {
        padding-top: 16rem;
    }

    .loans-range .card-text {
        min-height: auto;
    }

    #breadcrumb {
        padding-left: 16px;
    }

    .BannerText .heroWrapperContainer {
        padding: 2rem 0 3rem 0;
    }

    .calcslider .BannerText .heroWrapper{
        padding-left: 1rem;
        padding-right: 2rem;
    }

    #mainNav {
        top: 72px;
    }

    .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;
    }

    .announcementItem .row {border-radius: 10px;}

    .spot-icon {
        height: auto;
    }

    .NewsWidgetslider img {
        border-radius: 20px;
        height: 150px;
        width: 100%;
        object-fit: cover;
    }

    .our-numbers>.col {
        max-width: 25%;
        display: inline-block;
        margin: 3rem 10% 0 0;
    }

    .our-numbers .col:nth-of-type(2) .banner-content .counter::after {
        right: -46px;
    }

    .NewsWidgetslider .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .NewsWidgetslider .button {
        display: block;
        margin: 20px auto 0 auto;
    }

    .mobile-app-banner .card-body {
        padding-top: 40px !important;
        padding-left: 30px !important;
    }

    .mobile-app-banner .card {
        background: #256bb3;
    }

    .cardButtonList {
        width: 100%;
    }

    .mobile-app-banner .card-body .cardButtonList li {
        display: block;
        width: 175px;
        margin: 0 auto;
        float: unset;
    }


    #mobileNavOnlyButton .btn {
        min-width: 125px;
        font-size: .813rem;
        line-height: 2.5rem;
        border: none;
        text-align: left;
        padding: 0 0 0 15px !important;
    }

    .navbar-brand,
    .navbar-brand img {
        width: 160px;
    }

    .navbar-light .navbar-brand {
        padding-left: .5rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    #mobileNavOnlyButton .btn::after {
        right: 16px;
        top: 7px;
    }

    #mobileNavOnlyButton {
        right: 0;
        position: relative;
        top: 0;
    }

    .navbar-light .navbar-toggler {
        top: -1px;
        position: relative;
    }

    .announcements .announcementRow h3 {
        margin-top: 0;
        font-size: 1.2rem;
    }

    .announcements .announcement-image {max-width: 50px;}

    .loan-calculator-wrapper {
        margin-top: -24rem !important;
        padding-top: 27.25rem;
    }

    .announcementPic {}

    .announcements .announcementHeading {}

    #mobileNavOnlyButton .dropdown-menu.show {
        width: 100vw;
        margin: 15px calc(-50.65vw + 0%) 0;
        border-radius: 0;
        border: none;
        overflow: hidden;
        padding: 0 1.5rem;
    }

    .spHeader {
        background-color: rgba(6, 60, 89, .7);
    }

    .title-text .row {
        /*margin: auto -15px;*/
    }

    .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 .jag-faq-theme5 table tbody td {
        display: flex;
        flex-direction: column;
    }

    .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;
        margin-bottom: 20px;
    }
    .homepage-spotlights p:not(.spotlights-wrapper p) {
        margin-bottom: 0;
    }
    .loan-calculator-wrapper .col-md-12 {}

    .loan-calculator-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .loan-process .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .loan-process .announcementItem {
        min-height: unset;
    }

    .testimonals .col-bgr-cover-right,
    .testimonals .col-bgr-cover-left {
        min-height: 300px;
    }

    .rep-example-numbers h3 {
        font-size: 2.25rem;
    }

    .number-input button {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
    }

    .step-wrapper {
        margin: -8px auto 1.5rem;
    }

    .loans-benefits.landingPageBreakout {
        padding: 2rem 0 3rem;
    }

    .rep-example-numbers {
        padding: 1rem 0 3.5rem;
    }

    .loans-range .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .loanspage-calc.landingPageBreakout {
        padding: 0;
    }

    .homepageSlider .NextArrow,
    .homepageSlider .PrevArrow,
    .calcslider .NextArrow,
    .calcslider .PrevArrow {
        display: none !important;
    }

    .lunchHours {
        max-width: 100%;
    }

    .numeric-table {
        padding: 0 10px 10px;
    }
    .numeric-table.single-loan {
        padding: 0;
    }
    .numeric-wrapper, .numeric-wrapper-odd {
        padding: 3px 7px 3px 35px;
        line-height: 1.2rem;
        background-position: left top 0;
    }
    .numeric-table-wrapper, .numeric-table.single-loan {
        margin-bottom: 20px;
    }
    .numeric-table.single-loan .column {
        padding: 0;
    }
    .main-content img {
        margin-bottom: 1rem;
    }

    .main-content .card .column.card-body {
        margin: auto;
        padding: 0 1rem 20px !important;
    }

    .our-numbers .col:nth-of-type(2) .banner-content .counter {
        left: -18px;
    }
    .calendarium .row {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .calendarium .spotlights h2 {
        margin: 0;
    }
    .mob-app-promo {
        padding: 1.5rem 0;
    }
}

@media (max-width: 393px) {

    .i-am-section.payment-methods .spotlights p {
        display: none;
    }

    .search-panel {
        border-radius: 30px;
    }

    .contact-details .column:first-child {
        margin-bottom: 2rem;
    }

    .contact-details .column:last-child {
        justify-content: center;
        margin-top: 2rem;
    }

    .form-control {
        height: auto;
    }

    #mobileNavOnlyButton .dropdown-menu.show {
        width: 100vw;
        margin: 15px calc(-47.65vw + 0%) 0;
        border-radius: 0;
        border: none;
        overflow: hidden;
        padding: 0 1.5rem;
    }

    .i-am-section.MemberSection .row {
        padding-top: 11rem !important;
        margin: -10rem auto 6rem;
    }

    .i-am-section.MemberSection .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        overflow: hidden;
        width: 86%;
    }

    .news-header {
        border-radius: 0 0 30px 30px;
        overflow: hidden;
    }

    .news-header h2 {
        padding-left: 20px;
    }


    .landingPageBreakout.video-section {
        margin-top: -1rem;
        padding-bottom: 8rem;
    }

    .hero-elevated {
        padding-top: 9rem;
    }

    .i-am-section.payment-methods .parent2Across {
        grid-template-columns: repeat(1, 1fr);
    }

}

/* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (375px) */
@media (max-width: 375px) {

    .how-to-get-started .button {
        min-width: 137px;
    }

    .loans-range .card-icon {
        height: auto;
        flex: 1 1 20%;
    }

    #homePageSlider .slick-dots {
        width: 100%;
    }

    .calcslider .row.BannerImages {
        height: 60vh;
    }

    .spotlights-wrapper {
        padding: 0 !important;
    }

    .homepage-spotlights .spotlight-box {
        padding: 7px !important;
    }

    .mobile-app-download-buttons {
        margin: 0 !important;
        padding: 5px;
        background: none !important;
    }
    .mobile-app-download-buttons .column {
        padding: 3px;
    }

    .homepage-spotlights .spot-text {
        max-width: 100%;
    }

    .homepage-spotlights .spot-icon {
        width: 60px;
    }
    .homepage-spotlights .spotlights img {
        height: 60px;
    }
    .mobile-app-banner .card-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    .our-numbers .col:nth-of-type(2) .banner-content .counter::after {
        right: -50px;
    }

    .mobile-app-download-buttons .row.clearfix {
    }

    .mobile-app-download-buttons img {
        width: 185px;
    }

    .mobile-app-download-buttons .col-xl-6.column.mx-0.mx-md-0.text-center:first-child {
    }

    .loans-benefits .parent3Across {
        grid-template-columns: repeat(1,1fr);
    }

}

/* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (360px) */
@media (max-width: 360px) {
    

    .calendarium .parent4Across .spotlights {
        padding: 10px 20px!important;
    }

    .navbar-brand,
    .navbar-brand img {
        width: 140px;
    }

    .our-numbers .col:nth-of-type(2) .banner-content .counter::after {
        display: none;
    }
}

.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;
}

