/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 0px solid #f7035a;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #799aa1; /* color of accordion title background */
    font-size: 24px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.madwire-accordion-title::after {
    content: '+';
    font-size: 38px;
    margin: 0;
    padding: 0;
    line-height: .5;
}

.madwire-accordion-title.open::after {
    content: '-';
    font-size: 55px;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    right: 20px;
}


.madwire-accordion-content {
    color: #696969; /* color of accordion content */
    padding: 10px 20px;
    background: rgba(0,0,0,0.0);
}



strong{
    color: #FF7EC6!important;
}

.items_a9594f4bcccf457195243d9145fd4a4e .item:first-of-type .contentTitle{
    font-size: 35px!important;
}
    

@media only screen and (max-width:767px){
    .blockContent .blockImg {
    padding-bottom: 0em!important;
}
.blockWrap_c398d67ae6994029812e903b77714669 .blockText{
    padding-top:80px!important;
    padding-bottom:80px!important;
    }
.blockWrap_cb683718b70c4cc0b0ea8157d316a856 .blockText{
    padding-top: 80px!important;
}
}

/* Flip 50-50 Stacking Order in Mobile */

.block_c398d67ae6994029812e903b77714669 {
    display: flex;
    flex-flow: wrap-reverse;
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.itemsCollectionContent:not(.listView){ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.itemsCollectionContent:not(.listView)> .item {
	display: flex;
	flex-direction: column;
}


strong{
    font-size:20px!important;
}

/* 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-content .button {
    margin:20px !important;
}
.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;
    border: solid 2px #FC2E82;
}
.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);*/
/*}*/