html {
  font-size: 18px;
}

.SearchIcon {
    display:none;
}

.F1Header {
    width: 100%;
    
    margin: 0 auto;
}
 
.F1link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: -1.5px;
}
.F1link-Small {
    font-size: 14px;
}

.GrayBackground {
    background-color: #F2F1F1;
}

/*====================================# Menu Styles ========================================*/

.hide {
    display: none !important;
}

.DesktopMenu .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 1.5rem;
}



.shiny-pattern-bg {
    background-image: url('images/shinypatternbg.svg') !important;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    justify-items: flex-start;
    font-size: 1.2rem;
    font-weight: 500;
}

.test .drop-down {
    display: flex;
}

.footer-links a {
    margin-right: 2rem;
    color: #2F419F;
    text-decoration: none;
    opacity: 80%;
}

    .footer-links a:hover {
        opacity: 100%;
    }

.vl {
    border-left: 3px solid #FFCD32;
    height: 300px;
}

.active {
    color: #fff !important;
/*    background-color: #132586;*/
}

    .active a {
        color: #fff !important;
    }

.nav-item {
    font-weight: bold;
}

.submenu .dropdown-menu {
    position: absolute;
    left: -100px;
    color: white;
    gap: 1rem;
}


.MobileItems .dropdown-menu a {
    color: white;
    font-size: 0.9rem;
    padding: 0 0 0.8rem 0;
}

.submenu .dropdown-menu a:hover {
        background: none;
        color: #ffff;
    }

.SubmenuTitle {
    
    color: white;
    /*cursor: pointer;*/
}

    .SubmenuTitle:hover {
        color: #ffc107;
    }


    .nav-bar li a {
        padding-top:3px;
        
    }


@media(max-width:1280px) {
    .nav-bar li a {
         
    }
}

.nav-bar, .MobileItems a:hover {
    color: #cdc4a0;
    background-color: transparent;
}

.nav-bar ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    /*gap: 1.3rem;*/
    font-weight: bold;
    margin: 0;
}

    .nav-bar ul li {
        padding: 0.4rem ;
        text-align:center;
    }

.Test {
    background: white !important;
    border-radius: 8px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;*/
    /*box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
    min-height: 200px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; border: 1px solid #FEDBDB;
}
.Test div a {
    color: #5A5A5A !important;
    font-weight: 500;
}

.test div a:hover {
    color: #0D6EFD!important;
}

.test h6 {
    color: #2F419F !important;
    font-weight: 800;
}

.test {
    display: flex;
    
}
/* Anchor dropdowns to the menu item they belong to, not the whole menu bar */
.DesktopMenu ul > li { position: relative; }

.drop-down {
    position: absolute;
    display: none;
    flex-wrap: wrap;
    left: 0;
    right: auto;
    top: 100%;
    margin: 0;
    padding: 16px 22px;
    width: max-content;
    min-width: 100%; /* never narrower than the parent menu item */
    max-width: min(90vw, 900px);
    z-index: 9999 !important;
}

.drop-down-general {
    position: absolute;
    display: none;
    flex-wrap: wrap;
    left: 0;
    right: auto;
    top: 100%;
    margin: 0;
    padding: 16px 22px;
    width: max-content;
    min-width: 100%; /* never narrower than the parent menu item */
    max-width: min(90vw, 900px);
    z-index: 99999 !important;
    background-color: #F6F4EE;
    border: 1px solid black;
}

/* Right-edge menu items flip their dropdown to open leftward so it never overspans the viewport */
.DesktopMenu ul > li.align-right .drop-down,
.DesktopMenu ul > li.align-right .drop-down-general {
    left: auto;
    right: 0;
}

/* When a dropdown contains column groups (.group-div), lay them out in a row; otherwise stack */
.drop-down:has(.group-div),
.drop-down-general:has(.group-div) {
    flex-direction: row;
}
.drop-down:not(:has(.group-div)),
.drop-down-general:not(:has(.group-div)) {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 2px;
}

.drop-down .group-div,
.drop-down-general .group-div {
    flex: 0 1 auto;
    width: auto;
    /* Cap each column so very long titles wrap instead of stretching the panel */
    max-width: 280px;
    min-width: 180px;
    padding: 0 8px;
    text-align: left;
}

.drop-down .DropDownGroup,
.drop-down-general .DropDownGroup {
    text-align: left;
    white-space: normal;
}

/* Single-column (flat) dropdowns keep items on one line so the panel hugs content width */
.drop-down:not(:has(.group-div)) .dropdown-item,
.drop-down-general:not(:has(.group-div)) .dropdown-item {
    white-space: nowrap;
    text-align: left;
}

/* Multi-column dropdowns allow long titles to wrap within their column's max-width */
.drop-down:has(.group-div) .dropdown-item,
.drop-down-general:has(.group-div) .dropdown-item {
    white-space: normal;
    text-align: left;
}





.DesktopMenu {
    z-index: 22;
    height:50px;
}

.DesktopMenu ul li:hover .drop-down {
    display: flex;
    cursor: auto;
}

    .DesktopMenu ul li:hover .drop-down-general {
        display: flex;
        cursor: auto;
    }

.DesktopMenu ul li:hover {
    /*background: #1543A6;*/
    color: #fff;
    cursor: pointer;
}


.drop-down:hover {
    display: flex;
}

.drop-down div a {
    font-size: 0.9rem;
}

.gtranslate_wrapper {
}


.drop-down div {
    
}

.left {
    left: 0px !important;
    top: 0;
    position: absolute;
}

    .left ul {
        padding-left: 0;
        width: 200px;
    }

.MobileMenu {
    display: flex;
    flex-direction: row;
    z-index: 1050;
}

.navbar-nav {
    overflow-y: scroll;
    height: 600px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navbar-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navbar-nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.MobileItems {
    /*background: #132586;
    width: 500px;
    padding: 2rem;
    left: 0;
    top: 100%;
    z-index: 800;*/
    background: #132586;
    width: 300px;
    min-width: fit-content;
    /* height: 100vh; */
    padding: 2rem;
    left: -1rem;
    top: 133%;
   
}


    .MobileItems ul li a {
        color: white;
        text-decoration: none;
    }

/*===========================BackDrop=========================*/
.backdrop {
    z-index: 10;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
     
}


.MobileItems .dropdown-menu {
    background: inherit;
    border: none;
    margin-left: 1rem;
}

.LeveloneMenu .dropdown-menu {
    display: block;
}

.nav-item .submenu {
    /*display: none;*/
}

.LeveloneMenu {
    display: none;
}

.close {
    position: absolute;
    right: 0.6rem;
    top: 0;
    background: none;
    border: none;
    color: white;
}

    .close span {
        font-size: 2rem;
    }

    .close:hover {
        color: wheat;
    }

.DesktopMenu ul li a {
    color: black;
    font-size:1rem;
}


.DesktopMenu ul li:hover a:not(.dropdown-item) {
    color: white !important;
}

.MobileMenu ul li.dropdown-item {
    white-space:normal !important;
}
.DesktopMenu ul li a.dropdown-item {
    white-space: normal !important;
}

.MobileMenu ul.submenu li:not(:last-child) {
    border-bottom: 1px solid #4d63e6 !important;
    width: 50%;
}

.MobileMenu ul.submenu li:not(:first-child) {
    margin-top: 8px !important;
}

.DesktopMenu a.dropdown-item {
    text-decoration:underline;
}

.DesktopMenu a.dropdown-item:hover {
    background: none;
    color: #667bff !important;
}

.MobileOnlyDiv {
    display: none;
}

/*====================================# Media Queries ======================================*/

    /*============ Small============*/
    @media (max-width: 470px) {
        .MobileItems {
            padding: 2rem 1rem !important;
        }
        .dropdown-menu a {
            padding: 0 !important;
        }

        .drop-down-item {
            white-space: break-spaces;
            word-break: break-all;
        }

        

    }

    @media(max-width:575px){
        /* Keep the brand row (logo + bank name) visible on phones.
           The old design hid the whole .F1Header below 575px and relied on a
           separate .MobileOnlyDiv clone — now replaced by the combined mobile drawer. */
        .F1Header {
            display: flex !important;
        }

        .DropDownGroup {
            width:90%;
            margin:5px auto;
        }

        .HeaderTop {
            height: auto !important;
        }
            .HeaderTop img {
                max-width: 90px !important;
            }
        .LogoText {
            font-size: clamp(13px, 3.4vw, 18px) !important;
            line-height: 1.15;
        }
        .HeaderMenu {
            height:30px !important;
        }

        .HideMobile {
            display: none !important;
        }
        .MobileOnlyDiv {
            display: none !important;
        }

        .FullWidthMobile {
            width:100% !important;
        }


        .HeaderLogo {
            margin-left:0 !important;
            left:calc(50% - 75px) !important;
        }

        .MobileMenu ul.submenu li:not(:last-child) {
            width: 100% !important;
        }

        .RotatorContent {
            width:75% !important;
            margin: 0 auto !important;
            font-size:15px !important;
        }

            .RotatorContent p {
                padding:5px !important;
            }

        .RotatorHeader {
            font-size:24px !important;    
        }

        ul.ThemeList {
            width:100% !important;
        }

            ul.ThemeList li {
                width:100% !important;
            }
        .parallelogram {
            transform:none !important;
        }

        .parallelogramcontent {
            transform:none !important;
        }
        .ThemeLink {
            padding:0px !important;
        }

    }

    /*============ Small============*/
    @media (max-width: 768px) {
        .contact-items {
            width: 350px !important; /*1100px*/
        }

        .blurred-top, .blurred-bottom {
            width: 340px !important;
        }

        .blurred-bottom {
            bottom: 9% !important;
        }

        .active {
            color: #ffc107 !important;
        }

        /* .drop-down {
        left: -1268px !important;
        right: unset !important;
    }*/


    }

    /*============ Medium ============*/
    @media (max-width: 992px) {

        

        .contact-items {
            /*left: 165px !important;*/

            width: 490px !important;
        }

        .blurred-top, .blurred-bottom {
            width: 470px !important;
        }

        .blurred-bottom {
            bottom: 25% !important;
        }

        .nav-bar ul {
            position: absolute;
            left: -1200%;
            flex-direction: column !important;
            background: #132586;
            z-index: 500;
            color: white;
        }

            .nav-bar ul li {
                /*padding: 1.5rem 1.2rem !important;*/
            }

        .dropdown-menu li {
            position: relative;
        }



        .nav-item .submenu-left {
            right: 100%;
            left: auto;
        }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
    }

    @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu {
            margin-left: 0.7rem;
            margin-right: 0.7rem;
            margin-bottom: .5rem;
        }
    }

    /*============ Large ============*/
    @media (min-width: 1000px) {
        .backdrop {
            display: none !important;
        }
        .MobileMenu {
            display: none !important;
        }
        .contact-items {
            width: 700px !important; /*1100px*/
            flex-wrap: wrap;
        }


        .contact-card {
            height: auto !important;
        }

        .blurred-top, .blurred-bottom {
            display: none !important;
        }
    }

    @media (max-width: 1070px) {



        /* .providers-img {
        width: 1500px;
        height: 600px;
        margin-right: 700px;

    }*/



    }

    /*============ Xlarge ============*/

    @media (min-width: 1205px) {
        .contact-items {
            width: 800px !important; /*1100px*/
        }

        .provider-content {
            position: absolute !important;
            left: 6% !important;
            top: 14%;
        }
    }

    /*============ XXlarge ============*/
    @media (min-width: 1400px) {

        .contact-items {
            width: 980px !important; /*1100px*/
        }
    }




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}







