@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
.navbar {
    width: 75%;
    min-width: 254px;
    margin: 0 auto;
    padding: 10px;
    background: #e7e2cf!important;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

.navbar-btn {
    box-shadow: none;
    outline: 0!important;
    border: none
}

nav.navbar button.btn-info {
    font-size: .75rem;
    padding: 2px 5px;
    margin-left: 0;
    margin-top: 0;
    background: #b22222;
    border: 1.5px solid #000;
    font-weight: 600;
    border-radius: 0
}

nav.navbar button.btn-info:focus,
nav.navbar button.btn-info:hover {
    opacity: .8
}

nav.navbar button.btn-info svg {
    margin-right: 8px
}

nav.navbar button.btn-dark {
    margin-right: 5px;
    padding: 0 20px;
    border-radius: 0
}

nav.navbar button.btn-dark .svg-inline--fa {
    vertical-align: -.05rem
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0
}

#sidebar {
    width: 285px;
    position: fixed;
    top: 0;
    left: -450px;
    min-width: 280px;
    height: 100vh;
    z-index: 999;
    background: #fff8dc;
    color: #000;
    transition: all .3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

#sidebar.active {
    left: 0
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff8dc;
    border: 1px inset #000;
    position: absolute;
    top: 17.5px;
    right: 40px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#dismiss:hover {
    background: #fff;
    color: brown;
    border: 1px solid brown
}

.overlay {
display:none;
width:100vw;
height:100vh;
background:rgba(0,0,0,.7);
z-index:998;
opacity:0;
transition:all .5s ease-in-out;
position:absolute;
top:0;
right:0;
}


.overlay.active {
    display: block;
    opacity: 1
}

#sidebar .sidebar-header {
    padding: 6px 5px 2px 8px;
    background: #607b8b;
    border-bottom: 4px solid brown
}

#sidebar ul.components {
    padding: 0
}

#sidebar ul p {
    color: #fff;
    padding: 10px
}

#sidebar ul li a {
    color: #000;
    padding: 10px 20px 10px 10px;
    font-size: 1.1em;
    display: block;
    font-weight: 600;
    border: 1px solid #000
}

.logo,
a.nav-menu-logo {
    font-family: 'Poller One', cursive;
    font-weight: 400;
    line-height: .9em;
    -webkit-text-stroke: 1px #000
}

#sidebar ul ul li a {
    color: #fff;
    padding-right: 35px
}

#sidebar ul li a:hover {
    color: brown;
    background: #fff;
    text-decoration: none
}

a[data-toggle=collapse] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

ul ul#gallerySubmenu a,
ul ul#homeSubmenu a,
ul ul#pageSubmenu a {
    font-size: .9em!important;
    padding-left: 20px!important;
    background: #6d7fcc
}

ul.CTAs {
    padding: 20px
}

ul.CTAs a {
    text-align: center;
    font-size: .9em!important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px
}

a.download {
    background: #fff;
    color: #7386d5
}

a.article,
a.article:hover {
    background: #6d7fcc!important;
    color: #fff!important
}

.logo {
    display: inline-block;
    width: 70%;
    font-size: 24pt;
    color: #fff!important;
    text-shadow: 3px 4px 6px #182127, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin: 4px!important
}

.logo:focus,
.logo:hover {
    text-decoration: none;
    opacity: .85
}

div.motto {
    margin-top: -18px;
    background: #607b8b;
    border-top: 4px solid brown;
    border-bottom: 4px solid brown
}

div#nav-menu-logo-container {
    text-align: center;
    margin-top: -14px;
    margin-bottom: 3px
}

div#nav-menu-logo-text {
    text-align: center;
    display: inline-block
}

div#nav-menu-logo-text a:focus,
div#nav-menu-logo-text a:hover {
    text-decoration: none;
    opacity: .9;
    color: #b22222!important
}

a.nav-menu-logo {
    display: inline-block;
    width: 210px;
    max-width: 210px;
    font-size: 20pt;
    color: #fff!important;
    text-shadow: 2px 3px 5px #182127
}

.motto {
    font-family: Delius;
    font-size: 12pt;
    display: block;
    padding-left: 8px;
    color: #fff;
    font-style: italic;
    line-height: 2.5
}

.motto.and {
    margin-left: 4px
}

#content {
    width: 100%;
    transition: all .3s;
    margin-top: 20px
}

nav#sidebar.mCustomScrollbar,
nav#sidebar.mCustomScrollbar._mCS_1.mCS-autoHide {
    overflow: visible
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 30px;
    right: 0;
    position: absolute
}

.mCSB_scrollTools .mCSB_dragger {
    z-index: 1000;
    touch-action: auto;
    right: 85%
}

nav#sidebar div#mCSB_1 {
    max-height: none
}

nav#sidebar div.sidebar-header h3 {
    display: block;
    color: #fff;
    font-weight: 700
}

nav#sidebar div.sidebar-header h3 a {
    color: #fff;
    text-decoration: none
}

nav#sidebar div.sidebar-header h3 a:focus,
nav#sidebar div.sidebar-header h3 a:hover {
    color: #fff8dc
}

ul.navbar-nav.ml-auto {
    color: #fff;
    background: #607b8b;
    padding: 0;
    border: none;
    box-shadow: none;
    margin-top: 0
}

ul.navbar-nav.ml-auto li a {
    font-size: .65rem;
    color: #faf9f5!important;
    padding: 4px 6px;
    font-weight: 500;
    border-top: 1px solid #485c68;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #485c68
}

ul.navbar-nav.ml-auto li a.last {
    border-right: 1px solid #e7e2cf
}

ul.navbar-nav.ml-auto li a.first {
    border-left: 1px solid #e7e2cf
}

.navbar-nav.ml-auto li:focus,
ul.navbar-nav.ml-auto li:hover {
    background: #849ba9
}

.mCSB_inside>.mCSB_container {
    margin-right: 0!important
}

div#dismiss .svg-inline--fa {
    height: .9rem
}

#footer-container {
    min-width: 250px
}

#footer-container {
    margin: 0 auto
}

#footer-bottom {
    margin: 0 auto 30px auto
}

.footer-section {
    width: 32%;
    max-width: 32%;
    margin: 2px auto;
    text-align: center
}

.page-curl {
    position: relative
}

.page-curl:after,
.page-curl:before {
    background: 0 0;
    bottom: 12px;
    -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 12px rgba(0, 0, 0, .5);
    content: "";
    height: 10px;
    left: 12px;
    position: absolute;
    width: 40%;
    z-index: -1;
    -moz-transform: skew(-4deg) rotate(-4deg);
    -webkit-transform: skew(-4deg) rotate(-4deg);
    transform: skew(-4deg) rotate(-4deg)
}

.page-curl:after {
    -moz-transform: skew(4deg) rotate(4deg);
    -webkit-transform: skew(4deg) rotate(4deg);
    transform: skew(4deg) rotate(4deg);
    left: auto;
    right: 12px
}

.shadow-bottom:after,
.shadow-bottom:before {
    top: auto;
    bottom: 12px;
    -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 12px rgba(0, 0, 0, .5)
}

div#footer-wrapper {
    min-width: 280px
}

#footer-container .footer-section h5 {
    width: 110%;
    font-size: .9rem;
    margin-bottom: 10px;
    border-bottom: 2px solid #b22222;
    padding-bottom: 4px
}

.footer-section a,
.footer-section p {
    font-size: .45rem;
    margin: 0
}

widgets.footer-widgets .widget-contact ul li {
    font-size: .45rem
}

#footer-container .widgets.footer-widgets .widget-quick-links ul li a {
    font-size: .85rem;
    padding: 5px
}

#footer-inner-bottom {
    padding-top: 15px
}

#footer-inner-bottom .col-md-6 {
    width: 100%!important;
    max-width: 100%!important;
    flex: none
}

#footer-inner-bottom .footer-bottom-section div.single-widget {
    border-top: 1px solid #fff
}

#footer-inner-bottom .widgets.footer-widgets .widget-quick-links ul {
    text-align: center;
    background: #7e7350;
    border-top: 1.5px solid #fdf4d8;
    line-height: 1
}

#footer-inner-bottom .widgets.footer-widgets .widget-quick-links ul li {
    display: inline-block;
    margin: 0 4%;
    padding: 2px
}

#footer-inner-bottom .widgets.footer-widgets .widget-quick-links ul li a {
    font-size: .85rem;
    font-weight: 600
}

#footer-inner-bottom .widgets.footer-widgets .widget-quick-links ul li a:focus,
#footer-inner-bottom .widgets.footer-widgets .widget-quick-links ul li a:hover {
    text-decoration: none;
    opacity: .9;
    color: #f8f9f9
}

#footer-inner-bottom .widgets.footer-widgets .widget-quick-links ul li a,
.widgets.footer-widgets .widget-quick-links ul li a.last-link {
    border: none
}

#footer-inner-container {
    margin: -30px 0 0 0;
    padding: 4px
}

#footer-inner-container .row {
    margin: 0
}

.bg-dark-light {
    background: #48453c!important
}

.copyright {
    padding: 3px 5px 5px 5px
}

.bg-dark,
.bg-dark-light,
.bg-secondary,
.bg-theme {
    color: #fff
}

.widgets.footer-widgets .widget-title {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: .5px;
    position: relative;
    padding-bottom: 15px
}

.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px
}

.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block
}

.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: .8rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 9px 0
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: Raleway, sans-serif
}

.widgets.footer-widgets .widget-contact ul li {
    font-size: 13px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border: 1.5px solid #ccc;
    margin: 8px
}

.widgets.footer-widgets .widget-contact ul li+li {
    margin-top: 5px
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: .35
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 28px
}

#mCSB_1_dragger_vertical {
    height: 44%!important;
    max-height: 44%!important
}

.mCSB_buttonDown,
.mCSB_buttonUp {
    right: 44%
}

@media (max-width:380px) {
    a.nav-menu-logo {
        font-size: 19px;
        line-height: 1.4
    }
    .navbar {
        padding: 5px
    }
    #footer-bottom,
    #footer-container {
        width: 100%!important
    }
}

@media (max-width:500px) {
    #sidebar {
        width: 80%!important
    }
    #dismiss {
        width: 35px;
        height: 38px;
        line-height: 35px;
        text-align: center;
        background: #fff8dc;
        border: 1px inset #000;
        position: absolute;
        top: 20px;
        right: 58px
    }
    #sidebar .sidebar-header {
        padding: 10px 35px 15px 8px
    }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 50px;
        right: 130%
    }
    .mCSB_1_dragger_vertical {
        right: 150%
    }
    .mCSB_scrollTools .mCSB_draggerRail {
        width: 50.5px
    }
    .mCSB_buttonDown,
    .mCSB_buttonUp {
        right: 112%
    }
}

@media (max-width:765px) {
    .navbar {
        width: 95%
    }
    ul.navbar-nav.ml-auto li a {
        font-size: .85rem;
        line-height: 1.2
    }
}

@media (max-width:780px) {
    ul.navbar-nav.ml-auto li a,
    ul.navbar-nav.ml-auto li a.first,
    ul.navbar-nav.ml-auto li a.last {
        border-left: 1px solid #485c68;
        border-right: 1px solid #485c68
    }
    ul.navbar-nav.ml-auto {
        margin-top: 10px
    }
    ul.navbar-nav.ml-auto li a {
        border-bottom: 2px solid #fff
    }
    ul.navbar-nav.ml-auto li a.last {
        border-bottom: 1px solid #e7e2cf
    }
    ul.navbar-nav.ml-auto li a.first {
        border-top: 1px solid #e7e2cf
    }
}

@media (min-width:780px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row!important
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    nav.navbar button.btn-dark {
        display: none;
        visibility: hidden;
        position: absolute
    }
}

@media (min-width:979px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}