/* 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; 
    }
}

/* 5050 Responsive Padding - homepage hero*/
/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_cdba65b168bd40e9b4690d6aa822de85  .blockText  {
      padding: 0 25px 25px 25px;
  }
}
/* This block targets Tablet*/
@media only screen and (width: 768px) {
  .block_cdba65b168bd40e9b4690d6aa822de85  .contentTitle  {
      padding-top: 25px;
  }
}
/* 5050 Responsive Padding - about page hero*/

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_df91753c004040a1a933ecf2fd99b446  .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet*/
@media only screen and (width: 768px) {
  .block_df91753c004040a1a933ecf2fd99b446  .contentTitle  {
      padding-top: 25px;
  }
}

/*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-content .popup-img {
    margin-bottom: 20px;
}
.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 500px;
    text-align: center;
    background-color: #f0f0f0;    
}
.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
    fill: #737373;
}
.mad-popup-text {
    padding: 15px;
}
.mad-popup-wrap .contentTitle {
    padding-bottom: 0px;
    letter-spacing: 0px;
}
.mad-popup-wrap p.popup-subheader {
    margin: 0;
    text-align: center;
    font-size: 20px;
}
.mad-popup-wrap .button {
    margin-top: 20px;
    margin-bottom: 40px;
}
@media screen and (max-width: 550px){
  .mad-popup-box {
        min-width: 90%;
        top: 12rem;
        transform: translate(-50%);
    }
}