/* Extend Sub Menu Truncation */
@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}
}

.button {
    padding: 15px 50px;
}

/* Responsive Galleries */

@media only screen and (max-width: 480px) {
    .cols3.imgMgn0 .imgGridItem {
        width: 100%
    }
}
@media only screen and (max-width: 767px) {
    .cols4.imgMgn1 .imgGridItem {
        width: 100%
    }
}

/*Bold Text & Letter Spacing*/
.blockWrap_feb1ab979c1d4799b41127bc40af2611 .scEditable--richText{
    font-weight: 700!important;
    letter-spacing: .25em;
}

.block_be0b49981094428d96c7a9be108d2844 .scEditable--richText{
    font-weight: 700!important;
    letter-spacing: .25em;
}

/*Mobile Settings*/
@media only screen and (max-width: 767px) {
    .blockWrap_e4142a89d5374aeba1ce3f9bc6eb1971 {
        background-image: none!important;
        background-color: #fff4eb!important;
    }
    .blockWrap_f899ca0e1e674ccbbac858950867939b .pageTitle{
        font-size: 50px;
    }
.blockWrap_f899ca0e1e674ccbbac858950867939b .pageSubtitle{
        font-size: 18px;
    }
}