/* 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; 
    }
}

/*Responsive Homepage Hero MAIN CONTENT ROW*/
/*replace <.block_...> with copyable selector from widget*/

@media only screen and (max-width: 767px) {
    .blockContainer:has(.block_f899ca0e1e674ccbbac858950867939b) {
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: center;
    }

    .block_f899ca0e1e674ccbbac858950867939b .contentTitle {
        font-size: 50px;
    }

    .block_f899ca0e1e674ccbbac858950867939b .blockInnerContent {
        font-size: 18px;
    }
}

/*Responsive Homepage Hero TRUST BADGE ROW*/
/*replace <.block_...> with copyable selector from widget*/

@media only screen and (max-width: 767px) {
    .blockContainer:has(.block_ca1ee18fdbce4f3aa90e5a9067086564) {
        padding-top: 20px;
        padding-bottom: 100px;
        text-align: center;
    }
}

/* Home Page Testimonials Equalize Simple List Blocks*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
	display: flex;
	flex-direction: column;
}