/* 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; 
    }
}

/*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: #fff;
    min-width: 500px;
    text-align: center;
}

.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 25px;
    color:#000000;
}

.mad-popup-wrap p.popup-header {
    margin: 10px;
    color: #000000;
    font-size: 30px;
    text-align: center;
}

.mad-popup-wrap p.popup-subheader {
    margin: 20px;
    color: #000000;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 550px){
  .mad-popup-box {
        min-width: 90%;
        top: 12rem;
        transform: translate(-50%);
    }
}




/* homepage hero - 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_cdba65b168bd40e9b4690d6aa822de85 .blockText  {
      padding: 25px 10px 10px 10px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_cdba65b168bd40e9b4690d6aa822de85 .contentTitle  {
      padding-top: 25px;
  }
}




/* homepage hero - Flip 50-50 Stacking Order in Mobile */
    @media only screen and (max-width: 480px) {
    .block_cdba65b168bd40e9b4690d6aa822de85 {
        display: flex;
        flex-flow: wrap-reverse;
    }
}










/* Why Choose Us - 1- Equalize Simple List Blocks*/

/* Change item class here */
.items_f7737ce3b04c4dc784dcae57273f7a64 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f7737ce3b04c4dc784dcae57273f7a64 > .item {
	display: flex;
	flex-direction: column;
}





/* Why Choose Us - 2- Equalize Simple List Blocks*/

/* Change item class here */
.items_a557ffd992d543bea5604496911683a7 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a557ffd992d543bea5604496911683a7 > .item {
	display: flex;
	flex-direction: column;
}





/* Why Choose Us - 3- Equalize Simple List Blocks*/

/* Change item class here */
.items_ea080e15ed694cfea6fa93e9c62d03d2 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ea080e15ed694cfea6fa93e9c62d03d2 > .item {
	display: flex;
	flex-direction: column;
}