.button {
    padding: 10px 30px;
}

/*Targets the parent container of the simple list items*/
.items_be45be468fdf42b38c92c9142af5f441 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_be45be468fdf42b38c92c9142af5f441 > .item {
	display: flex;
	flex-direction: column;
}

/* makes step by step section on homepage same height */
.block_b6d15d15aebc4627802635c9bff8c5db .cols4 .item {
    min-height: 300px;
}

/* AUTO POP STYLES */
.dismiss{
    cursor: pointer;
}
.auto-pop-content{}
.auto-pop-content p{
    padding-bottom: 15px;
}
.auto-pop-content h2{
    text-transform: uppercase;
    padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .navContent .subNav {
        max-width: 450px;
    }
    .navContent .subNav a {
        font-size: 18px;
    }
}