.osano-cm-widget {display: none;}

/*--------------- MODAL ---------------*/
#popupWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(229,227,215,.80);
}
#popup {
    max-width: 450px;
    background: #36411d;
    margin: auto;
    width: 92%;
    top: 50%;
    position: fixed;
    left: 0;
    right: 0;
    padding: 20px 30px 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    border: 7px #e5e3d7 double;
}
.popupBg {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.close-button {
    position: absolute;
    right: 24px;
    top: 12px;
    cursor: pointer;
}
.close-button img {
    width: 20px;
    height: 20px;
}
#popup h1 {
    font-size: 26px;
    color: #cfddbb;
    margin-bottom: .2em;
    text-transform: capitalize;
}
#popup p {
    color: #ffffff;
    margin: .75em 0 1.5em;
}
#popup .button {
    background: #cfddbb;
    color: #36411d;
    font-size: 15px;
}
#popup p:last-child {
    margin: .75em 0 0;
}
.popup .blockContent .blockImg {
    padding-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
    #popup {
        max-width: 290px;
        width: 100%;
        top: 50vh;
        /*-webkit-transform: translateY(-50vh);*/
        /*-ms-transform: translateY(-50vh);*/
        /*transform: translateY(-50vh);*/
    }
}
/*-------------END MODAL ---------------*/
/*-------------GLOBAL--------------*/
/*NAV*/
@media only screen and (min-width: 768px) {
    .navContainer {
        width: 80%;
    }
    .headerContainer {
        width: 20%;
    }
    .headerContent h1.logo img {
        width: 78%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1224px) {
    .navContent li a, .navContent li .navLabel {
        font-size: 18px;
    }
    .navContent ul li {
        margin-right: 1em;
    }
}
/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #36411d;
    color: #e5e3d8;
    padding: 10px 0;
    width: 100%;
}
.ctaNav .blockInnerContent {
    text-align: center;
    font-size: 18px;
}
.ctaNav .blockInnerContent a {
    color: #e5e3d8;
    text-decoration: underline;
}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}
/*--------------HOMEPAGE VIDEO--------------*/
.fluid-width-video-wrapper {
    padding-top: 56.25% !important;
}
@media only screen and (min-width: 900px) {
    div.blockWrap_ec8dbf71ca144144857e8584126853c6 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    /*div.blockWrap_b3782f05da26402ca83d1c6e9ff0b946 {*/
    /*    margin-top: -55px;*/
    /*    position: relative;*/
    /*    z-index: 3;*/
    /*}*/
}
.blockWrap_ef4703ce0195469ab7340e75aaed21b6 {
    position: relative;
}
.blockWrap_ef4703ce0195469ab7340e75aaed21b6:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0,0,0,.01);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.blockWrap_ec8dbf71ca144144857e8584126853c6 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}