/*Reduced Spacing on Hero Text lines*/

.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle, .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle a {
    padding-bottom: 0px;
}

/*.blockText p:last-child, .itemContent p:last-child, .blockText ul:last-child, .itemContent ul:last-child, .blockText ol:last-child, .itemContent ol:last-child {
margin-top: -10px;
}*/


/* 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; 
    }
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f7f5990a9b5445d284bfa8df0d3afddc { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f7f5990a9b5445d284bfa8df0d3afddc > .item {
	display: flex;
	flex-direction: column;
}

/*Mobile Fixes*/
@media (max-width: 767px) {
    .items_ba19591c92714ef7bdcb9e824adbd73b .item,
    .items_bb6603a16a304e7cbfdc7030196f13d8 .item,
    .items_fc0000449af1422aad7b0335aba1c080 .item,
    .items_e4b2976e443f4cd9a05f71d6a34c3191 .item {
        display: block !important;
    }
    .items_ba19591c92714ef7bdcb9e824adbd73b .item > div,
    .items_bb6603a16a304e7cbfdc7030196f13d8 .item > div,
    .items_fc0000449af1422aad7b0335aba1c080 .item > div,
    .items_e4b2976e443f4cd9a05f71d6a34c3191 .item > div {
        width: 100% !important;
    }
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        background-position: 58% 50%;
        padding-top: 50px;
        padding-bottom: 435px;
    }
    .block_a6884a3e02bd435aa96115a21e493b35 .contentTitle,
    .block_a6884a3e02bd435aa96115a21e493b35 .blockInnerContent,
    .block_bad8f2dc3a604115982f88ff8918481c .contentTitle,
    .block_bad8f2dc3a604115982f88ff8918481c .blockInnerContent {
        text-align: center;
    }
    .block_eee744164dde45cc9f9c8a29df7b3988 .contentTitle {
        font-size: 70px;
    }
    .block_f743b5aeed034b9bafa53abe22b9ab02 {
        padding-bottom: 80px;
    }
}