/* Popup Styles */

.dismiss{
cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
background: #000000;
color: #fff!important;
letter-spacing: .1em;
text-transform: uppercase;
}
.popupButton:hover {
background: #eeeeee;
color: #fff!important;
}

.popupTitle {
font-size: 60px;
color: #000000;
margin-top: 20px;
line-height: .05;
padding-bottom: 0;
}

/* End Popup Styles */
/* 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; 
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f328990aed794ceb9e080db05f2d25b0,
.items_e916deb3d2db4d758731cb3bf78794b5 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f328990aed794ceb9e080db05f2d25b0  > .item,
.items_e916deb3d2db4d758731cb3bf78794b5  > .item {
	display: flex;
	flex-direction: column;
}

/* Homepage CTA Row Title Margin */
.items_b835a4e143904c3796cce073625b26f0 .item .contentTitle {
    margin-top: 8px;
}



/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn1 .itemPreview.hasImg, 
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_e00b3f7930bf44a9af4a89931b583d51 .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}