/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.url(e5a79923d12f44f28653e6d930f1e0c8
) {
        padding-top: 100px;
    }
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_e875076da5324f20919af1434af4b391,
.items_ea21d98ec7e841cebc7bcffc4ae8f2b5{ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e875076da5324f20919af1434af4b391 > .item,
.items_ea21d98ec7e841cebc7bcffc4ae8f2b5 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_e875076da5324f20919af1434af4b391 > .item a.button,
.items_ea21d98ec7e841cebc7bcffc4ae8f2b5 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_e875076da5324f20919af1434af4b391 > .item p,
.items_ea21d98ec7e841cebc7bcffc4ae8f2b5 > .item p {
    margin-bottom: 20px;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #bc8c31;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #E7CA67;
    color: #fff!important;
}

.popupTitle {
    font-size: 37px;
    color: #000000;
    margin-top: 40px;
    line-height: .05;
    padding-bottom: 0;
}

/* End Popup Styles */