/* Flip 50-50 Stacking Order in Mobile */
    @media only screen and (max-width: 767px) {
    .block_eb043cc5526746e79d6afa79a7d2b430 {
        display: flex;
        flex-flow: wrap-reverse;
    }
    .blockWrap_ce772e50aea84ffcb979524a7c3ed5c5,
    .blockWrap_af2ab1e585554df2909ce4c21524e15d{
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.blockWrap_c5217b8ab82a47938fd429a6bdea1e0b .item{
        margin: 3.5em auto 0 auto!important;
}
}


/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 0px solid #fff;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #73339d; /* 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;
    border-radius: 20px 20px 0px 0px;
}

.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: black; /* color of accordion content */
    padding: 10px 20px;
    background: white;
    border-radius: 0px 0px 20px 20px;
}



/* Equalize Simple List Blocks*/

/* Change item class here */
.cols2,
.cols3,
.cols4,
.cols5,
.cols6 { 
display: flex;
flex-direction: row;
flex-wrap: wrap;
min-height: 100%;
}

/* Change item class here */
.cols2 > .item,
.cols3 > .item,
.cols4 > .item,
.cols5 > .item,
.cols6 > .item{
display: flex;
flex-direction: column;
}


/* 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; 
    }
}