/* ---------------------------------------------------------------------------------------------------------------- 1.0 GENERAL */
:root {
    --darker-teal: #1f7a78;
	--teal: #00b0ad;
	--navy: #182958;
	--grey1: #6e6e6e;
	--grey2: #4f4f4f;
	--purple: #8252c7;
	--light-purple: #f2e8ff;
	--darker-green: #478128;
	--pink: #d31269;
	--body-color: #3c3c3c;
}

html {
}

body {
    color: var(--body-color);
    font-family: 'Manrope', sans-serif;
    line-height: 1.563rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--navy);
    font-weight: 500;
    /* EASING*/
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    a:hover {
        color: var(--teal);
    }
p a, .privacy-policy li a {
     color: var(--darker-teal);
	text-decoration: underline;
}
p a:hover, .privacy-policy li a:hover {
    text-decoration: underline;
}

.btn, .button {
    font-size: .875rem;
}

    .button:hover {
        color: white;
    }

    .button:focus {
    }

h1, h2, h3, h4, p.heading, button, .tabs, thead, nav#pagination, .apc.pod-windows .item .link, blockquote {
    font-family: 'Manrope', sans-serif;
}

h1, h2, h3 {
    font-weight: 700;
}

h2 {
    font-size: 1.875rem;
    position: relative;
    color: var(--navy);
}

h3 {
    font-size: 1.125rem;
    font-weight: 500;
}

p, li, label, td, h6, table th, footer .heading {
    color: var(--body-color);
    line-height: 1.536rem;
    font-size: .938rem;
    font-weight: 500;
}

.container.content-page li {
}

blockquote {
    color: #4997be;
}

    blockquote::before {
        background-color: #4997be;
    }

table {
    margin: 0 0 30px;
}

.text-center {
  margin-top: 0;
}

a.greatplacetowork {
    max-width: 150px;
    margin: 0 auto;
}

.container.bodyStart p {
    font-size: .938rem;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border: 0;
    background-color: transparent;
    /*color: var(--teal);
	*/
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.spotlights a:hover, .button a:hover, .contactUsForm input[type="submit"]:hover, .umbraco-forms-navigation input[type="submit"]:hover {
    text-decoration: none;
    color: inherit;
    filter: none;
}

.responsive-table thead th, .responsive-table tbody th[scope="row"] {
    font-weight: 600;
    line-height: 1.25rem;
}

    .responsive-table thead th p, .responsive-table tbody th[scope="row"] p {
        font-weight: 400;
    }
/* ---------------------------------------------------------------------------------------------------------------- 1.1 NOTIFICATIONS */
.bn-breaking-news {
	display: none;
}

.bn-news ul li span {
    font-size: .875rem !important;
}

.fancybox-content {
    border-radius: 5px;
}
/* ---------------------------------------------------------------------------------------------------------------- 2.0 HEADER */
/* MAIN NAVIGATION */
.navbar {
    background: white !important;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .16);
    z-index: 8;
    height: 110px;
}

.navbar-nav.main-navigation {
    flex-grow: 2;
    justify-content: space-around;
    padding-top: 50px;
}

.navbar-brand, .navbar-brand img {
    width: 167px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 1rem 0;
    color: var(--navy);
    font-size: .875rem;
    font-weight: 600;
    border-bottom: 4px solid transparent;
}

.navbar-nav .nav-item:hover > ul, .navbar-nav .nav-item:focus-within > ul, .navbar-nav .nav-item ul:hover {
    border-bottom: 4px solid var(--teal);
}

.nav-item.dropdown {
    padding-right: 20px;
}

.dropdown-toggle::after {
    content: '\f105';
    font-size: 17px;
    line-height: 28px;
    font-family: "Font Awesome 6 Pro";
    right: 10px;
    font-weight: 400;
    position: absolute;
    bottom: 3px;
    transform: rotate(90deg);
    border: none;
    top: 0;
}

.navbar-light .navbar-nav .dropdown-menu {
    box-shadow: 0 2px 5px rgba(53,69,95,0.2);
    margin-top: 0;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    width: 100%;
    min-width: 210px;
    margin-left: -20px;
}

.dropdown-item {
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    width: 100%;
    padding: 13px 20px;
    text-decoration: none;
    float: left;
    font-size: 14px;
    font-weight: 450;
    color: var(--navy);
    background-color: rgba(255,255,255,0.95);
    text-transform: capitalize;
    -webkit-transition: color 0.3s,background 0.3s;
    transition: color 0.3s,background 0.3s;
}

.navbar-light .login-button .dropdown-menu {
    background: #006EA0;
    border-radius: 0 0 10px 10px;
    min-width: 100%;
    margin-left: 0;
    padding: 0 1rem;
}

.navbar-nav.login-button .btn-group.show a {
    border-radius: 10px 10px 0 0;
}

.navbar-nav.login-button .btn-group.show li a {
    text-align: left;
    padding: 17px 0 10px;
    font-weight: 600;
}

    .navbar-nav.login-button .btn-group.show li a:hover {
        font-weight: 800;
    }

.navbar-light .login-button .dropdown-menu li {
    border-bottom: 1px solid white;
}

    .navbar-light .login-button .dropdown-menu li:last-child {
        border-bottom: none;
    }

.navbar-light .login-button .dropdown-menu a {
    width: 100%;
    display: block;
    background: none;
    border-radius: 0;
}

.navbar-light .login-button .dropdown-menu li:last-child a {
    padding: 10px 0 17px;
}

.navbar-nav.login-button {
    margin: 10px 5px 0;
}

    .navbar-nav.login-button a {
        min-width: 180px;
        max-width: 180px;
        font-size: .875rem;
        line-height: normal;
        font-weight: 700;
        color: white;
        border: none;
        text-align: center;
        padding: 17px 0;
        border-radius: 10px;
        background: #8561a9;
        background: -moz-linear-gradient(top, #8561a9 0%, #463f76 100%);
        background: -webkit-linear-gradient(top, #8561a9 0%,#463f76 100%);
        background: linear-gradient(to bottom, #8561a9 0%,#463f76 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8561a9', endColorstr='#463f76',GradientType=0 );
        /*-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	*/
    }

    .navbar-nav.login-button .dropdown-toggle::after {
        right: 33px;
        top: 4px;
    }

    .navbar-nav.login-button a.buttonStyle1 {
		background: #8561a9;
		background: -moz-linear-gradient(top, #8561a9 0%, #463f76 100%);
		background: -webkit-linear-gradient(top, #8561a9 0%,#463f76 100%);
		background: linear-gradient(to bottom, #8561a9 0%,#463f76 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8561a9', endColorstr='#463f76',GradientType=0 );
    }

        .navbar-nav.login-button a.buttonStyle1:hover {
			background: #463f76 !important;
			background: -moz-linear-gradient(top, #463f76 0%, #8561a9 100%) !important;
			background: -webkit-linear-gradient(top, #463f76 0%,#8561a9 100%) !important;
			background: linear-gradient(to bottom, #463f76 0%,#8561a9 100%) !important;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#463f76', endColorstr='#8561a9',GradientType=0 ) !important;
			box-shadow: 0 5px 15px rgba(135, 102, 172,.5);
        }

    .navbar-nav.login-button a.buttonStyle2 {
        background: #006EA0;
        background: -moz-linear-gradient(top, #006EA0 0%, #0E4373 100%);
        background: -webkit-linear-gradient(top, #006EA0 0%,#0E4373 100%);
        background: linear-gradient(to bottom, #006EA0 0%,#0E4373 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006EA0', endColorstr='#0E4373',GradientType=0 );
        padding-right: 15px;
    }

        .navbar-nav.login-button a.buttonStyle2:hover {
            background: #0E4373;
            background: -moz-linear-gradient(top, #0E4373 0%, #006EA0 100%);
            background: -webkit-linear-gradient(top, #0E4373 0%,#006EA0 100%);
            background: linear-gradient(to bottom, #0E4373 0%,#006EA0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E4373', endColorstr='#006EA0',GradientType=0 );
            box-shadow: 0 5px 15px rgba(0, 110, 160,.4);
        }

.navbar-light .navbar-toggler-icon {
    width: 30px;
    height: 1.25rem;
}

.navbar-light .navbar-toggler {
    color: var(--navy);
    border: none;
    padding: .25rem 0;
    font-size: 1.25rem;
}

    .navbar-light .navbar-toggler .fas {
        font-weight: 300;
        font-size: 30px;
        width: 30px;
    }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--navy);
    border-color: var(--teal);
}
/* ---------------------------------------------------------------------------------------------------------------- 2.1 SEARCH BAR */
.nav-search {
    display: none;
}
/* ---------------------------------------------------------------------------------------------------------------- 2.4 LOGIN BUTTONS */
.loginButtons {
    width: auto;
}

    .loginButtons.icon.button1, .loginButtons.icon.button2 {
    }

    .loginButtons.buttons1, .loginButtons.buttons2 {
        background-image: none;
        border-radius: 10px;
        margin-top: 15px;
    }

.navigation-landscape .nav-menu > li.loginButtons > a {
    margin: 0 !important;
    text-align: center;
    padding: 0 !important;
    white-space: nowrap;
    width: 180px;
}

.menuButtons {
}

.loginButtons:hover > a {
}

.nav-menu > li.loginButtons > a, .nav-menu > li.loginButtons > a:hover {
    font-family: 'Manrope', sans-serif;
    font-size: .875rem !important;
    text-transform: none !important;
    height: auto;
}

.nav-menu > li.loginButtons .submenu-indicator-chevron {
}

.nav-menu > li.loginButtons .nav-dropdown {
    border-radius: 0 0 10px 10px;
    background: #006EA0;
    width: 180px;
    margin-top: 0;
    padding: 0 15px;
    margin-left: 0;
}

.nav-menu > li.loginButtons a:hover:after, .nav-menu > li.loginButtons a:focus:after, .nav-menu > li.loginButtons a:active:after, .nav-menu > li.loginButtons ul li a:hover:after {
    background: transparent !important;
}

.nav-menu > li.loginButtons .nav-dropdown::before, .nav-menu > li.loginButtons .nav-dropdown::after {
    display: none;
}

.nav-menu > li.loginButtons .nav-dropdown::after {
}

.loginButtons.buttons1, .nav-menu > li.loginButtons.buttons1 .nav-dropdown {
    background: #dbb625;
    background: -moz-linear-gradient(top, #dbb625 0%, #ea9521 100%);
    background: -webkit-linear-gradient(top, #dbb625 0%,#ea9521 100%);
    background: linear-gradient(to bottom, #dbb625 0%,#ea9521 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb625', endColorstr='#ea9521',GradientType=0 );
    /* EASING*/
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    .loginButtons.buttons1:hover {
        background: #ea9521;
        background: -moz-linear-gradient(top, #ea9521 0%, #dbb625 100%);
        background: -webkit-linear-gradient(top, #ea9521 0%,#dbb625 100%);
        background: linear-gradient(to bottom, #ea9521 0%,#dbb625 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9521', endColorstr='#dbb625',GradientType=0 );
        box-shadow: 0 5px 15px RGBa(240, 138, 32, .7);
    }

    .nav-menu > li.loginButtons.buttons1 .nav-dropdown::before {
        border-top-color: #e38250;
    }

.loginButtons.buttons2 {
    background: #006ea0;
    background: -moz-linear-gradient(top, #006ea0 0%, var(--navy) 100%);
    background: -webkit-linear-gradient(top, #006ea0 0%,var(--navy) 100%);
    background: linear-gradient(to bottom, #006ea0 0%,var(--navy) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='var(--navy)',GradientType=0 );
    margin-left: 10px;
}

.nav-menu > li.loginButtons.buttons2 .nav-dropdown::before {
    border-top-color: #589bbd;
}

.loginButtons.buttons3, .nav-menu > li.loginButtons.buttons3 .nav-dropdown {
    background-color: #2b444f;
}

    .nav-menu > li.loginButtons.buttons3 .nav-dropdown::before {
        border-top-color: #2b444f;
    }

.loginButtons.buttons2:not(.icon):hover {
    border-radius: 10px 10px 0 0;
    filter: none;
}

.nav-menu > li.loginButtons > a, .nav-menu > li.loginButtons > a:hover {
}

.loginButtons.icon {
}

.nav-menu > li.loginButtons .nav-dropdown li {
}

    .nav-menu > li.loginButtons .nav-dropdown li:first-child {
        display: none;
    }

    .nav-menu > li.loginButtons .nav-dropdown li:last-child a {
    }

    .nav-menu > li.loginButtons .nav-dropdown li:hover::before {
    }

    .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 {
    text-transform: none;
    text-align: left;
    padding: 18px 10px;
    border-bottom: 1px solid rgb(255, 255, 255);
    font-size: .875rem;
}

    .nav-menu > li.loginButtons .nav-dropdown li a:hover {
        background: transparent;
    }

.loginButtons.buttons1, .nav-menu > li.loginButtons.buttons1 .nav-dropdown {
    margin-left: 0;
}

.loginButtons .buttonTitle {
    padding: 18px 10px;
    font-weight: 700;
}

.loginButtons.buttons2 .buttonTitle::after {
    content: '\f078';
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    top: 5px;
    bottom: 0;
    margin: auto;
}

.loginButtons .submenu-indicator::after {
    display: none;
}
/* ---------------------------------------------------------------------------------------------------------------- 2.5 BACK-TO-TOP BUTTON */
#BtnBackToTop {
    background-color: var(--purple);
}

    #BtnBackToTop:after {
    }

    #BtnBackToTop:hover {
    }
/* ---------------------------------------------------------------------------------------------------------------- 3.1 IMAGES SLIDER */
.splitPictureWrapper h3 {
    color: var(--teal);
    font-size: .938rem !important;
}

.splitPictureWrapper h2 {
    color: white;
    font-size: 2.25rem !important;
    margin: 20px 0;
}

.splitPictureWrapper p {
    color: white;
}

.calcslider.homeSliderBreakout {
    height: 100% !important;
    visibility: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;
}

    .calcslider.homeSliderBreakout.slick-initialized {
         visibility:visible;
    }

.splitPictureWrapper .banner-text {
    margin-top: -4.5rem;
}

.splitPictureWrapper .BannerText .heroWrapper {
    max-width: 540px;
}

.calcslider .slick-dots {
    bottom: 60px !important;
    left: 0;
    right: 0;
    max-width: 1351px;
    text-align: left;
    margin: auto;
    display: block;
}

.sliderSubHeading {
    color: #00b0ae;
    font-size: 1rem;
}

.homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
    display: none !important;
}

.slidebutton {
    margin-top: 2.5rem;
}

.slick-dots li {
    height: 15px;
    width: 15px;
}
/* ---------------------------------------------------------------------------------------------------------------- 3.2 SPOTLIGHTS */
.spotlights-wrapper {
    padding: 0 !important;
}
/*Loans spotlights */
.loans-benefits.landingPageBreakout {
    padding: 3.25rem 0 5.25rem;
}

    .loans-benefits.landingPageBreakout .row {
        max-width: 1154px;
        margin: auto;
    }

.loans-benefits .container {
    padding: 0;
}

.spotlights-wrapper .container-fluid {
    padding: 0;
}

.loans-benefits h2 {
    font-size: 1.875rem;
    position: relative;
    color: white;
    max-width: 440px;
    margin-bottom: 4.5rem;
    padding-bottom: 5px;
}

    .loans-benefits h2::after {
        content: '';
        position: absolute;
        bottom: -1.75rem;
        left: 0;
        right: auto;
        width: 45px;
        height: 4px;
        background: #CBDB2A;
        margin: auto;
    }

.loans-benefits .spot-icon {
    height: 70px;
}

.loans-benefits .spotlights h2 {
    display: none;
}

.loans-benefits .spotlight-box {
    padding: 0 !important;
    border: 1px solid white;
    max-width: 100%;
}

.loans-benefits .spotlights {
    padding: 5px 10px 0 30px !important;
}

    .loans-benefits .spotlights p {
        color: white;
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        font-size: 1rem;
        font-weight: 600;
    }

.loans-benefits .spot-text {
    width: 95%;
}

.loans-benefits .spotlights img {
    padding: 0;
}

.loans-benefits img {
    width: 75px;
}

.spotlights a, .spotlights a:hover {
    display: inline;
    color: var(--body-color);
    font-size: .938rem;
    padding: 0;
    text-decoration: underline;
    font-weight: 600;
}

    .spotlights a:hover {
        color: var(--teal);
    }
/* Membership Benefits Spotlights*/
/*Loans spotlights */
.membership-benefits {
    padding: 4.5rem 0 6rem;
}

    .membership-benefits.landingPageBreakout .spotlights-wrapper .row {
        max-width: 1381px;
        margin: auto;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: auto auto auto;
    }

    .membership-benefits .column {
    }

    .membership-benefits h2 {
        font-size: 1.875rem;
        position: relative;
        color: white;
        max-width: 400px;
        margin-bottom: 4.5rem;
        padding-bottom: 5px;
        margin-top: 10px;
    }

        .membership-benefits h2::after, .current-account.membership-benefits h2::after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: auto;
            width: 45px;
            height: 4px;
            background: #8662AA;
            margin: auto;
        }

.current-account.membership-benefits h2::after {
    background: var(--teal);
}

.membership-benefits h3 {
    color: white;
    margin-bottom: 0;
}

.membership-benefits .spot-icon {
    height: 50px;
}

.membership-benefits .spotlights h2 {
    display: none;
}

.membership-benefits .spotlight-box {
    padding: 0 !important;
    max-width: 100%;
    background: white;
}

.membership-benefits .spotlights {
    padding: 0 !important;
}

    .membership-benefits .spotlights p {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        font-size: .938rem;
        font-weight: 600;
    }

.membership-benefits .spot-text {
    width: 90%;
    padding: 5px 0 20px 30px;
}

.membership-benefits .spotlights img {
    padding: 0;
    width: 46px;
    height: 46px;
}

.extra-text-white p {
    color: white;
    margin: 45px 0 15px;
}
/* ---------------------------------------------------------------------------------------------------------------- 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 {
    border: none;
    display: inline;
    font-size: .75rem;
    padding: .25rem 1.5rem;
    border-radius: 0;
    color: white !important;
    position: absolute;
    background: var(--teal);
    font-weight: 700;
    z-index: 1;
}

.news-meta {
}

.category {
}

h2.post-title {
    margin: 15px 0 0 !important;
    font-size: 1.063rem;
    color: var(--navy);
    line-height: 23px;
    font-weight: 600;
    min-height: 46px;
}

    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 {
}

.homepage-news-text {
    text-align: center;
}

    .homepage-news-text h2 {
        font-size: 1.875rem;
        position: relative;
        color: var(--navy);
    }

        .homepage-news-text h2::after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: 0;
            width: 45px;
            height: 4px;
            background: var(--teal);
            margin: auto;
        }

    .homepage-news-text p {
        max-width: 668px;
        margin: 3.75rem auto 0;
    }

.homepage-news .row {
    max-width: 1381px;
    margin: auto;
}

    .homepage-news .row > div {
        /*padding: 0;
	*/
    }

.news-item {
    margin: 25px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    /* EASING*/
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    .news-item:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    }

        .news-item:hover .button::after {
            background: var(--purple);
            color: white;
        }

.NewsWidgetsliderDetailed4Across .col-md-12 {

}

.NewsWidgetsliderDetailed4Across .col-md-12 {
    padding: 0;
    
}

.NewsWidgetsliderDetailed4Across .news-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.news-content i, .news-content .articleDate {
    color: var(--grey1);
}

.news-content .articleDate {
    opacity: 1;
    font-weight: normal;
    font-size: .875rem;
    top: 0;
    margin-left: 5px;
}



.NewsWidgetsliderDetailed4Across .button.btn-primary, 
.NewsWidgetsliderDetailed4Across .button.btn-primary:hover, 
.NewsWidgetsliderDetailed4Across .button.btn-primary:active, 
.NewsWidgetsliderDetailed4Across .button.btn-primary:not(:disabled):not(.disabled):active, 
.testimonials .button.btn-primary, 
.testimonials .button.btn-primary:hover,
.testimonials .button.btn-primary:active, 
.testimonials .button.btn-primary:not(:disabled):not(.disabled):active, 
#NewsArticle .card-content .btn-primary, 
#NewsArticle .card-content .btn-primary:hover, 
#NewsArticle .card-content .btn-primary:active,
#NewsArticle .btn-primary:not(:disabled):not(.disabled):active, 
.servicesPadding .button.btn-primary, 
.servicesPadding .button.btn-primary:hover, 
.servicesPadding .button.btn-primary:active, 
.servicesPadding .button.btn-primary:not(:disabled):not(.disabled):active {
    background: transparent !important;
    color: var(--purple) !important;
    text-align: left;
    padding-left: 0 !important;
    position: relative;
    max-width: 125px !important;
    min-width: 125px !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    padding: 14px 0 !important;
    margin: 17px 0 auto auto !important;
}

.NewsWidgetsliderDetailed4Across .button {
    margin-top: 1rem;
}

.servicesPadding .button {
    max-width: 100%;
}

.button, .testimonials .button {
    margin-top: 2rem;
}

    .NewsWidgetsliderDetailed4Across .button::after, .testimonials .button::after, .card-content .btn-primary:after, .servicesPadding .button:after, .IconListOptContactWrapper .spotlights a:after {
        content: '\f105';
        font-size: 17px;
        line-height: 28px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 500;
        background: var(--light-purple);
        color: var(--purple);
        border-radius: 50px;
        padding: 1.5px 10px !important;
        float: right;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        /* EASING*/
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
        -o-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
    }
	.testimonals .btn-primary:after, .news-item .btn-primary:after, #NewsArticle .btn-primary:after {
		content: '\f105';
		font-size: 17px;
		line-height: 28px;
		font-family: "Font Awesome 6 Pro";
		font-weight: 500;
		background: var(--light-purple);
		color: var(--purple);
		border-radius: 50px;
		padding: 1.5px 12.5px;
		float: right;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
    .testimonials .button::after {
        background: #e3e3e3;
    }
/* Testimonials themes */
.testimonials.orange .button.btn-primary, .testimonials.orange .button.btn-primary::after, .testimonials.orange .button.btn-primary:hover, .testimonials.orange .button.btn-primary:active, .testimonials.orange .button.btn-primary:not(:disabled):not(.disabled):active  {
    color: #F08A20 !important;
}

.testimonials.purple .button.btn-primary, .testimonials.purple .button.btn-primary::after, .testimonials.purple .button.btn-primary:hover, .testimonials.purple .button.btn-primary:active, .testimonials.purple .button.btn-primary:not(:disabled):not(.disabled):active  {
    color: var(--purple) !important;
}

.testimonials.blue .button.btn-primary, .testimonials.blue .button.btn-primary::after, .testimonials.blue .button.btn-primary:hover, .testimonials.blue .button.btn-primary:active, .testimonials.blue .button.btn-primary:not(:disabled):not(.disabled):active {
    color: #006EA0 !important;
}

.testimonials.lemon .button.btn-primary, .testimonials.lemon .button.btn-primary::after, .testimonials.lemon .button.btn-primary:hover, .testimonials.lemon .button.btn-primary:active, .testimonials.lemon .button.btn-primary:not(:disabled):not(.disabled):active  {
    color: #CBDB2A !important;
}

.testimonials.pink .button.btn-primary, .testimonials.pink .button.btn-primary::after, .testimonials.pink .button.btn-primary:hover, .testimonials.pink .button.btn-primary:active, .testimonials.pink .button.btn-primary:not(:disabled):not(.disabled):active  { 
    color: var(--pink) !important;

}

.testimonials.orange .button.btn-primary, .testimonials.purple .button.btn-primary, .testimonials.blue .button.btn-primary, .testimonials.lemon .button.btn-primary,  .testimonials.pink .button.btn-primary {
        background: none !important;
}

.more-news-button-wrapper .btn {
    background: transparent;
    border: 3px solid var(--teal);
    border-radius: 10px;
    padding: 15px 50px;
    max-width: 100%;
    font-weight: 700;
    color: var(--teal);
}

    .more-news-button-wrapper .btn:hover {
        background: var(--teal);
        color: white;
        box-shadow: 0 5px 15px rgba(0, 176, 173, .4);
    }

.news-header .BannerText, .news-header .BannerImages .col-bgr-cover-left {
    min-height: 350px;
}

.news-header a {
    color: white;
    font-weight: 700;
}

    .news-header a:hover {
        text-decoration: underline;
    }
/* ---------------------------------------------------------------------------------------------------------------- 3.4.2 NEWS FILTERS */
/* ---------------------------------------------------------------------------------------------------------------- 3.4.3 NEWS ARTICLE PAGE */
.detailedImageContainer {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    max-height: 230px;
}

.article .container {
}

.article {
}

.news-page h1 {
}

.text-article {
}

    .text-article a.backNews {
    }

.latest-news {
}

#articleDetailsMasonryBottom {
    border-top: 1px solid #caced5;
    color: #35455f;
    font-family: 'Lato';
}

.art-img {
}

    .art-img img {
    }

    .art-img .art-title {
        background: rgba(88,157,191,.93);
        border-radius: 0 5px 0 5px;
    }

    .art-img.noImage .art-title {
    }

.art-title h1 {
    font-size: 34px;
    font-size: clamp(1.875rem, 1.5rem + 2vw, 2.125rem);
}

.art-text {
}

.articleContainer {
}

.article {
}

.text-detail {
}

.newsboxes h2 {
}

    .newsboxes h2:before {
    }

.author {
}

.articleType2 .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
}

.articleType2 > .container {
    max-width: 668px !important;
}

.articleType2 .row {
    margin: 0;
}

.Related-articles.offset-lg-1 {
    margin-left: 0;
    max-width: 100%;
}

.text-articleType2 {
    padding: 0;
    margin-top: 2rem;
}

    .text-articleType2 .container {
        padding: 0;
    }

.articleType2.articleDate {
    color: var(--grey1);
    font-size: 0.875rem;
    font-weight: 600;
    position: relative;
    top: 0;
    background: white;
}

    .articleType2.articleDate i {
        margin-right: 5px;
        font-size: 1rem;
    }

.articleType2 h1 {
    font-size: 2.25rem;
    color: var(--navy);
}

.text-articleType2 ol {
    padding-left: 2rem;
    list-style: none;
    counter-reset: my-awesome-counter;
}

    .text-articleType2 ol > li {
        padding: 0;
        list-style-position: inside;
        counter-increment: my-awesome-counter;
    }

        .text-articleType2 ol > li:last-child {
            border: none;
        }

        .text-articleType2 ol > li::before {
            content: counter(my-awesome-counter) ". ";
            color: var(--teal);
            font-weight: 700;
            margin-right: 10px;
        }

        .text-articleType2 ol > li ul {
            padding-top: 10px;
        }

            .text-articleType2 ol > li ul li {
                list-style-position: outside;
                margin-left: 15px;
                padding-left: 5px;
            }

.backNews {
    display: none;
}

.Related-articles {
    background: white;
}

    .Related-articles .news-sidebar {
        max-width: 1381px;
        margin: auto;
        padding-bottom: 2rem;
    }



#articleDate {
    font-size: 0.875rem;
    font-weight: 600;
    top: 0;
    opacity: 1;
    color: var(--grey1);
}
/* ---------------------------------------------------------------------------------------------------------------- 3.4.7 NEWS MASONRY GRID */
.articleType2 {
    background: #F5F5F5;
}

    .articleType2 > .container {
        max-width: 1154px !important;
        background: white;
        padding-bottom: .5rem;
        margin-bottom: 4rem;
    }

    .articleType2 .row {
        max-width: 668px;
        margin: auto;
    }

.details-card {
    margin: 3rem 0;
}

.articleType2 .col-lg-12 {
    padding: 0;
}

.details-card .container-fluid .row {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-row-gap: 20px;
}

    .details-card .container-fluid .row .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }

#NewsDate {
    color: var(--grey1);
    font-size: 0.875rem;
    opacity: 1;
    font-weight: 600;
    position: relative;
    margin-top: 2rem;
    padding: 0 1.5rem;
}

    #NewsDate i {
        margin-right: 5px;
    }

.card-desc h3, h2.articleTitle {
    font-size: 1.063rem;
    color: var(--navy);
    line-height: 23px;
    font-weight: 600;
    min-height: 46px;
}

.card-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}

.card-desc {
    padding: 0 1.5rem 1rem;
}

.card-content .btn i {
    display: none;
}

.card-content .btn::after {
    padding: 1px 12.5px;
}

.card-content:hover .btn::after, .servicesPadding:hover .button:after {
    background: var(--purple) !important;
    color: white !important;
}

.pagingWrapper {
    display: flex;
    width: 100vw;
    margin: 2rem calc(-0vw + 177%) 0;
}

    .pagingWrapper .fas:before {
        color: var(--teal);
    }

.paging-block.text-center {
    margin: 0 1.5rem;
    color: var(--teal);
    font-size: .938rem;
    font-weight: 500;
}

.news-header p {
    font-size: 17px;
    font-weight: 700;
    max-width: 568px;
}
/* Filters */
.newsFiltersbar.container {
    max-width: 100% !important;
    padding: .5rem 0;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .16);
    background: #F4F4F4;
}

.newsFiltersbar .row {
    max-width: 1381px;
    margin: auto;
    justify-content: space-between;
    padding: 0 15px;
}

.mainBox.container {
    max-width: 1435px !important;
}

.mainBox .container-fluid {
    padding: 0;
}

.newsFiltersSelect .quick-select-dropdown {
    margin: 0;
	border-bottom: 1px solid var(--grey1);
    background: transparent;
}

.newsFiltersSelect .bootstrap-select > .dropdown-toggle, .newsFiltersSelect .show > .btn-light.dropdown-toggle, .newsFiltersSelect .bootstrap-select > .dropdown-toggle, .newsFiltersSelect .btn-light:not(:disabled):not(.disabled).active:focus, .newsFiltersSelect .btn-light:not(:disabled):not(.disabled):active:focus, .newsFiltersSelect .show > .btn-light.dropdown-toggle:focus {
    min-width: 325px;
    background: none;
    color: var(--body-color);
    font-weight: 400;
    padding: 10px 10px 10px 0 !important;
}

.bootstrap-select .dropdown-menu li {
    color: var(--navy);
}

.newsFiltersSelect .bootstrap-select > .dropdown-toggle:after {
    right: 1rem;
}

.newsFiltersHeading h3 {
    font-size: .938rem;
    font-weight: 700;
    color: var(--navy);
}

.newsFiltersSelect .bootstrap-select .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(53,69,95,0.2);
    margin-top: 5px;
}
/*.newsFiltersSelect .btn.dropdown-toggle.btn-light, .newsFiltersSelect .btn.dropdown-toggle.btn-light:focus, .newsFiltersSelect .btn.dropdown-toggle.btn-light:active, .newsFiltersSelect .btn.dropdown-toggle.btn-light:active:focus {
	padding: 10px 0 !important;
}*/
#paging {
    display: flex;
    justify-content: center;
    margin: 0 0 2rem;
}

#NewsArticles {
    margin-left: 27px;
}
/* News slider on homepage */
.lib-row.lib-desc a:hover {
    color: var(--navy);
}

a h2.articleTitle:hover {
    color: var(--navy);
}
/* ---------------------------------------------------------------------------------------------------------------- 4.6 SERVICES MASONRY GRID */
.servicesIcon {
    color: #cac9b5;
    font-size: 2rem;
}

#servicesItem .fa-3x {
}

.fa-stack.fa-3x::after {
    border: 1px solid #cac9b5;
}

#servicesItem .fa-square {
}

#servicesItem .fa-stack {
}

#servicesItem p {
    opacity: 1;
    font-size: .938rem;
}

.servicesPadding {
    border-bottom: 5px solid transparent;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    min-height: 250px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0;
}

    .servicesPadding:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
        border-bottom: 5px solid var(--teal);
    }

#servicesDetailsMasonry {
    padding: 20px 20px 10px;
}

.servicesPadding img {
    object-fit: cover;
    height: 160px;
}

.services .col-sm-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}
/* ---------------------------------------------------------------------------------------------------------------- 4.8 TESTIMONIALS */
.SliderInner .TestimonialSlider .slick-slide {
    padding: 0;
}

.testimonials.landingPageBreakout {
}

.TestimonialCardHeading {
    margin-bottom: 2rem;
    padding: 0 15px;
}

.testimonial-icon {
}

.TestimonialHeading {
}

.testimonals .heroWrapper {
    padding-left: 0 !important;
}

.TestimonialContent {
    margin: auto;
}

.TestimonialCardHeading h2 {
    color: #006EA0;
    font-size: 1rem;
}

.testimonials.membership .TestimonialCardHeading h2 {
    color: var(--purple);
}

.testimonals .TestimonialCardHeading h2 {
    font-weight: 600;
}

.TestimonialText {
    font-style: normal;
    font-size: 1.125rem;
    font-weight: normal;
    padding: 0;
    margin-top: 10px;
}

.TestimonialAuthor, .TestimonialRole, .TestimonialCompany {
    font-size: .938rem;
    opacity: 1;
}

    .TestimonialAuthor strong {
        font-weight: 400;
    }

.TestimonialSlider .slick-dots {
    bottom: 0;
    left: 0;
    text-align: left;
    margin-top: 1rem;
    position: relative;
}

.slick-dots li button:before {
    color: #8B8B8B;
    opacity: 0.5;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #8B8B8B;
}
/* ---------------------------------------------------------------------------------------------------------------- 4.9 CARDS */
.card {
    background: #f1f1f1;
}

.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.16 SEARCH RESULT PAGE */
.top-color {
	margin-top: 40px;
}

.search-panel {
    background: var(--pink);
    border-radius: 5px;
}

.searchresults p {
}

.searchresults ul {
}

.searchresults li {
    border-top: 1px solid #e3e6ea;
}

    .searchresults li h3 {
    }

    .searchresults li p {
    }

.search-panel .form-control {
    color: #589dbf;
    background: white;
}

    .search-panel .form-control:focus {
        background-color: #fff;
        border-color: #35455f;
    }

.search-icon {
    color: #589dbf;
}

    .search-icon::after, .search-icon::before {
    }

    .search-icon:before {
    }

.search-panel .btn {
}

    .search-panel .btn:focus {
    }

.navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
}

.searchresults {
}
/* ---------------------------------------------------------------------------------------------------------------- 4.17 ACCORDION HELP FAQ */
.panel.jag-faq-wrapper {
    box-shadow: none;
}

    .panel.jag-faq-wrapper:hover {
    }

.jag-faq-title {
    background: #E4F6F6;
    border-radius: 10px 10px 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
    color: var(--darker-teal);
    padding: 15px 40px;
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: left;
}

    .jag-faq-title:hover {
        color: var(--darker-teal);
    }

.panel.jag-faq-wrapper .panel-body {
    padding: 20px 40px;
    text-align: left;
}

.jag-faq-icon-2.fa {
}

    .jag-faq-icon-2.fa::before {
        color: var(--darker-teal);
        content: "/f078";
        font-weight: 400;
    }

.panel.jag-faq-wrapper table {
    margin: 0;
}

    .panel.jag-faq-wrapper table:hover {
        cursor: default;
    }

.jag-faq-theme5 .jag-faq-title {
    display: flex;
    align-items: center;
}

.faqs.slim .jag-faq-theme5 .jag-faq-title {
    padding: .75rem 1.5rem .75rem 2.5rem;
    border-radius: 10px 10px 0 0;
    margin: 0;
    display: flex;
    font-size: .938rem;
    line-height: 1.563rem;
    font-weight: 700;
}

.faqs.slim .panel.jag-faq-wrapper {
    margin: .25rem 0 !important;
}
/* ---------------------------------------------------------------------------------------------------------------- 4.18 UMBRACO FORMS */
.umbraco-forms-container label {
    margin-bottom: 0;
}

.umbraco-forms-container {
}

    .umbraco-forms-container input[type="text"], .umbraco-forms-container select, .umbraco-forms-container textarea, .accordionLoanTabs .btn.dropdown-toggle {
        background: #ffffff;
        border: 1px solid var(--grey1);
        font-size: 14px;
        padding: 14px 10px;
        margin-top: 0;
        font-weight: 500;
        line-height: 1.563rem;
        color: var(--body-color);
    }

option {
    background: rgba(228, 130, 80, .2);
}

.umbraco-forms-container select:active, .umbraco-forms-container select:focus {
    border-bottom: 1px solid #e48250;
    background: none;
}

.form-control {
}

    .form-control label {
    }

.umbraco-forms-container label.sr-only {
    display: none;
}

.umbraco-forms-field.security.recaptcha2.mandatory, .umbraco-forms-field.securityvalidation.recaptcha2.mandatory {
    margin: 1rem auto;
    width: 300px;
}

.declaration > label, .checkbox > label, .captcha1 label {
}

.dataconsent label {
    margin-left: 25px;
}

.dataconsent > label {
}

select {
}

    select::-ms-expand {
    }

.datepickerfield {
    padding: 14px 10px !important;
}

textarea {
    /*padding: 5px !important;
	background: #e48250 !important;
	border-bottom: none !important;
	*/
}

fieldset {
    margin-bottom: 0;
}

.fileupload input {
    background: rgba(228, 130, 80, .2);
    color: #e48250;
}

.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, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    color: var(--teal);
    /*background-color: #ffffff;
	*/
    margin-top: 0;
    padding: 14px 10px;
    font-size: .875rem;
    /*font-weight: 700;
	*/
    outline: 1px solid var(--grey1) !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
}

.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 {
    border-bottom: 1px solid var(--grey1);
    border-left: 1px solid var(--grey1);
    border-right: 1px solid var(--grey1);
}

    .dropdown-menu li {
    }

.dropdown-item.active, .dropdown-item.active:hover, .dropdown-item:active, .dropdown-item:active:hover {
    color: var(--teal) !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: none;
    color: var(--teal) !important;
}

.bootstrap-select > .dropdown-toggle:after {
    color: var(--grey1);
    right: 1.75rem;
    font-size: 18px;
    font-weight: 400;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-text-fill-color: #1a2939 !important;
}

.umbraco-forms-container input[type=text]:focus, .umbraco-forms-container select:focus, .umbraco-forms-container textarea.form-control:focus {
}

.umbraco-forms-container div.form-group.umbraco-forms-field.comment.longanswer.mandatory > label {
}

.dataconsent .umbraco-forms-field-wrapper {
    justify-content: center;
    display: block;
}

.field-validation-error {
    color: #dd5858;
    text-align: left;
}

.dataconsent .field-validation-error {
    position: relative;
    top: auto;
    width: calc(100% - 15px);
    left: 25px;
    line-height: normal;
}

input.input-validation-error, textarea.input-validation-error {
}

textarea::placeholder {
}

input[type="checkbox"] {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0;
}

.umbraco-forms-submitmessage {
}

#displayForm.fancybox-content {
}

#PopupForm {
    background: none;
    padding: 0;
}

.submitmessageWrapper {
}

.umbraco-forms-submitmessage {
}

.submitmessageWrapper {
}

.umbraco-forms-submitmessage {
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: .938rem;
    font-weight: 500;
}

.radiobuttonlist label {
    margin-right: 10px;
}

.row.form-section .col-12 {
    padding: 0 15px;
}

.umbraco-forms-navigation .btn {
    margin: auto !important;
}

.btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background-color: #f4f4f4;
}

.button, .contactUsForm input[type="submit"], .contactUsForm input[type="submit"]:hover, .umbraco-forms-navigation input[type="submit"], .umbraco-forms-navigation input[type="submit"]:hover {
    font-size: .875rem;
    font-weight: 700;
    color: white;
}

.umbracoForms-Indicator {
    margin-left: 2px;
    font-size: 14px;
    color: crimson;
}

.umbraco-forms-caption {
    padding: 0 15px;
}
/* DATEPICKER */
.datepicker.dropdown-menu {
    width: auto;
    margin: 0;
    border-radius: 10px !important;
}

.datepickerPS {
    width: auto;
    z-index: 2;
    /*margin-top: -50px;
	*/
}

.datepicker table th {
    font-size: 14px;
}

.datepicker-dropdown.datepicker-orient-top::before {
    display: none;
}

.datepicker .day {
    font-size: .875rem;
    line-height: 1.563rem;
    display: table-cell;
    font-weight: 400;
}

.datepicker table th {
    font-size: 14px;
}

.datepicker-dropdown.datepicker-orient-top::before, .datepicker-dropdown.datepicker-orient-top::after, .datepicker-dropdown.datepicker-orient-bottom::before, .datepicker-dropdown.datepicker-orient-bottom::after {
    display: none;
}

.datepickerPS input {
    text-indent: 26px;
}

.datepickerPS .input-group-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    left: 13px;
}

    .datepickerPS .input-group-addon i {
        color: var(--grey1);
    }

.psdatepickerfieldshadow {
    border: none !important;
    color: white;
}
.form-control.radiobuttonlist {
    height: auto;
	align-items: flex-start;
}
.radiobuttonitem {
    display: flex;
    align-items: baseline;
}
/* ---------------------------------------------------------------------------------------------------------------- 4.20 RELATED ARTICLES */
.Related-articles h2.articleTitle {
    padding: 0 !important;
    font-size: 1.063rem;
    color: var(--navy);
    line-height: 23px;
    font-weight: 600;
    min-height: 46px;
}

.Related-articles h2:not(.articleTitle) {
    padding: 50px 0 !important;
    font-size: 1.875rem;
    position: relative;
    color: var(--navy);
    text-transform: none;
    font-weight: 700;
    text-align: center;
}

    .Related-articles h2:not(.articleTitle)::after {
        content: '';
        position: absolute;
        bottom: .75rem;
        left: 0;
        right: 0;
        width: 45px;
        height: 4px;
        background: var(--teal);
        margin: auto;
    }

.Related-articles #NewsDetailsMasonryBottom {
}

.Related-articles .slick-track {
}

.Related-articles .slick-slide {
    margin: 0;
}

.lib-row.lib-desc p {
}
/* ---------------------------------------------------------------------------------------------------------------- 4.22 STRIPED LIST */
ul.stripedList.OneColumn {
    padding: 7px 0 0 15px;
    margin-bottom: 0;
}

    ul.stripedList.OneColumn li {
        padding: 1rem 1rem 1rem 0;
        font-size: 1rem;
        position: relative;
        font-weight: 500;
        line-height: 32px;
    }

        ul.stripedList.OneColumn li::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: calc(100% - 45px);
            height: 1px;
            background: lightgray;
            margin: auto;
        }

        ul.stripedList.OneColumn li:last-child::after {
            display: none;
        }

        ul.stripedList.OneColumn li:nth-child(2n+1) {
            background: transparent;
        }

        ul.stripedList.OneColumn li span {
            font-size: 1.75rem !important;
            margin-right: 45px;
            margin-top: 4px;
        }

        ul.stripedList.OneColumn li .fa-inverse {
            color: #8662aa;
        }

.who-can-join.landingPageBreakout > .row {
    max-width: 1154px;
    margin: auto;
    padding: 50px 0;
}

.who-can-join h2 {
    font-size: 1.875rem;
    position: relative;
    max-width: 400px;
    margin-bottom: 4.5rem;
    padding-bottom: 5px;
}

    .who-can-join h2::after {
        content: '';
        position: absolute;
        bottom: -1.75rem;
        left: 0;
        right: auto;
        width: 45px;
        height: 4px;
        background: #8662AA;
        margin: auto;
    }

.who-can-join h3 {
    font-weight: 500;
}
/* ---------------------------------------------------------------------------------------------------------------- 4.23 ANNOUNCEMENTS */
.homepage-announcements {
    z-index: 1;
    position: relative;
    max-width: 1154px;
    margin: -3.25rem auto auto;
}

.announcementItem {
    flex: 0 0 20%;
    max-width: 20%;
    border-bottom: 5px solid #c7dd34;
    padding: 25px 0;
    min-width: 180px;
    background: white;
    position: relative;
    /* EASING*/
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    .announcementItem:hover {
        transform: scale(1.15);
        box-shadow: 0 0 13px rgba(0, 0, 0, .4);
        background: white;
        z-index: 10;
    }

        .announcementItem:hover:after {
            display: none;
        }

    .announcementItem:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 70%;
        background: lightgray;
    }

    .announcementItem.item_5:after {
        display: none;
    }

    .announcementItem:hover h3 {
        font-weight: 700;
    }

.announcementRow {
}

.item_1 a, .item_2 a, .item_3 a {
}

.item_4 a, .item_5 a, .item_6 a {
}

.announcementItem .row .fa-stack {
}

    .announcementItem .row .fa-stack.fa-3x::after {
        display: none;
    }

.announcementHeading {
}

.announcementRow h3 {
    line-height: 1.25rem;
    padding: 1rem 0;
    font-size: .938rem;
    height: auto;
    display: block;
    position: relative;
    top: 0;
    text-align: center;
    margin: auto;
    font-weight: 500;
}

.announcementRow h4 {
    display: none;
}

.announcement-image {
    margin: auto;
    max-width: 87px;
}

.announcementPic {
    padding: 1rem 0 0;
}

.homepage-announcements.scrolling-wrapper-flexbox {
    overflow-y: visible;
}

.homepage-announcements .announcementItem:hover a {
    color: var(--navy);
}
/* ---------------------------------------------------------------------------------------------------------------- 4.24 LARGE LOAN CALCULATOR */
/*Into*/
.CalculatorInputWrapper .container {
    padding: 0 15px;
}

.calc-right-group .container {
    padding: 0 15px;
}

.homapage-calculator-text {
    text-align: center;
}

    .homapage-calculator-text h2 {
        font-size: 1.875rem;
        position: relative;
        color: var(--navy);
    }

        .homapage-calculator-text h2:after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: 0;
            width: 50px;
            height: 4px;
            background: var(--teal);
            margin: auto;
        }

    .homapage-calculator-text p {
        max-width: 668px;
        margin: 3.75rem auto 0;
    }

#CalculatorInputWrapper {
    max-width: 896px;
    margin: auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    margin-bottom: 3.5rem;
    padding: 30px;
}

.CalculatorinputDropDown .btn.dropdown-toggle:hover, .CalculatorinputDropDown .btn.dropdown-toggle:focus {
    /*outline: 1px solid var(--teal) !important;
	*/
}

.CalculatorInputWrapper .calcNumbers:has(#MonthlyTotalCost) .col-4::after,
.CalculatorInputWrapper .calcNumbers:has(#BiWeeklyTotalCost) .col-4::after,
.CalculatorInputWrapper .calcNumbers:has(#weeklyTotalCost) .col-4::after,
.CalculatorInputWrapper .calcNumbers:has(#FourWeeklyTotalCost) .col-4::after {
    display: block;
}

.CalculatorInputWrapper .calcNumbers:has(#MonthlyTotalCost):has(.hide) .col-4:nth-child(3)::after,
.CalculatorInputWrapper .calcNumbers:has(#BiWeeklyTotalCost):has(.hide) .col-4:nth-child(3)::after,
.CalculatorInputWrapper .calcNumbers:has(#weeklyTotalCost):has(.hide) .col-4:nth-child(3)::after,
.CalculatorInputWrapper .calcNumbers:has(#FourWeeklyTotalCost):has(.hide) .col-4:nth-child(3)::after {
    display: none;
}

.calcNumbers .col-4:last-child::after {
    display: none !important;
}
/* ---------------------------------------------------------------------------------------------------------------- 4.24 SMALL LOAN CALCULATOR */
#selectedLoan {
    padding: 13px 10px;
    font-weight: 700;
    background: #f4f4f4;
    font-size: .875rem;
    outline: 1px solid var(--grey1);
    outline-offset: -1px;
    margin-top: 1px;
}
/* ---------------------------------------------------------------------------------------------------------------- 4.27 RTE */
/*umb_name:LightBlueButton*/
.LightBlueButton {
    background: none;
    border: 3px solid #006EA0;
    border-radius: 10px;
    max-width: 180px;
    width: 100%;
    color: #006EA0;
    font-weight: 700;
    margin: 5px 0 0;
    text-align: center;
    padding: 13px 0;
    font-size: .938rem;
    text-shadow: none;
}

.faqs.slim .LightBlueButton {
    max-width: 200px;
}

    .LightBlueButton:hover {
        background: #006EA0;
        color: white;
        box-shadow: 0 5px 15px rgba(0, 110, 160, .4);
    }
.LightBlueButton a {
    background: none;
    color: #006EA0;
    font-weight: 700;
    text-align: center;
    font-size: .938rem;
    text-shadow: none;
}
    .LightBlueButton:hover a {
        color: white;
		text-decoration: none;
    }

	
/*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;
    }
/* .updatebox .smalltext {
    color: white;
}
    .updatebox .smalltext:before {
        background: white;
    } */
/*umb_name:h2White*/
.H2.White {
}
/*umb_name:twoColumnText*/
.twoColumnText {
}
/* ---------------------------------------------------------------------------------------------------------------- 6.0 FOOTER */
.footer-wrapper, .footer-wrapper p {
    margin-top: 0 !important;
}

    .footer-wrapper .bg-dark {
    }

        .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: transparent;
    }

    .footer-wrapper .nav-menu-social .fa-inverse {
        color: rgba(255, 255, 255, .7);
        font-size: 1.25rem;
        font-weight: 100;
    }

        .footer-wrapper .nav-menu-social .fa-inverse:hover {
            color: white;
        }

    .footer-wrapper .globalAddressTwoCol .container {
    }

.progress-logo-footer {
}

.footer-wrapper h3 {
}

.footer-wrapper .col-lg-2 {
    padding: 0 0 0 4rem !important;
}

    .footer-wrapper .col-lg-2:first-child {
        padding: 0 !important;
    }

.footer-wrapper h4 {
    color: rgba(255, 255, 255, .7);
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 30px;
}

.footer-wrapper ul {
    padding-left: 0;
}

.footer-wrapper li {
    list-style-type: none;
    padding: 1px 0;
}

.footer-wrapper a, .footer-wrapper .globalAddressWrapper {
    color: rgba(255, 255, 255, .7);
    font-size: .875rem;
    border-width: 1px;
    display: block;
}
	.footer-wrapper .globalAddressWrapper .lunchHours {
		display: block;
		color: rgba(255, 255, 255, .7);
		margin-top: 10px !important;
	}
    .footer-wrapper a:hover {
        text-decoration: underline;
        color: white;
    }

    .footer-wrapper a.btn.outlined-white {
        margin-top: 20px;
        min-width: 140px;
        max-width: 140px;
        color: rgba(255,255,255,.7) !important;
    }

    .footer-wrapper a.btn:hover {
        text-decoration: none;
        background: white;
        color:  #202436 !important;
    }

.globalAddressWrapper {
    font-size: .875rem;
}

.footer-wrapper .globalAddressWrapper {
    line-height: 1.5rem;
}

.CallUsFooter {
    display: flex;
    align-items: center;
}

    .CallUsFooter i {
        margin-right: 5px;
    }

.btn.footer-button {
    border: 2px solid white;
    background: transparent;
    border: 1px solid white;
    border-radius: 10px;
    padding: 15px 20px;
    max-width: 100%;
    font-weight: 700;
    color: white;
    margin-top: 15px;
}

    .btn.footer-button:hover {
        background: white;
        color: #202436;
    }

.footer-CU-logo img {
    margin: auto;
    width: auto;
    display: block;
}

.nav-menu.nav-menu-social.footer {
    flex-direction: row;
    margin-top: 2.5rem;
    justify-content: flex-end;
    padding-right: 15px;
    margin-bottom: .75rem;
    min-height: 65px;
}

    .nav-menu.nav-menu-social.footer li {
        width: 30px;
        margin-right: .5rem;
    }

.regulatory-text {
    padding: 0 0 25px;
}

    .regulatory-text .col-lg-12 {
        padding: 0 !important;
    }

    .regulatory-text p {
        color: rgba(255,255,255,.7);
        font-size: .688rem;
        margin-bottom: 0;
        border-top: .5px solid rgba(255,255,255,.4);
        padding-top: 25px;
        font-weight: 500;
    }

.socialfootertext {
    display: none;
}
/* ---------------------------------------------------------------------------------------------------------------- 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, .slick-dots .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, .NewsWidgetsliderDetailed .slick-dots li.slick-active button::before, .NewsWidgetsliderDetailed4Across .slick-dots li.slick-active button::before {
        color: #fff;
    }

.globalAddressSlider .PrevArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow, .NewsWidgetslider .PrevArrow, .Related-articles .PrevArrow, .NewsWidgetsliderDetailed .PrevArrow, .NewsWidgetsliderDetailed4Across .PrevArrow {
    border: none;
    border-radius: 0;
}

.footer-wrapper .globalAddressTwoCol .PrevArrow {
}

    .globalAddressSlider .PrevArrow::before, .globalAddressSlider .NextArrow::before, .footer-wrapper .globalAddressTwoCol .PrevArrow::before, .footer-wrapper .globalAddressTwoCol .NextArrow::before, .NewsWidgetslider .PrevArrow::before, .NewsWidgetslider .NextArrow::before, .Related-articles .PrevArrow::before, .Related-articles .NextArrow::before, .NewsWidgetsliderDetailed .PrevArrow:before, .NewsWidgetsliderDetailed .NextArrow:before, .NewsWidgetsliderDetailed4Across .PrevArrow:before, .NewsWidgetsliderDetailed4Across .NextArrow:before {
        color: var(--teal);
        font-size: 24px;
        font-weight: 500;
        font-family: "Font Awesome 6 Pro";
        left: 0;
        position: absolute;
        right: 1px;
        top: 6px;
        bottom: 0;
        margin: auto;
    }

.NewsWidgetsliderDetailed4Across .NextArrow:before {
    right: -1px;
}

.footer-wrapper .globalAddressTwoCol .globalAddressSlider .PrevArrow::before {
    color: white;
}

.globalAddressSlider .NextArrow, .footer-wrapper .globalAddressTwoCol .NextArrow, .NewsWidgetslider .NextArrow, .Related-articles .NextArrow, .NewsWidgetsliderDetailed .NextArrow, .NewsWidgetsliderDetailed4Across .NextArrow {
    border: none;
    border-radius: 0;
}

.footer-wrapper .globalAddressTwoCol .NextArrow, .Related-articles .NextArrow {
}

.Related-articles .NextArrow {
}

.NewsWidgetslider .NextArrow, .NewsWidgetsliderDetailed .NextArrow {
}

.footer-wrapper .globalAddressTwoCol .PrevArrow::before, .footer-wrapper .globalAddressTwoCol .NextArrow::before {
    color: #f29516;
}

.footer-wrapper .globalAddressTwoCol .NextArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow {
    border: 1px solid rgba(242, 149, 22, .8);
    color: #f29516;
    border-radius: 0;
    width: 32px;
    height: 32px;
}

.NewsWidgetsliderDetailed4Across .PrevArrow, .NewsWidgetsliderDetailed4Across .NextArrow {
    top: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e6f6f6;
}

    .NewsWidgetsliderDetailed4Across .PrevArrow:hover, .NewsWidgetsliderDetailed4Across .NextArrow:hover {
        background: var(--teal);
    }

.NewsWidgetsliderDetailed4Across .PrevArrow {
    right: 55px;
    left: 0;
    margin: auto;
}

.NewsWidgetsliderDetailed4Across .NextArrow {
    right: -55px;
    left: 0;
    margin: auto;
}

    .NewsWidgetsliderDetailed4Across .PrevArrow:hover:before, .NewsWidgetsliderDetailed4Across .NextArrow:hover:before {
        color: white;
    }
/* ---------------------------------------------------------------------------------------------------------------- 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 {
    max-width: 1381px !important;
}

.img-fluid {
    width: 100%;
}
/* ---------------------------------------------------------------------------------------------------------------- 7.6 CUSTOM GENERAL CLASSES */
/*--------------------01. FILLED BUTTONS:-------------------*/
/*PURPLE BUTTON -----------------------*/
.filled-purple, .filled-blue, .filled-orange, .filled-lightblue, .btn.btn-primary {
    min-width: 180px;
    font-size: .875rem;
    font-weight: 700;
    color: white;
    background: transparent;
    border: none;
    padding: 17px 0 !important;
    border-radius: 10px;
    background: #8561a9;
    margin-bottom: 0 !important;
    background: -moz-linear-gradient(top, #8561a9 0%, #463f76 100%);
    background: -webkit-linear-gradient(top, #8561a9 0%,#463f76 100%);
    background: linear-gradient(to bottom, #8561a9 0%,#463f76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8561a9', endColorstr='#463f76',GradientType=0 );
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    .filled-purple:hover, .filled-blue:hover, .filled-orange:hover {
        background: #463f76 !important;
        background: -moz-linear-gradient(top, #463f76 0%, #8561a9 100%) !important;
        background: -webkit-linear-gradient(top, #463f76 0%,#8561a9 100%) !important;
        background: linear-gradient(to bottom, #463f76 0%,#8561a9 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#463f76', endColorstr='#8561a9',GradientType=0 ) !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(135, 102, 172,.5);
    }
/*BLUE BUTTON -----------------------*/
.filled-blue {
    background: #006EA0 !important;
    background: -moz-linear-gradient(top, #006EA0 0%, #0E4373 100%) !important;
    background: -webkit-linear-gradient(top, #006EA0 0%,#0E4373 100%) !important;
    background: linear-gradient(to bottom, #006EA0 0%,#0E4373 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006EA0', endColorstr='#0E4373',GradientType=0 ) !important;
}

    .filled-blue:hover {
        background: #0E4373 !important;
        background: -moz-linear-gradient(top, #0E4373 0%, #006EA0 100%) !important;
        background: -webkit-linear-gradient(top, #0E4373 0%,#006EA0 100%) !important;
        background: linear-gradient(to bottom, #0E4373 0%,#006EA0 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E4373', endColorstr='#006EA0',GradientType=0 ) !important;
        box-shadow: 0 5px 15px rgba(0, 110, 160,.4);
    }
/*ORANGE BUTTON -----------------------*/
.filled-orange {
    background: #DBB625 !important; 
    background: -moz-linear-gradient(top, #DBB625 0%, #EA9521 100%) !important;
    background: -webkit-linear-gradient(top, #DBB625 0%,#EA9521 100%) !important;
    background: linear-gradient(to bottom, #DBB6250%,#EA9521 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DBB625 ', endColorstr='#EA9521',GradientType=0 ) !important;
}

    .filled-orange:hover {
        background: #EA9521 !important;
        background: -moz-linear-gradient(top, #EA9521 0%, #DBB625 100%) !important;
        background: -webkit-linear-gradient(top, #EA9521 0%,#DBB625 100%) !important;
        background: linear-gradient(to bottom, #EA9521 0%,#DBB625 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA9521', endColorstr='#DBB625',GradientType=0 ) !important;
        box-shadow: 0 5px 15px rgba(240, 138, 32,.7);
    }
/*LIGHTBLUE BUTTON -----------------------*/
.filled-lightblue, .btn.btn-primary {
    background: var(--darker-teal) !important;
    color: white !important;
    background: -moz-linear-gradient(top, var(--darker-teal) 0%, #006ea0 100%) !important;
    background: -webkit-linear-gradient(top, var(--darker-teal) 0%,#006ea0 100%) !important;
    background: linear-gradient(to bottom, var(--darker-teal) 0%,#006ea0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7a78', endColorstr='#006ea0',GradientType=0 ) !important;
    box-shadow: 0 5px 15px rgba(0, 110, 160,.2);
}

    .filled-lightblue:hover, .btn.btn-primary:hover {
        background: #006ea0 !important;
        color: white !important;
        background: -moz-linear-gradient(top, #006ea0 0%, var(--darker-teal) 100%) !important;
        background: -webkit-linear-gradient(top, #006ea0 0%,var(--darker-teal) 100%) !important;
        background: linear-gradient(to bottom, #006ea0 0%,var(--darker-teal) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='#1f7a78',GradientType=0 ) !important;
        box-shadow: 0 5px 15px rgba(0, 110, 160,.5);
    }
/*---------------------02. OUTLINED BUTTONS:---------------------*/
/*TEAL BUTTON -----------------------*/
.outlined-teal, .outlined-lemon, .outlined-purple, .outlined-white, .outlined-orange, .outlined-blue, .outlined-pink, .outlined-navy, .downloads a {
    min-width: 180px;
    display: block;
    max-width: 180px;
    text-align: center;
    font-size: .875rem;
    font-weight: 700;
    color: var(--darker-teal) !important;
    background: transparent;
    border: 3px solid var(--darker-teal);
    padding: 14px 0;
    border-radius: 10px;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    .outlined-teal:hover, .outlined-teal:active {
        background: var(--darker-teal) !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(0, 176, 173,.4);
		border: 3px solid var(--darker-teal) !important;
    }
/*LEMON BUTTON -----------------------*/
.outlined-lemon {
    color: #c7dd34 !important;
    border: 3px solid #c7dd34 !important;
}

    .outlined-lemon:hover, .outlined-lemon:active {
        background: #c7dd34 !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(203, 219, 42, .4);
		border: 3px solid #c7dd34;
    }
/*PURPLE BUTTON -----------------------*/
.outlined-purple {
    color: var(--purple) !important;
    border: 3px solid var(--purple) !important;
}

    .outlined-purple:hover,.outlined-purple:active {
        background: var(--purple) !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(135, 102, 172, .4);
    }
/*WHITE BUTTON -----------------------*/
.outlined-white {
    color: white !important;
    border: 3px solid white !important;
}

    .outlined-white:hover, .outlined-white:active {
        background: white !important;
        color: #000 !important;
        box-shadow: 0 5px 15px rgba(255,255,255,.4);
        mix-blend-mode: screen;
    }
/*ORANGE BUTTON -----------------------*/
.outlined-orange {
    color: #F08A20 !important;
    border: 3px solid #F08A20 !important;
}

    .outlined-orange:hover, .outlined-orange:active {
        background: #F08A20 !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(240, 138, 32, .4);
    }
/*BLUE BUTTON -----------------------*/
.outlined-blue, .downloads a {
    color: #006EA0 !important;
    border: 3px solid #006EA0 !important;
}

    .outlined-blue:hover, .downloads a:hover, .outlined-blue:active, .downloads a:active {
        background: #006EA0 !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(9, 110, 160, .4);
    }
/*PINK BUTTON -----------------------*/
.outlined-pink {
    color: var(--pink) !important;
    border: 3px solid var(--pink) !important;
}

    .outlined-pink:hover, .outlined-pink:active {
        background: var(--pink) !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(234, 26, 119, .4);
    }
/*NAVY BUTTON -----------------------*/
.outlined-navy {
    color: var(--navy) !important;
    border: 3px solid var(--navy) !important;
}

    .outlined-navy:hover,  .outlined-navy:hover {
        background: var(--navy) !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(24, 41, 88, .4);
    }
/*-----------------------03. LINK + ARROW BUTTONS:------------------------- */
/*GREEN BUTTON -----------------------*/
.linkArrow {
    background: transparent;
    color: var(--teal);
    text-align: left;
    padding-left: 0;
    position: relative;
    max-width: 140px;
    min-width: 140px;
}

    .linkArrow:after {
        content: '\f105';
        font-size: 15px;
        line-height: 28px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        background: #e6f6f6;
        color: var(--teal);
        border-radius: 50px;
        padding: 2px 11.5px;
        float: right;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
        -o-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
    }

.banner .counter, .banner .currency {
    font-size: 36px;
}

.psvideo #thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}
/* INTO Custom Classes*/
/* Buttons*/
.blue-btn {
    border-radius: 10px;
    padding: 16px 25px;
    min-width: 180px;
    background: var(--teal);
    background: -moz-linear-gradient(top, var(--teal) 0%, #006ea0 100%);
    background: -webkit-linear-gradient(top, var(--teal) 0%,#006ea0 100%);
    background: linear-gradient(to bottom, var(--teal) 0%,#006ea0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--teal)', endColorstr='#006ea0',GradientType=0 );
    border: none;
    color: white;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    .blue-btn:hover, .blue-btn:focus {
        color: white;
        background: #006ea0;
        background: -moz-linear-gradient(top, #006ea0 0%, var(--teal) 100%);
        background: -webkit-linear-gradient(top, #006ea0 0%,var(--teal) 100%);
        background: linear-gradient(to bottom, #006ea0 0%,var(--teal) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='var(--teal)',GradientType=0 );
    }
/* TOP Menu */
.top-menu-wrapper {
    background-color: #F5F5F5;
    line-height: 1.5rem;
    font-size: .875rem;
    font-weight: 600;
    color: var(--navy);
    position: relative;
}

.top-menu {
    display: flex;
    max-width: 1381px;
    margin: auto;
    padding: 0 15px;
}

.top-menu-links {
    flex-grow: 2;
}

    .top-menu-links ul, .top-menu-socialLinks, .top-menu-socialLinks ul {
        display: flex;
        padding: 0;
        margin: 0;
    }

.top-menu ul li {
    list-style-type: none;
}

.top-menu-links a {
    padding: 10px 40px 10px 0;
    display: block;
    font-weight: 500;
    font-size: .875rem;
}

.top-menu-socialLinks {
    padding: 10px 30px 0 10px;
}

    .top-menu-socialLinks ul {
        margin-left: 20px;
    }

    .top-menu-socialLinks li {
        padding: 0 7px;
        font-size: 1.063rem;
    }

.top-menu-CallUs {
    padding: 10px 10px 10px 30px;
    position: relative;
}

    .top-menu-CallUs:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 20px;
        background: lightgray;
        margin: auto;
        bottom: 0;
    }

.callUsIcon {
    margin-right: 10px;
}

.EmailIcon {
    margin: 0 20px 0 20px;
}

.callUsHeading {
    margin-right: 5px;
}

span.callUs {
    font-weight: normal;
}
/* Hero Banners */
.welcome .card .row, .imageRight .card > .row, .student-loans .card .row, .financial-difficulties .card .row, .hero-banner-right.page-header .card .row {
    min-height: 500px;
}

.testimonials .row.mainbody, .NewsGlobalCTA.imageRight .card .row {
    min-height: 500px;
}

.heroWrapperContainer {
    display: flex;
    flex-direction: column;
}

.heroWrapper .button {
    /* background: transparent;
	border: 2px solid white;
	*/
    border-radius: 10px;
    padding: 13px 0;
    max-width: 100%;
    font-weight: 700;
    min-width: 180px;
    margin-top: 15px;
    max-width: 180px;
}
.BannerText .heroWrapperContainer .heroWrapper .button {
	display: inline-block;
	margin-right: 10px;
}
/* Welcome Hero Banner*/
.hero-banner-left.landingPageBreakout > div > div, .hero-banner-right.landingPageBreakout > div > div {
    padding: 0 !important;
}

.hero-banner-left.welcome {
    margin-top: 4rem;
}
/*.hero-banner-left.welcome .cardImage {
	flex: 0 0 45%;
	max-width: 45%;
}
*/
.hero-banner-left .col-bgr-cover {
    width: 100%;
}

.hero-banner-left.welcome .card-body {
    display: flex;
    padding: 3.5rem 0;
}

.hero-banner-left .card, .hero-banner-right .card {
    background-color: transparent;
}

.welcome .heroWrapper {
    margin: auto auto auto 0;
    max-width: 700px;
    padding-left: 15%;
    padding-right: 6rem;
}

.heroWrapper h2, .heroWrapper p {
}

.heroWrapper h3 {
    font-size: .938rem;
    font-weight: 700;
}

.hero-banner-left.welcome h2 {
    font-size: 1.875rem;
    max-width: 350px;
    position: relative;
    margin-bottom: 3.5rem;
    color: white;
}

    .hero-banner-left.welcome h2::after {
        content: '';
        position: absolute;
        bottom: -1.75rem;
        left: 0;
        width: 45px;
        height: 4px;
        background: #c7dd34;
        margin: auto;
    }

.hero-banner-left.welcome p {
    color: white;
}
/* Hero Banner Current Account */
/*.hero-banner-right.imageRight .cardImage, .hero-banner-right.page-header .cardImage, .testimonials .cardImage {
	flex: 0 0 45%;
	max-width: 45%;
}
.hero-banner-right .col-bgr-cover {
	width: calc(100% + 5rem);
	margin-left: -5rem;
}
.hero-banner-left .col-bgr-cover {
	width: 100%;
}
.hero-banner-right.imageRight .card-body, .hero-banner-right.page-header .card-body, .testimonials .card-body {
	background-position: right center;
	background-size: cover;
	flex: 0 0 55%;
	max-width: 55%;
	z-index: 1;
	display: flex;
	padding: 3.5rem 0;
}
*/
.testimonials .card-body {
    background-position: left center;
    flex-direction: column;
}

.imageRight .heroWrapper {
    max-width: 790px;
    margin: auto 0 auto auto !important;
    padding-left: 230px !important;
}

.hero-banner-right .heroWrapper {
    margin: auto auto auto 0;
    padding-right: 5rem;
    padding-left: 170px;
}

.hero-banner-right.imageRight h2 {
    font-size: 1.563rem;
    color: white;
}

.hero-banner-right.imageRight p {
    padding: 15px 0 0;
    color: white;
}

.hero-banner-right.imageRight .button {
    background: transparent;
    border: 3px solid white;
    border-radius: 10px;
    padding: 15px 0;
    max-width: 100%;
    font-weight: 700;
    min-width: 180px;
    margin-top: 15px;
}

    .hero-banner-right.imageRight .button:hover {
        background: white;
        color: #A54F9C;
        box-shadow: 0 5px 15px rgba(255,255,255,.3);
    }

.hero-banner-right.imageRight .card-body h3 {
    color: white;
    font-size: 26px;
    font-weight: 700;
}

.hero-banner-right.imageRight .card-body h5 {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.NewsGlobalCTA .heroWrapper {
    padding-right: 4rem !important;
    padding-left: 80px;
}

    .NewsGlobalCTA .heroWrapper a {
        margin-top: 30px;
    }
/* Student Loans, Financial Difficulties Hero Banner */
.student-loans.landingPageBreakout, .financial-difficulties.landingPageBreakout {
    padding-bottom: 0 !important;
    margin-top: 2rem;
}

.financial-difficulties.landingPageBreakout {
    margin-top: 0;
}

.hero-banner-left.student-loans .card-body, .financial-difficulties .card-body {
    background-position: left center;
    background-size: cover;
    padding: 3.5rem 0;
    display: flex;
    padding: 0 !important;
}

.student-loans .heroWrapper, .financial-difficulties .heroWrapper {
    margin: auto auto auto 0;
    max-width: 600px;
    padding-left: 9rem;
    padding-right: 3rem;
}

.hero-banner-left.student-loans h2, .financial-difficulties h2 {
    font-size: 1.563rem;
    color: white;
}

.hero-banner-left.student-loans p, .financial-difficulties p {
    margin: 2rem 0;
    color: white;
}

.hero-banner-left.student-loans .button, .financial-difficulties .button {
    background: transparent;
    border: 3px solid white;
    border-radius: 10px;
    padding: 13px 0;
    max-width: 100%;
    font-weight: 700;
    min-width: 180px;
    margin-top: 0;
}

    .hero-banner-left.student-loans .button:hover, .financial-difficulties .button:hover {
        background: white;
        color: var(--teal);
        box-shadow: 0 5px 15px rgba(255,255,255,.3);
    }
/* Membership Text */
.homepage-membership {
    text-align: center;
    padding: 30px 0 50px;
}

    .homepage-membership h2 {
        font-size: 1.875rem;
        position: relative;
        color: var(--navy);
    }

        .homepage-membership h2:after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: 0;
            width: 45px;
            height: 4px;
            background: #8662aa;
            margin: auto;
        }

    .homepage-membership p {
        max-width: 668px;
        margin: 3.5rem auto 0;
    }
/* Membership Dropdown */
.i-am-section {
    padding: 0 15px 50px;
}

    .i-am-section .row {
        background: white !important;
        box-shadow: 0 0 13px rgba(0, 0, 0, .2);
        border-bottom: 5px solid #8662aa;
        max-width: 896px;
        margin: auto;
        padding: 2rem;
    }

    .i-am-section .bg-info {
        background: transparent !important;
        align-items: center;
    }

    .i-am-section h2 {
        margin-top: 0;
        font-size: 1rem;
        color: var(--body-color);
        font-weight: 600;
    }

    .i-am-section .btn-primary {
        border-radius: 10px;
        min-width: 180px;
        padding: 16px 0;
        background: #8561a9 !important;
        background: -moz-linear-gradient(top, #8561a9 0%, #463f76 100%) !important;
        background: -webkit-linear-gradient(top, #8561a9 0%,#463f76 100%) !important;
        background: linear-gradient(to bottom, #8561a9 0%,#463f76 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8561a9', endColorstr='#463f76',GradientType=0 ) !important;
        border: none;
        /* EASING*/
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
        -o-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
    }

        .i-am-section .btn-primary:hover {
            background: #463f76 !important;
            background: -moz-linear-gradient(top, #463f76 0%, #8561a9 100%) !important;
            background: -webkit-linear-gradient(top, #463f76 0%,#8561a9 100%) !important;
            background: linear-gradient(to bottom, #463f76 0%,#8561a9 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463f76', endColorstr='#8561a9',GradientType=0 ) !important;
            box-shadow: 0 5px 15px rgba(135, 102, 172, .5);
        }

.pretitle {
    font-size: 1.625rem;
    line-height: normal;
    font-weight: 500;
    color: var(--navy);
}

.quick-select-dropdown {
    flex-grow: 2;
    margin: 0 2rem 0 0;
    border-bottom: 1px solid lightgray;
    padding: 0;
    margin-top: 0;
}

.CalculatorQuickSelect .filter-option-inner-inner {
    padding: 0;
    color: #8662aa;
    font-size: 1.625rem;
    line-height: normal;
    font-weight: 700;
}

.i-am-section .quick-select-dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 1.625rem !important;
    font-weight: 700;
}

.CalculatorQuickSelect .dropdown-toggle:after {
    color: var(--navy);
    right: 2rem;
    font-size: 22px;
    font-weight: 400;
}

.CalculatorQuickSelect .dropdown-item {
    padding: .75rem 11px;
    color: #8662aa;
    font-weight: 700;
    text-transform: none;
    font-size: 1.625rem;
}

    .CalculatorQuickSelect .dropdown-item:focus, .CalculatorQuickSelect .dropdown-item:hover {
        color: #8662aa !important;
        font-weight: 700;
        background: #F4F4F4;
    }

.CalculatorQuickSelect .dropdown-menu {
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    margin-top: 20px;
    border-radius: 0;
    border: none;
    padding: 0;
}

    .CalculatorQuickSelect .dropdown-menu li {
        font-size: 1.625rem;
    }

.divCookiebotTab {
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    background-color: var(--purple);
}
/* LOANS PAGE */
.loans-range.landingPageBreakout {
    padding-bottom: 8.25rem;
}

    .loans-range.landingPageBreakout .row {
        max-width: 1381px;
        margin: auto;
    }

.loans-range .button {
    background: transparent;
    color: var(--purple);
    text-align: left;
    padding-left: 0;
    position: relative;
    padding: 10px 0 15px;
    font-weight: 600;
    margin-top: 0;
}

    .loans-range .button::after {
        content: '\f105';
        font-size: 17px;
        line-height: 28px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 500;
        background: var(--light-purple);
        color: var(--purple);
        border-radius: 50px;
        padding: 1px 10px;
        float: right;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 4px;
        margin: auto;
        /* EASING*/
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
        -o-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
    }

.loans-range .card:hover .button::after {
    background: var(--purple);
    color: white;
}

.loans-range .card {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    border-bottom: 5px solid transparent;
}

    .loans-range .card:hover {
        border-bottom: 5px solid var(--purple);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    }

.loans-range .card-body {
    padding: 0 20px !important;
}

.loans-range h2.card-title {
    color: var(--navy);
    font-size: 1.063rem !important;
    font-weight: 600;
}

.loans-range h5.card-title {
    color: var(--grey1);
    font-size: .813rem !important;
    font-weight: 600;
}

.loans-range .cardButtonList li {
    width: 100%;
    margin-right: 0;
}

.text-button-block {
    background: var(--navy);
    padding: 3rem 6.75rem;
    border-bottom: 5px solid var(--teal);
    margin: 4rem 0;
}

    .text-button-block.elevated {
        margin-top: -8rem;
        margin-bottom: 48px;
    }

    .text-button-block h3 {
        color: #00b0ae;
        font-size: .938rem;
        margin: 0 0 20px;
        font-weight: 600;
    }

    .text-button-block h4 {
        color: white;
        font-weight: 700;
        font-size: 1.625rem;
        margin: 0;
        line-height: 2.25rem;
    }
    .text-button-block p, .text-button-block a {
        color: white;
    }
    .text-button-block a:hover {
        color: var(--teal);
    }

    .text-button-block .block-btn {
        align-self: flex-end;
        display: flex;
        justify-content: flex-end;
    }
/* PAGE HEADER BANNER*/
.page-header .heroWrapperContainer {
    max-width: 790px;
    margin: auto 0 auto auto;
}

.page-header .heroWrapper {
    color: white;
    padding-right: 18rem;
    padding-left: 25px;
    margin-top: -6rem;
}

    .page-header .heroWrapper h2 {
        font-size: 2.25rem;
    }
/* BREADCRUMBS */
.breadcrumbWrapper {
    max-width: 1381px;
    margin: 0 auto;
}

#breadcrumb {
    display: inline-block;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
}

    #breadcrumb li {
        list-style-type: none;
        font-weight: 600;
        color: var(--grey2);
        display: inline-block;
    }

    #breadcrumb a {
        color: var(--grey1);
    }
    #breadcrumb a:hover {
        color: var(--grey1);
		text-decoration: underline;
    }

    #breadcrumb li i {
        margin: 0 7px;
        font-size: .625rem;
        position: relative;
        top: -1px;
    }

.page-header-dark #breadcrumb li:not(li:last-child) {
    opacity: .9;
}

.page-header-dark #breadcrumb li:last-child {
  opacity: 1;
}

.page-header-light #breadcrumb li:not(li:last-child), .header-contact #breadcrumb li:not(li:last-child), .ArticleType2 li:not(li:last-child) {
    color: var(--grey1);
    opacity: 1;
}
/* BECOME A MEMBER PAGE */
.membership-membership h2 {
    font-size: 1.875rem;
    position: relative;
    color: var(--navy);
}

    .membership-membership h2::after {
        content: '';
        position: absolute;
        bottom: -1.75rem;
        left: 0;
        right: 0;
        width: 45px;
        height: 4px;
        background: #8662aa;
        margin: auto;
    }

.text-block {
    padding: 1.5rem 0 0 6rem !important;
}

    .text-block h2 {
        margin-bottom: 3.5rem;
        padding-bottom: 5px;
    }

        .text-block h2:after {
            right: auto;
        }

.membership-benefits.landingPageBreakout {
    background: var(--navy);
    background: -moz-linear-gradient(top, var(--navy) 0%, var(--purple) 100%);
    background: -webkit-linear-gradient(top, var(--navy) 0%,var(--purple) 100%);
    background: linear-gradient(to bottom, var(--navy) 0%,var(--purple) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='var(--purple)',GradientType=0 );
}

.current-account.membership-benefits.landingPageBreakout {
    background: var(--navy);
    background: -moz-linear-gradient(top, var(--navy) 0%, #006EA0 100%);
    background: -webkit-linear-gradient(top, var(--navy) 0%,#006EA0 100%);
    background: linear-gradient(to bottom, var(--navy) 0%,#006EA0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='#006EA0',GradientType=0 );
}

.membership-benefits.landingPageBreakout .row {
    max-width: 1154px;
    margin: auto;
}

.membership-benefits.landingPageBreakout .spotlights-wrapper .row {
    max-width: 1381px;
    margin: auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
}

.loans-range.purple {
    padding-bottom: 20px;
}

    .loans-range.purple h2.card-title {
        margin-top: 1.5rem;
        margin-bottom: .5rem;
    }

    .loans-range.purple .button {
        color: #8662aa;
        margin-top: 0;
    }

        .loans-range.purple .button::after {
            background: #f2eff6;
            color: #8662aa;
        }

    .loans-range.purple .card:hover {
        border-bottom: 5px solid #8662aa;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    }

        .loans-range.purple .card:hover .button::after {
            background: #8662aa;
            color: white;
        }

    .loans-range.purple .cardButtonList li {
        padding-bottom: 10px;
    }

.image-text-block {
    padding: 70px 0;
}

    .image-text-block .row {
        max-width: 1154px;
        margin: auto;
        padding: 0 15px;
    }

    .image-text-block ul.stripedList.OneColumn {
        padding-left: 0 !important;
    }

.numbered-list-half {
    padding-right: 5rem;
    margin: auto;
    padding-left: 0;
}

    .numbered-list-half h2 {
        margin-top: 0;
        margin-bottom: 3.5rem;
        padding-bottom: 5px;
    }

        .numbered-list-half h2::after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: auto;
            width: 45px;
            height: 4px;
            background: #8662AA;
            margin: auto;
        }

    .numbered-list-half h3 {
        font-size: 1.188rem;
        font-weight: 600;
    }

    .numbered-list-half > ol {
        padding-left: 0;
        list-style: none;
        counter-reset: my-awesome-counter;
    }

        .numbered-list-half > ol > li {
            border-bottom: 1px solid lightgray;
            padding: .75rem 0;
            list-style-position: inside;
            counter-increment: my-awesome-counter;
        }

            .numbered-list-half > ol > li:last-child {
                border: none;
            }

            .numbered-list-half > ol > li::before {
                content: counter(my-awesome-counter) ". ";
                color: #8662aa;
                font-weight: 700;
                margin-right: 10px;
            }

            .numbered-list-half > ol > li ul {
                padding-top: 10px;
            }

                .numbered-list-half > ol > li ul li {
                    list-style-position: outside;
                    margin-left: 15px;
                    padding-left: 5px;
                }

    .numbered-list-half.ob-ticks {
        padding-left: 0;
    }

.requirements-half-image {
    margin-top: 6.75rem;
    padding-right: 0;
}

.testimonials.membership {
    margin-top: 0;
}
/* Serving Teachers */
.loans-range.no-link .card {
    border-color: #8662aa;
}

.loans-range.no-link .card-body {
    padding: 15px 20px !important;
}

.loans-range.no-link.landingPageBreakout {
    padding-bottom: 3.25rem;
}
/* Loan Application Accordion */
.member-accordion {
    padding: 3rem 0 4rem;
}

    .member-accordion .row:not(.spotlights-wrapper .row:last-child, .LoanBoxesForm .row, .row.form-section, .row.first-section, .row.contact-boxes) {
        max-width: 1154px;
        /*margin: auto;
	*/
        flex-wrap: nowrap;
    }

    .member-accordion .column {
    }

        .member-accordion .column > h2 {
            margin-top: 0;
            margin-bottom: 4.25rem;
            font-size: 2.25rem;
        }

            .member-accordion .column > h2:after {
                content: '';
                position: absolute;
                bottom: -1.75rem;
                left: 0;
                right: auto;
                width: 45px;
                height: 4px;
                background: #CBDB2A;
                margin: auto;
            }

    .member-accordion h4 {
        color: var(--grey1);
        font-weight: 500;
        font-size: 1.125rem;
    }

.accordionLoanTabs > .card > .card-header {
    border-radius: 0;
    /*margin-bottom: 1px;*/
    background: var(--navy);
    background: -moz-linear-gradient(left, var(--navy) 0%, #006ea0 100%);
    background: -webkit-linear-gradient(left, var(--navy) 0%,#006ea0 100%);
    background: linear-gradient(to right, var(--navy) 0%,#006ea0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='#006ea0',GradientType=1 );
}

.accordionLoanTabs > .card {
    overflow: hidden;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 1px;
}

.accordionLoanTabs .card:first-child .card-header {
}

.accordionLoanTabs .card:last-child .card-header {
    margin-bottom: 0;
}

.accordionLoanTabs i.fal {
    float: right;
    color: white;
    font-weight: 300;
}

.accordionLoanTabs .card-header h2 {
    margin: 0;
}

    .accordionLoanTabs .card-header h2 .btn-link {
        font-size: 1.625rem;
        font-weight: 700;
        color: white;
        line-height: 2rem;
        padding: 1.5rem 2.5rem;
        max-width: 100%;
        margin-bottom: 0;
    }

        .accordionLoanTabs .card-header h2 .btn-link:hover, .accordionLoanTabs .card-header h2 .btn-link:focus, .accordionLoanTabs .card-header h2 .btn-link:active {
            text-decoration: none;
            background: none;
            border:  1px solid transparent;
        }

.accordionLoanTabs .btn:not(.btn-link, .btn-contact, .dropdown-toggle), .contactUsForm .btn:not(.dropdown-toggle) {
    border-radius: 10px;
    padding: 16px 0 !important;
    min-width: 180px;
    color: white;
    font-size: .875rem;
    font-weight: 700 !important;
    background: var(--darker-teal) !important;
    margin-bottom: 1rem !important;
    background: -moz-linear-gradient(top, var(--darker-teal) 0%, #006ea0 100%) !important;
    background: -webkit-linear-gradient(top, var(--darker-teal) 0%,#006ea0 100%) !important;
    background: linear-gradient(to bottom, var(--darker-teal) 0%,#006ea0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7a78', endColorstr='#006ea0',GradientType=0 ) !important;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 110, 160, .2);
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    .accordionLoanTabs .btn:not(.btn-link, .btn-contact, .dropdown-toggle):hover, .contactUsForm .btn:not(.dropdown-toggle):hover {
        color: white;
        background: #006ea0;
        background: -moz-linear-gradient(top, #006ea0 0%, var(--darker-teal) 100%);
        background: -webkit-linear-gradient(top, #006ea0 0%,var(--darker-teal) 100%);
        background: linear-gradient(to bottom, #006ea0 0%,var(--darker-teal) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='#1f7a78',GradientType=0 );
        box-shadow: 0 5px 15px rgba(0, 110, 160,.5);
    }

.accordionLoanTabs .umbraco-forms-psLoanBoxesAccordion .spotlights-wrapper .row:last-child {
    margin-left: 9.75%;
}

.accordionLoanTabs .spotlights:hover, .contact-boxes .spotlights:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.contact-boxes .spotlight-box {
    padding: 0 !important;
}
/*.accordionLoanTabs .spotlights a,*/
.contact-boxes .spotlights a {
    background: transparent;
    color: var(--purple);
    text-align: left;
    padding-left: 0;
    position: relative;
    max-width: 140px;
    min-width: 140px;
    font-size: .938rem;
    display: block;
    margin-top: 10px;
    text-decoration: none;
    margin-bottom: 0;
}
	.contact-boxes .spotlights a:hover {
		color: var(--purple);
	}
    /*.accordionLoanTabs .spotlights a::after,*/
    .contact-boxes .spotlights a:after {
        content: '\f105';
        font-size: 15px;
        line-height: 28px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        background: var(--light-purple);
        color: var(--purple);
        border-radius: 50px;
        padding: 1px 10px;
        float: right;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
        -o-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
    }

.accordionLoanTabs .spotlights:hover a:after, .contact-boxes .spotlights:hover a:after {
    background: var(--purple);
    color: white;
}

.accordionLoanTabs h2, legend {
    font-size: 1.125rem;
    margin-top: 10px;
    padding-right: 15px;
    color: var(--navy);
    font-weight: 700;
}

.accordionLoanTabs .card-body img {
    width: 62px;
}
/*.accordionLoanTabs .card-body .row.first-section, .accordionLoanTabs .card-body .row.second-section {
	border-bottom: 1px solid lightgray;
	margin-bottom: 1.25rem !important;
	padding-bottom: 1.25rem;
}
*/
.accordionLoanTabs #collapse2 .row.first-section, .accordionLoanTabs .card-body .row.second-section {
    border-bottom: none;
    padding-bottom: 0;
}

.accordionLoanTabs #collapse2 .second-section {
    margin-bottom: 0;
}

.accordionLoanTabs .spotlights-wrapper .row {
    flex-wrap: nowrap;
}

hr {
    margin-top: .75rem;
    margin-bottom: 1.25rem;
    color: lightgrey;
}

.accordionLoanTabs .spotlights p, .contact-boxes .spotlights p {
    margin-bottom: 0;
}

.accordionLoanTabs .spotlight-box h2, .contact-boxes .spotlight-box h2 {
    font-size: .938rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.accordionLoanTabs .spot-icon, .contact-boxes .spot-icon {
    text-align: left;
    margin: auto 0;
    width: 35px;
    height: 80px;
}

.accordionLoanTabs .spot0 .spot-icon, .contact-boxes .spot0 .spot-icon {
    width: 53px;
}

.accordion > .card .container:last-child hr {
    /* display: none;
	*/
}

.umbraco-forms-navigation .col-sm-offset-2 {
    margin: auto;
}

    .umbraco-forms-navigation .col-sm-offset-2 .btn {
        margin: auto;
        font-size: .938rem;
        color: white !important;
        font-weight: 700;
    }

.first-col, .first-col.one, .first-col-contact {
    padding-left: 0;
}

.third-col {
    display: flex;
    padding-right: 0;
}

    .third-col .buttonLoanTabs {
        align-self: center;
        margin: auto 0 auto auto;
    }
/*input[type="text"]::placeholder,.umbraco-forms-container select::-webkit-input-placeholder,.umbraco-forms-container textarea::-webkit-input-placeholder,.umbraco-forms-container input[type="text"]:-ms-input-placeholder,.umbraco-forms-container select:-ms-input-placeholder,.umbraco-forms-container textarea:-ms-input-placeholder,.umbraco-forms-container input[type="text"]::-moz-placeholder,.umbraco-forms-container select::-moz-placeholder,.umbraco-forms-container textarea::-moz-placeholder,.umbraco-forms-container input[type="text"]:-moz-placeholder,.umbraco-forms-container select:-moz-placeholder,.umbraco-forms-container textarea:-moz-placeholder {
	opacity: .7;
	color: red;
}
*/
input::-webkit-input-placeholder, .datepickerPS input::-webkit-input-placeholder {
    color: var(--body-color);
    opacity: .6;
}

input::-moz-placeholder, .datepickerPS input::-moz-placeholder {
    color: var(--body-color);
    opacity: .6;
}

input::-ms-placeholder, .datepickerPS input::-ms-placeholder {
    color: var(--body-color);
    opacity: .6;
}

input::placeholder, .datepickerPS input::placeholder {
    color: var(--body-color);
    opacity: .6;
}

.form-control[readonly] {
    opacity: 1;
}

.grecaptcha-badge {
    z-index: 9;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 0;
}
/* Online Banking Page */
.online-banking.landingPageBreakout {
    background: #006ea0;
    background: -moz-linear-gradient(left, #006ea0 0%, var(--navy) 100%);
    background: -webkit-linear-gradient(left, #006ea0 0%,var(--navy) 100%);
    background: linear-gradient(to right, #006ea0 0%,var(--navy) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='var(--navy)',GradientType=1 );
}

.online-banking h2::after {
    background: var(--teal);
}

.text-block.ob-text p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
}

.text-block.ob-text .btn {
    background: transparent;
    border: 2px solid #006EA0;
    border-radius: 10px;
    padding: 13px 0;
    max-width: 100%;
    font-weight: 700;
    min-width: 180px;
    margin-top: 20px;
    max-width: 180px;
    color: #006EA0;
}

    .text-block.ob-text .btn:hover {
        background: #006EA0;
        color: white;
        box-shadow: 0 5px 15px rgba(0, 110, 160, .4);
    }

.ob-ticks ul.stripedList.OneColumn li .fa-inverse {
    color: var(--teal);
}

.ob-ticks h2::after {
    background: var(--teal);
}

.mobile-app {
    margin-bottom: 21rem;
    background-size: cover;
}

    .mobile-app .card {
        background: none;
        overflow: visible;
        min-height: 350px;
    }

    .mobile-app .row {
        max-width: 1154px;
        margin: auto !important;
    }

    .mobile-app .card-image {
        position: absolute;
        bottom: -19rem;
        left: -24rem;
        padding: 0;
    }

    .mobile-app img {
        max-width: 100%;
        padding: 0;
    }

    .mobile-app .card-body {
        margin: auto 0 auto auto;
        max-width: 45%;
        padding: 3rem 0 0 !important;
    }

        .mobile-app .card-body p {
            color: white;
            font-size: 1.25rem;
            line-height: 1.875rem;
            margin-bottom: 2rem !important;
            font-weight: 600;
        }

.mobile-app-buttons {
    margin-top: -18rem;
    margin-bottom: 10rem;
}

    .mobile-app-buttons .row {
        flex-wrap: nowrap;
    }

.mobile-buttons-container {
    display: flex;
    padding-left: 3.5rem;
}

    .mobile-buttons-container a {
        width: 180px;
        min-width: 180px;
        margin-right: 20px;
    }
/* FAQs */
.faqs {
    max-width: 1124px;
    margin: auto;
    padding: 4rem 0;
}

    .faqs h2 {
        margin-top: 0;
        margin-bottom: 4.5rem;
        padding-bottom: 5px;
    }

        .faqs h2:after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: auto;
            width: 45px;
            height: 4px;
            background: #CBDB2A;
            margin: auto;
        }

#accordion .card {
    background: none;
}

.card-header {
    padding: 0;
    margin-bottom: .25rem;
    border: none;
    background: none;
}

#accordion a {
    display: block;
    padding: .75rem 1.5rem .75rem 2.5rem;
    border-radius: 10px 10px 0 0;
    background: #E5F7F7;
    color: var(--teal);
}

    #accordion a h5 {
        margin: 0;
        display: flex;
        font-size: .938rem;
        line-height: 1.563rem;
        font-weight: 700;
    }

    #accordion a i {
        float: right;
        margin: auto 0 auto auto;
    }

#accordion .card-body p a {
    background: none;
    display: inline;
    padding: 0;
    color: var(--darker-teal);
	text-decoration: underline;
}

    #accordion .card-body p a:hover {
        color: var(--teal);
    }
/* CURRENT ACCOUNT PAGE */
.youtube-video {
    padding: 2rem 0 4rem;
}

    .youtube-video .row {
        max-width: 896px;
        margin: auto;
    }

    .youtube-video h2 {
        margin-bottom: 4.5rem;
        padding-bottom: 5px;
        text-align: center;
    }

        .youtube-video h2:after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: 0;
            width: 45px;
            height: 4px;
            background: var(--teal);
            margin: auto;
        }

.image-text-block.current-account h2:after {
    content: '';
    position: absolute;
    bottom: -1.75rem;
    left: 0;
    width: 45px;
    height: 4px;
    background: var(--teal);
    margin: auto;
}

.image-text-block.imageRight {
    padding: 50px;
}

    .image-text-block.imageRight h2:after {
        background: var(--teal);
    }

    .image-text-block.imageRight a {
        margin-top: 20px;
    }

.membership-benefits.imageRight.landingPageBreakout {
    background: var(--navy);
    background: -moz-linear-gradient(top, var(--navy) 0%, #006EA0 100%);
    background: -webkit-linear-gradient(top, var(--navy) 0%,#006EA0 100%);
    background: linear-gradient(to bottom, var(--navy) 0%,#006EA0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='#006EA0',GradientType=0 );
}

.membership-benefits.imageRight h2::after {
    background: var(--teal);
}
/*.landingPageBreakout .column {
	padding: 0;
}
.col-sm {
	padding: 0;
	max-width: 1154px;
}
.page-header-dark .col-sm, .page-header-light .col-sm {
	padding: 0 15px;
	max-width: 1381px;
}
.loans-range .column {
	padding: 0 10px;
}
*/
.image-block {
    padding: 0;
}

.twoCurves a {
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.slick-slide .twoCurves .BannerText {
    max-width: 1381px;
}

.form-section .col-md-11 {
    padding: 0 0 0 15px !important;
}

.second-col {
    padding: 0;
}
/* New calc input*/
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;
}

.calc-right-group {
    padding-right: 0;
}

.calc-left-group {
    padding-left: 0;
}

    .calc-left-group .bootstrap-select > .dropdown-toggle {
        background: transparent;
    }

    .calc-left-group .dropdown-menu {
        border-bottom: 1px solid var(--grey1);
        border-left: 1px solid var(--grey1);
        border-right: 1px solid var(--grey1);
        width: 100%;
        margin-top: -1px;
    }

        .calc-left-group .dropdown-menu li a {
            color: var(--navy);
            padding-left: 14px;
            font-size: .875rem;
        }

    .calc-left-group .dropdown-item:focus, .dropdown-item:hover {
        color: var(--teal) !important;
        font-weight: 600;
    }

.number-input {
    display: inline-flex;
}

    .number-input, .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            background-color: white;
            width: 2rem;
            height: 2rem;
            margin: auto;
            border-radius: 50%;
            border: 1px solid var(--navy);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            /* EASING*/
            -webkit-transition: all .1s ease-out 0s;
            -moz-transition: all .1s ease-out 0s;
            -o-transition: all .1s ease-out 0s;
            transition: all .1s ease-out 0s;
        }

            .number-input button:hover {
                border: 2px solid;
            }

            .number-input button.minus {
                margin: auto 1rem auto auto;
            }

            .number-input button.plus {
                margin: auto auto auto 1rem;
            }

            .number-input button:after {
                display: inline-block;
                position: absolute;
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                content: '\f068';
                color: var(--navy);
                transform: translate(-50%, -50%) rotate(180deg);
                font-size: 13px;
            }

            .number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(0deg);
                content: '\f067';
            }

        .number-input input[type=number], .CalculatorInputWrapper .number-input input[type=number] {
            text-indent: 1rem;
            border: 2px solid var(--darker-teal);
            font-size: 1rem;
            height: 3rem;
            flex-grow: 2;
            border-left: 50px solid var(--darker-teal);
            min-width: 100px;
        }

.calcInputWrapper {
    display: flex;
    flex-grow: 2;
    min-width: 100px;
}

    .calcInputWrapper img {
        position: absolute;
        height: 25px;
        width: 25px;
        margin: 12px 12px;
    }

.form-group, .number-input, .amount-input-group, .term-input-group {
    width: 100%;
}

#CalculatorInputWrapper label, .RepaymentsLabel {
    color: var(--navy);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.calctooltip {
    position: static;
}

    .calctooltip i::before {
        color: var(--darker-teal);
        font-size: 1.313rem;
        margin-left: 2px;
        position: relative;
        top: 2px;
    }

.MaxAmounts {
    font-size: .875rem;
    font-weight: 700;
    color: var(--navy);
    margin-top: 1rem;
    margin-bottom: .25rem;
}

.maxSetting {
    color: var(--darker-teal);
}

.thin-text {
    font-weight: 300;
}

.amount-input-group {
    margin-bottom: .75rem;
}

.currencySymbolInput {
	color: white;
	font-size: 26px;
	line-height: 26px;
	left: 16px;
	top: 10px;
}

#RequiredLoanAmt, RequiredTerm {
    /* EASING*/
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}

    #RequiredLoanAmt:focus, #RequiredTerm:focus {
        border-color: var(--teal);
    }

.txtWithImageCurrency::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50px;
    top: 0;
    background: red;
    margin: auto;
}

#RequiredTermInMonthsYears {
    margin-top: 10px;
    display: block;
    margin-left: 3rem;
    font-size: .875rem;
    font-weight: 700;
}

.number-input {
    position: relative;
}

.RepaymentsLabel {
    margin-bottom: .75rem;
}

.calcInputTermsAndConditions {
    font-size: .75rem !important;
    line-height: normal !important;
    border-top: 1px solid #E0E0E0;
    padding-top: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
	opacity: 0.75;
}

.panel.with-nav-tabs.panel-default.col-12.noPadding {
    background: var(--darker-teal);
}

.flex-row-container {
    border: 1px solid var(--darker-teal);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 3rem !important;
}

    .flex-row-container > .flex-row-item {
        flex: 1 1 33.3333%;
    }

.flex-row-item {
    background-color: #ffffff;
}

.calcInputTab {
    display: block;
    margin: auto;
    height: 100%;
    text-align: center;
    padding: .75rem 0;
    color: var(--navy);
}

.calc-right-group > .container {
    padding-right: 0 !important;
}

.calc-right-group .nav-tabs li.active {
    background: var(--darker-teal);
}

    .calc-right-group .nav-tabs li.active a {
        color: white;
    }

.RepaymentNumber {
    margin-left: -15px;
    margin: 1.25rem 0 1.25rem -15px;
}

.currencySymbolMain {
    color: white;
    font-weight: 700;
    font-size: 2.25rem;
    position: relative;
    top: -30px;
}

.mainRepayment {
    font-weight: 700;
    font-size: 4.5rem;
    color: white;
}

.calcNumbers {
    color: white;
    padding: 1rem 0 1.5rem;
}

.calcInput-subHeading {
    font-size: .813rem;
}

.subHeadingText {
    font-size: 1.125rem;
    font-weight: 700;
}

.calcNumbers .col-4 {
    position: relative;
    margin-top: 0;
}

    .calcNumbers .col-4::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, .5);
    }

    .calcNumbers .col-4:last-child::after {
        display: none;
    }

.calc-button-wrapper {
    padding: 0 15px 20px;
    margin-top: 0;
}

    .calc-button-wrapper .btn {
        border-radius: 10px;
        padding: 16px 25px;
        min-width: 180px;
        background: white !important;
		color: var(--navy) !important;
        border: none;
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
        -o-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
    }

        .calc-button-wrapper .btn:hover, .calc-button-wrapper .btn:focus {
            background: #0E4373 !important;
            background: -moz-linear-gradient(top, #0E4373 0%, #006EA0 100%) !important;
            background: -webkit-linear-gradient(top, #0E4373 0%,#006EA0 100%) !important;
            background: linear-gradient(to bottom, #0E4373 0%,#006EA0 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0E4373', endColorstr='#006EA0',GradientType=0 ) !important;
            box-shadow: 0 5px 15px rgba(24, 41, 88, .5);
        }
/* in Common.css */
.BannerText {
}
/* INSURANCE PAGE */
/* Sticky Navbar */
.navbar.sticky {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    background: #F4F4F4 !important;
    height: auto;
    padding: 1.25rem 0;
    z-index: 7;
}

.navbar.sticky .container {
	max-width: 1310px !important;
	margin: 0 auto;
    padding-left: 24px;
}

.navbar.sticky .navbar-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
}

.navbar.sticky a {
	font-weight: 500;
	flex: 1 1 100%;
	position: relative;
	text-align: center;
	font-size: .938rem;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 110px;
    z-index: 7;
    width: 100%;
}

.navbar-header a::after {
    content: '';
    width: 1px;
    height: 20px;
    background: lightgrey;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-header a:first-child::after {
    content: '';
    width: 0px;
}

.text-block.left-side {
    padding: 1.5rem 6rem 0 0 !important;
}

.image-block.right-side {
    padding: 2.5rem 0 0 0;
}

.text-block.left-side.short-title h2 {
    max-width: 300px;
}

.text-block.left-side .btn {
    margin-bottom: 0;
}

.image-text-block.insurance {
    padding: 30px 0 40px;
}

    .image-text-block.insurance.purple-black {
        background: var(--purple);
        background: -moz-linear-gradient(left, var(--purple) 0%, var(--navy) 75%, var(--navy) 100%);
        background: -webkit-linear-gradient(left, var(--purple) 0%,var(--navy) 75%,var(--navy) 100%);
        background: linear-gradient(to right, var(--purple) 0%,var(--navy) 75%,var(--navy) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--purple)', endColorstr='var(--navy)',GradientType=1 );
    }

    .image-text-block.insurance.blue-black {
        background: var(--teal);
        background: -moz-linear-gradient(left, var(--teal) 0%, var(--navy) 75%, var(--navy) 100%);
        background: -webkit-linear-gradient(left, var(--teal) 0%,var(--navy) 75%,var(--navy) 100%);
        background: linear-gradient(to right, var(--teal) 0%,var(--navy) 75%,var(--navy) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--teal)', endColorstr='var(--navy)',GradientType=1 );
    }

    .image-text-block.insurance.navy-black {
        background: #006EA0;
        background: -moz-linear-gradient(left, #006EA0 0%, var(--navy) 75%, var(--navy) 100%);
        background: -webkit-linear-gradient(left, #006EA0 0%,var(--navy) 75%,var(--navy) 100%);
        background: linear-gradient(to right, #006EA0 0%,var(--navy) 75%,var(--navy) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006EA0', endColorstr='var(--navy)',GradientType=1 );
    }

    .image-text-block.insurance.purple-black, .image-text-block.insurance.blue-black, .image-text-block.insurance.navy-black {
        padding: 65px 0;
    }

        .image-text-block.insurance.purple-black .image-block, .image-text-block.insurance.blue-black .image-block, .image-text-block.insurance.navy-black .image-block {
            padding-left: 0;
        }

        .image-text-block.insurance.purple-black h2, .image-text-block.insurance.purple-black p, .image-text-block.insurance.blue-black h2, .image-text-block.insurance.blue-black p, .image-text-block.insurance.navy-black h2, .image-text-block.insurance.navy-black p {
            color: white;
        }

.insurance.membership-benefits {
    background: #F5F5F5;
}

    .insurance.membership-benefits h3 {
        color: var(--grey1);
        font-weight: 500;
        font-size: 1.125rem;
        margin-bottom: 0;
    }

    .insurance.membership-benefits h2 {
        color: var(--navy);
    }

    .insurance.membership-benefits .column {
    }

    .insurance.membership-benefits .spotlight-box {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    }
/* Two Curves Widget*/
.twoCurves .BannerText {
    max-width: 1154px;
}

    .twoCurves .BannerText h3 {
        font-size: 1rem;
        font-weight: 600;
    }

    .twoCurves .BannerText h2 {
        font-size: 1.625rem;
    }

.green-strip h2::after {
    background: var(--teal) !important;
}

.orange-strip h2::after {
    background: #F08A20 !important;
}

.blue-strip h2::after {
    background: #006EA0 !important;
}

.purple-strip h2::after {
    background: var(--purple) !important;
}

.purple-acc #accordion a {
    background: #F3EFF7;
    color: var(--purple);
}

.orange-acc #accordion a {
    background: #FDF3E8;
    color: #F08A20;
}
/* Loan Page */
.loan-process {
    padding: 4rem;
    background: #006ea0;
    background: -moz-linear-gradient(top, #006ea0 0%, var(--navy) 100%);
    background: -webkit-linear-gradient(top, #006ea0 0%,var(--navy) 100%);
    background: linear-gradient(to bottom, #006ea0 0%,var(--navy) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='var(--navy)',GradientType=0 );
}

    .loan-process .container {
        padding: 0;
    }

    .loan-process .row {
        max-width: 1351px;
        margin: auto;
        position: relative;
    }

    .loan-process .col-xl-3::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        margin: auto auto 2rem;
        width: 1px;
        height: 40%;
        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: 341px;
        padding: 0 1.5rem 1rem;
    }

        .loan-process .announcementItem::after {
            display: none;
        }

        .loan-process .announcementItem:hover {
            transform: none;
            box-shadow: none;
            z-index: 0;
        }

        .loan-process .announcementItem::after {
        }

    .loan-process p {
        text-align: center;
        color: white;
        font-size: 12px;
        font-weight: 700;
    }

    .loan-process .announcementItem h3 {
        color: var(--purple);
        font-weight: 700;
    }

.announcementRow h4 {
    display: block;
    font-size: .938rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.563rem;
}

.loan-process .container, .loan-process .col-xl-3 {
    padding: 0;
}

.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: white;
        top: 0;
        bottom: 0;
    }

.loan-process .col-xl-3:last-child .step-wrapper::before {
    display: none;
}

.step {
    border: 2px solid white;
    width: 47px;
    border-radius: 50%;
    height: 47px;
    margin: auto;
    padding: 9px;
    font-size: 1.125rem !important;
}

.loan-process h2 {
    color: white;
    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: var(--teal);
    }

    .loan-process .announcementItem a h4, .loan-process .announcementItem a:hover h4 {
        color: var(--body-color);
    }

.disclaimer {
    max-width: 896px;
    margin: auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    margin-bottom: 3.5rem;
    padding: 30px;
    margin-top: -2rem;
}

    .disclaimer p {
        font-size: .75rem !important;
        line-height: normal !important;
        margin-bottom: 0;
    }

.text-cta .BannerText {
    max-width: 1124px;
}

.text-cta .BannerImages .curve {
    width: 170px;
}

.approval-rate h2 {
    margin-bottom: 4rem;
}

    .approval-rate h2:after {
        content: '';
        position: absolute;
        bottom: -1.75rem;
        left: 0;
        width: 45px;
        height: 4px;
        background: #006EA0;
        margin: auto;
    }

.approval-rate h3 {
    font-size: 1.125rem;
    color: #006EA0;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.loans-benefits.loan-page img {
    width: 75px;
}

.testimonials.loan-page {
    margin-top: 0;
}

.rep-example.landingPageBreakout .row {
    max-width: 668px;
    text-align: center;
    padding: 3rem 0 1.5rem;
}

.rep-example.landingPageBreakout h2, .rep-example.landingPageBreakout p {
    color: white;
}

    .rep-example.landingPageBreakout h2::after {
        content: '';
        position: absolute;
        bottom: -1.75rem;
        left: 0;
        right: 0;
        width: 45px;
        height: 4px;
        background: white;
        margin: auto;
    }

.rep-example.landingPageBreakout p {
    margin: 3.75rem auto 0;
}

.rep-example-numbers {
    padding: 1rem 0 4.5rem;
}

    .rep-example-numbers .row {
        background: white;
        max-width: 1124px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
        text-align: center;
        padding: 1.5rem 0;
    }

    .rep-example-numbers h3 {
        color: var(--navy);
        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: var(--darker-teal);
        line-height: 21px;
        margin-bottom: 5px;
    }

    .rep-example-numbers h3:last-child {
        margin-bottom: 15px;
    }

    .rep-example-numbers .box:not(.box:last-child) {
        border-right: 1px solid lightgray;
    }

.who-can-join.green h2::after {
    background: var(--teal);
}

.who-can-join.green ul.stripedList.OneColumn li .fa-inverse {
    color: var(--teal);
}

.comparison-table {
    max-width: 1124px;
    margin: auto;
}

#HomeLoanTable > tbody > tr > th > img, #HomeLoanTable > tbody > tr:nth-child(4) > th > img {
    margin-bottom: 0;
    height: 53px !important;
    width: 53px !important;
    margin-right: 40px;
    float: left;
}
/* Car Draw Page */
.numbered-list-half.stars img {
    width: 32px;
    vertical-align: middle;
    margin-right: 30px;
}

.requirements-half-image.car-draw {
    margin-top: 0;
}

.numbered-list-half.stars ul.stripedList.OneColumn li {
    padding: 1rem 0 1rem 0;
}

    .numbered-list-half.stars ul.stripedList.OneColumn li .fa-inverse {
        color: #CBDB2A;
    }

.car-draw-contributions {
    padding: 3rem 0 3.5rem;
    background: #006ea0;
    background: -moz-linear-gradient(left, #006ea0 0%, var(--teal) 100%);
    background: -webkit-linear-gradient(left, #006ea0 0%,var(--teal) 100%);
    background: linear-gradient(to right, #006ea0 0%,var(--teal) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='var(--teal)',GradientType=1 );
}

    .car-draw-contributions .row {
        max-width: 896px;
        margin: auto;
    }

    .car-draw-contributions .spotlights {
        background: white;
        padding: 20px !important;
        display: table;
        min-height: 110px;
    }

    .car-draw-contributions h2 {
        display: none;
    }

    .car-draw-contributions h3 {
        text-align: center;
        color: white;
        margin-bottom: 2rem;
    }

    .car-draw-contributions .spot-text {
        display: table-cell;
        vertical-align: middle;
    }

    .car-draw-contributions .spotlights p {
        margin-bottom: 0;
        text-align: center;
        font-weight: 500;
    }

.previous-winners {
    padding: 3rem 0;
    max-width: 1124px;
    margin: auto;
}

    .previous-winners h2 {
        text-align: center;
        margin-bottom: 5rem;
    }

        .previous-winners h2:after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: 0;
            width: 45px;
            height: 4px;
            background: var(--teal);
            margin: auto;
        }

    .previous-winners table tbody tr {
        height: 54px !important;
    }

    .previous-winners table tbody td:first-child, .previous-winners table tbody td:nth-child(2) {
        padding-top: 30px !important;
    }

    .previous-winners .fal.fa-chevron-down {
        padding-top: 3px;
    }

.panel-collapse {
}

.jag-faq-theme5 table thead td {
    font-size: 20px;
    line-height: 54px;
    font-weight: 700;
}

.jag-faq-theme5 table tbody td {
    font-size: 18px;
    font-weight: 500;
}

.jag-faq-theme5 table tbody tr td:last-child {
    padding-top: 0;
}
/*BURSARIES PAGE */
.bursaries-overview {
    padding: 3rem 0;
}

    .bursaries-overview .row {
        margin: auto;
        max-width: 1300px;
        justify-content: space-around;
    }

    .bursaries-overview .parent3Across {
        max-width: 896px;
        margin: auto;
    }

    .bursaries-overview .spotlight-box .spotlights {
        padding: 0 !important;
        max-width: 100%;
        background: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

        .bursaries-overview .spotlight-box .spotlights .spot-icon, .bursaries-overview .spotlight-box .spotlights img {
            padding: 0;
            width: 43px;
            height: auto;
        }

    .bursaries-overview .spot-text {
        width: 90%;
        padding: 10px 0 10px 30px;
    }

        .bursaries-overview .spot-text h2 {
            display: none;
        }

        .bursaries-overview .spot-text p {
            display: table-cell;
            vertical-align: middle;
            height: 50px;
            font-size: 1rem;
            font-weight: 500;
        }

    .bursaries-overview h2 {
        text-align: center;
        margin-bottom: 3.5rem;
    }

        .bursaries-overview h2:after {
            content: '';
            position: absolute;
            bottom: -1.75rem;
            left: 0;
            right: 0;
            width: 45px;
            height: 4px;
            background: var(--pink);
            margin: auto;
        }

    .bursaries-overview h3 {
        text-align: center;
        font-weight: 500;
        font-size: 1.25rem;
        max-width: 668px;
        margin: auto auto 2rem;
		color: var(--navy);
    }

    .bursaries-overview h4 {
        text-align: center;
        font-size: .938rem;
        font-weight: 500;
        color: var(--navy);
        margin: 2.5rem 0 1.5rem;
    }

    .bursaries-overview .announcementItem {
        background: none;
        border: none;
        padding: 0;
    }

        .bursaries-overview .announcementItem::after, .bursaries-overview .announcementHeading {
            display: none;
        }

        .bursaries-overview .announcementItem:hover {
            box-shadow: none;
            cursor: default;
            transform: none;
        }

    .bursaries-overview .announcementPic {
        padding: 0;
    }

    .bursaries-overview .announcement-image {
        margin: auto;
        width: 167px;
        max-width: 100%;
    }

    .bursaries-overview .item_2 .announcement-image {
        width: 165px;
    }

    .bursaries-overview .item_3 .announcement-image {
        width: 175px;
    }

    .bursaries-overview .item_4 .announcement-image {
        width: 213px;
    }

    .bursaries-overview .item_5 .announcement-image {
        width: 102px;
    }

.bursaries-eligiblity-boxes .container {
    padding: 0;
}

.bursaries-eligiblity-boxes .parent3Across {
    margin-top: 4rem;
}

.bursaries-eligiblity-boxes .spot-text {
    max-width: 100%;
}

.bursaries-eligiblity-boxes .spotlight-box {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
}

.bursaries-title {
    background: var(--pink);
    padding: 15px 30px;
    text-align: left;
    color: white;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 27px;
}

.bursaries-eligiblity-boxes .spotlights h2 {
    display: none;
}

.bursaries-eligiblity-boxes .spotlights p {
    padding: 20px 30px;
    margin-bottom: 0;
}

.bursaries-eligiblity-boxes .spotlights ul {
    padding: 0 15px 15px 2.75rem;
}

.bursaries-eligiblity-boxes .spotlights li {
}

.bursaries-eligiblity-boxes .spotlights.spot2 p {
    margin-top: 4rem;
}

.bursaries-eligiblity-boxes .spotlights.spot3 p {
    margin-top: 2.5rem;
}

.faq-orange #accordion a, #accordion.orange a {
    background: #FDF2E7;
    color: #F08A20;
}
.faq-pink #accordion a, #accordion.pink a {
    background: #FEF6FA;
    color: var(--pink);
}

.faq-purple #accordion a, #accordion.purple a {
    background: #F2EFF6;
    color: var(--purple);
}

.faq-blue #accordion a, #accordion.blue a {
    background: #006EA0;
    color: #006EA0;
}

.text-button-block.orange {
    border-color: #F08A20;
    margin: 3rem 0 2rem;
}
    .text-button-block.orange h3 {
        color: #F08A20;
    }

.text-button-block.pink {
    border-color: var(--pink);
    margin: 3rem 0 2rem;
}
    .text-button-block.pink h3 {
        color: #F499C2;
    }

.previous-winners.orange {
    padding: 0 0 1rem;
}
    .previous-winners.orange h2:after {
        background: #F08A20;
    }
    .previous-winners.orange .jag-faq-title {
        background: #FDF3E8;
        color: #F08A20;
    }
    .previous-winners.orange .jag-faq-icon-2.fa::before {
        color: #F08A20;
    }

.previous-winners.pink {
    padding: 0 0 1rem;
}
    .previous-winners.pink h2:after {
        background: var(--pink);
    }
    .previous-winners.pink .jag-faq-title {
        background: #FEF6FA;
        color: var(--pink);
    }
    .previous-winners.pink .jag-faq-icon-2.fa::before {
        color: var(--pink);
    }

.previous-winners.purple p:not(.panel-collapse p) {
    text-align: center;
    max-width: 668px;
    margin: auto auto 2rem;
}

.previous-winners.purple .jag-faq-title {
    background: #F3EFF7;
    color: var(--purple);
}

.previous-winners.purple .jag-faq-icon-2.fa::before {
    color: var(--purple);
}
/* Top Page Header Themes */
.page-header-dark .heroWrapper h2, .page-header-dark .heroWrapper p, .page-header-dark #breadcrumb li, .page-header-dark #breadcrumb li a, .page-header-dark #breadcrumb li i {
    color: white;
    font-weight: 600;
}

.page-header-dark.purple .outlined-white:hover {
    background: white;
    color: var(--purple);
    box-shadow: 0 5px 15px rgba(255, 255, 255, .3);
}
/* H2 Heading styled */
.styled-heading h2 {
    text-align: center;
    margin-bottom: 3.5rem;
}

.styled-heading.text-left h2 {
    text-align: left;
}

    .styled-heading h2::after, .styled-heading.text-left h2::after {
        content: '';
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        right: 0;
        width: 45px;
        height: 4px;
        background: var(--teal);
        margin: auto;
    }

    .styled-heading.text-left h2::after {
        right: auto;
    }

.styled-heading.teal h2::after {
    background: var(--teal);
}

.styled-heading.orange h2::after {
    background: #F08A20;
}
.styled-heading.pink h2::after {
    background: var(--pink);
}

.styled-heading.purple h2::after {
    background: var(--purple);
}

.styled-heading.lemon h2::after {
    background: #CBDB2A;
}

.styled-heading.blue h2::after {
    background: #006EA0;
}

.styled-heading.pink h2::after {
    background: var(--pink);
}

.styled-heading.navy h2::after {
    background: var(--navy);
}
/* CONTACT US PAGE */
.contact-form {
    padding: 4.5rem 0;
}

    .contact-form > .row {
        background: white;
        max-width: 896px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
        padding: 30px 45px 45px;
    }

.contact-us .BannerImages .col-bgr-cover-left {
    background-position: right bottom;
}

.contact-us a {
    margin-top: 30px;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 4rem;
}

    .contact-form h2:after {
        content: '';
        position: absolute;
        bottom: -1.75rem;
        left: 0;
        right: 0;
        width: 45px;
        height: 4px;
        background: var(--teal);
        margin: auto;
    }

.contact-form p {
    max-width: 668px;
    margin: auto auto 2.5rem;
    text-align: center;
}

.social-media-strip {
    padding: 2rem 0;
    background: var(--teal);
    background: -moz-linear-gradient(top, var(--teal) 0%, #006ea0 100%);
    background: -webkit-linear-gradient(top, var(--teal) 0%,#006ea0 100%);
    background: linear-gradient(to bottom, var(--teal) 0%,#006ea0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--teal)', endColorstr='#006ea0',GradientType=0 );
}

    .social-media-strip .row {
        max-width: 1381px;
        margin: auto;
        padding: 0 15px;
        align-items: center;
        color: white;
    }

    .social-media-strip .column {
        padding: 0;
    }

.social-media-block-text {
}

.social-media-strip .column h3 {
    font-size: 1.563rem;
    line-height: 35px;
    max-width: 300px;
    font-weight: 700;
}

.social-media-strip li {
    list-style-type: none;
}

.social-media-strip .fa-stack-2x {
    display: none;
}

.social-media-strip .fa-stack-1x {
    position: relative;
}

.social-media-strip .social-icon {
    position: relative !important;
}

.social-media-strip ul {
    margin: 0 !important;
    padding-right: 0 !important;
}

.social-media-strip li {
    width: 80px !important;
    margin-right: 0 !important;
    height: 80px !important;
    display: flex;
}

    .social-media-strip li:hover {
        border: 1px solid white;
        border-radius: 50%;
    }

    .social-media-strip li a {
        margin: auto;
        padding: 0;
        width: 100%;
        font-size: .938rem !important;
    }

.header-contact {
    max-width: 1381px;
    margin: auto;
    padding: 3rem 15px 0;
}

    .header-contact .spotlights-wrapper h2:not(.spotlight-box h2) {
        text-align: center;
        font-size: 2.25rem;
        margin-top: 0;
    }

.contact-boxes {
    max-width: 896px;
    margin: 0 0 1.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
}

.accordionLoanTabs form {
    margin-top: 1.5rem;
}

.header-contact .contact-boxes {
    margin: 2rem auto 3rem;
    grid-template-columns: repeat(4,1fr);
}

.contact-boxes .col-lg-3 {
    max-width: 100%;
    min-width: 212px;
}

.contact-boxes .spotlights {
    padding: 0 1.5rem 1.5rem !important;
    background: white;
    height: 100%;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    border-bottom: 5px solid #CBDB2A;
}

.accordionLoanTabs .contact-boxes, .IconListOptContactWrapper .contact-boxes {
    margin-top: 1.5rem;
}

.contact-boxes .spot-1 {
    padding-top: 20px !important;
}

.spot-1 p:last-child {
    display: none;
}

.spot-1 .spot-icon {
    background: url("../content/images/into/clock.svg") no-repeat;
    height: 60px;
    width: 50px;
}
/* ABOUT PAGE */
.who-we-are .image-block.label {
    position: relative;
}

    .who-we-are .image-block.label:after {
        content: url('../content/images/into/label1.svg');
        position: absolute;
        left: -71px;
        top: -25px;
        width: 143px;
        height: 143px;
        margin: auto;
    }

.our-values {
    text-align: center;
    padding: 2.5rem 0 0;
}

    .our-values .announcementItem {
        border-bottom: 5px solid #c7dd34;
        padding: 25px 0;
        background: white;
        position: relative;
        margin: 0 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
        flex-basis: 0;
        flex-grow: 1;
        cursor: default;
    }

        .our-values .announcementItem a, .our-values .announcementItem a:hover, .our-values .announcementRow h3 {
            cursor: default;
            color: var(--navy);
            font-weight: 600;
        }

        .our-values .announcementItem::after {
            display: none;
        }

        .our-values .announcementItem:hover {
            transform: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
            z-index: 0;
        }

    .our-values p {
        max-width: 668px;
        margin: auto auto 3rem;
        font-weight: 600;
    }

    .our-values .rowItem_1 img {
        height: 66px;
    }

    .our-values .rowItem_2 img {
        height: 74px;
    }

    .our-values .rowItem_3 img {
        height: 66px;
    }

    .our-values .rowItem_4 img {
        height: 60px;
    }

    .our-values .rowItem_5 img {
        height: 58px;
    }

    .our-values .rowItem_6 img {
        height: 55px;
    }

    .our-values .announcementRow h4 {
        display: none;
    }

    .our-values .announcement-image {
        height: 70px;
    }

.list .ob-ticks {
    display: flex;
}

    .list .ob-ticks > div {
        margin: auto;
    }

.learn-more {
    padding: 3rem 0 5rem;
}

    .learn-more h2 {
        color: white;
    }

.our-building {
    padding: 1rem 0;
}

    .our-building .row {
        max-width: 1154px;
        margin: auto;
    }

    .our-building .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

.our-building-text {
    padding-top: 10.5rem;
    margin-top: -10rem;
    padding-bottom: 3rem;
}

    .our-building-text .row {
        max-width: 1154px;
        color: white;
    }

    .our-building-text .col-xl-6:first-child {
        padding-right: 3rem !important;
    }

    .our-building-text .col-xl-6:last-child {
        padding-left: 3rem !important;
    }

    .our-building-text p {
        color: white;
    }

    .our-building-text h3 {
        position: relative;
        margin-bottom: 2rem;
        font-weight: 700;
    }

        .our-building-text h3::after {
            content: '';
            position: absolute;
            left: 0;
            width: 45px;
            background: white;
            margin: auto;
            bottom: -16px;
            height: 1px;
        }

.our-strength {
    padding: 4rem 0 !important;
}

    .our-strength .image-block.right-side {
        padding-top: 0;
    }

    .our-strength .text-block {
        padding-top: 64px !important;
    }

    .our-strength h4 {
        color: var(--darker-teal);
        font-size: .938rem;
        font-weight: 600;
    }

    .our-strength .image-block.label:after {
        content: url('../content/images/into/label2.svg');
        position: absolute;
        right: -71px;
        top: 45px;
        width: 143px;
        height: 143px;
        margin: auto;
    }

.about-us.hero-banner-right.imageRight h2 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.25rem;
}

.about-us.hero-banner-right.imageRight .card-body h5 {
    color: white;
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 0;
}

.about-us.hero-banner-right.imageRight p {
    display: none;
}

.about-us.hero-banner-right.imageRight .button {
    padding: 13px 0;
    margin-top: 1.25rem;
}

    .about-us.hero-banner-right.imageRight .button:hover {
        color: #006ea0;
    }
/* BUDGET ACCOUNT */
.budget-account {
}

    .budget-account .numbered-list-half, .budget-account .requirements-half-image {
        margin-top: 0;
    }

        .budget-account .numbered-list-half > ol > li::before, .budget-acc-list ul.stripedList.OneColumn li .fa-inverse {
            color: var(--teal);
        }
/* DOWNLOADS */
.downloads {
    padding: 4rem 0 2rem;
    max-width: 1124px;
    margin: auto;
}

    .downloads a {
        float: right;
        margin-top: 1rem;
    }

    .downloads tr:not(tr:last-child) {
        border-bottom: 1px solid lightgrey;
    }

    .downloads td {
        padding: 20px 0;
    }
/* Hiding Numeric Arrow on Numeric Fields in Calculator */
/* Chrome, Safari, Edge, Opera */
input:: -webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* ADDED CSS */
.splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left, .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-right, .splitPictureWrapper .twoCurves .BannerImages .curve, .splitPictureWrapper .twoCurves .BannerImages .secondcurve {
    min-height: 550px;
    overflow: hidden;
}

.splitPictureWrapper .BannerImages .curve, .splitPictureWrapper .BannerImages .secondcurve, .text-cta .BannerImages .curve {
  width: 201px;
}

.text-cta .BannerImages .curve {
  width: 170px;
}

.twoCurves .BannerImages .secondcurve {
  right: -105px;
}

.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, .text-cta .BannerText, .twoCurves .BannerText  {
  min-height: 409px;
}

.quick-select-dropdown .bootstrap-select > .dropdown-toggle, .quick-select-dropdown .show > .btn-light.dropdown-toggle, .quick-select-dropdown .bootstrap-select > .dropdown-toggle:focus, .quick-select-dropdown .show > .btn-light.dropdown-toggle:focus, .quick-select-dropdown .bootstrap-select > .dropdown-toggle:active, .quick-select-dropdown .show > .btn-light.dropdown-toggle:active, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):focus, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):active, .quick-select-dropdown .btn-light:not(:disabled):not(.disabled):active:focus {
    padding: 14px 0 !important;
    outline: none !important;
    margin-top: 0 !important;
    outline-offset: 0 !important;
    background: transparent;
}

.page-header-dark h2, .page-header-light h2 {
    font-size: 2.25rem;
    margin-bottom: 25px;
    font-weight: 700 !important;
}

.news-header .BannerText .heroWrapperContainer {
    max-width: 60%;
    color: white;
    margin-top: -4rem;
}

.legal-text-heading h1 {
    padding: 3rem 0 0;
    text-align: center;
    font-size: 2.25rem;
    color: var(--navy);
}

.legal-text .row {
    max-width: 668px;
    margin: auto;
    padding: 1rem 0 3rem;
}

.regulatory-statement {
    max-width: 1124px;
    margin: auto auto -2rem;
    padding-top: 2rem;
}

.testimonial-list {
    max-width: 668px;
    margin: 2rem auto 3rem;
}

#Testimonials .container {
    margin-left: 60px;
}

    #Testimonials .container:nth-child(2n) {
        margin-left: -60px;
    }

#Testimonials .row {
    background: #E4F6F6;
    padding-top: 1.5rem !important;
    margin-bottom: 3rem !important;
}

    #Testimonials .row::after {
        content: '';
        position: absolute;
        left: 0;
        left: 45px;
        width: 30px;
        height: 30px;
        background: #e4f6f6;
        transform: rotate(45deg);
        bottom: -15px;
        margin: auto;
    }

#Testimonials .img-fluid {
    border-radius: 0;
    width: 51px;
    height: auto;
    margin: 15px auto 20px;
}

.testimonals .heroWrapper p {
  font-size: 18px;
  margin-bottom: 0;
}

.splitPictureWrapper {
    overflow: hidden;
}

.panel.jag-faq-wrapper .panel-body p {
    margin-bottom: 0;
    padding: 0;
}

#accordion .card-body {
    padding: 20px 40px !important;
}
/* SERVICES PAGE */
.services {
    margin: auto;
    padding: 4rem 0;
}
/* CAR DRAW BOTTOM WIDGET */
.IconListOptContactWrapper {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

    .IconListOptContactWrapper .first-section:first-child, .IconListOptContactWrapper .first-section:nth-child(2) {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 15px !important;
        padding-bottom: 1.75rem;
    }

    .IconListOptContactWrapper h2 {
        font-size: 1.125rem;
    }

.first-section {
    flex-wrap: nowrap;
    margin: 0;
}

.two-three-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .two-three-wrapper p {
        padding-right: 15px;
    }

.first-col, .first-col.one, .first-col-contact {
    padding-left: 0;
    min-width: 55px;
    padding-right: 0;
    max-width: 70px;
}
/*FORM*/
.bootstrap-select > .dropdown-toggle.bs-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: 1px solid var(--grey1);
    margin-top: 1px;
    outline-offset: -1px;
    padding: 14px 10px;
    color: var(--body-color);
}

.form-control {
    display: flex;
    align-items: center;
    margin-top: 0;
    border: 1px solid var(--grey1);
    height: 55px;
}

.LoanBoxesAccordionFormWrapper {
    padding: 2rem 0;
}

#mobileNavOnlyButton .btn {
    padding: 0 !important;
}

.approval-rate .col-xl-12 {
    padding: 0;
}

.web-form .row {
    max-width: 1154px;
}

.umbraco-forms-container p {
    margin-bottom: 0;
}

.web-form .dataconsent .umbraco-forms-field-wrapper {
    justify-content: center;
}

.paging-block a {
    color: var(--teal);
}
/*LOAN CALC ERROR */
.Error {
    margin-top: 5px;
    font-size: 13px;
    color: crimson;
    padding-left: 3rem;
}

.page-header-light {
    overflow: hidden;
}

.bursaryapplicationform .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.thankyou-header #breadcrumb {
    display: none;
}

.thankyou-header .heroWrapper p {
    max-width: 400px;
}
/* Insurance Anchors*/
#life, #home, #Travel, #Loan {
    position: relative;
    top: -381px;
    visibility: hidden;
    margin-bottom:0;
    display: block;
    height:0;
}

#LifeSavings {
    position: relative;
    top: -700px;
    visibility: hidden;
}
/* Single page form */
.single-page-form {
    margin: 3rem auto 3rem;
}

    .single-page-form .row {
        max-width: 1154px;
        margin: auto;
    }

    .single-page-form.text .row {
        max-width: 1124px;
    }

    .single-page-form .col-xl-12 {
        padding: 0;
    }

    .single-page-form legend {
        padding-left: 15px;
    }

.spHeader {
    height: 67px;
}

.container.content-page li, .container.news-page li, .articleContainer li {
    font-size: .938rem;
}

.error-page {
    background-image: none;
    margin: 0 auto 4rem !important;
    border-radius: 10px;
}

    .error-page h2 {
        font-size: 1.25rem;
    }

h1#pageHeading {
    font-size: 1.625rem;
    color: var(--navy);
    margin: auto;
}

.container.content-page.with-header, .container.content-page {
    max-width: 1154px !important;
    padding: 40px 15px 0;
}

    .container.content-page.with-header .col-md-12 {
        padding: 0;
    }
.container.with-header.error-wrapper.content-page, .container.help-page.content-page, .container.cookie-page.content-page {
	margin-top: 40px !important;
	padding: 0 15px 40px;
}
.anchor {
    position: relative;
    top: -110px;
    display: block;
    visibility: hidden;
    margin: 0;
    line-height: 0;
}

.TestimonialPopUp .fancybox-content {
    max-width: 550px !important;
    max-height: none;
}

.bootstrap-select > select {
    left: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.membercta #collapse1 .container:last-child hr, .family-minor-cta #collapse1 hr {
    display: none;
}
/*DOB inputs*/
.row.dob {
    z-index: 1;
    position: relative;
    margin: -55px -7px 0;
}

    .row.dob select {
        background: white;
    }

    .row.dob > div {
        padding-left: 7px;
        padding-right: 7px;
    }

.dobInput {
    border: none !important;
    text-indent: -9999px;
    color: white;
}

.short-text {
    max-width: 668px;
    margin: 3rem auto;
    text-align: center;
}
/*.hero-banner-left .BannerImages .curve {
		right: auto;
		left: -55px;
		width: 80px;
	}*/
.hero-banner-left .container-fluid:not(.twoCurves) .BannerImages .curve, .hero-banner-left .no-vert-padding.card .BannerImages .curve {
    right: auto;
    left: -55px;
    width: 80px;
}

.no-vert-padding > .row .column {
    padding: 0 !important;
}

.hero-banner-left .heroWrapper {
    z-index: 6;
}

.BannerText .heroWrapper {
  padding-right: 5rem;
  padding-left: 0;
}
.BannerText .heroWrapper p:last-of-type {
  margin-bottom: 0;
}

.imageRight .BannerImages .curve {
    right: auto;
}

.imageRight .BannerImages .secondcurve {
    right: -164px;
}

.imageRight .card-body {
    display: flex;
}

.imageRight .heroWrapperContainer {
    margin: auto;
}
/*Gradients*/
.purple-navy-horizontal {
    background: var(--purple);
    background: -moz-linear-gradient(left, var(--purple) 0%, #2c3467 90%);
    background: -webkit-linear-gradient(left, var(--purple) 0%,#2c3467 90%);
    background: linear-gradient(to right, var(--purple) 0%,#2c3467 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--purple)', endColorstr='#2c3467',GradientType=1 );
}

.green-navy-horizontal {
    background: var(--darker-teal);
    background: -moz-linear-gradient(left, var(--darker-teal) 0%, #144268 80%);
    background: -webkit-linear-gradient(left, var(--darker-teal) 0%,#144268 80%);
    background: linear-gradient(to right, var(--darker-teal) 0%,#144268 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7a78', endColorstr='#144268',GradientType=1 );
}

.blue-navy-horizontal {
    background: #006ea0;
    background: -moz-linear-gradient(left, #006ea0 0%, #153363 90%);
    background: -webkit-linear-gradient(left, #006ea0 0%,#153363 90%);
    background: linear-gradient(to right, #006ea0 0%,#153363 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='#153363',GradientType=1 );
}

.blue-green-horizontal {
    background: #0078a2;
    background: -moz-linear-gradient(left, #0078a2 0%, var(--darker-teal) 85%);
    background: -webkit-linear-gradient(left, #0078a2 0%,var(--darker-teal) 85%);
    background: linear-gradient(to right, #0078a2 0%,var(--darker-teal) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a2', endColorstr='#1f7a78',GradientType=1 );
}

.green-teal-horizontal {
    background: var(--darker-green);
    background: -moz-linear-gradient(left, var(--darker-green) 0%, var(--darker-teal) 100%);
    background: -webkit-linear-gradient(left, var(--darker-green) 0%,var(--darker-teal) 100%);
    background: linear-gradient(to right, var(--darker-green) 0%,var(--darker-teal) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478128', endColorstr='#1f7a78',GradientType=1 );
}

.blue-green-horizontal-light {
    background: #006EA0;
    background: -moz-linear-gradient(left, #006EA0 20%, var(--darker-teal) 85%);
    background: -webkit-linear-gradient(left, #006EA0 20%,var(--darker-teal) 85%);
    background: linear-gradient(to right, #006EA0 20%,var(--darker-teal) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006EA0', endColorstr='#1f7a78',GradientType=1 );
}

.navy-purple-horizontal {
    background: var(--navy);
    background: -moz-linear-gradient(left, var(--navy) 0%, #594d89 100%);
    background: -webkit-linear-gradient(left, var(--navy) 0%,#594d89 100%);
    background: linear-gradient(to right, var(--navy) 0%,#594d89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='#594d89',GradientType=1 );
}

.navy-purple-vertical {
    background: var(--navy);
    background: -moz-linear-gradient(top,var(--navy) 0%,var(--purple) 100%);
    background: -webkit-linear-gradient(top,var(--navy) 0%,var(--purple) 100%);
    background: linear-gradient(to bottom,var(--navy) 0%,var(--purple) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)',endColorstr='var(--purple)',GradientType=0 );
}

.navy-blue-vertical {
    background: var(--navy);
    background: -moz-linear-gradient(top, var(--navy) 0%, #006EA0 100%);
    background: -webkit-linear-gradient(top, var(--navy) 0%,#006EA0 100%);
    background: linear-gradient(to bottom, var(--navy) 0%,#006EA0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='#006EA0',GradientType=0 );
}

.navy-teal-horizontal {
    background: var(--navy);
    background: -moz-linear-gradient(left, var(--navy) 0%, #0b7488 100%);
    background: -webkit-linear-gradient(left, var(--navy) 0%,#0b7488 100%);
    background: linear-gradient(to right, var(--navy) 0%,#0b7488 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='#0b7488',GradientType=1 );
}

.teal-navy-horizontal {
    background: #006ea0;
    background: -moz-linear-gradient(left, #006ea0 0%, #133867 100%);
    background: -webkit-linear-gradient(left, #006ea0 0%,#133867 100%);
    background: linear-gradient(to right, #006ea0 0%,#133867 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='#133867',GradientType=1 );
}

.purle-pink-horizontal {
    background: #8866ac;
    background: -moz-linear-gradient(left, #8866ac 25%, #cb3288 100%);
    background: -webkit-linear-gradient(left, #8866ac 25%,#cb3288 100%);
    background: linear-gradient(to right, #8866ac 25%,#cb3288 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8866ac', endColorstr='#cb3288',GradientType=1 );
}

.blue-navy-vertical {
    background: #006ea0;
    background: -moz-linear-gradient(top,#006ea0 0%,var(--navy) 100%);
    background: -webkit-linear-gradient(top,#006ea0 0%,var(--navy) 100%);
    background: linear-gradient(to bottom,#006ea0 0%,var(--navy) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0',endColorstr='var(--navy)',GradientType=0 );
}

.navy-blue-vertical {
    background: var(--navy);
    background: -moz-linear-gradient(top,var(--navy) 0%,#006EA0 100%);
    background: -webkit-linear-gradient(top,var(--navy) 0%,#006EA0 100%);
    background: linear-gradient(to bottom,var(--navy) 0%,#006EA0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)',endColorstr='#006EA0',GradientType=0 );
}

.green-teal-horizontal {
    background: var(--darker-green) !important;
    background: -moz-linear-gradient(left,var(--darker-green) 0%,var(--darker-teal) 100%) !important;
    background: -webkit-linear-gradient(left,var(--darker-green) 0%,var(--darker-teal) 100%) !important;
    background: linear-gradient(to right,var(--darker-green) 0%,var(--darker-teal) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478128',endColorstr='#1f7a78',GradientType=1 ) !important;
}

.teal-green-horizontal {
    background: var(--darker-teal);
    background: -moz-linear-gradient(left, var(--darker-teal)  25%, var(--darker-green) 100%);
    background: -webkit-linear-gradient(left, var(--darker-teal) 25%,var(--darker-green) 100%);
    background: linear-gradient(to right, var(--darker-teal) 25%,var(--darker-green) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7a78', endColorstr='#478128',GradientType=1 );
}

.teal-blue-horizontal {
    background: var(--teal);
    background: -moz-linear-gradient(left, var(--darker-teal) 50%, #006ea0 100%);
    background: -webkit-linear-gradient(left, var(--darker-teal) 50%,#006ea0 100%);
    background: linear-gradient(to right, var(--darker-teal) 50%,#006ea0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7a78', endColorstr='#006ea0',GradientType=1 );
}

.teal-blue-horizontal-light {
    background: #00A9AC;
    background: -moz-linear-gradient(left, var(--darker-teal) 0%, #006ea0 100%);
    background: -webkit-linear-gradient(left, var(--darker-teal) 0%,#006ea0 100%);
    background: linear-gradient(to right, var(--darker-teal) 0%,#006ea0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7a78', endColorstr='#006ea0',GradientType=1 );
}

.pink-purple-horizontal {
    background: #cb3288;
    background: -moz-linear-gradient(left, #cb3288 0%, #c2398d 12%, #a94c9a 31%, var(--purple) 53%, #8662aa 75%);
    background: -webkit-linear-gradient(left, #cb3288 0%,#c2398d 12%,#a94c9a 31%,var(--purple) 53%,#8662aa 75%);
    background: linear-gradient(to right, #cb3288 0%,#c2398d 12%,#a94c9a 31%,var(--purple) 53%,#8662aa 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3288', endColorstr='#8662aa',GradientType=1 );
}

.navy-solid {
    background: var(--navy);
}

.lightgrey-solid {
    background: #f5f5f5;
}

.FieldWarning {
    color: #dd5858;
    text-align: center;
    position: relative;
    font-size: .75rem;
    display: block;
    padding: 5px 0;
    border-top: 1px solid #dd5858;
    margin: 0 auto .5rem;
    font-weight: 600;
}

.lock-scroll {
    overflow: hidden;
}

.umb-block-list {
    -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;
    }
}



.row.member-download-app {
    align-items: flex-end;
    text-align: center;
}
.app-download {
	margin-top: 5px;
    padding: 10px;
    background: white;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    border-bottom: 5px solid #CBDB2A;
}


/* -- Adjustments for loans pages accordion "I am a member with online access" 15/03/2022 -- */
.member-accordion .accordionLoanTabs .card-body .google-store-btn img {
    width: 120px;
    margin-right: 10px;
	margin-bottom: 10px;
}
.member-accordion .accordionLoanTabs .card-body .app-store-btn img {
    width: 120px;
		margin-bottom: 10px;
}
/* -- END Adjustments for loans pages accordion "I am a member with online access" 15/03/2022 -- */

.blue {background: none !important;}

.car-draw-contributions .spotlight-box {
    padding: 0 !important;
}

.py-5.image-full {
  display: none;
}

.updatebox {
	background: #EA9521;
    background: -webkit-linear-gradient(top, #DBB625 0%, #EA9521 100%);
}

.updatebox p {
    text-align: center;
    max-width: 950px;
    margin: auto;
    padding: 30px;
    color: white;
    font-size: 16px;
}
.calctooltip .calctooltiptext {
    left: 135px;
}
.navbar-nav.main-navigation li, .navbar-nav.main-navigation li:hover {
    border-bottom: none;
}
.titleanddescription .form-control {
    height: auto;
    display: block;
}

.apply-current-account .container:not(:first-child) .second-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50px;
    grid-template-areas:
        "header main-qr"
        "main-txt main-qr";
}
.apply-current-account .container:not(:first-child) .second-col .app-download-col1 {
	grid-area: main-txt;
}
.apply-current-account .container:not(:first-child) .second-col .app-download {
	grid-area: main-qr;
}
.apply-current-account .container:not(:first-child) .second-col h2 {
	grid-area: header;
}
.apply-current-account .container:not(:first-child) .third-col {
    display: none;
}

.budget-acc-form .umbraco-forms-container label.sr-only {
	display: table-cell;
}
.budget-acc-form .btn.btn-primary {
	font-size: .875rem !important;
}
.landingPageBreakout.twoCurvesCTA,
.landingPageBreakout.testimonials,
.container-fluid.twoCurves {
    overflow: hidden;
}

#page-contact .header-contact .contact-boxes .col-lg-3:last-child {
    display:none;
}


/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.1 Extra Large devices (portrait phones, less than 1350px) */
@media (max-width: 1600px) {
    .welcome .card .row, .imageRight .card .row, .student-loans .card .row, .financial-difficulties .card .row, .hero-banner-right.page-header .card .row {
        min-height: 409px;
    }

    .testimonials .row.mainbody, .NewsGlobalCTA.imageRight .card .row {
        min-height: 409px;
    }

    .hero-banner-left .heroWrapper, .hero-banner-right .heroWrapper {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 1351px) {
    /*.hero-banner-right.imageRight .heroWrapper {
		padding-right: 30%;
	}*/
    .top-menu-wrapper, .navigation {
    }

    .accordionLoanTabs .card-body img {
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        padding: 0 15px;
    }

    .loans-benefits .container {
        padding: 0;
    }

    .splitPictureWrapper .banner-text {
        margin: -4.5rem 15px 0;
    }

    .calcslider .slick-dots {
        left: 15px;
    }

    .loan-process .announcementItem {
        min-height: 373px;
    }

    .bursaries-title {
        min-height: 120px;
    }

    .navbar.sticky .container {
        padding: 0;
    }

    .who-we-are .image-block.label::after {
        left: 5px;
        top: -25px;
    }

    .our-strength .image-block.label::after {
        right: 5px;
        top: -25px;
    }

    .our-values .announcementItem {
        margin: 10px auto;
        flex-basis: calc(100% - 30px);
        max-width: 212px;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- 8.2 Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
    .navigation.float, .navigation {
    }

    .loginButtons.buttonTitle {
        width: 100%;
    }

    .navigation-portrait .nav-menu > li.loginButtons > a, .navigation-portrait .nav-menu > li.loginButtons > a:hover {
        border-radius: 0;
    }

    .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:not(.loginButtons) > a {
        color: var(--navy) !important;
        text-align: left;
        padding-left: 0;
        font-weight: 400;
        border-top: solid 1px #E0E0E0;
    }

    .navigation-portrait .nav-menu > li > a:hover, .navigation-portrait .nav-menu > li > a:focus {
        font-weight: 400;
    }

    .navigation-portrait .nav-menu > li:not(.loginButtons) > a:first-child {
        border-top: 0;
    }

    .loans-range .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .loans-range.purple {
        padding-bottom: 0;
        padding-top: 0;
    }

    .hero-banner-left .heroWrapper {
        padding-left: 3rem;
        padding-right: 8rem;
    }

    .testimonals .hero-banner-left .heroWrapper {
        padding-left: 0 !important;
    }

    .hero-banner-right .heroWrapper {
        padding-right: 5rem;
        padding-left: 15px;
    }

    .image-text-block .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .text-block {
        padding: 0 1.5rem;
    }
    /****New menu divs*/
    .nav-divs {
        font-size: inherit;
    }

    .nav-menu.nav-divs.CallUsMobile {
        background-color: var(--teal);
        display: block;
        width: 100%;
        text-align: center;
        padding: 1rem 0;
        color: white;
    }

    span.callUsIcon-Mobile {
        color: #fff;
        text-align: center;
        margin-right: 5px;
    }

    span.callUsHeading-Mobile {
        color: #fff !important;
        margin-right: 5px;
        font-weight: 600;
    }

    span.callUs-Mobile a {
        color: #fff !important;
    }

    .dropbtn {
        background-color: #4CAF50;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .dropdown-content a:hover {
                background-color: #ddd;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }
    /* Mobile Menu */
    .navigation-portrait .nav-menus-wrapper {
    }

    .navigation-portrait .nav-menu-top {
        padding: 13px 15px;
    }

    .navigation-portrait .nav-menu {
        padding: 15px;
        margin: 0;
    }

    .nav-menus-wrapper-open .nav-logo {
    }

        .nav-menus-wrapper-open .nav-logo img {
        }

    .nav-menus-wrapper .nav-toggle {
        display: none;
    }

    .navigation-portrait .nav-menu > li.loginButtons {
        max-width: 180px;
        padding: 0 !important;
        margin: 10px auto;
        float: none;
        display: flex;
        background-position: initial;
        position: relative;
        top: 15px;
        flex-direction: column;
    }

    .navigation-portrait .loginButtons .buttonTitle {
        font-family: 'Manrope', sans-serif;
        font-size: .875rem !important;
        text-transform: none !important;
        padding: 5px 0;
        color: white !important;
        line-height: .938rem;
    }

    .ConnectWithUs {
        display: flex !important;
        margin-top: 20px !important;
    }

        .ConnectWithUs ul {
            display: flex;
        }

        .ConnectWithUs li {
            list-style-type: none;
            padding: 0 10px;
        }

    .mobile-menu-socialLinks-Heading {
        flex-grow: 2;
        color: var(--navy);
        font-size: 14px;
        font-weight: 600;
    }

    .TopBar {
        background: #f5f5f5;
    }

        .TopBar .top-menu-links ul {
            flex-direction: column;
            padding: 1rem;
        }

        .TopBar li {
            list-style-type: none;
        }

        .TopBar .top-menu-links a {
            padding: 5px 40px 5px 0;
        }

    .footer-wrapper .col-lg-2 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .navbar {
        height: auto;
        padding: 0;
        z-index: 100;
    }

        .navbar.fixed-top {
        }

    .navbar-light .navbar-brand {
        padding-left: 1rem;
        padding-top: .5rem;
        padding-bottom: .75rem;
    }

    .navbar-light .navbar-toggler {
        margin-right: 1rem;
        width: 30px;
    }

    .navbar-nav.main-navigation {
        padding: 0 1rem;
    }

    .navbar-nav .nav-link, .navbar-nav .nav-link:hover, .navbar-nav .nav-link:active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:target {
        border-bottom: none !important;
        color: var(--navy) !important;
    }

    .navbar-light .navbar-nav .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
        border: none;
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        z-index: 1000;
    }

    .dropdown-toggle::after {
        position: absolute;
        margin-left: 16px;
        right: auto;
        top: 9px;
        bottom: auto;
    }

    .navbar-nav.login-button .dropdown-toggle::after {
        right: 36px;
        top: 0;
        bottom: 0;
    }

    .navbar-nav.main-navigation {
        padding-top: 0;
        margin-top: 1rem;
    }

    .navbar-nav.login-button {
        margin: 10px 1rem;
    }

    .nav-item:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .dropdown-item {
        padding: 7px 20px;
    }

    #mainNav .dropdown:hover > .dropdown-menu {
        margin-bottom: 1rem;
        overflow: hidden;
    }

    .nav-item.dropdown.active.show {
        margin-bottom: 1rem;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: .813rem 1rem .813rem 0;
        width: auto;
        display: inline-block;
        line-height: normal;
    }

    .ConnectWithUs {
        padding: 1rem;
    }

    .loans-benefits {
        padding: 32px 0 !important;
    }

    .rep-example-numbers {
        padding: 1rem 15px 4.5rem !important;
    }

        .rep-example-numbers .col-xl-4 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33%;
        }

    .loan-process .col-xl-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px !important;
        margin-top: 2rem;
    }

        .loan-process .col-xl-3::after, .step-wrapper::before {
            display: none;
        }

    .loan-process h2 {
        margin-bottom: 0;
    }

    .extra-text-white p {
        margin: 0 0 15px;
    }

    .requirements-half-image {
        margin-top: 2rem;
        padding: 0;
    }

    ul.stripedList.OneColumn {
        padding: 7px 15px 0;
    }

    .mobile-app .card-body {
        max-width: 50%;
    }

    .mobile-buttons-container {
        padding-left: 0;
    }

    .mobile-app .card-image {
        left: -25rem;
    }
    /*MOBILE MENU*/
    .navbar-light .navbar-toggler-icon::after {
        color: var(--navy);
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .social-media-strip .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .social-media-strip .nav-menu.nav-menu-social.footer {
        justify-content: flex-end;
    }

    .text-block {
        padding: 1.5rem 0 0 3rem !important;
    }

        .text-block.left-side {
            padding: 1.5rem 3rem 0 0 !important;
        }

    .our-building-text .col-xl-6:last-child, .our-building-text .col-xl-6:first-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .hero-banner-left .heroWrapper {
        padding-left: 10%;
        padding-right: 8rem;
    }

    #NewsArticles {
        margin-left: 0;
    }

    .imageRight .heroWrapper {
        padding-left: 130px !important;
    }

    #mobileNavOnlyButton {
        position: absolute;
        top: 26px;
        right: 70px;
    }

        #mobileNavOnlyButton .btn {
            min-width: 180px;
            max-width: 180px;
            font-size: .875rem;
            line-height: normal;
            font-weight: 700;
            color: white;
            border: none;
            text-align: left;
            padding: 17px 0 17px 35px !important;
            border-radius: 10px;
            background: #006EA0;
            background: -moz-linear-gradient(top, #006EA0 0%, #0E4373 100%) !important;
            background: -webkit-linear-gradient(top, #006EA0 0%,#0E4373 100%) !important;
            background: linear-gradient(to bottom, #006EA0 0%,#0E4373 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006EA0', endColorstr='#0E4373',GradientType=0 );
            padding-right: 15px;
            -webkit-transition: all 0s ease-out 0s;
            -moz-transition: all 0s ease-out 0s;
        }

            #mobileNavOnlyButton .btn::after {
                position: absolute;
                margin-left: 16px;
                right: auto;
                top: 13px;
                bottom: auto;
            }

        #mobileNavOnlyButton.show .btn {
            border-radius: 10px 10px 0 0;
        }

        #mobileNavOnlyButton .dropdown-menu.show {
            border-radius: 0 0 10px 10px;
            border: none;
            overflow: hidden;
            padding: 0 1rem;
            background: #006ea0;
            margin-top: 0px;
        }

            #mobileNavOnlyButton .dropdown-menu.show a {
                background: #006EA0;
                color: white;
                border-bottom: 1px solid white;
                padding: 17px 0 10px;
                font-weight: 600;
                line-height: normal;
            }

                #mobileNavOnlyButton .dropdown-menu.show a:last-child {
                    border-bottom: none;
                    padding: 10px 0 17px;
                }

                #mobileNavOnlyButton .dropdown-menu.show a:hover {
                    color: white !important;
                    font-weight: 800;
                }

    .navbar-nav.login-button.navbar-right.buttons2 {
        display: none;
    }

    .navbar-nav.login-button {
        align-content: center;
    }

    #mainNav {
        overflow-y: scroll !important;
        max-height: 90vh !important;
    }

    .hero-banner-left.welcome .heroWrapper, .hero-banner-left.student-loans .heroWrapper {
        padding-left: 5rem;
        padding-right: 2rem;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- 8.3 iPad horizontal devices (tablets, less than 1024px) */
@media (max-width: 1024px) {
	
	.twoCurves .BannerText.purple-navy-horizontal,
	.page-header-dark .BannerText.navy-purple-horizontal, 
	.page-header-dark .BannerText.navy-teal-horizontal , 
	.page-header-dark .BannerText.teal-navy-horizontal, 
	.page-header-dark .BannerText.blue-green-horizontal,
	.twoCurves .BannerText.navy-blue-vertical	{
		background: transparent;
	}
	.text-cta .BannerText.lightgrey-solid, .testimonals .BannerText.lightgrey-solid {
		background: transparent;
	}
    #life, #home, #Travel, #Loan {
        top: -182px;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- 8.3 Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
	.page-header-light h2 {
		margin-bottom: 0;
	}
	.twoCurves .BannerText.purple-navy-horizontal {
		background: var(--purple);
		background: -moz-linear-gradient(left, var(--purple) 0%, #2c3467 90%);
		background: -webkit-linear-gradient(left, var(--purple) 0%,#2c3467 90%);
		background: linear-gradient(to right, var(--purple) 0%,#2c3467 90%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--purple)', endColorstr='#2c3467',GradientType=1 );
		min-height: unset;
	}
	.page-header-dark .BannerText.navy-teal-horizontal {
		background: var(--navy);
		background: -moz-linear-gradient(left, var(--navy) 0%, #0b7488 100%);
		background: -webkit-linear-gradient(left, var(--navy) 0%,#0b7488 100%);
		background: linear-gradient(to right, var(--navy) 0%,#0b7488 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='#0b7488',GradientType=1 );
	}
	.page-header-dark .BannerText.teal-navy-horizontal {
		background: #006ea0;
		background: -moz-linear-gradient(left, #006ea0 0%, #133867 100%);
		background: -webkit-linear-gradient(left, #006ea0 0%,#133867 100%);
		background: linear-gradient(to right, #006ea0 0%,#133867 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0', endColorstr='#133867',GradientType=1 );
	}
	.page-header-dark .BannerText.blue-green-horizontal {
		background: #0078a2;
		background: -moz-linear-gradient(left, #0078a2 0%, #00aaac 85%);
		background: -webkit-linear-gradient(left, #0078a2 0%,#00aaac 85%);
		background: linear-gradient(to right, #0078a2 0%,#00aaac 85%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a2', endColorstr='#00aaac',GradientType=1 );
	}
	.page-header-dark .BannerText.navy-purple-horizontal {
		background: var(--navy);
		background: -moz-linear-gradient(left, var(--navy) 0%, #594d89 100%);
		background: -webkit-linear-gradient(left, var(--navy) 0%,#594d89 100%);
		background: linear-gradient(to right, var(--navy) 0%,#594d89 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)', endColorstr='#594d89',GradientType=1 );
	}
	
	.twoCurves .BannerText.navy-blue-vertical {
		background: var(--navy);
		background: -moz-linear-gradient(top,var(--navy) 0%,#006EA0 100%);
		background: -webkit-linear-gradient(top,var(--navy) 0%,#006EA0 100%);
		background: linear-gradient(to bottom,var(--navy) 0%,#006EA0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--navy)',endColorstr='#006EA0',GradientType=0 );
	}
	.twoCurves .BannerText.green-navy-horizontal, .twoCurves .BannerText.blue-navy-horizontal, .twoCurves .BannerText.navy-blue-vertical {
		min-height: unset;
	}
	.twoCurves .BannerImages .curve {
		left: -45px;
	}
	.text-cta .BannerText.lightgrey-solid, .testimonals .BannerText.lightgrey-solid {
		background: #f5f5f5;
	}
    .who-we-are-text {
        column-count: 1;
    }

    .spotlights img {
        top: 0;
        height: 90px;
        margin-right: 0;
    }

    .spot-icon {
        text-align: right;
        float: none;
        margin: 0 0 auto auto;
    }

    .spotlight-box {
        margin-bottom: 0;
    }

    .spot-text {
        max-width: 90%;
    }

    .spotlight-box:first-child {
        margin-top: 0;
    }

    .financial-difficulties.landingPageBreakout {
        padding-top: 0;
    }

    .membership-benefits.landingPageBreakout .spotlights-wrapper .row {
        grid-template-columns: auto auto auto;
    }

    .numbered-list-half {
        padding-right: 15px;
    }

    .splitPictureWrapper .banner-text {
        margin: 0 5px;
        min-height: 440px;
    }

    .splitPictureWrapper .BannerText .heroWrapper, .twoCurves .BannerText .heroWrapperContainer {
        max-width: 100%;
        padding-right: 0;
    }

    .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left, .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-right, .splitPictureWrapper .twoCurves .BannerImages .curve, .splitPictureWrapper .twoCurves .BannerImages .secondcurve, .twoCurves .BannerImages .col-bgr-cover-left, .twoCurves .BannerImages .col-bgr-cover-right, .twoCurves .BannerImages .curve, .twoCurves .BannerImages .secondcurve, .text-cta .BannerImages .curve, .text-cta .BannerImages .col-bgr-cover-right, .text-cta .BannerImages .col-bgr-cover-left, .text-cta .BannerText {
        min-height: 350px;
    }

    .twoCurves .BannerImages .secondcurve {
        right: -120px;
    }

    .splitPictureWrapper .twoCurves .BannerImages .curve {
        left: -50px;
		margin: 0;
    }
	.BannerImages {
		flex-direction: column-reverse;
		overflow: hidden;
		position: relative;
		margin: 0;
	}
    .splitPictureWrapper .twoCurves .BannerImages .secondcurve {
        right: -150px;
    }

    .calcslider .slick-dots {
        left: auto;
        bottom: 140px !important;
        right: 30px;
        text-align: right;
    }

    .twoCurves .BannerText .heroWrapperContainer {
        max-width: 100%;
        padding: 2rem 0;
        margin-top: 0;
    }

    .homepage-announcements .col-xl-12 {
        padding: 0 !important;
    }

    .homepage-announcements .announcementItem {
        margin-right: 5px;
        min-width: 125px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

        .homepage-announcements .announcementItem:hover {
            box-shadow: none;
            transform: none;
            z-index: 2;
        }

        .homepage-announcements .announcementItem::after {
            display: none;
        }

    .homepage-announcements.scrolling-wrapper-flexbox {
        overflow-y: auto;
    }

    .homepage-calculator .col-xl-12 {
        padding: 0 15px;
    }

    .who-can-join.landingPageBreakout > .row, .member-accordion {
        padding: 32px 5px;
    }

    .who-can-join h2 {
        margin-bottom: 2.75rem;
    }

    .IconListOptContactWrapper .container {
        padding: 0 10px;
    }

    .card-body {
        padding: 20px 0 !important;
    }

    .second-col {
        padding-left: 0;
    }

    .third-col {
        display: flex;
        padding: 0;
    }

        .third-col .buttonLoanTabs {
            margin: 0;
        }

    .BannerImages .curve {
        left: -45px;
        min-height: unset;
		margin: 0;
    }

    .page-header-light .BannerImages .curve, .page-header-dark .BannerImages .curve {
		margin: 0;
        left: -75px;
    }

    #breadcrumb:not(.articleType2 #breadcrumb) {
        padding-bottom: 0;
    }

    .BannerText .heroWrapperContainer {
        padding: 2rem 0;
    }

    .services .col-sm-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .details-card .container-fluid .row {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .news-header .BannerImages .col-bgr-cover-left {
        display: none;
    }

    .news-header .BannerText, .news-header .BannerImages .col-bgr-cover-left {
        min-height: 100px;
        background: #8866ac;
        background: -moz-linear-gradient(left, #8866ac 0%, #cb3288 100%);
        background: -webkit-linear-gradient(left, #8866ac 0%,#cb3288 100%);
        background: linear-gradient(to right, #8866ac 0%,#cb3288 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8866ac', endColorstr='#cb3288',GradientType=1 );
    }

    .page-header-dark h2, .page-header-light h2 {
        font-size: 1.875rem;
    }

    .news-header .BannerText .heroWrapperContainer {
        margin-top: 0;
        padding: 0;
    }

    .news-header .BannerText {
        padding: 2rem 15px;
    }

    .services, .faqs, .membership-benefits, .image-text-block, .our-strength {
        padding: 2rem 0 !important;
    }

    .news-header p {
        font-size: 15px;
    }

    .testimonials.hero-banner-left .heroWrapper, .testimonials.hero-banner-right .heroWrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .testimonals .BannerText {
        padding: 0 15px;
        background-color: #f6f6f6;
    }

    .loan-process .announcementItem {
        min-height: 341px;
    }

    .parent4Across {
        grid-template-columns: repeat(3,1fr);
    }

    .image-text-block ul.stripedList.OneColumn {
        padding-left: 15px !important;
    }

    ul.stripedList.OneColumn li {
        padding: 1rem 0;
    }

    .BannerText .heroWrapper {
        padding-right: 0;
    }

    .news-header .BannerText .heroWrapperContainer {
        max-width: 100%;
    }

    .bursaries-eligiblity-boxes .spotlights.spot2 p, .bursaries-eligiblity-boxes .spotlights.spot3 p {
        margin-top: 0;
    }

    .IconListOptContactWrapper .first-section:first-child, .IconListOptContactWrapper .first-section:nth-child(2) {
        padding-bottom: 30px;
    }

    .repayment-methods .col-xl-12 {
        padding: 0;
    }

    .navbar.sticky a {
        font-size: .875rem;
    }

    .homepage-announcements {
        background: #172957;
        background: -moz-linear-gradient(top, #172957 0%, #172957 43%, #172957 46%, #172957 49%, #172957 50%, #172957 50%, #fff 51%, #fff 100%);
        background: -webkit-linear-gradient(top, #172957 0%,#172957 43%,#172957 46%,#172957 49%,#172957 50%,#172957 50%,#ffffff 51%,#ffffff 100%);
        background: linear-gradient(to bottom, #172957 0%,#172957 43%,#172957 46%,#172957 49%,#172957 50%,#172957 50%,#fff 51%,#fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172957', endColorstr='#ffffff',GradientType=0 );
    }

    .splitPictureWrapper {
        overflow: visible;
    }

    .announcementItem:hover h3 {
        font-weight: 500;
    }

    .contact-form > .row {
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .contact-form {
        padding: 0;
    }

    .contact-boxes .col-lg-3 {
        min-width: unset;
    }

    .student-loans .heroWrapper, .financial-difficulties .heroWrapper {
        padding: 0;
    }
    /*.loans .BannerText {
		background: #15335d;
		background: -moz-linear-gradient(left, #15335d 0%, #0f5f7b 100%);
		background: -webkit-linear-gradient(left, #15335d 0%,#0f5f7b 100%);
		background: linear-gradient(to right, #15335d 0%,#0f5f7b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15335d', endColorstr='#0f5f7b',GradientType=1 );
	}
	.online-banking .BannerText {
		background: #0184a5;
		background: -moz-linear-gradient(left, #0184a5 0%, #02a4ab 100%);
		background: -webkit-linear-gradient(left, #0184a5 0%,#02a4ab 100%);
		background: linear-gradient(to right, #0184a5 0%,#02a4ab 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0184a5', endColorstr='#02a4ab',GradientType=1 );
	}
	.online-banking.twoCurvesCTA .BannerText {
		background: #0283a5;
		background: -moz-linear-gradient(left, #0283a5 0%, #02a4ab 100%);
		background: -webkit-linear-gradient(left, #0283a5 0%,#02a4ab 100%);
		background: linear-gradient(to right, #0283a5 0%,#02a4ab 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0283a5', endColorstr='#02a4ab',GradientType=1 );
	}
	.approval-rate .BannerText, .repayment-methods .BannerText {
		background-color: #f5f5f5;
	}
	.current-account.twoCurvesCTA .BannerText {
		background: #00a3aa;
		background: -moz-linear-gradient(left, #00a3aa 0%, #0085a3 100%);
		background: -webkit-linear-gradient(left, #00a3aa 0%,#0085a3 100%);
		background: linear-gradient(to right, #00a3aa 0%,#0085a3 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3aa', endColorstr='#0085a3',GradientType=1 );
	}
	.car-draw .BannerText {
		background: #105d7a;
		background: -moz-linear-gradient(left, #105d7a 0%, #163360 100%);
		background: -webkit-linear-gradient(left, #105d7a 0%,#163360 100%);
		background: linear-gradient(to right, #105d7a 0%,#163360 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105d7a', endColorstr='#163360',GradientType=1 );
	}
	.become-a-member .BannerText {
		background: #212e60;
		background: -moz-linear-gradient(left, #212e60 0%, #434179 100%);
		background: -webkit-linear-gradient(left, #212e60 0%,#434179 100%);
		background: linear-gradient(to right, #212e60 0%,#434179 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212e60', endColorstr='#434179',GradientType=1 );
	}
	.financial-difficulties-page .BannerText, .lost-your-pin-page .BannerText, .loan-enquiry-page .BannerText, .register-page .BannerText {
		background: #212e60;
		background: -moz-linear-gradient(left, #212e60 0%, #424077 100%);
		background: -webkit-linear-gradient(left, #212e60 0%,#424077 100%);
		background: linear-gradient(to right, #212e60 0%,#424077 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212e60', endColorstr='#424077',GradientType=1 );
	}*/

    #homePageSlider .BannerText {
        background-color: #172957;
    }

    .short-text {
        margin: 1rem auto;
    }

    .hero-banner-left .card-body, .hero-banner-left .cardImage, .hero-banner-right.imageRight .card-body, .hero-banner-right.imageRight .cardImage {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: column;
    }

    .hero-banner-right .card-body, .hero-banner-left .card-body {
        padding: 1.5rem 0 3rem !important;
    }

    .hero-banner-left .heroWrapper, .hero-banner-right .heroWrapper {
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .hero-banner-right .col-bgr-cover {
        margin-left: 0;
    }

    .hero-banner-right.imageRight .row {
        flex-direction: column-reverse;
    }

    .welcome .heroWrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-banner-left .col-bgr-cover {
        width: 100%;
    }

    .halfleft.col-bgr-cover, .halfright.col-bgr-cover {
        min-height: 500px;
    }

    .imageRight .heroWrapperContainer {
        max-width: 100%;
    }

    .thankyou-header .heroWrapper p {
        max-width: 100%;
    }

    .NewsGlobalCTA.hero-banner-right .heroWrapper {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- 8.4 Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .halfleft.col-bgr-cover::before, .halfright.col-bgr-cover::before {
        display: none;
    }

    .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: #f1f1f1;
            }

            ul.stripedList.TwoColumn li:nth-child(4n+2), ul.stripedList.ThreeColumn li:nth-child(6n+2) {
                background-color: #fff;
            }

    .Related-articles .slick-track {
        margin-left: 0;
        margin-right: 0;
    }

    .counters {
        padding: 0;
        background: none;
        box-shadow: none;
        margin-top: 0;
    }

    .halfleft.col-bgr-cover, .halfright.col-bgr-cover {
        min-height: 300px;
    }

    .hero-banner-left.welcome .card-body, .hero-banner-left.welcome .cardImage, .hero-banner-right.imageRight .card-body, .hero-banner-right.imageRight .cardImage {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: column;
    }

    .hero-banner-right .card-body, .hero-banner-left .card-body {
        background-position: center !important;
        background-size: 150% !important;
        padding: 1.5rem 0 3rem !important;
    }

    .hero-banner-left .heroWrapper, .hero-banner-right .heroWrapper {
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 100%;
    }

    .hero-banner-right .col-bgr-cover {
        margin-left: 0;
    }

    .hero-banner-right.imageRight .row {
        flex-direction: column-reverse;
    }

    .welcome .heroWrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-banner-left .col-bgr-cover {
        width: 100%;
    }

    .calc-right-group, .calc-right-group > .container, .calc-left-group {
        padding-right: 0;
        padding-left: 0;
    }

    .text-button-block, .text-button-block.elevated {
        padding: 3rem 2rem;
        margin: 3rem 0 !important;
    }

        .text-button-block .block-btn {
            justify-content: center;
            margin-top: 3rem;
        }

    .loans-range.landingPageBreakout {
        padding-bottom: .5rem;
    }

    .membership-benefits.landingPageBreakout .spotlights-wrapper .row {
        grid-template-columns: auto auto;
    }

    .image-text-block .col-xl-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-wrapper .col-lg-2 {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .footer-wrapper h4 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .nav-menu.nav-menu-social.footer {
        justify-content: flex-start;
        padding-right: 0;
    }

    .regulatory-text .col-lg-12 {
        padding: 0 !important;
    }

    .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
        height: 83px !important;
    }

    .i-am-section {
        padding-bottom: 115px;
    }

    .quick-select-dropdown {
        margin: 0;
    }

    .quicklinks-btn {
        position: absolute;
        bottom: -110px;
        left: 0;
        right: 0;
        margin: auto;
        width: 180px;
    }

    .footer-wrapper .col-lg-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homepage-announcements .column {
        padding: 0;
    }

    .announcementItem:hover {
        transform: none;
        box-shadow: none;
    }

    .homepage-announcements .announcement-image {
        max-width: 60px;
    }

    .homepage-announcements .announcementRow h3 {
        font-size: 12px;
        padding: 5px 0 12px;
    }

    .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, .text-cta .BannerText {
        min-height: 300px !important;
    }

    .parent3Across, .parent4Across {
        grid-template-columns: repeat(2, 1fr);
    }

    .membership-benefits .spot-text {
        padding-top: 0;
    }

    .homepage-announcements .announcementItem {
        padding: 15px 10px 0;
        margin-right: 3px;
    }

    .splitPictureWrapper .banner-text {
        padding-bottom: 5.5rem;
        min-height: 412px;
    }

    .homepage-announcements {
        margin: -2.25rem auto auto;
    }

    .calcslider .slick-dots {
        bottom: 115px !important;
    }

    .hero-banner-left.welcome {
        margin-top: 1.25rem;
    }

    .homepage-membership {
        padding: 20px 0 30px;
    }

    .homapage-calculator-text {
        padding: 20px 0 30px 0 !important;
    }

    .NewsWidgetsliderDetailed4Across .container {
        padding: 0;
    }

    .homepage-news-text {
        margin: 25px 0 60px 0 !important;
    }

    .homepage-news .col-md-12, .NewsWidgetsliderDetailed4Across .col-md-12 {
        padding: 0 15px;
    }

    .homepage-news .col-xl-12 {
        padding: 0;
    }

    .splitPictureWrapper .twoCurves .BannerImages .secondcurve {
        right: -150px;
    }

    .splitPictureWrapper .twoCurves .BannerImages .curve {
        left: -40px;
    }

    .rep-example-numbers h3 {
        font-size: 2.25rem;
        margin: 0 0 15px;
    }

    .accordionLoanTabs .card-header h2 .btn-link {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 1rem 4rem 1rem 1rem;
        display: flex;
    }

    .accordionLoanTabs i.fal {
        margin: auto 0 auto auto;
        position: relative;
        right: -4rem;
    }

    .umbraco-forms-container {
        /*padding: 0;
		*/
    }

    .form-section .col-md-11 {
        padding: 0 !important;
    }

    .second-col {
        padding-right: 15px;
    }

    .BannerImages .col-bgr-cover-left {
        min-height: 300px;
    }

    .BannerImages .curve {
        left: -40px;
        min-height: unset;
    }

    .loan-process {
        padding: 2rem 0;
    }

    .services .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .details-card .container-fluid .row {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    /* RESPONSIVE TABLE*/
    .responsive-table tbody tr {
        background: #fcfcfc;
        border: 1px solid lightgray;
    }

    .responsive-table tbody td {
        text-align: right !important;
        width: 100% !important;
        padding: .75rem 15px;
    }
    .responsive-table tbody td[data-title]::before {
      content: attr(data-title);
      float: left;
      font-size: 0.8em;
      color: rgba(0,0,0,.54);
    }

    .responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
        text-align: left;
    }

    .row.contact-boxes {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .accordionLoanTabs .spotlight-box, .contact-boxes .spotlight-box {
        width: 100%;
    }

    .page-header-light .BannerImages .curve, .page-header-dark .BannerImages .curve {
        left: -45px;
    }

    .text-block {
        padding: 0 !important;
    }

    .mobile-app {
        margin-bottom: 0;
        background: #98d362 !important;
        background: -moz-linear-gradient(left, #98d362 0%, #17b7b5 100%) !important;
        background: -webkit-linear-gradient(left, #98d362 0%,#17b7b5 100%) !important;
        background: linear-gradient(to right, #98d362 0%,#17b7b5 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d362', endColorstr='#17b7b5',GradientType=1 ) !important;
    }

    .mobile-app-buttons {
        margin: 2rem 0;
    }

    .mobile-app .card-image {
        display: none;
    }

    .mobile-app .card {
        min-height: unset;
    }

    .mobile-app .card-body {
        max-width: 100%;
        padding: 2rem 0 0 !important;
        align-items: center !important;
        text-align: center;
    }

    .mobile-buttons-container {
        padding-left: 15px;
        justify-content: center;
    }

        .mobile-buttons-container a:last-child {
            margin-right: 0;
        }

    .empty {
        display: none;
    }

    .jag-faq-title {
        font-size: 1.25rem;
        padding: 15px 1rem;
    }

    .panel.jag-faq-wrapper .panel-body {
        padding: 20px 15px;
    }

    .jag-faq-theme5 table thead td, .jag-faq-theme5 table tbody td {
        font-size: .938rem;
    }

    .bursaries-eligiblity-boxes {
        padding-top: 2rem;
    }

    .previous-winners table tbody td:first-child, .previous-winners table tbody td:nth-child(2) {
        padding-top: 0;
    }

    .col-xl-7, .col-xl-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .requirements-half-image.car-draw {
        margin-top: 30px;
    }

    .responsive-table thead th, .responsive-table tbody th[scope="row"] {
        border: none;
        width: 100% !important;
    }

    .previous-winners, .our-values {
        padding: 1rem 0;
    }

    .text-block.left-side {
        padding: 0 !important;
    }

    .image-text-block .col-xl-6 {
        margin: 1rem 0;
    }

    .contact-boxes, .header-contact .contact-boxes {
        grid-template-columns: repeat(2,1fr);
    }

    .header-contact .spotlights-wrapper h2:not(.spotlight-box h2) {
        margin-top: 1rem;
    }

    .contact-boxes .col-lg-3 {
        min-width: 212px;
    }

    .who-we-are .image-block.label::after, .our-strength .image-block.label::after {
        left: 0;
        top: 5px;
        width: 50px;
        height: 50px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    .our-strength .image-block.label::after {
        right: auto;
        left: 0;
    }

    .member-accordion .row:not(.spotlights-wrapper .row:last-child, .LoanBoxesForm .row, .row.form-section, .row.first-section, .row.contact-boxes) {
        flex-wrap: wrap;
    }

    #life, #home, #Travel, #Loan {
        top: -840px;
    }

    #LifeSavings {
        top: -1001px;
    }

    .mobile-reversed .row {
        flex-direction: column-reverse;
    }

    .mobile-reversed {
        padding-top: 0 !important;
    }

    .single-page-form {
        margin: 1.5rem auto 3rem;
    }

        .single-page-form .umbraco-forms-container {
            padding: 0;
        }

        .single-page-form legend {
            padding-left: 0;
        }

    .calctooltip .calctooltiptext {
        left: 0;
        top: -5rem;
    }

    .comparison-table {
        padding-bottom: 20px !important;
    }

    .umbraco-forms-caption {
        padding: 0;
    }

    #Testimonials .container, #Testimonials .container:nth-child(2n) {
        margin-left: 0;
    }

    .faqs.slim .jag-faq-theme5 .jag-faq-title {
        padding: .75rem 1.5rem .75rem 1.5rem;
    }

    .anchor {
        top: -80px;
    }

    #mainNav .dropdown:hover > .dropdown-menu {
        margin-bottom: 0;
        overflow: unset;
    }

    #mainNav .dropdown > .dropdown-menu {
        margin-bottom: 1rem;
        overflow: visible;
    }

    .extra-space #collapse3 hr {
        display: none;
    }

    .homepage .NewsWidgetsliderDetailed4Across .col-md-12 {
      padding: 0 15px;
    }

    .sticky.is-sticky {
      position: fixed;
      left: 0;
      right: 0;
      top: 77.78px;
    }

    /*.extra-space #collapse3 p, .extra-space #collapse4 .two-three-wrapper p:not(.spotlights-wrapper p) {
		margin-bottom: 1rem;
	}
	*/
}
/* ---------------------------------------------------------------------------------------------------------------- 8.5 Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
.form-control.radiobuttonlist {
    flex-direction: column;
}
.apply-current-account .container:not(:first-child) .second-col {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "header"
        "main-txt"
		"main-qr";
}
.apply-current-account .container:not(:first-child) .second-col {
    grid-template-areas: "header header"
        "main-txt main-txt"
        "main-qr main-qr";
}
    #CalculatorInputWrapper {
        padding: 0;
        box-shadow: none;
    }

    .loans-range .col-xl-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .membership-benefits.landingPageBreakout .spotlights-wrapper .row {
        grid-template-columns: auto;
    }

    .homepage-calculator, .homapage-calculator-text {
        background: white !important;
    }

    .i-am-section, .homepage-membership {
        background: #fcfcfc;
    }

        .i-am-section .row {
            padding: 1.5rem 0;
        }

        .i-am-section h2 {
            font-size: .75rem;
            margin-bottom: 5px;
        }

        .CalculatorQuickSelect .filter-option-inner-inner, .pretitle, .CalculatorQuickSelect .dropdown-item, .i-am-section .quick-select-dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
            font-size: 1rem !important;
        }

    .CalculatorQuickSelect .dropdown-toggle::after {
        right: 1.5rem;
        line-height: 1rem;
    }

    .CalculatorQuickSelect .dropdown-toggle, .CalculatorQuickSelect .btn-light:not(:disabled):not(.disabled).active, .CalculatorQuickSelect .btn-light:not(:disabled):not(.disabled):active, .CalculatorQuickSelect .show > .btn-light.dropdown-toggle, .CalculatorQuickSelect .bootstrap-select > .dropdown-toggle {
        padding: 14px 0;
    }

    .navbar {
        padding: 0;
    }

    .navbar-light .navbar-brand {
        padding: 10px 0 10px 1rem;
    }

    .navbar-brand {
        width: 129px;
    }

        .navbar-brand img {
            width: 113px;
        }

    #mobileNavOnlyButton .btn {
        min-width: 125px;
        max-width: 125px;
        font-size: .75rem;
        line-height: 2.5rem;
        font-weight: 700;
        color: white;
        border: none;
        text-align: left;
        padding: 0 0 0 14px !important;
        border-radius: 10px;
        background: #006EA0 !important;
        background: -moz-linear-gradient(top, #006EA0 0%, #0E4373 100%) !important;
        background: -webkit-linear-gradient(top, #006EA0 0%,#0E4373 100%) !important;
        background: linear-gradient(to bottom, #006EA0 0%,#0E4373 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006EA0', endColorstr='#0E4373',GradientType=0 ) !important;
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
    }

        #mobileNavOnlyButton .btn::after {
            right: 15px;
            position: absolute;
            bottom: 3px;
            top: 4px;
            font-size: 12px;
        }

    #mobileNavOnlyButton .dropdown-menu.show {
        width: 100vw;
        margin: 19px calc(-50vw + 10%) 0;
        border-radius: 0 0 10px 10px;
        border: none;
        overflow: hidden;
        padding: 0 1.5rem;
        background: #006ea0;
    }

    .navbar-nav.login-button.navbar-right.buttons2 {
        display: none;
    }

    #mobileNavOnlyButton {
        position: relative;
        top: 0;
        right: 0;
    }

        #mobileNavOnlyButton.show .btn {
            border-radius: 10px;
        }

    .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, .text-cta .BannerText {
        min-height: 200px !important;
    }

    .twoCurves .BannerImages .secondcurve {
        right: -135px;
    }

    .splitPictureWrapper h2 {
        font-size: 1.875rem !important;
        line-height: 40px;
        margin: 15px 0;
    }

    .parent3Across, .parent4Across {
        grid-template-columns: repeat(1, 1fr);
    }

    .card-image img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .halfleft.col-bgr-cover, .halfright.col-bgr-cover {
        min-height: 200px;
    }

    .splitPictureWrapper .twoCurves .BannerImages .secondcurve {
        right: -160px;
    }

    .splitPictureWrapper .twoCurves .BannerImages .curve {
        left: -20px;
    }

    .rep-example-numbers .col-xl-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .BannerImages .col-bgr-cover-left {
        min-height: 200px;
    }

    .BannerImages .curve {
        left: -20px;
        min-height: unset;
    }

    .loan-process .col-xl-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .loan-process .announcementItem {
        min-height: 230px;
    }

    .page-header-dark h2, .page-header-light h2, .member-accordion .column > h2 {
        font-size: 1.875rem;
        margin-bottom: 0;
    }

    .member-accordion .column > h2 {
        margin-bottom: 4.25rem;
    }

    .loan-process h2 {
        max-width: 200px;
        margin: auto;
    }

    .services .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .details-card .container-fluid .row {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    #accordion a {
        padding: .75rem 15px .75rem;
    }

    #accordion .card-body {
        padding: 20px !important;
    }

    .rep-example.landingPageBreakout .row {
        padding-top: 1rem 0;
    }

    .accordionLoanTabs .spotlight-box, .contact-boxes .spotlights {
        width: 212px;
        margin: auto;
    }

    .page-header-light .BannerImages .curve, .page-header-dark .BannerImages .curve {
        left: -25px;
    }

    .mobile-buttons-container a {
        width: 140px;
        min-width: 140px;
        margin-right: 15px;
    }

    .bursaries-title {
        min-height: unset;
    }

    .downloads .jag-faq-theme5 table thead td, .downloads .jag-faq-theme5 table tbody td {
        display: flex;
        flex-direction: column;
    }

    .downloads a {
        margin: 0 0 15px;
    }

    .social-media-strip .col-xl-6, .our-building .col-xl-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .social-media-strip .nav-menu.nav-menu-social.footer, .social-media-strip .column h3 {
    }

    .navbar.sticky a {
        font-size: .75rem;
        line-height: normal;
        align-self: center;
    }

    .contact-boxes, .header-contact .contact-boxes {
        grid-template-columns: repeat(1,1fr);
    }

    .contact-form > .row {
        padding: 30px 0 45px;
    }

    .who-we-are .image-block.label::after, .our-strength .image-block.label::after {
        left: 0;
        top: 5px;
        width: 30px;
        height: 30px;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    .umbraco-forms-navigation .btn {
    }

    #life, #home, #Travel {
        top: -565px;
    }

    #Loan {
        top: -600px;
    }

    #LifeSavings {
        top: -800px;
    }

    .error-page ul {
        column-count: 1;
        margin-top: 15px;
        padding-left: 0;
    }
}
