/* 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;
}
}

/*Popup CSS*/
.mad-popup-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 9999;
}

.mad-popup-wrap.show{
  display:block;
}

.mad-popup-content img {
    max-width: 100%;
    width: 100%;
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    min-width: 500px;
    text-align: center;
    /*background: linear-gradient(*/
    /*    to bottom,*/
    /*    rgba(0,0,0,.5),*/
    /*    rgba(0,0,0,.5)*/
    /*    ),url();*/
    background-position: center;
    background-size: cover;
    padding: 50px 15px;
    border: 5px solid white;
}

.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 15px;
}

.mad-popup-content a.button {
    background: #940B24;
    color: white;
}

.mad-popup-content a.button:hover {
    color: black !important;
}

.mad-popup-wrap p.popup-header {
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.mad-popup-wrap p.popup-subheader {
    margin: 0 0 15px;
    font-size: 25px;
    text-align: center;
}

.popup-img {
    max-width: 100px;
    height: auto;
    margin: 0 auto 15px;
}

@media screen and (max-width: 550px){
  .mad-popup-box {
        min-width: 90%;
        top: 12rem;
        transform: translate(-50%);
    }
}

/*uncomment to change color of the popup text*/
/*p.popup-header, p.popup-subheader {*/
/*    color: black;*/
/*}*/

/*uncomment to change close button to white*/
.close svg {
    filter: invert(1);
}