﻿/* Stylesheet built for Desktop, queries.css used for mobile etc... */

:root {
    --home-mega-menu-gap: 45rem;
    --business-mega-menu-gap: 33rem;
    --home-mega-list-margin: 22rem;
    --business-mega-list-margin: 34rem;
    --mega-menu-default-height: 0px;
    --mega-menu-default-none: 0px;
    --mega-menu-default-open: 400px;
    --nav-background-active: #5000a0;
    --nav-background-fill: #5000a0;
    --nav-background-default: transparent;
    --nav-divider-default-display: block;
    --nav-divider-active-display: none;
}

/**************************/
/* HEADER */
/**************************/

.divCthree-close{
    left:-109px;
}

#search-icon {
    color: #fff;
    width: 18px;
}

#search-icon:hover {
    cursor: pointer;
    color: var(--orange);
}

.desktop-nav.nav-orange #search-icon:hover {
    color: var(--blue);
}

.search-icon-active {
    color: var(--orange);
}

.desktop-nav.nav-orange .search-icon-active {
    color: var(--blue)!important;
}

.desktop-nav.override-purple .search-icon-active {
    color: var(--orange)!important;
}

.desktop-nav.hover-purple-nav .search-icon-active {
    color: var(--orange)!important;
}

.link {
    text-decoration: none !important;
}

.header-container.container-fluid {
    padding: 0;
}

.desktop-nav {
    display: none;
}

.mobile-nav .header .mobile-logo {
    height: 2.313rem;
}

.mobile-nav .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.438rem;
    padding-right: 1.438rem;
    height: 6.25rem;
    height: 100%;
}

.mobile-nav .mobile {
    background-color: #5000a0;
    color: #fff;
    height: 6.25rem;
    border-bottom-right-radius: 40px;
}

.mobile-nav.nav-orange .mobile.sticky {
    background-color: transparent!important;
}

.mobile-nav.nav-orange .mobile.sticky.override-purple {
    background-color: var(--blue)!important;
}

.mobile-nav .line {
    width: 30px;
    height: 2px;
    margin: 10px 0;
    background-color: #fff;
}

.mobile-nav .menu-toggle:hover {
    cursor: pointer;
}

.mobile-items,
.sub-mobile-items {
    background-color: #5000a0;
}

.mobile-items hr {
    color: #ffffff;
    height: 2px;
    opacity: 1;
}

.mobile-items a~img {
    height: 1rem;
}

.mobile-items ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mobile-items .mobile-contact-btn {
    background-color: var(--orange);
    height: 3.125rem;
    display: flex;
    align-items: center;
    border-radius: 6.25rem;
    gap: 45%;
    margin-top: 2.125rem;
}

.mobile-items .mobile-contact-btn a:link,
.mobile-items .mobile-contact-btn a:visited {
    color: #ffffff;
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
    text-decoration: none;
    padding: 1.438rem;
}

.mobile-items {
    background-color: #5000a0;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: 40px;
    transition: all 0.9s;
    padding-left: 1.438rem;
    padding-right: 1.438rem;
    text-align: left;
    max-height: 0;
    overflow: hidden;
}

.mobile-items-open {
    max-height: 200vh;
    min-height: 100vh;
}

.search-mobile-items.mobile-items-open {
    min-height: 10vh;
    z-index:10;
}

.search-mobile-input{
    margin-bottom: 10%; margin-top: 2%;
}

.deactivate-main-mobile {
    max-height: 0;
    min-height: 0;
}

.deactivate-sub-mobile {
    max-height: 0;
}

.sub-mobile-active {
    max-height: 200vh;
    min-height: 100vh;
}

.mobile-items li {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.mobile-items li a,
.mobile-items li a:link,
.mobile-items li a:visited {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 3.75rem;
    transition: all 0.3s;
}

.mobile-two .mobile-items li a:hover {
    background-color: #8a43a3;
    color: #fff;
}

.mobile-more-links {
    margin-top: 2.125rem;
}

.mobile-more-links a:link,
.mobile-more-links a:visited {
    text-decoration: none;
    color: #ffffff;
    font-family: "AvenirNext LT Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 3.5rem;
    transition: all 0.3s;
}

.sticky {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 6.25rem;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #5000a0;
    z-index: 999;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
    transition: all 0.9s;
}

.mobile-social-icons {
    margin-top: 1.125rem;
}

.mobile-social-icons-row img {
    /* width: 3.375rem; */
    /* height: 3.375rem; */
    /* width: 70px; */
    width: 54px;
}

.mobile.mobile-no-border {
    border-bottom-right-radius: 0%;
}

.mobile-copyright p,
.mobile-disclaimer p {
    color: #ffffff;
    font-family: "AvenirNext LT Pro";
    font-style: italic;
    font-weight: 500;
    font-size: 0.938rem;
    line-height: 1.25rem;
}

.mobile-copyright {
    margin-top: 2.063rem;
}

.mobile-disclaimer {
    margin-top: 1.5rem;
}

.current-nav-item a,
.current-nav-item a:link,
.current-nav-item a:visited {
    text-decoration: none!important;
    font-family: 'AvenirNext LT Pro'!important;
    font-style: normal!important;
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 56px!important;
    /* identical to box height, or 350% */
    color: #FF6600!important;
}




.cta-arrow {
    margin-left: 25px;
}

.text-only-button span,
.text-only-button img.cta-arrow,
.text-only-white-button span,
.text-only-white-button img.cta-arrow {
    transition: all .2s ease-in-out;
}

.text-only-button:hover img.cta-arrow,
.text-only-white-button:hover img.cta-arrow {
    transform: scale(1.25);
}

.text-only-button:hover span {
    font-size: 20px;
    color: var(--orange);
}

.text-only-white-button:hover span {
    font-size: 20px;
    color: #ffffff;
}

.round-arrow-white-text-button {
    display: inline-flex;
}

.round-arrow-white-text-button span.cta-text {
    line-height: 55px;
    transition: all .2s ease-in-out;
}

.round-arrow-white-text-button:hover span.cta-text {
    font-size: 20px;
}

.round-arrow-white-text-button:hover .rounded-arrow-btn-original-white {
    content: url('../images/ShortWhite.svg') !important;
    background-position: left bottom;
    border-color: var(--orange);
}


/* Desktop NAV */

.nav-orange .orange-logo {
    display: none;
}

.override-purple .orange-logo,
.hover-purple-nav .orange-logo {
    display: block;
}

.desktop-nav.nav-orange .purple-logo,
.mobile-nav.nav-orange .purple-logo {
    display: block;
}

.nav-orange.override-purple .purple-logo,
.nav-orange.hover-purple-nav .purple-logo,
.desktop-nav .purple-logo,
.override-purple .purple-logo,
.mobile-nav .purple-logo,
.mobile-nav.nav-orange .override-purple .purple-logo {
    display: none;
}

.main-nav-link:link,
.main-nav-link:visited {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-family: "AvenirNext LT Pro";
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
}

.mobile-purple-active .purple-logo {
    display: none!important;
}

.mobile-purple-active .orange-logo {
    display: block;
}

.search-mega-menu-items {
    margin-top: 20px;
}

#search-input-m {
    color: #ffffff!important;
    border-bottom: 1px #ffffff solid;
}
.search-input-m-i{
    position:absolute;
    top: 25px;
     right: 25px;
}

.header-active-state {
    border-bottom-right-radius: 0px!important;
}

.search-result-m {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.search-menu .search-clear-icon:hover,
.search-mobile-nav .search-clear-icon:hover {
    cursor: pointer;
}

.search-input-d:hover,
.search-input-m:hover {
    cursor: text;
}

/* ABOVE 944px (Tablets) */

@media (min-width: 69em) {
    .main-nav-link:link,
    .main-nav-link:visited{
        font-size: 14px;
    }
    .mega-menu-link:link, .mega-menu-link:visited {
        font-size: 14px;
    }
    .desktop-nav .contact-us-btn {
        font-size: 14px;
        left: -123px;
    }
   
    .main-nav-list {
        gap: 2%;
    }
    .nav-mega-active-state {
        background-color: var(--nav-background-active);
        /* max-height: var(--mega-menu-default-open); */
        max-height: 100vh;

        min-height: 287px;
    }
    .mobile-nav {
        display: none;
    }
    .desktop-nav {
        display: flex;
    }
    .header {
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        /* background-color: #5000A0; */
        background-color: var(--nav-background-default);
        /* Because we want header to be sticky later */
        height: 8.125rem;
        /* padding: 0 4.8rem; */
        padding: 0px 6.313rem;
        position: relative;
        transition: all 0.9s;
        border-bottom-right-radius: 40px;
        /* Want to always have the header infront */
        z-index: 999;
        /* position: absolute; */
    }
    .fill-nav {
        background-color: var(--nav-background-fill)!important;
    }
    .fill-nav-orange {
        background-color: #FF6600!important;
    }
    .logo {
        height: 50px;
        margin-top: 15px;
    }
    .header-divider {
        /* margin-top: 8.125rem; */
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        height: 2px;
        z-index: 9999999;
        margin-top: 0rem;
        /* position: absolute; */
    }
    .header-divider>hr {
        translate: all 0.9s;
        /* display: var(--nav-divider-default-display); */
        margin: 0rem;
        opacity: 1;
    }
    /**************************/
    /* NAVIGATION */
    /**************************/
    .nav {
        position: absolute;
        width: 100% !important;
    }
    .nav-sections {
        /* gap: 36.5rem; */
        display: flex;
        align-items: center;
    }
    .main-nav-list-col {
        align-items: center;
    }
    .main-nav-list {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 2%;
        margin-top: 1rem;
        padding-left: 0;
    }
    .main-nav-link:hover,
    .main-nav-link:active {
        color: #ff6600;
    }
    .main-nav-link.nav-cta:link,
    .main-nav-link.nav-cta:visited {
        padding: 0.875rem 1.5rem;
        color: #ffffff;
        background-color: transparent;
        transition: all 0.9s;
        border: 1px solid #ffffff;
        border-radius: 100px;
        box-sizing: border-box;
    }
    .main-nav-link.nav-cta:hover,
    .main-nav-link.nav-cta:active {
        box-shadow: inset 156px 0 0 0 #ff6600;
    }
    .nav-mega-menu {
        max-height: var(--mega-menu-default-height);
        /* height: 287px; */
        /* background-color: #5000A0; */
        background-color: var(--nav-background-default);
        transition: all 0.9s;
        overflow: hidden;
        border-bottom-right-radius: 40px;
        z-index: 9999999;
        /* position: absolute; */
        /* margin-top: 8.125rem; */
    }
    .search-menu {
        max-height: var(--mega-menu-default-height);
        /* height: 287px; */
        /* background-color: #5000A0; */
        background-color: var(--nav-background-default);
        transition: all 0.9s;
        overflow: hidden;
        border-bottom-right-radius: 40px;
        z-index: 9999999;
        /* position: absolute; */
        /* margin-top: 8.125rem; */
    }
    .search-menu-active {
        background-color: var(--nav-background-active);
        max-height: var(--mega-menu-default-open);
        min-height: 100px;
    }
    .search-menu input {
        color: #ffffff!important;
        border-bottom: 1px #ffffff solid;
    }
    .search-icon-active {
        color: var(--orange)!important;
    }
    .nav-mega-menu>hr {
        margin-top: 0px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        height: 2px;
        opacity: 1;
    }
    .mega-menu-items {
        display: flex;
    }
    .mega-menu-list {
        list-style: none;
        width: 10.5rem;
        width: auto;
    }
  
    #home-nav .mega-menu-list {
       
    }
   
    #business-nav .mega-menu-list {
        padding-left: 60%;
    }
    .mega-menu-link:link,
    .mega-menu-link:visited {
        text-decoration: none;
        color: #ffffff;
        font-family: "AvenirNext LT Pro";
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s;
        line-height: 42px;
    }
    .mega-menu-link:hover {
        color: #ff6600;
    }
    .mega-menu-link:hover+img {
        display: block;
    }
    .mega-menu-list>li {
        display: flex;
        gap: 1rem;
        align-items: center;
        width: auto;
    }
    .mega-menu-list>li>img {
        width: 2.2rem;
        height: 0%;
        /* margin-top: 4%; */
        display: none;
        transition: all 0.9s;
    }
    .promotion-col {
        padding-right: 10rem;
    }
    .promotion h5 {
        font-family: "Adieu-Regular";
        color: #ffffff;
    }
    .promotion img {
        margin-top: 10%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    /* MOBILE */
    .btn-mobile-nav {
        border: none;
        background: none;
        cursor: pointer;
        display: none;
    }
    .icon-mobile-nav {
        height: 4.8rem;
        width: 4.8rem;
        color: #333;
    }
    .icon-mobile-nav[name="close-outline"] {
        display: none;
    }
    /* STICKY NAVIGATION */
    .sticky {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 8rem;
        padding-top: 0;
        padding-bottom: 0;
        background-color: #5000a0;
        z-index: 999;
        box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
        translate: all 0.9s;
    }
    .sticky .nav-mega-menu {
        max-height: var(--mega-menu-default-none);
    }
    .sticky {
        border-bottom-right-radius: 40px;
    }
    .promotion a:hover {
        cursor: pointer;
    }
    .desktop-nav.nav-orange .header {
        background-color: transparent!important;
    }
    .desktop-nav.nav-orange .header {
        background-color: transparent!important;
    }
    .desktop-nav.nav-orange.hover-purple-nav .header,
    .desktop-nav.hover-purple-nav .header {
        background-color: var(--blue)!important;
    }
    .desktop-nav .contact-us-btn {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF;
        left: -123px;
        top: 13px;
    }
}


/* On screens that are 992px wide or less */
@media screen and (min-width: 1400px) {
    .main-nav-link:link,
    .main-nav-link:visited{
        font-size: 16px!important;
    }
    .mega-menu-link:link, .mega-menu-link:visited {
        font-size: 16px!important;
    }
    .desktop-nav .contact-us-btn {
        font-size: 16px!important;
        left: -128px;
    }
    .divCthree-close{
        left:-109px !important;
    }
    .main-nav-list {
        gap: 4%!important;
    }
}

/*
,_     _,
|\\___//|
|=6   6=|
\=._Y_.=/
 )  `  (    ,
/       \  ((
|       |   ))
/| |   | |\_//
\| |._.| |/-`
'"'   '"'
*/