/* Nav Dropdowns */
.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}
@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}

/* HP Hero Image */
.blockWrap_a070c656062a457091ab29221659e6bc .blockImg {
    max-width: 600px;
    margin-right: 0;
    margin-left: auto;
    padding-left: 4%;
    padding-right: 4%;
}

/* HP CTA Styles */
.blockWrap_cb97446e98df48f29b592a5f8e368ab3 .contentTitle {
    letter-spacing: 0.1em !important;
}

/* HP CTA Styles - 3 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_cb97446e98df48f29b592a5f8e368ab3 .cols3 .item,
.blockWrap_cb97446e98df48f29b592a5f8e368ab3 .cols3 .socialStreamGroup {
    clear: none;
    width: 33.3%;
    margin: 5% 0% 0% 0%;
}
}

/* Footer Styles */
.footerContainer a {
    text-decoration: none !important;
}
.footerContainer a:hover {
    color: #6a2e23 !important;
}
.footerContainer .socialIcons a:hover {
    background-color: #000000;
    color: #ffffff !important;
}

/* Equalize Simple List Blocks - Contact Us Page */
/* Make sure to UNCHECK "Height-optimized grid" */
.blockWrap_f8606f5a347e4155ada126cfa805fba0 .itemsCollectionContent { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
.blockWrap_f8606f5a347e4155ada126cfa805fba0 .itemsCollectionContent > .item {
	display: flex;
	flex-direction: column;
}

/* Mobile Styles */
@media only screen and (max-width: 599px) {
.blockWrap_a070c656062a457091ab29221659e6bc .contentTitle {
    font-size: 50px;
}
div.blockWrap_a070c656062a457091ab29221659e6bc {
    background-image: url(https://static.mywebsites360.com/e1149ffc8b52427e832821215bb573ba/i/c2f5eaac80f3483ab591e1df379a388d/1/5feFb8zhrk/Mobile%20BG.jpg);
    background-position: bottom center;
    padding-top: 80px;
    padding-bottom: 80px;    
}
.block_c5f6fa8944e84bbfbb20030ff6163c22,
.block_fa300b6199ea43829e67b91bfe64b86a {
    padding-bottom: 40px;
}
.footerContainer .contentTitle,
.footerContainer .blockInnerContent,
.footerContainer .blockContent {
    text-align: center !important;
}
}

/* Mobile List Columns - About Page */
@media only screen and (max-width: 599px) {
.blockWrap_e5b2c4e737ec4e0aa95cafd927041564 .listView.vAlgn1 .itemPreview.hasImg, .listView.vAlgn2 .itemPreview.hasImg {
    display: block;
}
.blockWrap_e5b2c4e737ec4e0aa95cafd927041564 .itemImg {
    width: 100% !important;
}
.blockWrap_e5b2c4e737ec4e0aa95cafd927041564 .itemContent {
    width: 100% !important;
    padding-top: 20px;
}
}