/* 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; 
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols6 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
}

/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    .listView.vAlgn1 .itemPreview.hasImg, 
    .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* Sitewide Banner */

.blockWrap_b6b007e3249a4019bcc6c579adb01b98{
background-color: #790f0f;
color: #ffffff; 
text-align: center;
padding: 0px;
}

.block_b6b007e3249a4019bcc6c579adb01b98{  
max-width:600px;
margin:auto;
}

.headerAndNavContainer{
padding-top: 0px !important;
}