
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Archivo", sans-serif;
    color: #202020;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background-color: #fff;
}

a {
    color: #ff9b22;
}

    a:hover {
        color: #fdd067;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Elza", sans-serif;
    color: #202020;
    margin:0;
    font-weight:900 !important;
    text-transform:uppercase;
}

h5, h6 {
    color: #202020;
    margin: 0;
    font-weight:bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #202020;
    }

h1,.h1 {
    font-size: 4rem;
    text-align: center;
}

h2,.h2 {
    font-size: 3rem;
}

h3,.h3 {
    font-size: 2.5rem;
}

h4,.h4 {
    font-size: 2rem;
}
h5,.h5 {
    font-size: 1.45rem;
}

h6,.h6 {
    font-size: 1.0rem;
}

    .grid-indent h1.title{

     margin-top:-50px;
     margin-bottom:50px;
}


.flex-break {
    flex-basis: 100%;
    height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#mobile-header{
    display:none;
}

    #mobile-header div {
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding:0px;
    }

    #mobile-header .logo {
       margin:15px 0;
    }
    #mobile-header .btn-quote a {
        text-transform: uppercase;
        border-radius: 0;
        /* box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%); */
        font-family: 'Elza', sans-serif;
        font-size: 24px;
        /* line-height: 20px; */
        border: 3px solid #202020;
        color: #202020;
        font-weight: 900;
        padding: 5px 10px 2px;
        background-color: transparent;
        /* padding-right: 50px; */
        /* background: url(/content/img/right_arrow_black.svg) no-repeat center right; */
        /* background-position: right 10px center;*/
    }

    #mobile-header .nav-btn {
        width:40px;
    }

#header {
    background: #FF9B22;
    padding: 38px;
    color: #202020;
    font-weight: bold;
    margin: 0;
    border-bottom: 10px solid #202020;
}

    #header a {
        color: #202020;
        font-weight:900;
        font-size:18px;
    }

    #header .header-info .btn,
    #header #callback,
    #header #phone-number {
        margin-left: 20px;
    }

    #header .btn {
        color: #202020;
        padding: 0px;
        box-shadow: none;
        border-bottom: 5px solid #202020;
        background-color: transparent;
    }

        #header .btn.btn-inverse {
            color: transparent;
            background-color: #202020;
        }

        #header .btn.btn-outline {
            border: 3px solid #202020;
            padding: 4px 15px 0;
        }


/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

body .popover {
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #202020;
    border-radius: 0;
    font-family: 'Archivo';
    color: #202020;
}

    body .popover a {
        display: block;
        position: relative;
        color: #202020;
        padding: 10px 12px;
        transition: 0.3s;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 900;
       
    }

body .popover-body {
    color: #202020;
}

#nav {
    background-color: #FF9B22;
}

/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    
}

    .nav-menu > ul {
      
    }

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float:left;
       
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #202020;
        padding: 10px 12px;
        transition: 0.3s;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 900;
        height: 46px;
    }

        .nav-menu a:hover, .nav-menu .active, .nav-menu li:hover > a {
            color: #202020;
            text-decoration: none;
            background-color: #ff9b22
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #ff9b22;
        transition: ease all 0.3s;
        border: 0;
        border-radius: 0;
        border: 3px solid #202020;
        border-top: 0;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 5px 20px;
        font-size: 15px;
        font-weight: normal;
        height: inherit;
        color: #202020;
        text-transform: none;
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active, .nav-menu .drop-down ul li:hover > a {
          text-decoration:underline;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }

    .nav-menu .group-toggle {
        display: block;
        color: #202020;
        padding: 5px 20px;
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase;
        min-width: 300px;
    }
       

        .nav-menu .group-toggle:after {
            content: "\ea99";
            font-family: IcoFont;
        }

        .nav-menu .group-toggle.collapsed {
            color: #202020;
        }
        
        .nav-menu .group-toggle.collapsed:after {
            content: "\eaa0";
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

html .modal {
    z-index: 10000;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #202020;
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav hr {
        padding: 1px;
        background-color: #444;
        margin: 10px 0;
    }

    .mobile-nav .mobile-account a {
        font-weight: bold;
        background-image: url(/img/assets/icons8-padlock.svg);
        background-position: 6%;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 50px;
    }

    .mobile-nav .mobile-claims a {
        font-weight: bold;
        background-image: url(/img/assets/icons8-urgent-message.svg);
        background-position: 6%;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 50px;
    }

    .mobile-nav .mobile-contact a {
        font-weight: bold;
        background-image: url(/img/assets/icons8-phonelink-ring.svg);
        background-position: 6%;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 50px;
    }

    .mobile-nav .mobile-callback a {
        font-weight: bold;
        color: #ff9b22;
        background-image: url(/img/assets/icons8-clock.svg);
        background-position: 6%;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 50px;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 5px 20px;
        font-weight: 500;
       
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #ff9b22;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
       content: "\ea99";
    }

    .mobile-nav .drop-down {
    }

        .mobile-nav .drop-down > a {
            padding-right: 35px;
        }



        .mobile-nav .drop-down ul {
            display: none;
            overflow: hidden;
            float: none;
            position: inherit;
            border: 0;
            margin-bottom: 20px;
        }

            .mobile-nav .drop-down ul a {
                font-size: 12px;
                line-height: 17px;
            }

        .mobile-nav .drop-down li {
            padding-left: 10px;
        }

    .mobile-nav .group-toggle {
        display: block;
        color: #fff;
        padding: 5px 20px 0;
        font-size: 14px;
    }


        .mobile-nav .group-toggle:after {
            content: "\ea99";
            font-family: IcoFont;
        }

        .mobile-nav .group-toggle.collapsed:after {
            content: "\eaa0";
        }

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 34px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    padding:0;
}

    .mobile-nav-toggle i {
        color: #202020;
    }

    .mobile-nav-toggle.nav-scrolled i {
        color: #202020;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(26, 29, 31, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
    padding: 0;
    margin: 0;
  
}

    .banner-home {
        background-color: #FF9B22; font-size:28px; line-height:40px; position:relative;
    }

        .banner-home .banner-left-img {
           position:absolute;
           left:-300px;
           top:0;
        }

        .banner-home .banner-right-img {
            position: absolute;
            right: -300px;
            top: 0;
        }

        .banner-home .instagram {
            font: normal normal 900 24px/38px Elza;
            background: #FFF 0% 0% no-repeat padding-box;
            color: #202020;
            padding:5px 10px;
            text-transform:uppercase;
            display:inline-flex;
            align-items:center;
            gap:5px;
        }

        .banner-home .instagram img{
            margin-bottom:3px;
            
        }
            .banner-home .instagram-left {
            position: absolute;
            bottom: 50px;
            left: 50px;
        }

        .banner-home .instagram-right {
            position: absolute;
            bottom: 50px;
            right: 50px;
        }

        .banner-home .strapline .background {
            background: #FFF 0% 0% no-repeat padding-box;
            display: inline-block;
            padding: 12px 10px 5px 10px;
            font-size:35px;
         margin-top:10px;
         margin-bottom:30px;
        }

.banner .banner-img{
    background-size:cover;
    position:relative;
    background-position:center;
  
}

.banner .container {
    z-index: 2;
    position: relative;
}

.banner .banner-filter {
    position: relative;
 
}

    .banner .banner-filter:before {
        background: rgba(0,0,0,.5);
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        content: "";
    }

    .banner .caption {
        padding: 25px 50px;
        text-align: center;
        display: flex;
        align-items: stretch;
        justify-content: space-evenly;
        flex-direction: column;
        align-content: stretch;
        justify-content: center;
        flex-wrap: wrap;
        min-height: 350px;
    }

        .banner .caption h1 {
            padding-top: 25px;
            font: normal normal 900 85px/107px Elza;
            text-transform: uppercase;
            color: #1F1F1F;
        }

/*.mac-os.chrome .banner .strikethrough {
   line-height:135px;
}*/

        .banner .caption h3 {
            font: normal normal 900 85px/107px Elza;
            text-transform: uppercase;
            color: #202020;
        }
        .banner .banner-home .caption h3 {
           font-style:oblique;
        }
        .banner .reviews {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

.banner h1.strikethrough {
    color: #202020;
    padding: 12px 20px;
    padding-bottom: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
   /* box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;*/
}

.banner h3 .strikethrough {
    /*color: #fff;
    box-shadow: inset 0 0 0 0 #202020;
    margin-top:10px;*/
}

    .banner h3 .strikethrough.animated {
     
       /* box-shadow: inset 900px 0 0 0 #202020;*/
    }
    .banner .strikethrough {
    color: #202020;
    padding: 12px 20px;
    padding-bottom: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
   /* box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;*/

   /* box-shadow: 0 -5px 0 #fff, 0 6px 0 #fff;
    line-height: 130%;*/
    background: #fff;
    /* color: #fff; */
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}



/*.mac-os.chrome .banner .strikethrough {
    padding-top: 0;
}*/
    .banner .strikethrough.animated {
       
       
    }

    .banner button.btn-mobileSelect-gen {
        background: #fff url('/Img/icons/chevron_open.svg') no-repeat right 10px center; width:100% !important;
    }
        /*--------------------------------------------------------------
# Instant quote
--------------------------------------------------------------*/

.banner .instant-quote {
    padding: 20px 50px;
    text-align: center;
    margin-bottom: 25px;
    color: #202020;
}

         .instant-quote .icon {
            padding: 10px;
            background-color: #fafafa;
            margin-right: -1px;
            border-radius: 1px 0 0 1px;
            border-color: #e6e6e6;
            z-index: 5;
        }

             .instant-quote .icon img {
                height: 40px;
            }

.instant-quote input {
    padding: 15px !important
}

         .instant-quote .k-combobox .k-icon {
            height: 4em;
        }

.instant-quote-loader .loader .spinner {
    margin: 12px auto;
}

.instant-quote .btn {
    font-size: 24px;
    padding: 20px 50px;
}

.section-orange .instant-quote .btn-arrow {
    background: #202020 url('/content/img/right_arrow_yellow.svg') no-repeat center right;
    background-position: right 10px center;
    color: #fff;
}

.section-orange .instant-quote .k-combobox {
    border: 3px solid #202020;
    border-radius: 0;
}

.section-orange .instant-quote h4{
   font-size:48px;
}

.section-reviews-widget {
    background-color: #000;
    text-align: center;
    padding: 20px;
}

section.reviews {
    background-color: #1F1F1F;
    text-align: center;
    padding: 40px 20px 20px;
}

section.reviews img{
   margin:0px 20px; max-height:60px;
}

.banner section.reviews {
    
   background-color:transparent;
}

.reviews-widget .reviews-io-nuggets-widget {
    position: absolute;
    top: -20px;
    right: -20px;
}


/*--------------------------------------------------------------
# Breadrumb
--------------------------------------------------------------*/
.breadcrumb {
    background-color: #fff;
    padding: 0;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .breadcrumb a {
        color: #202020;
    }

/*--------------------------------------------------------------
# Quote Summary
--------------------------------------------------------------*/

.quote-summary.has-orders {
    display: block;
}

.quote-summary {
    width: 100%;
    background: #FF9B22;
    font-size: 14px;
    z-index: 500;
    padding: 20px;
    border-top: 10px solid #202020;
    display: none;
}

    .quote-summary.animated {
        position: fixed;
        bottom: 0;
        left: 0;
    }



    .quote-summary .inner-container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        display: table;
        position: relative;
        padding: 0 15px;
    }

    .quote-summary.animated .inner-container {
        max-width: 1230px;
    }

    .quote-summary .hr {
        background-color: #202020;
        margin: 10px 0;
        padding:2px;
    }


.summary-next-step {
   
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#summary-products {
  
}

#summary-totals {
    font-size: 14px;
    color: #202020;
    text-transform: uppercase;
    line-height: initial;
}

    #summary-totals .totals {
        font-family: "Elza", sans-serif;
        font-weight:900;
    }

    #summary-totals .ipt {
      text-transform:none;
    }

.grand-total, .monthly-total {
    padding: 0 5px;
}

.total-large, .grand-total, .monthly-total {
    font-size: 24px;
}

.total-small {
    font-size: 18px;
}

.summary-monthly-products {
    font-size: 12px;
    padding: 10px 0;
}


.payment-form label{
    display:block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #202020;
    padding: 0;
    color: #fff;
    font-size: 12px;
   
}

    #footer .border {
        margin: 25px 0;
        border: 5px solid #FF9B22 !important;
    }   

#footer hr {
        margin: 25px 0;
    }

    #footer h2, #footer h5 {
        color: #fff;
        font-family: Elza;
        border-bottom: 2px solid #fff;
        text-transform: uppercase;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 15px;
    }


    #footer a {
        color: #fff;
        text-decoration:underline;
    }

        #footer a:hover {
            color: #ff9b22
        }



#footer p {
    margin-bottom: 0.5rem;
}

   #footer .social-links a{
       margin:0 5px;
   }
 
        #footer .footer-info {
            font-size: 11px; line-height:17px;
        }

   

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs{
    display:flex;
    justify-content:center;
    margin-bottom:0px;
}

    .tabs a {
        padding: 10px;
        color: #666;
        border-bottom: 2px solid #666;
        text-transform: uppercase;
        font-family: "Elza", sans-serif;
        font-size:24px;
        margin:10px 10px 00px;
        padding:10px 30px;
        display:inline-block;
    }

        .tabs a.active {
            color: #ff9b22;
            border-bottom-color: #ff9b22;
        }
        .tab-content{
    text-align:left;
    padding:20px 0 20px 0;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
#logo-mobile {
    display: none;
}

body .k-popup .k-list .k-item > .k-group {
   
    color: #ff9b22;
}

    #idletimeout {
    background: #202020;
    border: 3px solid #202020;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

/*--------------------------------------------------------------
# Callback Modal
--------------------------------------------------------------*/

#callbackModal label {
    color: #000;
    margin-top: 10px;
}

#callbackModal input {
    border: 1px solid#ccc;
}

#callbackModal label {
    margin-bottom: 0px;
}


#callbackModal umbraco-forms-form span.field-validation-error {
    color: red !important;
}
/*--------------------------------------------------------------
# Quick Quote Modal
--------------------------------------------------------------*/
.modal-quick-quote .modal-body {
    background-color: #ff9b22;
    padding: 25px;
    color: #202020;
}

.modal-quick-quote .close {
    background-color: #000;
    padding: 5px 11px;
    border-radius: 20px;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: inherit;
    font-size: 36px;
    font-weight: normal;
    color: #ff9b22;
    cursor: pointer;
}

    .modal-quick-quote .close:not(:disabled):not(.disabled):hover, .modal-quick-quote .close:not(:disabled):not(.disabled):focus {
        opacity: inherit;
    }


.modal-quick-quote .modal-body h3 {
    text-align: center;
    font-size: 28px;
}

.modal-quick-quote .modal-body p {
    text-align: center;
    font-size: 14px;
}

.modal-quick-quote .modal-body label {
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-quick-quote .modal-body .form-block input, .modal-quick-quote .modal-body .form-block select {
    border: 0;
    padding: 10px;
    display: block;
    width: 100%;
}

.modal-quick-quote .modal-body label .required {
    display: none;
}

.modal-quick-quote .people .input-group {
    width: 200px;
}

    .modal-quick-quote .people .input-group input, .modal-quick-quote .people .input-group input:focus {
        background-color: transparent !important;
        color: #fff;
        font-size: 19px;
        font-weight: bold;
        border: 0 !important;
        box-shadow: none;
    }

    .modal-quick-quote .people .input-group button {
        border: 0;
        color: #202020 !important;
        background-image: url(/img/assets/add.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 24px;
        filter: brightness(0.1);
    }

        .modal-quick-quote .people .input-group button strong {
            display: none;
        }

    .modal-quick-quote .people .input-group .input-group-prepend button {
        background-image: url(/img/assets/remove.svg);
    }

.modal-quick-quote .people .btn-outline-secondary:hover {
    background-color: transparent;
}


/* vaidation */
.has-danger .k-textbox, .has-danger .k-dropdown-wrap, .has-danger .btn-group .btn {
    border-color:#e74c3c !important;
}

/*--------------------------------------------------------------
# Social Landing Page
--------------------------------------------------------------*/
#logo-social {
    background: linear-gradient( 180deg, #f9aa14 0%, #ff9b22 100%);
    padding: 20px 15px;
}

#logo-social a.logo {
    background: url(/img/logo/black_white.svg) no-repeat top left;
    width: 100%;
    height: 40px;
    display: inline-block;
}

#logo-social .btn {
    padding: 5px 40px 5px 10px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
}

.section-social section {
    padding: 40px 0;
    overflow: hidden;
}

.section-social section.banner {
    padding: 0;
    overflow: hidden;
}

    .section-social section.banner .strikethrough {
        line-height: 70px;
        word-wrap: break-word;
        display: inline;
        font-size: 3rem;
        padding: 0 20px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

        .section-social section.banner .strikethrough.animated {
            box-shadow: inset 300px 0 0 0 #fff;
            background: #fff;
            color: #202020;
        }

    .section-social section.banner .caption {
        padding: 15px 80px 15px 15px;
        min-height: 200px;
    }
        .section-social section.banner .caption h1 {
            padding-top: 0;
            text-align: left;
            font-size: 2.5rem;
        }

.section-social .section-price h4{
  font-size:24px;
}

.section-social .section-price h2 {
    font-size: 84px; line-height:84px;
}

.section-social .intro{
    padding:40px 20px; text-align:center;
}

.section-social .why-choose {
    padding: 40px 20px;
   
}
.section-social .section-cover {
    padding: 40px 20px;
}

.section-social .section-cover .item {
   display:flex; gap:20px; align-items:center;
}
    .section-social .section-cover .item .number {
        flex-shrink:0;
    }

.reasons-to-join-check {
    margin-left: -200px;
    padding: 15px;
}

/* MEGA MENU */
/* Mega menus */
/* make mega menus take the full width of .main-nav */
#main-menu .has-mega-menu {
    position: static !important;
}

    #main-menu .mega-menu {
      
        margin-left: 0 !important;
        right: 0 !important;
        width: auto !important;
        max-width: none !important;
        top: inherit !important;
    }

    #main-menu > .has-mega-menu .scroll-up,
    #main-menu > .has-mega-menu .scroll-down {
        margin-left: 0 !important;
    }


    /* clear any floats inside the mega menus */

    #main-menu .mega-menu > li {
        overflow: auto;
    }


    /* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

    #main-menu .mega-menu {
        color: #353451; padding:0;
    }

        #main-menu .mega-menu ul {
            position: static;
            display: block;
            margin: 0;
            border: 0;
            padding: 0;
            width: auto;
            background: transparent;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #main-menu .mega-menu ul li {
                display: list-item;
                list-style-type: none;
                border: 0;
                padding: 0;
            }

        #main-menu .mega-menu a {
            color: #202020;
            padding: 0;
            text-transform:uppercase;
        }

            #main-menu .mega-menu a:hover {
                text-decoration: underline;
            }

#main-menu .mega-menu-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 80vh;
    gap: 0px;
    max-width: 1100px;
    margin:0 auto;
}

    #main-menu .mega-menu-container .mega-group {
        padding: 20px 20px 0 0px;
    }

    #main-menu .mega-menu-container h3 {
        padding: 10px 0;
        margin-bottom: 10px;
        border-bottom: 2px solid #202020;
        color: #202020;
        font-family: "Elza", sans-serif;
        font-size:19px;
        font-weight:900;
        text-transform:uppercase;
    }


.content.standard-page {

    margin: 0 auto;
}

    #main .content.standard-page .container {
        max-width: 800px;
    }

.banner-with-text {
    padding:0;
}


.cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    
    color: #fff;
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
   text-align:center;
}

    .cookie-consent .btn {
        padding: 5px 20px;
        font-size: 12px;
    }

    .cookie-consent .btn:hover {
      color:#000;
    }




.modal .modal-content {
    border: 3px solid #202020;
    border-radius: 0;
    padding:10px;
}

.modal .close {
    background-color: #FF9B22;
    opacity: 1 !important;
    border-radius: 30px;
    border: 3px solid #202020;
    padding: 4px 8px;
    /* margin-right: -20px; */
    position: absolute;
    top: -2px;
    right: -2px;
    font-weight: bold;
    color: #202020;
    z-index:1;
}

.modal .modal-header, .modal .modal-footer {
    border: 0;
}

.modal .modal-body{
   background-color:#fff;
}