/**
Start of main navigation This sheet has headings and top of page spacing from nitro theme

**/
#fh5co-aside {
    padding-top:8px;
    padding-bottom: 40px;
    width:22%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    background: #fff;
}
#fh5co-aside  ul>li>ul {
    transition: height 0.3s ease;
    height: 0;
    visibility: hidden;
    text-decoration: none;
}
#fh5co-aside  ul>li:hover>ul {
    height: 100%;
    visibility: visible;
}

#fh5co-aside.border {
    border-right: 1px solid #e6e6e6;
}
#fh5co-aside #fh5co-logo {
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 85%
}
#fh5co-aside   a {
    color: #da1212;
}
#fh5co-aside #fh5co-main-menu ul {
    /* text-align: center; */
    padding-left: 25px;
}
#fh5co-aside #fh5co-main-menu ul li {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
    color: black;
}
nav#fh5co-main-menu {
    overflow-y: scroll;
}
#fh5co-aside #fh5co-main-menu ul li a {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    /*letter-spacing: .1em;*/
    /* text-transform: uppercase; */
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    /* -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;*/
    padding: 10px 10px;
}
#fh5co-aside .fh5co-footer {
    position: sticky;
    bottom: -11px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    background: #fff;
}
#fh5co-aside .fh5co-footer span {
    display: block;
}
#fh5co-aside .fh5co-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
#fh5co-aside .fh5co-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}
#fh5co-aside .fh5co-footer ul li a {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px;
}
.fh5co-nav-toggle i::before {
    top: -7px;
}
.fh5co-nav-toggle i::after {
    bottom: -7px;
}
.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px / .4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.fh5co-nav-toggle {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
#fh5co-aside #fh5co-main-menu ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #da1212;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
#fh5co-aside #fh5co-main-menu ul li a:hover {
    text-decoration: none;
    color: black;
}
#fh5co-aside #fh5co-main-menu ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
body.nav-canvas #fh5co-main, body.nav-canvas .fh5co-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}
body.nav-canvas #fh5co-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #fff;
    z-index: 999;
    position: fixed;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #000;
}
.fh5co-nav-toggle.active i::before {
    top: -1px;
}
.fh5co-nav-toggle.active i {
    background: transparent;
}
.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}
.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
@media screen and (max-width: 1200px) {
    #fh5co-aside {
        width: 30%;
    }
}

@media screen and (max-width: 820px) {
    .fh5co-nav-toggle {
        opacity: 1;
        visibility: visible;
        background: #fff;
    }
}

@media screen and (max-width: 820px) {
    #fh5co-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
    }
    .fh5co-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}
/**
End of main navigation
**/
/** Nitro Body and Sections to work smoothly with nav - all content is narrow-content**/
#fh5co-main {
    width: 85%;
    float: right;
}
#fh5co-main .fh5co-narrow-content {
    position: relative;
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
} 
/* using narrrow content on most sections, kept the padded version so we can be consistent when we do want padding */
#fh5co-main .fh5co-narrow-content-pad {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
}

#fh5co-main {
    width: 77.5%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    #fh5co-main {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    #fh5co-main {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-main .fh5co-narrow-content {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-main .fh5co-narrow-content-pad {
        width: 100%;
        padding: 3.5em 1em;
    }
}

/** Page Heading and sections which are new with this nav **/


.fh5co-heading-colored {
    color: #da1212;
}

.fh5co-heading {
    font-size: 45px;
}
.fh5co-sub-heading {
    font-size: 1.5rem;
    color:#c03;
    margin-bottom: 1em;
}
.fh5co-heading.fh5co-light {
    color: #fff;
}
.fh5co-heading span {
    display: block;
}
@media screen and (max-width: 768px) {
    .fh5co-heading {
        font-size: 30px;
        margin-bottom: 1em;
    }
}

.shadow-section {
    border-radius: 10px;
    background-color: #fff;
    padding-top: 1rem;
    margin-bottom: 1rem;
    margin-top:2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.75) !important;
}
/** previous code **/
/* using for mobile menu previous style had main-header out-box, I removed main header and also revised from .outer-box to mobile-box to ensure we do not conflict 
with out-box that may be used elsewhere*/


.mobile-box .logo-box .logo img {
    width: 100%;
    max-width: 165px;
    margin:auto;
}

.mobile-box {
    display: flex;
    align-items: center;
    justify-content: space-between; /* distributes children with space between */
    padding: 10px;
    background-color: #000;
}

.logo-box {
    flex: 1;
    text-align: center;
}

.logo-box .logo {
    display: inline-block;
}


@media only screen and (max-width: 991px) {
    .mobile-box {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 499px) {
    .mobile-box .logo-box .logo {
        margin: 0 auto;
    }
}


