/* font styles */

* {
    font-family: "Graphik Web", Arial, "Helvetica Neue", sans-serif !important;
}

h1, h2, h3, h4, h5, h6  {
    color: #0D543D !important;
}

p {
    color: #000000 !important;
}

/* footer */
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6  {
    color: #000000 !important;
}
.footer p {
    color: #000000 !important;
}
.footer .adLogo1, .footer .adLogo2  {
    display: none !important;
}
.footer .container-fluid ul li {
    padding-left: 0 !important;
}
.footer .container-fluid {
    border-top: solid #000 5px;
}


p a, li a, .p a {
    color: #0D543D !important;
    font-weight: 700 !important;
}
p a:hover, li a:hover, .p a:hover {
    color: #3F7563 !important;
    font-weight: 700 !important;
}

/* nav */

.navbar {
    padding-top: 1rem !important;
}


/* burger nav */
.navbar-toggler {
    background-color: #0D543D;
}
.navbar-toggler:hover {
    background-color: #000000;
}
.navbar-toggler i {
    padding-top: 3px !important;
}
.navbar-toggler i.hoverText-colour5 {
    color: #ffffff !important;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}

/* Header logo */
.header .logo {
    width: 260px;
    max-width: 100%;
}

/* Button colour - mainly for cookie pop-up */

    .colour0 {
    color: #0D543D !important;
}
    
    .bg-colour0 {
    background-color: #0D543D  !important;
    }

.btn-colour5 {
    color: #fff !important;
    background-color: #0D543D !important;
    border-color: #0D543D ;
}

.btn-colour9:hover {
    color: #0D543D !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}


/* Carousel rewrite */

.BLOCK-carousel .carousel-item .carousel-caption {
    background: linear-gradient(90deg, #0D543Dff, #0D543D00) !important;
    /*background: linear-gradient(90deg, #002d5cee 30%, #002d5c00 80%) !important;*/
    right: 0% !important;
    top: 0 !important;
    left: 0% !important;
    padding: 20px 34px !important;
    height: 100% !important;
    max-width: 100% !important;
}
.BLOCK-carousel .carousel-item .carousel-caption h2   {
    color: #fff !important;
}
.BLOCK-carousel .carousel-item .carousel-caption p   {
    color: #fff !important;
}
.BLOCK-carousel .carousel-item .carousel-caption a.btn.btn-colour1 {
    color: #fff !important;
    background-color: unset !important;
    border-color: #fff !important;
    border: solid 2px;
}
.BLOCK-carousel .carousel-item .carousel-caption a.btn.btn-colour1:hover {
    color: #0D543D !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border: solid 2px;
}


@media (min-width: 767.98px) { 
    .BLOCK-carousel .carousel-item .carousel-caption {
        right: 0% !important;
        left: 0% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 991.98px) {
    .BLOCK-carousel .carousel-item .carousel-caption {
        right: 0% !important;
        left: 0% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1199.98px) {
    .BLOCK-carousel .carousel-item .carousel-caption {
        right: 0% !important;
        left: 0% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1399.98px) {
    .BLOCK-carousel .carousel-item .carousel-caption {
        right: 0% !important;
        left: 0% !important;
        max-width: 100% !important;
    }
}






/* Accordion */

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%230d543d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after    {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%233f7563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.BLOCK-faqs .accordion-item {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #cccccc !important;
}
.BLOCK-faqs .accordion-item .accordion-header {
    padding: 0 0 10px 0 !important;
    max-width: unset;
}
.BLOCK-faqs .accordion-item .accordion-header .accordion-button {
    font-size: 21px !important;
    font-weight: 600 !important;
    padding: 0.3rem 0 .4rem 0rem !important;
}
.accordion-body {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.BLOCK-faqs .accordion-item .accordion-header .accordion-button {
    font-size: 1.1rem !important;
    font-weight: 500;
    color: #232323;
    text-transform: uppercase !important;
}
.BLOCK-faqs .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #0D543D;
}
    


#idd6b72d44 .gridCTA {
    border: solid #0D543D 5px !important;
} 

#idb5c296fe .gridCTA {
    border: solid #0D543D 5px !important;
}

.pageTitleSection  .container-fluid  {
    border-top: #0D543D 5px !important;
}
    
#id52b78139 img.mb-3, #id04f6f98e img.mb-3  {
    max-width: 180px !important;
    width: 40% !important;
}    
   
    
 .header .row div:nth-of-type(1) {
    display: block !important;
    padding-bottom: 0 !important;
    height: 180px;
}        
.header .row div:nth-of-type(1) a {
    display: block !important;
}

.header .row div:nth-of-type(2) {
    display: none !important;
}

.header .row div:nth-of-type(3) {
    background: url(/media/dcjnvrrh/mufg-logo.svg);
    background-repeat: no-repeat;
    height: 70px;
    /* background-position-x: 0%; */
    background-size: 180px;
    background-position-y: 24px;
    display: block !important;
}
@media (min-width: 992px) {
    .header .row div:nth-of-type(3) {
        background-position-x: 100%;
    }  
    .header .row div:nth-of-type(2) {
        display: block !important;
    }
}
    
.CookieToast p {
    font-size: .85rem;
    line-height: .95rem;
    margin-bottom: 8px;
    color: #ffffff !important;
}
    
.CookieToast h4, h5 {
    color: #ffffff !important;
}
        
.BLOCK-backToTop {
    background-color: #0D543D !important;
    
}        
        