h1 {
    font-size: 1.8rem;
}

p {
    line-height: 32px;
}

.go-back {
    display: none;
}

.home nav.navbar {
    border: unset;
}

.navbar .menu-item.dropright > .aDrop:hover {
    text-decoration: underline;
    color: #555;
}

.breadcrumbs a .material-icons,
.breadcrumbs span,
.breadcrumbs span .material-icons {
    vertical-align: middle;
}

.breadcrumbs .go-back {
    margin-right: .5rem;
}

section.home-banner img {
    max-height: 66vh;
    object-fit: cover;
    width: 100%;
}

.breadcrumb-small {
    font-size: 80%;
}

.breadcrumb-small .btn {
    font-size: 80%;
}

.breadcrumb-small .material-icons {
    font-size: 16px;
    color: gray;
}

footer {
    background-color: #f5f0eb;
    line-height: 36px;
}

.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: 2;
}

.bg-overlay-dark {
    background-color: black
}

.bg-overlay-light {
    background-color: white;
}

@media screen and (min-width:992px) {
    .navbar .nav-item {
        text-align: left;
        padding-left: 1rem !important;
    }

    .navbar {
      /*  font-weight: bold;*/
        text-transform: uppercase;
    }

    .navbar .container ul,
    .navbar .container ul .header-bot {
        width: 100%;
    }

    .navbar .menu-item.dropright > .aDrop {
        padding: .5rem .4rem;
        display: inline-table;
        color: #000;
    }
    .popover-content ul li{
      padding-left: .5rem;
    }

    .navbar .menu-item.dropright > .aDrop span.arrow-right,
    .goBackBtn, .navbar .dropAll,
    .navbar .dropdown-subheader span {
        display: none;
    }

    .navbar .menu-item.dropright:hover .popover {
        padding: 0;
        width: 100%;
        margin-top: -0.4rem!important;
        border: 1px solid transparent;
        left: 0 !important;
        top: 100% !important;
        display: block !important;
        position: static;
        margin: 0 auto;
    }

    .navbar .dropdown-submenu h3 a {
        font-size: 1.2rem;
    }

    .navbar .dropdown-submenu a {
        color: #000;
        line-height: 30px;
    }

    .navbar .dropdown-menu-open {
        width: 100%;
        border: unset;
    }

    .navbar .header-bot {
        overflow: hidden;
        height: 40px;
    }

    .navbar .dropright {
        position: static;
        margin-right: unset;
        display: inline;
    }

    .navbar .popover-content {
        padding: 6px;
        position: absolute;
        background: white;
        border-bottom-color: #9a7258;
        min-width: 230px;
        z-index: 3;
        /* box-shadow: 1px 1px 19px 3px #e1e1e19c; */
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .25);
    }
}

@media screen and (max-width:991px) {
    .header-bot .visible .goBackBtn {
        visibility: visible;
        display: block;
        width: 100%;
    }

    .header-bot .goBackBtn .aDrop {
        margin: 68px 20px 20px 20px;
        background: #f0f0f0;
        border-radius: 3px;
        border: 1px solid #f0f0f0;
        text-align: center;
        font-size: 20px;
        padding: 8px 15px;
    }

    .header-bot .goBackBtn .aDrop span {
        vertical-align:middle
    }

    .dropdown-subheader {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .dropdown-subheader span {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .dropdown-submenu .aDrop {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        display: block;
        padding: .5rem 0 .5rem 15px;
    }

    .header-bot .popover {
        max-width: 100%;
        left: 0 !important;
        width: 100%;
        visibility: hidden;
        height: 100vh !important;
        border: none;
    }

    .header-bot .dropright {
        position: static;
    }

    .header-bot .dropright .visible {
        display: block !important;
        left: 0 !important;
        background: white;
        transition: left .5s ease-in-out;
    }

    .header-bot .menu-item {
        text-align: left;
        width: 100%;
        padding: .5rem 0 .5rem !important;
        padding-left: 2% !important;
        border: unset;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .header-bot .header-title a {
        margin: 0 2%;
    }

    .header-bot .arrow-right {
        float: right;
        margin-right: 2%;
    }

    .header-bot .header-title a span span {
        vertical-align: middle;
    }

    .menu-open .header-bot {
        opacity: 1;
        left: 0;
        box-shadow: 0 0 1rem 0 #bababa;
        z-index: 102;
    }

    .drop-container .header-bot {
        border: none;
        margin-bottom: 0;
        background: white;
    }

    .header-bot {
        position: fixed;
        background-color: #fff;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        font-size: .8125rem;
        z-index: 3;
    }

    .menu-overlay:hover .dropAll {
        display: block;
    }

    .menu-overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .7);
        z-index: -1;
        cursor: pointer;
    }

    .menu-overlay {
        position: fixed;
        width: unset;
        height: unset;
        background-color: transparent;
    }

    .horizontal .menu-overlay,
    .menu-overlay:hover .dropAll,
    h3.no-dot,
    .dropAll {
        display: none;
    }

    .dropdown-menu-wrapper ul li.h-100 {
        height: unset !important;
    }

    .menu-open .dropdown-menu-wrapper ul li.h-100 {
        height: 100% !important;
    }

    .header-bot-menu-header {
        position: fixed;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        min-width: 240px;
        background-color: #f0f0f0;
        font-weight: 700;
        z-index: 1;
        text-transform: uppercase;
        z-index: 9999999;
    }

    .header-bot-menu-header .close-btn.visible,
    .header-bot-menu-header .back-btn.visible {
        left: 1rem;
        opacity: 1;
    }

    .header-bot-menu-header .close-btn,
    .back-btn {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: .42rem;
        height: 1.75rem;
        width: 1.75rem;
        opacity: 0;
        cursor: pointer;
    }

    .header-bot-menu-header {
        text-align: right;
    }

    .header-bot-menu-header .close-btn {
        left: -.75rem;
    }

    .header-bot-menu-header a {
        display: inline-block;
        padding: .75rem;
    }

    .header-bot ul {
        width: 100%;
    }

    .header-bot a {
        color: #000;
    }
}

@media (min-width: 540px) {
    .dropdown-submenu .h3 {
        display: none;
    }
}

@media (min-width: 1240px) {
    .container,
    .container-xl {
        max-width: 1374px !important;
    }
}

@media (max-width: 1239px) {
    .container,
    .container-xl {
        max-width: unset;
    }
}