/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    text-transform: Capitalize;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 300px !important;
        right: auto !important; 
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_bf6db98b16414cab8a1ec5896997f5d3,
.items_f0642dc0e9b347c5a8c4392f8c3f9214 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bf6db98b16414cab8a1ec5896997f5d3  > .item,
.items_f0642dc0e9b347c5a8c4392f8c3f9214  > .item {
	display: flex;
	flex-direction: column;
}

/* Homepage - Mobile Hero Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_f37523627f744a248bcb869ed0976498,
    div.blockWrap_d3c4817105ba4f4f9b2a39cbebbc41eb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockWrap_f37523627f744a248bcb869ed0976498 .contentTitle,
    .blockWrap_d3c4817105ba4f4f9b2a39cbebbc41eb .contentTitle {
    font-size: 40px;
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_b2057938f9ee4e8f8a1b2e545e4ebc11 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_b2057938f9ee4e8f8a1b2e545e4ebc11 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_b2057938f9ee4e8f8a1b2e545e4ebc11 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_b2057938f9ee4e8f8a1b2e545e4ebc11 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* Padding - Homepage Inline Simple List Safeguard Your Priorities*/

    #page_b2057938f9ee4e8f8a1b2e545e4ebc11 .listView .itemPreview.hasImg .itemContent .itemInnerContent .contentTitle{
        padding: 40px;
    }
@media only screen and (max-width: 767px) {
.items_bf6db98b16414cab8a1ec5896997f5d3 > .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space between;
    }
}