/* Popup Styles */

/*.dismiss{
    cursor: pointer;
}

#auto-pop .contentTitle {
    line-height: 1.1;
    padding-bottom: 0px;
    font-size: 45px;
    padding-top: 0.5em;
}*/

/* End Popup Styles */

/*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%;
    padding-bottom:30px;
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    min-width: 700px;
    text-align: center;
    padding:40px;
}

.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: 26px;
    text-align: center;
    color:#000000;
}

.mad-popup-wrap p.popup-subheader {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color:#000000;
}

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

strong {
    color: inherit;
    font-size: 20px;
    font-family: focolight,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300!important;
        font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .25em;
}

.imgEffect-overlay .contentTitle{
    font-family: atrament,Arial,Verdana,sans-serif!important;
    font-style: normal!important;
    font-weight: 400!important;
        letter-spacing: .1em!important;
color: white!important;
text-transform: uppercase!important;
}

@media only screen and (max-width:767px){
    .block_da47f6ba001c4e75808a6bb3ea845fb0 .blockText{
        padding-top:30px!important;
        padding-bottom: 50px!important;
    }
}

/* Equalize Simple List Blocks*/

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

/* Change item class here */
.items_a0e617308dfa40e98877c16ec5a4b1e1 > .item {
	display: flex;
	flex-direction: column;
}

/* Sitewide Banner */

.blockWrap_f9f2c53f1ec64edb9caa1664fa7bec34{
background-color: #000000;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}

.items_fc71cf03af9b47ce8a697e64ca99681a .itemInnerContent ul >li:first-child {
 text-decoration: line-through;
}