/* custom css */

/* Sticky footer styles
-------------------------------------------------- */

@font-face {
    font-family: "Source Sans 3 Regular";
    src: url("/CanadianBankersAssociation/css/fonts/SourceSans3-Regular.woff2") format("woff2"),url("/CanadianBankersAssociation/css/fonts/SourceSans3-Regular.woff") format("woff"),url("/CanadianBankersAssociation/css/fonts/SourceSans3-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Source Sans 3 Medium";
    src: url("/CanadianBankersAssociation/css/fonts/SourceSans3-Medium.woff2") format("woff2"),url("/CanadianBankersAssociation/css/fonts/SourceSans3-Medium.woff") format("woff"),url("/CanadianBankersAssociation/css/fonts/SourceSans3-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Source Sans 3 Bold";
    src: url("/CanadianBankersAssociation/css/fonts/SourceSans3-Bold.woff2") format("woff2"),url("/CanadianBankersAssociation/css/fonts/SourceSans3-Bold.woff") format("woff"),url("/CanadianBankersAssociation/css/fonts/SourceSans3-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Source Sans 3 Light";
    src: url("/CanadianBankersAssociation/css/fonts/SourceSans3-Light.woff2") format("woff2"),url("/CanadianBankersAssociation/css/fonts/SourceSans3-Light.woff") format("woff"),url("/CanadianBankersAssociation/css/fonts/SourceSans3-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}


.ss-regular {
    font-family: "Source Sans 3 Regular" !important;
    font-weight:400 !important;
    font-size:32px
}
.mainheader.ss-regular {font-size:32px !important; line-height:normal !important; margin-bottom:33px}

:root {
    --text2: #4B4B4B;
    --text: #1a1a1a;
    --bluebase: #006CB7;
    --blue: #1F75C1;
    --lt-blue: #EFF4FF;
    --dark-blue: #003B69;
    --green: #009A4E;
    --lt-green: #E9F7EC;
    --icon-green: #BEE7C7;
    --red: #C9242B;
    --lt-red: #FFEEEA;
    --icon-red: ##FFCCC3;
    --gray-bg: #ddd;
    --orange: ##F89C1B;
    --bs-body-font-size: 14px;
    /*    --purple: #8618C1;
    --d-purple: #58167C;
    --l-purple: #FDEFFF;*/
}


body {
    color: var(--text);
    font-family: 'Source Sans 3 Regular', Arial, sans-serif;
    background: #fafafa;
    line-height:normal;
    font-size:16px
}


img {
    max-width: 100%;
}



html {
    position: relative;
    min-height: 100%;
}

body {
    /* margin-bottom: 60px;  Margin bottom by footer height */
}

footer {
    /*    position: absolute;
*/ bottom: -20px;
    width: 100%;
    /*height: 60px;*/ /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    /*    background-color: #f5f5f5;
*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color:var(--text)
}

.card-wrapper.full_bg_banner .mainheader {color:#fafafa !important}


h1, .h1 {
    font-size: 40px;
    line-height: 60px;
    font-family: 'Source Sans 3 Medium', Arial, sans-serif;
}

h2, .h2 {
    font-size: 32px;
    line-height: 48px;
    font-family: 'Source Sans 3 Medium', Arial, sans-serif;
}

h3, .h3 {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Source Sans 3 Medium', Arial, sans-serif;
}

h4, .h4 {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Source Sans 3 Medium', Arial, sans-serif;
}

h5, .h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Source Sans 3 Medium', Arial, sans-serif;
}

h6, .h6 {
}

@media (max-width: 768px) {

    h2, .h2 {
        font-size: 24px;
        line-height: 36px;
    }
}
.Content p {
    font-size:16px
}

.banner.overline {
    font-family: 'Source Sans 3 Medium', Arial, sans-serif;
    text-transform: uppercase
}
.carousel-item .mb-48 {
    margin-bottom: 25px
}
.overline {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Source Sans 3 Regular', Arial, sans-serif;
    margin: 15px 0;
    z-index: 4;
    position: relative;
    color:#4b4b4b;
    margin-bottom:24px !important
}
.full_bg_banner .overline {color:#fff}
.carousel .overline {
    color: unset
}

p.bannerContent {
    font-size: 20px;
    line-height32px
}
a.overline {
    text-decoration: none;
    color: var(--text)
}

    .overline:not(.readAllText):before, a.overline:not(.readAllText):before {
        content: "";
        position: relative;
        display: inline-block;
        height: 14px;
        width: 14px;
        background: var(--bluebase);
        transform: rotate(45deg);
        border-radius: 2px;
        margin-right: 10px;
    }

    a.overline:not(.readAllText):before {
        content: "";
        position: relative;
        display: inline-block;
        height: 14px;
        width: 14px;
        background: var(--bluebase);
        transform: rotate(45deg);
        border-radius: 2px;
        margin-right: 10px;
    }

img, svg {
    max-width: 100%;
}

.readAllText span {
    transition: all 0.2s;
    padding-left: 5px;
}

.readAllText:hover span {
    margin-left: 15px
}
.btn.btn-solid.readAllText {
    margin-top: 40px !important
}
/*scrollbars*/
* {
    scrollbar-width: thin;
    scrollbar-color: var(--dark-blue) white;
}
    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    *::-webkit-scrollbar-track {
        background: white;
        border-left: 1px solid #ccc;
        border-top: 0;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #0d6efd;
        border-radius: 0;
        border: 0px solid white;
    }

/*.row {
    --bs-gutter-x: 0px !important;

}*/

/*CSS OVERRIDES*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

/* END CSS OVERRIDES*/


.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 50%;
    top: 0;
    transition: all 1s;
    pointer-events: none
}

.spinner-border {
    margin-top: auto;
    margin-bottom: auto;
}

.spinner {
    text-align: center;
    height: 100%;
    position: Fixed;
    width: 100%;
    left: 0 !important;
    top: 0;
    z-index: 999;
}

.cardListImage {
    width: 100%;
}

.blogListImage {
    height: 100%;
}

/* site sepecific */

.BGGray {
    background-color: #ededed
}

.colContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dropdown-menu li label {
    padding-left: 10px
}


/*MJS*/

/*header*/


header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9
}

.header .logo {
    align-content: center
}

    .header .logo img {
        max-height: 60px;
        padding:3px
    }

.header {
    transition: all 0.5s;
    /*    box-shadow: 0px 10px 30px -18px rgba(11,36,71,1);
    
*/ 
}
.scrolling-active .header, .menu-active .header {
    border-bottom: 1px solid #ddd
}
.header.dark {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Assets/CanadianBankersAssociation/Images/header-bg-dark.png);
    box-shadow: none;
    background-color: var(--dark-blue);
}

.main_menu {
    align-content: center
}

.dark .navbar-toggler-icon {
    filter: brightness(18)
}

.dark .navbar-toggler {
    border-color: #fff
}

.langbtn {
    color: var(--dark-blue);
    transition: all 0.2s;
    position: relative;
    padding-left: 20px;
    margin-top: 8px;
}

.dark .langbtn {
    color: #fff
}

.langbtn a {
    text-decoration: none;
    color: var(--text)
}

    .langbtn a:before {
        content: url("data:image/svg+xml, %3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13.4375C8.19141 13.4375 8.73828 13.2461 9.28516 12.125C9.53125 11.6328 9.75 11.0586 9.88672 10.375H6.08594C6.25 11.0586 6.44141 11.6328 6.6875 12.125C7.26172 13.2461 7.78125 13.4375 8 13.4375ZM5.86719 9.0625H10.1055C10.1602 8.65234 10.1875 8.21484 10.1875 7.75C10.1875 7.3125 10.1602 6.875 10.1055 6.4375H5.86719C5.8125 6.875 5.8125 7.3125 5.8125 7.75C5.8125 8.21484 5.8125 8.65234 5.86719 9.0625ZM6.08594 5.125H9.88672C9.75 4.46875 9.53125 3.89453 9.28516 3.40234C8.73828 2.28125 8.19141 2.0625 8 2.0625C7.78125 2.0625 7.26172 2.28125 6.6875 3.40234C6.44141 3.89453 6.25 4.46875 6.08594 5.125ZM11.418 6.4375C11.4727 6.875 11.4727 7.3125 11.4727 7.75C11.4727 8.21484 11.4727 8.65234 11.418 9.0625H13.5234C13.6328 8.65234 13.6875 8.21484 13.6875 7.75C13.6875 7.3125 13.6328 6.875 13.5234 6.4375H11.418ZM13.0312 5.125C12.457 4.00391 11.5 3.10156 10.3516 2.58203C10.7344 3.29297 11.0352 4.16797 11.2266 5.125H13.0312ZM4.74609 5.125C4.9375 4.16797 5.23828 3.29297 5.62109 2.58203C4.47266 3.10156 3.51562 4.00391 2.94141 5.125H4.74609ZM2.44922 6.4375C2.36719 6.875 2.3125 7.3125 2.3125 7.75C2.3125 8.21484 2.33984 8.65234 2.44922 9.0625H4.55469C4.5 8.65234 4.5 8.21484 4.5 7.75C4.5 7.3125 4.5 6.875 4.55469 6.4375H2.44922ZM10.3516 12.9453C11.5 12.4258 12.457 11.5234 13.0312 10.375H11.2266C11.0352 11.3594 10.7344 12.2344 10.3516 12.9453ZM5.62109 12.9453C5.23828 12.2344 4.9375 11.3594 4.74609 10.375H2.94141C3.51562 11.5234 4.47266 12.4258 5.62109 12.9453ZM8 14.75C5.48438 14.75 3.1875 13.4375 1.92969 11.25C0.671875 9.08984 0.671875 6.4375 1.92969 4.25C3.1875 2.08984 5.48438 0.75 8 0.75C10.4883 0.75 12.7852 2.08984 14.043 4.25C15.3008 6.4375 15.3008 9.08984 14.043 11.25C12.7852 13.4375 10.4883 14.75 8 14.75Z' fill='%23003B69'/%3E%3C/svg%3E%0A");
        /**/ /*    background-image: url(/Assets/CanadianBankersAssociation/Images/Icons/globe.svg);
*/
        height: 15px;
        width: 15px;
        display: block;
        position: absolute;
        left: 0;
        top: 1px
    }

@media (min-width:992px) {
    body:not(.menu-active) .dark .langbtn a {
        color: #fff
    }
/*
        body:not(.menu-active) .dark .langbtn a:before {
            height: 15px;
            width: 15px;
            display: block;
            content: url("data:image/svg+xml, %3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13.4375C8.19141 13.4375 8.73828 13.2461 9.28516 12.125C9.53125 11.6328 9.75 11.0586 9.88672 10.375H6.08594C6.25 11.0586 6.44141 11.6328 6.6875 12.125C7.26172 13.2461 7.78125 13.4375 8 13.4375ZM5.86719 9.0625H10.1055C10.1602 8.65234 10.1875 8.21484 10.1875 7.75C10.1875 7.3125 10.1602 6.875 10.1055 6.4375H5.86719C5.8125 6.875 5.8125 7.3125 5.8125 7.75C5.8125 8.21484 5.8125 8.65234 5.86719 9.0625ZM6.08594 5.125H9.88672C9.75 4.46875 9.53125 3.89453 9.28516 3.40234C8.73828 2.28125 8.19141 2.0625 8 2.0625C7.78125 2.0625 7.26172 2.28125 6.6875 3.40234C6.44141 3.89453 6.25 4.46875 6.08594 5.125ZM11.418 6.4375C11.4727 6.875 11.4727 7.3125 11.4727 7.75C11.4727 8.21484 11.4727 8.65234 11.418 9.0625H13.5234C13.6328 8.65234 13.6875 8.21484 13.6875 7.75C13.6875 7.3125 13.6328 6.875 13.5234 6.4375H11.418ZM13.0312 5.125C12.457 4.00391 11.5 3.10156 10.3516 2.58203C10.7344 3.29297 11.0352 4.16797 11.2266 5.125H13.0312ZM4.74609 5.125C4.9375 4.16797 5.23828 3.29297 5.62109 2.58203C4.47266 3.10156 3.51562 4.00391 2.94141 5.125H4.74609ZM2.44922 6.4375C2.36719 6.875 2.3125 7.3125 2.3125 7.75C2.3125 8.21484 2.33984 8.65234 2.44922 9.0625H4.55469C4.5 8.65234 4.5 8.21484 4.5 7.75C4.5 7.3125 4.5 6.875 4.55469 6.4375H2.44922ZM10.3516 12.9453C11.5 12.4258 12.457 11.5234 13.0312 10.375H11.2266C11.0352 11.3594 10.7344 12.2344 10.3516 12.9453ZM5.62109 12.9453C5.23828 12.2344 4.9375 11.3594 4.74609 10.375H2.94141C3.51562 11.5234 4.47266 12.4258 5.62109 12.9453ZM8 14.75C5.48438 14.75 3.1875 13.4375 1.92969 11.25C0.671875 9.08984 0.671875 6.4375 1.92969 4.25C3.1875 2.08984 5.48438 0.75 8 0.75C10.4883 0.75 12.7852 2.08984 14.043 4.25C15.3008 6.4375 15.3008 9.08984 14.043 11.25C12.7852 13.4375 10.4883 14.75 8 14.75Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A");
        }*/
}

@media (min-width:992px) {
    body:not(.menu-active) .dark .nav-link {
        color: #fff;
    }

    .nav-link {
        color: #000;
    }

    body:not(.menu-active) .dark .navbar-nav .nav-link.active, body:not(.menu-active) .dark .navbar-nav .nav-link.show {
        color: #fff !important
    }
}

.nav-item.dropdown ul {
    list-style: none
}

    .nav-item.dropdown ul li {
        display: inline-block;
        margin: 10px;
        display: inline-block;
        margin: 10px;
        /* width: 10%; */
        max-width: 312px;
    }

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .navbar {
    position: unset
}

.dropdown-menu.show {
    width: 100%;
    border-radius: 0;
    margin-top: -5px;
/*    box-shadow: 0px 10px 30px -18px rgba(11, 36, 71, 1);
*/    border-right: 0;
    border-left: 0;
}

@media (max-width:991px) {
    .header > .container {
        max-width: 100%;
        position: relative
    }

    .navbar {
        position: unset
    }

    #navbarNav {
        position: absolute;
        background: var(--lt-blue);
        left: 10px;
        top: 61px;
        width: calc(100% - 30px);
        padding: 15px
    }
}

.nav-link {
    font-size: 14px
}



.dropdown-toggle:after {
    display: none
}
@media (max-width:991px) {

    #navbar-content .nav-item.dropdown.active .nav-link {
        border-left: 2px solid var(--blue);
    }

    #navbarNav > .nav-item { 
        border:0 !important
    }


    .dropdown-menu.show .active {
        border-left: 2px solid var(--blue);
    }

    .sub-nav-list {
        border-radius: 0
    }
    .header .nav-item.dropdown .dropdown-menu .subNav > div {padding-left:11px !important}
    .dropdown-menu.show {box-shadow:none; border:1px solid #ddd}

    .rrr.active {border:0 !important}
    .dropdown-menu.show {
        margin-left: -1px;
        margin-top: -0px;
    }
}
    @media (min-width:992px) {
        #navbar-content .nav-link {
            border-radius: 4px;
            transition: all 0.2s
        }

        #navbar-content .nav-item {
            margin-left: 20px
        }

            #navbar-content .nav-link:hover, #navbar-content .nav-item.dropdown.active .nav-link {
                background: var(--blue);
                color: #fff
            }

        .dropdown-menu.show .active a.sub-nav-list {
            background: var(--bluebase);
            color: #fff;
        }
    }
}
/*Banner*/
div [data-zonename='Top Area'] .carousel.slide.mx-auto {
    background-image: url(/Assets/CanadianBankersAssociation/Images/Banner/main-banner-bg.jpg);
    background-size: cover;
    padding: 80px 0 0 0 !important;
    color: #fff
}

/*@media (max-width: 767px) {
    div[data-zonename='Top Area'] .carousel.slide.mx-auto {
        padding: 80px 0 0 0 !important
    }
}
*/

/*search */
.SearchContainer {
    position: relative;
}

    .SearchContainer > span {
        width: 100%
    }

.search-field .SearchSubmit {
    vertical-align: middle;
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 5px;
    top: 6px;
    z-index: 999999;
}

a.link-arrow {
    position: relative;
    padding-right: 20px;
    color: unset;
    text-decoration: none;
}

    a.link-arrow:after {
        transition: all 0.2s;
        position: absolute;
        right: 0;
        top: 3px;
        content: "";
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.949219 12.7657C0.839844 12.6837 0.785156 12.5743 0.785156 12.465C0.785156 12.3556 0.839844 12.2462 0.921875 12.1642L5.87109 6.77747L0.921875 1.3634C0.757812 1.19934 0.757812 0.925903 0.949219 0.761841C1.11328 0.597778 1.38672 0.597778 1.55078 0.789185L6.80078 6.47668C6.96484 6.64075 6.96484 6.88684 6.80078 7.0509L1.55078 12.7384C1.38672 12.9298 1.11328 12.9298 0.949219 12.7657Z" fill="%23292929"/></svg>')
    }

    a.link-arrow:hover:after {
        right: -10px;
    }


.overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    Farticle-wrapper feature white-space: nowrap;
}

.blue-bg {
    background-color: var(--lt-blue)
}

/*Quicklinks*/
.qlink .nav-link:not(.active) img {
    filter: grayscale()
}

.qlink .nav-link:hover img {
    filter: unset
}

.qlink .nav-link img {
    max-width: 16px;
    margin-top: -5px;
    margin-right: 5px;
}


.qlink .nav-tabs .nav-link {
    border: 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px
}

.qlink .nav-item {
    background: transparent;
    transition: all 0.2s
}

    .qlink .nav-item:not(.setActive):hover {
        background: var(--lt-blue)
    }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0
}
.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
    border-bottom: 1px;
    border-color: transparent
}
    .qlink .nav-link {
    padding: 20px;
    text-align: center
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid var(--blue);
    background: transparent
}

.tablister {
    padding: 0 30px;
    border-radius: 8px;
    margin-top: -10%;
    background: #fff;
    position: relative;
    margin-bottom:33px
}

@media (max-width: 768px) {
    .tablister {
        margin-top: -70%;
    }
}
.tablister .nav-tabs .nav-link {
    border-radius: 0;
    color: black;
    padding: 25px 0 15px 0 !important;
}
.tablister .nav-tabs .nav-link.active{
    color: #004E89;
}
.carousel.slide mx-auto {
    z-index: 1
}

.tablister:after {
    content: "";
    width: 100vw;
    height: calc(100% + 66px);
    background: var(--lt-blue);
    display: block;
    position: absolute;
    left: calc((100vw - 100%) / -2 - 10px);
    top: 0;
    z-index: -1;
}

.QuickLinkContent, .QuickLinkContent a {
    text-align: center;
    font-size: 14px
}

@media (min-width: 1400px) {
    .QuickLinkContent .sm {
        max-width: 179px
    }

    .QuickLinkContent .row {
      /*  justify-content: space-between*/
    }
}

@media (max-width: 767px) {
    .tab-pane.fade.active > .row {
        justify-content: space-between;
    }

   /* .navImg img {
        max-width: 80px;
        max-height: 80px
    }*/

    .navbar-nav.menuDropdown {
        padding-bottom: 120px;
    }
}

.sm .imgI {
    transition: all 0.2s
}

.sm, .lg {
    border-radius: 4px;
    transition: all 0.2s
}

.hoverEffect:hover {
    /*        background: var(--lt-blue)
*/
}

.sm a, .lg a {
    text-decoration: none;
    color: var(--text)
}


.hoverEffect:hover .navIcon .imgI {
    margin-top: -46px !important;
    opacity: 0
}

.hoverEffect .navIcon {
    overflow: hidden;
    height: 55px;
    margin: auto
}

    .hoverEffect .navIcon .icoI {
        color: var(--dark-blue);
        font-size: 18px
    }


.navImg {
    overflow: hidden;
    transition: 0.2s;
    border-radius: 4px;
    max-width: 104px;
    max-height: 104px;
}

    .navImg.nIsm {
        max-width: 94px;
        max-height: 94px;

        height: unset;
        aspect-ratio: 1 / 1;
    }

    .navImg.nIsm img {

        object-fit: cover;
        width: 100%;
        height: unset;
        aspect-ratio: 1 / 1;
    }
    .navImg.nIsm:after {
        width: 100%;
        height: unset;
        aspect-ratio: 1 / 1;
        border-radius:4px
    }

    .navImg img {
        object-fit: cover;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

.hoverEffect.lg img, .hoverEffect img {
    transition: all 0.2s
}

.hoverEffect.lg:hover img, .hoverEffect:hover img {
    transform: scale(1.2);
}

.hoverEffect p, .overflow-ellipsis {
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .overflow-ellipsis {
        margin-bottom: 8px;
    }
}

.blue-date {
    color: var(--dark-blue)
}

.text-title {
    font-family: "Source Sans 3 Medium";
}
select  {
    cursor: pointer;
}}

.clippedImage {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50% 0 0 0;
    overflow: hidden;
    max-height: 392px;
}
    .clippedImage:after {
        pointer-events: none;
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.2s;
        opacity: 0.3;
        z-index: 5;
    }
    .clippedImage:hover:after {
        opacity: 0
    }
        /*solid buttons*/
        .btn.btn-solid {
            background: var(--bluebase);
            transition: all 0.2s;
            color: #fff;
            font-size: 16px;
            padding: 8px 8px
        }

    .btn.btn-solid:hover {
        background: var(--dark-blue)
    }

.readMoreLink {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.cardWrapper.card.content-card {
    position: relative
}

.card-overline {
    color: var(--dark-blue);
    font-family: "Source Sans 3 Medium"
}

.card {
    border: 0;
    background: transparent
}

h3 p {
    margin-bottom: 0;
    padding-bottom: 60px
}

.card picture {
    display: flow-root;
    overflow: hidden;
    border-radius: 4px;
}

.obscure-image {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

    .obscure-image:after {
        content: "";
        width: 100%;
        height: auto;
        background: #000;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.2s;
        opacity: 0.3;
    }

    .obscure-image:hover:after {
        opacity: 0
    }


/*main {
    overflow-x: hidden
}
*/
.full-width-module > div {
    z-index: 2;
    position: relative
}

.full-width-module {
    position: relative;
}

.cardWrapper.card.content-card:not(.horizontal) {
    padding: 70px 0
}

.full-width-module {
    margin: 70px 0
}

    .full-width-module:before {
        /*z-index: 1;
            content: "";
            top: -70px;
            width: 125vw;
            height: calc(100% + 140px);
            background: var(--lt-blue);
            display: block;*/
        /* position: sticky; */
        /*position: absolute;
            left: 0;
            left: -25vw;*/


        z-index: 1;
        content: "";
        top: -70px;
        /* width: 125vw; */
        width: calc(100);
        height: calc(100% + 140px);
        background: var(--lt-blue);
        display: block;
        /* position: sticky; */
        position: absolute;
        /* left: 0; */
        /* left: -25vw; */
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: calc(100vw - 15px);
    }

@media (max-width: 991px) {
    .full-width-module:before {
        width: calc(100vw);
    }
}
    .full-width-module picture, .full_bg_banner picture {
        display: flow-root;
        position: relative;
        overflow: hidden;
        background: transparent;
    }

.full-width-module .pos-Left .left-sided picture {
    border-radius: 4px 180px 4px 4px
}

.full-width-module .pos-Right .right-sided picture {
    border-radius: 180px 4px 4px 4px
}

.full-width-module .pos-Left .left-sided:before, .full-width-module .pos-Right .right-sided:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: var(--dark-blue);
    background-color: var(--bluebase);
    width: 50%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    left: 39%;
    bottom: -42px;
    z-index: -1;
}

    .full-width-module .hoverEffect picture:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.2s;
        opacity: 0.3;
        z-index: 5
    }

    .full-width-module .hoverEffect:hover picture:after {
        opacity: 0
    }


    .full-width-module .pos-Left .left-sided, .full-width-module .pos-Right .right-sided {
        position: relative
    }


        .full-width-module .pos-Right .right-sided:before {
            left: 10%;
        }

    .full-width-module picture img {
        z-index: 2;
        position: relative;
        aspect-ratio:4/3;
        object-fit:cover
    }

    .full-width-module .pos-Right .left-sided picture {
        /*  display: none !important*/
    }

    .full-width-module .pos-Right .left-sided .col-3 picture {
        display: block !important
    }

    .full-width-module .accordion-button, .full-width-module .accordion-item {
        background: transparent;
        padding: 0
    }

        .full-width-module .accordion-button::after {
            flex-shrink: 0;
            width: 24px;
            /* padding: 5px; */
            height: 24px;
            background-color: var(--blue);
            border-radius: 4px;
            margin-left: auto;
            content: "";
            /*            content: "\f078";
            font-family: "Font Awesome 6 Pro";*/
            background-position: center;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: 14px;
            /*            background-image:none;
*/ transition: var(--bs-accordion-btn-icon-transition);
        }

    .full-width-module .accordion-item {
        border: 0 !important
    }

    .full_bg_banner {
        background-repeat: no-repeat;
        background-size: 100% 100%;
/*        background-image: url(/Assets/CanadianBankersAssociation/Images/banner/full-blue-bg.jpg);
*/        color: #fff
    }


        .full_bg_banner img {
            max-height: 400px;
            width: 100%;
            object-fit: cover;
            object-position: bottom;
        }

        .full_bg_banner picture {
            border-radius: 4px 180px 4px 4px;
        }

        .full_bg_banner a {
            background: var(--bluebase);
            transition: all 0.2s;
            color: #fff;
            font-size: 14px;
        }

            .full_bg_banner a:hover {
                71 background: var(--dark-blue);
                color: #fff
            }

        .full_bg_banner .readAllText {
            margin-top: 0 !important
        }


@media (max-width: 991px) {
    .full-width-module .pos-Right .right-sided:has(picture) {
        order: 1;
        margin-bottom: 40px;
    }

    .full-width-module .pos-Right .left-sided:not(:has(picture)) {
        order: 2;
    }

    .full-width-module .pos-Right .right-sided:has(picture), .full-width-module .pos-Left .left-sided:has(picture), .bg-mobile-img {
        width: 100vw;
        max-width: none;
        margin-left: -25px;
        padding: 0;
        margin-bottom: 55px;
    }

    .bg-mobile-img {
        margin-left: -37px;
    }

    .listing.row.blue-circle:has(.bg-mobile-img):before {
        left: -110px;
        bottom: 0px;
        background: transparent;
        width: 0;
        height: 0;
    }

    .bg-mobile-img:before {
        content: '';
        position: absolute;
        right: 0;
        top: 27%;
        width: 165px;
        height: 280px;
        background-color: var(--dark-blue);
        border-top-left-radius: 110px;
        border-bottom-left-radius: 160px;
        margin-right: -23px;
    }
    .listing.row.blue-circle div:has(.bg-mobile-img) {
        order: -1;
    }

    .listing.row.blue-circle {
        overflow: visible;
    }

    .listing.row.blue-circle .bg-mobile-img .clippedImage {
        aspect-ratio: unset;
        width: 100%;
        max-height: unset;
        overflow: visible;
        height: auto;
    }

    .full-width-module .pos-Right .right-sided picture, .full-width-module .pos-Left .left-sided picture {
        border-radius: 4px 180px 4px 4px;
    }

    .full-width-module .pos-Left .left-sided:before, .full-width-module .pos-Right .right-sided:before {
        left: -130px;
        bottom: -60px;
    }
}

    .prefooter {
        background-image: url("data:image/svg+xml,%3Csvg width='1512' height='340' viewBox='0 0 1512 340' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' clip-path='url(%23clip0_5418_4387)'%3E%3Cpath opacity='0.65' d='M1511.52 732.431H-4V232.373L1511.52 530.318V732.431Z' fill='%23ABC8F9'/%3E%3Cpath opacity='0.65' d='M1511.52 782.762H-0.479492V377.24L1511.52 87V782.762Z' fill='%23ABC8F9'/%3E%3Cpath d='M1510.76 194L0.283203 467.962V722.365H1510.76V194Z' fill='%23ABC8F9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5418_4387'%3E%3Crect width='1512' height='340' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        min-height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    footer {
        background: var(--lt-blue)
    }

        footer p {
            margin: 0;
            padding: 0;
            line-height: 28px;
        }

        footer a {
            text-decoration: none;
            color: var(--text)
        }

            footer a:hover {
                color: var(--dark-blue)
            }

        footer h5 {
            margin-top: 20px
        }


    .hxql {
        width: 100%;
        overflow: hidden
    }



        .hxql ul {
            list-style: none;
            /* margin: 15px 0 30px 0; */
            /* padding: 0 30px; */
            /* width: calc(100% - 70px); */
            white-space: nowrap;
            display: inline-block;
            transition: all 0.2s
        }

            .hxql ul li {
                display: inline-block;
                list-style: none;
                margin-left: auto;
                margin-right: auto;
                margin-right: 30px;
                /*transition:all 0.2s*/
            }

                .hxql ul li a {
                    text-decoration: none;
                    color: var(--text);
                    font-size: 14px
                }

                    .hxql ul li a span {
                        margin-right: 10px
                    }

                    .hxql ul li a:hover, .hxql ul li a.active {
                        color: var(--dark-blue)
                    }

    .arrLeft, .arrRight {
        padding: 5px 10px;
        border: 1px solid var(--gray-bg);
        border-radius: 4px;
        display: inline-flex;
        background: #fff;
        transition: all 0.2s
    }

        .arrLeft.disabled, .arrRight.disabled {
            opacity: 0.3;
            pointer-events: none;
           /* display: none*/
        }

        .arrLeft:hover, .arrRight:hover {
            background: var(--gray-bg);
        }

    .hxql .overflow {
        width: calc(100% - 130px);
        display: inline-flex;
        margin: 0 30px;
        overflow: hidden;
        position: relative
    }

    .selectedFilters {
        margin: 20px 0px  0 0px;
        display: flex;
    }
    @media (min-width: 991px) {
        .selectedFilters {
            margin: 20px 8px 0 8px;
        }
    }

.selectedFilters > div {
    padding: 8px 12px 5px 12px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    display: inline;
    margin-right: 8px;
    font-size: 16px;
    order: 1;
    white-space: nowrap;
    width: auto;
    margin-bottom: 8px;
    position: relative;
}

.selectedFilters > span, .selectedFilters > a {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
    order: 99;
    width: auto
    /*text-decoration: underline;*/
}
.selectedItems .close-btn {
    padding: 0 0 8px 12px;
    margin-top: -2px;
    display: block;
    float: right;
}
.selectedFilters > div span:last-child, selectedFilters > div a:last-child {
    margin-left: 8px;
    cursor: pointer;
}

.selectedFilters > span span:before, .selectedFilters > a span:before {
    content: "\f1f8";
}

.selectedFilters > div span span:before, .selectedFilters > div a span:before {
    content: "\58";
}

    .customizedSelector .dropdown-menu {
        padding: 10px 15px;
        width: calc(100% - 16px);
    }

    .selectedFilters .remove-all-button svg {
        margin-top: -3px;
        margin-left: 4px;
    }

    .selectedFilters > div span svg {
        margin-top: -1px;
    }

    select.form-select {
        background: #F3F3F3;
    }

    .select-wrapper {
        position: relative;
    }

        .select-wrapper::before, button.dropdown-toggle::before {
            content: "\f0d7";
            position: absolute;
            right: 10px;
            top: 7px;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            pointer-events:none
        }

    button.dropdown-toggle {
        color: black;
        padding: .375rem 2.25rem .375rem .75rem;
        background: #F3F3F3;
        text-align: left;
        position: relative;
        border: var(--bs-border-width) solid var(--bs-border-color);
    }

        button.dropdown-toggle:hover {
            color: black;
            background: #F3F3F3;
            border: var(--bs-border-width) solid var(--bs-border-color);
        }

    .main_menu .navbar {
        padding: 6px 0;
    }

        .main_menu .navbar .navbar-toggler {
            padding: 0;
            width: 44px;
            height: 44px;
        }
        /*.main_menu .scrolling-active .navbar-toggler {
    background: white;
    border: 1px solid #DDDDDD;
}*/
        /*.main_menu .navbar .navbar-toggler[aria-expanded="false"]{
    background: #006CB7;
}*/
        .main_menu .navbar svg {
            fill: white;
        }

    .scrolling-active .navbar svg {
        fill: #292929;
    }

    .main_menu .navbar .navbar-toggler[aria-expanded="true"] svg, .main_menu .navbar .navbar-toggler[aria-expanded="false"] span {
        display: inline-block;
    }

    .main_menu .navbar .navbar-toggler[aria-expanded="false"] svg, .main_menu .navbar .navbar-toggler[aria-expanded="true"] span {
        display: none;
    }

.dark .navbar-toggler {
    background: #006CB7;
    background: transparent;
    border: 0;
}
    /*.main_menu .navbar .navbar-toggler:focus{
    border-width: 0px;
    box-shadow: none;
}*/
    /*.main_menu .scrolling-active .navbar .navbar-toggler:focus {
    border-width: 1px;
}*/
    .main_menu .scrolling-active .navbar .navbar-toggler {
        border: 1px solid #DDDDDD;
    }

    header .header:has(.main_menu .navbar .navbar-toggler[aria-expanded="true"]) {
        /*background: white;*/
        border-bottom: 1px solid #FAFAFA;
    }

    @media (max-width: 991px) {
        #navbarNav {
            width: calc(100% + 16px);
            left: -8px;
            background: white;
            overflow-x: scroll;
        }

            #navbarNav ul li {
                max-width:100vw
            }

                #navbarNav ul li a.nav-link.dropdown-toggle {
                    height: 88px;
                    border-bottom: 1px solid #FAFAFA;
                    align-content: center;
                    display: inline-block;
                    width: 100%;
                }

        .langbtn {
            padding-left: 0;
        }

        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1600px !important;
        }
    }


    ul.pagination {
        justify-content: center;
        gap: 8px;
    }

        ul.pagination .page-link {
            border: none;
            background: transparent;
            color: black;
            padding: 6px 0;
            width: 36px;
            text-align: center;
        }

            ul.pagination .page-item.active:not(.page-control) .page-link, ul.pagination .page-link:hover {
                background: #1F75C1;
                border-radius: 4px;
                cursor: pointer;
                color: white;
            }

    @media (max-width: 991px) {
        body {
            overflow-x: hidden
        }
        .card-wrapper {
            padding: unset !important;
        }
        .navbar > .container-fluid {
            padding: 0;
        }

        .header .logo {
            padding-left: 0;
        }

        .header > .container {
            gap: 12px;
        }

            .header > .container .logo {
                width: 75px;
                padding: 0 !important;
            }

            .header > .container .main_menu {
                width: 44px;
                padding: 0 !important;
            }

            .header > .container .SearchContainer {
                width: 100%;
                flex: 1;
                padding: 0 !important;
            }

            .header > .container .SearchText {
                width: 100%
            }

        .header .navbar-nav .nav-item .nav-link span {
            margin-right: 4px;
            float: right;
        }
      /*  .nav-item.dropdown .subNav {
            padding-bottom:150px
        }*/
        #navbarNav {
            padding: 0 0 15px 0;
            /*max-height: calc(100vh - 70px);*/
            background: var(--text);
            height: 100vh
        }
        ul.navbar-nav {
            background:#fff;
            padding-bottom:150px
        }

        .header .navbar-nav .nav-item .nav-link.dropdown-toggle {
            padding: 32px;
            padding-left: 20px;
            font-weight: bold;
            font-size: 16px;
        }

        .header .navbar-nav .nav-item.dropdown:has(.show) {
            border-left: 2px solid #1F75C1;
        }

        .header .mobileSearch {
            display: none;
        }

        .header .nav-item.dropdown .dropdown-menu .subNav {
            padding-left: 0;
            padding-right: 0;
            padding-top: 0 !important;
        }

            .header .nav-item.dropdown .dropdown-menu .subNav > div {
                padding-left: 24px;
                padding-right: 24px;
                border-bottom: 1px solid #0000002d;
                margin-bottom: 0 !important;
                padding-top: 8px;
                padding-bottom: 8px;
            }

        .header .nav-item.dropdown .dropdown-menu {
            padding: 0;
        }

        #HeaderContent_Header_Navbar_languageToggle_lnkLanguage {
            padding: 32px;
            padding-left: 20px;
            font-weight: bold;
            font-size: 16px;
            height: 88px;
            border-bottom: 1px solid #FAFAFA;
            align-content: center;
            display: inline-block;
            width: 100%;
        }

            #HeaderContent_Header_Navbar_languageToggle_lnkLanguage:before {
                content: "";
            }




        .tablister .nav-tabs .nav-link {
            padding: 20px 5px;
        }

        .tablister > ul.qlink {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }

            .tablister > ul.qlink::-webkit-scrollbar {
                display: none !important; /* Hides scrollbar */
            }


        /* REMOVE THESE 2 TO SHOW  scrollbar on tags */
        .tablister > ul.qlink {
            -ms-overflow-style: none; /* Internet Explorer 10+ */
            scrollbar-width: none; /* Firefox */
        }

            .tablister > ul.qlink::-webkit-scrollbar {
                display: none; /* Safari and Chrome */
            }


        footer .mobile-adjustment {
            line-height: 3;
            text-align: center;
        }
    }

    .no-result-search {
        padding: 30vh 0;
    }

    /* CUSTOM CSS FOR PRIVACY BANNER */
    /* Styles for a privacy badge */
    .tracking-consent-dialog {
        position: fixed;
        border: 1px solid #DDDDDD;
        bottom: 25px;
        width: calc(100% - 90px);
        max-width: 550px;
        z-index: 100;
        background: white;
        padding: 32px;
        left: 30px;
        /*transform: translate(-50%, 0%);*/
        border-radius: 4px;
    }

    @media (max-width: 576px) {
        .tracking-consent-dialog {
            width: calc(100% - 60px);
        }
    }


        .tracking-consent-dialog .btn {
            padding: 4px 8px;
            border-radius: 4px;
            transition: all 0.2s ease-in-out;
            font-weight: 700;
            text-transform: capitalize;
            background: white;
            border: 1px solid #DDDDDD;
            color: black;
            font-size: 14px;
        }

    #BtnSave {
        margin-left: auto;
    }

    .tracking-consent-dialog .tracking-consent-dialog-description {
        display: inline-block;
        margin-bottom: 1rem;
    }

    .tracking-consent-dialog .btn:hover, .tracking-consent-dialog .btn:focus {
        cursor: pointer;
        background-color: #C7A549;
    }

    .tracking-consent-dialog .mt {
        margin-top: 1rem;
    }

    .tracking-consent-dialog .mb {
        margin-bottom: 1rem;
    }

    .tracking-consent-dialog .form-check-label {
        margin-left: 2rem;
        margin-top: 0.3rem;
    }

    .tracking-consent-dialog .form-switch {
        margin-top: 0.5rem;
        display: flex;
    }

    .tracking-consent-dialog .row-buttons {
        display: flex;
        gap: 10px;
        flex-direction: row;
    }

    .tracking-consent-dialog .lastBtn {
        margin-left: 0;
        background: #006CB7;
        color: white;
    }

    .tracking-consent-dialog .btn:hover{
        background: #003b69;
        color: white;
    }
    /*

@media (min-width: 992px) {
    .tracking-consent-dialog {
        max-width: 880px;
    }
}*/

    @media (max-width: 767px) {
        .tracking-consent-dialog .row-buttons {
            flex-direction: column;
        }

        .tracking-consent-dialog .btn {
            width: 100%
        }

        .tracking-consent-dialog .tracking-consent-dialog-description {
            text-align: justify;
        }
    }


    /* Slider styles */
    .tracking-consent-dialog .switch {
        display: inline-block;
        height: 22px;
        position: relative;
        width: 40px;
    }

        .tracking-consent-dialog .switch input {
            display: none;
        }

    .tracking-consent-dialog .slider {
        background-color: #ccc;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s;
    }

        .tracking-consent-dialog .slider:before {
            background-color: #fff;
            bottom: 4px;
            content: "";
            height: 13px;
            left: 2px;
            position: absolute;
            transition: .4s;
            width: 13px;
        }

    .tracking-consent-dialog input:checked + .slider {
        background-color: #66bb6a;
    }

    .tracking-consent-dialog input:disabled + .slider {
        background-color: grey;
    }


    .tracking-consent-dialog input:checked + .slider:before {
        transform: translateX(20px);
    }

    .tracking-consent-dialog .slider.round {
        border-radius: 34px;
    }

        .tracking-consent-dialog .slider.round:before {
            border-radius: 50%;
        }

    .tracking-header {
        color: #004E89;
        font-size: 16px;
        font-weight: 500;
    }
    /* END CSS FOR PRIVACY BANNER */



@media (max-width: 991px) {
    .order-sm-first {
        order: -1;
    }


}


@media (min-width: 768px) and (max-width: 991px) {
    .owl-item {
        width: 50% !important
    }
}

    @media (max-width: 767px) {
        .owl-stage {
            width: 100% !important
        }

        .owl-item {
            width: 100% !important
        }
    }

.photoCaption {
    font-size: 11px !important;
    text-transform: uppercase;

}

.crd-para {
    color: red;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 1rem !important;
    overflow: hidden;
}

    .crd-para span::after {
        content: "...";
        padding-left: 0.125rem;
    }


a:focus, .btn:focus, a:focus {
    outline: 2px solid var(--bluebase) !important;
    outline-offset: 5px !important;
}
