/* Button Padding */
.button {
    padding: 10px 20px;
}
.navContent li .button {
    padding: 10px 20px;
}


/* 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; 
    }
}



/* Sitewide Banner */

.blockWrap_bad88834e0774237a4f66649916924cd {
background-color: #146837;
color: #ffffff; 
text-align: center;
padding: 10px;
padding-left: 40px;
}

.headerAndNavContainer{
    padding-top: 0px !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%;
    }
}




/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_b54e59ee88cc4cc78dddcc3f48c667fd  .item {
        width: 50%;
        float: left;
    }
}


@media only screen and (max-width: 767px) {
    .items_ab1b3d07e0fa4c409d17d560955894c6  .item {
        width: 50%;
        float: left;
    }
}