/* 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; 
    }
}









/* Homepage redesign - benefits - Equalize Simple List Blocks*/

/* Change item class here */
.items_f4137b361edd484c9a82a7f4aeb278b2 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f4137b361edd484c9a82a7f4aeb278b2 > .item {
	display: flex;
	flex-direction: column;
}




/* Homepage redesign - testimonials - Equalize Simple List Blocks*/

/* Change item class here */
.items_fea9ed1c5a9f4ab28fcc6f03e5f1512b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fea9ed1c5a9f4ab28fcc6f03e5f1512b > .item {
	display: flex;
	flex-direction: column;
}






/*Mad Accordion*/
.madwire-accordion {
    margin: 30px 0;
}

.madwire-accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.madwire-accordion-title {
    background: #ff6c29; /* 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: black; /* color of accordion content */
    padding: 10px 20px;
    background: white;
}









/* Product page redesign - why it works - Equalize Simple List Blocks*/

/* Change item class here */
.items_edeaddc612bf4670bfcb748b46aca348 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_edeaddc612bf4670bfcb748b46aca348 > .item {
	display: flex;
	flex-direction: column;
}




/* Product page redesign - How to Use - Equalize Simple List Blocks*/

/* Change item class here */
.items_d01b2de465334a329d9aa2591f1cb112 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d01b2de465334a329d9aa2591f1cb112 > .item {
	display: flex;
	flex-direction: column;
}




/* Product page redesign - Who It's For - Equalize Simple List Blocks*/

/* Change item class here */
.items_c6f48fc6b9b14e039117541d2cad2c8b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c6f48fc6b9b14e039117541d2cad2c8b > .item {
	display: flex;
	flex-direction: column;
}