
/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/
.nav-primary,
.contentRender_name_plugins_nav_main,
.contentRender_name_plugins_nav_microsite,
.microsite-cont {
    display: flex;
    justify-content: flex-end;
}

.nav-primary {
    margin-top: 10px;
}

.nav-primary .primary-item {
    margin-right: 20px;
    height: 100%;
}

@media (min-width: 1100px) {
    .nav-primary .primary-item {
        margin-right: 30px;
    }
}

.nav-primary .primary-item > .item-inner {
    position: relative;
    height: 100%;
    flex-direction: column;
}

.nav-primary .primary-item > .item-inner p {
    font-size: 13px;
}

.nav-primary .primary-item:last-child {
    margin-right: 0;
}

.nav-primary .primary-item .nav-marker {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.4s;
    opacity: 0;
}

.nav-primary .primary-item.has-dropdown:hover .nav-marker {
    opacity: 1;
}

.nav-primary .primary-item a {
    font-family: 'Montserrat', sans-serif;
    color: #64513d;
    font-size: 28px;
    font-weight: 400;
}

.nav-primary .primary-item > .item-inner a {
    height: 100%;
    padding-top: 6px;
    z-index: 10;
}
.contentRender_name_plugins_nav_secondary {
    display: flex;
    align-items: center;
}
.nav-industry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
    position: relative;
    height: 100%;
}

.nav-industry .ind-item {
    margin-right: 30px;
    height: 100%;
}

.nav-industry .ind-item:last-child {
    margin-right: 0;
}

.nav-industry .ind-item .item-inner {
    position: relative;
    height: 100%;
}

.nav-industry .ind-item .item-inner .nav-marker {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.4s;
    opacity: 0;
}

.nav-industry .ind-item.has-dropdown:hover .item-inner .nav-marker {
    opacity: 1;
}

.nav-industry .ind-item a {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    color: #64513d;
    font-size: 18px;
    z-index: 10;
}

.nav-industry .nav-dropdown {
    background-color: #554534;
    width: 520px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;
}

.nav-industry .nav-dropdown {
    display: flex;
}

.nav-industry .nav-dropdown > * {
    flex: 1 0 25%;
}

.nav-industry .nav-dropdown > .middle-col {
    flex: 1 0 50%;
}

.nav-industry .ind-item.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    pointer-events: all;
}

.nav-industry .ind-item:first-child .nav-dropdown {
    transform: translateX(-40%);
}

.nav-industry .nav-dropdown a {
    font-size: 16px;
    text-transform: none;
}

.nav-industry .nav-dropdown ul {
    margin: 0;
    list-style: none;
    padding: 15px 0;
}

.nav-industry .nav-dropdown .nav-list-dd {
    width: 50%;
    position: relative;
}

.nav-industry .nav-dropdown .nav-list-dd ul {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: #46392b;
}

.nav-industry .nav-dropdown .nav-list-dd > li:hover > .item-inner {
    background-color: #46392b;
}

.nav-primary .nav-dropdown {
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;
    background-color: #64513d;
    display: flex;
}

.nav-primary .primary-item.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    pointer-events: all;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 100%;
    max-width: 1020px;
}

.nav-dropdown .left-col {
    width: 50%;
}
.nav-dropdown .middle-col {
    width: 25%;
}

.nav-dropdown .right-col {
    width: 25%;
}

.nav-dropdown .left-col {
    display: flex;
}

.nav-dropdown ul {
    margin: 0;
    list-style: none;
    line-height: 20px;
    padding: 12px 0;
}

.nav-dropdown .nav-list-dd {
    position: relative;
    width: 50%;
}

.nav-dropdown .nav-list-dd ul {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
}

.nav-dropdown .nav-list-dd ul {
    background-color: #554534;
    display: none;
}

.nav-dropdown .nav-list-dd li.has-submenu:hover > ul {
    display: block;
}

.nav-dropdown .nav-list-dd ul ul {
    background-color: #46392b;
}

.nav-dropdown .nav-list-dd > li:hover > .item-inner {
    background-color: #554534;
}

.nav-dropdown .nav-list-dd ul > li:hover > .item-inner {
    background-color: #46392b;
}

.nav-dropdown .item-inner {
    position: relative;
    padding: 10px 15px 10px 30px;
    justify-content: space-between;
}

.nav-dropdown .item-inner a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: white;
    width: 100%;
    z-index: 10;
}

.nav-dropdown .item-inner i {
    color: #98b8ad;
    font-size: 20px;
}


.nav-primary > .primary-item:hover > .item-inner > .dropdown-support {
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 68px;
    transition: transform 2s;
    z-index: 2;
    transform: scaleY(0);
    /* background-color: blue; */
    transform-origin: center bottom;
}
.nav-primary .primary-item > .item-inner > a:hover + .dropdown-support {
    transition: none;
    transform: scaleY(1);
}
.nav-primary .nav-dropdown .item > .item-inner > .dropdown-support {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 300%;
    transition: transform 2s;
    z-index: 2;
    transform: scaleX(0);
    transform-origin: right center;
    /* background-color: blue; */
}
.nav-primary .nav-dropdown .item.has-submenu > .item-inner > a:hover + .dropdown-support {
    transition: none;
    transform: scaleX(1);
}

.nav-industry .ind-item:hover > .item-inner > .dropdown-support {
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 68px;
    transition: transform 2s;
    z-index: 2;
    transform: scaleY(0);
    /* background-color: blue; */
    transform-origin: center bottom;
}
.nav-industry .ind-item > .item-inner > a:hover + .dropdown-support {
    transition: none;
    transform: scaleY(1);
}
.nav-industry .nav-dropdown .item > .item-inner > .dropdown-support {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 300%;
    transition: transform 2s;
    z-index: 2;
    transform: scaleX(0);
    transform-origin: right center;
    /* background-color: blue; */
}
.nav-industry .nav-dropdown .item.has-submenu > .item-inner > a:hover + .dropdown-support {
    transition: none;
    transform: scaleX(1);
}


.nav-slide {
    padding: 15px;
    width: 100%;
}
.nav-slide .img-cont {
    padding: 5px;
    background-color: white;
}   
.nav-slide .img-cont img {
    display: block;
    width: 100%;
}
.nav-slide .title {
    padding-top: 10px;
    text-align: center;
}
.nav-slide .description p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding-top: 5px;
    color: white;
    margin: 0 5px;
}
/*
|-----------------------------------------------------------------------------------------------------------
| Interior Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/

.interior-nav {
    display: none;
    margin: 0;
    list-style: none;
}

.interior-nav li {
    display: inline-block;
}

.interior-nav li:last-child::after {
    display: none;
}

.interior-nav li::after {
    content: "/";
    margin: 0 7px;
}

.interior-nav a {
    color: #413e3b !important;
    font-weight: 400;
}

.interior-nav li:last-child a {
    font-weight: bold;
}

@media (min-width: 641px) {
    .interior-nav {
        display: block;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/

.footer-nav {
    align-items: center;
    justify-content: center;
    margin: 0;
    list-style: none;
    line-height: 22px;
}

.footer-nav a {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    color: white !important;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-nav li {
    text-align: center;
}

.footer-nav li:last-child {
    margin-right: 0;
}

@media (min-width: 1025px) {
    .footer-nav {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .footer-nav li {
        margin-right: 30px;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| Mobile Nav 
|-----------------------------------------------------------------------------------------------------------
*/

.mobilenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mobilenav .nav-controls {
    width: 42px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 0;
    pointer-events: all;
    cursor: pointer;
    background-color: #837464;
    border: 1px solid #9ab8ac;
    color: white;
    font-size: 20px;
}
.mobilenav .nav-controls  i {
    font-size: 24px;
}

.mobilenav .nav-controls .close {
    display: none;
}

.mobilenav.active .nav-controls .close {
    display: inline-block;
}

.mobilenav.active .nav-controls .open {
    display: none;
}

.mobilenav .mobile-dd {
    display: none;
    position: absolute;
    top: 100%;
    right: -15px;
    width: 100%;
    min-width: 375px;
    max-width: 450px;
    background-color: #64513d;
    pointer-events: all;
}

.mobilenav.active .mobile-dd {
    display: block;
}

.mobilenav .mobile-dd .dd-top {
    margin: 20px 0;
    padding: 0 15px;
}

.mobilenav ul {
    margin: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.mobilenav ul ul {
    display: none;
}

.mobilenav ul li.active > ul {
    display: block;
}

.mobilenav .nav-list ul {
    background-color: #554534;
}

.mobilenav .nav-list ul ul {
    background-color: #483b2c;
}

.mobilenav .nav-list ul ul ul {
    background-color: #3d3225;
}

.mobilenav .nav-list.primary {
    margin: 25px 0 15px;
}

.mobilenav .nav-list .item-inner {
    padding: 12px 15px;
}

.mobilenav .nav-list > li > ul .item-inner {
    padding: 10px 15px 10px 22px;
}

.mobilenav .nav-list > li > ul > li .item-inner {
    padding: 10px 15px 10px 26px;
}

.mobilenav .nav-list > li > ul > li > ul > li .item-inner {
    padding: 10px 15px 10px 32px;
}

.mobilenav .nav-list > li > ul > li > ul > li > ul > li .item-inner {
    padding: 10px 15px 10px 38px;
}

.mobilenav .nav-list .item-inner .toggle-submenu {
    cursor: pointer;
    margin-left: auto;
}

.mobilenav .nav-list .item-inner i {
    color: #98b8ad;
    font-size: 14px;
}

.mobilenav .nav-list li.active > .item-inner i {
    transform: rotate(180deg);
}

.mobilenav .nav-list > li.active {
    background-color: #554534;
}

.mobilenav .nav-list > li > ul > li.active {
    background-color: #483b2c;
}

.mobilenav .nav-list > li > ul > li > ul > li.active {
    background-color: #3d3225;
}

.mobilenav .nav-list .item-inner a {
    color: inherit;
    font-weight: 500;
    font-size: 20px;
}

.mobilenav .nav-list ul .item-inner a {
    font-size: 17px;
    font-weight: 400;
}

.mobilenav .nav-list.industry {
    margin-bottom: 25px;
}

.mobilenav .nav-list.industry .item-inner a {
    font-family: 'Crimson Text', serif;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

@media (min-width: 1025px) {
    .mobilenav {
        display: none;
    }
}
