/*** Responsive Homepage ***/

@media only screen and (max-width: 767px) {
    .cols2.imgMgn1 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    
    div.blockWrap_e4142a89d5374aeba1ce3f9bc6eb1971 {
        background-image: none;
        background-color: #f0f0f0;
    }
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_bc37c1553b71480f9ea3f2736b6f3c93, .items_bc37c1553b71480f9ea3f2736b6f3c93, .items_b1d82f3a440944e49d6b7fb385d1a7c5 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bc37c1553b71480f9ea3f2736b6f3c93>.item, .items_bc37c1553b71480f9ea3f2736b6f3c93>.item, .items_b1d82f3a440944e49d6b7fb385d1a7c5>.item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_bc37c1553b71480f9ea3f2736b6f3c93>.item a.button, .items_bc37c1553b71480f9ea3f2736b6f3c93>.item a.button, .items_b1d82f3a440944e49d6b7fb385d1a7c5>.item a.button {
  position: absolute;
  bottom: 20px;
  /*left: 20px;*/
 
}

/* Change item class here */
.items_bc37c1553b71480f9ea3f2736b6f3c93>.item p, .items_bc37c1553b71480f9ea3f2736b6f3c93>.item p, .items_b1d82f3a440944e49d6b7fb385d1a7c5>.item p {
    margin-bottom: 20px;
}

/* Responsive Inline Simple List Blog */

@media only screen and (max-width: 767px) {
    #page_c072e8840385456e9595aa9e1d16135a .listView.vAlgn1 .itemPreview.hasImg, 
    #page_c072e8840385456e9595aa9e1d16135a .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_c072e8840385456e9595aa9e1d16135a .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_c072e8840385456e9595aa9e1d16135a .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

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