body.menu-clicked .section {
    padding-right: 0px;
}

body.menu-clicked .slider.section {
    padding-right: 0;
}

.nav-wrap.menu-clicked {
    right: 0;
}

.nav-wrap {
    background: rgba(49, 68, 72, 0.4);
    background-size: cover;
    background-attachment: fixed;
    color: #8D8C8C;
    position: relative;
    width: 100%;
    z-index: 2400;
    text-align: right;
    transition: left ease .3s;
    z-index: 2;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    body.menu-clicked .section {
        padding-right: 350px;
    }

    .nav-wrap {
        position: fixed;
        top: 0;
        right: -400px;
        width: 350px;
        height: 100%;
        z-index: 2400;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
        z-index: 2;
        overflow: hidden;
    }
}

.nav-wrap:before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
}

.nav-wrap:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../Userfiles/template/site-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: blur(20px);

}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .nav-wrap:before {
        content: "";
        position: absolute;
        left: -10%;
        right: -10%;
        top: 0;
        width: 110%;
        height: 110%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.4);
    }

    .nav-wrap:after {
        content: "";
        position: absolute;
        left: -10%;
        right: -10%;
        top: 0;
        width: 110%;
        height: 110%;
        z-index: -1;
        background: url(../Userfiles/template/site-bg.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
        filter: blur(20px);

    }
}

.hero {
    background: rgba(102, 30, 130, 0.8);
    color: #8D8C8C;
    position: fixed;
    top: 0;
    left: -5%;
    padding-right: 10%;
    height: 110vh;
    z-index: 200;
    text-align: right;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -moz-box-shadow: inset 0 0 60px #000000;
    -webkit-box-shadow: inset 0 0 60px #000000;
    box-shadow: inset 0 0 60px #000000;
}

.nav-wrap-inner {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box ;
    padding-top: 1vh;
    z-index: 200;
}

.menu-button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    background: #314448;
    padding: 20px;
    font-size: 1rem;
    opacity: 1;
    box-sizing: border-box ;
    transition: all ease 0.3s;
    display: none;
}

.menu-button:hover {
    color: #fff;
}

.nav-content {
    color: rgba(255, 255, 255, 0.7);
    font-size: inherit ;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
    line-height: 1.2;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-content p {
    margin: 0;
}

.nav-content h3 {
    color: #fff;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-transform: uppercase ;
}

.nav-footer {
    color: rgba(49, 68, 72, 0.4);
    font-size: 1.4rem;
    background: rgba(49, 68, 72, 0.2);
    width: 100%;
    lefT: 0;
    line-height: 1.2;
    padding: 2rem;
    text-align: center;
    box-sizing: border-box ;
    margin-top: 4rem;
    display: none;
}

.nav-footer {
    color: rgba(49, 68, 72, 0.4);
    font-size: 1.4rem;
    background: rgba(49, 68, 72, 0.2);
    width: 100%;
    lefT: 0;
    line-height: 1.2;
    padding: 2rem;
    text-align: center;
    box-sizing: border-box ;
    margin-top: 4rem;
    display: none;
}

.nav-footer.footer-wrap {
    display: block;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .nav-footer {
        display: block;
    }

    .nav-footer.footer-wrap {
        display: none;

    }
}

.nav-footer:after {
    position: absolute;
    height: auto;
    color: #CD3A7C;
    background: rgba(49, 68, 72, 0.2);
    width: 100%;
    lefT: 0;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box ;
    margin-top: 2rem;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .nav-footer:after {
        height: 100%;
    }
}

.nav-footer .social-icons {
    margin: 2rem 0;
}

.nav-footer .social-icons a {
    background: #fff;
    color: #CD3A7C;
    background: #314448;
    color: #B8BCBC;
    width: 40px;
    margin: 0 1rem;
    font-size: 2rem;
    line-height: 40px;
    border-radius: 1rem;
    opacity: 1;
    display: inline-block;
    text-align: center;
    transition: all ease .3s;
}

.nav-footer .social-icons a:hover {
    background: #fff;
    color: #CD3A7C;


}

.nav-footer .phone {
    color: #fff;
    letter-spacing: 2px;
    display: block;
    font-weight: 700;
    font-size: 2rem;
}

#nav {
    width: 100%;
    padding-bottom: 2rem;
}

/* MAIN NAV */
#nav ul#navmenu {
    margin: 0;
    border: 0 none;
    padding: 0;
    text-align: center;
    list-style: none;
    z-index: 1000;
}

#nav ul#navmenu li {
    margin: 0;
    border: 0 none;
    padding: 0;
    display: block;
    list-style: none;
    position: relative;
}

#nav ul#navmenu ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
}

#nav ul#navmenu ul li {
    width: 100%;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    display: inline; /*For IE*/
}

/* Root Menu */
#nav ul#navmenu a {
    padding: .5rem 4rem;
    float: none !important; /*For Opera*/
    float: block; /*For IE*/
    display: block;
    text-align: center;
    color: #CD3A7C;
    text-transform: uppercase;
    border-left: 0;
    border-right: 0;
    font: 600 2rem / 1.2 'Amatic SC', cursive;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    transition: all ease 0.3s;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    #nav ul#navmenu a {
        padding: 1rem 4rem;
        float: none !important; /*For Opera*/
        float: block; /*For IE*/
        display: block;
        text-align: left;
        color: #CD3A7C;
        text-transform: uppercase;
        border-left: 0;
        border-right: 0;
        font: 600 4rem / 1.2 'Amatic SC', cursive;
        text-decoration: none;
        height: auto !important;
        height: 1%; /*For IE*/
        transition: all ease 0.3s;
    }
}

.header-wrap.stuck2 #nav ul#navmenu a {
    color: #fff;
}

#nav ul#navmenu .ul3 {
    display: none !important;
}

/* Root Menu Hover Persistence */

#nav ul#navmenu a:hover,
#nav ul#navmenu li:hover a {
    background: rgba(49, 68, 72, 0.1);


}

/* Selected */
#nav ul#navmenu a.selected,
#nav ul#navmenu li:hover a.selected {
    background: #CD3A7C;
    color: #FEF6E5;
}

.header-wrap.stuck2 #nav ul#navmenu a:hover,
.header-wrap.stuck2 #nav ul#navmenu li:hover a {
    background: #CD3A7C;

}

/* Selected */
.header-wrap.stuck2 #nav ul#navmenu a.selected {
    background: #CD3A7C;
}

/* 2nd Menu */
#nav ul#navmenu li:hover li a {
    display: none;
}

#nav ul#navmenu li li {
    border: 0 !important;
}

/* 2nd Menu Hover Persistence */
#nav ul#navmenu li:hover li a:hover,
#nav ul#navmenu li:hover li:hover a {
    color: #F2F1ED;
}

/* 3rd Menu */
#nav ul#navmenu li:hover li:hover li a {
    display: none;
    visibility: hidden;
}

/* 3rd Menu Hover Persistence */
#nav ul#navmenu li:hover li:hover li a:hover,
#nav ul#navmenu li:hover li:hover li:hover a {
    display: none;
    visibility: hidden;
}

/* 4th Menu */
#nav ul#navmenu li:hover li:hover li:hover li a {
    display: none;
    visibility: hidden;
}

/* 4th Menu Hover */
#nav ul#navmenu li:hover li:hover li:hover li a:hover {
    display: none;
    visibility: hidden;
}

#nav ul#navmenu ul ul,
#nav ul#navmenu ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    border: 0;
    left: 202px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#nav ul#navmenu li:hover ul ul,
#nav ul#navmenu li:hover ul ul ul {
    display: none;
}

#nav ul#navmenu li:hover ul,
#nav ul#navmenu ul li:hover ul,
#nav ul#navmenu ul ul li:hover ul {
    display: block;
}

/* SUB NAV */
.sub-nav {
    position: relative;
    text-align: left;
    padding: 2rem 0;
    border-top: 2px solid rgba(49, 68, 72, 0.2);
    border-bottom: 2px solid rgba(49, 68, 72, 0.2);


    margin-bottom: 4rem;
}

.sub-nav .navicon {
    display: none;
}

.sub-nav .ul1,
.sub-nav2 .ul1{
    display: block;
    column-count: 2;
}

/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .sub-nav .ul1 {
        display: block;
        column-count: 3;
    }
    
.sub-nav2 .ul1{
    display: block;
    column-count:1;
}
    
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

    .sub-nav .ul1 {
        display: block;
        column-count: 4;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1900px) {

    .sub-nav .ul1 {
        display: block;
        column-count: 5;
    }
}

.sub-nav .ul1 li a {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.sub-nav ul,
.sub-nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
}

.sub-nav li {}

.sub-nav a {
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: .4rem 1rem;
    margin-bottom: 1px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.sub-nav .l1 a {
    display: none;
}

.sub-nav .l2 a {}

.sub-nav a:hover {
    background: #9DB1B6;
    color: #fff;
}

.sub-nav a.selected {
    color: #FEF6E5;
    background: #CD3A7C;
}

.sub-nav .ul3 {
    display: none;
}

.sub-nav2 {
    margin-bottom: 3rem;
    
}

.sub-nav2 ul,
.sub-nav2 li {
    list-style: none;
    margin: 0;
    padding: 0;

}

.sub-nav2 .l1,
.sub-nav2 .l2 {
    display: none;
}

.sub-nav2 a {
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: .4rem 1rem;
    margin-bottom: 1px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

.sub-nav2 a:hover {
    background: #9DB1B6;
    color: #fff;
}

.sub-nav2 a.selected {
    color: #FEF6E5;
    background: #CD3A7C;
}

/* FOOTER NAV Basic, Level 1 only */

.footer-nav ul#navmenu {
    margin: 0;
    padding: 0;
}

.footer-nav ul#navmenu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-right: 8px;
}

.footer-nav ul#navmenu li a {
    opacity: 0.5;
    padding-right: 1rem;
    transition: all ease 0.3s;
}

.footer-nav ul#navmenu li a:hover {
    opacity: 1;
}

.footer-nav ul#navmenu li.phone a {
    display: none;
}

.footer-nav .l1 {
    margin: 0;
    padding: 0;
}

/* HIDE LEVELS 2,3,5 */
.footer-nav ul ul {
    display: none;
}


