/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    A Divi Child Theme for A.L.T.
 Author:         Peter Woolf
 Author URI:     https://peterwoolf.com
 Template:       Divi
 Version:        1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* W3C */
a:focus-visible, button:focus-visible {
    box-shadow: 0 0 2px 2px lime !important;
  }

/* Typography */
::-moz-selection { background: #000000; text-shadow: none; color: #ffffff;}
::selection { background: #000000; text-shadow: none; color: #ffffff;}

a, a:hover, a:focus {
    cursor: pointer !important;
}

small a {
    font-size: 100% !important;
}

.link-color-inhert a, .link-color-inhert a:hover, .link-color-inhert a:focus {
    color: inherit !important;
}

a.dotted-link,
.dotted-link a {
    border-bottom: 1px dotted !important;
}

a.dotted-link:hover ,
.dotted-link a:hover {
    border-bottom: 1px solid !important;
    text-decoration: none !important;
    color: inherit !important;
    opacity: .5 !important;
}

a.no-dotted-link:hover,
a.no-dotted-link {
    border-bottom: none !important;
}

.hide-dotted-link a.dotted-link,
.hide-dotted-link .dotted-link a {
    border-bottom: 0px !important;
}

.fit-content {
    width: fit-content!important;
}

.big-first {
    float: left;
    font-size: 4em;
    font-weight: 300;
    line-height: .75;
    margin-right: 0.15em;
    margin-top: .08em;
}

.external-link::after {
    content: "\f360"!important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
    padding-left: 0.3rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 75%;
}
.et_social_share.external-link::after,
.no-external-link-icon a.external-link::after,
.no-external-link-icon.external-link::after {
    display: none;
}

.anchor {
	scroll-margin-top: 5rem;
}

/* Opacity Settings */
.opacity-0 {
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
}
.opacity-1 {
    opacity: .1 !important;
    -webkit-opacity: .1 !important;
    -moz-opacity: .1 !important;
}
.opacity-2 {
    opacity: .2 !important;
    -webkit-opacity: .2 !important;
    -moz-opacity: .2 !important;
}
.opacity-3 {
    opacity: .3 !important;
    -webkit-opacity: .3 !important;
    -moz-opacity: .3 !important;
}
.opacity-4 {
    opacity: .4 !important;
    -webkit-opacity: .4 !important;
    -moz-opacity: .4 !important;
}
.opacity-5 {
    opacity: .5 !important;
    -webkit-opacity: .5 !important;
    -moz-opacity: .5 !important;
}
.opacity-6 {
    opacity: .6 !important;
    -webkit-opacity: .6 !important;
    -moz-opacity: .6 !important;
}
.opacity-7 {
    opacity: .7 !important;
    -webkit-opacity: .7 !important;
    -moz-opacity: .7 !important;
}
.opacity-8 {
    opacity: .8 !important;
    -webkit-opacity: .8 !important;
    -moz-opacity: .8 !important;
}
.opacity-9 {
    opacity: .9 !important;
    -webkit-opacity: .9 !important;
    -moz-opacity: .9 !important;
}


/* SEO breadcrumb */
#breadcrumb svg:not(:root).svg-inline--fa {
    padding-right: .2rem;
    margin: 0 0 0 0.2rem;
}


/* 'Font Awesome 5 Free' icons */

.marks::before {
    display: none;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
}
.marks .fa-quote-left {
    font-size: 165%;
    margin-right: 0.3em;
    opacity: .4;
    vertical-align: -0.2em;
}
.marks::after {
    display: none;
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
}
.marks .fa-quote-right {
    font-size: 165%;
    margin-left: 0.3em;
    opacity: .4;
    vertical-align: -0.4em;
}
.marks p {
    display: inline;
}

.fa-ul {
    list-style-type: none !important;
}

/* Navbar */
/************/
/* Hamburger */
#navbar button.btn-outline-light.hamburger {
    border-color: #f8f9fa !important;
}
#navbar button.btn-outline-dark.hamburger {
    border-color:#343a40;
}
#navbar button.btn-outline-dark .hamburger-inner,
#navbar button.btn-outline-dark .hamburger-inner:after,
#navbar button.btn-outline-dark .hamburger-inner:before,
#navbar button.btn-outline-light.hamburger.is-active:hover .hamburger-inner,
#navbar button.btn-outline-light.hamburger.is-active:hover .hamburger-inner:after,
#navbar button.btn-outline-light.hamburger.is-active:hover .hamburger-inner:before,
#navbar button.btn-outline-light.hamburger:hover .hamburger-inner,
#navbar button.btn-outline-light.hamburger:hover .hamburger-inner:after,
#navbar button.btn-outline-light.hamburger:hover .hamburger-inner:before {
    background-color: #343a40 !important;
}

#navbar button.btn-outline-light.hamburger.is-active:hover,
#navbar button.btn-outline-light.hamburger:hover{
    opacity:1 !important;
    background-color: #f8f9fa !important;
    border-color:#343a40 !important;
}

#navbar button.btn-outline-light .hamburger-inner,
#navbar button.btn-outline-light .hamburger-inner:after,
#navbar button.btn-outline-light .hamburger-inner:before,
#navbar button.btn-outline-dark.hamburger.is-active:hover .hamburger-inner,
#navbar button.btn-outline-dark.hamburger.is-active:hover .hamburger-inner:after,
#navbar button.btn-outline-dark.hamburger.is-active:hover .hamburger-inner:before,
#navbar button.btn-outline-dark.hamburger:hover .hamburger-inner,
#navbar button.btn-outline-dark.hamburger:hover .hamburger-inner:after,
#navbar button.btn-outline-dark.hamburger:hover .hamburger-inner:before {
    background-color: #f8f9fa !important;
}

#navbar button.btn-outline-dark.hamburger.is-active:hover,
#navbar button.btn-outline-dark.hamburger:hover{
    opacity:1 !important;
    background-color: #343a40 !important;
    border-color:#f8f9fa !important;
}

/* End Hamburger */

.logo-link img {
    height:100% !important;
}

#navbar button.navbar-btn,
#navbar button.hamburger {
    cursor:pointer;
    overflow: hidden !important;
    padding: 0.6em 0.5em 0.05em 0.5em!important;
    /*transition: background-color 0.5s ease;*/
}

#navbar .hamburger-box {
    width: 22px;
    height: 20px;
}
#navbar .hamburger-inner, 
#navbar .hamburger-inner:after, 
#navbar .hamburger-inner:before {
    width: 22px;
    height: 3px;
    border-radius: 0;
}
.hamburger-inner:before {
    top: -7px!important;
}
.hamburger-inner:after {
    bottom: -7px!important;
}
.hamburger--spin.is-active .hamburger-inner:before {
    top: 0px!important;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0px!important;
}



#navbar button.navbar-btn svg:not(:root).svg-inline--fa {
        font-size: 1.8rem;
        margin: 0;
}
#navbar button.navbar-btn.phone svg:not(:root).svg-inline--fa {
        font-size: 1.5rem;
}
#navbar button.navbar-btn .label {
    display: none;
}


#navbar .btn-enhanced {
    margin-top: .6rem!important;
    margin-right: .5rem!important;
    letter-spacing: 0.05em;
    border: solid 2px
}
.btn-enhanced.b-2 {
    border: solid 2px!important;
}

/* Bootstrap Overrides */
.modal-backdrop {
    z-index: -1 !important;
}
.modal-content { 
    box-shadow: 0 0 0 100vh rgba(0,0,0,0.5);
}

.dropdown-toggle.caret-off::after {
    display: none;
}




/********************************
	    Bootstrap Extras
*********************************/

/* Margin Settings REM */
.mt-6 { margin-top: 3.5rem!important; }
.mt-7 { margin-top: 4rem!important; }
.mt-8 { margin-top: 4.5rem!important; }
.mt-9 { margin-top: 5rem!important; }
.mt-10 { margin-top: 5.5rem!important; }

.mb-6 { margin-bottom: 3.5rem!important; }
.mb-7 { margin-bottom: 4rem!important; }
.mb-8 { margin-bottom: 4.5rem!important; }
.mb-9 { margin-bottom: 5rem!important; }
.mb-10 { margin-bottom: 5.5rem!important; }

.mx-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
.mx-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
.mx-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
.mx-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
.mx-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }

.my-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
.my-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
.my-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
.my-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
.my-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }

.ms-6 { margin-left: 3.5rem!important; }
.ms-7 { margin-left: 4rem!important; }
.ms-8 { margin-left: 4.5rem!important; }
.ms-9 { margin-left: 5rem!important; }
.ms-10 { margin-left: 5.5rem!important; }

.me-6 { margin-right: 3.5rem!important; }
.me-7 { margin-right: 4rem!important; }
.me-8 { margin-right: 4.5rem!important; }
.me-9 { margin-right: 5rem!important; }
.me-10 { margin-right: 5.5rem!important; }


/* Margin Settings PCT */
.mt-pct-05 {margin-top: 5%!important;}
.mt-pct-10 {margin-top: 10%!important;}
.mt-pct-20 {margin-top: 20%!important;}
.mt-pct-30 {margin-top: 30%!important;}
.mt-pct-40 {margin-top: 40%!important;}
.mt-pct-50 {margin-top: 50%!important;}
.mt-pct-60 {margin-top: 60%!important;}
.mt-pct-70 {margin-top: 70%!important;}
.mt-pct-80 {margin-top: 80%!important;}
.mt-pct-90 {margin-top: 90%!important;}

/* Height Settings PCT */
.h-pct-33 {height: 33.333%!important;}

/* Width Settings PCT */
.w-pct-33 {width: 33.333%!important;}

/* Row Settings PCT */
.row-col-1 .col {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.row-col-2 .col {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.row-col-3 .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-col-4 .col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-col-5 .col {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.row-col-6 .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-col-7 .col {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.row-col-8 .col {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.row-col-9 .col {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.row-col-10 .col {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.row-col-11 .col {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.row-col-12 .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/* Verticle Height */
.vh-95 {height: 95vh!important;}
.vh-90 {height: 90vh!important;}
.vh-85 {height: 85vh!important;}
.vh-80 {height: 80vh!important;}
.vh-75 {height: 75vh!important;}
.vh-70 {height: 70vh!important;}
.vh-65 {height: 65vh!important;}
.vh-60 {height: 60vh!important;}
.vh-55 {height: 55vh!important;}
.vh-50 {height: 50vh!important;}
.vh-45 {height: 45vh!important;}
.vh-40 {height: 40vh!important;}
.vh-35 {height: 35vh!important;}
.vh-30 {height: 30vh!important;}
.vh-25 {height: 25vh!important;}
.vh-20 {height: 20vh!important;}
.vh-15 {height: 15vh!important;}
.vh-10 {height: 10vh!important;}





@media (max-width: 575px) {
    
    /* Margin Settings XS REM */
    .mt-xs-6 { margin-top: 3.5rem!important; }
    .mt-xs-7 { margin-top: 4rem!important; }
    .mt-xs-8 { margin-top: 4.5rem!important; }
    .mt-xs-9 { margin-top: 5rem!important; }
    .mt-xs-10 { margin-top: 5.5rem!important; }
    
    .mb-xs-6 { margin-bottom: 3.5rem!important; }
    .mb-xs-7 { margin-bottom: 4rem!important; }
    .mb-xs-8 { margin-bottom: 4.5rem!important; }
    .mb-xs-9 { margin-bottom: 5rem!important; }
    .mb-xs-10 { margin-bottom: 5.5rem!important; }
    
    .mx-xs-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-xs-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-xs-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-xs-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-xs-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-xs-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-xs-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-xs-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-xs-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-xs-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-xs-6 { margin-left: 3.5rem!important; }
    .ms-xs-7 { margin-left: 4rem!important; }
    .ms-xs-8 { margin-left: 4.5rem!important; }
    .ms-xs-9 { margin-left: 5rem!important; }
    .ms-xs-10 { margin-left: 5.5rem!important; }
    
    .me-xs-6 { margin-right: 3.5rem!important; }
    .me-xs-7 { margin-right: 4rem!important; }
    .me-xs-8 { margin-right: 4.5rem!important; }
    .me-xs-9 { margin-right: 5rem!important; }
    .me-xs-10 { margin-right: 5.5rem!important; }

    /* Height Settings XS PCT */
    .h-pct-xs-25 {height: 25%!important;}
    .h-pct-xs-33 {height: 33.333%!important;}
    .h-pct-xs-50 {height: 50%!important;}
    .h-pct-xs-75 {height: 75%!important;}
    .h-pct-xs-100 {height: 100%!important;}

    /* Width Settings XS PCT */
    .w-pct-xs-25 {width: 25%!important;}
    .w-pct-xs-33 {width: 33.333%!important;}
    .w-pct-xs-50 {width: 50%!important;}
    .w-pct-xs-75 {width: 75%!important;}
    .w-pct-xs-100 {width: 100%!important;}

    /* Margin Settings PCT */
    .mt-pct-xs-05 {margin-top: 5%!important;}
    .mt-pct-xs-10 {margin-top: 10%!important;}
    .mt-pct-xs-20 {margin-top: 20%!important;}
    .mt-pct-xs-30 {margin-top: 30%!important;}
    .mt-pct-xs-40 {margin-top: 40%!important;}
    .mt-pct-xs-50 {margin-top: 50%!important;}
    .mt-pct-xs-60 {margin-top: 60%!important;}
    .mt-pct-xs-70 {margin-top: 70%!important;}
    .mt-pct-xs-80 {margin-top: 80%!important;}
    .mt-pct-xs-90 {margin-top: 90%!important;}

    /* Row Settings XS PCT */
    .row-col-xs-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-xs-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-xs-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-xs-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-xs-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-xs-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-xs-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-xs-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-xs-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-xs-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-xs-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-xs-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Verticle Height XS */
    .vh-xs-100 {height: 100vh!important;}
    .vh-xs-95 {height: 95vh!important;}
    .vh-xs-90 {height: 90vh!important;}
    .vh-xs-85 {height: 85vh!important;}
    .vh-xs-80 {height: 80vh!important;}
    .vh-xs-75 {height: 75vh!important;}
    .vh-xs-70 {height: 70vh!important;}
    .vh-xs-65 {height: 65vh!important;}
    .vh-xs-60 {height: 60vh!important;}
    .vh-xs-55 {height: 55vh!important;}
    .vh-xs-50 {height: 50vh!important;}
    .vh-xs-45 {height: 45vh!important;}
    .vh-xs-40 {height: 40vh!important;}
    .vh-xs-35 {height: 35vh!important;}
    .vh-xs-30 {height: 30vh!important;}
    .vh-xs-25 {height: 25vh!important;}
    .vh-xs-20 {height: 20vh!important;}
    .vh-xs-15 {height: 15vh!important;}
    .vh-xs-10 {height: 10vh!important;}

}
@media (min-width: 576px) {

    /* Margin Settings SM REM */
    .mt-sm-6 { margin-top: 3.5rem!important; }
    .mt-sm-7 { margin-top: 4rem!important; }
    .mt-sm-8 { margin-top: 4.5rem!important; }
    .mt-sm-9 { margin-top: 5rem!important; }
    .mt-sm-10 { margin-top: 5.5rem!important; }
    
    .mb-sm-6 { margin-bottom: 3.5rem!important; }
    .mb-sm-7 { margin-bottom: 4rem!important; }
    .mb-sm-8 { margin-bottom: 4.5rem!important; }
    .mb-sm-9 { margin-bottom: 5rem!important; }
    .mb-sm-10 { margin-bottom: 5.5rem!important; }
    
    .mx-sm-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-sm-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-sm-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-sm-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-sm-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-sm-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-sm-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-sm-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-sm-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-sm-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-sm-6 { margin-left: 3.5rem!important; }
    .ms-sm-7 { margin-left: 4rem!important; }
    .ms-sm-8 { margin-left: 4.5rem!important; }
    .ms-sm-9 { margin-left: 5rem!important; }
    .ms-sm-10 { margin-left: 5.5rem!important; }
    
    .me-sm-6 { margin-right: 3.5rem!important; }
    .me-sm-7 { margin-right: 4rem!important; }
    .me-sm-8 { margin-right: 4.5rem!important; }
    .me-sm-9 { margin-right: 5rem!important; }
    .me-sm-10 { margin-right: 5.5rem!important; }

    /* Height Settings SM PCT */
    .h-pct-sm-25 {height: 25%!important;}
    .h-pct-sm-33 {height: 33.333%!important;}
    .h-pct-sm-50 {height: 50%!important;}
    .h-pct-sm-75 {height: 75%!important;}
    .h-pct-sm-100 {height: 100%!important;}

    /* Width Settings SM PCT */
    .w-pct-sm-25 {width: 25%!important;}
    .w-pct-sm-33 {width: 33.333%!important;}
    .w-pct-sm-50 {width: 50%!important;}
    .w-pct-sm-75 {width: 75%!important;}
    .w-pct-sm-100 {width: 100%!important;}

    /* Margin Settings SM PCT */
    .mt-pct-sm-05 {margin-top: 5%!important;}
    .mt-pct-sm-10 {margin-top: 10%!important;}
    .mt-pct-sm-20 {margin-top: 20%!important;}
    .mt-pct-sm-30 {margin-top: 30%!important;}
    .mt-pct-sm-40 {margin-top: 40%!important;}
    .mt-pct-sm-50 {margin-top: 50%!important;}
    .mt-pct-sm-60 {margin-top: 60%!important;}
    .mt-pct-sm-70 {margin-top: 70%!important;}
    .mt-pct-sm-80 {margin-top: 80%!important;}
    .mt-pct-sm-90 {margin-top: 90%!important;}

    /* Row Settings SM PCT */
    .row-col-sm-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-sm-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-sm-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-sm-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-sm-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-sm-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-sm-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-sm-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-sm-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-sm-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-sm-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-sm-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Verticle Height SM */
    .vh-sm-100 {height: 100vh!important;}
    .vh-sm-95 {height: 95vh!important;}
    .vh-sm-90 {height: 90vh!important;}
    .vh-sm-85 {height: 85vh!important;}
    .vh-sm-80 {height: 80vh!important;}
    .vh-sm-75 {height: 75vh!important;}
    .vh-sm-70 {height: 70vh!important;}
    .vh-sm-65 {height: 65vh!important;}
    .vh-sm-60 {height: 60vh!important;}
    .vh-sm-55 {height: 55vh!important;}
    .vh-sm-50 {height: 50vh!important;}
    .vh-sm-45 {height: 45vh!important;}
    .vh-sm-40 {height: 40vh!important;}
    .vh-sm-35 {height: 35vh!important;}
    .vh-sm-30 {height: 30vh!important;}
    .vh-sm-25 {height: 25vh!important;}
    .vh-sm-20 {height: 20vh!important;}
    .vh-sm-15 {height: 15vh!important;}
    .vh-sm-10 {height: 10vh!important;}
}

@media (min-width: 768px) {

    /* Margin Settings MD REM */
    .mt-md-6 { margin-top: 3.5rem!important; }
    .mt-md-7 { margin-top: 4rem!important; }
    .mt-md-8 { margin-top: 4.5rem!important; }
    .mt-md-9 { margin-top: 5rem!important; }
    .mt-md-10 { margin-top: 5.5rem!important; }
    
    .mb-md-6 { margin-bottom: 3.5rem!important; }
    .mb-md-7 { margin-bottom: 4rem!important; }
    .mb-md-8 { margin-bottom: 4.5rem!important; }
    .mb-md-9 { margin-bottom: 5rem!important; }
    .mb-md-10 { margin-bottom: 5.5rem!important; }
    
    .mx-md-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-md-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-md-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-md-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-md-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-md-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-md-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-md-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-md-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-md-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-md-6 { margin-left: 3.5rem!important; }
    .ms-md-7 { margin-left: 4rem!important; }
    .ms-md-8 { margin-left: 4.5rem!important; }
    .ms-md-9 { margin-left: 5rem!important; }
    .ms-md-10 { margin-left: 5.5rem!important; }
    
    .me-md-6 { margin-right: 3.5rem!important; }
    .me-md-7 { margin-right: 4rem!important; }
    .me-md-8 { margin-right: 4.5rem!important; }
    .me-md-9 { margin-right: 5rem!important; }
    .me-md-10 { margin-right: 5.5rem!important; }

    /* Height Settings MD PCT */
    .h-pct-md-25 {height: 25%!important;}
    .h-pct-md-33 {height: 33.333%!important;}
    .h-pct-md-50 {height: 50%!important;}
    .h-pct-md-75 {height: 75%!important;}
    .h-pct-md-100 {height: 100%!important;}

    /* Width Settings MD PCT */
    .w-pct-md-25 {width: 25%!important;}
    .w-pct-md-33 {width: 33.333%!important;}
    .w-pct-md-50 {width: 50%!important;}
    .w-pct-md-75 {width: 75%!important;}
    .w-pct-md-100 {width: 100%!important;}

    /* Margin Settings MD PCT */
    .mt-pct-md-05 {margin-top: 5%!important;}
    .mt-pct-md-10 {margin-top: 10%!important;}
    .mt-pct-md-20 {margin-top: 20%!important;}
    .mt-pct-md-30 {margin-top: 30%!important;}
    .mt-pct-md-40 {margin-top: 40%!important;}
    .mt-pct-md-50 {margin-top: 50%!important;}
    .mt-pct-md-60 {margin-top: 60%!important;}
    .mt-pct-md-70 {margin-top: 70%!important;}
    .mt-pct-md-80 {margin-top: 80%!important;}
    .mt-pct-md-90 {margin-top: 90%!important;}

    /* Row Settings MD PCT */
    .row-col-md-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-md-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-md-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-md-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-md-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-md-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-md-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-md-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-md-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-md-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-md-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-md-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Verticle Height MD */
    .vh-md-100 {height: 100vh!important;}
    .vh-md-95 {height: 95vh!important;}
    .vh-md-90 {height: 90vh!important;}
    .vh-md-85 {height: 85vh!important;}
    .vh-md-80 {height: 80vh!important;}
    .vh-md-75 {height: 75vh!important;}
    .vh-md-70 {height: 70vh!important;}
    .vh-md-65 {height: 65vh!important;}
    .vh-md-60 {height: 60vh!important;}
    .vh-md-55 {height: 55vh!important;}
    .vh-md-50 {height: 50vh!important;}
    .vh-md-45 {height: 45vh!important;}
    .vh-md-40 {height: 40vh!important;}
    .vh-md-35 {height: 35vh!important;}
    .vh-md-30 {height: 30vh!important;}
    .vh-md-25 {height: 25vh!important;}
    .vh-md-20 {height: 20vh!important;}
    .vh-md-15 {height: 15vh!important;}
    .vh-md-10 {height: 10vh!important;}

}
@media (min-width: 992px) {

    /* Margin Settings LG REM */
    .mt-lg-6 { margin-top: 3.5rem!important; }
    .mt-lg-7 { margin-top: 4rem!important; }
    .mt-lg-8 { margin-top: 4.5rem!important; }
    .mt-lg-9 { margin-top: 5rem!important; }
    .mt-lg-10 { margin-top: 5.5rem!important; }
    
    .mb-lg-6 { margin-bottom: 3.5rem!important; }
    .mb-lg-7 { margin-bottom: 4rem!important; }
    .mb-lg-8 { margin-bottom: 4.5rem!important; }
    .mb-lg-9 { margin-bottom: 5rem!important; }
    .mb-lg-10 { margin-bottom: 5.5rem!important; }
    
    .mx-lg-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-lg-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-lg-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-lg-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-lg-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-lg-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-lg-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-lg-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-lg-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-lg-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-lg-6 { margin-left: 3.5rem!important; }
    .ms-lg-7 { margin-left: 4rem!important; }
    .ms-lg-8 { margin-left: 4.5rem!important; }
    .ms-lg-9 { margin-left: 5rem!important; }
    .ms-lg-10 { margin-left: 5.5rem!important; }
    
    .me-lg-6 { margin-right: 3.5rem!important; }
    .me-lg-7 { margin-right: 4rem!important; }
    .me-lg-8 { margin-right: 4.5rem!important; }
    .me-lg-9 { margin-right: 5rem!important; }
    .me-lg-10 { margin-right: 5.5rem!important; }

    /* Height Settings LG PCT */
    .h-pct-lg-25 {height: 25%!important;}
    .h-pct-lg-33 {height: 33.333%!important;}
    .h-pct-lg-50 {height: 50%!important;}
    .h-pct-lg-75 {height: 75%!important;}
    .h-pct-lg-100 {height: 100%!important;}

    /* Width Settings LG PCT */
    .w-pct-lg-25 {width: 25%!important;}
    .w-pct-lg-33 {width: 33.333%!important;}
    .w-pct-lg-50 {width: 50%!important;}
    .w-pct-lg-75 {width: 75%!important;}
    .w-pct-lg-100 {width: 100%!important;}

    /* Margin Settings LG PCT */
    .mt-pct-lg-05 {margin-top: 5%!important;}
    .mt-pct-lg-10 {margin-top: 10%!important;}
    .mt-pct-lg-20 {margin-top: 20%!important;}
    .mt-pct-lg-30 {margin-top: 30%!important;}
    .mt-pct-lg-40 {margin-top: 40%!important;}
    .mt-pct-lg-50 {margin-top: 50%!important;}
    .mt-pct-lg-60 {margin-top: 60%!important;}
    .mt-pct-lg-70 {margin-top: 70%!important;}
    .mt-pct-lg-80 {margin-top: 80%!important;}
    .mt-pct-lg-90 {margin-top: 90%!important;}

    /* Row Settings LG PCT */
    .row-col-lg-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-lg-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-lg-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-lg-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-lg-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-lg-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-lg-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-lg-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-lg-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-lg-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-lg-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-lg-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Verticle Height LG */
    .vh-lg-100 {height: 100vh!important;}
    .vh-lg-95 {height: 95vh!important;}
    .vh-lg-90 {height: 90vh!important;}
    .vh-lg-85 {height: 85vh!important;}
    .vh-lg-80 {height: 80vh!important;}
    .vh-lg-75 {height: 75vh!important;}
    .vh-lg-70 {height: 70vh!important;}
    .vh-lg-65 {height: 65vh!important;}
    .vh-lg-60 {height: 60vh!important;}
    .vh-lg-55 {height: 55vh!important;}
    .vh-lg-50 {height: 50vh!important;}
    .vh-lg-45 {height: 45vh!important;}
    .vh-lg-40 {height: 40vh!important;}
    .vh-lg-35 {height: 35vh!important;}
    .vh-lg-30 {height: 30vh!important;}
    .vh-lg-25 {height: 25vh!important;}
    .vh-lg-20 {height: 20vh!important;}
    .vh-lg-15 {height: 15vh!important;}
    .vh-lg-10 {height: 10vh!important;}
}
@media (min-width: 1200px) {
    /* Margin Settings XL REM */
    .mt-xl-6 { margin-top: 3.5rem!important; }
    .mt-xl-7 { margin-top: 4rem!important; }
    .mt-xl-8 { margin-top: 4.5rem!important; }
    .mt-xl-9 { margin-top: 5rem!important; }
    .mt-xl-10 { margin-top: 5.5rem!important; }
    
    .mb-xl-6 { margin-bottom: 3.5rem!important; }
    .mb-xl-7 { margin-bottom: 4rem!important; }
    .mb-xl-8 { margin-bottom: 4.5rem!important; }
    .mb-xl-9 { margin-bottom: 5rem!important; }
    .mb-xl-10 { margin-bottom: 5.5rem!important; }
    
    .mx-xl-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-xl-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-xl-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-xl-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-xl-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-xl-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-xl-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-xl-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-xl-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-xl-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-xl-6 { margin-left: 3.5rem!important; }
    .ms-xl-7 { margin-left: 4rem!important; }
    .ms-xl-8 { margin-left: 4.5rem!important; }
    .ms-xl-9 { margin-left: 5rem!important; }
    .ms-xl-10 { margin-left: 5.5rem!important; }
    
    .me-xl-6 { margin-right: 3.5rem!important; }
    .me-xl-7 { margin-right: 4rem!important; }
    .me-xl-8 { margin-right: 4.5rem!important; }
    .me-xl-9 { margin-right: 5rem!important; }
    .me-xl-10 { margin-right: 5.5rem!important; }

    /* Height Settings XL PCT */
    .h-pct-xl-25 {height: 25%!important;}
    .h-pct-xl-33 {height: 33.333%!important;}
    .h-pct-xl-50 {height: 50%!important;}
    .h-pct-xl-75 {height: 75%!important;}
    .h-pct-xl-100 {height: 100%!important;}

    /* Width Settings XL PCT */
    .w-pct-xl-25 {width: 25%!important;}
    .w-pct-xl-33 {width: 33.333%!important;}
    .w-pct-xl-50 {width: 50%!important;}
    .w-pct-xl-75 {width: 75%!important;}
    .w-pct-xl-100 {width: 100%!important;}

    /* Margin Settings XL PCT */
    .mt-pct-xl-05 {margin-top: 5%!important;}
    .mt-pct-xl-10 {margin-top: 10%!important;}
    .mt-pct-xl-20 {margin-top: 20%!important;}
    .mt-pct-xl-30 {margin-top: 30%!important;}
    .mt-pct-xl-40 {margin-top: 40%!important;}
    .mt-pct-xl-50 {margin-top: 50%!important;}
    .mt-pct-xl-60 {margin-top: 60%!important;}
    .mt-pct-xl-70 {margin-top: 70%!important;}
    .mt-pct-xl-80 {margin-top: 80%!important;}
    .mt-pct-xl-90 {margin-top: 90%!important;}

    /* Row Settings XL PCT */
    .row-col-xl-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-xl-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-xl-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-xl-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-xl-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-xl-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-xl-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-xl-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-xl-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-xl-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-xl-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-xl-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Verticle Height XL */
    .vh-xl-100 {height: 100vh!important;}
    .vh-xl-95 {height: 95vh!important;}
    .vh-xl-90 {height: 90vh!important;}
    .vh-xl-85 {height: 85vh!important;}
    .vh-xl-80 {height: 80vh!important;}
    .vh-xl-75 {height: 75vh!important;}
    .vh-xl-70 {height: 70vh!important;}
    .vh-xl-65 {height: 65vh!important;}
    .vh-xl-60 {height: 60vh!important;}
    .vh-xl-55 {height: 55vh!important;}
    .vh-xl-50 {height: 50vh!important;}
    .vh-xl-45 {height: 45vh!important;}
    .vh-xl-40 {height: 40vh!important;}
    .vh-xl-35 {height: 35vh!important;}
    .vh-xl-30 {height: 30vh!important;}
    .vh-xl-25 {height: 25vh!important;}
    .vh-xl-20 {height: 20vh!important;}
    .vh-xl-15 {height: 15vh!important;}
    .vh-xl-10 {height: 10vh!important;}
}

@media (min-width: 1440px) {
    /* Margin Settings WX REM */
    .mt-wx-6 { margin-top: 3.5rem!important; }
    .mt-wx-7 { margin-top: 4rem!important; }
    .mt-wx-8 { margin-top: 4.5rem!important; }
    .mt-wx-9 { margin-top: 5rem!important; }
    .mt-wx-10 { margin-top: 5.5rem!important; }
    
    .mb-wx-6 { margin-bottom: 3.5rem!important; }
    .mb-wx-7 { margin-bottom: 4rem!important; }
    .mb-wx-8 { margin-bottom: 4.5rem!important; }
    .mb-wx-9 { margin-bottom: 5rem!important; }
    .mb-wx-10 { margin-bottom: 5.5rem!important; }
    
    .mx-wx-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-wx-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-wx-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-wx-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-wx-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-wx-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-wx-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-wx-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-wx-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-wx-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-wx-6 { margin-left: 3.5rem!important; }
    .ms-wx-7 { margin-left: 4rem!important; }
    .ms-wx-8 { margin-left: 4.5rem!important; }
    .ms-wx-9 { margin-left: 5rem!important; }
    .ms-wx-10 { margin-left: 5.5rem!important; }
    
    .me-wx-6 { margin-right: 3.5rem!important; }
    .me-wx-7 { margin-right: 4rem!important; }
    .me-wx-8 { margin-right: 4.5rem!important; }
    .me-wx-9 { margin-right: 5rem!important; }
    .me-wx-10 { margin-right: 5.5rem!important; }

    /* Height Settings WX PCT */
    .h-pct-wx-25 {height: 25%!important;}
    .h-pct-wx-33 {height: 33.333%!important;}
    .h-pct-wx-50 {height: 50%!important;}
    .h-pct-wx-75 {height: 75%!important;}
    .h-pct-wx-100 {height: 100%!important;}

    /* Width Settings WX PCT */
    .w-pct-wx-25 {width: 25%!important;}
    .w-pct-wx-33 {width: 33.333%!important;}
    .w-pct-wx-50 {width: 50%!important;}
    .w-pct-wx-75 {width: 75%!important;}
    .w-pct-wx-100 {width: 100%!important;}

    /* Margin Settings WX PCT */
    .mt-pct-wx-05 {margin-top: 5%!important;}
    .mt-pct-wx-10 {margin-top: 10%!important;}
    .mt-pct-wx-20 {margin-top: 20%!important;}
    .mt-pct-wx-30 {margin-top: 30%!important;}
    .mt-pct-wx-40 {margin-top: 40%!important;}
    .mt-pct-wx-50 {margin-top: 50%!important;}
    .mt-pct-wx-60 {margin-top: 60%!important;}
    .mt-pct-wx-70 {margin-top: 70%!important;}
    .mt-pct-wx-80 {margin-top: 80%!important;}
    .mt-pct-wx-90 {margin-top: 90%!important;}

    /* Row Settings WX PCT */
    .row-col-wx-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-wx-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-wx-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-wx-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-wx-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-wx-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-wx-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-wx-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-wx-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-wx-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-wx-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-wx-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-wx-none {display: none!important;}
    .d-wx-block {display: block!important;}

    /* Verticle Height WX */
    .vh-wx-100 {height: 100vh!important;}
    .vh-wx-95 {height: 95vh!important;}
    .vh-wx-90 {height: 90vh!important;}
    .vh-wx-85 {height: 85vh!important;}
    .vh-wx-80 {height: 80vh!important;}
    .vh-wx-75 {height: 75vh!important;}
    .vh-wx-70 {height: 70vh!important;}
    .vh-wx-65 {height: 65vh!important;}
    .vh-wx-60 {height: 60vh!important;}
    .vh-wx-55 {height: 55vh!important;}
    .vh-wx-50 {height: 50vh!important;}
    .vh-wx-45 {height: 45vh!important;}
    .vh-wx-40 {height: 40vh!important;}
    .vh-wx-35 {height: 35vh!important;}
    .vh-wx-30 {height: 30vh!important;}
    .vh-wx-25 {height: 25vh!important;}
    .vh-wx-20 {height: 20vh!important;}
    .vh-wx-15 {height: 15vh!important;}
    .vh-wx-10 {height: 10vh!important;}

}

@media (min-width: 1600px) {
    /* Margin Settings UX REM */
    .mt-ux-6 { margin-top: 3.5rem!important; }
    .mt-ux-7 { margin-top: 4rem!important; }
    .mt-ux-8 { margin-top: 4.5rem!important; }
    .mt-ux-9 { margin-top: 5rem!important; }
    .mt-ux-10 { margin-top: 5.5rem!important; }

    .mb-ux-6 { margin-bottom: 3.5rem!important; }
    .mb-ux-7 { margin-bottom: 4rem!important; }
    .mb-ux-8 { margin-bottom: 4.5rem!important; }
    .mb-ux-9 { margin-bottom: 5rem!important; }
    .mb-ux-10 { margin-bottom: 5.5rem!important; }
    
    .mx-ux-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-ux-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-ux-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-ux-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-ux-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-ux-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-ux-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-ux-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-ux-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-ux-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-ux-6 { margin-left: 3.5rem!important; }
    .ms-ux-7 { margin-left: 4rem!important; }
    .ms-ux-8 { margin-left: 4.5rem!important; }
    .ms-ux-9 { margin-left: 5rem!important; }
    .ms-ux-10 { margin-left: 5.5rem!important; }
    
    .me-ux-6 { margin-right: 3.5rem!important; }
    .me-ux-7 { margin-right: 4rem!important; }
    .me-ux-8 { margin-right: 4.5rem!important; }
    .me-ux-9 { margin-right: 5rem!important; }
    .me-ux-10 { margin-right: 5.5rem!important; }

    /* Height Settings UX PCT */
    .h-pct-ux-25 {height: 25%!important;}
    .h-pct-ux-33 {height: 33.333%!important;}
    .h-pct-ux-50 {height: 50%!important;}
    .h-pct-ux-75 {height: 75%!important;}
    .h-pct-ux-100 {height: 100%!important;}

    /* Width Settings UX PCT */
    .w-pct-ux-25 {width: 25%!important;}
    .w-pct-ux-33 {width: 33.333%!important;}
    .w-pct-ux-50 {width: 50%!important;}
    .w-pct-ux-75 {width: 75%!important;}
    .w-pct-ux-100 {width: 100%!important;}

    /* Margin Settings UX PCT */
    .mt-pct-ux-05 {margin-top: 5%!important;}
    .mt-pct-ux-10 {margin-top: 10%!important;}
    .mt-pct-ux-20 {margin-top: 20%!important;}
    .mt-pct-ux-30 {margin-top: 30%!important;}
    .mt-pct-ux-40 {margin-top: 40%!important;}
    .mt-pct-ux-50 {margin-top: 50%!important;}
    .mt-pct-ux-60 {margin-top: 60%!important;}
    .mt-pct-ux-70 {margin-top: 70%!important;}
    .mt-pct-ux-80 {margin-top: 80%!important;}
    .mt-pct-ux-90 {margin-top: 90%!important;}

    /* Row Settings UX PCT */
    .row-col-ux-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-ux-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-ux-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-ux-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-ux-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-ux-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-ux-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-ux-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-ux-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-ux-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-ux-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-ux-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-ux-none {display: none!important;}
    .d-ux-block {display: block!important;}

    /* Verticle Height UX */
    .vh-ux-100 {height: 100vh!important;}
    .vh-ux-95 {height: 95vh!important;}
    .vh-ux-90 {height: 90vh!important;}
    .vh-ux-85 {height: 85vh!important;}
    .vh-ux-80 {height: 80vh!important;}
    .vh-ux-75 {height: 75vh!important;}
    .vh-ux-70 {height: 70vh!important;}
    .vh-ux-65 {height: 65vh!important;}
    .vh-ux-60 {height: 60vh!important;}
    .vh-ux-55 {height: 55vh!important;}
    .vh-ux-50 {height: 50vh!important;}
    .vh-ux-45 {height: 45vh!important;}
    .vh-ux-40 {height: 40vh!important;}
    .vh-ux-35 {height: 35vh!important;}
    .vh-ux-30 {height: 30vh!important;}
    .vh-ux-25 {height: 25vh!important;}
    .vh-ux-20 {height: 20vh!important;}
    .vh-ux-15 {height: 15vh!important;}
    .vh-ux-10 {height: 10vh!important;}

}

@media (min-width: 1920px) {
    /* Margin Settings HD REM */
    .mt-hd-6 { margin-top: 3.5rem!important; }
    .mt-hd-7 { margin-top: 4rem!important; }
    .mt-hd-8 { margin-top: 4.5rem!important; }
    .mt-hd-9 { margin-top: 5rem!important; }
    .mt-hd-10 { margin-top: 5.5rem!important; }

    .mb-hd-6 { margin-bottom: 3.5rem!important; }
    .mb-hd-7 { margin-bottom: 4rem!important; }
    .mb-hd-8 { margin-bottom: 4.5rem!important; }
    .mb-hd-9 { margin-bottom: 5rem!important; }
    .mb-hd-10 { margin-bottom: 5.5rem!important; }
    
    .mx-hd-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-hd-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-hd-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-hd-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-hd-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-hd-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-hd-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-hd-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-hd-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-hd-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-hd-6 { margin-left: 3.5rem!important; }
    .ms-hd-7 { margin-left: 4rem!important; }
    .ms-hd-8 { margin-left: 4.5rem!important; }
    .ms-hd-9 { margin-left: 5rem!important; }
    .ms-hd-10 { margin-left: 5.5rem!important; }
    
    .me-hd-6 { margin-right: 3.5rem!important; }
    .me-hd-7 { margin-right: 4rem!important; }
    .me-hd-8 { margin-right: 4.5rem!important; }
    .me-hd-9 { margin-right: 5rem!important; }
    .me-hd-10 { margin-right: 5.5rem!important; }

    /* Height Settings HD PCT */
    .h-pct-hd-25 {height: 25%!important;}
    .h-pct-hd-33 {height: 33.333%!important;}
    .h-pct-hd-50 {height: 50%!important;}
    .h-pct-hd-75 {height: 75%!important;}
    .h-pct-hd-100 {height: 100%!important;}

    /* Width Settings HD PCT */
    .w-pct-hd-25 {width: 25%!important;}
    .w-pct-hd-33 {width: 33.333%!important;}
    .w-pct-hd-50 {width: 50%!important;}
    .w-pct-hd-75 {width: 75%!important;}
    .w-pct-hd-100 {width: 100%!important;}

    /* Margin Settings HD PCT */
    .mt-pct-hd-05 {margin-top: 5%!important;}
    .mt-pct-hd-10 {margin-top: 10%!important;}
    .mt-pct-hd-20 {margin-top: 20%!important;}
    .mt-pct-hd-30 {margin-top: 30%!important;}
    .mt-pct-hd-40 {margin-top: 40%!important;}
    .mt-pct-hd-50 {margin-top: 50%!important;}
    .mt-pct-hd-60 {margin-top: 60%!important;}
    .mt-pct-hd-70 {margin-top: 70%!important;}
    .mt-pct-hd-80 {margin-top: 80%!important;}
    .mt-pct-hd-90 {margin-top: 90%!important;}

    /* Row Settings HD PCT */
    .row-col-hd-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-hd-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-hd-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-hd-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-hd-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-hd-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-hd-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-hd-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-hd-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-hd-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-hd-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-hd-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-hd-none {display: none!important;}
    .d-hd-block {display: block!important;}

    /* Verticle Height HD */
    .vh-hd-100 {height: 100vh!important;}
    .vh-hd-95 {height: 95vh!important;}
    .vh-hd-90 {height: 90vh!important;}
    .vh-hd-85 {height: 85vh!important;}
    .vh-hd-80 {height: 80vh!important;}
    .vh-hd-75 {height: 75vh!important;}
    .vh-hd-70 {height: 70vh!important;}
    .vh-hd-65 {height: 65vh!important;}
    .vh-hd-60 {height: 60vh!important;}
    .vh-hd-55 {height: 55vh!important;}
    .vh-hd-50 {height: 50vh!important;}
    .vh-hd-45 {height: 45vh!important;}
    .vh-hd-40 {height: 40vh!important;}
    .vh-hd-35 {height: 35vh!important;}
    .vh-hd-30 {height: 30vh!important;}
    .vh-hd-25 {height: 25vh!important;}
    .vh-hd-20 {height: 20vh!important;}
    .vh-hd-15 {height: 15vh!important;}
    .vh-hd-10 {height: 10vh!important;}

}

@media (min-width: 2560px) {
    /* Margin Settings UHD REM */
    .mt-uhd-6 { margin-top: 3.5rem!important; }
    .mt-uhd-7 { margin-top: 4rem!important; }
    .mt-uhd-8 { margin-top: 4.5rem!important; }
    .mt-uhd-9 { margin-top: 5rem!important; }
    .mt-uhd-10 { margin-top: 5.5rem!important; }

    .mb-uhd-6 { margin-bottom: 3.5rem!important; }
    .mb-uhd-7 { margin-bottom: 4rem!important; }
    .mb-uhd-8 { margin-bottom: 4.5rem!important; }
    .mb-uhd-9 { margin-bottom: 5rem!important; }
    .mb-uhd-10 { margin-bottom: 5.5rem!important; }
    
    .mx-uhd-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-uhd-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-uhd-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-uhd-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-uhd-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-uhd-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-uhd-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-uhd-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-uhd-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-uhd-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-uhd-6 { margin-left: 3.5rem!important; }
    .ms-uhd-7 { margin-left: 4rem!important; }
    .ms-uhd-8 { margin-left: 4.5rem!important; }
    .ms-uhd-9 { margin-left: 5rem!important; }
    .ms-uhd-10 { margin-left: 5.5rem!important; }
    
    .me-uhd-6 { margin-right: 3.5rem!important; }
    .me-uhd-7 { margin-right: 4rem!important; }
    .me-uhd-8 { margin-right: 4.5rem!important; }
    .me-uhd-9 { margin-right: 5rem!important; }
    .me-uhd-10 { margin-right: 5.5rem!important; }

    /* Height Settings UHD PCT */
    .h-pct-uhd-25 {height: 25%!important;}
    .h-pct-uhd-33 {height: 33.333%!important;}
    .h-pct-uhd-50 {height: 50%!important;}
    .h-pct-uhd-75 {height: 75%!important;}
    .h-pct-uhd-100 {height: 100%!important;}

    /* Width Settings UHD PCT */
    .w-pct-uhd-25 {width: 25%!important;}
    .w-pct-uhd-33 {width: 33.333%!important;}
    .w-pct-uhd-50 {width: 50%!important;}
    .w-pct-uhd-75 {width: 75%!important;}
    .w-pct-uhd-100 {width: 100%!important;}

    /* Margin Settings UHD PCT */
    .mt-pct-uhd-05 {margin-top: 5%!important;}
    .mt-pct-uhd-10 {margin-top: 10%!important;}
    .mt-pct-uhd-20 {margin-top: 20%!important;}
    .mt-pct-uhd-30 {margin-top: 30%!important;}
    .mt-pct-uhd-40 {margin-top: 40%!important;}
    .mt-pct-uhd-50 {margin-top: 50%!important;}
    .mt-pct-uhd-60 {margin-top: 60%!important;}
    .mt-pct-uhd-70 {margin-top: 70%!important;}
    .mt-pct-uhd-80 {margin-top: 80%!important;}
    .mt-pct-uhd-90 {margin-top: 90%!important;}

    /* Row Settings UHD PCT */
    .row-col-uhd-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-uhd-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-uhd-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-uhd-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-uhd-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-uhd-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-uhd-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-uhd-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-uhd-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-uhd-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-uhd-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-uhd-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-uhd-none {display: none!important;}
    .d-uhd-block {display: block!important;}

    /* Verticle Height UHD */
    .vh-uhd-100 {height: 100vh!important;}
    .vh-uhd-95 {height: 95vh!important;}
    .vh-uhd-90 {height: 90vh!important;}
    .vh-uhd-85 {height: 85vh!important;}
    .vh-uhd-80 {height: 80vh!important;}
    .vh-uhd-75 {height: 75vh!important;}
    .vh-uhd-70 {height: 70vh!important;}
    .vh-uhd-65 {height: 65vh!important;}
    .vh-uhd-60 {height: 60vh!important;}
    .vh-uhd-55 {height: 55vh!important;}
    .vh-uhd-50 {height: 50vh!important;}
    .vh-uhd-45 {height: 45vh!important;}
    .vh-udh-40 {height: 40vh!important;}
    .vh-uhd-35 {height: 35vh!important;}
    .vh-uhd-30 {height: 30vh!important;}
    .vh-uhd-25 {height: 25vh!important;}
    .vh-uhd-20 {height: 20vh!important;}
    .vh-uhd-15 {height: 15vh!important;}
    .vh-uhd-10 {height: 10vh!important;}

}

@media (min-width: 4096px) {
    /* Margin Settings 4K REM */
    .mt-4k-6 { margin-top: 3.5rem!important; }
    .mt-4k-7 { margin-top: 4rem!important; }
    .mt-4k-8 { margin-top: 4.5rem!important; }
    .mt-4k-9 { margin-top: 5rem!important; }
    .mt-4k-10 { margin-top: 5.5rem!important; }

    .mb-4k-6 { margin-bottom: 3.5rem!important; }
    .mb-4k-7 { margin-bottom: 4rem!important; }
    .mb-4k-8 { margin-bottom: 4.5rem!important; }
    .mb-4k-9 { margin-bottom: 5rem!important; }
    .mb-4k-10 { margin-bottom: 5.5rem!important; }
    
    .mx-4k-6 { margin-right: 3.5rem!important; margin-left: 3.5rem!important; }
    .mx-4k-7 { margin-right: 4rem!important; margin-left: 4rem!important; }
    .mx-4k-8 { margin-right: 4.5rem!important; margin-left: 4.5rem!important; }
    .mx-4k-9 { margin-right: 5rem!important; margin-left: 5rem!important; }
    .mx-4k-10 { margin-right: 5.5rem!important; margin-left: 5.5rem!important; }
    
    .my-4k-6 { margin-top: 3.5rem!important; margin-bottom: 3.5rem!important; }
    .my-4k-7 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
    .my-4k-8 { margin-top: 4.5rem!important; margin-bottom: 4.5rem!important; }
    .my-4k-9 { margin-top: 5rem!important; margin-bottom: 5rem!important; }
    .my-4k-10 { margin-top: 5.5rem!important; margin-bottom: 5.5rem!important; }
    
    .ms-4k-6 { margin-left: 3.5rem!important; }
    .ms-4k-7 { margin-left: 4rem!important; }
    .ms-4k-8 { margin-left: 4.5rem!important; }
    .ms-4k-9 { margin-left: 5rem!important; }
    .ms-4k-10 { margin-left: 5.5rem!important; }
    
    .me-4k-6 { margin-right: 3.5rem!important; }
    .me-4k-7 { margin-right: 4rem!important; }
    .me-4k-8 { margin-right: 4.5rem!important; }
    .me-4k-9 { margin-right: 5rem!important; }
    .me-4k-10 { margin-right: 5.5rem!important; }

    /* Height Settings 4K PCT */
    .h-pct-4k-25 {height: 25%!important;}
    .h-pct-4k-33 {height: 33.333%!important;}
    .h-pct-4k-50 {height: 50%!important;}
    .h-pct-4k-75 {height: 75%!important;}
    .h-pct-4k-100 {height: 100%!important;}

    /* Width Settings 4K PCT */
    .w-pct-4k-25 {width: 25%!important;}
    .w-pct-4k-33 {width: 33.333%!important;}
    .w-pct-4k-50 {width: 50%!important;}
    .w-pct-4k-75 {width: 75%!important;}
    .w-pct-4k-100 {width: 100%!important;}

    /* Margin Settings 4K PCT */
    .mt-pct-4k-05 {margin-top: 5%!important;}
    .mt-pct-4k-10 {margin-top: 10%!important;}
    .mt-pct-4k-20 {margin-top: 20%!important;}
    .mt-pct-4k-30 {margin-top: 30%!important;}
    .mt-pct-4k-40 {margin-top: 40%!important;}
    .mt-pct-4k-50 {margin-top: 50%!important;}
    .mt-pct-4k-60 {margin-top: 60%!important;}
    .mt-pct-4k-70 {margin-top: 70%!important;}
    .mt-pct-4k-80 {margin-top: 80%!important;}
    .mt-pct-4k-90 {margin-top: 90%!important;}

    /* Row Settings 4k PCT */
    .row-col-4k-1 .col {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-col-4k-2 .col {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-col-4k-3 .col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-col-4k-4 .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-col-4k-5 .col {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-col-4k-6 .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-col-4k-7 .col {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-col-4k-8 .col {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-col-4k-9 .col {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-col-4k-10 .col {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-col-4k-11 .col {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-col-4k-12 .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-4k-none {display: none!important;}
    .d-4k-block {display: block!important;}

    /* Verticle Height 4k */
    .vh-4k-100 {height: 100vh!important;}
    .vh-4k-95 {height: 95vh!important;}
    .vh-4k-90 {height: 90vh!important;}
    .vh-4k-85 {height: 85vh!important;}
    .vh-4k-80 {height: 80vh!important;}
    .vh-4k-75 {height: 75vh!important;}
    .vh-4k-70 {height: 70vh!important;}
    .vh-4k-65 {height: 65vh!important;}
    .vh-4k-60 {height: 60vh!important;}
    .vh-4k-55 {height: 55vh!important;}
    .vh-4k-50 {height: 50vh!important;}
    .vh-4k-45 {height: 45vh!important;}
    .vh-4k-40 {height: 40vh!important;}
    .vh-4k-35 {height: 35vh!important;}
    .vh-4k-30 {height: 30vh!important;}
    .vh-4k-25 {height: 25vh!important;}
    .vh-4k-20 {height: 20vh!important;}
    .vh-4k-15 {height: 15vh!important;}
    .vh-4k-10 {height: 10vh!important;}

}



/* Bootstrap  Colours */
.bg-black { background-color: #000000 !important; }
.bg-white { background-color: #ffffff !important; }

.bg-gray-50  { background-color: #fafafa !important; }
.bg-gray-100 { background-color: #f5f5f5 !important; }
.bg-gray-200 { background-color: #eeeeee !important; }
.bg-gray-300 { background-color: #e0e0e0 !important; }
.bg-gray-400 { background-color: #bdbdbd !important; }
.bg-gray-500 { background-color: #9e9e9e !important; }
.bg-gray-600 { background-color: #757575 !important; }
.bg-gray-700 { background-color: #616161 !important; }
.bg-gray-800 { background-color: #424242 !important; }
.bg-gray-900 { background-color: #212121 !important; }

.border-gray-50  { border-color: #fafafa !important; }
.border-gray-100 { border-color: #f5f5f5 !important; }
.border-gray-200 { border-color: #eeeeee !important; }
.border-gray-300 { border-color: #e0e0e0 !important; }
.border-gray-400 { border-color: #bdbdbd !important; }
.border-gray-500 { border-color: #9e9e9e !important; }
.border-gray-600 { border-color: #757575 !important; }
.border-gray-700 { border-color: #616161 !important; }
.border-gray-800 { border-color: #424242 !important; }
.border-gray-900 { border-color: #212121 !important; }

.bg-blue-gray-50  { background-color: #eceff1 !important; }
.bg-blue-gray-100 { background-color: #cfd8dc !important; }
.bg-blue-gray-200 { background-color: #b0bec5 !important; }
.bg-blue-gray-300 { background-color: #90a4ae !important; }
.bg-blue-gray-400 { background-color: #78909c !important; }
.bg-blue-gray-500 { background-color: #607d8b !important; }
.bg-blue-gray-600 { background-color: #546e7a !important; }
.bg-blue-gray-700 { background-color: #455a64 !important; }
.bg-blue-gray-800 { background-color: #37474f !important; }
.bg-blue-gray-900 { background-color: #263238 !important; }




/********************************
			Sidebar
*********************************/
body.no-scroll {
    overflow: hidden!important;
}

body.admin-bar #thc-sidebar {
    margin-top: 32px!important;
}
#thc-screen {
    cursor: pointer;
    transition: all 0.3s;
}
#thc-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 9999;
    transition: all 0.3s;
}

#thc-sidebar.active {
    right: 0px;
}
#thc-sidebar .scroll {
    overflow: scroll;
}

#thc-sidebar .nav-tabs {
    border-bottom: 0px !important;
}
#thc-sidebar .nav-tabs .nav-link {
    border: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
#thc-sidebar .nav-tabs .nav-item .nav-link, 
#thc-sidebar .nav-tabs .nav-link {
    background-color: #00000085 !important;
    color: #cccccc;
}
#thc-sidebar .nav-tabs .nav-item.show .nav-link, 
#thc-sidebar .nav-tabs .nav-link.active {
    background-color: transparent !important;
}

#thc-sidebar .et_pb_login_form {
    padding-left: 0px !important;
    width: 100% !important;
}


@media (max-width: 576px) {
    #thc-sidebar {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

/* THC Menus */

.side-menu ul {
    padding: 0;
}

.side-menu ul li {
    list-style-type: none !important;
}
.side-menu .svg-inline--fa {
    margin-right: 0.5rem;
}
.side-menu ul li a:active,
.side-menu ul li a:focus,
.side-menu ul li a:hover,
.side-menu ul li a {
    border-bottom: solid 1px #ffffff30;
    display: block;
    padding: 0.25rem 0 0.25rem 1rem;
    color: #ffffff;
}
.side-menu ul li a:focus,
.side-menu ul li a:hover {
    background-color: #ffffff30;
    color: #7cda24;
}
ul.sub-menu li a:active,
ul.sub-menu li a:focus,
ul.sub-menu li a:hover,
ul.sub-menu li a {
    padding-left: 2rem;
}
ul.sub-menu ul li a:active,
ul.sub-menu ul li a:focus,
ul.sub-menu ul li a:hover,
ul.sub-menu ul li a {
    padding-left: 3rem;
}


#thc-menu-tabs.nav-pills .nav-link.active, 
#thc-menu-tabs.nav-pills .show>.nav-link {
    color: #ffffff !important;
    background-color: #ffffff69 !important;
}
#thc-menu-tabs.nav-pills a:active,
#thc-menu-tabs.nav-pills a:focus,
#thc-menu-tabs.nav-pills a:hover,
#thc-menu-tabs.nav-pills a {
    color: #ffffff !important;
    border: solid 1px  !important;
}


/* Accordian Side Menu */
.accordion-side-menu .accordion-item {
    border: 0px;
}
.accordion-side-menu .accordion-button {
    width: auto;
}
.accordion-side-menu .btn-check:focus+.btn, 
.accordion-side-menu .btn:focus,
.accordion-side-menu .btn:hover,
.accordion-button:hover {
    opacity: .75;
    -webkit-opacity: .75;
    -moz-opacity: .75;
}

.accordion-side-menu .accordion-body,
.accordion-side-menu .accordion-button:not(.collapsed) {
    background-color: rgb(255 255 255 / 15%);
}
.accordion-side-menu .accordion-button::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f067';
    background-image: none;
    font-size: 1.5em;
    color: #333333;
}
.accordion-side-menu .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-135deg);
    color: #cccccc;
}

.accordion-side-menu .accordion-button:hover
.accordion-side-menu .btn-light:hover {
    color: #f9fafb !important;
    background-color: #999999 !important;
    border-color: #f9fafb !important;
}

/* Accordian Event Calendar Fixes */
.accordion-side-menu .accordion-header:before,
.accordion-side-menu .accordion-header:after {
    display: none !important;
}



/********************************
			HubSpot
*********************************/

.hubspot .messages-body .chat-widget {
    box-shadow: 0 5px 20px rgb(0 0 0 / 80%) !important;
}

#live-chat-container {
    position: relative;
    overflow: hidden;
}

#hubspot-conversations-inline-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/********************************
		Divi Overides
*********************************/

.article-mb-0 .et_pb_post,
.article-mb-0 .et_pb_post .entry-featured-image-url,
.article-mb-0 .post-content-inner p {
    margin-bottom: 0px !important;
}
a.more-link,
a.more-link:hover {
    text-decoration: none;
    border-bottom: 0!important;
}
.more-link::after {
    content: "\f0a9"!important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
    padding-left: 0.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.more-link {
    float: right !important;
    text-transform: capitalize;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.more-link svg:not(:root).svg-inline--fa {
    margin: 0 0 0 .6em;
}
.more-link:hover {
    background-color: #0e7726;
}


/* Blog Cards Grid */ 

.thc-blog-card .post-content-inner {
    height: 6em;
}

.thc-blog-card .post-content p {
    display: block!important;
    line-height: 1.5em!important;
    max-height: 4.5em!important;
    overflow: hidden!important;
}
 



/********************************
		CatList Templates
*********************************/

/* Cards */
.thc-card img, .thc-card-list img {
    vertical-align: bottom !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

.thc-card.box-shadow .card {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.thc-card .entry-title:before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding-right: 0.5rem;
}
.thc-card h4.entry-title {
    line-height: 1.5rem;
}

.thc-card.overlay .entry-title:before {
    content: "";
}

.thc-card a.more-link {
    color: #ffffff !important;
}

/* Text highlight */
.thc-card.text-bg-highlight .card-text, 
.thc-card.text-bg-highlight .card-title,
.thc-card.text-bg-lowlight .card-text, 
.thc-card.text-bg-lowlight .card-title {
    padding: 0.25rem 0.5rem;
    width: fit-content;
}

.thc-card.text-bg-highlight .card-title, 
.thc-card.text-bg-lowlight .card-title {
    margin-bottom: 0;
}

.thc-card.text-bg-highlight .card-text, 
.thc-card.text-bg-highlight .card-title {
    background-color: rgba(255, 255, 255, 0.6);
}
.thc-card.text-bg-lowlight .card-text,
.thc-card.text-bg-lowlight .card-title {
    background-color: rgba(0,0,0,0.6);
}



/* Cards List */
.thc-card-list img {
    border-radius:  .25rem 0 0 .25rem !important;
}

.border-hl:hover {
    box-shadow: 0 0 0 4px lime !important;
    border-radius: 0 !important;
}

.hide-hover-border .border-hl:hover {
    box-shadow: 0 0 0 0 !important;
}

.no-border-radius .card,
.no-border-radius .card-img-overlay {
    border-radius: 0 !important;
}

.no-border-radius .card-img,
.no-border-radius .card-img-top,
.no-border-radius .card-img-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
@media (max-width: 576px) {
    .thc-card .list img {
        border-radius: .25rem .25rem 0 0;
    }
}



/********************************
		Slick Carousel
*********************************/

.slick-dots li.slick-active button:before {
    opacity: .75;
    -webkit-opacity: .75;
    -moz-opacity: .75;
    color: #000;
}

.slick-dots li {
    margin: 0 12px!important;
}
.slick-dots li button {
    width: 26px!important;
    height: 26px!important;
}
.slick-dots li button:before {
    font-size: 26px!important;
    line-height: 30px!important;
    width: 26px!important;
    height: 26px!important;
}

.slick-list {
    overflow: visible !important;
}

.slick-list .col.slick-slide {
    padding: 1.125rem;
}

.slick-slide {
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
}

.slick-slide.slick-active {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.slick-next, .slick-prev {
    z-index: 99999999999;
    height: 50px;
    width: 50px;
    padding-top: 3px;
    top: 100%;
}
.slick-next {
    right: 0px;
}
.slick-prev {
    right: 52px;
    left: auto;
}
.slick-next:before, .slick-prev:before {
    font-size: 50px;
    opacity: .65;
    color: #000;
}

@media (max-width: 769px) {
    .slick-arrow.slick-disabled { 
        display: none !important;
    }
}




/* Blog Grid Overlay */

.thc-blog-grid .card-img {
    overflow: hidden;
}
.thc-blog-grid .card-img img {
    transition: all .2s ease-in-out;
}
.thc-blog-grid .card-img a:hover img {
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    transform: scale(1.1);
}
.thc-blog-grid .card-img-overlay {
    top:auto;
}
.thc-blog-grid .card-text p {
    margin-bottom: 0 !important;
}
.thc-blog-grid .thc-1 .card-img-overlay {
    width:50%;
    margin: 1.5rem;
}

.thc-blog-grid .thc-1 .card-title, 
.thc-blog-grid .thc-2 .card-title,
.thc-blog-grid .thc-3 .card-title {
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 500;
    color: #ffffff;
    font-size: 1.6em;
    letter-spacing: -0.02em;
  }


@media (max-width: 576px) {
    .thc-blog-grid .card-img-overlay {
        position: relative;
    }
    .thc-blog-grid .thc-1 .card-img-overlay {
        width: auto;
        margin: 0rem;
    }
}



/* Support Elements */
.support-title h2.entry-title {
    margin-bottom: 0px !important;
    padding-bottom: 0.2em !important;
}


/********************************
		WooCommerce
*********************************/
.woocommerce-notices-wrapper .button.wc-forward,
.woocommerce-cart .woocommerce .alert .button.wc-forward,
.woocommerce-checkout .woocommerce .alert .button.wc-forward {
    display:none!important;
}
.modal-content.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.modal-content.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
}


.woocommerce-notices-wrapper .notice-message {
    font-size: 1.5em;
    line-height: 1.4em;
}

.woocommerce-cart .product-name h3 {
    line-height: 1.3em;
}
.woocommerce .alert .notice-message {
    font-size: 1.2em;
}
.woocommerce .return-to-shop{
    display: none;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.woocommerce-thankyou-order-received {
    margin-bottom: 3em;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    float: none !important;
}

.woocommerce .woocommerce-error {
    color: #842029!important;
    background-color: #f8d7da!important;
    border-color: #f5c2c7!important;
}
.woocommerce .woocommerce-error li::before  {
    font-family: "Font Awesome 5 Free"!important;
    content: "\f0a4"!important;
    font-weight: 900!important;
    visibility: visible;
    float: left;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 2em;
    margin-right: .5rem;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    background-color: #f8d7da;
}

.woocommerce .btn-place-order {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.woocommerce .btn-place-order::before {
    content: "\f058" !important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
    float: left;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100%!important;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ""!important;
}

.woo-cart-timer-wrap {
    top: 110px!important;
    left: 20px!important;
    width: 100px!important;
}

/* Woo Coupon Field
.woocommerce_before_checkout_form .woocommerce-form-coupon-toggle,
.woocommerce_before_checkout_form .coupon-toggle {
    display: none !important;
}
*/
.user-logged-in,
.cart-contents-count {
    position: absolute;
    top: 27px;
    right: 6px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #ee0000;
    border-radius: 50%;
    padding: 1px;
}

.user-logged-in {
    top: 17px;
    font-size: 18px;
    background: #6d56a4;
}
body:not(.logged-in) .user-logged-in {
    display: none;
}


#thc-mini-cart .cart-contents-count {
    position: absolute;
    top: 12px;
    right: -5px;
}

#thc-mini-cart .cart-title {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
}
#thc-mini-cart .product-title {
    font-size: 1rem !important;
    font-weight: 400 !important;
}
#thc-mini-cart .meta-data,
#thc-mini-cart .excerpt p {
    line-height: 1.2em !important;
    font-size: .75rem;
    margin-top: .4rem;
}
.thumb-rounded img {
    border-radius: .25rem!important;
}


#mini-cart .wp-block-woocommerce-cart {
    margin-bottom: 0em!important;
}

#mini-cart .wc-block-cart__submit-container {
    background: none!important;
    bottom: 0;
    box-shadow: none;
    left: 0;
    padding: 6px;
    position: relative;
    width: 100%;
    z-index: 9999;
    margin-top: 1em!important;
}
#thc-mini-cart .mini-cart-items {
    background-color:rgba(255,255,255,0.2);
}

#login.privacy-policy-page-link,
.hide-remember-me .woocommerce-form-login__rememberme,
.hide-about-paypal .about_paypal,
.hide-breadcrumb-label .rank-math-breadcrumb span.label,
.hide-breadcrumb-page .rank-math-breadcrumb span.last,
.hide-card-body .card-body,
.hide-empty-p p:empty,
.hide-variation-Asset .variation-Asset,
.hide-variation-Participants .variation-Participants,
.hide-product-link .product-link,
.hide-product-desc .product-desc  {
    display: none !important;
}


/* Booking */

#book-now .time-picker {
    max-height: none!important;
    overflow: auto;
    position: relative;
    margin: 1rem !important;
}

#book-now .booking_month {
    color: #ffffff !important;
    background-color: #198754 !important;
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

#book-now  .participant_count_error {
    color: yellow!important;
    float:left;
}

#book-now .extra-resources,
#book-now .participant_section {
    font-size: 1.5em;
    background-color: rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 1em;
}

#book-now .extra-resources .button-group-container {
    float:right;
}

#book-now .booking-info-wraper,
#book-now .extra-resources {
    margin-bottom: 2em;
}

#book-now .additional-notes .label-person,
#book-now .extra-resources .label-resources,
#book-now .persons-title .label-person {
    font-weight: 600;
    font-size: 1.5em;
    margin-left:0!important;
    padding: 0.25em 0;
}

#book-now .label-resources {
    margin-bottom: 0.5em;
}
#book-now .resources-wraper {
    padding: 0.35em 0.6em;
}

#book-now li.ph-calendar-date.mouse_hover, 
#book-now li.ph-calendar-date:hover {
    cursor: pointer!important;
}

#book-now .time-picker .ph-calendar-days .ph-calendar-date,
#book-now .ph-ul-date li.ph-calendar-date {
    border-radius: 6px;
    margin: 0px !important;
    border: solid 2px #0c71c3 !important;
}

#book-now .ph-ul-date li.ph-calendar-date {
    line-height: 4rem;
}

#book-now #ph-calendar-time li.ph-calendar-date:hover,
#book-now .ph-ul-date li.ph-calendar-date:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
}

#book-now li.ph-calendar-date,
#book-now .ph-ul-date li.ph-calendar-date {
    background-color: #222222 !important;
    color: #ffffff !important;
}

#book-now #ph-calendar-time li.ph-calendar-date.booking-full.de-active,
#book-now  li.ph-calendar-date.de-active.not-available {
    background-color: #a00c2e !important;
}

#book-now li.ph-calendar-date.today {
    background-color: #ff1493 !important;
}

#book-now #ph-calendar-time li.ph-calendar-date.selected-date,
#book-now li.ph-calendar-date.selected-random-date,
#book-now li.ph-calendar-date.timepicker-selected-date {
    background-color: #fb6b03 !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

#book-now #ph-calendar-time li.ph-calendar-date.booking-full.de-active {
    cursor: text;
    color: #d0d0d0 !important;
}

#book-now .time-picker .ph-calendar-days .ph-calendar-date {
    min-width: 50%;
    padding: .5rem !important;
}

#book-now .single_add_to_cart_button {
    background-color: #fb6b03 !important;
    height: auto  !important;
    border: 0 !important;
    float: right !important;
}

#book-now .clear-single-random-date {
    border: solid 1px #ff0505 !important;
    background: #ff0505 !important;
}

/* Woo THC Custom Cart Page */
#thc-cart h2 {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}
#thc-cart .meta-data,
#thc-cart .excerpt {
    line-height: 1.4em !important;
    font-size: .85rem;
    margin-top: .5rem;
}
#thc-cart ul.iti__country-list {
    list-style-type: none;
    padding: 0;
}


.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    font-family: "Font Awesome 5 Free"!important;
    content: "\f2f1"!important; /* fa-sync-alt */
    font-weight: 900!important;
    top: 0!important;
    right: 0.9rem!important;
}
.woocommerce-remove-coupon {
    visibility: hidden;
    max-width: 1rem;
    float: right;
    margin: 0 0 0 .5rem;
}
.woocommerce-remove-coupon::before {
    font-family: "Font Awesome 5 Free"!important;
    content: "\f2ed"!important;
    font-weight: 900!important;
    visibility: visible;
}
a.woocommerce-remove-coupon, a.woocommerce-remove-item {
    color: #de115c!important;
}
a.woocommerce-remove-coupon:hover, a.woocommerce-remove-item:hover {
    color: #199204!important;
}


.woocommerce-billing-fields .form-row, 
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
    display: block;
}

input#billing_phone.input-text.form-control {
    padding: 15px 15px 15px 90px!important;
}
.iti--allow-dropdown {
    width:100%;
}

#thc-cart .woocommerce-additional-fields {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* Woo Checkout Buttons */
#thc-cart .btn-ppcp-gateway::before,
#thc-cart .btn-takepayments::before,
#thc-cart .btn-bacs::before,
#thc-cart .btn-cod::before  {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
    visibility: visible;
    float: left;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#thc-cart .btn-ppcp-gateway::before {
    font-family: "Font Awesome 5 Brands"!important;
}
/* Woo Checkout Button icon */
#thc-cart .btn-takepayments::before {
    content: "\f09d"!important;
}
#thc-cart .btn-bacs::before {
    content: "\f19c"!important;
}
#thc-cart .btn-cod::before {
    content: "\f53a"!important;
}
#thc-cart .btn-ppcp-gateway::before {
    content: "\f1ed"!important;
}
/* Woo Checkout Button Colour */
#thc-cart .btn-takepayments {
    background-color: #00457C;
    border-color: #00457C;
}
#thc-cart .btn-bacs {
    background-color: #880e9d;
    border-color: #880e9d;
}
#thc-cart .btn-cod {
    background-color: #118C4F;
    border-color: #118C4F;
}
#thc-cart .btn-ppcp-gateway {
    background-color: #0079C1;
    border-color: #0079C1;
}
/* Woo Checkout Terms */
#thc-cart .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    background: #dfdcde;
    padding: 1em;
    margin: 1em 0;
    border-radius: 2px;
    color: #000000;
    font-weight: 600;
    display: block;
}
#thc-cart #terms {
    height: 2em;
    width: 2em;
}

/* Woo Checkout Headings */
.woo-checkout-headings {
    margin-left: -16px;
}

/* Woocommerce Box Office */
.wc-box-office-ticket-form .wc-box-office-ticket-fields,
.wc-box-office-ticket-form .wc-box-office-ticket-fields.active {
    border-radius: 6px;
    margin-bottom: 1.5em;
    background-color: #ffffff66;
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields-title {
    padding: 0.75em 0.55em 0.75em 1.5em;
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a {
    font-size: 1.2em;
    font-weight: 600;
    top: -4px;
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a:before,
.wc-box-office-ticket-form .wc-box-office-ticket-fields.active .wc-box-office-ticket-fields-title a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f3ff';
    font-size: 1.7em;
    margin-right: 0.4em;
    position: relative;
    top: 8px;
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a:after,
.wc-box-office-ticket-form .wc-box-office-ticket-fields.active .wc-box-office-ticket-fields-title a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f067';
    font-size: 1.5em;
    top: 0px;
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields.active .wc-box-office-ticket-fields-title a:after {
    transform: rotate(45deg);
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields-body {
    padding: 1em 2em 3em;
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields-body .form-row {
    display: inline-block;
    width: 100%;
    float: none;
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields-body p:nth-child(1) {
    width: 48%;
    float: left;
}
.wc-box-office-ticket-form .wc-box-office-ticket-fields-body p:nth-child(2) {
    width: 48%;
    float: right;
}

@media (max-width: 576px) {
    .wc-box-office-ticket-form .wc-box-office-ticket-fields-body .form-row {
        width: 100% !important;
    }
}




/*blog image aspect ratio square 1:1*/
.thc-blog-image-1-1 .entry-featured-image-url {
    padding-top: 100%;
    display: block;
}
.thc-blog-image-1-1 .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
/*blog image aspect ratio landscape 16:9*/
.thc-blog-image-16-9 .entry-featured-image-url {
    padding-top: 56.25%;
    display: block;
}
.thc-blog-image-16-9 .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
/*blog image aspect ratio landscape 4:3*/
.thc-blog-image-4-3 .entry-featured-image-url {
    padding-top: 75%;
    display: block;
}
.thc-blog-image-4-3 .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
/*blog image aspect ratio landscape 3:2*/
.thc-blog-image-3-2 .entry-featured-image-url {
    padding-top: 66.66%;
    display: block;
}
  
.thc-blog-image-3-2 .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
/*blog image aspect ratio portrait 9:16*/
.thc-blog-image-9-16 .entry-featured-image-url {
    padding-top: 177.77%;
    display: block;
}
.thc-blog-image-9-16 .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
/*blog image aspect ratio portrait 3:4*/
.thc-blog-image-3-4 .entry-featured-image-url {
    padding-top: 133.33%;
    display: block;
}
.thc-blog-image-3-4 .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
/*blog image aspect ratio portrait 2:3*/
.thc-blog-image-2-3 .entry-featured-image-url {
    padding-top: 150%;
    display: block;
}
.thc-blog-image-2-3 .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}



/* Printer Specific */
@media print {

    a, .dotted-link a {
        text-decoration:none;
    }
    
    /* Date Modified */
    .post-last-modified,
    .page-last-modified {
        top: 4px;
        color: #000000;
        left: -8px;
    }
    .read-time {
        top: 4px;
        color: #000000;
    }
    .lead {
        margin-top: 1.5em;
    }
    .et_pb_section {
        margin: 0 3em;
    }
    .grecaptcha-badge {
        display:none;
    }

    /* Buttons */
    #navbar .btn-enhanced {
        border: 0;
    }
}