/*** Responsive Homepage ***/

@media only screen and (max-width: 767px) {
    .cols2.imgMgn1 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    
    div.blockWrap_e4142a89d5374aeba1ce3f9bc6eb1971 {
        background-image: none;
        background-color: #f0f0f0;
    }
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

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

/* Change item class here */
.items_bc37c1553b71480f9ea3f2736b6f3c93>.item, .items_bc37c1553b71480f9ea3f2736b6f3c93>.item, .items_b1d82f3a440944e49d6b7fb385d1a7c5>.item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_bc37c1553b71480f9ea3f2736b6f3c93>.item a.button, .items_bc37c1553b71480f9ea3f2736b6f3c93>.item a.button, .items_b1d82f3a440944e49d6b7fb385d1a7c5>.item a.button {
  position: absolute;
  bottom: 20px;
  /*left: 20px;*/
 
}

/* Change item class here */
.items_bc37c1553b71480f9ea3f2736b6f3c93>.item p, .items_bc37c1553b71480f9ea3f2736b6f3c93>.item p, .items_b1d82f3a440944e49d6b7fb385d1a7c5>.item p {
    margin-bottom: 20px;
}

/* Responsive Inline Simple List Blog */

@media only screen and (max-width: 767px) {
    #page_c072e8840385456e9595aa9e1d16135a .listView.vAlgn1 .itemPreview.hasImg, 
    #page_c072e8840385456e9595aa9e1d16135a .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    #page_c072e8840385456e9595aa9e1d16135a .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #page_c072e8840385456e9595aa9e1d16135a .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}

/* 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; 
    }
}/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

/* Sitewide Banner */

.blockWrap_cb9d7f62515f47c79e93f7156fcdd1b3{
background-color: #000000;
color: #0D1E32; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}