/* Equalize Simple List Blocks*/

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

/* Change item class here */
.items_fbe22c001fb74a69b4b44a2eb641ad34 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks--Page--What does 9am Coffee Taste Like?*/

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

/* Change item class here */
.items_abe44c983fd943ceb5838326b6d66d26 > .item {
	display: flex;
	flex-direction: column;
}


/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_dd3083c4196e4c9198805d199b658c7e {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .blockWrap_dd3083c4196e4c9198805d199b658c7e .contentTitle {
        font-size: 40px; 
    }
}

/* Sitewide Banner */

.blockWrap_b7c0c7e85c5d4dbe82ec99bc99cc8d16{
background-color: #CEA787;
color: #000000; 
text-align: center;
padding: 5px;
border-bottom-width: 2px;
border-bottom-color: #ffffff;
text-transform: uppercase;
}

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

/* Popup Styles */

.dismiss{
    cursor: pointer;
}