/* 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; 
    }
}

/* Sitewide Banner */

.blockWrap_e79258fbfc7f41c68efb1eeaac1e8b01{
background-color: #000;
color: #fff; 
text-align: left;
text-transform: uppercase;
padding: 12px 0px 12px 25px;
letter-spacing: 0.01em;
font-family: "Times New Roman", Times, serif;
position: relative;
}

.blockWrap_e79258fbfc7f41c68efb1eeaac1e8b01::after {
  content: ''; /* Required for pseudo-elements */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 460px; /* Or a fixed pixel value like 100px */
  height: .5px; /* Thickness of your "border" */
  background-color: rgba(255,255,255,0.6); /* Color of your "border" */
}


.blockWrap_e79258fbfc7f41c68efb1eeaac1e8b01 a:link{
color: #fff; 
}

.headerAndNavContainer{
    padding-top: 0px !important;
}



/*Popup CSS - Weight Loss Page*/
.mad-popup-wrap1 {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    z-index: 9999;
}

.mad-popup-wrap1.show{
  display:block;
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    min-width: 250px;
    text-align: center;
    padding: 70px;
}

.mad-popup-wrap1 .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 15px;
}

.mad-popup-wrap1 p.popup-header {
    margin: 0;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
}

.mad-popup-wrap1 p.popup-subheader {
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 20px 0 10px 0;
}

@media screen and (max-width: 550px){
  .mad-popup-box {
        min-width: 50%;
        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);*/
/*}*/








/*Popup CSS - Home Page*/
.mad-popup-wrap2 {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    z-index: 9999;
}

.mad-popup-wrap2.show{
  display:block;
}

.mad-popup-box2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fffcf5;
    min-width: 150px;
    text-align: center;
    padding: 20px 10px 10px 10px;
}

.mad-popup-wrap2 .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 20px;
    cursor: pointer;
}

.mad-popup-text2 {
    padding: 15px;
}

.mad-popup-wrap2 p.popup-header2 {
    margin: 0;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
}

.mad-popup-wrap2 p.popup-subheader2 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 20px 0 10px 0;
}

@media screen and (max-width: 550px){
  .mad-popup-box2 {
        min-width: 80%;
        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);*/
/*}*/

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_c9ca141f5af04711a754f58f936479d6 {
        background-image: url(https://static.mywebsites360.com/d862d8c9223e464b976b7a39038ea2ee/i/e1eac7212bc54489947062898d5ba24d/1/5feFb8zhrk/mobile%20%25281%2529.jpg);
    }
}