
li {
    list-style: none;
}
.nav-accordion {
    padding: 0;
    margin: 0;
}
.interior-content {
    margin-top:20px;
}
.nav-accordion li {
    border-bottom: 1px solid #D8D5CE;
    line-height: 1.5;
}
.nav-accordion li:last-child {
    border-bottom: none;
}
.nav-accordion li a {
    text-transform: none;
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.9em;
    font-family: 'Nexa w01 Regular';
}
.right-content h2 {
    color: #000;
    font-size: 2em;
    font-family: 'Nexa w01 Bold';
}
.content-banner img {
    width:100%;
    height:auto;
}
.middle-content > h1 {
    font-size: 2em;
    color: #000;
    font-family: 'Nexa w01 Bold';
}
.middle-content h3 {
    font-size: 1.4em;
    color: #000;
    font-family: 'Nexa w01 Bold';
}
.middle-content p {
    font-size: 1em;
    color: #000;
    line-height: 1.5;
    font-family: 'Nexa w01 Regular';
}
.middle-content p a {
    color: #b4254a;
    text-decoration: none; 
}
.video-wrapper {
    margin:20px 0;
}
.middle-content p:last-child a{
    font-size: 17px;
    line-height: 1.5;
    color: #b4254a;
    text-decoration: none;
    font-family: 'Nexa w01 Bold';
}
.nav-panel {
    background: #fff;
    border: 3px solid #cdbbb6;
    margin: 0 0 20px 0;
}
.nav-accordion li a {
    padding: 16px 15px;
}

.pagetools-section .share{
    position: relative;
}
.shareIconContent{
    width:50px;
    position: absolute;
    bottom: 20px;
    right: 22px;
    display:none;
}
@media (max-width:767px) {
    .main-content-wrapper {
        background: url(../jpg/home-top-nav-bg.jpg) no-repeat;
        background-size: 100% 80px;
    }
    .interior-content {
        margin-top:40px;
    }
    .content-banner {
        display: none;
    }
    .nav-panel {
        display: none;
    }
    .pagetools-section > ul {
        margin: 0 0 25px 0;
    }
    .left-nav {
        margin-bottom: 30px;
        background: #ffffff;
    }
    .mobile-menu-header {
        border: 3px solid #cdbbb6;
        font-size: 14px;
        padding: 22px 15px;
        color: #000;
        position: relative;
        margin: 0;
        font-family: 'Nexa w01 Light';
    }
    .mobile-menu-header span {
        background: transparent url(../error-page669b.html) no-repeat -128px -369px;
        width: 22px;
        height: 22px;
        display: inline-block;
        position: absolute;
        right: 15px;
    }
    .mobile-menu-header {
        display:block;
    }
    .expand span {
        background-position:-158px -399px;
    }
    .nav-panel.expand {
        display: block;
        border-top:0;
    }
    
}
@media (min-width: 768px) {
    .nav-panel {
        display: block;
    }
    .nav-panel {
        border: 1px solid #D8D5CE;
        height: auto;
    }
    .right-content {
        width:79%;
        margin: 0;
    }
    .interior-content {
        display: flex;
        display: -webkit-box;
        display: -moz-box; 
        display: -ms-flexbox;
        display: -webkit-flex;
        width:100%;
        padding: 0px;
        position: relative;
        margin: 30px auto;
        max-width: 1170px;
    }
    .left-nav {
        width: 200px;
        margin-right: 4%;
    }
   
    .mobile-menu-header {
        display:none;
    }
    
}