/* 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; 
    }
}

/* HP CTA Styles - 3 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_f0d55a35f1bd45fbb64ddb14342b8c4f .cols3 .item,
.blockWrap_f0d55a35f1bd45fbb64ddb14342b8c4f .cols3 .socialStreamGroup {
    clear: none;
    width: 33.3%;
    margin: 5% 0% 0% 0%;
}
}

/* HP CTA Styles - 4 CTAs */
@media only screen and (min-width: 600px) {
.blockWrap_dc2f8f33658b44ee84b55f625e6bee9d .cols4 .item,
.blockWrap_dc2f8f33658b44ee84b55f625e6bee9d .cols4 .socialStreamGroup {
    clear: none;
    width: 25%;
    margin: 0%;
}
}

/*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{
    background:url(https://static.mywebsites360.com/cf45cdfbc1c048b3a431a8d2a5c68244/i/c211717d8edd45988fdced71c0d69ea1/1/5feFb8zhrk/popup-img.jpg) top center / cover no-repeat;
    padding: 50px 20px;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 1px 1px 5px #000000a1;
    border-radius: 13px;
}

.mad-popup-content img {
    max-width: 100%;
    width: 100%;
}

.mad-popup-content .button{
    background:#222;    
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    min-width: 500px;
    text-align: center;
    border-radius: 23px;
    border: 9px solid black;
}

.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 15px;
}

.mad-popup-wrap p.popup-header {
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.mad-popup-wrap p.popup-subheader {
    margin: 0;
    font-size: 25px;
    text-align: center;
}

@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);*/
/*}*/