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

.button {
    padding: .75em 1em;
}
/*----------------FOOTER-------------------*/
div.blockContainer.blockWrap_da5ba254306c49c9a37998ca4c8094cf {
    width: 100%;
    margin: 15px 0;
}
.blockWrap_b9e56c9985d04ebd8517161abebb6b57 {
    width: 100% !important;
    padding-top: 1em !important;
}
.blockWrap_b9e56c9985d04ebd8517161abebb6b57 .blockInnerContent a {
    text-decoration: none;
}
/*----------------HOME-------------------*/
div.blockWrap_a0406f6b7ecb43bba99fcc055a3027b7,
div.blockWrap_a8db5735ae6944698b7ba55ae785cffe,
div.blockWrap_ad31e36b514f417bb5a503188f933787 {
    max-width: 1200px;
    margin: auto;
}
/*--------------- MODAL ---------------*/
#popupWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(73,141,115,.75);
}
#popup {
    max-width: 450px;
    background: #f3f0e1;
    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 #498d73 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;
    margin-bottom: .2em;
    text-transform: capitalize;
}
#popup p {
    margin: .75em 0 1.5em;
}
#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%;
    }
}
/*-------------END MODAL ---------------*/

/*--------MAILCHIMP---------*/
#mc_embed_signup {
    background: transparent !important;
    width: 100% !important;
    max-width: 450px !important;
}
#mc_embed_signup .button {
    background-color: #58846c !important;
    border-radius: none !important;
}
#mc_embed_signup h2 {
    display: none !important;
}