/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------
*/

/* ---------------------------------------------------------------------------------------------------------------- 1.0 GENERAL */

html {
}

body {
    color: rgba(43, 68, 79, 1);
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    color: #007190;
}

    a:hover {
        color: #149abf;
    }

.footer-wrapper a {
    color: #fff;
}

.footer-wrapper a:hover {
    color: #2ab0b2;
}

.btn,
.button {
    font-size: clamp(.75rem, .75rem + 2vw, 1.125rem);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.button:hover {
    color: white;
    filter: brightness(1.125);
}

.btn-primary:hover {
    background-color: #ec9b31;
}

h1,
h2,
h3,
h4,
p.heading,
button,
.tabs,
thead,
nav#pagination,
.apc.pod-windows .item .link,
blockquote {
    font-family: 'Roboto Condensed', sans-serif;
    opacity: .9;
}

h1,
h2,
h3 {
}

h4,
h5,
h6 {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6,
table th,
footer .heading {
}

dl,
ol,
ul {
}

p,
li,
label {
    color: #3c5966;
    font-size: 1rem;
    font-size: clamp(0.875rem, 0.875rem + 2vw, 1.125rem);
}

.mobile-banner h1, .mobile-banner li, .mobile-banner p {
    color: #fff!important;
    font-size: 1rem;
    font-size: clamp(0.875rem, 0.875rem + 2vw, 1.125rem);
}

.mobile-banner h1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.mobile-banner li {
    line-height: 40px;
}

blockquote {
    color: #4997be;
}

    blockquote::before {
        background-color: #4997be;
    }

    blockquote p {
    }

    blockquote cite {
    }

table {
}

.small,
small {
}



/* ---------------------------------------------------------------------------------------------------------------- 1.1 NOTIFICATIONS */

.bn-breaking-news {
}

    .bn-breaking-news:hover {
    }

.bn-play::after {
}

.fancybox-content ul {
}

.fancybox-content li {
}

.fancybox-content {
    border-radius: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.0 HEADER */

/* MAIN NAVIGATION */

.nav-header img {
    width: 200px;
}

.navigation.float {
    border-radius: 5px;
}

.nav-toggle:before {
    background-color: #4997be;
    box-shadow: 0 0.38em 0 0 #4997be, 0 0.75em 0 0 #4997be;
}

.nav-search {
    border-radius: 0;
}

.nav-search-button {
    width: 95px;
    background-color: #c7c6c6;
}

.nav-menu > li > a,
.nav-menu:not(.nav-menu-social) > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a,
.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item):hover > a,
.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).active > a,
.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).focus > a {
    color: #0790ba;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.nav-menu:not(.nav-menu-social, .nav-dropdown) > li a::before {
    background: #dee2e6;
}

.nav-menu:not(.nav-menu-social) > li:first-child a::before,
.nav-menu:not(.nav-menu-social) > li:last-child a::before {
}

.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item):hover > a,
.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).active > a,
.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).focus > a {
    border-bottom-color: #4997be;
}

.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item) > a {
    width: 100%;
}

.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item) > a::before {
    background: #dee2e6;
}

.loginButtons .buttonTitle {
    font-weight: 700;
    font-size: 1.063rem;
    padding-top: 38px;
}

.nav-menu > li {
}

.submenu-indicator {
    top: 1px;
}

.submenu-indicator-chevron {
    border-color: transparent #4997be #4997be transparent;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #4997be #4997be transparent;
}

.nav-search-button {
}

    .nav-search-button:hover {
        background-color: #b9b7b7;
    }

        .nav-search-button:hover .nav-search-icon {
            color: #fff;
        }

.nav-dropdown > li > a {
    color: #4997be;
    text-transform: uppercase;
}

    .nav-dropdown > li:hover > a,
    .nav-dropdown > li.focus > a,
    .nav-dropdown > li > a.active {
        background: #4997be;
    }

.nav-dropdown > li {
}

/* ---------------------------------------------------------------------------------------------------------------- 2.1 SEARCH BAR */

.nav-search > form {
    border-radius: 5px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"],
.nav-search-close-button {
    color: #4997be;
}

.nav-search {
    border-radius: 0;
}

.nav-search-button:hover {
    background-color: #b9b7b7;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.2 REMOVE X FROM SEARCH BAR */

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
}

input[type=search]::-ms-reveal {
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
}

/* ---------------------------------------------------------------------------------------------------------------- 2.3 SOCIAL MEDIA IN THE HEADER */



/* ---------------------------------------------------------------------------------------------------------------- 2.4 LOGIN BUTTONS */

.loginButtons {
    /*background: #e48250;
    background: -moz-linear-gradient(left, #e48250 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e48250 0%,#e45f58 100%);
    background: linear-gradient(to right, #e48250 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e48250', endColorstr='#e45f58',GradientType=1 );
    */
}

    .loginButtons.icon.button1,
    .loginButtons.icon.button2 {
    }

    .loginButtons.buttons1 {
        background-position: center top 18px;
    }

    .loginButtons.buttons2 {
        background-position: center top 18px;
    }

.navigation-landscape .nav-menu > li.loginButtons > a {
}

.menuButtons {
}

.navigation-portraiten .loginButtons .buttonTitle {
    font-family: 'Roboto Condensed', sans-serif;
}

.loginButtons:hover > a {
}

.nav-menu > li.loginButtons > a,
.nav-menu > li.loginButtons > a:hover {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: clamp(.5rem, .5rem + 2vw, 0.875rem) !important;
}

.nav-menu > li.loginButtons .submenu-indicator-chevron {
}

.nav-menu > li.loginButtons .nav-dropdown {
    border-radius: 0 0 5px 5px;
    /*background: #e48250;
    background: -moz-linear-gradient(left, #e45f58 0%, #e48250 100%);
    background: -webkit-linear-gradient(left, #e45f58 0%,#e48250 100%);
    background: linear-gradient(to right, #e45f58 0%,#e48250 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45f58', endColorstr='#e48250',GradientType=1 );
    */
}

    .nav-menu > li.loginButtons .nav-dropdown::before {
        border-top: 5px solid #e48250 !important;
    }

    .nav-menu > li.loginButtons .nav-dropdown::after {
    }

.loginButtons.buttons1,
.nav-menu > li.loginButtons.buttons1 .nav-dropdown {
    background-color: #0790ba;
}

    .nav-menu > li.loginButtons.buttons1 .nav-dropdown::before {
        border-top-color: #e38250;
    }

.loginButtons.buttons2,
.nav-menu > li.loginButtons.buttons2 .nav-dropdown {
    background-color: #eb921e;
}

    .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.buttons1:not(.icon):hover,
.loginButtons.buttons2:not(.icon):hover {
}

.nav-menu > li.loginButtons > a,
.nav-menu > li.loginButtons > a:hover {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.loginButtons.icon {
}

.nav-menu > li.loginButtons .nav-dropdown li {
}

    .nav-menu > li.loginButtons .nav-dropdown li:first-child {
    }

    .nav-menu > li.loginButtons .nav-dropdown li:last-child a {
    }

    .nav-menu > li.loginButtons .nav-dropdown li:hover::before {
        border-top: 5px solid #e45f58;
    }

    .nav-menu > li.loginButtons .nav-dropdown li:last-child::before,
    .nav-menu > li.loginButtons .nav-dropdown li:last-child::after {
    }

.nav-menu > li.loginButtons > a::before {
}

.nav-menu > li.loginButtons .nav-dropdown li a {
}

    .nav-menu > li.loginButtons .nav-dropdown li a:hover {
    }

/* ---------------------------------------------------------------------------------------------------------------- 2.5 BACK-TO-TOP BUTTON */

#BtnBackToTop {
    background-color: #4997be;
}

    #BtnBackToTop:after {
    }

    #BtnBackToTop:hover {
    }

/* ---------------------------------------------------------------------------------------------------------------- 3.0 CONTENT */

.container.bodyStart h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(1rem, 1rem + 2vw, 2.125rem) !important;
    font-weight: 600;
    color: #0790ba;
    padding: 0;
}

.container.bodyStart .spotlights-wrapper h2,
h1#pageHeading {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
    position: relative;
}


h1#pageHeading:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(7,144,186);
    background: -moz-linear-gradient(90deg, rgba(7,144,186,1) 0%, rgba(235,146,30,1) 83%);
    background: -webkit-linear-gradient(90deg, rgba(7,144,186,1) 0%, rgba(235,146,30,1) 83%);
    background: linear-gradient(90deg, rgba(7,144,186,1) 0%, rgba(235,146,30,1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0790ba",endColorstr="#eb921e",GradientType=1);
    bottom: -1px;
    top: auto;
}

.container.bodyStart .news-top-story h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
}

.container.bodyStart p {
    font-size: clamp(0.875rem, 0.875rem + 2vw, 1.125rem);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.banking-banner {
    position: relative;
}

    .banking-banner h1 {
        font-size: clamp(1rem, 1rem + 2vw, 2.125rem) !important;
        color: white;
        font-weight: 600 !important;
        margin: 0 0px !important;
        padding: 0 !important;
    }

        .banking-banner h1:before,
        .news-sidebar h1:before {
            background: none !important;
        }

.mobile-phone {
    position: relative;
    top: -40px;
    text-align: center;
}

.mobile-app_row {
    padding-left: 7%;
}

.banking-banner:after {
    content: '';
    width: 441px;
    height: 850px;
    background: url(/media/eqcdbtwh/mobilebanner.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: -80px;
    left: 31%;
    transform: translate(-50%, -0%);
}

.banking-banner ul {
    padding: 0px 10px;
}

    .banking-banner ul li,
    .home-banner .card-body ul li {
        color: white;
        font-size: 18px;
        line-height: 45px;
        list-style: none;
        background: url(/media/235mzmm4/tick.png);
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: 0% 49%;
        padding-left: 25px;
    }

.social-row .row {
    max-width: 1400px;
}

.landingPageBreakout.social-row {
    padding: 3rem 0 3rem;
}

div#demo_1 {
    background: #eeeeee;
}

.services-section {
    margin: 4rem 0 0 0;
}

.services-section_end {
    margin: 3rem 0 6rem 0;
}

.services-section .card, .services-section_end .card {
    width: 70%;
    position: static;
    z-index: 1;
    overflow: inherit;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.services-section .card-left img, .services-section_end .card-right img,
.services-section .card-right img, .services-section_end .card-left img{
    max-width: 250px;
    padding: 0;
}

.services-section .card-body, .services-section_end .card-body {
    padding: 25px 25px 0 25px!important;
    position: relative;
}

.services-section ul.cardButtonList, .services-section ul.cardButtonList{
    margin-top: 1rem;
}

.services-section .card-body:after, .services-section_end .card-body:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0790ba;
    z-index: -1;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.services-section .button, .services-section_end .button {
    min-width: auto;
    max-width: 140px;
    padding: 0;
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #eb921e;
    background: transparent;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.services-section .button:after, .services-section_end .button:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    position: relative;
    font-size: 1rem;
    left: 6px;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.1 IMAGES SLIDER */
.slick-dots {
    bottom: 10%;
}

.info {
    margin: 0px auto auto;
}

    .info > div {
        border-radius: 5px;
        font-family: 'Roboto Condensed';
        border-radius: 5px;
    }

        .info > div h3 {
            font-family: 'Roboto Condensed', sans-serif;
            color: #fff;
            font-size: clamp(1rem, 1rem + 2vw, 2.125rem);
        }

.slidetext {
    color: #fff;
}

.info > div h3:before {
    background: #DA7070;
    display: none;
}

.sliderList li {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    list-style: circle inside;
}

.Modern-sliderV2 .slick-slide {
    height: 65vh !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.2 SPOTLIGHTS */

.spotlights-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 100px rgba(0, 0, 0, .2);
    background: #ffffff;
    padding: 0 !important;
}

.homeSpotlight {
    position: relative;
}

.spotlights.spot3 {
    padding-bottom: .5rem !important;
}

.spotlight {
}

.spotlight-box {
    padding: 10px 0 20px !important;
}

.spotlights h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: initial;
    opacity: .9;
    color: rgba(43, 68, 79, 1);
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem);
}

.spot-icon {
}

.spotlights img {
}

.spotlights .fa-stack {
}

.spotlights p {
}

.spot-icon-bgr {
}

    .spot-icon-bgr::before {
        background: rgb(247, 247, 245, .8);
        border-radius: 50%;
        box-shadow: 0 0 30px #e48250 inset;
    }

.spotlights a,
.button,
.contactUsForm input[type="submit"],
.umbraco-forms-navigation input[type="submit"] {
    min-width: 140px;
    max-width: 140px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 5px;
    background: #eb921e;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.homeSpotlight .row .col-xl-4:nth-child(odd),
.homeSpotlight .row .col-xl-4:nth-child(odd) p {
    color: white;
}

.homeSpotlight .row .col-xl-4:nth-child(even) .card-text-wrapper {
    background: #ffffff;
}

.homeSpotlight .row .col-xl-4:nth-child(even) .card-text-wrapper {
    background: #ffffff;
}

.homeSpotlight .row .col-xl-4:nth-child(even) h2 {
    color: #046aa9;
}

.homeSpotlight .row .col-xl-4:nth-child(even) .card-text-wrapper:after {
    border-color: #fff transparent transparent transparent;
}

.spotlights a {
    width: 140px;
}

    .spotlights a:hover,
    .button a:hover,
    .contactUsForm input[type="submit"]:hover,
    .umbraco-forms-navigation input[type="submit"]:hover {
    }

.spotlights::before {
    background: #cac9b5;
    opacity: .5;
}

.spotlights.spot1:before {
    display: none;
}


/* ---------------------------------------------------------------------------------------------------------------- 3.3 FANCY NUMBERED LIST */

.TopFeatures a,
.TopFeatures a:hover {
    background: #eef0f5;
    /*float: left;
    clear: both;
    */
    color: #35455f;
}

    .TopFeatures a:hover .features-icon {
        background: #60d880;
    }

        .TopFeatures a:hover .features-icon:after {
            border-bottom: 10px solid #60d880;
            border-right: 5px solid #eef0f5;
            border-top: 10px solid #60d880;
        }

.features-icon {
    background: #c9ced7;
    color: white;
    font-family: "Oswald", sans-serif;
}

    .features-icon:after {
        border-bottom: 10px solid #c9ced7;
        border-right: 5px solid #eef0f5;
        border-top: 10px solid #c9ced7;
    }

.features-main {
}

.features-sub {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4 NEWS SECTION */

.container.news-page {
}

#featured {
    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: 1px solid #caced5;
    display: inline;
    font-size: .813rem;
    padding: .25rem;
    border-radius: 5px;
    color: #95999f !important;
	background: transparent;
    background-color: transparent;
	position: relative;
}

.news-meta {
}

.category {
}

h2.post-title {
    font-family: 'Roboto Condensed', sans-serif;
}

    h2.post-title:before {
        display: none;
    }

.carousel-indicators li {
}

.art-img img {
    border-radius: 5px;
}

.art-img .art-title {
}

.articleContainer {
    border-radius: 5px 5px 0 0;
}

    .container.content-page li,
    .container.news-page li,
    .articleContainer li {
        font-size: clamp(0.875rem, 0.875rem + 2vw, 1rem);
    }

.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 {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.1 NEWS ARTICLES SCROLL WIDGET */

.cardbox-wrapper {
    border: 1px solid #dfdfdf;
    background: #f1f1f1;
}

.cardbox {
}

    .cardbox h2.post-title {
    }

    .cardbox small {
    }

    .cardbox .author {
    }

    .cardbox .news-cat {
    }

.cardbox-img {
}

.cardbox-item p {
}

.cardbox-item img {
}

.cardbox-item a:hover img {
}

.all-news-link {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.2 NEWS FILTERS */



/* ---------------------------------------------------------------------------------------------------------------- 3.4.3 NEWS ARTICLE PAGE */

#NewsArticle {
    border-radius: 5px;
}

.article .container {
    border-radius: 5px;
}

.article {
}

.news-page h1 {
    font-family: "Roboto Condensed", sans-serif;
}

.text-article {
}

    .text-article a.backNews {
    }

.latest-news {
    margin-top: 3rem !important;
}


#articleDetailsMasonryBottom {
    border-top: 1px solid #caced5;
    color: #35455f;
    font-family: 'Lato';
}

    .art-img .art-title {
        background: rgba(88, 157, 191, .93);
        border-radius: 0 5px 0 5px;
    }

    .art-img.noImage .art-title {
    }

.art-title h1 {
    font-size: 34px;
    font-size: clamp(1.875rem, 1.5rem + 2vw, 2.125rem);
}

.art-text {
}

.articleContainer {
}

.article {
}

.text-detail {
}

.newsboxes h2 {
}

    .newsboxes h2:before {
    }

.author {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.4 ARTICLE DATE */

.day {
}

.month-year {
}

.month {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.5 ARTICLE SOCIAL SHARE */


/* ---------------------------------------------------------------------------------------------------------------- 3.4.6 ARTICLE TAGS */

.tags {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.7 NEWS MASONRY GRID */

.grid {
}

.grid-sizer {
}

.Newsgrid__item {
}

.NewsArticles.are-images-unloaded {
}

.Newsgrid__item,
.Newsgrid__col-sizer {
}

.Newsgrid__gutter-sizer {
}

.Newsgrid__item--width2 {
    /* margin:1%*/
}

/* hide by default */
.Newsgrid.are-images-unloaded .image-grid__item {
}

.Newsgrid__item {
}

#NewsDetailsMasonry {
}

    #NewsDetailsMasonry p {
        color: #35455f;
    }

#NewsDetailsMasonryBottom {
}

.Newsgrid__item img {
}

    .Newsgrid__item img.lazyloaded {
    }

#articleGrid {
}

.grid-item {
}

    .grid-item:hover {
    }

#articleDetailsMasonry {
}

    #articleDetailsMasonry p {
        color: #35455f;
    }

.post-preview .post-title {
    font-size: 1.25rem;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.5 COUNTERS */

.banner {
    border-bottom: 2px solid;
}

.downpointer {
}

.banner-wrap::after {
}

.banner .counter {
}

.banner .currency {
}

.banner-subtitem {
}

.banner .banner-content {
    background-color: transparent !important;
}

.banner .banner-icon {
    border-radius: 5px 5px 0 0;
}

.banner-icon .icon-wrap {
}

.banner .banner-icon .icon-wrap {
    bottom: 125px;
    background: #e48250;
    background: -moz-linear-gradient(left, #e48250 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e48250 0%, #e45f58 100%);
    background: linear-gradient(to right, #e48250 0%, #e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e48250', endColorstr='#e45f58', GradientType=1);
}

    .banner .banner-icon .icon-wrap i {
    }

        .banner .banner-icon .icon-wrap i.fa-3x {
        }

.banner h4 {
    margin: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.6 SOCIAL MEDIA FEED SCROLL */

.twitter-feed {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.0 CONTENT PAGES */

#submenu h2,
.news-sidebar h2 {
    font-family: "Roboto Condensed", sans-serif;
}

a h2.articleTitle {
    font-family: 'Roboto Condensed', sans-serif;
}

.halfright.col-bgr-cover:before {
    left: 0;
    right: auto;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.1 CONTENT PAGES HEADER */

.spHeader {
    height: 120px;
}



/* ---------------------------------------------------------------------------------------------------------------- 4.2 SIDEBAR */

.news-sidebar {
    margin-top: 55px;
}

.sidebar-banner {
    background: #007190;
    background: -moz-linear-gradient(left, #c14b4b 0%, #f36f69 100%);
    background: -webkit-linear-gradient(left, #c14b4b 0%, #f36f69 100%);
    background: linear-gradient(to right, #c14b4b 0%, #f36f69 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c14b4b', endColorstr='#f36f69', GradientType=1)
}

#submenu {
    margin-top: 18px;
}

    #submenu h2,
    .news-sidebar h2 {
        color: #2b444f;
        font-family: "Roboto Condensed", sans-serif;
    }

    #submenu ul {
        border-top: 1px solid #f1f1f1;
    }

    #submenu li {
    }

    #submenu a {
        font-family: 'Roboto Condensed', sans-serif;
        border-bottom: 1px solid #f1f1f1;
    }

        #submenu a:before {
        }

        #submenu a:hover {
            background-color: #f1f1f1;
        }

    #submenu li.active a {
        color: #455b6a;
        background-color: #f1f1f1;
    }

/* ---------------------------------------------------------------------------------------------------------------- 4.3 SIDEBAR - NEWS SLIDER */

.TestimonialSlider,
.TestimonialSlider .col-md-12.slick-slide {
}

    .TestimonialSlider h2:not(.articleTitle) {
    }

.slick-initialized .slick-slide {
}

.NewsWidgetslider .PrevArrow,
.NewsWidgetslider .NextArrow {
    color: #2b444f;
}

    .NewsWidgetslider .PrevArrow:hover,
    .NewsWidgetslider .NextArrow:hover,
    .globalAddressSlider .PrevArrow:hover,
    .globalAddressSlider .NextArrow:hover,
    .NewsWidgetslider .PrevArrow:hover,
    .NewsWidgetslider .NextArrow:hover {
        color: #e48250
    }

.NewsWidgetslider .PrevArrow,
.NewsWidgetslider .NextArrow {
    border: 1px solid rgba(43, 68, 79, .2);
}

#NewsArticles {
}

#articleDate {
}

a h2.articleTitle {
    font-family: 'Roboto Condensed', sans-serif;
}

    a h2.articleTitle:first-letter {
    }

.slick-initialized .slick-slide {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.4 CONTACT US PAGE */

.contactUsbackground-image {
    height: 100%;
    background-size: cover;
}

.contact_img {
}

.contactUsBackground {
    border-radius: 5px;
}

.contact-img {
}

.umbraco-form-block {
    border-radius: 0 5px 5px 0;
}

    .umbraco-form-block > div {
    }

.globalAddress a {
}

.adressContact {
}

.address-labelopeninghours {
}

.globalAddress {
}

.globalAddressWrapper {
}

    .globalAddressWrapper h3 {
    }

.globaladdress-label {
}

.globaladdress-labelday {
}

.globaladdressLine {
}


.contactUsbackground-image {
}

.contactUsBackground .col-md-6 {
}

.contactUsBackground > .container {
}

.contactUsFormWrapper {
}

.address-line.geolocation {
}

.globalAddressWrapper .container {
}

#Col1,
#Col2,
#Col3 {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.5 CAREERS PAGE */

.careersummaryWidget {
}

.careersummaryWidgetTitle {
}

    .careersummaryWidgetTitle h2 {
    }

.job-count {
}


.careersummarywidgetHighlight {
}

.career-boxes a #careersummaryWidgetLink {
}

.career-boxes a:hover #careersummaryWidgetLink {
    color: #5ACA65;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.6 SERVICES MASONRY GRID */

.servicesIcon {
    color: #eb921ed9;
    font-size: 2rem;
}

#servicesItem .fa-3x {
}

.fa-stack.fa-3x::after {
    border: 1px solid #eb921e;
}

#servicesItem .fa-square {
}

#servicesItem .fa-stack {
}

#servicesItem p {
}

.servicesPadding {
    border-bottom: 3px solid #4997be;
    border-radius: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.7 TEAM MASONRY */

.stamp {
}

.staff-wrapper {
    background: #ecebde;
}

    .staff-wrapper:hover {
    }

.staff-details {
    background: #35455f;
}

    .staff-details:before {
        background: #35455f;
    }

    .staff-details,
    .staff-details::before {
        background: #bfbeab;
    }

        .staff-details h4 {
            font-size: 1.063rem;
            font-family: 'Roboto Condensed';
            text-transform: capitalize;
        }

        .staff-details p {
        }

.staff-wrapper .img-fluid {
}

.staff-wrapper:hover .img-fluid {
}

.staff-wrapper:hover .staff-details {
    background: #2bc0c3;
    background: -moz-linear-gradient(left, #2cb2b4 0%, #2acdd0 100%);
    background: -webkit-linear-gradient(left, #2cb2b4 0%, #2acdd0 100%);
    background: linear-gradient(to right, #2cb2b4 0%, #2acdd0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cb2b4', endColorstr='#2acdd0', GradientType=1);
}

    .staff-wrapper:hover .staff-details::before {
        background: #2acdd0;
    }

div#ourStaff {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.8 TESTIMONIALS */

.bodyStart #Testimonials .container {
    background-color: #eef0f5;
}

.content-page #Testimonials .container {
    background-color: #f1f1f1;
}

.container.bodyStart .TestimonialText {
}

.SliderInner .TestimonialSlider .slick-slide {
}

.FullSlider .TestimonialSlider .slick-slide {
}

.TestimonialText {
}

.testimonial-img {
}

#Testimonials .img-fluid {
}

.content-page #Testimonials .slider .container .TestimonialText {
    color: #4997be;
}

.align-to-right.TestimonialLink {
}

.content.SliderInner .align-to-right.TestimonialLink {
}

.TestimonialAuthor,
.TestimonialRole,
.TestimonialCompany {
    font-family: 'Roboto Condensed', sans-serif;
}

#Testimonials .content.SliderInner .container {
    border-left: 5px solid #4997be;
    background-color: #f1f1f1;
}

#Testimonials .content.FullSlider .container {
    border-left: 5px solid #4997be;
}

.Testimonial {
    font-family: 'Roboto Condensed', sans-serif;
    color: #4997be;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.9 CARDS */

.card {
    background: #f1f1f1;
}

.card-body h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #007190;
    font-size: 1.625rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.625rem);
}

.homeSpotlight .cardButtonList {
    position: absolute;
    bottom: 20px;
}

.homeSpotlight .card-text-wrapper {
    left: 0;
    top: 145px;
    padding: 25px;
    width: 48%;
    height: 101%;
    background: #008baf;
}

.homeSpotlight .card-background .card {
    border-radius: 5px;
}

.homeSpotlight .card-text-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -49px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 305px 50px 0 0;
    border-color: #008baf transparent transparent transparent;
}

.homeSpotlight .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;
}

.homeSpotlight .card-background img,
.home-banner .card-background img {
    filter: none;
}

.member-loan ul.stripedList.OneColumn li span {
    margin-right: 10px;
}

.card-body {
    padding: 10px !important;
}

.generic_banner .button {
    background: #c1720a;
    margin-top: 15px;
}

.generic_banner li{
    padding:0!important;
}

.generic_banner.blue1 .card {
    background: #eb921e;
}

.generic_banner.blue1 h2 {
    color: #fff
}

.generic_banner .card-text:last-child {
    margin-bottom: 0;
    color: white;
}

.generic_banner .card-left img,
.generic_banner .card-right img {
    width: 130px;
}

.homeSpotlight .card-title {
    font-size: 1.5625rem !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.10 FAQ FLIP CARDS */

.jag-faq-theme9 .jag-flip-faq-wraper .front,
.jag-faq-theme9 .jag-flip-faq-wraper .back {
    border-radius: 5px !important;
}

.jag-faq-theme9 .jag-flip-faq-wraper .back {
    background: #cac9b5;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.11 DONUT CHART */

.circular-chart {
}

.linkfeat {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.12 ANIMATED CHARTS */

.donutChart {
}

.greyGradient h2 {
}

.greyGradient h3 {
}

.circular-chart {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.13 IMAGE GALLERY */

.gallery {
}

.container {
}

#gallerythumbnail,
#galleryPreview {
}

.col-md-6 .gallery-item .container:hover .overlay,
.col-md-6 .gallery-item:hover .overlay {
    background: rgba(228, 130, 80, .9);
}

.col-md-6 .gallery-item:hover .overlay {
}

.col-md-6 .gallery-item .container:hover #gallerythumbnail,
.col-md-6 .gallery-item:hover #galleryPreview {
}

.gallery-item .container {
}

.gallery-item .icon {
}

.gallery-item:hover .icon {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.14 GOOGLE MAPS */

#map {
    border-radius: 5px;
}

.mapLegend {
    position: relative;
    left: -30px;
    top: 5px;
    color: #0790ba;
    font-weight: 700;
}

div#containerDirections {
    background: #2b444f;
}

#directionsButton span.btn {
    font-family: 'Roboto Condensed', sans-serif;
}

.google-map {
}

.googleMapsInfoWindow {
    font-family: "Roboto Condensed", sans-serif;
}

    .googleMapsInfoWindow h4 {
    }

button.gm-ui-hover-effect {
    border: 1px solid rgba(53, 69, 95, .3) !important;
}

    button.gm-ui-hover-effect img {
    }

#toprow {
}

    #toprow a {
    }

#address {
}

div#details strong {
}

span.alttel a,
span.altfax a {
}

.address-label.open-title {
}

#directionsButton {
}

#bottomrow {
    background: #e8eaec;
}

div#bottomrow p {
}

#directionsButton span.btn {
    background: #007bff;
}

    #directionsButton span.btn:hover {
        background: #0072ec;
    }

i.fas.fa-directions {
}

i.fa-map-marker-alt {
}

div#coords {
}

@-webkit-keyframes slide {
}

div#containerDirections {
    background: #2b444f;
}

.adp,
.adp table,
#googleMapsDiv {
}

.adp-substep .adp-stepicon .adp-maneuver {
}

.adp-step,
.adp-substep {
}

.adp-placemark {
}

table.adp-placemark td:first-child {
}

.adp-details,
.adp-legal {
}

div#googleMapsDiv h3 {
}

div#googleMapsDiv a {
}

img#hideDirections {
}

    img#hideDirections:hover {
    }

/* ---------------------------------------------------------------------------------------------------------------- 4.15 404 ERROR PAGE */

.error-page {
}

    .error-page h2 {
    }

    .error-page li {
    }

        .error-page li a {
        }

.error-bgr {
}

.error-page ul {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.16 SEARCH RESULT PAGE */

.top-color {
}

.search-panel {
    background: #589dbf;
    border-radius: 5px;
}

.searchresults p {
}

.searchresults ul {
}

.searchresults li {
    border-top: 1px solid #e3e6ea;
}

    .searchresults li h3 {
    }

    .searchresults li p {
    }

.search-panel .form-control {
    color: #589dbf;
    background: white;
}

    .search-panel .form-control:focus {
        background-color: #fff;
        border-color: #35455f;
    }

.search-icon {
    color: #589dbf;
}

    .search-icon::after,
    .search-icon::before {
    }

    .search-icon:before {
    }

.search-panel .btn {
}

    .search-panel .btn:focus {
    }

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
}

.searchresults {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.17 ACCORDION HELP FAQ */

.panel.jag-faq-wrapper {
    border-left: 5px solid #007190;
    box-shadow: 0 0 10px rgba(53, 69, 95, .2);
}

    .panel.jag-faq-wrapper:hover {
    }

.jag-faq-title {
}

    .jag-faq-title:hover {
        color: #008eb3;
    }

.panel.jag-faq-wrapper .panel-body {
}

.jag-faq-icon-2.fa {
}

    .jag-faq-icon-2.fa::before {
        color: #007190;
    }

/* ---------------------------------------------------------------------------------------------------------------- 4.18 UMBRACO FORMS */

.umbraco-forms-container label {
}

.umbraco-forms-container input[type="text"],
.umbraco-forms-container select,
.umbraco-forms-container textarea {
    color: #435972;
    background: #ffffff;
}

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 {
}

.declaration > label,
.checkbox > label,
.captcha1 label {
}

.dataconsent label {
}

.dataconsent > label {
}

select {
}

    select::-ms-expand {
    }

.datepickerfield {
}

textarea {
    /*padding: 5px !important;
    background: #e48250 !important;
    border-bottom: none !important;
    */
}

fieldset {
}

.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 {
    color: #435972;
    background-color: #ffffff;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
}

input:focus,
textarea:focus,
select:focus {
}

.btn-light.focus,
.btn-light:focus {
}

.dropdown-menu {
    border-radius: 0 0 5px 0;
}

    .dropdown-menu li {
    }

.dropdown-item.active,
.dropdown-item.active:hover,
.dropdown-item:active,
.dropdown-item:active:hover {
    color: #455b6a;
    background: #f1f1f1;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #f1f1f1;
    color: #2ab0b2 !important;
}

.bootstrap-select .dropdown-menu li {
    color: #e48250;
}

.bootstrap-select > .dropdown-toggle:after {
    color: #008eb3;
    right: 3.5rem;
    font-size: 18px;
}

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 {
}

.field-validation-error {
    color: #dd5858;
}

.dataconsent .field-validation-error {
}

input.input-validation-error,
textarea.input-validation-error {
}

textarea::placeholder {
}

input[type="checkbox"],
input[type="radio"] {
}

.umbraco-forms-submitmessage {
}

#displayForm.fancybox-content {
}

.PopupFormWrapper,
#PopupFormWrapper {
}

#PopupForm {
}

.submitmessageWrapper {
}

.umbraco-forms-submitmessage {
}

.submitmessageWrapper {
}

.umbraco-forms-submitmessage {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.19 DOWNLOAD LINK */

.download a {
    border: 1px solid #e1e4e8;
}

    .download a::after {
        /*content: '\f56d';
        font-size: 24px;
        line-height: 24px;
        font-family: "Font Awesome 6 Pro";
        float: right;
        margin-right: 0px;
        font-weight: 600;
        top: 0;
        bottom: 0;
        position: absolute;
        right: 10px;
        margin: auto;
        height: 24px;*/
    }

.download .fa-stack-2x {
}

.download a:hover {
    border-color: #f99765;
}

.fa-file-download::before {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.20 RELATED ARTICLES */

.Related-articles h2:not(.post-title) {
    padding: 50px 20px 0 0px !important
}

.Related-articles #NewsDetailsMasonryBottom {
}

.Related-articles .slick-track {
}

.Related-articles .slick-slide {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.21 FIXED/STICKY SOCIAL MEDIA BAR */

.icon-bar {
}

    .icon-bar a {
        padding: 11px 18px;
    }

        .icon-bar a:hover {
            background-color: #e48250;
            color: #fff;
        }

.facebook {
}

.twitter {
}

.google {
}

.linkedin {
}

.instagram {
}

.youtube {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.22 STRIPED LIST */

ul.stripedList.OneColumn {
}

    ul.stripedList.OneColumn li {
    }

        ul.stripedList.OneColumn li span {
            margin-right: 35px;
            margin-left: 5px;
        }

        ul.stripedList.OneColumn li .fa-circle::before {
            color: #4583a2;
        }

        ul.stripedList.OneColumn li .fa-inverse {
            color: #4583a2;
        }

        ul.stripedList.OneColumn li:nth-child(2n+1) {
            background-color: #f1f1f1;
        }

ul.stripedList.TwoColumn li .fa-circle::before {
    color: #4583a2;
}

ul.stripedList.TwoColumn li .fa-inverse {
    color: #4583a2;
}

ul.stripedList.TwoColumn li:nth-child(4n + 1),
ul.stripedList.TwoColumn li:nth-child(4n + 2) {
    background-color: #f1f1f1;
}

ul.stripedList.ThreeColumn li .fa-circle::before {
    color: #4583a2;
}

ul.stripedList.ThreeColumn li .fa-inverse {
    color: #4583a2;
}

ul.stripedList.ThreeColumn li:nth-child(6n+1),
ul.stripedList.ThreeColumn li:nth-child(6n+2),
ul.stripedList.ThreeColumn li:nth-child(6n+3) {
    background-color: #f1f1f1;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.23 ANNOUNCEMENTS */

.row.announcementRow {
    min-height: 80px;
}

.announcementHome .col-sm-6.col-md-3 {
    margin: 0 5px;
}

.announcementHome .col-md-3 {
    max-width: 24%;
}

.announcementHome .announcementRow {
    border-radius: 10px;
}

.announcementHome .announcementHeading {
    background: #eb921e;
    position:relative;
    margin: 0;
    border-radius: 10px;
    padding: 10px 0;
}

.announcementHome .col-xl-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
}

.announcement-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.announcementItem .row {
    flex-direction: row-reverse;
}

.item_1 a,
.item_2 a,
.item_3 a {
    border-radius: 5px;
    background: #4997be;
}

.item_4 a,
.item_5 a,
.item_6 a {
    border-radius: 5px;
    background: #4997be;
}

.announcementItem .row .fa-stack {
}

    .announcementItem .row .fa-stack.fa-3x::after {
        display: none;
    }

.announcementHeading {
}

.announcementHome .announcementRow h3 {
    text-transform: uppercase;
    font-size: 1.125rem;
    height: 50px;
    margin: 0;
    text-align: center;
    display: block;
}

.announcement-image {
    margin: auto 1.3rem auto 1.3rem;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.24 LARGE LOAN CALCULATOR */

.CalculatorLargeWrapper {
    box-shadow: 0px 5px 8px 1px #0000004a;
    background: #008eb3;
    max-width: 1368px;
    margin: auto;
}

.loan-calculator-wrapper {
    margin-top: 3rem !important;
}

.loanspage-text-section .col-md-6.column {
    padding: 0;
}
.loanspage-calc .calculator-widget {
    padding: 0 20px;
}
.loanspage-calc .CalculatorLargeWrapper {
    margin: -8rem auto 0rem;
}

.landingPageBreakout.loan-calculator-wrapper {
    padding: 6rem 0 9.7em;
    margin-top: 5rem;
}

.loanspage-calc.landingPageBreakout {
    padding: 0;
    margin-top: 8rem;
}

.m0 h2 {
    margin-top: 0;
}

.calcResultWrapper p,
.calcInputsInfo,
.RepaymentsHeadingSub {
    font-size: 20px !important;
}

.CalculatorLargeWrapper .btn.dropdown-toggle.btn-light,
.CalculatorLargeWrapper .btn-light:not(:disabled):not(.disabled).active,
.CalculatorLargeWrapper .btn-light:not(:disabled):not(.disabled):active,
.CalculatorLargeWrapper .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.CalculatorLargeWrapper .bootstrap-select .dropdown-toggle:focus {
    margin-top: 0;
}

.CalculatorLargeWrapper .filter-option-inner-inner {
    font-size: 24px;
    font-weight: 700;
    color: #008eb3;
}


.CalculatorLargeWrapper .bootstrap-select .dropdown-menu {
}

    .CalculatorLargeWrapper .bootstrap-select .dropdown-menu li {
        color: #e5b53a;
    }

.CalculatorLargeWrapper .dropdown-item {
    color: #007190;
}


.dropdown-item.active,
.dropdown-item.active:hover,
.dropdown-item:active,
.dropdown-item:active:hover {
}

.loanParagraph {
}

.calcAprWrapper {
    text-align: right;
}

.calcsmallheading {
}

.RepaymentsHeadingSub {
}


.increment,
.decrement,
.incrementTerm,
.decrementTerm,
.calcSmallButton {
    background: #034a76;
}

    .increment i,
    .incrementTerm i,
    .decrement i,
    .decrementTerm i {
    }


.calcButtonsWrapper .button {
}


.form-horizontal {
}

    .form-horizontal > .row {
    }

.calcResultWrapper,
.ui-slider-horizontal {
    background: #007190;
}

.calcResultWrapper {
    padding: 1.5rem 1.5rem;
}

.calcButtonsWrapper {
}

.termsAndConditions {
    padding-right: 1rem;
}

    .termsAndConditions::before {
    }


.calcResultWrapper::before,
.calcAprWrapper::before {
    background: #4997be;
}

.calcResultWrapper::after {
    order-radius: 0;
}

.calcResultWrapper::after,
.calcAprWrapper::after,
.CalculatorLargeDropDown::after,
.CalculatorLargeDropDown .btn > div::after {
    background: #008eb3;
}

.CalculatorLargeDropDown::before,
.CalculatorLargeDropDown .btn > div::before {
    background: #fff;
}

.CalculatorLargeDropDown::before,
.CalculatorLargeDropDown::after {
    top: 0;
}


.calcHeading {
    font-family: 'Roboto Condensed', sans-serif;
}

.calcResultsInfo {
}

.ui-slider-horizontal {
}

    .ui-slider-horizontal .ui-slider-handle {
        background: #eb921e;
    }

    .ui-slider-horizontal.green .ui-slider-handle {
        background: #afe32c;
    }

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    background: #26a0a1;
    background: -moz-linear-gradient(left, #eb921e 0%, #eaa54b 100%);
    background: -webkit-linear-gradient(left, #eb921e 0%, #eaa54b 100%);
    background: linear-gradient(to right, #eb921e 0%, #eaa54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##eb921e', endColorstr='#eaa54b', GradientType=1);
}


.calcInputsInfo {
}


/* ---------------------------------------------------------------------------------------------------------------- 4.25 SMALL LOAN CALCULATOR */


.CalculatorSmallWrapper {
    background: #2b444f;
}

.calcSmallAprWrapper {
}

.calcSmallLoanName > div,
.calcSmallLoanApr > div {
}

.calcSmallLoanName,
.calcSmallLoanApr {
    background: #4997be;
}

.calcSmallLoanApr {
}

.calcSmallResults {
}

.calcSmallButton .button {
    display: block;
}

.form-horizontal > div > div {
}

.increment,
.decrement,
.incrementTerm,
.decrementTerm,
.calcSmallButton {
    background: #253d48;
}

    .increment i,
    .incrementTerm i,
    .decrement i,
    .decrementTerm i {
    }

.calcSmallButton {
}

.calcSmallResults,
.calcSmallButtonWrapper {
    background: #4997be;
}


.calcHeading {
}

.calcResultsInfo {
}




.ui-slider {
}

.ui-slider-horizontal {
    background: #acacae;
}

.ui-slider-handle.ui-corner-all.ui-state-default:hover {
    filter: brightness(1.125);
    /* EASING*/
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.ui-slider-horizontal.green .ui-slider-handle {
    background: #afe32c;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.26 ICON LOAN CALCULATOR */

.calcIconResults .nav-tabs .nav-link:focus,
.calcIconResults .nav-tabs .nav-link:hover {
    background: #4997be !important;
    color: white;
}

.calcIconResults .nav-fill .nav-item.active {
    background: #4997be !important;
    color: white;
    border-color: #4997be !important;
}

.calcIconResults .nav-fill .nav-item.active {
    border-color: #4997be;
}

.calcIconResults .nav-fill .nav-item {
    color: #4997be;
}

.nav-tabs .nav-link.active::before,
.nav-tabs .nav-link.active::after {
    background: #e47a52 !important;
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.27 RTE */
/*umb_name:LightBlueButton*/
.LightBlueButton {
    font-size: clamp(.75rem, .75rem + 2vw, 1rem);
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 5px;
    background: #2ab0b2;
    box-shadow: 0px 2px 5px 1px #00000040;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

    .LightBlueButton:hover {
        color: white;
        filter: brightness(1.125);
    }

/*umb_name:DarkBlueButton*/
.DarkBlueButton, .more-news-button-wrapper .btn {
    min-width: 140px;
    max-width: 200px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 5px;
    background: #eb921e;
    font-size: clamp(.75rem, .75rem + 2vw, 1.125rem);
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	border: none;
}

.DarkBlueButton:hover {
    color: white;
    filter: brightness(1.125);
}

/*umb_name:YellowButton*/
.buttonYellow {
    background-color: #e5b53a !important;
}

/*umb_name:WhiteText*/
.WhiteText {
    color: white;
}

/*umb_name:smalltext*/
.smalltext {
    color: #3f4e5f;
}

    .smalltext:before {
        background: #3f4e5f;
    }


/*umb_name:h2White*/
.H2.White {
}

/*umb_name:twoColumnText*/
.twoColumnText {
}


/* ---------------------------------------------------------------------------------------------------------------- 5.0 LOAN APP BOXES POP UP OPTION */

.loanspage h2 {
    font-size: 1.875rem;
    font-size: clamp(1.5rem, 1.25rem + 2vw, 1.875rem) !important;
    margin: 0 0 1rem;
    text-align: center;
}

.loan-app-boxes .col-md-4 > div {
    background: #f1f1f1;
}

.loan-app-boxes .col-md-4 .button {
}

.loan-app-boxes i {
}

.loan-app-boxes li {
}

.loan-app-boxes h2 {
    font-family: 'Roboto Condensed';
}

.popUpOptionWrapper > div:nth-child(even),
.register {
}

/* ---------------------------------------------------------------------------------------------------------------- 5.1 LOAN APP TABS OPTION */

.nav-tabs {
}

    .nav-tabs i {
    }

.nav-fill .nav-item {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
	color: #007190;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #f9f9f9;
	color: #149abf;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
    border-color: #e48250;
    background: #f9f9f9;
	color: #495057;
}



.nav-tabs .nav-link.active {
}

    .nav-tabs .nav-link.active::before {
        background: #ca4907;
    }

    .nav-tabs .nav-link.active::after {
        background: #f9f9f9;
    }

    .nav-tabs .nav-link.active i.fa-check-circle {
        color: #3cb371;
    }

    .nav-tabs .nav-link.active i.fa-times-circle {
        color: #cd5c5c;
    }

.FlipListOption {
    background: lightyellow;
}

.LoanBoxesFormWrapper {
    background: #f1f1f1;
}

/* ---------------------------------------------------------------------------------------------------------------- 5.2 FILP CARDS LOAN OPTION */

/* ---------------------------------------------------------------------------------------------------------------- 6.0 FOOTER */

.footer-wrapper,
.footer-wrapper p {
    font-size: .875rem;
    font-size: clamp(0.875rem, 0.875rem + 2vw, 1.0625rem);
    padding-top: 0 !important;
}

.footer-wrapper .bg-dark {
    background-color: #2b444f;
}

.footer-wrapper .bg-dark {
    color: #3c5966;
}

.footer-wrapper .lunchHours {
    color: #1f9ac0;
    font-size: .813rem !important;
    max-width: 400px;
    padding-left: 7.5rem;
    margin-top: 0rem;
    margin-bottom: 0;
    display: block;
}

.contactUsbackground-image .lunchHours {
    font-size: .813rem !important;
    color: #676767;
    max-width: 400px;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    display: block;
}

.footer-wrapper .nav-menu.nav-menu-social a {
    color: #eb921e;
}

.footer-wrapper .nav-menu-social .fa-inverse {
    color: #f1f1f1;
}

.footer-wrapper h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem);
    color: #0790ba;
    font-weight: 700;
}

/* ---------------------------------------------------------------------------------------------------------------- 6.1 FOOTER GLOBAL ADDRESS */

.footer-wrapper .bg-dark .column {
    border-right: 1px solid rgb(99 182 207);
}

.footer-wrapper .globalAddressTwoCol a {
    color: #39a5c6;
}

.address-line.opening-hours {
    margin-top: 38px;
}

/* ---------------------------------------------------------------------------------------------------------------- 6.2 FOOTER SOCIAL MEDIA */

.nav-menu.nav-menu-social.footer {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.socialfootertext {
    font-family: "Roboto Condensed", sans-serif;
}

/* ---------------------------------------------------------------------------------------------------------------- 6.3 FOOTER REGULATORY LINKS */

.regulatory-links {
    background: #00718e;
}

    .regulatory-links .column {
    }

    .regulatory-links ul {
    }

    .regulatory-links p {
        font-size: clamp(0.875rem, 0.875rem + 2vw, 0.875rem);
    }

    .regulatory-links a {
    }

    .regulatory-links .col-lg-5 {
    }

/* ---------------------------------------------------------------------------------------------------------------- 6.4 FOOTER PROGRESS LOGO */

.progress-logo-footer img {
}

/* ---------------------------------------------------------------------------------------------------------------- 7.0 MISC */

input#cultureAll {
    display: none;
}

.footer-wrapper #mapid {
    height: 170px;
}

.footer-wrapper .mapLegend {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 7.1 SLIDER */

.rio-promos {
}

.slick-list {
}

.slick-prev:before,
.slick-next:before {
    color: #EA8496;
}

.rio-promos img {
}

.slick-slider {
}

.slick-list {
}

    .slick-list:focus {
    }

    .slick-list.dragging {
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
}

.slick-track {
}

    .slick-track:before,
    .slick-track:after {
    }

    .slick-track:after {
    }

.slick-loading .slick-track {
}

.slick-slide {
}

[dir='rtl'] .slick-slide {
}

.slick-slide img {
}

.slick-slide.slick-loading img {
}

.slick-slide.dragging img {
}

.slick-initialized .slick-slide {
}

.slick-loading .slick-slide {
}

.slick-vertical .slick-slide {
}

.slick-arrow.slick-hidden {
}

/* ---------------------------------------------------------------------------------------------------------------- 7.2 SLIDER ARROWS */

.contactUsBackground .slick-dots {
}

.footer-wrapper .globalAddressTwoCol .slick-dots {
}

    .globalAddressSlider .slick-dots li button::before,
    .footer-wrapper .globalAddressTwoCol .slick-dots li button::before,
    .NewsWidgetslider .slick-dots li button::before,
    .Related-articles .slick-dots li button::before {
        color: #fff;
    }

    .globalAddressSlider .slick-dots li.slick-active button::before,
    .footer-wrapper .globalAddressTwoCol .slick-dots li.slick-active button::before,
    .NewsWidgetslider .slick-dots li.slick-active button::before,
    .Related-articles .slick-dots li.slick-active button::before {
        color: #fff;
    }

.globalAddressSlider .PrevArrow,
.footer-wrapper .globalAddressTwoCol .PrevArrow,
.NewsWidgetslider .PrevArrow,
.Related-articles .PrevArrow {
    border: 1px solid rgba(43, 68, 79, .4);
}

.footer-wrapper .globalAddressTwoCol .PrevArrow {
}

.Related-articles .PrevArrow {
}

.NewsWidgetslider .PrevArrow {
    border: 1px solid rgba(53, 69, 95, .5);
}

    .globalAddressSlider .PrevArrow::before,
    .footer-wrapper .globalAddressTwoCol .PrevArrow::before,
    .NewsWidgetslider .PrevArrow::before,
    .Related-articles .PrevArrow::before {
        color: rgba(43, 68, 79, .9);
    }

.footer-wrapper .globalAddressTwoCol .globalAddressSlider .PrevArrow::before {
    color: white;
}

.globalAddressSlider .NextArrow,
.footer-wrapper .globalAddressTwoCol .NextArrow,
.NewsWidgetslider .NextArrow,
.Related-articles .NextArrow {
    border: 1px solid rgba(43, 68, 79, .4);
}

.NewsWidgetslider .NextArrow,
.Related-articles .NextArrow {
    color: #35455f;
}

    .globalAddressSlider .PrevArrow:hover,
    .globalAddressSlider .NextArrow:hover,
    .footer-wrapper .globalAddressTwoCol .PrevArrow:hover,
    .footer-wrapper .globalAddressTwoCol .NextArrow:hover,
    .NewsWidgetslider .PrevArrow:hover,
    .NewsWidgetslider .NextArrow:hover,
    .Related-articles .PrevArrow:hover,
    .Related-articles .NextArrow:hover {
        color: #23aa4b;
    }

.footer-wrapper .globalAddressTwoCol .NextArrow,
.Related-articles .NextArrow {
}

.Related-articles .NextArrow {
}

.NewsWidgetslider .NextArrow {
    border: 1px solid rgba(53, 69, 95, .5);
}

    .globalAddressSlider .NextArrow::before,
    .footer-wrapper .globalAddressTwoCol .NextArrow::before,
    .NewsWidgetslider .NextArrow::before,
    .Related-articles .NextArrow::before {
        color: rgba(43, 68, 79, .9);
    }

.footer-wrapper .globalAddressTwoCol .PrevArrow::before,
.footer-wrapper .globalAddressTwoCol .NextArrow::before {
    color: white;
}

.footer-wrapper .globalAddressTwoCol .NextArrow,
.footer-wrapper .globalAddressTwoCol .PrevArrow {
    border: 1px solid rgba(255, 255, 255, .2);
    color: white;
}

/* ---------------------------------------------------------------------------------------------------------------- 7.3 FANCY BOX GENERAL */

.fancybox-content {
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
}

.fancybox-container h2 {
}

.fancybox-container img {
}

.fancybox-container iframe {
}

.fancybox-container .videoWrapper {
}

    .fancybox-container .videoWrapper iframe {
    }

/* ---------------------------------------------------------------------------------------------------------------- 7.4 OFFICE AREA - Breakout Video */

#VFWSection {
}

#videobcg {
}

.VFWparagraph.text-center {
}

/* ---------------------------------------------------------------------------------------------------------------- 7.5 OFFICE AREA - Pop Out Video */

.dtge-editor-preview-container .psvideo {
}

.dtge-editor-preview-container h1 {
}

/* BOOTSTRAP RULES 
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    display: inline-block;
    vertical-align: top;
}*/

.noPadding {
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
}

.img-fluid {
}


/* ---------------------------------------------------------------------------------------------------------------- 7.6 CUSTOM GENERAL CLASSES */



.smalltext {
}

    .smalltext:before {
    }

.noBorder {
}

.greyGradient {
}

.greyGradient_v2 {
}

.bg-dark,
.darkBackground {
    background-color: #f1f1f1!important;
}

.landingPageBreakout {
    padding: 7rem 0 7rem;
    z-index: 0;
}

.homeSpotlight .row {
    max-width: 1400px !important;
}

.mt-n6,
.my-n6 {
    margin-top: -6rem !important;
}

.contentPageBreakout {
}

.mobile-app-btn-wrapper {
    margin: 20px 0;
}

.mobile-app-btn {
}

.no-vert-padding > .row {
}

    .no-vert-padding > .row .column {
    }

.who-we-are-text {
    column-count: 2;
    column-gap: 5rem;
    margin-bottom: 30px;
    display: block;
}

.donut-chart-title {
    font-size: 1rem;
}

.block-color-layer,
.block-color-layer-no-padding {
    background: #f7f7f7;
    padding: 15px 37px;
    margin-bottom: 15px;
}

.block-color-layer-no-padding {
    padding: 0;
}

    .block-color-layer-no-padding .img-fluid {
        margin: 0 !important;
    }

.counters {
    background: white;
    padding: 1.5rem 3rem 3rem;
    box-shadow: 0 0 100px rgba(0, 0, 0, .2);
    border-radius: 5px;
    margin-top: -6rem;
    margin-bottom: 12rem !important;
}

    .counters .card {
        z-index: 0;
        position: relative;
        text-align: center;
        border-radius: 0 0 5px 5px;
    }

.home-banner {
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.mobile-banner{
    background-size: cover;
    height: 532px;
}

.landingPageBreakout.mobile-banner.mt-5 {
    position: relative;
}

.mobile-banner .col-xl-6{
    max-width: 320px;
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%,-50%);
}

.bg-services{
    height: 100%;
    background-size: cover;
    background-position: right;
}

.home-banner .card-top {
    height: 100%;
    box-shadow: 0px 5px 8px 1px #0000004a;
    background: #008db1;
    border-radius: 5px;
}

.home-banner .card {
    background: #008db1;
    height: 100%;
    border-radius: 5px;
}

.home-banner h2.card-title {
    font-size: 34px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
}

    .home-banner h5.card-title {
        font-size: 21px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        margin-top: -10px;
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .home-banner .card-body ul {
        position: absolute;
        top: 60%;
        transform: translate(0%, -50%);
    }

        .home-banner .card-body ul li {
            color: white;
            font-size: 22px;
            list-style: none;
        }

    .home-banner .card:before {
        content: '';
        position: absolute;
        top: 40px;
        left: 55%;
        width: 250px;
        height: 250px;
        z-index: 0;
        transform: rotate(33deg) translate(-50%, 0) skew(-45deg, -20deg);
        background: linear-gradient(to bottom right, #008db1 0%, #008db1 50%, #008db1 50%, #008db1 100%);
        box-shadow: 20px 18px 5px #00000014;
    }



.banner .counter,
.banner .currency {
    font-size: 36px;
}

.counters .card {
    background: #2e454f;
    color: #ffffff;
}

    .counters .card p {
        color: #ffffff;
        opacity: .7;
    }

    .counters .card .button {
        display: block;
        max-width: 130px;
        margin: 20px auto auto;
    }


.psvideo #thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}


/* Adjustments v2.0.0 */
.card-desc p {
    min-height: unset;
}
.newsFiltersSelect .quick-select-dropdown {
    background: unset;
    border-bottom: 1px solid #aaa;
    margin: 0;
}
.leaflet-popup-content #toprow .container .row {
    margin: 0;
    font-size: 12px;
}
#directionsButton span.btn {
    margin-left: 15px;
}

.info > div.mapLegend {
    width: 100% !important;
    right: 70px;
    position: relative;
    background: #0790ba;
    padding: 10px 15px !important;
    top: 30px;
    color: #ffffff;
    border-radius: 5px;
}
.announcementHome .announcementItem .row {
    flex-direction: row;
}
.announcementHome .announcement-image {
    max-width: 40px;
	margin: auto;
}
.announcementHome .announcementPic {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.announcementHome .announcementHeading {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	min-height: 80px;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.announcementHome .announcementRow h3 {
    height: unset;
    padding: 0;
	top: 0;
}
 .bootstrap-select > .dropdown-toggle {
	 outline: none !important;
 }
.services-section .col-xl-4, .services-section_end .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    width: 33.333333%;
}
.services-section .card, .services-section_end .card {
    width: 90%;
    min-height: 325px;
}

.footer-wrapper {
    margin-top: 3rem!important;
}

.no-vert-padding > .row .column.card-body {
    padding: 20px !important;
}

.jag-faq-theme5 .jag-faq-title i, .jag-faq-theme2 .jag-faq-title i {
    margin-right: 10px;
    padding-top: 5px;
    font-weight: 700;
	color: #007190;
}
.Related-articles h2:not(.articleTitle) {
    padding: 50px 20px 0 0px !important;
}
.Related-articles h2.articleTitle {
    padding: 0 !important;
}
.articleType2.articleDate {
    margin: 0;
}
.news-item .btn-primary {
    color: #eb921e !important;
}
.news-item .btn-primary:hover {
    color: #eb921e !important;
    filter: brightness(1.125);
}
.news-item .btn-primary:after {
    background: #eb921e;
    color: #fff;
}
input[type="text"].dobInput {
    background: transparent;
}
.row.dob {
    margin-top: -39px;
}
textarea::placeholder {
    opacity: .5 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: .5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: .5;
}
::-ms-input-placeholder { /* Microsoft Edge */
    opacity: .5;
}
.umbraco-forms-container select {
    height: auto;
}
.grecaptcha-badge {
    bottom: 90px !important;
}

.search-panel .btn:focus, .search-panel .btn:hover {
    background: white;
}
.search-panel .btn {
    top: 50px;
}
article {
    margin-top: -163px;
}
.articleType2 {
    background: none;
	margin-bottom: -50px;
}
.NewsGlobalCTA.hero-banner-right.imageRight.landingPageBreakout {
    padding: 0;
}
.Related-articles {
    background: #fafafa;
}
.NewsWidgetsliderDetailed4Across .news-content {
    background: white;
}

@media (max-width: 1099px) {
	.announcementHome .col-md-3 {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		width: 48%;
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 560px) {
    .leaflet-popup-content {
        margin: 10px;
        width: 320px !important;
    }
}

picture.card-image {
    display: block;
}
.mb-box .img-fluid, .mb-security .img-fluid {
    width: 32px;
}
.mb-download .img-fluid {
    width: auto;
}

/* END Adjustments v2.0.0 */

/*NEW MORTGAGE PAGE*/
.element-container {
  display: grid;
  row-gap: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
}

.element-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.element-box img {
  filter: brightness(1.2);
}

.element-box > div {
}

.element-box p, .rep p {
    margin-bottom: 0;
}

.rep p {
    font-size:.875rem;
}

.callToAction {
    padding: 24px;
  align-content: center;
  margin: auto;
  text-align: center;
  background: lightgoldenrodyellow;
  margin-bottom: 2rem;
  margin-top:2rem;
}

.callToAction img {
  width: 100%;
  max-width: 240px;
  margin-bottom: 1rem;
}

.callToAction .btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle) {
    max-width:unset;
}

.rep {
  display: grid;
  grid-template-columns: repeat(3,3fr);
  row-gap: 15px;
  padding: 32px 32px 24px;
  margin: 1rem auto;
  text-align: center;
  background: #f1f1f1;
}

.rep h4 {
  margin-top: 0;
  font-weight: 800;
    font-size: 1.375rem;
}

.rep h4 span {
  display: block;
  font-size: .75rem;
}


.mort-type {
  margin: 3rem 0 24px;
  display: grid;
  grid-row-gap: 30px;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 40px;
}

.mort-box {
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
}

.mort-box h2 {
    margin-top:0;
}

.mort-box img {
  max-width: 150px;
  border-radius: 0;
}

.mort-timeline p {
  border-left: 1px solid #2a4d89;
  padding-left: 15px;
  margin-left: 15px;
}

.mort-timeline.last-child p {
    border:none;
}

.mort-calculator {
  display: grid;
  grid-row-gap: 30px;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 40px;
  background: rgba(255, 217, 102, 0.7);
  margin: 2rem 0 3rem;
  padding: 10px 20px;
}

.element-container h4 {
    margin-bottom:0;
}

.mort-hero {
  margin-bottom: 2rem;
}

.mort-hero .card-body .card-image img {
  max-width: 180px;
}
.mort-hero ul {
    list-style: disc;
}
.mort-hero .card .row {
    min-height:400px;
}

.mort-hero .card .card-body, .mortgage-hero-banner .card .card-body {
    margin:auto;
}
.mort-hero .col-bgr-cover, .mortgage-hero-banner .col-bgr-cover {
    background-position: center;
}
.mort-hero .card-text p, .mort-hero .card-text li {
	font-size: 1rem;
}	
.mortgage-hero-banner .no-vert-padding > .row .column.card-body {
    padding: 100px !important;
}

.mort-rep-example {
      max-width: 1200px;
      margin:auto;
}

.mort-legal-disclaimer {
  margin: auto auto 2rem;
  font-size: .813rem;
}

.mort-warnings {
  display: flex;
  align-items: flex-start;
  margin: 3rem 0 0;
  column-gap: 1rem;
}

.mort-warnings img {
  max-width: 70px;
  opacity: .4;
}

.mort-warnings-text p {
  font-size: .813rem;
}

.useful-links {
  padding: 10px 30px;
  border: 1px solid #dee2e6;
  margin-bottom: 2rem;
}

.useful-links p {
  margin-bottom: 10px;
}

.mortgage-hero-banner .card .row {
  min-height: 400px;
}

.mortgage-hero-banner .card {
  background: #3e7cf3;
}

.mortgage-hero-banner h2, .mortgage-hero-banner p {
    color:white;
}

.mortgageCalculatorFormWrapper {
    border-radius:0 !important;
}

fieldset {
  margin-bottom: 0;
}

.highlight {
    background: yellow;
}
/*END NEW MORTGAGE PAGE*/

/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */
/* ---------------------------------------------------------------------------------------------------------------- 8.0 MEDIA QUERIES */









/* ---------------------------------------------------------------------------------------------------------------- 8.1 Extra Large devices (portrait phones, less than 1400px) */

@media (max-width: 1399.98px) {

    .navigation-portrait .loginButtons {
        background-position: right 22px top 16px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- 8.2 Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    .home-banner .card-body {
        display: none;
    }

    .mobile-banner .col-xl-6 {
        left: 50%;
    }

    .services-section .card, .services-section_end .card {
        margin: 30px auto;
    }

    .services-section_end {
        margin: 0 0 4rem 0;
    }

    section.py-5.image-full {
        padding-top: 0rem !important;
    }

    .col-bgr-cover {
        background-position: left;
    }

    .calcAprWrapper {
        text-align: center;
    }

    .loginButtons.buttonTitle {
        width: 100%;
    }

    .homeSpotlight .card-text-wrapper:after,
    .col-md-12.all-news-link {
        display: none;
    }

    .homeSpotlight .card-background .card {
        border-radius: 5px;
        max-height: 287px;
        margin-bottom: 25px;
    }

    .banking-banner:after {
        right: -160px;
        left: auto;
    }

    .cardbox-wrapper,
    div#demo_1 {
        max-width: 496px;
        margin: 0 auto;
    }

    .landingPageBreakout.social-row {
        text-align: center;
    }

.landingPageBreakout.social-row div {
    margin-bottom: 3rem;
}

    .navigation-portrait .nav-menu > li.loginButtons > a,
    .navigation-portrait .nav-menu > li.loginButtons > a:hover {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .navigation-portrait .nav-menu > li > a {
        color: #4997be !important;
    }
	
	.navigation-portrait .nav-menu > li.loginButtons {
		max-width: 100%;
		background-position: right 22px top 16px;
	}
	.navigation-portrait .loginButtons .buttonTitle {
		font-size: 1.063rem !important;
	}

    .features-icon::after {
        border-bottom: 50px solid #c9ced7;
        border-right: 15px solid #eef0f5;
        border-top: 50px solid #c9ced7;
    }

    .TopFeatures a:hover .features-icon::after {
        border-bottom: 50px solid #60d880;
        border-right: 15px solid #eef0f5;
        border-top: 50px solid #60d880;
    }
}
/* ---------------------------------------------------------------------------------------------------------------- 8.3 Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

    .footer-wrapper .lunchHours {
        padding-left: 15px;
        padding-top: 55px;
        max-width: 100%;
    }

    .art-img .art-title {
        background: rgba(88, 157, 191, .93);
    }

    .counters {
        padding: 1.5rem 2rem 3rem;
    }

    .landingPageBreakout {
        padding: 6rem 0 8rem;
    }

    .who-we-are-text {
        column-count: 1;
    }
}

/* ---------------------------------------------------------------------------------------------------------------- 8.4 Small devices (landscape phones, less than 768px) */

@media (max-width: 768px) {

    .card-title, .container.bodyStart .news-top-story h2 {
        font-size: 0.95rem!important;
    }

    .nav-menu.nav-menu-social.footer {
        padding-left: 25px;
    }

    .announcementItem.item_1, .announcementItem.item_2, .announcementItem.item_3, .announcementItem.item_4 {
        flex: 0 0 48%;
        max-width: 48%;
        margin: 5px 5px!important;
    }

	.announcementHome .announcementItem .row {
		flex-direction: column;
		align-items: center;
	}
    .announcementHome .col-xl-3 {
        height: auto;
        width: 100%;
        display: contents;
        padding: 5px;
        margin: 0 auto;
    }

    .landingPageBreakout.loan-calculator-wrapper {
        padding: 0;
    }

    .announcementHome .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        height: 50px;
    }
	
	.announcementHome .announcementHeading {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		min-height: 60px;
		border-radius: 0 0 10px 10px;
	}

    .announcementHome .announcement-image {
        margin: 15px auto;
        max-width: 40px;
    }

    .announcementHome .announcementRow h3 {
        padding: 5px 5px;
        width: 100%;
        vertical-align: middle;
        margin: 0 auto;
        display: block;
    }

    .announcementItem .row {
        flex-direction: column-reverse;
        box-shadow: 0px 3px 7px 0px #00000038;
    }

    .h-mobile {
        display: none;
    }

    .mobile-phone {
        top: 0;
    }

    .img-fluid {
        width: 100%;
    }

    .m0 h2 {
        margin-top: 1rem;
    }

    dl,
    ol,
    ul {
        padding-left: 1.6rem;
    }

        ul.stripedList.OneColumn li span {
            margin-right: 20px;
        }

    .info > div {
        height: 101%;
    }

    .banking-banner:after {
        right: -370px;
        top: 12px;
        left: auto;
    }

    .banking-banner {
        overflow: hidden;
    }

    .nav-search-icon {
        color: #4997be;
    }

    .spot-icon {
        height: 20px;
        margin-top: -1rem;
        margin-right: -1.5rem;
    }

    .homepageSlider .NextArrow,
    .homepageSlider .PrevArrow,
    .calcslider .PrevArrow,
    .calcslider .NextArrow {
        bottom: 63px;
    }

    #featured {
        border-radius: 5px 5px 0 0;
    }

    .newsboxes div:nth-child(2) .rounded-0 {
        border-radius: 0 !important;
    }

    .newsboxes div:nth-child(3) .rounded-0 {
        border-radius: 0 0 0 5px !important;
    }

    .nav-menus-wrapper-close-button {
        color: #4997c4;
    }

    .navigation-portrait .nav-search-close-button {
        color: #4997c4;
    }

    .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;
    }

    .Related-articles h2:not(.post-title) {
        padding: 50px 0 0 0;
    }

    .counters {
        padding: 0;
        background: none;
        box-shadow: none;
        margin-top: 0;
    }

    .halfleft.col-bgr-cover::before,
    .halfright.col-bgr-cover::before {
        background: rgb(0 144 181 / 45%);
    }

    .footer-wrapper .bg-dark .column {
        border-left: none;
        border-right: none;
    }

    .nav-menu.nav-menu-social.footer {
        position: unset;
        top: 0px;
        transform: inherit;
    }

    .footer-wrapper .globalAddressTwoCol .container {
        padding-right: 15px;
        padding-left: 15px;
    }
	
	.services-section .col-xl-4, .services-section_end .col-xl-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	.services-section .card, .services-section_end .card {
		min-height: auto;
	}
/*NEW MORTGAGE PAGE 768px*/
    .element-container, .mort-calculator, .mort-type {
        grid-template-columns: repeat(1,1fr);
    }
    .mort-hero .no-vert-padding > .row .column.card-body {
        padding: 30px !important;
    }
	.mortgage-hero-banner .no-vert-padding > .row .column.card-body {
        order: 2;
		padding: 50px !important;
	}
	.mort-hero .no-vert-padding > .row .column.card-body {
        order: 2;
	}
/*END NEW MORTGAGE PAGE 768px*/
}

/* ---------------------------------------------------------------------------------------------------------------- 8.5 Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

    .announcementItem.item_1, .announcementItem.item_2, .announcementItem.item_3, .announcementItem.item_4 {
        flex: 1 0 50%;
        max-width: 47%;
        margin: 5px 5px !important;
    }   

    .services-section .card, .services-section_end .card {
        width: 90%;
        margin: 30px auto;
    }

    .banking-banner:after {
        display: none;
    }

    .homeSpotlight .card-text-wrapper {
        left: 0;
        top: 0;
        width: 100%;
        transform: translate(0, 0);
        padding-top: 0px;
    }

    .homeSpotlight .cardButtonList {
        bottom: 10px;
    }

    .landingPageBreakout {
        padding: 6rem 0 2rem;
    }

        .landingPageBreakout.banking-banner {
            padding: 3rem 0 2rem;
        }

        .landingPageBreakout.social-row div {
            margin-bottom: 1rem;
        }
	.loanspage-calc .calculator-widget {
		padding: 0;
	}
/*NEW MORTGAGE PAGE 576px*/
	.rep {
		grid-template-columns: repeat(2,3fr);
		padding: 20px 20px 12px;
	}
/*END NEW MORTGAGE PAGE 576px*/
}

@media (max-width: 360px) {
    .announcementItem.item_1, .announcementItem.item_2, .announcementItem.item_3, .announcementItem.item_4 {
        flex: 1 0 50%;
        max-width: 46%;
        margin: 5px 5px !important;
    }
}
