/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_c7869aafd6364bd39ee5c6644cd8556a, .blockWrap_d895490159cb4a92abdd614baf59a5a6,
    .blockWrap_e29088e642d94b5eaffbbac5f16b2ec2, .blockWrap_bbcfe5d785ab45f099552eb1a3065249, .blockWrap_f231f1cc3eb841fca05645905d80d5c3 {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    
    .blockWrap_c7869aafd6364bd39ee5c6644cd8556a .contentTitle, .blockWrap_d895490159cb4a92abdd614baf59a5a6 .contentTitle,
    .blockWrap_e29088e642d94b5eaffbbac5f16b2ec2 .contentTitle, .blockWrap_bbcfe5d785ab45f099552eb1a3065249 .contentTitle,
    .blockWrap_f231f1cc3eb841fca05645905d80d5c3 .contentTitle {
        font-size: 40px; 
    }
}

/* 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 Reviews*/

/* Change item class here */
.items_aebf5eda852549b38e9b00bce65cad23 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_aebf5eda852549b38e9b00bce65cad23 > .item {
	display: flex;
	flex-direction: column;
}

/* Remove Header Margin from Plugin on Desktop */

@media only screen and (min-width: 768px) {
    .primaryAndSecondaryContainer {
        margin-top: 118px !important;
}
}

/* Remove Header Margin on Mobile */

@media only screen and (max-width: 767px) {
    .headerContainer {
        padding-top: 20px;
}
}