
/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------
*/

/* PROGRESS CU cuStyles.css  */

/*
--------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------

1.0 GENERAL
    1.1 NOTIFICATIONS

2.0 HEADER
    2.1 SEARCH BAR
    2.2 REMOVE X FROM SEARCH BAR
    2.3 SOCIAL MEDIA IN THE HEADER
    2.4 LOGIN BUTTONS
    2.5 BACK-TO-TOP BUTTON

3.0 CONTENT
    3.1 IMAGES SLIDER
    3.2 SPOTLIGHTS
    3.3 FANCY NUMBERED LIST
    3.4 NEWS SECTION
        3.4.1 NEWS ARTICLE SCROLL WIDGET
        3.4.2 NEWS FILTERS
        3.4.3 NEWS ARTICLE PAGE
        3.4.4 ARTICLE DATE
        3.4.5 ARTICLE SOCIAL SHARE
        3.4.6 ARTICLE TAGS
        3.4.7 NEWS MASONRY GRID
    3.5 COUNTERS
    3.6 SOCIAL MEDIA FEED SCROLL

4.0 CONTENT PAGES
    4.1 CONTENT PAGES HEADER
    4.2 SIDEBAR
    4.3 SIDEBAR - NEWS SLIDER
    4.4 CONTACT US PAGE
    4.5 CAREERS PAGE
    4.6 SERVICES MASONRY GRID
    4.7 TEAM MASONRY
    4.8 TESTIMONIALS
    4.9 CARDS
    4.10 FAQ FLIP CARDS
    4.11 DONUT CHART
    4.12 ANIMATED CHARTS
    4.13 IMAGE GALLERY
    4.14 GOOGLE MAPS
    4.15 404 ERROR PAGE
    4.16 SEARCH RESULT PAGE
    4.17 ACCORDION HELP FAQ
    4.18 UMBRACO FORMS
    4.19 DOWNLOAD LINK
    4.20 RELATED ARTICLES
    4.21 FIXED/STICKY SOCIAL MEDIA BAR
    4.22 STRIPED LIST
    4.23 ANNOUNCEMENTS

5.0 LOAN APP BOXES POP UP OPTION
    5.1 LOAN APP TABS OPTION
    5.2 FILP CARDS LOAN OPTION

6.0 FOOTER
    6.1 FOOTER GLOBAL ADDRESS
    6.2 FOOTER SOCIAL MEDIA
    6.3 FOOTER REGULATORY LINKS
    6.4 FOOTER PROGRESS LOGO

7.0 MISC
    7.1 SLIDER
    7.2 SLIDER ARROWS
    7.3 FANCY BOX GENERAL
    7.4 OFFICE AREA - Breakout Video
    7.5 OFFICE AREA - Pop Out Video
    7.6 CUSTOM GENERAL CLASSES

8.0 MEDIA QUERIES
    8.1 Extra Large devices (portrait phones, less than 1400px)
    8.2 Large devices (desktops, less than 1200px)
    8.3 Medium devices (tablets, less than 992px)
    8.4 Small devices (landscape phones, less than 768px)
    8.5 Extra small devices (portrait phones, less than 576px)

BOOTSTRAP BREAKPOINTS
.col-lg- > 1200px (container width 1170px)
.col-md- > 992px (container width 970px)
.col-sm- > 768px (container width 750px)
.col-xs- < 768px (container width 100%)

*/

/* ---------------------------------------------------------------------------------------------------------------- 1.0 GENERAL */


html {
}

body {
    color: #3B3C47;
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    font-size: clamp(.875rem, .625rem + 2vw, 1.125rem);
}

a {
    color: #da1410;
}

    a:hover {
        color: #ce110c;
    }
p a, p a:hover, .panel.jag-faq-wrapper .panel-body li a, .panel.jag-faq-wrapper .panel-body li a:hover {
    text-decoration: underline;
}
.btn, .button {
}

    .button:hover {
        color: white;
        background: #ce110c;
    }

    .button:focus {
    }

h1, h2, h3, h4, p.heading, button, .tabs, thead, nav#pagination, .apc.pod-windows .item .link, blockquote {
    font-family: "open-sans-condensed", sans-serif;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

h1 {
    font-weight: 600;
}

h2 {
    font-size: 1.425rem;
    font-size: clamp(.938rem, .938rem + 2vw, 1.425rem);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.heading h2::before, .heading.text-left h2::before, .Related-articles h2:not(.post-title, .articleTitle):before {
    content: '';
    position: absolute;
    width: 140px;
    height: 1px;
    background: #da1410;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.heading.text-white h2::before, .Related-articles h2:not(.post-title, .articleTitle):before {
    background: white;
}

.heading.text-left h2::before, .Related-articles h2:not(.post-title, .articleTitle):before {
    right: auto;
}

.heading.color-white h2:before {
    background:white;
}

h3 {
    font-size: clamp(1.063rem, .75rem + 2vw, 1.25rem);
}

h4 {
}

h5 {
}

h6, table th, footer .heading {
}

dl, ol, ul {
}

p, li, label {
    font-size: 1.125rem;
    font-size: clamp(.875rem, .625rem + 2vw, 1.125rem);
    line-height: 1.5;
}

p {
}

    p.caption {
    }

b, strong {
    font-weight: 600;
}

.container.content-page li {
}

blockquote {
    color: #106d9f;
    font-size: 1.125rem;
    font-style: normal;
}

    blockquote::before {
        background-color: #106d9f;
    }

    blockquote p {
    }

    blockquote cite {
    }

table {
}

.small, small {
}

.divCookiebotTab a, .divCookiebotTab a:hover {
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
}


/* ---------------------------------------------------------------------------------------------------------------- 1.1 NOTIFICATIONS */

.bn-breaking-news {
    display: none;
}

    .bn-breaking-news:hover {
    }

.bn-play::after {
}

.fancybox-content ul {
}

.fancybox-content li {
}

.fancybox-content {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 950px;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.0 HEADER */

/* top menu */
.top-menu-wrapper {
    line-height: 1.25rem;
    color: white;
    background: #414994;
    background: -moz-linear-gradient(top, #414994 0%, #2b3381 100%);
    background: -webkit-linear-gradient(top, #414994 0%,#2b3381 100%);
    background: linear-gradient(to bottom, #414994 0%,#2b3381 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414994', endColorstr='#2b3381',GradientType=0 );
}

/* MAIN NAVIGATION */

.navbar {
    padding: 0;
    height: 84px;
    background: #414994 !important;
    box-shadow: none;
}

.fixed-top {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .16) !important;
}

.navigation {
}

    .navigation.float {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
    }

.nav-toggle:before {
    background-color: #4997be;
    box-shadow: 0 0.38em 0 0 #4997be, 0 0.75em 0 0 #4997be;
}

.nav-header {
}

    .nav-header img {
    }

.nav-search-button {
    background-color: #cac9b5;
}


.nav-menu > li > a, .nav-menu:not(.nav-menu-social) > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item):hover > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).active > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).focus > a {
    color: #4997be;
    font-family: 'Open Sans', sans-serif;
    text-transform: initial;
    font-size: 1.125rem;
}

.nav-menu:not(.nav-menu-social, .nav-dropdown) > li a::before {
    background: #dee2e6;
}

.nav-menu:not(.nav-menu-social) > li:first-child a::before, .nav-menu:not(.nav-menu-social) > li:last-child a::before {
}

.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item):hover > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).active > a, .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item).focus > a {
    border-bottom-color: #4997be;
}

.navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item) > a {
}

    .navigation-landscape .nav-menu:not(.nav-menu-social) > li:not(.icon-item) > a::before {
        background: #dee2e6;
    }

.nav-menu > li {
}

.submenu-indicator {
}

.submenu-indicator-chevron {
    border-color: transparent #4997be #4997be transparent;
}

.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #4997be #4997be transparent;
}

.nav-search-button {
}

    .nav-search-button:hover {
        background-color: #4997be;
    }
    .nav-search-button:focus-visible {
        box-shadow: 0 0 0 2px var(--a11y-background), 0 0 0 4px var(--a11y-primary) !important;
        outline: none !important;
        border: 2px solid var(--a11y-primary);
        border-radius: 44px;
    }
        .nav-search-button:hover .nav-search-icon {
            color: #fff;
        }

.nav-dropdown > li > a {
    color: #4997be;
}

    .nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a, .nav-dropdown > li > a.active {
        background: #4997be;
    }

.nav-dropdown > li {
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.063rem;
    padding: 31px 0 24px;
}

.navbar-light .navbar-nav .dropdown-menu {
    margin-top: 4px;
}

.dropdown-toggle::after {
    bottom: -3px;
}

.navbar-nav.login-button .dropdown-toggle::after {
    right: 35px;
    top: 0;
}

.nav-menu.nav-divs.CallUsMobile {
    background-color: #da1410;
}

.dropdown-item {
    color: #3b3c47 !important;
    font-size: 1rem;
}

.navbar-nav.main-navigation {
    flex-grow: 2;
    padding-top: 0;
    justify-content: space-between;
    max-width: 1000px;
    margin-right: 0 !important;
    margin-left: auto;
}

    .navbar-nav.main-navigation li:hover {
        border-bottom: 3px solid #da1410;
    }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:active {
  background: rgba(0, 0, 0, .1);
}
    /* ---------------------------------------------------------------------------------------------------------------- 2.1 SEARCH BAR */

    .nav-search > form {
    border-radius: 0;
    background: #414994;
    width: calc(100% - 200px);
    right: 18px;
    top:25px;
    left: auto;
    height: 80px;
    color: white !important;
}

.fixed-top .nav-search > form {
    top:5px;
}

.nav-search-inner input[type="text"], .nav-search-inner input[type="search"] {
    height: 80px;
}

.nav-search-inner input[type="text"], .nav-search-inner input[type="search"], .nav-search-close-button {
    color: #ffffff;
}

.nav-search-close-button {right: 1px;}

.nav-search {
}

.nav-search-button {
    background-color: transparent;
    border: none;
    width: 30px;
}


    .nav-search-button:hover {
        background-color: transparent;
    }

        .nav-search-button:hover .nav-search-icon {
        }

/* ---------------------------------------------------------------------------------------------------------------- 2.2 REMOVE X FROM SEARCH BAR */

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
}

input[type=search]::-ms-reveal {
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
}

/* ---------------------------------------------------------------------------------------------------------------- 2.3 SOCIAL MEDIA IN THE HEADER */

.top-menu-socialLinks {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 2.4 LOGIN BUTTONS */

.loginButtons {
    /*background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
    */
}

    .loginButtons.icon.button1, .loginButtons.icon.button2 {
    }

    .loginButtons.buttons1 {
    }

    .loginButtons.buttons2 {
    }

.navigation-landscape .nav-menu > li.loginButtons > a {
}

.menuButtons {
}

.navigation-portraiten .loginButtons .buttonTitle {
    font-family: 'Open Sans', sans-serif;
}

.loginButtons:hover > a {
}

.nav-menu > li.loginButtons > a, .nav-menu > li.loginButtons > a:hover {
    font-family: 'Open Sans', sans-serif !important;
    font-size: clamp(.5rem, .5rem + 2vw, .75rem) !important;
}

.nav-menu > li.loginButtons .submenu-indicator-chevron {
}

.nav-menu > li.loginButtons .nav-dropdown {
    border-radius: 0 0 5px 5px;
    /*background: #e47d51;
    background: -moz-linear-gradient(left, #e45f58 0%, #e47d51 100%);
    background: -webkit-linear-gradient(left, #e45f58 0%,#e47d51 100%);
    background: linear-gradient(to right, #e45f58 0%,#e47d51 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45f58', endColorstr='#e47d51',GradientType=1 );
    */
}

    .nav-menu > li.loginButtons .nav-dropdown::before {
        border-top: 5px solid #e47d51 !important;
    }

    .nav-menu > li.loginButtons .nav-dropdown::after {
    }

.loginButtons.buttons1, .nav-menu > li.loginButtons.buttons1 .nav-dropdown {
    background-color: #4997be;
}

    .nav-menu > li.loginButtons.buttons1 .nav-dropdown::before {
        border-top-color: #e38250;
    }

.loginButtons.buttons2, .nav-menu > li.loginButtons.buttons2 .nav-dropdown {
    background-color: #e47d51;
}

    .nav-menu > li.loginButtons.buttons2 .nav-dropdown::before {
        border-top-color: #589bbd;
    }

.loginButtons.buttons3, .nav-menu > li.loginButtons.buttons3 .nav-dropdown {
    background-color: #063c59;
}

    .nav-menu > li.loginButtons.buttons3 .nav-dropdown::before {
        border-top-color: #063c59;
    }

.loginButtons.buttons1:not(.icon):hover, .loginButtons.buttons2:not(.icon):hover {
}

.nav-menu > li.loginButtons > a, .nav-menu > li.loginButtons > a:hover {
    font-family: 'Open Sans', sans-serif !important;
}

.loginButtons.icon {
}

.nav-menu > li.loginButtons .nav-dropdown li {
}

    .nav-menu > li.loginButtons .nav-dropdown li:first-child {
    }

    .nav-menu > li.loginButtons .nav-dropdown li:last-child a {
    }

    .nav-menu > li.loginButtons .nav-dropdown li:hover::before {
        border-top: 5px solid #e45f58;
    }

    .nav-menu > li.loginButtons .nav-dropdown li:last-child::before, .nav-menu > li.loginButtons .nav-dropdown li:last-child::after {
    }

.nav-menu > li.loginButtons > a::before {
}

.nav-menu > li.loginButtons .nav-dropdown li a {
}

    .nav-menu > li.loginButtons .nav-dropdown li a:hover {
    }

.navbar-nav.login-button .btn-group.show a {
    border-radius: 5px 5px 0 0;
}

.navbar-light .navbar-nav.login-button .dropdown-menu {
    margin-top: 0;
    background: #E47D51;
    border-radius: 0 0 5px 5px;
}

.navbar-nav.login-button .btn-group.show li a:hover {
    font-weight: 600;
}


.navbar-nav.login-button a.buttonStyle1, .navbar-nav.login-button a.buttonStyle2, .calc-button-wrapper .btn {
    background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
    font-weight: 400;
    font-size: .938rem;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .navbar-nav.login-button a.buttonStyle1:hover, .navbar-nav.login-button a.buttonStyle2: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, #E45F58 0%,#E47D51 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA9521', endColorstr='#DBB625',GradientType=0 );
        box-shadow: 0 5px 15px rgba(228, 83, 83, 0.5);
    }

/* ---------------------------------------------------------------------------------------------------------------- 2.5 BACK-TO-TOP BUTTON */
#BtnBackToTop {
    background-color: #da1410;
}

    #BtnBackToTop:after {
    }

    #BtnBackToTop:hover {
    }

/* ---------------------------------------------------------------------------------------------------------------- 3.0 CONTENT */

.container.bodyStart h1 {
    font-family: 'Open Sans', sans-serif;
}

    .spotlights-wrapper h2::before, h1#pageHeading::before, .container.bodyStart h1::before {
        display: none;
    }

.container.bodyStart .spotlights-wrapper h2, h1#pageHeading {
    font-family: 'Open Sans', sans-serif;
    border-bottom: 0;
    margin-bottom: 0;
    font-weight: 700 !important;
}

.container.bodyStart .news-top-story h2 {
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.container.bodyStart p {
    font-size: 1.125rem;
    font-size: clamp(.875rem, .625rem + 2vw, 1.125rem);
}

.container.content-page li, .container.news-page li, .articleContainer li {
}

.container.content-page.with-header, .container.content-page, .container.news-page, .article {
    max-width: 1715px !important;
    margin-top: 1.7rem !important;
    padding: 0 20px 1rem;
}

.container.services-page {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.1 IMAGES SLIDER */

.homepageSlider .NextArrow {
}

    .homepageSlider .NextArrow:before {
    }

.homepageSlider .PrevArrow {
}

    .homepageSlider .PrevArrow:before {
    }

    .homepageSlider .PrevArrow:hover, .homepageSlider .NextArrow:hover {
        /*transform: scale(1.063);
    */
    }

.homepageSlider .slick-dots li button:before {
}

.homepageSlider .slick-dots li.slick-active button:before {
}

.info-text {
}

.info {
}

    .info > div {
        border-radius: 5px;
        font-family: 'Open Sans';
        border-radius: 5px;
    }

        .info > div h3 {
            font-family: 'Open Sans', sans-serif;
            color: white;
            font-size: clamp(1rem, 1rem + 2vw, 2.125rem);
        }

            .info > div h3:before {
                background: #DA7070;
                display: none;
            }

.centerLeft > div {
}

.centerCenter > div {
}

.centerRight > div {
}

.sliderList {
}

    .sliderList li {
        color: #fff;
        font-family: "Open Sans",sans-serif;
        list-style: circle inside;
    }

.slidebutton {
}

.slick-dots li {
}

.Modern-sliderV2 {
}

    .Modern-sliderV2 .slick-slide {
        height: 75vh !important;
    }

.slide-video {
}

.homepageSlider .slick-dots {
}

.homepageSlider .NextArrow, .homepageSlider .PrevArrow {
}

.homepageSlider .slick-dots li.slick-active button::before, .homepageSlider .slick-dots li button::before {
}

.homepageSlider img {
}

    .homepageSlider img.lazyloaded {
    }

.homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
    margin-top: 0;
}

.blue-teal-horizontal {
    background: #106D9F;
    background: -moz-linear-gradient(left,#106D9F 50%,#19A2AB 100%);
    background: -webkit-linear-gradient(left,#106D9F 50%,#19A2AB 100%);
    background: linear-gradient(to right,#106D9F 50%,#19A2AB 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106D9F',endColorstr='#19A2AB',GradientType=1 );
}

.teal-blue-horizontal {
    background: #19A2AB;
    background: -moz-linear-gradient(left,#19A2AB 0,#106D9F 50%);
    background: -webkit-linear-gradient(left,#19A2AB 0,#106D9F 50%);
    background: linear-gradient(to right,#19A2AB 0,#106D9F 50%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19A2AB',endColorstr='#106D9F',GradientType=1 );
}

.splitPictureWrapper p {
    color: white;
}

.splitPictureWrapper .btn.solid-color {
    margin-top: 25px;
}

#homePageSlider .slick-dots {
    position: absolute;
    bottom: 100px;
    padding: 0 0 0 15px;
    width: 100%;
    max-width: 1255px;
    left: 0;
    margin: auto;
    right: 0;
    text-align: left;
}

.twoCurves .BannerText {
    max-width: 1295px;
    padding: 0 30px;
}

.splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left, .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-right, .splitPictureWrapper .twoCurves .BannerImages .curve, .splitPictureWrapper .twoCurves .BannerImages .secondcurve {
    min-height: 550px;
}

.BannerImages .curve {
    width: 182px;
}

.hero-banner-left .heroWrapper {
    color: white;
    padding-left: 9rem;
}

    .hero-banner-left .heroWrapper h2 {
        font-size: 1.625rem;
        font-size: clamp(.938rem, .938rem + 2vw, 1.625rem);
    }

/* ---------------------------------------------------------------------------------------------------------------- 3.2 SPOTLIGHTS */

.spotlights-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 100px rgba(0, 0, 0, .2);
    background: #ffffff;
    padding: 0 !important;
}

.spotlights {
}

.homepage-spotlights .spotlights {
    padding: 1.5rem 3rem !important;
}

.spotlights.spot3 {
    padding-bottom: .5rem !important;
}

.spotlight {
}

.spotlight-box {
    padding: 10px 0 20px !important;
}

.spotlights h2 {
    text-transform: initial;
    color: #da1410;
    font-size: 1.25rem;
    font-size: clamp(1rem, 1rem + 2vw, 1.25rem);
    line-height: 2rem;
}

.spot-icon {
    width: 70px;
}

.spotlights img {
    padding: 0;
    height: 62px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.spotlights .fa-stack {
}

.spotlights p {
    margin-bottom: 1.5rem;
}

.spot-icon-bgr {
}

    .spot-icon-bgr::before {
        background: rgb(247, 247, 245, .8);
        border-radius: 50%;
        box-shadow: 0 0 30px #e47d51 inset;
    }

.spotlights a, .button, .heroWrapper .button, 
.contactUsForm input[type="submit"], .umbraco-forms-navigation input[type="submit"], 
.btn.solid-color, .btn-primary, .downloads a, a.red, .divLoginButtonWrapper button,
 .login-status-wrapper button {
    min-width: 140px;
    max-width: 180px;
    border-radius: 50px;
    background: #da1410 !important;
    /* EASING*/
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    font-weight: 600;
    padding: 10px 15px;
    margin-top: 1rem;
    border: none;
    color: white;
    text-align: center;
    width: auto !important;
    margin-top: 0;
    display: inline-block;
    font-size: 1rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1rem);
}

.spotlights a, .btn.solid-color {
    display: block;
    max-width: 140px;
}

.spotlights::before {
    background: #cac9b5;
    opacity: .5;
}

.spotlights.spot1:before {
    display: none;
}

.spot-text.text-center {
    margin-top: 0;
}

.spotlight-box::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 75%;
    background: #d9e1e6;
    top: 0;
    bottom: 0;
    margin: auto;
}

.spotlight-box:last-child::after {
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.3 FANCY NUMBERED LIST */
.TopFeatures a, .TopFeatures a:hover {
    background: #eef0f5;
    /*float: left;
    clear: both;
    */
    color: #35455f;
}

    .TopFeatures a:hover .features-icon {
        background: #60d880;
    }

        .TopFeatures a:hover .features-icon:after {
            border-bottom: 10px solid #60d880;
            border-right: 5px solid #eef0f5;
            border-top: 10px solid #60d880;
        }

.features-icon {
    background: #c9ced7;
    color: white;
    font-family: "Oswald",sans-serif;
}

    .features-icon:after {
        border-bottom: 10px solid #c9ced7;
        border-right: 5px solid #eef0f5;
        border-top: 10px solid #c9ced7;
    }

.features-main {
}

.features-sub {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4 NEWS SECTION */

.container.news-page {
}

#featured {
    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 {
    font-size: .875rem;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: .375rem 1rem;
    border-radius: 50px;
    background: rgba(0, 0, 0, .45) !important;
}

.news-meta {
}

.category {
}

h2.post-title {
    font-family: 'Open Sans', sans-serif;
}

    h2.post-title:before {
        display: none;
    }

.carousel-indicators li {
}

.art-img img {
    border-radius: 5px;
}

.art-img .art-title {
}

.articleContainer {
    border-radius: 5px 5px 0 0;
}

.article {
    margin-top: 160px
}

.newsboxes h2 {
}

    .newsboxes h2:before {
    }

div.rounded-0 span.badge-primary, .newsboxes div.rounded-0 span.badge-primary {
    border-radius: 5px !important;
}

span.badge-primary:focus, span.badge-primary:hover {
}

.badge {
}

.b-0 {
}

.bg-shadow {
}

.carousel-item .bg-shadow {
}

.top-indicator {
}

.overflow {
}

.zoom img {
}

.zoom:hover img {
}

.news-item {
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    border-radius: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
}

    .news-item p {
        min-height: 70px;
    }

    .news-item a {
        color: #3B3C47;
    }

.globalAddressSlider .NextArrow, .footer-wrapper .globalAddressTwoCol .NextArrow, .NewsWidgetslider .NextArrow, .Related-articles .NextArrow, .NewsWidgetsliderDetailed .NextArrow, .NewsWidgetsliderDetailed4Across .NextArrow, .globalAddressSlider .PrevArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow, .NewsWidgetslider .PrevArrow, .Related-articles .PrevArrow, .NewsWidgetsliderDetailed .PrevArrow, .NewsWidgetsliderDetailed4Across .PrevArrow {
    border: none;
    width: 33px;
    height: 33px;
}

.NewsWidgetsliderDetailed .PrevArrow, .NewsWidgetsliderDetailed4Across .PrevArrow {
    right: 43px;
}

    .globalAddressSlider .NextArrow::before, .footer-wrapper .globalAddressTwoCol .NextArrow::before, .NewsWidgetslider .NextArrow::before, .Related-articles .NextArrow::before, .NewsWidgetsliderDetailed .NextArrow::before, .NewsWidgetsliderDetailed4Across .NextArrow::before, .globalAddressSlider .PrevArrow::before, .footer-wrapper .globalAddressTwoCol .PrevArrow::before, .NewsWidgetslider .PrevArrow::before, .Related-articles .PrevArrow::before, .NewsWidgetsliderDetailed .PrevArrow::before, .NewsWidgetsliderDetailed4Across .PrevArrow::before {
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        left: 0;
        line-height: 33px;
        font-size: 24px;
        font-weight: 400;
    }

.testimonals .btn-primary, .testimonals .btn-primary:hover, .testimonals .btn-primary:active, .testimonals .btn-primary:focus, .testimonals .btn-primary:not(:disabled):not(.disabled).active, .testimonals .btn-primary:not(:disabled):not(.disabled):active, .testimonals .show > .btn-primary.dropdown-toggle, .news-item .btn-primary, .news-item .btn-primary:hover, .news-item .btn-primary:active, .news-item .btn-primary:focus, .news-item .btn-primary:not(:disabled):not(.disabled).active, .news-item .btn-primary:not(:disabled):not(.disabled):active, .news-item .show > .btn-primary.dropdown-toggle, #NewsArticle .btn-primary, #NewsArticle .btn-primary:hover, #NewsArticle .btn-primary:active, #NewsArticle .btn-primary:focus, #NewsArticle .btn-primary:not(:disabled):not(.disabled).active, #NewsArticle .btn-primary:not(:disabled):not(.disabled):active, #NewsArticle .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    min-width: 130px !important;
    max-width: 130px !important;
    margin: 10px 0;
    font-weight: 600;
    background: #da1410 !important;
    text-align: center !important;
    border-radius: 50px;
    padding: 10px !important;
}

    .testimonals .btn-primary::after, .news-item .btn-primary::after, #NewsArticle .btn-primary::after {
        background: #fde7dd;
        color: #E47D51;
        display:none;
    }


.homepage-news .news-sidebar {
    margin-top: -15px;
}

/* ---------------------------------------------------------------------------------------------------------------- 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 {
    box-shadow: 0 3px 30px rgba(59, 60, 71, .1);
        border-radius: 0;
}

.article .container {
}

.article {
}

.news-page h1 {
    font-family: "Open Sans", sans-serif;
}

.text-article {
}

    .text-article a.backNews {
    }

.latest-news {
}


#articleDetailsMasonryBottom {
    border-top: 1px solid #caced5;
    color: #35455f;
    font-family: 'Lato';
}

.art-img {
}

    .art-img img {
    }

    .art-img .art-title {
        background: rgba(88,157,191,.93);
        border-radius: 0 5px 0 5px;
    }

    .art-img.noImage .art-title {
    }

.art-title h1 {
    font-size: 34px;
    font-size: clamp(1.875rem, 1.5rem + 2vw, 2.125rem);
}

.art-text {
}

.articleContainer {
}

.article {
}

.text-detail {
}

.newsboxes h2 {
}

    .newsboxes h2:before {
    }

.author {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.4 ARTICLE DATE */

.day {
}

.month-year {
}

.month {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.5 ARTICLE SOCIAL SHARE */


/* ---------------------------------------------------------------------------------------------------------------- 3.4.6 ARTICLE TAGS */

.tags {
}

/* ---------------------------------------------------------------------------------------------------------------- 3.4.7 NEWS MASONRY GRID */

.grid {
}

.grid-sizer {
}

.Newsgrid__item {
}

.NewsArticles.are-images-unloaded {
}

.Newsgrid__item, .Newsgrid__col-sizer {
}

.Newsgrid__gutter-sizer {
    width:1.5%;
}

.Newsgrid__item--width2 {
    /* margin:1%*/
}
/* hide by default */
.Newsgrid.are-images-unloaded .image-grid__item {
}

.Newsgrid__item {
}

#NewsDetailsMasonry {
}

    #NewsDetailsMasonry p {
        color: #35455f;
    }

#NewsDetailsMasonryBottom {
}

.Newsgrid__item img {
}

    .Newsgrid__item img.lazyloaded {
    }

#articleGrid {
}

.grid-item {
}

    .grid-item:hover {
    }

#articleDetailsMasonry {
}

    #articleDetailsMasonry p {
        color: #35455f;
    }

.post-preview .post-title {
    font-size: 1.25rem;
}

.imageRight .heroWrapper {
    color: white;
}

    .imageRight .heroWrapper h3 {
        margin: 1.5rem 0;
    }

.card-desc a {
    color: #3B3C47;
}

.newsFiltersbar.container {
    max-width: 100% !important;
    padding: .75rem 0;
    box-shadow: none;
    background: #da1410;
    background: -moz-linear-gradient(left, #da1410 0%, #414994 50%);
    background: -webkit-linear-gradient(left, #da1410 0%,#414994 50%);
    background: linear-gradient(to right, #da1410 0%,#414994 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 );
}

/* ---------------------------------------------------------------------------------------------------------------- 3.5 COUNTERS */
.banner {
    border-bottom: 2px solid #106d9f;
    border-radius: 10px 10px 0 0;
}

.downpointer {
    background: #106d9f;
}

.banner-wrap::after {
}

.banner .counter {
}

.banner .currency {
}

.banner-subtitem {
}

.banner .banner-content {
    background-color: transparent !important;
}

.banner .banner-icon {
    border-radius: 10px 10px 0 0;
}

.banner-icon .icon-wrap {
}

.banner .banner-icon .icon-wrap {
    bottom: 125px;
    background: #106d9f;
}

    .banner .banner-icon .icon-wrap i {
    }

        .banner .banner-icon .icon-wrap i.fa-3x {
        }

.banner h4 {
    margin: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- 3.6 SOCIAL MEDIA FEED SCROLL */

.twitter-feed {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.0 CONTENT PAGES */


#submenu h2, .news-sidebar h2 {
}

a h2.articleTitle {
}

.col-bgr-cover {
}

.halfleft.col-bgr-cover:before, .halfright.col-bgr-cover:before {
}

.halfright.col-bgr-cover:before {
    left: 0;
    right: auto;
}

.container.content-page {
    /* margin-top: 40px;
    padding: 0;
    */
}

.container.content-page-inner {
}

.container.news-page {

}

.container.services-page {
}

.container.content-page h1 {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.1 CONTENT PAGES HEADER */

.spHeader {
    background-color: rgba(6, 60, 89, .2);
    display: none;
}

.spWithImageHeadingText h2, .twoCurves .BannerText h2 {
    font-weight: 700;
    font-size: 2.25rem;
    font-size: clamp(1.75rem, 1rem + 2vw, 2.25rem);
}

.spWithImageHeadingText h3 {
    font-size: 1.063rem;
    font-size: clamp(.75rem, .5rem + 2vw, 1.063rem);
}

.spWithImageHeadingText .button {
    margin-top: 10px !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.2 SIDEBAR */

.news-sidebar {
}

#submenu {
    margin-top: 28px;
}

    #submenu h2, .news-sidebar h2 {
        color: #063c59;
    }

    #submenu ul {
        border-top: 1px solid #f1f1f1;
    }

    #submenu li {
    }

    #submenu a {
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #f1f1f1;
        font-weight: 700;
        font-size: .938rem;
        font-size: clamp(.5rem, .5rem + 2vw, .938rem);
    }

        #submenu a:before {
            display: none !important;
        }

        #submenu a:hover {
            background-color: #f1f1f1;
        }

    #submenu li.active a {
        color: #213b4a;
        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: #063c59;
}

    .NewsWidgetslider .PrevArrow:hover, .NewsWidgetslider .NextArrow:hover, .globalAddressSlider .PrevArrow:hover, .globalAddressSlider .NextArrow:hover, .NewsWidgetslider .PrevArrow:hover, .NewsWidgetslider .NextArrow:hover {
        color: #e47d51
    }

.NewsWidgetslider .PrevArrow, .NewsWidgetslider .NextArrow {
    border: 1px solid rgba(43, 68, 79, .2);
}

#NewsArticles {
    margin-left: 0px;
}

.NewsWidgetsliderDetailed4Across .articleDate, .articleType2.articleDate {
    font-size: 1.125rem;
    font-size: clamp(.875rem, .625rem + 2vw, 1rem);
    color: #3B3C47;
    margin-left: 0 !important;
    margin-bottom: 3px;
    display: block;
}

a h2.articleTitle {
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.425rem;
    font-size: clamp(1.125rem, .938rem + 2vw, 1.425rem);
    line-height: 1.75rem;
    margin-top: 0;
    min-height: 65px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

    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: 10px;
}

.contact-img {
}

.umbraco-form-block {
    border-radius: 0 10px 10px 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: #dfdfdf;
    font-size: 2.5rem;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

#servicesItem .fa-3x {
}

.fa-stack.fa-3x::after {
}

#servicesItem .fa-square {
}

#servicesItem .fa-stack {
    width: 100%;
}

#servicesItem:hover .servicesIcon {
    color: #106d9f;
}

#servicesItem p {
    font-size: .938rem;
    font-size: clamp(.5rem, .5rem + 2vw, .938rem);
    opacity: 1;
}

.services-page > .row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    margin: 0;
}

.services-page .col-sm-4 {
    max-width: 100%;
}

#servicesItem {
    border-radius: 10px;
    padding: 0;
    background: #f1f1f1;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

    #servicesItem:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,.4);
        transform: scale(1.05);
        z-index: 2;
        background: #fff;
    }

.servicesPadding {
    display: flex;
    text-align: left;
    color: #213b4a;
    min-height: unset;
    margin-bottom: 0;
    box-shadow: none;
    min-height: 200px;
    padding: 20px 20px 20px 0;
}

#servicesItem .fa-stack {
    width: 150px;
}

#servicesDetailsMasonry {
    width: 100%;
}

.services-listing {
    padding: 4rem 0;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.7 TEAM MASONRY */

.stamp {
}

.staff-wrapper {
    background: #d2d2d2;
}

    .staff-wrapper:hover {
    }

.staff-details {
    background: #35455f;
}

    .staff-details:before {
        background: #35455f;
    }

    .staff-details, .staff-details::before {
        background: #b9b9b9;
    }

        .staff-details h4 {
            font-size: 1rem;
            font-family: 'Open Sans';
            text-transform: capitalize;
            margin-top: 19px;
        }

        .staff-details p {
        }

.staff-wrapper .img-fluid {
}

.staff-wrapper:hover .img-fluid {
}

.staff-wrapper:hover .staff-details, .staff-wrapper:hover .staff-details::before {
    background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
}

div#ourStaff {
}

#staffMember {
    /*max-width: 244px;*/
}

/* ---------------------------------------------------------------------------------------------------------------- 4.8 TESTIMONIALS */

.bodyStart #Testimonials .container {
    background-color: #eef0f5;
}

.content-page #Testimonials .container {
    background-color: #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: 'Open Sans', 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: 'Open Sans', sans-serif;
    color: #4997be;
}

/* testimonial half */

.testimonials .container {
    max-width: 100% !important;
    padding: 0;
}

.testimonials .row {
    margin-left: 0;
    margin-right: 0;
}

.testimonals .curve {
    min-height: 450px;
}

.testimonals .BannerImages .curve {
    width: 154px;
}

.testimonals .col-bgr-cover-right, .testimonals .col-bgr-cover-left {
    min-height: 450px;
}

.testimonals .BannerText {
    max-width: 1350px;
}

.testimonalInnerWrapper a {
    display: block !important;
    margin-top: 20px !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.9 CARDS */
.card {
    background: #f1f1f1;
    border-radius: 0;
}


.card-body {
}

.card-top .card-body {
}

.card-left img, .card-right img {
}

.card-background .card-img-overlay {
    background: rgba(73, 151, 190, .7);
    color: white;
}

    .card-background .card-img-overlay::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        margin: auto;
        border: 1px solid rgba(255, 255, 255, .3);
        display: none;
    }

.card-background .card {
}

.card-text-wrapper {
}

.card-background img {
}

.card-left img, .card-right img {
}

.card-title {
    font-size: 1.25rem !important;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.10 FAQ FLIP CARDS */

.jag-faq-theme9 .jag-flip-faq-wraper .front, .jag-faq-theme9 .jag-flip-faq-wraper .back {
    border-radius: 5px !important;
}

.jag-faq-theme9 .jag-flip-faq-wraper .back {
    background: #cac9b5;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.11 DONUT CHART */

.circular-chart {
}

.linkfeat {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.12 ANIMATED CHARTS */

.donutChart {
}

.greyGradient h2 {
}

.greyGradient h3 {
}

.circular-chart {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.13 IMAGE GALLERY */

.gallery {
}

.container {
}

#gallerythumbnail, #galleryPreview {
}

.col-md-6 .gallery-item .container:hover .overlay, .col-md-6 .gallery-item:hover .overlay {
    background: rgba(238, 41, 36, .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 {
}

.gallery-item .icon .fa-plus::before {
  content: "\2b";
}

/* ---------------------------------------------------------------------------------------------------------------- 4.14 GOOGLE MAPS */

#map {
    border-radius: 10px;
}

div#containerDirections {
    background: #063c59;
}

#directionsButton span.btn {
    font-family: 'Open Sans', sans-serif;
}

.google-map {
}

.googleMapsInfoWindow {
    font-family: "Open Sans",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, #bottomrow {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

    #toprow a {
        color: #da1410;
    }
    #toprow a:hover {
        color: #ce110c;
    }


    #toprow .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #toprow .col-md-7, #toprow .col-md-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }


#address {
}

div#details strong {
}

span.alttel a, span.altfax a {
}

.address-label.open-title {
}

#directionsButton {
    padding-left: 15px;
}

#bottomrow {
    background: #f2f2f2;
}

div#bottomrow p {
    margin-top: 0;
}

#directionsButton span.btn {
    background: #da1410;
    border-radius: 50px;
}

    #directionsButton span.btn:hover {
        background: #ce110c;
    }

i.fas.fa-directions {
}

i.fa-map-marker-alt {
}

div#coords {
}

@-webkit-keyframes slide {
}

div#containerDirections {
    background: #063c59;
}

.adp, .adp table, #googleMapsDiv {
}

.adp-substep .adp-stepicon .adp-maneuver {
}

.adp-step, .adp-substep {
}

.adp-placemark {
}

table.adp-placemark td:first-child {
}

.adp-details, .adp-legal {
}

div#googleMapsDiv h3 {
}

div#googleMapsDiv a {
}

img#hideDirections {
}

    img#hideDirections:hover {
    }

#mapid {
    border-radius: 0;
    margin-bottom: 6rem;
    border-radius: 0;
}

.info > div.mapLegend {
    color: white !important;
    background: #414994;
    padding: 5px 10px !important;
    font-size: 1rem;
    max-width: 134px;
    border-radius: 0;
    margin-top: 30px;
    margin-right: 30px;
    width: 100%;
    font-family: "open-sans-condensed", sans-serif;
}

.leaflet-popup-content-wrapper {
    border-radius: 0 !important;
}

.leaflet-popup-content {
    margin: 15px !important;
}
    /* ---------------------------------------------------------------------------------------------------------------- 4.15 404 ERROR PAGE */

    .error-wrapper {
}

.error-page {
    border-radius: 10px;
}

    .error-page h2 {
    }

    .error-page li {
    }

        .error-page li a {
        }

.error-wrapper h1 {
    display: none;
}

.error-bgr {
    max-width: 100%;
    display: flex;
}

    .error-bgr img {
        margin: auto;
    }

.error-page ul {
}

.error-page .col-md-4.column {
    display: flex;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.16 SEARCH RESULT PAGE */

.top-color {
    margin-top: 4rem;
}

.search-panel {
    background: #da1410;
        border-radius: 0;
}

.searchresults p {
}

.searchresults ul {
}

.searchresults li {
    border-top: 1px solid #e3e6ea;
}

    .searchresults li h3 {
    }

    .searchresults li p {
        font-size: 1.125rem;
    }

.search-panel .form-control {
    color: #3b3c47;
    background: white;
    border-radius: 0;
    font-size: 1.125rem;
}

    .search-panel .form-control:focus {
        background-color: #fff;
        border-color: #35455f;
    }

.search-icon {
    color: #414994;
}

    .search-icon::after, .search-icon::before {
    }

    .search-icon:before {
    }

.search-panel .btn {
    top: 53px;
}

.search-panel .btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle):hover, .search-panel .btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle):focus {
  background: none !important;
}

    .search-panel .btn:focus {
    }

.navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
}

.searchresults {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.17 ACCORDION HELP FAQ */

.panel.jag-faq-wrapper {
    border-left: none;
    box-shadow: none;
    background: #414994;
    background: -moz-linear-gradient(left, #414994 0%, #da1410 100%);
    background: -webkit-linear-gradient(left, #414994 0%,#da1410 100%);
    background: linear-gradient(to right, #414994 0%,#da1410 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414994', endColorstr='#da1410',GradientType=1 );
    padding-bottom: 1px;
    margin: 0;
}

    .panel.jag-faq-wrapper:hover {
    }

.jag-faq-title {
}

    .jag-faq-title:hover {
    }

.panel.jag-faq-wrapper .panel-body {
}

.jag-faq-icon-2.fa {
}

    .jag-faq-icon-2.fa::before {
        color: #e47d51;
    }

/* ---------------------------------------------------------------------------------------------------------------- 4.18 UMBRACO FORMS */

.umbraco-forms-container label {
}

.umbraco-forms-container input[type="text"], .umbraco-forms-container select, .umbraco-forms-container textarea {
    color: #3b3c47;
    background-color: #ffffff;
    height: 42px;
    border: 1px solid #e1e1e1;
}

.umbraco-forms-container textarea {
    height: 100%;
}

option {
}

.umbraco-forms-container select:active, .umbraco-forms-container select:focus {
}

.form-control {
}

    .form-control label {
    }

.umbraco-forms-container label.sr-only {
    font-size: .813rem;
}

.declaration > label, .checkbox > label, .captcha1 label {
}

.dataconsent label {
}

.dataconsent > label {
}

select {
}

    select::-ms-expand {
    }

.datepickerfield {
}

textarea {
    /*padding: 5px !important;
    background: #e47d51 !important;
    border-bottom: none !important;
    */
}

fieldset {
}

.fileupload input {
    background: rgba(228, 130, 80, .2);
    color: #e47d51;
}

.password input {
    border-radius: 0;
    color: #1a2939;
    background: rgba(228, 130, 80, .2);
}

.checkboxlist {
}

    .checkboxlist input {
    }

    .checkboxlist label, .form-control label {
    }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    color: #3b3c47;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle, .bootstrap-select > .dropdown-toggle {
    color: #213b4a;
    background-color: #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 {
}

    .dropdown-menu li {
    }

.dropdown-item.active, .dropdown-item.active:hover, .dropdown-item:active, .dropdown-item:active:hover {
    color: #213b4a;
    background: #f1f1f1;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #f1f1f1;
    color: #3B3C47;
}

.bootstrap-select .dropdown-menu li {
    color: #213b4a;
}

.bootstrap-select > .dropdown-toggle:after {
    color: #213b4a;
    right: 2rem;
    font-size: 18px;
    font-weight: 400;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-text-fill-color: #1a2939 !important;
}

.umbraco-forms-container input[type=text]:focus, .umbraco-forms-container select:focus, .umbraco-forms-container textarea.form-control:focus {
}

.umbraco-forms-container div.form-group.umbraco-forms-field.comment.longanswer.mandatory > label {
}

.dataconsent .umbraco-forms-field-wrapper {
    padding: 10px 0 10px;
}

.field-validation-error {
    color: #dd5858;
    font-size: .813rem;
    align-self: flex-start;
}

.dataconsent .field-validation-error {
}

input.input-validation-error, textarea.input-validation-error {
}

textarea::placeholder {
}

input[type="checkbox"], input[type="radio"] {
}

.umbraco-forms-submitmessage {
}

#displayForm.fancybox-content {
}

.PopupFormWrapper,
#PopupFormWrapper {
}

#PopupForm {
}

.submitmessageWrapper {
}

.umbraco-forms-submitmessage {
}

.submitmessageWrapper {
}

.umbraco-forms-submitmessage {
}

/*FIX FOR DATE OF BIRTH FIELD*/

input[type="text"].dobInput {
    background: transparent;
    margin-top: -3px;
    font-size: 0;
}

.row.dob {
    margin-top: -39px;
}

textarea::placeholder {
    opacity: .5 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: .5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: .5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    opacity: .5;
}

.row.dob {
    margin: -39px -7px 0;
    padding: 7px;
}

    .row.dob .col-3 {
        padding: 0;
    }

    .row.dob .col-6 {
        padding: 0 7px;
    }
/* ---------------------------------------------------------------------------------------------------------------- 4.19 DOWNLOAD LINK */
.download {
    margin-top: 25px;
}

.download a {
    border: 1px solid #e1e1e1;
    font-size: 1.125rem;
    font-size: clamp(.5rem, .5rem + 2vw, 1.125rem);
}

    .download a::after {
    }

    .download .fa-stack-2x {
        color: #414994;
        height: 35px;
        font-size: 1.75em;
    }

.download a:hover {
    border-color: #da1410;
    color: #da1410;
}

.fa-file-download::before {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.20 RELATED ARTICLES */

.Related-articles h2:not(.post-title, .articleTitle) {
    padding: 0 !important;
    color: white;
    text-transform: uppercase;
    font-size: 1.25rem;
    text-align: left;
}

.Related-articles #NewsDetailsMasonryBottom {
}

.Related-articles .slick-track {
}

.Related-articles .slick-slide {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.21 FIXED/STICKY SOCIAL MEDIA BAR */

.icon-bar {
}

    .icon-bar a {
    }

        .icon-bar a:hover {
            background-color: #e47d51;
        }

.facebook {
}

.twitter {
}

.google {
}

.linkedin {
}

.instagram {
}

.youtube {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.22 STRIPED LIST */

ul.stripedList.OneColumn {
    padding: 7px 0 0 15px;
    margin-bottom: 0;
}

    ul.stripedList.OneColumn li {
        padding: 1rem 1rem 1rem 0;
        font-size: 1.125rem;
        position: relative;
        font-weight: 500;
        line-height: 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;
        }

/* ---------------------------------------------------------------------------------------------------------------- 4.23 ANNOUNCEMENTS */

.row.announcementRow {
}

.announcement-wrapper {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
    background: #ffffff;
}

.announcementItem .row {
    flex-direction: row-reverse;
}

.item_1 a, .item_2 a, .item_3 a {
    border-radius: 5px;
    background: #4997be;
}

.item_4 a, .item_5 a, .item_6 a {
    border-radius: 5px;
    background: #4997be;
}

.announcementItem .row .fa-stack {
}

    .announcementItem .row .fa-stack.fa-3x::after {
        display: none;
    }

.announcementHeading {
}

.announcementRow h3 {
    text-transform: uppercase;
}

.announcement-image {
}


/* ---------------------------------------------------------------------------------------------------------------- 4.24 LARGE LOAN CALCULATOR */


.CalculatorLargeWrapper {
    background: #063c59;
    max-width: 1368px;
    margin: auto;
}

.calcResultWrapper p, .calcInputsInfo, .RepaymentsHeadingSub {
    font-size: 20px !important;
}

.CalculatorLargeWrapper .btn.dropdown-toggle.btn-light, .CalculatorLargeWrapper .btn-light:not(:disabled):not(.disabled).active, .CalculatorLargeWrapper .btn-light:not(:disabled):not(.disabled):active,
.CalculatorLargeWrapper .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .CalculatorLargeWrapper .bootstrap-select .dropdown-toggle:focus {
    margin-top: -1px;
}

.CalculatorLargeWrapper .filter-option-inner-inner {
    color: #f59141;
}


.CalculatorLargeWrapper .bootstrap-select .dropdown-menu {
}

    .CalculatorLargeWrapper .bootstrap-select .dropdown-menu li {
        color: #e5b53a;
    }

.CalculatorLargeWrapper .dropdown-item {
    color: #2c68b1;
}


.dropdown-item.active, .dropdown-item.active:hover, .dropdown-item:active, .dropdown-item:active:hover {
}

.loanParagraph {
}

.calcAprWrapper {
}

.calcsmallheading {
}

.RepaymentsHeadingSub {
}


.increment, .decrement, .incrementTerm, .decrementTerm, .calcSmallButton {
    background: #034a76;
}

    .increment i, .incrementTerm i, .decrement i, .decrementTerm i {
    }


.calcButtonsWrapper .button {
}


.form-horizontal {
}

    .form-horizontal > .row {
    }

.calcResultWrapper, .ui-slider-horizontal {
    background: #4997be;
}

.calcResultWrapper {
    padding: 3.5rem 1.5rem;
}

.calcButtonsWrapper {
}

.termsAndConditions {
    padding-right: 1rem;
}

    .termsAndConditions::before {
    }


.calcResultWrapper::before, .calcAprWrapper::before {
    background: #4997be;
}

.calcResultWrapper::after, .calcAprWrapper::after, .CalculatorLargeDropDown::after, .CalculatorLargeDropDown .btn > div::after {
    background: #063c59;
}

.CalculatorLargeDropDown::before, .CalculatorLargeDropDown .btn > div::before {
    background: #fff;
}

.CalculatorLargeDropDown::before, .CalculatorLargeDropDown::after {
    top: -1px;
}


.calcHeading {
}

.calcResultsInfo {
}

.ui-slider-horizontal {
}

    .ui-slider-horizontal .ui-slider-handle {
        background: #f59141;
    }

    .ui-slider-horizontal.green .ui-slider-handle {
        background: #afe32c;
    }

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    background: #f56b41;
    background: -moz-linear-gradient(left, #f56b41 0%, #f59141 100%);
    background: -webkit-linear-gradient(left, #f56b41 0%,#f59141 100%);
    background: linear-gradient(to right, #f56b41 0%,#f59141 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b41', endColorstr='#f59141',GradientType=1 );
}


.calcInputsInfo {
}

/* ---------------------------------------------------------------------------------------------------------------- 4.26 INPUT LOAN CALCULATOR */

.CalculatorInputWrapper {
    max-width: 950px;
}

    .CalculatorInputWrapper .number-input {
    }

        .CalculatorInputWrapper .number-input input[type="number"] {
        }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
}

.calc-right-group {
}

.calc-left-group {
}

    .calc-left-group .bootstrap-select > .dropdown-toggle {
    }

    .calc-left-group .dropdown-menu {
    }

        .calc-left-group .dropdown-menu li a {
        }

.number-input {
}

    .number-input, .number-input * {
    }

        .number-input button {
            background-color: #d9ebf4 !important;
            box-shadow: none;
        }

            .number-input button:hover {
                background-color: #bfddec !important;
            }

            .number-input button.minus {
            }

            .number-input button.plus {
            }

            .number-input button:after {
            }

            .number-input button.plus:after {
            }

.CalculatorInputWrapper .number-input input[type=number] {
    border: none;
    border-left: 50px solid #106d9f;
    background: #d9ebf4;
    text-align: left;
    color: #106d9f;
    font-size: 1.125rem;
}

.calcInputWrapper {
}

    .calcInputWrapper img {
    }

.form-group, .number-input, .amount-input-group, .term-input-group {
}

#CalculatorInputWrapper label, .RepaymentsLabel, .MaxAmounts {
}

.calctooltip {
}

    .calctooltip i::before {
        color: #106d9f;
    }

.MaxAmounts {
}

.maxSetting {
    color: #106d9f;
}

.thin-text {
}

.amount-input-group {
}

#RequiredLoanAmt, RequiredTerm {
}

    #RequiredLoanAmt:focus, #RequiredTerm:focus {
    }

.txtWithImageCurrency::before {
}

#RequiredTermInMonthsYears {
}

.number-input {
}

.RepaymentsLabel {
}

.calcInputTermsAndConditions {
    border: none;
}

.panel.with-nav-tabs.panel-default.col-12.noPadding {
    background: #106d9f;
}

.flex-row-container {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

    .flex-row-container > .flex-row-item {
    }

.flex-row-item {
    background: #d9ebf4;
}

.calcInputTab {
    color: #106d9f !important;
}

.calc-right-group > .container {
}

.calc-right-group .nav-tabs li.active {
    background: #106d9f;
}

    .calc-right-group .nav-tabs li.active a {
        color: white !important;
    }

.calc-right-group .nav-tabs {
}

.calc-right-group .panel.with-nav-tabs .panel-heading {
}

.RepaymentNumber {
}

.currencySymbolMain {
}

.mainRepayment {
}

.calcNumbers {
}

.calcInput-subHeading {
}

.subHeadingText {
}

.calcNumbers .col-4 {
}

    .calcNumbers .col-4::after {
    }

    .calcNumbers .col-4:last-child::after {
    }

.calc-button-wrapper {
    padding: 10px 0;
}

    .calc-button-wrapper .btn {
        padding: 10px 15px 12px;
    }

        .calc-button-wrapper .btn:hover, .calc-button-wrapper .btn:focus {
        }

/*** input loan calculator - error ***/

.Error {
}

/*** input loan calculator - tool tip ***/

.calctooltip {
}

    /* tooltip text */

    .calctooltip .calctooltiptext {
        background-color: #106d9f;
    }

    /* show the tooltip text when you mouse over the tooltip container */

    .calctooltip:hover .calctooltiptext {
    }
/* Inout Calculator Small */

.loan-calculator-wrapper.small-calc .form-group label {
    margin-top: 7px;
}

.loan-calculator-wrapper.small-calc #selectedLoan {
    padding: 14px 12px;
    background: #d9ebf4;
    font-weight: 700;
    color: #106d9f;
}

input [type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 1px solid #ddd;
    display: inline-flex;
}

    .number-input,
    .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            min-width: 3rem;
            cursor: pointer;
            margin: 0;
            position: relative;
        }

            .number-input button:after {
                display: inline-block;
                position: absolute;
                font-family: "Font Awesome 6 Pro";
                font-weight: 400;
                content: '\f068';
                transform: translate(-50%, -50%) rotate(180deg);
            }

            .number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(0deg);
                content: '\f067';
            }

        .number-input input[type=number] {
            font-family: sans-serif;
            /*max-width: 5rem;*/
            padding: .5rem;
            border: solid #ddd;
            border-width: 0 2px;
            font-size: 2rem;
            height: 3rem;
            font-weight: bold;
            text-align: center;
        }

/* ---------------------------------------------------------------------------------------------------------------- 4.25 SMALL LOAN CALCULATOR */


#CalculatorSmallWrapper {
    background: #063c59;
}

.calcSmallAprWrapper {
}

.calcSmallLoanName > div, .calcSmallLoanApr > div {
}

.calcSmallLoanName, .calcSmallLoanApr {
    background: #4997be;
}

.calcSmallLoanApr {
}

.calcSmallResults {
}

.calcSmallButton .button {
    display: block;
}

.form-horizontal > div > div {
}

.increment, .decrement, .incrementTerm, .decrementTerm, .calcSmallButton {
    background: #253d48;
}

    .increment i, .incrementTerm i, .decrement i, .decrementTerm i {
    }

.calcSmallButton {
}

.calcSmallResults, .calcSmallButtonWrapper {
    background: #4997be;
}


.calcHeading {
}

.calcResultsInfo {
}




.ui-slider {
}

.ui-slider-horizontal {
    background: #acacae;
}

    .ui-slider-horizontal .ui-slider-handle {
        background: #e45f58;
    }

.ui-slider-handle.ui-corner-all.ui-state-default:hover {
    filter: brightness(1.125);
    /* EASING*/
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

.ui-slider-horizontal.green .ui-slider-handle {
    background: #afe32c;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    background: #e47d51;
    background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
    background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
}


/* ---------------------------------------------------------------------------------------------------------------- 4.26 ICON LOAN CALCULATOR */

.calcIconResults .nav-tabs .nav-link:focus, .calcIconResults .nav-tabs .nav-link:hover {
    background: #4997be !important;
    color: white;
}

.calcIconResults .nav-fill .nav-item.active {
    background: #4997be !important;
    color: white;
    border-color: #4997be !important;
}

.calcIconResults .nav-fill .nav-item.active {
    border-color: #4997be;
}

.calcIconResults .nav-fill .nav-item {
    color: #4997be;
}

.nav-tabs .nav-link.active::before, .nav-tabs .nav-link.active::after {
    background: #e47a52 !important;
    display: none;
}

/* ---------------------------------------------------------------------------------------------------------------- 4.27 RTE */
/*umb_name:LightBlueButton*/
.LightBlueButton {
    background-color: #2c68b1;
}

/*umb_name:DarkBlueButton*/
.DarkBlueButton {
    background-color: #1f497c;
}

/*umb_name:YellowButton*/
.buttonYellow {
    background-color: #e5b53a !important;
}

/*umb_name:WhiteText*/
.WhiteText {
    color: white;
}

/*umb_name:smalltext*/
.smalltext {
    color: #3f4e5f;
}

    .smalltext:before {
        background: #3f4e5f;
    }


/*umb_name:h2White*/
.H2.White {
}

/*umb_name:twoColumnText*/
.twoColumnText {
}


/* ---------------------------------------------------------------------------------------------------------------- 5.0 LOAN APP BOXES POP UP OPTION */

.loanbox-icon img {
}

.loan-app-boxes .col-md-4 > div {
    background: #f1f1f1;
}

.loan-app-boxes .col-md-4 .button {
}

.loan-app-boxes i {
}

.loan-app-boxes li {
}

.loan-app-boxes h2 {
    font-family: 'Open Sans';
}

.popUpOptionWrapper > div:nth-child(even), .register {
}

/* ---------------------------------------------------------------------------------------------------------------- 5.1 LOAN APP TABS OPTION */

.nav-tabs {
}

    .nav-tabs i {
    }

.nav-fill .nav-item {
    background: #f1f1f1;
    border: none;
    border-radius: 10px;
    margin: 0 8px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
    border-color: white;
    background: #ffffff;
    color: #213b4a;
    box-shadow: 0 5px 20px rgba(0,0,0,.4);
    transform: scale(1.05);
}



.nav-tabs .nav-link.active {
}

    .nav-tabs .nav-link.active::before {
        background: #ca4907;
    }

    .nav-tabs .nav-link.active::after {
        background: #f9f9f9;
    }

    .nav-tabs .nav-link.active i.fa-check-circle {
        color: #3cb371;
    }

    .nav-tabs .nav-link.active i.fa-times-circle {
        color: #cd5c5c;
    }

.FlipListOption {
    background: lightyellow;
    border-radius: 10px;
}

.LoanBoxesFormWrapper {
    background: #f1f1f1;
    padding: 2rem;
    border-radius: 10px;
}

/* ---------------------------------------------------------------------------------------------------------------- 5.2 FILP CARDS LOAN OPTION */

/* ---------------------------------------------------------------------------------------------------------------- 6.0 FOOTER */

.footer-wrapper, .footer-wrapper p {
}

    .footer-wrapper .bg-dark {
        padding-top: 158px;
        margin-top: 0;
        background-image: url('/content/images/clontarfcf/footer-bg.svg');
        background-position: center bottom;
    }

        .footer-wrapper .bg-dark::before {
        }

        .footer-wrapper .bg-dark .column {
            border: none !important;
        }

            .footer-wrapper .bg-dark .column:last-child {
            }

    .footer-wrapper .nav-menu.nav-menu-social a {
        color: #e47d51;
    }

    .footer-wrapper .nav-menu-social .fa-inverse {
        color: #063c59;
    }

    .footer-wrapper .globalAddressTwoCol .container {
    }

.progress-logo-footer {
}

.footer-wrapper h3 {

   
}

.footer-links {
    display: flex;
    justify-content: space-evenly;
    margin: 3.5rem auto 0;
    max-width: 1100px;
}

.footer-links a {
    color:white;
}

.footer-links h3 {
    font-size: .875rem;
    font-size: clamp(.75rem, .5rem + 2vw, .875rem);
    font-weight:600;

}

.footer-sponsors {
    display: flex;
    justify-content: space-evenly;
    margin: 4rem auto 0;
    max-width: 1050px;

}

    .footer-sponsors a {
        margin: auto 0;
    }

        .footer-sponsors a:first-child img {
                min-width:65px
    }

    .footer-sponsors a:nth-child(2) img {
    min-width:90px
    }

    .footer-sponsors a:nth-child(3) img {
    min-width:160px
    }

   .footer-sponsors a:nth-child(4) img {
         max-width:75px
    }

       .footer-sponsors a:nth-child(5) img {
         max-width:138px
    }

/* ---------------------------------------------------------------------------------------------------------------- 6.1 FOOTER GLOBAL ADDRESS */
.footer-wrapper .globalAddressWrapper {
}

.footer-wrapper .globalAddressTwoCol .container.geolocation {
}

.footer-wrapper .globalAddressTwoCol h4 {
}

.footer-wrapper .globalAddressTwoCol a {
}

.address-line.opening-hours {
}

/* ---------------------------------------------------------------------------------------------------------------- 6.2 FOOTER SOCIAL MEDIA */

.nav-menu.nav-menu-social.footer {
}

    .nav-menu.nav-menu-social.footer li {
    }

        .nav-menu.nav-menu-social.footer li a {
        }

            .nav-menu.nav-menu-social.footer li a span.fa-stack {
            }

                .nav-menu.nav-menu-social.footer li a span.fa-stack .social-icon {
                }

.socialfootertext {
    font-family: "Open Sans", sans-serif;
    display: none;
}

.footer-wrapper .bg-dark .column:last-child {
    padding: 0 2rem !important;
    border: none;
}

.nav-menu.nav-menu-social.footer {
    margin: .5rem 1rem 0;
}

.footer-soc > a {
    display: inline-block;
    margin-top: 25px;
    float: left;
    display: flex;
    flex-direction: column-reverse;
    width: calc(50% - 5px);
    margin-right: 10px;
}

    .footer-soc > a:last-child {
        margin-right: 0;
    }

.footer-logo {
    display: flex;
    justify-content: space-around;
    max-width: 400px;
    margin: auto;
    align-items: center;
}
    .footer-logo h4 {
        font-weight: 600;
        font-size: 1rem;
    }
     
    
    
    /* ---------------------------------------------------------------------------------------------------------------- 6.3 FOOTER REGULATORY LINKS */
.regulatory-links {
    background: #414994;
    padding: 3px 0;
    z-index: 0;
}

    .regulatory-links .column {
    }

    .regulatory-links ul {


    }

    .regulatory-links p {
        color: white;
        text-align: center;
        float: none;
        font-size: .813rem;
        font-size: clamp(.5rem, .5rem + 2vw, .813rem);
        line-height: 1.75rem;
    }

    .regulatory-links a {
        margin-right: 20px;
        line-height: 1.75rem;
        color: white;
        font-size: .813rem;
        font-size: clamp(.5rem, .5rem + 2vw, .813rem);
    }

    .regulatory-links .col-lg-5 {
    }

/* ---------------------------------------------------------------------------------------------------------------- 6.4 FOOTER PROGRESS LOGO */

.progress-logo-footer img {
    margin-top: 4px;
}

/* ---------------------------------------------------------------------------------------------------------------- 7.0 MISC */

/* ---------------------------------------------------------------------------------------------------------------- 7.1 SLIDER */

.rio-promos {
}

.slick-list {
}

.slick-prev:before, .slick-next:before {
    color: #EA8496;
}

.rio-promos img {
}

.slick-slider {
}

.slick-list {
}

    .slick-list:focus {
    }

    .slick-list.dragging {
    }

.slick-slider .slick-track, .slick-slider .slick-list {
}

.slick-track {
}

    .slick-track:before, .slick-track:after {
    }

    .slick-track:after {
    }

.slick-loading .slick-track {
}

.slick-slide {
}

[dir='rtl'] .slick-slide {
}

.slick-slide img {
}

.slick-slide.slick-loading img {
}

.slick-slide.dragging img {
}

.slick-initialized .slick-slide {
}

.slick-loading .slick-slide {
}

.slick-vertical .slick-slide {
}

.slick-arrow.slick-hidden {
}

/* ---------------------------------------------------------------------------------------------------------------- 7.2 SLIDER ARROWS */

.contactUsBackground .slick-dots {
}

.footer-wrapper .globalAddressTwoCol .slick-dots {
}

    .globalAddressSlider .slick-dots li button::before, .footer-wrapper .globalAddressTwoCol .slick-dots li button::before, .NewsWidgetslider .slick-dots li button::before, .Related-articles .slick-dots li button::before {
        color: #fff;
    }

    .globalAddressSlider .slick-dots li.slick-active button::before, .footer-wrapper .globalAddressTwoCol .slick-dots li.slick-active button::before, .NewsWidgetslider .slick-dots li.slick-active button::before, .Related-articles .slick-dots li.slick-active button::before {
        color: #fff;
    }

.globalAddressSlider .PrevArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow, .NewsWidgetslider .PrevArrow, .Related-articles .PrevArrow, .NewsWidgetsliderDetailed .PrevArrow {
}

.footer-wrapper .globalAddressTwoCol .PrevArrow {
}

.Related-articles .PrevArrow {
}

.NewsWidgetslider .PrevArrow {
    border: 1px solid rgba(53, 69, 95, .5);
}

    .globalAddressSlider .PrevArrow::before, .footer-wrapper .globalAddressTwoCol .PrevArrow::before, .NewsWidgetslider .PrevArrow::before, .Related-articles .PrevArrow::before {
    }

.footer-wrapper .globalAddressTwoCol .globalAddressSlider .PrevArrow::before {
    color: white;
}

.globalAddressSlider .NextArrow, .footer-wrapper .globalAddressTwoCol .NextArrow, .NewsWidgetslider .NextArrow, .Related-articles .NextArrow, .NewsWidgetsliderDetailed .NextArrow {
}

.NewsWidgetslider .NextArrow, .Related-articles .NextArrow {
    color: #35455f;
}

    .globalAddressSlider .PrevArrow:hover, .globalAddressSlider .NextArrow:hover, .footer-wrapper .globalAddressTwoCol .PrevArrow:hover, .footer-wrapper .globalAddressTwoCol .NextArrow:hover, .NewsWidgetslider .PrevArrow:hover, .NewsWidgetslider .NextArrow:hover, .Related-articles .PrevArrow:hover, .Related-articles .NextArrow:hover {
        color: #23aa4b;
    }

.footer-wrapper .globalAddressTwoCol .NextArrow, .Related-articles .NextArrow {
}

.Related-articles .NextArrow {
}

.NewsWidgetslider .NextArrow {
    border: 1px solid rgba(53, 69, 95, .5);
}

    .globalAddressSlider .NextArrow::before, .footer-wrapper .globalAddressTwoCol .NextArrow::before, .NewsWidgetslider .NextArrow::before, .Related-articles .NextArrow::before {
    }

.footer-wrapper .globalAddressTwoCol .PrevArrow::before, .footer-wrapper .globalAddressTwoCol .NextArrow::before {
    color: white;
}

.footer-wrapper .globalAddressTwoCol .NextArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow {
    border: 1px solid rgba(255, 255, 255, .4);
    color: white;
}

.footer-wrapper .globalAddressTwoCol .PrevArrow {
    right: 43px;
}
/* ---------------------------------------------------------------------------------------------------------------- 7.3 FANCY BOX GENERAL */
.fancybox-content {
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
}

.fancybox-container h2 {
}

.fancybox-container img {
}

.fancybox-container iframe {
}

.fancybox-container .videoWrapper {
}

    .fancybox-container .videoWrapper iframe {
    }

/* ---------------------------------------------------------------------------------------------------------------- 7.4 OFFICE AREA - Breakout Video */

#VFWSection {
}

#videobcg {
}

.VFWparagraph.text-center {
}

/* ---------------------------------------------------------------------------------------------------------------- 7.5 OFFICE AREA - Pop Out Video */

.dtge-editor-preview-container .psvideo {
}

.dtge-editor-preview-container h1 {
}
/* BOOTSTRAP RULES 
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    display: inline-block;
    vertical-align: top;
}*/

.noPadding {
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1745px !important;
}

.img-fluid {
}


/* ---------------------------------------------------------------------------------------------------------------- 7.6 CUSTOM GENERAL CLASSES */



.smalltext {
}

    .smalltext:before {
    }

.noBorder {
}

.greyGradient {
}

.greyGradient_v2 {
}

.bg-dark, .darkBackground {
    background-color: transparent !important;
}

.bg-light {
}

.landingPageBreakout {
    /*padding: 6rem 0 10rem;*/
    background-size: cover;
}

    .landingPageBreakout > .row {
    }

    .landingPageBreakout div div {
        /* margin: auto !important; */
    }

.contentPageBreakout {
}

.mobile-app-btn-wrapper {
    margin: 20px 0;
}

.mobile-app-btn {
}

.no-vert-padding > .row {
}

    .no-vert-padding > .row .column {
    }

.who-we-are-text {
    column-count: 2;
    column-gap: 5rem;
    margin-bottom: 30px;
    display: block;
}

.donut-chart-title {
    font-size: 1rem;
}

.block-color-layer, .block-color-layer-no-padding {
    background: #f7f7f7;
    padding: 15px 37px;
    margin-bottom: 15px;
}

.block-color-layer-no-padding {
    padding: 0;
}

    .block-color-layer-no-padding .img-fluid {
        margin: 0 !important;
    }

.counters {
    padding: 0 3rem 3rem;
}

    .counters .row {
        max-width: 1250px;
    }

    .counters .col-xl-4:not(:last-child) {
        margin-bottom: 2rem;
    }

    .counters .col-xl-4 > div {
        max-width: 550px;
        margin: auto;
    }

    .counters .card {
        z-index: 0;
        position: relative;
        text-align: center;
        border-radius: 0 0 10px 10px;
    }

    .counters .card-body {
        padding: 20px 40px !important;
        text-align: center;
        align-items: center !important;
    }

.banner .counter, .banner .currency {
    font-size: 36px;
}

.counters .card {
    background: #106d9f;
    color: #ffffff;
}

    .counters .card p {
        color: #ffffff;
        opacity: .7;
    }

    .counters .card .button {
        display: block;
        max-width: 130px;
        margin: 20px auto auto;
    }


.psvideo #thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}







.title-text {
    padding: 80px 0 30px;
}

    .title-text .row {
        max-width: 677px;
        margin: auto;
    }

.white-text {
    color: white;
}

.first-text {
    padding-top: 20px !important;
}

.title-text h2, .mobile-app-page .card .card-title {
    font-size: 1.625rem !important;
    font-size: clamp(.938rem, .938rem + 2vw, 1.625rem) !important;
    margin: 0 0 10px;
}

.loan-calculator-wrapper {
    margin-top: -14rem !important;
    padding-top: 14rem;
    padding-bottom: 2rem;
}

.hero-banner-left .card-body {
    background-position: left center;
    background-size: cover;
    padding: 3.5rem 0;
    display: flex;
    padding: 0 !important;
}

.hero-banner-left .container-fluid:not(.twoCurves) .BannerImages .curve, .hero-banner-left .no-vert-padding.card .BannerImages .curve {
    left: -85px;
    width: 182px;
}

.homepage-news .row {
    max-width: 1745px;
    margin: auto;
}

.container.content-page.with-header.spWithImage {
    margin-top: 0 !important;
    border-radius: 0;
    padding: 0;
}

.spWithImageHeadingText {
    top: calc(50% - 20px);
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.membership-text p {
    font-size: .938rem;
    font-size: clamp(.75rem, .938rem + 2vw, .938rem);
}

.approval-rate .container {
    max-width: 100% !important;
    padding: 0 15px;
}

.approval-rate .col-md-12, .testimonials .col-md-12 {
    padding: 0;
}

.text-cta .container-fluid {
    overflow: hidden;
}

.text-cta .row:first-child {
    padding: 0 15px;
    margin: 0 -15px;
}

.text-cta .BannerImages .curve {
    width: 170px;
}

/* Loan Page - Loan App Process */
.loan-process {
    padding: 2rem 4rem 4rem;
    background: white;
}

    .loan-process .container {
        padding: 0;
    }

    .loan-process .row {
        max-width: 1351px;
        margin: auto;
        position: relative;
    }

    .loan-process .col-md-3:not(.col-md-3:last-child):after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        margin: auto auto 2rem;
        width: 1px;
        height: 50%;
        background: lightgray;
    }

    .loan-process .step-4 .row::after {
        display: none;
    }

    .loan-process .announcementItem {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 0;
        padding: 0;
        min-height: 320px;
        padding: 0 1.5rem 1rem;
        background: #f1f1f1;
    }

        .loan-process .announcementItem::after {
            display: none;
        }

        .loan-process .announcementItem:hover {
            transform: none;
            box-shadow: none;
            z-index: 0;
        }

        .loan-process .announcementItem::after {
        }

    .loan-process p {
        text-align: center;
        font-size: 13px;
        font-weight: 600;
    }

    .loan-process .announcementItem h3 {
        color: #106D9F;
        font-weight: 700;
        text-transform: none;
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-align: center;
        padding: 0;
        height: auto;
        display: block;
        top: 0;
    }

    .loan-process .announcementItem {
        min-height: 341px;
    }

    .loan-process .step-1 .announcementItem {
        border-radius: 10px 0 0 10px;
    }

    .loan-process .step-4 .announcementItem {
        border-radius: 0 10px 10px 0;
    }

.announcementRow h4 {
    display: block;
    font-size: .938rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.563rem;
}

.announcementPic {
    padding: 2rem 0 0;
}

.loan-process .container, .loan-process .col-md-3 {
    padding: 0;
}

.loan-process .announcement-image {
    margin: auto;
}

.step-wrapper {
    margin: -8px auto 2.5rem;
    width: 100%;
    position: relative;
}

    .step-wrapper::before {
        content: '';
        position: absolute;
        height: 2px;
        width: calc(100% - 45px);
        left: calc(50% + 22px);
        margin: auto;
        right: 0;
        background: #213b4a;
        top: 0;
        bottom: 0;
    }

.loan-process .col-md-3:last-child .step-wrapper::before {
    display: none;
}

.step {
    border: 2px solid;
    width: 47px;
    border-radius: 50%;
    height: 47px;
    margin: auto;
    padding: 7px;
    font-size: 1.125rem !important;
}

.loan-process h2 {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0;
}

.loan-process .announcementItem a {
    cursor: default;
}

    .loan-process .announcementItem a h3, .loan-process .announcementItem a:hover h3 {
        color: #00B0AD;
    }

    .loan-process .announcementItem a h4, .loan-process .announcementItem a:hover h4 {
        color: #3C3C3C;
    }

/*Loans spotlights */
.loans-benefits.landingPageBreakout {
    padding: 3.25rem 0 5.25rem;
}

    .loans-benefits.landingPageBreakout .row {
        max-width: 1129px;
        margin: auto;
    }

.loans-benefits .container {
    padding: 0;
}

.spotlights-wrapper .container-fluid {
    /*padding: 0;*/
}

.loans-benefits h2 {
    font-size: 1.875rem;
    position: relative;
    color: white;
    max-width: 440px;
    margin-bottom: 2.5rem;
    padding-bottom: 5px;
}

.loans-benefits .spotlights h2 {
    display: none;
}

.loans-benefits .spotlight-box {
    padding: 0 !important;
    max-width: 100%;
    border-radius: 10px;
    background: #106d9f;
    margin-bottom: 0;
}

.loans-benefits .spotlights {
    padding: 5px 10px 0 30px !important;
}

    .loans-benefits .spotlights p {
        color: white;
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        font-size: .938rem;
    }

.loans-benefits .spot-text {
    width: 95%;
}

.loans-benefits .spotlights img {
    padding: 0;
}

.loans-benefits img {
    width: 75px;
}

.loans-benefits .fa-stack {
    height: 70px;
    text-align: right;
    margin: auto 0 auto auto;
    width: 70px;
    position: relative;
    display: block;
    line-height: 1.65em;
}

.loans-benefits .spot-icon {
    height: 70px;
}

.loans-benefits .fas.fa-circle.fa-stack-2x {
    display: none;
}

.loans-benefits .fa-stack-1x {
    font-size: 2rem;
    font-weight: 300;
    opacity: .8;
}



/*.spotlights a, .spotlights a:hover {
    display: inline;
    color: #3c3c3c;
    font-size: .938rem;
    padding: 0;
    text-decoration: underline;
    font-weight: 600;
}*/

.spotlights a:hover {
}

.parent3Across .spotlight-box::after, .parent4Across .spotlight-box::after {
    display: none;
}

/*  Car Loan Page - Representative example */
.rep-example-numbers {
    padding: 1rem 0 4.5rem;
}

    .rep-example-numbers .row {
        background: white;
        max-width: 1129px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
        text-align: center;
        padding: 1.5rem 0;
        margin: auto;
    }

    .rep-example-numbers h3 {
        font-size: 2.5rem;
        line-height: 55px;
        margin: 0 0 35px;
        padding: 0;
        font-weight: 700;
    }

    .rep-example-numbers h5 {
        font-size: .938rem;
        font-weight: 700;
        color: #106D9F;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .rep-example-numbers h3:last-child {
        margin-bottom: 15px;
    }

    .rep-example-numbers .box:not(.column:last-child .box) {
        border-right: 1px solid lightgray;
    }

.who-can-join.landingPageBreakout .container > .row {
    max-width: 1129px;
    margin: auto;
    padding: 50px 0;
}

.who-can-join h2 {
    position: relative;
    max-width: 400px;
    margin-bottom: 4.5rem;
    padding-bottom: 5px;
}

.who-can-join h3 {
    font-weight: 500;
}

.who-can-join.green ul.stripedList.OneColumn li .fa-inverse {
    color: #00B0AD;
}

/* LOANS PAGE */
.loans-range.landingPageBreakout {
}

    .loans-range.landingPageBreakout .row {
        max-width: 1280px;
        margin: auto;
    }

.loans-range .button {
    background: transparent;
    color: #e47d51;
    text-align: left;
    padding-left: 0;
    position: relative;
    padding: 10px 0 15px;
    font-weight: 600;
    margin-top: 0;
    max-width: 150px;
    display: block;
}

    .loans-range .button::after {
        content: '\f105';
        font-size: 15px;
        line-height: 28px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 500;
        background: #fde7dd;
        color: #e47d51;
        border-radius: 50px;
        padding: 2px 13px 0;
        float: right;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 4px;
        margin: auto;
        /* EASING*/
        -webkit-transition: all .2s ease-out 0s;
        -moz-transition: all .2s ease-out 0s;
        -o-transition: all .2s ease-out 0s;
        transition: all .2s ease-out 0s;
    }

.loans-range .card:hover .button::after {
    background: #e47d51;
    color: white;
}

.loans-range .card {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    border-bottom: 5px solid #fde7dd;
    border-radius: 10px;
}

    .loans-range .card:hover {
        border-bottom: 5px solid #e47d51;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    }

.loans-range .card-body {
    padding: 0 20px !important;
}

.loans-range h2.card-title {
    color: #213b4a;
    font-size: 1.125rem !important;
    font-weight: 600;
}

.loans-range h5.card-title {
    color: #8B8B8B;
    font-size: .875rem !important;
    font-weight: 400;
}

.loans-range .cardButtonList li {
    width: 100%;
    margin-right: 0;
}

.loanspage-calc.landingPageBreakout {
    padding: 0 0 3rem;
    margin-top: 0;
}

.loan-calc-rise {
    padding-top: 170px;
    margin-top: -12rem;
}

/* About Page */
/*.loanspage-text-section .row {
    align-items: center;
}*/

.loanspage-text-section img {
}

.loanspage-text-section {
    margin-top: 6rem;
}

    .loanspage-text-section.left {
        margin-bottom: 6rem;
    }

    .loanspage-text-section .column {
        margin:auto;
    }

        .loanspage-text-section .column:nth-child(2) div {
            padding: 0 14% !important;
            margin: auto;
        }

        .loanspage-text-section .column:first-child div {
            padding: 0 !important;
        }

        .loanspage-text-section.left .column:first-child div {
            padding: 0 14% !important;
            margin: auto;
        }
    .loanspage-text-section.left .column:nth-child(2) div {
        padding: 0 !important;
    }



.small-icon-spot .parent2Across .spotlights, .small-icon-spot .parent3Across .spotlights, .small-icon-spot .parent4Across .spotlights,
.calendarium .parent2Across .spotlights, .calendarium .parent3Across .spotlights, .calendarium .parent4Across .spotlights {
    display: flex;
    padding: 0 !important;
}

    .small-icon-spot .parent2Across .spotlights .fa-stack, .small-icon-spot .parent3Across .spotlights .fa-stack, .small-icon-spot .parent4Across .spotlights .fa-stack,
    .calendarium .parent2Across .spotlights .fa-stack, .calendarium .parent3Across .spotlights .fa-stack, .calendarium .parent4Across .spotlights .fa-stack {
        width: auto;
        margin-right: 15px;
        font-size: 1rem;
    }

.small-icon-spot .parent2Across .fa-circle, .small-icon-spot .parent3Across .fa-circle, .small-icon-spot .parent4Across .fa-circle,
.calendarium .parent2Across .fa-circle, .calendarium .parent3Across .fa-circle, .calendarium .parent4Across .fa-circle {
    position: relative;
	color: #414994;
}

.small-icon-spot .parent2Across .fa-stack-1x, .small-icon-spot .parent3Across .fa-stack-1x, .small-icon-spot .parent4Across .fa-stack-1x {
    position: absolute;
    right: 0;
}

.small-icon-spot .parent2Across .spotlights p, .small-icon-spot .parent3Across .spotlights p, .small-icon-spot .parent4Across .spotlights p {
    margin-bottom: 15px;
    text-align: left;
    margin-top: -5px;
}

.calendarium .row {
    margin: 0;
    padding-bottom: 3rem;
}

.calendarium .spotlights .fa-stack {
    top: -16px;
}

.calendarium .spot-text {
    position: relative;
}

    .calendarium .spot-text::after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px;
        background: #da1410;
        background: -moz-linear-gradient(left, #da1410 0%, #414994 100%);
        background: -webkit-linear-gradient(left, #da1410 0%,#414994 100%);
        background: linear-gradient(to right, #da1410 0%,#414994 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 );
    }

.calendarium h2 {
    padding-top: 10px;
}

.staff-members {
    padding: 2rem 0 3rem;
}

/* COUNTER NUMBERS */


.counter-numbers {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-bottom: 5rem;
    padding-top: 4rem;
}

    .counter-numbers .banner .banner-icon .icon-wrap {
        display: none;
    }

    .counter-numbers .banner .banner-icon {
        height: auto;
        border-radius: 0;
    }

    .counter-numbers .banner {
        height: 100%;
        display: flex;
        border: none;
        border-radius: 0;
        background: none !important;
    }

        .counter-numbers .banner .banner-content {
            padding: 0;
            text-align: center;
            max-width: 200px;
            margin: auto;
            padding-left: 30px;
            color: white;
        }

    .counter-numbers .banner-wrap {
        align-self: center;
        max-width: 300px;
        width: 100%;
    }

        .counter-numbers .banner-wrap::after {
            display: none;
        }

    .counter-numbers .downpointer {
        display: none;
    }

    .counter-numbers .banner h4 {
        font-weight: 400;
        font-size: 1.125rem;
        font-size: clamp(.5rem, .5rem + 2vw, 1.125rem);
        text-transform: uppercase;
    }

    .counter-numbers .banner .counter, .counter-numbers .banner .currency {
        margin-bottom: 5px;
        line-height: normal;
        font-size: 48px;
        font-weight: 600;
    }



.news-header .BannerText, .news-header .BannerImages .col-bgr-cover-left {
    min-height: 200px;
    display: none;
}

.news-header #breadcrumb {
    padding-bottom: 0;
    display:none;
}

.news-header .BannerText .heroWrapperContainer {
    margin-top: 0;
}



/*3 loan boxes */
.container.loantab {
    /*max-width: 1250px !important;*/
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.nav-fill .nav-item {
    font-size: 1rem;
    font-size: clamp(.5rem, .75rem + 2vw, 1rem);
}

.container.loantab a.nav-item {
    color: #213b4a;
}

/* FAQs */
.faqs {
    padding: 4rem 0;
    max-width: 1124px;
    margin: auto;
}

#accordion a {
    display: block;
    border-radius: 0;
    background: #d9ebf4;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 32px;
    color: #106D9F;
    padding: 18px 40px;
}

    #accordion a h5 {
        margin: 0;
        display: flex;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.3;
    }

#accordion .card-body a h5 {
    font-size: 1rem;
}

/* 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 table {
        margin: 0;
    }

    .downloads td {
        padding: 20px 0;
    }

.jag-faq-title:not(.faq-accordion .jag-faq-title) {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #414994;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background: rgb(255, 255, 255);
    padding: 15px 0;
}

    .jag-faq-title:not(.faq-accordion .jag-faq-title) .fal {
        font-weight: 700 !important;
        font-size: 1.125rem;
    }

    .panel.jag-faq-wrapper .panel-body {
        padding: 20px 0 50px;
    }

.fal.fa-chevron-down {
    font-weight: 600;
    font-size: 1rem;
}

/* FORM SUBMITTED PAGE */
.form-submitted, .error-page {
    margin: 5rem auto 4rem !important;
    border-radius: 0;
    overflow: hidden;
    max-width: 1124px !important;
}

    .form-submitted .card {
        align-items: center;
        padding: 30px 40px;
    }

    .form-submitted .card-body {
        padding: 20px 40px !important;
    }

    .form-submitted .card-left img {
        padding: 0;
        width: 100px;
    }

    .form-submitted h2 {
        font-size: 1.625rem !important;
        font-size: clamp(.938rem, .938rem + 2vw, 1.625rem) !important;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .form-submitted .button {
        margin-top: 20px;
    }

/* SAVINGS PAGE */

.small-icon-spot .spotlight-box::after {
    display: none;
}

.sidebar-right .smalltext {
    margin-left: 73px;
}

.sidebar-right blockquote {
    margin-top: 40px;
}


.faq-section {
    max-width: 1124px;
    margin: auto;
}

/* FONTAWESOME */
.loan-process .fas.fa-circle.fa-stack-2x.announcementCircle {
    display: none;
}

.loan-process .fa-inverse {
    color: #106d9f !important;
}

.loan-process .fa, .loan-process .fas {
    font-weight: 400 !important;
}

.loan-process .fa-stack {
    height: 1.75em !important;
    line-height: 1.75em !important;
}

.loan-process .fa-3x {
    font-size: 2rem !important;
}

/* FORM PAGE - Register, Lost Your PIN etc */

.form-page {
    padding: 4rem 0;
}


/* Common css Patch */
.membership.loanspage-card {
    margin-top: -6.1rem;
    margin-bottom: -6rem;
}

.membership-img {
    max-width: 470px;
    margin: auto;
}

.facial-verification {
    padding: 3rem 0 0;
    background-position: center;
}

.identity-check {
    padding: 2rem 0;
}

.mobile-app-page.membership img, .mobile-app-page.balances img, .mobile-app-page.transfers img, .mobile-app-page.doc-upload img {
    max-width: 90%;
    margin: auto;
}

.mobile-app-page .card-body p, .mobile-app-page.how-it-works p {
    font-size: .938rem;
    font-size: clamp(.75rem, .75rem + 2vw, .938rem);
    margin-bottom: 0 !important;
}

.mobile-app-page.membership {
    margin-top: 9rem !important;
    padding-bottom: 16rem;
}

.mobile-app-page.balances {
    padding-top: 3rem;
}

.mobile-app-page.transfers {
    padding: 8rem 0 15rem;
    background-position: top;
}

.mobile-app-download-buttons {
    max-width: 380px;
    padding: 1rem .5rem;
    border-radius: 10px;
}

.mobile-app-page.transfers .card-body {
    position: relative;
    top: 2.5rem;
}

.landingPageBreakout.mobile-app-page.how-it-works {
    padding: 8rem 0 5rem;
}

.loanspage-card .card {
    max-width: 1250px;
    margin: 0 auto;
    border-radius: 10px;
}

.loanspage-card picture {
    width: 40%;
    text-align: center;
}

.loanspage-card .card-body {
    padding: 2rem 1.5rem .5rem !important;
}

.loanspage-card p {
    font-size: 1.25rem;
    font-size: clamp(.938rem, .538rem + 2vw, 1.125rem);
    margin-top: auto;
    font-weight: 600;
}

.hero-banner-left .container, .hero-banner-right .container {
    max-width: 100% !important;
    padding: 0;
}

.hero-banner-left .card > .row, .hero-banner-right .card > .row {
    min-height: 500px;
}

.hero-banner-right .BannerImages .curve {
    margin: auto -97px auto auto;
}

.hero-banner-right .heroWrapperContainer {
    margin: auto;
    height: 100%;
}

.hero-banner-right .heroWrapper {
    max-width: unset;
    margin: auto 0 auto auto !important;
    padding-left: 130px !important;
    padding-right: 8rem !important;
    color: white;
}

.hero-banner-left.landingPageBreakout > div > div, .hero-banner-right.landingPageBreakout > div > div {
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
}

.hero-banner-left .col-md-12, .hero-banner-right .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.NewsGlobalCTA {
    max-width: 1715px;
    margin: 0 auto 6rem;
}

.news-header a {
    color: white;
}

.recaptchav3withscore {
    display: none;
}

fieldset {
    margin-bottom: 0;
}

select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}


/* Downloads accordion*/
.panel.jag-faq-wrapper .panel-body p {
    margin-bottom: 0;
    padding: 0;
}

.downloads td:last-child {
    padding-top: 0;
}

.dataconsent label {
    margin-left: 8px;
    margin-bottom: -10px;
    font-size: .875rem !important;
}

/* LEGAL PAGES */
.help-page, .terms-and-conditions-page, .cookie-page, .terms-and-conditions-mobile-page {
    max-width: 1124px !important;
}

.privacy-policy-page h2 {
    font-size: 1.25rem;
    font-size: clamp(1.125rem, 1.125rem + 2vw, 1.25rem);
}

.btn:not(.umb-button__button, .umb-button-group__toggle, .dropdown-toggle):hover, a.red:hover, a.green:hover, .calc-button-wrapper .btn:hover, .calc-button-wrapper .btn:focus {
    background: #e47d51;
    background: -moz-linear-gradient(left,#e47d51 0%,#e45f58 100%);
    background: -webkit-linear-gradient(left,#e47d51 0%,#e45f58 100%);
    background: linear-gradient(to right,#e47d51 0%,#e45f58 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51',endColorstr='#e45f58',GradientType=1 );
    color: white;
    background: #ce110c !important;
}

.loanspage-card .button {
    max-width: 200px;
    min-width: 180px;
}

.NewsWidgetsliderDetailed4Across .col-md-12:not(.news-content) {
    padding: 0;
}

.lib-row.lib-desc a:hover {
    filter: none;
}

.electronic-pay-wrapper .column {
    padding: 0;
}

.text-middle-center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.electronic-pay img, .legal-text img {
    width: 80px;
    margin-right: 15px;
}

.heroWrapper a {
    color: white;
}

.legal-text {
    max-width: 1124px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
}

    .legal-text img {
        max-width: 50px;
    }

.mainBox.container {
    display: block;
    min-height: 50vh;
    max-width: 1775px !important;
}

.newsFiltersSelect {
  z-index: 10;
}

/* -- Current Account Page --*/
.ca-link-wrapper .button, .ca-link, .started-ca .button, .join-ca .button {
    display: inline-block !important;
    width: 150px;
    text-align: center;
    background: #28b198;
    font-size: 1rem;
    line-height: 1.25rem;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 12px 10px;
    margin: 10px 10px 0 0 !important;
    border-radius: 26px;
    text-decoration: none;
}

    .ca-link-wrapper .button:hover, .ca-link:hover, .ca-link-wrapper .button:focus, .ca-link:focus, .started-ca .button:hover, .started-ca .button:focus, .join-ca .button:hover, .join-ca .button:focus {
        color: white !important;
        background: #3dbbb3 !important;
        background: -moz-linear-gradient(left, #3dbbb3 0%, #42e099 99%) !important;
        background: -webkit-linear-gradient(left, #3dbbb3 0%, #42e099 99%) !important;
        background: linear-gradient(to right, #3dbbb3 0%, #42e099 99%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dbbb3', endColorstr='#42e099', GradientType=1 );
    }

a.ca-link-regular {
    color: #28b198;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    min-width: unset;
    max-width: unset;
    background: unset;
    padding: 0;
    text-align: left;
    font-size: 16px;
}

    a.ca-link-regular:hover {
        color: #209f88;
    }

.ca-title-text {
    max-width: 680px;
    margin: 60px auto 40px;
    text-align: center;
}

    .ca-title-text h2 {
        color: #404040;
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        margin: 0;
    }

    .ca-title-text p {
        font-size: 16px;
        line-height: 26px;
        color: #707070;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0 15px;
    }

.advantages-ca .parent2Across {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.advantages-ca .spotlight-box {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 0 !important;
    margin: 0;
}

.spotlight-box::after {
    display: none;
}

.advantages-ca .spotlights {
    display: flex;
}

.advantages-ca .spot-icon {
    width: 76px;
    height: 76px;
    text-align: left;
    margin: 0;
}

.advantages-ca .spotlights img {
    padding: 0;
    height: 76px;
    max-width: unset;
}

.advantages-ca .spot-text {
    padding: 40px;
}

.advantages-ca .spotlights h2 {
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    margin: 0 0 15px;
    font-size: 26px;
    font-weight: 700;
}

.advantages-ca .spotlights p {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.payments-ca {
    background: #dfe6eb;
    min-height: 440px;
}

    .payments-ca .col-md-6 {
        padding: 0;
        margin: auto;
    }

.apple-ca {
    border-radius: 0 40px 0 0;
}

.google-ca {
    border-radius: 0 0 40px 40px;
}

.payments-ca-img {
    background-size: cover;
    background-position: center;
    min-height: 440px;
}

    .payments-ca-img img {
        width: 100%;
        height: auto;
    }

.payments-ca-txt {
    padding: 40px 60px;
    margin: auto;
}

    .payments-ca-txt h2 {
        color: #404040;
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        margin: 15px 0;
    }

    .payments-ca-txt p {
        font-size: 16px;
        line-height: 26px;
        color: #707070;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0 15px;
    }

    .payments-ca-txt img {
        max-height: 36px;
        margin-right: 20px;
    }

.started-ca .col-md-12 {
    padding: 0;
}

.started-ca .no-vert-padding > .row {
    padding: 0;
    margin: 0;
}

.started-ca .card {
    background: #2a3780;
    min-height: 440px;
    border-radius: 20px;
}

.started-ca-img {
}

.started-ca .no-vert-padding > .row .column.card-body {
    padding: 10% 10% !important;
    margin: auto;
}

.started-ca h2 {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 30px;
    margin: 0 0 15px 0;
}

.started-ca p {
    font-family: 'Open Sans', sans-serif;
    color: white;
    margin: 0 0 15px;
}

.started-ca-txt img {
    max-height: 36px;
    margin-right: 20px;
}

.small-wrapper {
    max-width: 1160px;
    margin: auto;
}

.smalltext {
    font-size: .75rem;
    line-height: 1.25rem;
    position: relative;
    padding-top: 15px;
    display: block;
    margin-top: 30px;
}

    .smalltext:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 1px;
        opacity: .4;
        background: #d50c8b;
    }

.started-ca .cardButtonList li, .join-ca .cardButtonList li, .started-ca .cardButtonList, .join-ca .cardButtonList {
    padding: 0 !important;
    margin: 0;
}

.join-ca {
    max-width: 1200px;
    margin: auto;
}

    .join-ca .col-md-6 {
    }

    .join-ca .card {
        background: #f5f5f5;
        border-radius: 0 20px 20px;
        flex-direction: row !important;
    }

    .join-ca .card-left img {
        max-width: 76px;
        padding: 0;
    }

    .join-ca .card-body h2 {
        font-family: 'Open Sans', sans-serif;
        color: #404040;
        margin: 0 0 15px;
        font-size: 26px !important;
        font-weight: 700;
    }

    .join-ca .card-body p {
        font-size: 16px;
        line-height: 26px;
        color: #707070;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
    }

.ca-downloads > .download > .row > .col-md-12 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
}

.ca-downloads a {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    border: 1px solid #dfe6eb;
    border-radius: 0 5px 5px;
    color: #565656;
}

    .ca-downloads a:hover {
        border: 1px solid #a5b6c3;
        color: #28b198;
    }

.ca-downloads .download .fa-stack-2x {
    color: #f26a5b;
}

.pagecontent img {
    max-width: unset;
}

.card-background .card {
    border-radius: 0;
    margin-bottom: 40px;
}
.card-background .card-text-wrapper {
    top: 55%;
    transform: translate(0, 0);
    padding-right: 50px;
}
.card-background .card-title {
    width: 80%;
}
.card-background .card-img-overlay {
    background: none;
    color: #fff;
}
.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, 0.3);
    display: none;
}

.card-background img {
    filter: blur(0) grayscale(0) contrast(0.65);
    margin-bottom: 0;
}

.card-background h2.card-title {
    font-size: 1.75rem !important;
}

@media only screen and ( max-width: 767px ) {
    .ca-downloads > .download > .row > .col-md-12 {
        grid-template-columns: repeat(2,1fr);
    }

    .advantages-ca .parent2Across {
        grid-template-columns: repeat(1,1fr);
    }

    .payments-ca-img, .started-ca-img {
        min-height: 300px;
    }

    .started-ca-img {
        border-radius: 20px 20px 0 0;
    }

    .google-ca .col-md-6:first-child {
        order: 2;
    }

    .join-ca .col-md-6:first-child {
        margin-bottom: 20px;
    }
}

@media only screen and ( max-width: 576px ) {
    .ca-downloads > .download > .row > .col-md-12 {
        grid-template-columns: repeat(1,1fr);
    }
}

/* -- END Current Account Page --*/


.homepage-news .news-sidebar {
    margin-top: -600px;
    z-index: 2;
}

    .homepage-news .news-sidebar > h2 {
        color: white;
        font-family: "open-sans-condensed", sans-serif;
        font-weight: 600;
        font-size: 1.425rem;
        font-size: clamp(1.125rem, .938rem + 2vw, 1.425rem);
    }
        .homepage-news .news-sidebar > h2::before {
            content: '';
            position: absolute;
            width: 140px;
            height: 1px;
            background: white;
            top: -30px;
 
         }

.more-right-button {
    text-align: right;
    padding-bottom: 64px;
}

    .more-right-button .row {
        max-width: 1715px;
    }

.more-news-button-wrapper .btn, .more-right-button .btn {
    background: none !important;
    color: white;
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, .938rem + 2vw, 1.125rem);
    text-transform: uppercase;
    position: relative;
    padding-right: 10px;
    min-width: unset;
    margin-bottom: 0;
}

    .more-right-button .btn {
        color: #da1410;
    }

.articleType2 .Related-articles .row {
    max-width: unset;
}

.btn.MYCU-btn {
    max-width: unset;
}


.more-news-button-wrapper .col-12, .more-right-button .col-12 {
    padding: 0 15px !important;
    text-align: right !important;
    display: block;
}

.more-news-button-wrapper .btn::after, .more-right-button .btn::after {
    content: '\f105';
    font-size: 20px;
    line-height: 46px;
    font-family: "Font Awesome 6 Pro";
    right: -10px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    transform: rotate(0deg);
    border: none;
    top: 0;
}

.more-right-button .btn::after {
    line-height: 39px;
}


    .parallaxItem {
    height: calc(100vh - 210px) !important;
}

.parallax-mirror {
    z-index: 0 !important;
}

.parallax-slider {
    object-fit: none;
    object-position: top;
    height: calc(100vh - 67px) !important;
}

.more-news-button-wrapper {

}

    .more-news-button-wrapper .btn:hover, .more-right-button .btn:hover {
        background: transparent !important;
        color: #ce110c;
    }

.news-item {
    margin: 25px 0;
    box-shadow: none;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    height: 390px;
    overflow: hidden;
}

    .news-item:hover .detailedImageContainer.is-cover img {
        /* webkit-filter: blur(3px);
        filter: blur(3px);*/
    }

.is-cover.detailedImageContainer img {
    height: 390px;
    border-radius: 0;
}

.is-cover.detailedImageContainer img {
    object-fit: contain;
    width: 100%;
    object-position: top;
}

.NewsWidgetsliderDetailed4Across .news-content {
    transform: translateY(-125px);
    background: rgba(255, 255, 255, 1);
    padding-top: 15px !important;
    /* EASING*/
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.news-item:hover .news-content {
    height: calc(100% + 330px);
    max-height: 100%;
    margin: auto;
    height: 100%;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 1);
    padding-top: 80px !important;
}

    .news-item:hover .news-content h2.articleTitle {
        /*font-size: 30px;
        line-height: 2.25rem;
        color: #3B3C47;*/
    }

/*.news-item:hover .news-content h2.articleTitle:hover {
            color: #da1410;
        }*/

    /*a h2.articleTitle, .NewsWidgetsliderDetailed4Across .articleDate {
    color: white;
}*/

/*.news-item:hover .news-content h2.articleTitle, .news-item:hover .articleDate {
    color: #3B3C47;
}
*/

.detailedImageContainer.is-cover {
    max-height: 100%;
}

/*.detailedImageContainer.is-cover:after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }*/

.lib-row.lib-desc a:hover {
    background: #CE110C !important;
}

.NewsWidgetsliderDetailed4Across .slide .container {
    padding: 7px;
}

.news-content i, .articleType2.articleDate i {
    display:none;
}

.news-content::before {
    content: '';
    background: transparent;
    width: 90px;
    height: 2px;
    position: absolute;
    top: 0;
    display:none;
}

.news-content:hover::before {
    background: #da1410;
}

.top-menu {
    display: flex;
    max-width: 1745px;
    margin: auto;
    padding: 0;
    height: 55px;
    background-image: url('/content/images/clontarfcf/bg-logo.svg');
    background-position: top -310px left -175px;
    background-repeat: no-repeat;
    background-size: 1870px;
}

.navbar .solidLogo {
    display: block;
    width: 130px;
}

.navbar.fixed-top .transparentLogo {
    display: block;
    width: auto;
    padding-left: 30px;
}

.social-media-widget .row, .homepage-fixtures .row, .next-games-cards .row {
    max-width: 1745px;
    margin: auto;
    position: relative;
}

    .social-media-widget .row::before {
        content: '';
        position: absolute;
        top: -5px;
        width: 1715px;
        height: 5px;
        background: #da1410;
        z-index: 3;
        margin: auto;
        left: 0;
        right: 0;
    }

.social-media-widget .col-xl-12, .social-media-widget.content-page .col-md-12 > div {
    display: flex;
    justify-content: space-evenly;
    margin: 1rem 0 1.25rem auto !important;
    max-width: 430px;
}



    .social-media-widget .nav-menu.nav-menu-social.footer {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        max-width: 100px;
        margin: 1rem 0 1rem auto;
    }

    .social-media-widget h5 {
        text-transform: uppercase;
        font-weight: 500;
        margin-right: 10px;
        margin-top: 11px;
    }

.soc-media {
    display: flex;
    justify-content: space-evenly;
    max-width: 310px;
    margin: 0 0 0 auto;
    color:white;
}

    .soc-media h5 {
        font-weight: 400;
        text-transform: uppercase;
        font-size: .875rem;
        font-size: clamp(.5rem, .5rem + 2vw, .813rem);
        margin: auto !important;
        margin-right: 20px !important;
    }

.accordion-contacts .row {
    max-width: 1100px;
    margin: auto;
}

.accordion-contacts {
    margin-bottom: 3rem;
}

.panel.jag-faq-wrapper:nth-child(3), .panel.jag-faq-wrapper:nth-child(4), .panel.jag-faq-wrapper:nth-child(5), .panel.jag-faq-wrapper:nth-child(6) {
    background: #da1410;
    background: -moz-linear-gradient(left, #da1410 0%, #414994 100%);
    background: -webkit-linear-gradient(left, #da1410 0%,#414994 100%);
    background: linear-gradient(to right, #da1410 0%,#414994 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 );
}

    .panel.jag-faq-wrapper:nth-child(3) .jag-faq-title:not(.faq-accordion .jag-faq-title),
    .panel.jag-faq-wrapper:nth-child(4) .jag-faq-title:not(.faq-accordion .jag-faq-title),
    .panel.jag-faq-wrapper:nth-child(5) .jag-faq-title:not(.faq-accordion .jag-faq-title),
    .panel.jag-faq-wrapper:nth-child(6) .jag-faq-title:not(.faq-accordion .jag-faq-title) {
        color: #da1410;
    }

.panel.jag-faq-wrapper:first-child .fal.fa-chevron-down, .panel.jag-faq-wrapper:nth-child(2) .fal.fa-chevron-down, .panel.jag-faq-wrapper:first-child .fal.fa-chevron-up, .panel.jag-faq-wrapper:nth-child(2) .fal.fa-chevron-up {
    color: #da1410;
}
    .panel.jag-faq-wrapper:nth-child(3) .fal.fa-chevron-down, .panel.jag-faq-wrapper:nth-child(4) .fal.fa-chevron-down, .panel.jag-faq-wrapper:nth-child(5) .fal.fa-chevron-down, .panel.jag-faq-wrapper:nth-child(6) .fal.fa-chevron-down,
    .panel.jag-faq-wrapper:nth-child(3) .fal.fa-chevron-up, .panel.jag-faq-wrapper:nth-child(4) .fal.fa-chevron-up, .panel.jag-faq-wrapper:nth-child(5) .fal.fa-chevron-up, .panel.jag-faq-wrapper:nth-child(6) .fal.fa-chevron-up {
        color: #414994;
    }

.panel-collapse {
    background: white;
}

.short-width .row {
    max-width: 680px;
    margin: auto;
}
.pitch-location .col-xl-12 {
    padding: 0 9px;
}

.homepage .pitch-location .col-xl-12 {
  padding: 0;
}

.pitches {
    background: #414994;
    background: -moz-linear-gradient(left, #414994 50%, #da1410 100%);
    background: -webkit-linear-gradient(left, #414994 50%,#da1410 100%);
    background: linear-gradient(to right, #414994 50%,#da1410 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414994', endColorstr='#da1410',GradientType=1 );
    padding: 6rem 0 5rem;
}

    .pitches.no-bgr {
        background: none;
    }

    .pitches .row {
        max-width: 1745px;
        color: white;
    }

    .pitches.no-bgr .row {
        color: initial;
    }

    /*   .pitches .spotlights {
        display: flex;
    }

        .pitches .spotlights .fa-stack {
            width: auto;
            margin-right: 15px;
            font-size: 1rem;
        }

.fa-stack-2x {
    font-size: 3.5rem !important;
    color: #da1410;
}

i.fa-map-marker-alt {
    height: 20px;
    float: left;
    line-height: 53px;
    margin-right: 0;
    font-size: 26px;
    opacity: 1;
}*/

.pitches .card {
    background: transparent;
}

    .pitches .card-body {
        display: flex !important;
        flex-direction: row !important;
        padding: 10px 0 0 !important;
    }
        .pitches .card-body strong {
            font-weight: 600;
            font-size: 1.25rem;
            font-size: clamp(.875rem, .625rem + 2vw, 1.25rem);
            margin-top: 10px;
            display: block;
        }


    .pitches .card-left img {
        padding: 0 30px;
        min-width: 115px;
    }

.date-inner {
    display: flex;
    align-items: center;
    color: white;
    padding: 10px 20px;
    background: #da1410;
    background: -moz-linear-gradient(left, #da1410 0%, #414994 50%);
    background: -webkit-linear-gradient(left, #da1410 0%,#414994 50%);
    background: linear-gradient(to right, #da1410 0%,#414994 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 );
}

.time {
    flex-grow: 2;
    text-align: end;
}

.day {
    font-size: 48px !important;
    line-height: normal;
}

.month {
    text-transform: uppercase;
    font-weight:600;
}

.date-inner p {
    margin-bottom: 0;
}

.mon-yr {
    margin-top: 13px;
}

.year {
    opacity: .5;
}

.details {
    background: white;
    padding: 20px;
}

.cat {
    font-weight: 600;
}

.match {
    color: #da1410;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.425rem;
    font-size: clamp(1.125rem, .938rem + 2vw, 1.425rem) !important;
}

    .match span {
        opacity: .75;
        text-transform: lowercase;
        color: #3b3c47;
    }

.where {
    background-image: url('/content/images/clontarfcf/clock.svg');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 23px;
    margin-bottom: 10px;
}

.loc {
    background-image: url('/content/images/clontarfcf/compass.svg');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 23px;
    margin-bottom: 10px;
}

.homepage-fixtures {
    padding: 1rem 0 2rem;
}

.next-games-cards {
    padding-bottom: 1rem;
}

.match-card {
    box-shadow: 0 3px 30px rgba(59, 60, 71, .1);
    border-radius: 0;
        overflow: hidden;
}

.teams {
    padding: 6rem 0 3rem;
}

.next-games-cards .row, .teams .row {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(5,1fr);
    max-width: 1715px;
}

    .teams .row {
        grid-template-columns: minmax(365px, 400px) 1fr repeat(4,1fr);
        max-width: 1715px;
        margin: auto;
    }

    .teams .heading {
        padding-right:10% !important;
    }

    .next-games-cards .col-xl-3, .teams .col-xl-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

        .teams .col-xl-3:not(:first-child) {
            margin-top:-2.5rem;
        }


    .teams a:hover::after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 300;
        content: '\2b';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        height: 100px;
        font-size: 35px;
        color: white;
        background: #da1410;
        padding: 0 34px;
        line-height: 98px;
        border-radius: 50%;
        box-shadow: 0 0 50px rgba(0, 0, 0, .5);
        -webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
        animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    }

/* ----------------------------------------------
 * Generated by Animista on 2023-7-27 11:19:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(200px) scaleY(1) scaleX(1);
        transform: translateY(200px) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(1) scaleY(1) scaleX(1);
        transform: translateY(1) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(200px) scaleY(1) scaleX(1);
        transform: translateY(200px) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(1) scaleY(1) scaleX(1);
        transform: translateY(1) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}


.teams a img {
    position: relative;
    overflow: hidden;
    max-width: 322px;
    /* EASING*/
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}

.teams a:hover img {
    webkit-filter: opacity(.5) grayscale(1);
    filter: opacity(.5) grayscale(1);
}

.managers-table {
  display: grid;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-row-gap: 50px;
}


.managers-table p {
    line-height: 1.5rem;
}

.ImageHeadingTextWrapper {
    display: none;
}

.social-media-widget.content-page .row::before {
    display:none;

}

.social-media-widget.content-page {
    background: #da1410;
    background: -moz-linear-gradient(left, #da1410 0%, #414994 50%);
    background: -webkit-linear-gradient(left, #da1410 0%,#414994 50%);
    background: linear-gradient(to right, #da1410 0%,#414994 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 );
}


.counter-numbers .row .column > div {
    flex-direction: row;
    display: flex;
}

.calendarium .parent4Across {
    grid-gap: 90px;
    grid-row-gap: 15px;
}

.downloads-text-section {
    margin: 0 15px 6rem;
    padding: 0;
    border-radius: 0;
        overflow: hidden;
}

.downloads-text-section.coaches {
  margin: 6rem 15px 6rem;
}


.downloads-text-section .container {
    padding: 0;
}

    .downloads-text-section .column {
        margin: 0;
    }

     .downloads-text-section .column:nth-child(2) {
        margin: auto;
    }

    .downloads-text-section .column > div {
        height: 100%;
    }

    .downloads-text-section .column:nth-child(2) > div {
        padding: 0 14% !important;
        margin: auto;
    }

    .downloads-text-section img {
      object-fit: cover;
      height: 100%;
    }

.b-teams-list .col-md-12, .g-teams-list .col-md-12 {
    padding: 0;
}

.b-teams-list .spotlights, .g-teams-list .spotlights {
    display: flex;
}

    .b-teams-list .spotlights h2, .g-teams-list .spotlights h2 {
        display: none;
    }
    .b-teams-list .spotlights p, .g-teams-list .spotlights p {
        margin-bottom: 0;
        line-height: 1.5rem;
    }

.b-teams-list .spot-icon, .g-teams-list .spot-icon {
    width: 62px;
    text-align: left;
    height: 62px;
    margin: 0 20px auto 0;
}

.b-teams-list .parent4Across, .g-teams-list .parent4Across {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
    max-width: calc(100% - 350px);
    margin-top: 48px;
}
.g-teams-list .parent4Across {
    max-width: 100%;
}


    .b-teams-list, .g-teams-list {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 1000px;
    margin-bottom: 2rem;
}

.g-teams-list {
    min-height: 850px;
    margin-bottom: 0;
    padding-left: 530px;
    background-position: center left;
    display: flex;
}

    .b-teams-list .container, .g-teams-list .container {
        max-width: 1715px !important;
    }

    .g-teams-list .container {
        margin: auto;
    }

.other-teams {
    background: #414994;
    background: -moz-linear-gradient(left, #414994 50%, #da1410 100%);
    background: -webkit-linear-gradient(left, #414994 50%,#da1410 100%);
    background: linear-gradient(to right, #414994 50%,#da1410 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414994', endColorstr='#da1410',GradientType=1 );
    padding: 48px 0;
}



.other-teams .card-left img {
    max-width: 100%;
    padding: 0;
    width: 100%;
    min-width: 322px;
}


    .other-teams .card {
        background: none;
        color:white;
    }

    .other-teams .card-body {
          padding: 40px 0 40px 40px !important;
        }

    .other-teams .col-md-4 {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }

        .other-teams .col-md-4:first-of-type {
            -ms-flex: 0 0 28%;
            flex: 0 0 28%;
            max-width: 28%;
            padding-right: 100px;
            margin: 4rem 0 0;
        }

.contactUsFormH3 {
    text-transform: uppercase;
    font-size: 1.425rem;
    font-size: clamp(.938rem, .938rem + 2vw, 1.425rem);
}

.newsFiltersbar .row {
    max-width: 1715px;
    margin: auto;
    justify-content: flex-end;
    padding: 0 15px;
    position: relative;
}

.newsFiltersHeading h3 {
    font-size: 1.125rem;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    margin-right: 30px;
    opacity: .7;
}

.Newsgrid__item, .Newsgrid__col-sizer {
    width: 23.5%;
}

.newsFiltersSelect .quick-select-dropdown {
    background: none;
    border-bottom: 1px solid white;
    margin-top: 5px;
}

.newsFiltersSelect .bootstrap-select > .dropdown-toggle, .newsFiltersSelect .show > .btn-light.dropdown-toggle, .newsFiltersSelect .btn-light:not(:disabled):not(.disabled).active:focus, .newsFiltersSelect .btn-light:not(:disabled):not(.disabled):active:focus, .newsFiltersSelect .show > .btn-light.dropdown-toggle:focus,
.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 {
    color: white;
    padding: 5px 0 3px !important;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 2rem;
}

    .newsFiltersSelect .bootstrap-select > .dropdown-toggle::after {
        right: 1rem;
        color: white;
    }

#NewsDate i {
    display: none;
}
#NewsDate {
    font-size: 1.125rem;
    font-size: clamp(.875rem, .625rem + 2vw, 1rem);
    color: #3B3C47;
    margin-left: 0 !important;
    margin-bottom: 3px;
    display: block;
}

.card-desc h3, h2.articleTitle {
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.425rem;
    font-size: clamp(1.25rem, .75rem + 2vw, 1.425rem);
    line-height: 1.75rem;
    margin-top: 0;
    min-height: 65px;
}


.light {
    background: #f5f4f7;
}

.red-blue-gradient {
    background: #da1410;
    background: -moz-linear-gradient(left, #da1410 0%, #414994 50%);
    background: -webkit-linear-gradient(left, #da1410 0%,#414994 50%);
    background: linear-gradient(to right, #da1410 0%,#414994 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 );
}

.blue-red-gradient {
    background: #414994;
    background: -moz-linear-gradient(left, #414994 50%, #da1410 100%);
    background: -webkit-linear-gradient(left, #414994 50%,#da1410 100%);
    background: linear-gradient(to right, #414994 50%,#da1410 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414994', endColorstr='#da1410',GradientType=1 );
}

.NewsGlobalCTA.hero-banner-right .heroWrapper {
    color: #3b3c47;
}
.NewsGlobalCTA h5 {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.spotlights a:hover, .button:hover, .heroWrapper .button:hover, .contactUsForm input[type="submit"]:hover, 
.umbraco-forms-navigation input[type="submit"]:hover, .btn.solid-color:hover, 
.btn-primary:hover, .downloads a:hover, a.red:hover, #NewsArticle .btn-primary:hover, 
.divLoginButtonWrapper button:hover, .login-status-wrapper button:hover {
    filter: none;
    background: #ce110c !important;
}

.articleType2 {
    background:none;
}

.Related-articles {
    background: #f5f4f7;
    margin-bottom: 0;
    background: #da1410;
    background: -moz-linear-gradient(left, #da1410 0%, #414994 50%);
    background: -webkit-linear-gradient(left, #da1410 0%,#414994 50%);
    background: linear-gradient(to right, #da1410 0%,#414994 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 );
}

.py-5.image-full {
    display: none;
}

.Related-articles .news-sidebar {
    max-width: 1715px;
    padding: 7rem 0 4rem 15px;
    display: none;
}

.page-header-light #breadcrumb li:not(li:last-child), .header-contact #breadcrumb li:not(li:last-child), .ArticleType2 li:not(li:last-child) {
    opacity: 1;
}

.details-card {
    margin: 5rem 0 5rem 15px;
}

#paging {
    margin: 0;
}

.newsFiltersSelect .bootstrap-select .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.navbar-nav.main-navigation li {
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

#girls-teams {
  margin-top: -300px;
  position: absolute;
}

#nursery-ffa {
  margin-top: -200px;
  position: absolute;
}

.container.content-page li, .container.news-page li, .articleContainer li {
  font-size: clamp(.875rem, .5rem + 2vw, 1.125rem);
}

.docname {
  max-width: calc(100% - 35px);
  display: block;
}

.top-menu-CallUs {
  display: none;
}

.nav-search-inner input[type="text"], .nav-search-inner input[type="search"] {
  width: calc(100% - 20px);
}


.divCookiebotTab {
  width: 100px;
  height: 26px;
  background-color: #da1410;
  border-radius: 0;
  left:15px;
}

.downloads-text-section .heading h2::before {
  display: none;
}


.NewsGlobalCTA .halfright.col-bgr-cover {
    background-position: right center;
} 

.articleType2 .breadcrumb {
  margin-top: 2rem !important;
}

.articleType2 h1 {
  font-size: 2.25rem;
  font-size: clamp(1.75rem,.938rem + 2vw,2.25rem);
}

.articleType2 > .container {
  margin-bottom: 2rem;
}

.other-teams .nursery h2, .other-teams .ffa h2 {
  display:none;
}

.login-panel-wrapper {
  min-height: 550px;
  background: #f2f2f2;
}

.loginPage {
    background-position: center;
}

#divLoginWrapper {
  max-width: 400px;
  background: rgba(255, 255, 255, .6);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 30px rgba(59, 60, 71, .1);
  padding:30px;
  border-radius: 0;
  width: calc(100% - 30px);
}

/*#divLoginWrapper:before{
    webkit-backdrop-filter: blur(20px) saturate(10%);
    backdrop-filter: blur(20px) saturate(10%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}*/

.loginPage .col-xl-12 {
  padding: 0;
}

.divLoginImageText h1 {
margin: 0 0 20px;
font-size: 1.425rem;
font-size: clamp(.938rem, .938rem + 2vw, 1.425rem);
font-weight: 600;
text-transform: uppercase;
}

.divLoginImageText h2 {
  font-size: .813rem;
  font-weight: 400;
  letter-spacing: 2px;
margin-bottom: 5px;
}

.spanLoginHeadText {
  display: none;
}

.divLoginWrapperInner input {
    width: 100%;
    color: #3b3c47;
    background-color: #ffffff;
    height: 42px;
    padding: 7px;
    outline: none;
    font-size: 1.125rem;
    font-size: clamp(.875rem, .625rem + 2vw, 1.125rem);
    width: 100%;
    border: 1px solid #e1e1e1;;
    border-radius: 1px;
}

.divLoginWrapperInner label {
    letter-spacing: .3px;
    font-size: .875rem;
    text-transform: uppercase;
}

.divLoginUsernameWrapper, .divLoginPasswordWrapper {
  display: flex;
  flex-direction: column;
}

.validation-summary-errors ul {
    padding-left:0;
}

.validation-summary-errors li {
  color: #dd5858;
  list-style-type: none;
}

.login-status-outer-wrapper.landingPageBreakout {
  background: #414994;/*
  background: -moz-linear-gradient(left, #da1410 0%, #414994 50%);
  background: -webkit-linear-gradient(left, #da1410 0%,#414994 50%);
  background: linear-gradient(to right, #da1410 0%,#414994 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 );*/
  padding: 1.125rem 0;
}

.login-status-wrapper {
  display: flex;
  justify-content: flex-end;
    margin: 0 0 0 auto !important;
    max-width: 700px;
  align-items: baseline;
  align-items: center;
}

.login-status-wrapper legend {
  display: none;
}

.login-status-wrapper p {
    color:white;
    margin-bottom: 0;
    margin-right: 20px;
    line-height: 1.4rem;
}

.navbar-brand, .navbar-brand img {
  width: 130px;
  padding-bottom: 0;
  padding-top: 0;
}

.hidden {
    display:none;
}



.hidden-desktop {
    display:none;
}
.hidden-mobile {
    display:block;
}



.homepage .accordion-contacts .col-xl-12 {
  padding: 0;
}

.short-width .col-xl-12, .short-width .col-md-12 {
  padding: 0 0 16px !important;
}

p.contact-details {
  line-height: 1.5rem;
}

.legal-links ul {
  margin-left: 60px;
}

/* ---------------------------------------------------------------------------------------------------------------- 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: 1745px) {
        .NewsGlobalCTA {
          padding: 0 15px;
        }

        .b-teams-list .col-md-12, .g-teams-list .col-md-12 {
          padding: 0 15px;
        }

        .next-games-cards .row, .teams .row {
          padding: 0 15px;
        }

        .more-right-button {
          padding-right: 15px;
          padding-bottom: 32px;
        }
        .teams .row {
          grid-template-columns: 33% 33% 33%;
            grid-template-rows: 33% 33% 33%;
        }

                .teams .col-xl-3:not(:first-child) {
          margin-top: 0;
        }

        .teams .col-xl-3:nth-child(4) {
          grid-column: 2 / 2;
        }

        .teams a img {
          max-width: 100%;
        }

        .hidden-mobile {
    display:none;
}
.hidden-desktop {
    display:block;
}
}

@media (max-width: 1500px) {

    .downloads-text-section .column:nth-child(2) > div {
  padding: 3rem 2rem !important;
}

.calendarium .container {
    padding:0;

}
.loanspage-text-section .column {
  margin: 0;
}

.loanspage-text-section .column:nth-child(2) div, .loanspage-text-section.left .column:first-child div {
  padding: 0 !important;
}

.b-teams-list, .g-teams-list {
    background-image:none !important;

}


.b-teams-list .parent4Across, .g-teams-list .parent4Across {
  max-width: 100%;
}


.g-teams-list {
    min-height: unset;
    background: #f5f4f7;
      background-image: none;
    padding: 4.5rem 0 3rem;
    margin-bottom: 0;
    }

.other-teams .col-md-4:first-of-type {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  margin: 2rem 0;
}

.other-teams .col-md-4 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

}



@media (max-width: 1400px) {
    .navigation.float, .container.content-page.with-header, .container.content-page, .container.news-page, .article {
        }

        .navigation-portrait .loginButtons {
        }

            .navigation-portrait .loginButtons.buttons2 {
            }

        .loginButtons.buttons1, .nav-menu > li.loginButtons.buttons1 .nav-dropdown {
        }

        .info {
        }

        .footer-wrapper .bg-dark .column {
            border-left: none;
        }

            .footer-wrapper .bg-dark .column:last-child {
                border-right: none;
                padding: 0 1rem !important;
            }

        .loan-process .announcementItem {
            min-height: 373px;
        }

        .info > div.mapLegend {
            display: none !important;
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
            display: none !important;
        }

        .pitches {
            padding: 5rem 0 4rem;
        }

        .pitches .col-md-3 {
          -ms-flex: 0 0 33%;
          flex: 0 0 33%;
          max-width: 33%;
        }

        .pitches .col-md-3:first-child {
          flex-grow:4;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 0;
        }

        .pitches .card-left img {
          padding: 0 30px 0 0;
          min-width: 85px;
        }

        .next-games-cards .row, .teams .row {
          /*grid-template-columns: repeat(3,1fr);*/
        }

.our-teams-mobile {
    padding:2rem 0 3rem;
}



.our-teams-mobile .spotlights {
    display:flex;
}

.our-teams-mobile .spot-icon {
  margin: 0;
  text-align: left;
  width: 100px;
height: 100px;
}

.our-teams-mobile .spotlights h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.our-teams-mobile .spotlights p {
  margin-bottom: 1rem;
}


    }
    /* ---------------------------------------------------------------------------------------------------------------- 8.2 Large devices (desktops, less than 1200px) */
    @media (max-width: 1199px) and (max-width: 1201px) {
        .navigation.float, .navigation {
        }

        .loginButtons.buttonTitle {
            width: 100%;
        }

        .navigation-portrait .nav-menu > li.loginButtons > a, .navigation-portrait .nav-menu > li.loginButtons > a:hover {
            font-family: 'Open Sans', sans-serif;
        }


        .nav-menu > li.loginButtons .nav-dropdown li a {
        }

        .nav-menu > li.loginButtons .nav-dropdown li:first-child {
        }

        .nav-menu > li.loginButtons .nav-dropdown::before, .nav-menu > li.loginButtons .nav-dropdown::after {
        }

        .nav-menu > li.loginButtons .nav-dropdown li a:hover {
        }

        .navigation-portrait .nav-menu > li:last-child {
        }

        .nav-menu > li > .nav-dropdown {
        }

        .navigation-portrait .nav-menu > li > a {
            color: #4997be !important;
        }

        .spHeader {
        }

        .nav-search {
            margin-right: 3rem;
            margin-top: 0;
        }

        .navigation.float, .container.content-page.with-header, .container.content-page, .container.news-page, .article {
        }

        .navigation.float {
        }

        .nav-search > form {
        height: 90px;
        top: 0;
        width: calc(100% - 170px);
        right: 4rem;
        }

        .features-icon {
        }

        .spotlights h2 {
        }

        .features-main {
        }

        .features-sub {
        }

        .features-icon {
        }

        .container.bodyStart p {
        }

        .features-icon::after {
            border-bottom: 50px solid #c9ced7;
            border-right: 15px solid #eef0f5;
            border-top: 50px solid #c9ced7;
        }

        .TopFeatures a:hover .features-icon::after {
            border-bottom: 50px solid #60d880;
            border-right: 15px solid #eef0f5;
            border-top: 50px solid #60d880;
        }

        .progress-logo-footer {
        }

        .spotlight-box {
        }

        .staff-wrapper:hover {
        }

        .footer-wrapper .bg-dark .column {
        }

            .footer-wrapper .bg-dark .column:last-child {
            }

        .regulatory-links .column {
        }

        .footer-wrapper .globalAddressTwoCol .NextArrow {
        }

        .footer-wrapper .globalAddressTwoCol .PrevArrow {
            right: 52px;
        }

        dl, ol, ul {
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow {
        }

        .navigation-portrait .nav-search-close-button {
        }

        .homepageSlider .PrevArrow, .homepageSlider .NextArrow, .info {
        }

        .news-page h1 {
        }

        #NewsArticles {
        }

        .Newsgrid__item, .Newsgrid__col-sizer {
        }

        .noUi-horizontal .noUi-handle {
        }

        .loginButtons .icon {
        }

        .nav-dropdown.nav-submenu {
        }

        .loan-app-boxes .col-md-4 > div {
        }

        .loan-app-boxes .col-md-4 .button {
        }

        .positionApply {
        }

        #mobileNavOnlyButton {
            top: 16px;
        }

            #mobileNavOnlyButton .btn {
                background: #e47d51;
                background: -moz-linear-gradient(left, #e47d51 0%, #e45f58 100%);
                background: -webkit-linear-gradient(left, #e47d51 0%,#e45f58 100%);
                background: linear-gradient(to right, #e47d51 0%,#e45f58 100%);
                background-color: rgba(0, 0, 0, 0);
                background-color: rgba(0, 0, 0, 0);
                background-color: rgba(0, 0, 0, 0);
                background-color: rgba(0, 0, 0, 0);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47d51', endColorstr='#e45f58',GradientType=1 );
                font-weight: 400;
                font-size: .938rem;
                border-radius: 5px;
                padding-top: 15px !important;
                padding-bottom: 15px !important;
                min-width: 170px;
                padding-left: 25px !important;
            }

            #mobileNavOnlyButton.show .btn {
                border-radius: 5px 5px 0 0;
            }

            #mobileNavOnlyButton .dropdown-menu.show {
                margin-top: 0;
                background: #E47D51;
                border-radius: 0 0 5px 5px;
            }

        .first-text {
            padding-top: 50px !important;
        }

        .nav-menu.nav-menu-social.footer {
            margin: .5rem .5rem 0;
        }

        .container.content-page.with-header.spWithImage {
            margin-top: 0 !important;
        }

        .loan-process .col-md-3 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 15px !important;
            margin-top: 2rem;
        }

        .loan-process .announcementItem {
            min-height: 270px;
        }

        .step-wrapper::before, .loan-process .col-md-3:not(.col-md-3:last-child)::after {
            display: none;
        }

        .loan-process .step-1 .announcementItem, .loan-process .announcementItem, .loan-process .step-4 .announcementItem {
            border-radius: 10px;
        }

        .loan-process h2 {
            margin-bottom: 2rem;
        }

        .text-cta .BannerImages .curve {
            display: none;
        }

        .rep-example-numbers .box:not(.column:last-child .box) {
            border-right: none;
        }

        .who-can-join h2 {
            margin-bottom: 1rem;
        }

        .navbar-nav.main-navigation li, .navbar-nav.main-navigation li:hover {
            border-bottom: none;
            margin-right: 0;
        }

        .dropdown-toggle::after {
            position: relative;
        }

        .nav-item.dropdown.active.show {
            margin-bottom: 0;
        }

        .dropdown-menu, .dropdown-item {
            background: none;
            margin: 0;
        }

        .nav-item.dropdown {
            padding-right: 0;
        }

        .navbar-light .navbar-nav .nav-link {
          display: block;
          padding: 20px 15px 20px;
          color: #fff !important;
        }

        #mainNav .dropdown:hover > .dropdown-menu, .navbar-light .navbar-nav .dropdown-menu {
            margin-bottom: 20px;
        }

        .dropdown-toggle::after {
            top: 7px;
        }

        .loans-range .col-md-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .loanspage-card {
            margin: 2rem 0 5rem;
        }

        .loan-calc-rise {
            padding-top: 160px !important;
            margin-top: -11rem;
        }

        .container.content-page.with-header, .container.content-page, .container.news-page, .article {
            padding: 0;
        }

        .counters .col-xl-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .mobile-app-download {
            margin-top: 1rem;
        }

        .regulatory-links .row {
            flex-direction: column;
        }

        .regulatory-links .col-lg-4 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }

        .soc-media {
            margin: auto;
            padding: 20px 0 30px;
            display: block;
            position: relative;
            left: 10px;
        }

        .regulatory-links ul {
           padding: 10px 0;
          position: relative;
          left: 10px;
        max-width: 300px;
        margin:auto;
        }

        .footer-wrapper .bg-dark {
          padding-top: 50px;
          margin-top: 0;
          background-image: none;
          padding-bottom: 50px;
        }

        .regulatory-links, .footer-wrapper .bg-dark {
        background: #414994 !important;
        /*background: -moz-linear-gradient(left, #da1410 0%, #414994 50%) !important;
        background: -webkit-linear-gradient(left, #da1410 0%,#414994 50%) !important;
        background: linear-gradient(to right, #da1410 0%,#414994 50%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1410', endColorstr='#414994',GradientType=1 ) !important;*/
        }



        .footer-sponsors {
            margin: 1rem auto 0;
        }

        .footer-links {
          margin: 1.5rem auto 0;
        }

        .navbar {
          height: 90px;
        }

        .navbar .solidLogo {
          width: 75px;
        }

        .social-media-widget.content-page {
          display: none;
        }

        .nav-search-button {
          width: 40px;
            margin-right: 15px;
        }

        .nav-search-close-button {
          right: 9px;
          top: 31px;
        }

        .nav-search-inner input[type="text"], .nav-search-inner input[type="search"] {
          height: 90px;
          font-size: 1.25rem;
          color: white !important;
        }

        .nav-search-inner input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color:    white;
        }
        .nav-search-inner :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
           color:    white;
           opacity:  1;
        }
        .nav-search-inner ::-moz-placeholder { /* Mozilla Firefox 19+ */
           color:    white;
           opacity:  1;
        }
        .nav-search-inner :-ms-input-placeholder { /* Internet Explorer 10-11 */
           color:   white;
        }
        .nav-search-inner ::-ms-input-placeholder { /* Microsoft Edge */
           color:    white;
        }

        .nav-search-inner ::placeholder{ /* Most modern browsers support this now. */
           color:    white;
        }

        .navbar-light .navbar-toggler {
            margin-left: auto;
        }

        .navbar-light .navbar-toggler-icon::after {
          color: #fff;
          font-weight: 600;
        }

        .navbar.fixed-top .transparentLogo {
        width: 60px;
        padding-left: 0;
        margin-top: 2px;
        margin-left: 2px;
    }
    .fixed-top {
        height: 90px !important;
    }

    .navbar.mobile-menu-open .transparentLogo {
          width: 60px;
          margin-top: 15px;
        }

        #mainNav {
         background: #da1410;
         margin-top: 6px;
    }

    .navbar-nav.main-navigation {
      max-width: 100%;
      margin-left: 0;
      margin-top: 0;
      padding: 0 0;
    }



    .navbar-light .navbar-toggler {
        color: white;
        margin-right: -5.1rem;
        margin-top: 0;
    }

    .navbar-light.fixed-top .navbar-toggler, .navbar-light.fixed-top .nav-search {
      margin-top: 0;
    }

    .mobile-menu-open.navbar-light .navbar-toggler {
      margin-right: 21px;
        margin-top: 15px;
    }

    .nav-item:not(:first-child) {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

        .ConnectWithUs {
      background: #f5f4f7;
      align-items: center;
      padding: 1.25rem 1rem;
      margin-top: 0 !important;
    }


    .nav-menu.nav-divs.CallUsMobile {
  background-color: #d02824;
  padding: 1.25rem 0;
}

.ConnectWithUs ul {
  display: flex;
  margin-bottom: 0;
}

.mobile-menu-socialLinks-Heading {
  flex-grow: 2;
  color: #3b3c47;
  font-size: 17px;
  font-weight: 400;
}


.navbar-light.mobile-menu-open .nav-search-button {
    display:none;
}

.Newsgrid__item, .Newsgrid__col-sizer {
  width: 31.5%;
}

.details-card {
  margin: 3rem 0 2rem 15px;
}

.NewsGlobalCTA {
  margin: 0 auto 3rem;
}

.pitches {
  padding: 1.5rem 0 2rem;
}

.homepage .pitches {
  padding: 4rem 0;
}


.other-teams .card-left img {
  display: none;
}

.other-teams .card-body {
  padding: 0 !important;
}

.other-teams .nursery h2, .other-teams .ffa h2 {
  color:white;
  display:block;
}

        .homepage #mapid {
            margin-bottom: 4rem;
        }

        .news-item, .is-cover.detailedImageContainer img {
            height: 360px;}

            .homepage-news .news-sidebar {
                    margin-top: -560px;
}
.legal-links ul {
  margin-left: auto;
}
}

/* ---------------------------------------------------------------------------------------------------------------- 8.3 Medium devices (tablets, less than 1024px) */
@media (max-width: 1024px) {
    .b-teams-list .parent4Across, .g-teams-list .parent4Across {
  grid-template-columns: repeat(4,1fr);
}

}


    /* ---------------------------------------------------------------------------------------------------------------- 8.3 Medium devices (tablets, less than 992px) */
    @media (max-width: 992px) {
        .navigation.float {
        }

        .navigation-portrait .nav-logo > img {
        }

        .nav-header {
        }

            .nav-header img {
            }

        .navigation-portrait .nav-search {
        }

        .navigation-portrait .nav-search-button {
        }

        .navigation-portrait .nav-search-inner input[type="text"], .navigation-portrait .nav-search-inner input[type="search"] {
        }


        .info {
        }

            .info > div {
            }

        .info-text {
        }

        .homepageSlider .slick-dots {
        }

        .info-text {
        }

        .spotlight-box {
            margin-bottom: 0;
        }

            .spotlight-box:last-child {
            }

            .spotlight-box:first-child {
                margin-top: 0;
            }

        .footer-wrapper .bg-dark .column {
        }

            .footer-wrapper .bg-dark .column:last-child {
            }

        .footer-wrapper .globalAddressTwoCol .NextArrow, .footer-wrapper .globalAddressTwoCol .PrevArrow {
        }

        .footer-wrapper .bg-dark {
        }

        .regulatory-links .col-lg-5 {
        }

        .progress-logo-footer {
        }

        .navigation-portrait .nav-menus-wrapper .loginButtons ul {
        }

        .container.bodyStart .spotlights-wrapper h2, h1#pageHeading {
        }


        .spot-icon {
        }

        .homepage-spotlights .spot-text {
            max-width: calc(100% - 110px);
        }

        .spotlights img {
            top: 0;
        }

        .nav-toggle {
        }

        .nav-search-icon {
            margin-top: 3px;
        }

        .container.content-page.with-header, .container.content-page, .container.news-page, .article {
        }

        .spotlights-wrapper {
        }

        .spotlights h2 {
        }

        .spotlights-wrapper h2::before {
        }

        .spotlights p {
        }

        .homepageSlider .PrevArrow, .homepageSlider .NextArrow {
        }

        .features-icon {
        }

        #Testimonials .img-fluid {
        }

        .searchresults li {
        }

        .articleContainer {
        }

        .art-img {
        }

            .art-img .art-title {
                background: rgba(88, 157, 191, .93);
            }

            .art-img.noImage .art-title {
            }

        .category {
        }

        .art-title h1 {
        }

        .art-text {
            padding: 0 !important;
            margin-bottom: 0 !important;
        }

        .text-detail {
        }

        .text-article {
        }

        .author {
        }

        .day {
        }

        .month-year {
        }

        .sliderList {
        }

            .sliderList ul {
            }

        #submenu {
        }

        .Newsgrid__item, .Newsgrid__col-sizer {
            width: 48.5%;
        }

        .banner {
        }

        .downpointer {
            bottom: -12px;
        }

        .banner-wrap::after {
            bottom: -9px;
        }

        .banner .banner-icon .icon-wrap {
        }

        .banner .currency, .banner .counter {
        }
        /*.calltoactionButtons {
        text-align: left;
    }
    .calltoactionButtons a {
        margin-right: .5rem;
        margin-left: 0;
    }
    */

        .sliderResults {
        }


        .loan-app-boxes .col-md-4 > div {
        }

        .loan-app-boxes .col-md-4 .button {
        }

        .sliderResults::before, .sliderResults::after {
        }

        .art-img img {
        }

        .text-detail {
        }

        .art-img .art-title {
        }

        .articleContainer {
        }


        .counters {
            padding: 1.5rem 2rem 3rem;
        }

            .counters .banner {
                margin-bottom: 0;
            }

        .who-we-are-text {
            column-count: 1;
        }

        .small-icon-spot .spotlights h2 {
            margin-bottom: 10px;
            padding-bottom: 0;
        }

        .small-icon-spot .spotlight-box {
            padding: 0 0 10px !important;
            margin-bottom: 0;
        }

        .nav-menu.nav-menu-social.footer {
            display: flex;
            flex-direction: row;
        }

            .nav-menu.nav-menu-social.footer li {
                width: auto;
                margin-right: 2rem;
            }

        .footer-wrapper .bg-dark .column:last-child {
            padding: 0px 0 30px !important;
        }

        .footer-soc > a {
            display: inline-block;
            margin-top: 25px;
            float: left;
            display: flex;
            flex-direction: column-reverse;
            width: auto;
            margin-right: 1rem;
        }

        .footer-wrapper .bg-dark {
         
        }

        .calendarium .spotlight-box {
            margin-bottom: 0;
            padding: 0 !important;
        }

        .hero-banner-left .heroWrapper, .hero-banner-right .heroWrapper {
            max-width: 100%;
            margin: 0 15px !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .title-text {
            padding-top: 50px;
        }

        .news-header .BannerText, .news-header .BannerImages .col-bgr-cover-left {
            background: #006ea0;
            background: -moz-linear-gradient(left,#006ea0 50%,#00b0ad 100%);
            background: -webkit-linear-gradient(left,#006ea0 50%,#00b0ad 100%);
            background: linear-gradient(to right,#006ea0 50%,#00b0ad 100%);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-size: auto;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0',endColorstr='#00b0ad',GradientType=1 );
            min-height: unset;
        }

        .BannerText .flex-centered {
            min-height: 100px;
            margin: auto;
        }

        .news-header h2 {
            margin-bottom: 20px;
        }

        .downloads {
            padding: 2.5rem 0 .5rem;
        }

        .membership-text {
            margin: 6rem auto 5rem;
        }

        .online-access {
            padding-top: 0;
        }

            .online-access .membership-text {
                margin-bottom: 11rem;
            }

        .membership-img {
            max-width: 350px;
        }

        .landingPageBreakout.membership-process {
            padding-top: 10rem;
        }

        .NewsGlobalCTA.hero-banner-right .heroWrapper {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .news-header .BannerText {
            padding: 2rem 0;
        }

        .newsFiltersSelect .bootstrap-select > .dropdown-toggle {
            min-width: unset;
        }

        .newsFiltersSelect {
            min-width: 325px;
        }

        .services-page > .row {
            grid-template-columns: repeat(2,1fr);
        }

        .mobile-app-page.membership .card-image, .mobile-app-page.transfers .card-image {
            position: relative;
            top: 0;
            right: 3rem;
        }

            .mobile-app-page.membership .card-image img, .mobile-app-page.transfers .card-image img {
                max-height: 450px;
                max-width: 100%;
            }

        .mobile-app-page.balances .card-image img, .mobile-app-page.doc-upload .card-image img {
            min-height: 350px;
            min-width: 300px;
            margin: auto;
            display: block;
        }

        .mobile-app-page.transfers {
            padding: 5rem 0 5rem;
        }

        .mobile-app-page.membership {
            padding: 5rem 0 10rem;
        }

        .mobile-app-page.transfers .card-body {
            top: 0;
        }

        .mobile-app-page.balances .card-image, .mobile-app-page.doc-upload .card-image {
            margin-left: 3rem;
        }

        .mobile-app-page.membership .card-body, .mobile-app-page.transfers .card-body {
            max-width: 60%;
        }

        .mobile-app-page.membership {
            margin-top: 5rem !important;
        }

            .mobile-app-page.membership img, .mobile-app-page.balances img, .mobile-app-page.transfers img, .mobile-app-page.doc-upload img {
                max-width: 100%;
            }

        .loan-process {
            padding: 2rem 0 4rem;
        }

        .BannerText .heroWrapperContainer {
            padding: 2rem 0;
        }

        .BannerText .heroWrapper {
            padding-right: 0;
        }

        .loan-process .announcementItem {
            min-height: 341px;
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
            display: inline-block !important;
        }

        .splitPictureWrapper .twoCurves .BannerImages .curve {
            display: none;
        }

        .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left {
            min-height: 450px;
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
            top: 25%;
            background: rgba(0, 0, 0, .3);
        }

        #homePageSlider .BannerText {
            background: #006ea0;
            background: -moz-linear-gradient(left,#006ea0 50%,#00b0ad 100%);
            background: -webkit-linear-gradient(left,#006ea0 50%,#00b0ad 100%);
            background: linear-gradient(to right,#006ea0 50%,#00b0ad 100%);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-size: auto;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ea0',endColorstr='#00b0ad',GradientType=1 );
        }

            #homePageSlider .BannerText .flex-centered {
                margin: auto -15px;
            }

            #homePageSlider .BannerText .heroWrapperContainer {
                padding-bottom: 6rem;
            }

        #homePageSlider .slick-dots {
            bottom: 75px;
        }

        .homepage-spotlights .spotlights {
            padding: 20px 15px !important;
        }

        .homepage-spotlights .spotlight-box {
            margin-bottom: 0 !important;
            border-bottom: 1px solid #d9e1e6;
            padding: 10px 15px !important;
        }

            .homepage-spotlights .spotlight-box::after {
                display: none;
            }

        .counters .col-xl-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .loans-benefits .fa-stack {
            height: 60px;
            width: 60px;
        }

        .twoCurves .BannerText {
            padding: 0 15px;
        }

        .pitches.no-bgr .row {
          flex-direction: column;
        }

        .pitches .col-md-3 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
        }

       .footer-links {
          margin: 0 auto 0;
        }

        .NewsGlobalCTA {
          margin: 0 auto 3rem;
        }

        #breadcrumb {
  padding-bottom: 1.5rem;
}

.is-cover.detailedImageContainer img {
  object-fit: contain;
}

.NewsWidgetsliderDetailed4Across .slide .container {
  padding: 0;
}

        .next-games-cards .row, .teams .row {
          grid-template-columns: repeat(2,1fr);
        }

        .homepage-news .NewsWidgetsliderDetailed4Across .col-md-12:not(.news-content) {
                padding: 0 7px;
            }

            /*.teams .col-xl-3 {
  border-radius: 10px;
  overflow: hidden;
}*/
    }
    /* ---------------------------------------------------------------------------------------------------------------- 8.4 Small devices (landscape phones, less than 768px) */
    @media (max-width: 768px) {
        .navigation.float, .navigation {
        }

        .nav-search {
        }

        .navigation-portrait .nav-logo > img {
        }

        .nav-header img {
        }

        .navigation-portrait .nav-search {
        }

        .navigation-portrait .nav-search-button {
        }

        .nav-search-icon {
            color: #fff;
        }


        .navigation-portrait .nav-search-inner {
        }

        .sliderList li {
        }

        .nav-header {
        }

        .spot-icon {
        }

        .spot-text {
        }

        .spotlights img {
        }

        .Modern-sliderV2 .slick-slide {
        }


        #featured {
            border-radius: 5px 5px 0 0;
        }

        .newsboxes div:nth-child(2) .rounded-0 {
            border-radius: 0 !important;
        }

        .newsboxes div:nth-child(3) .rounded-0 {
            border-radius: 0 0 0 5px !important;
        }

        .nav-menus-wrapper-close-button {
            color: #4997c4;
        }

        .navigation-portrait .nav-search-close-button {
            color: #4997c4;
        }

        .regulatory-links p, .regulatory-links a {
            max-width: 100%;
        }

        .regulatory-links a {
        }

        h1 {
        }

        h2, .container.bodyStart h1 {
        }

        #Col1, #Col2, #Col3 {
        }

        #NewsArticles {
        }

        .halfleft.col-bgr-cover, .halfright.col-bgr-cover {
        }

            .halfleft.col-bgr-cover::before, .halfright.col-bgr-cover::before {
            }

            .halfright.col-bgr-cover::before {
            }

        .card-left img, .card-right img {
        }

        .SliderInner .TestimonialSlider .slick-slide {
        }

        #Testimonials .content.SliderInner .container {
        }

        #Testimonials .content.FullSlider .container {
        }

        .news-page h1 {
        }

        .spotlights h2 {
        }

        #Testimonials .img-fluid {
        }

        .nav-search-button:hover .nav-search-icon {
            color: #fff;
        }

        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;
                }

        .umbraco-form-block > div, .globalAddressWrapper {
        }



        .contact_img {
        }

        .loan-app-boxes .col-md-4 > div {
        }

        .loan-app-boxes .col-md-4 .button {
        }

        .calltoactionButtonsSmall {
        }

        .resultsWrapper {
        }


        .globalAddressWrapper {
        }

        .banner .banner-icon {
        }

        .card-title, .container.bodyStart .news-top-story h2 {
        }

        .Related-articles .slick-track {
            margin-left: 0;
            margin-right: 0;
        }

        .Related-articles h2:not(.post-title) {
        }


        .counters {
            padding: 0;
            background: none;
            box-shadow: none;
            margin-top: 0;
        }

        .mycu-details, .mycu-downloads, .legal {
            padding: 0;
        }

        .accordion-cu .box-cu {
            width: 100% !important;
        }

        .box-cu-details img {
            display: none !important;
        }

        .box-cu-details .dropdown-text {
            width: 100% !important;
        }

        .box-cu-details::before {
            margin-left: 50px !important;
        }

        .box-cu-details.order-md-3:before, .box-cu-details.order-md-10:before {
            right: auto !important;
        }

        .small-icon-spot {
            margin-bottom: 0 !important;
        }

        .loanspage-text-section {
            margin-top: 2rem !important;
        }

        .staff-members {
            margin-top: 0px !important;
        }

        .title-text {
            padding: 40px 0 20px;
        }

        .loanspage-text-section.left .row {
            flex-direction: column-reverse;
        }

        div#ourStaff {
            max-width: 488px;
        }

        .staff-details h4 {
            margin-top: 10px;
        }

        .staff-details p {
            margin-bottom: 10px;
        }

        .hero-banner-left.student-loans {
            margin-top: 2rem;
        }

        .sidebar-right {
            margin-top: 3rem;
        }

            .sidebar-right .img-fluid {
                width: 100%;
            }

        .faq-section {
            padding-bottom: 1rem !important;
        }

        .contactUsFormH3 {
            margin-top: 1rem;
        }

        .membership-text {
            margin: 3rem auto 2rem;
            text-align: center;
        }

        .facial-verification img {
            display: none;
        }

        .facial-verification, .identity-check {
            padding: 0 0 2rem;
        }

        .loanspage-card picture {
            width: 100%;
            text-align: center;
        }

        .loanspage-card .card-left img, .loanspage-card .card-right img {
            max-width: 100px;
            padding: 2rem 0 .5rem;
        }

        .loanspage-card .card {
            text-align: center;
        }

        .cardButtonList {
            margin: auto;
        }

        .loanspage-card .card-body {
            padding: 1rem 1.5rem 2rem !important;
        }

        .loanspage-card p {
            line-height: 1.4;
            margin-bottom: 1rem !important;
        }

        .landingPageBreakout.membership-process {
            padding-bottom: 5rem;
        }

        .text-center.third-step h4::before, .text-center.fourth-step h4::before, .text-center.fifth-step h4::before {
            width: 100%;
        }

        .text-center.third-step, .text-center.fourth-step, .text-center.fifth-step, .text-center.last-step {
            margin-top: 0 !important;
        }

        .membership-process .row {
            margin: 0;
        }

        .form-page {
            padding: 2rem 0;
        }

        .nav-fill .nav-item {
            margin: 8px 0;
        }

        .nav-tabs .nav-link.active {
            margin: 0 8px;
        }

        .services-page > .row {
            grid-template-columns: repeat(1,1fr);
        }

        .mobile-app-download-buttons .col-md-6.column {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .mobile-app-page.transfers, .mobile-app-page.membership {
            padding: 3rem 0;
            padding-bottom: 3rem;
            margin-top: 3rem !important;
        }

        .mobile-app-page.membership {
            padding-bottom: 9rem;
        }

        .mobile-app-page.how-it-works {
            text-align: center;
            padding: 3rem 0 !important;
        }

            .mobile-app-page.how-it-works img {
                margin-top: 3rem;
            }

        .mobile-app-page.balances .card-body, .mobile-app-page.doc-upload .card-body, .mobile-app-page.membership .card-body, .mobile-app-page.transfers .card-body {
            max-width: 100%;
            padding: 0 !important;
            text-align: center;
            margin: 0;
        }

        .mobile-app-page .card-title, .mobile-app-page.membership .card-title {
            margin: auto auto 1rem !important;
        }

        .mobile-app-page.membership .card-image img, .mobile-app-page.transfers .card-image img {
            display: none;
        }

        .mobile-app-page .card-icon, .mobile-app-page.membership .card-icon {
            margin: auto auto 1.5rem;
        }

        .mobile-app-page.transfers {
            background-size: auto;
        }

        .mobile-app-page.balances .card-icon, .mobile-app-page.doc-upload .card-icon {
            display: none;
        }

        .mobile-app-page.doc-upload .card-body, .mobile-app-page.balances .card-body {
            padding: 3rem 0 !important;
        }

        .mobile-app-page.balances .card-image img, .mobile-app-page.doc-upload .card-image img {
            max-width: 200px;
            position: relative;
            left: -28px;
        }

        .mobile-app-page.transfers {
            margin-top: 0 !important;
        }

        .mobile-app-page.doc-upload {
            padding-top: 4rem;
        }

        .loan-calculator-wrapper {
            padding-bottom: 0;
        }

        .loan-calc-rise {
            padding-top: 200px !important;
            margin-top: -14rem;
        }

        .NewsWidgetsliderDetailed4Across .PrevArrow {
        }

        .NewsWidgetsliderDetailed4Across .NextArrow {
        }

        .homepage-news {
            margin-top: 0;
            padding: 3.5rem 0;
            height: calc(100vh - 145px);
        }

        .banner .banner-icon .icon-wrap {
            bottom: 112px;
        }

        .counter-numbers .banner .banner-content {
            max-width: unset;
            padding-left: 0;
        }

        .counter-numbers .row .column > div {
          flex-direction: column;
        }

        .counter-numbers .banner-wrap {
          max-width: unset;
        }

        .counter-numbers {
        padding-bottom: 3rem;
        padding-top: 0;
        }

        .banner {
          margin-bottom: 2rem;
        }

        .footer-sponsors {
          display:grid;
          grid-template-columns: repeat(3,1fr);
          grid-gap: 40px;
            text-align: center;
        }

        .footer-links {
          display:grid;
          grid-template-columns: repeat(4,1fr);
          grid-gap: 20px;
          text-align: center;
        }

        .footer-wrapper .bg-dark {
          padding-top: 50px;
          padding-bottom: 30px;
        }

        .footer-wrapper .bg-dark .column:last-child {
          padding: 0 !important;
        }

        .footer-logo img {
          max-width: 100px;
        }

        .footer-logo h4 {
          font-size: .938rem;
        }

        .footer-logo {
          max-width: 320px;
        }

        .footer-sponsors img {
            /*max-height:38px;*/
        }

        .downloads-text-section .column:nth-child(2) > div {
          padding: 4rem 1rem 2rem !important;
        }

        .downloads-text-section {
          margin: 0 15px 3rem;
          background: none !important;
        }

        .downloads-text-section.coaches {
            margin: 3rem 15px 3rem;
        }

        .accordion-contacts {
          margin-bottom: 1rem;
        }

        .accordion-contacts .col-md-12 {
          padding: 0;
        }


        .managers-table {
           grid-template-columns: repeat(4,1fr);
          grid-row-gap: 50px;
        }
.counter-numbers .banner .counter, .counter-numbers .banner .currency {
  font-size: 36px;
}

.loanspage-text-section .column {
  margin: 0 0 0;
}

.loanspage-text-section.left {
  margin-bottom: 0;
}

.downloads-text-section .column:nth-child(2) > div {
  padding: 2rem 0 0 !important;
margin: 0;
}

.articleType2 > .container {
  margin-bottom: .5rem;
}

.Related-articles {
  margin-bottom: 3rem;
}

.articleType2 .breadcrumb {
  margin-top: 1.25rem !important;
}

.umbraco-forms-container input[type="text"], .umbraco-forms-container select, .umbraco-forms-container textarea {
  background-color: #f9f9f9;
}

.form-control:focus {
  color: #3b3c47;
  background-color: #f9f9f9;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.loanspage-text-section .column .heading {
  margin-top: 40px!important;
}

    .heading.text-center {
  padding-top: 30px !important;
}

.heading h2::before, .heading.text-left h2::before, .Related-articles h2:not(.post-title, .articleTitle)::before, .homepage-news .news-sidebar > h2::before {
  display:none;
}

.b-teams-list .parent4Across, .g-teams-list .parent4Across {
    grid-template-columns: repeat(3,1fr);
}

.b-teams-list, .g-teams-list {
    margin-top: -3.25rem;
}

#girls-teams {
  margin-top: -40px;
  position: initial;
}

.other-teams .col-md-4:first-of-type {
  margin: 0 0 1rem;
}

.other-teams {
  padding: 32px 0;
  background: #414994;
}

.newsFiltersSelect .quick-select-dropdown {
  border-bottom: none;
  margin-top: 0;
}

.newsFiltersSelect .bootstrap-select > .dropdown-toggle {

}

.homepage .pitches {
  padding: 2rem 0 3rem;
}

.homepage #mapid {
  margin-bottom: 0;
}

.social-media-widget {
  display: none;
}

.date-inner {
  padding: 5px 15px;
}

.homepage-fixtures {
  padding: 2rem 0 1rem;
}

.NewsWidgetsliderDetailed4Across .news-content, .news-item:hover .news-content {
  background: rgba(255, 255, 255, 1);}

.news-item:hover .news-content {
  padding-top: 50px !important;
}

/*.news-item {
  border-radius: 10px;
}

.match-card {
  border-radius: 10px;
  overflow: hidden;
}

.teams a img {
  border-radius: 10px;
}*/

.teams .col-xl-3:nth-child(4) {
  grid-column: initial;
}

.teams .row {
  padding: 0;
}

.teams {
  padding: 1.5rem 0 2rem;
}

.g-teams-list {
  margin-top: 3.25rem;
}

.news-item, .is-cover.detailedImageContainer img {
  height: 330px;
}

.is-cover.detailedImageContainer img {
  object-fit: cover;
}

.card-background .card-text-wrapper {
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 40px;
}

}
    /* ---------------------------------------------------------------------------------------------------------------- 8.5 Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 576px) {
        .headingArea {
        }

        .globalAddress {
        }

        .adressContact {
        }

        .globalAddressWrapper {
        }

        .Newsgrid__item, .Newsgrid__col-sizer {
            width: 100%;
        }

        .calltoactionButtons a {
        }

        .calcResultsLarge .row .col-4 {
        }

        .noUi-horizontal .noUi-handle {
        }

        .txtRequiredLoanAmt, .txtRequiredLoanTerm {
        }

        .sliderPadding .fa-chevron-up::before {
        }

        .sliderPadding .fa-chevron-down::before {
        }

        .sliderPadding {
        }

        .mycu-banner h2, .bulletpoints-text h2, .faq-title h2 {
            font-size: 44px;
        }

        .faq-accordion .jag-faq-title {
            padding: 3rem 1rem 3rem calc(2.75rem + 1px) !important;
        }

        .faq-accordion .panel.jag-faq-wrapper p {
            padding: 0 1rem 0 calc(2.75rem + 1px);
        }

        .faq-accordion .jag-faq-title i {
            margin-left: -20px;
        }

        .faq-accordion .jag-faq-title span {
            padding-left: 22px;
        }

        .box-cu-details .dropdown-text {
            padding: 20px 30px 20px 30px !important;
        }

        .accordion-cu h2, .hidden-text-cu p {
            max-width: 100% !important;
            width: 100% !important;
        }

        #mobileNavOnlyButton .btn {
            min-width: 125px;
            font-size: .813rem;
            line-height: 2.5rem;
            border: none;
            text-align: left;
            padding: 0 0 0 10px !important;
        }

        .navbar-brand, .navbar-brand img {
            width: 160px;
        }

        .navbar-light .navbar-brand {
            padding-left: 15px;
            padding-top: .35rem;
            padding-bottom: .5rem;
        }

        #mobileNavOnlyButton .btn::after {
            right: 13px;
        }

        #mobileNavOnlyButton {
            right: 0;
            position: relative;
            top: 0;
        }

            #mobileNavOnlyButton.show .btn {
                border-radius: 5px;
            }

            #mobileNavOnlyButton .dropdown-menu.show {
                width: 100vw;
                margin: 15px calc(-50.65vw + 0%) 0;
                border-radius: 0;
                border: none;
                overflow: hidden;
                padding: 0 1.5rem;
            }

        .spHeader {
            background-color: rgba(6, 60, 89, .7);
        }

        .title-text .row {
            /*margin: auto -15px;*/
        }

        .nav-menu.nav-menu-social.footer {
            display: flex;
            flex-direction: column;
        }

        .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-left, .splitPictureWrapper .twoCurves .BannerImages .col-bgr-cover-right, .splitPictureWrapper .twoCurves .BannerImages .curve, .splitPictureWrapper .twoCurves .BannerImages .secondcurve, .twoCurves .BannerImages .col-bgr-cover-left, .twoCurves .BannerImages .col-bgr-cover-right, .twoCurves .BannerImages .curve, .twoCurves .BannerImages .secondcurve, .text-cta .BannerImages .curve, .text-cta .BannerImages .col-bgr-cover-right, .text-cta .BannerImages .col-bgr-cover-left, .hero-banner-left .cardImage .halfleft.col-bgr-cover, .hero-banner-right .cardImage .halfright.col-bgr-cover {
            min-height: 300px !important;
        }

        .jag-faq-title:not(.faq-accordion .jag-faq-title), .panel.jag-faq-wrapper .panel-body, #accordion a {
        }

        #accordion .card-body {
            padding: 20px !important;
        }

        .downloads .jag-faq-theme5 table tbody td {
            display: flex;
            flex-direction: column;
        }

        .downloads td:first-child {
            padding-bottom: 0;
        }

        .loanspage-card .cardButtonList li {
            display: block;
            float: none;
            margin-right: 0;
        }

        .newsFiltersSelect {
            width: 100%;
            min-width: unset;
        }

        .mobile-app-page.balances .card-image img, .mobile-app-page.doc-upload .card-image img {
            min-height: unset;
            min-width: unset;
            max-width: 300px;
            width: 100%;
        }

        #CalculatorInputWrapper {
            padding: 15px;
            box-shadow: none;
        }

        .loan-calculator-wrapper .col-md-12 {
        }

        .loan-calculator-wrapper {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .loan-process .col-md-3 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .loan-process .announcementItem {
            min-height: unset;
        }

        .testimonals .col-bgr-cover-right, .testimonals .col-bgr-cover-left {
            min-height: 300px;
        }

        .rep-example-numbers h3 {
            font-size: 2.25rem;
        }

        .number-input button {
            width: 2rem;
            height: 2rem;
            min-width: 2rem;
        }

        .step-wrapper {
            margin: -8px auto 1.5rem;
        }

        .loans-benefits.landingPageBreakout {
            padding: 2rem 0 3rem;
        }

        .rep-example-numbers {
            padding: 1rem 0 3.5rem;
        }

        .loans-range .col-md-3 {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
        }

        .loanspage-calc.landingPageBreakout {
            padding: 0;
        }

        .homepageSlider .NextArrow, .homepageSlider .PrevArrow, .calcslider .NextArrow, .calcslider .PrevArrow {
            display: none !important;
        }
        .footer-links {
          grid-template-columns: repeat(1,1fr);
          grid-gap: 15px;
          text-align: center;
        }

        .footer-logo img {
          max-width: 90px;
        }

        .footer-logo h4 {
          font-size: .875rem;
        }

        .footer-logo {
          max-width: 300px;
        }

        .managers-table {
           grid-template-columns: repeat(2,1fr);
        }

                #mainNav {
         margin-top: 12px;
    }


.newsFiltersHeading {
  display: none;
}

.details-card {
  margin: 3rem 0 2rem 0;
}

.card-desc h3, h2.articleTitle, .card-desc p {
  min-height: unset;
}

#mapid {
  margin-bottom: 0;
  height: 250px !important;
}
.b-teams-list .parent4Across, .g-teams-list .parent4Across {
  grid-template-columns: repeat(2,1fr);
}

.other-teams .col-md-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.spotlight-box {
  padding: 10px 0 0px !important;
}
.homepage .pitches {
background: #414994;
}

        .next-games-cards .row, .teams .row {
          grid-template-columns: repeat(1,1fr);
        }

        .teams .row {
          grid-template-rows: initial;
        }

        .parallaxItem {
  height: calc(100vh - 120px) !important;
  background-size: cover;
  display:none;
}

.parallax-slider {
    object-fit: cover;
  height: calc(100vh - 4px) !important;
}

.homepage-news .news-sidebar {
  margin-top: 0;
}

        .footer-sponsors a:first-child img {
                min-width:65px;
                max-width:65px;
    }

    .footer-sponsors a:nth-child(2) img {
    min-width:90px;
    max-width:90px;
    }

    .footer-sponsors a:nth-child(3) img {
    min-width:140px;
     max-width:140px;
    }

    .footer-sponsors a:nth-child(4) img {
         min-width:60px;
         max-width:60px;
    }

    .is-cover.detailedImageContainer img {
      object-fit: contain;
    }

    .homepage-news .NewsWidgetsliderDetailed4Across .col-md-12:not(.news-content) {
        padding: 0;
        }

                .footer-sponsors {
          grid-template-columns: repeat(2,1fr);
        }

        .footer-sponsors a:nth-child(5) img {
  max-width: 130px;
}

.footer-sponsors a:nth-child(5) {
  grid-column-start: 1;
}

}

    /* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (400px) */
    @media (max-width: 400px) {

.login-panel-wrapper {
  min-height: unset;
}

#divLoginWrapper {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  box-shadow: none;
  padding: 30px 15px 50px;
  border-radius: 0;
  width: 100%;
}

    }
    /* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (375px) */
    @media (max-width: 375px) {

        .mobile-app-download-buttons {
            margin: 0 15px;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 15px 7px;
        }

        .homepage-spotlights .spot-text {
            max-width: 100%;
        }

        .homepage-spotlights .spotlights img {
            height: clamp(60px, 40px + 2vw, 90px);
            top: -10px;
        }

        .footer-logo img {
          max-width: 80px;
        }

        footer-logo {
          max-width: 280px;
        }

        .b-teams-list .parent4Across, .g-teams-list .parent4Across {
  grid-template-columns: repeat(1,1fr);
    } 

.card-background .card-img-overlay .card-title {
    width: 100%;
  }

    }
    /* ---------------------------------------------------------------------------------------------------------------- 8.5 Special media query for logo (360px) */
    @media (max-width: 360px) {
        .navbar-brand, .navbar-brand img {
            width: 140px;
        }
    }
    /*Icon calculator
#loanSelectedCalculator {
    display: none
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}


#loanIconDisplay h2 {
    text-align: center;
}

#loanIconDisplay h3 {
    width: 100%;
    color: #fff;
    text-align: center;
}

#loanIconDisplay #loanIcon {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}*/
    /****Icon Calculator


.iconCalcHeading {
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
}


.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    height: 44px;
    width: 28px;
    line-height: 54px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}*/
    /*start Icon Calculator

.iconCalcContainer {
    background-color: #fff;
    max-width: 420px;
    width: 400px;
    border: 1px solid #e7e7e7;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0 5px 10px -5px rgba(11,11,17,.05), 0 20px 60px -20px rgba(11,11,17,.2);
    box-shadow: 0 5px 10px -5px rgba(11,11,17,.05), 0 20px 60px -20px rgba(11,11,17,.2);
    
}


.iconCalculatorWrapper {
    background: #fff;
    overflow: hidden;
}

    .iconCalculatorWrapper .list-group-item {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }



.loanSelectedCalculator {

}

.iconHeader H1 {
    color: #fff;
    font-size: clamp(2.25rem,2.25rem + 2vw,2.375rem) !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: 'Libre Franklin';
}


.iconHeader P {
    color: #fff;
    font-size: clamp(2rem,2rem + 1.5vw,2rem) !important;
    font-weight: 500 !important;
    text-align: center;
    font-family: 'Libre Franklin';
}

.calcIconSliders.calcInputsInfoIcon {
    border: 0;
    background-color: transparent;
    font-size: 22px !important;
    line-height: 1.25rem;
    outline: none !important;
    opacity: 1;
    text-align: right;
    margin-top: 0;
    padding-right: 0;
    padding: .375rem .75rem;
    color: #063c59;
    font-weight: 600;
}

.iconTermsAndConditions {
    font-size: .75rem;
    margin-top:10px;
}

.landingPageBreakout {
    background-repeat: no-repeat;
}*/
    /* New calc input*/
    /*SHould be in the credit union css as maybe sterling*/
    .txtWithImageCurrency {
    background-image: url('/content/Into/Euro.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.txtWithImageTerm {
    background-image: url('/content/Into/timer.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}




.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
/*.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}

    .with-nav-tabs.panel-default .nav-tabs > .open > a,
    .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
        color: #777;
        background-color: #ddd;
        border-color: transparent;
    }

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #777;
    }

        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #ddd;
        }

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #555;
    }*/
