/* 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; 
    }
}

.blockWrap_d439576ab8874803afad11019e696dd7 .button{
    width: 300px!important;
}

.button{
    padding-top: 0.5em!important;
}

@media only screen and (max-width: 767px){
    .contentTitle{
        font-size: 35px!important;
    }
    .blockWrap_d439576ab8874803afad11019e696dd7 {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}
/* Flip 50-50 Stacking Order in Mobile */

.block_efc0af21de01451b8ad270d5f81bda44,
.block_aa73eeae4da44bad9cfa6257ba3d4574{
    display: flex;
    flex-flow: wrap-reverse;
}
/* Flip 50-50 Stacking Order in Mobile */

.block_efc0af21de01451b8ad270d5f81bda44,
.block_aa73eeae4da44bad9cfa6257ba3d4574{
    display: flex;
    flex-flow: wrap-reverse;
}
.block_efc0af21de01451b8ad270d5f81bda44 .blockText,
.block_aa73eeae4da44bad9cfa6257ba3d4574 .blockText{
    padding-bottom: 75px!important;
}
.blockWrap_efc0af21de01451b8ad270d5f81bda44 {
    padding-top: 80px!important;
    padding-bottom: 0px!important;
}
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d376ab6fb93348aab04e501a0f725523 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d376ab6fb93348aab04e501a0f725523 > .item {
	display: flex;
	flex-direction: column;
}