/* Button Padding */
.button {
    padding: 10px 30px;
}

/* Under 65 Affordable Care Act Health Coverage PB - Video */
@media only screen and (min-width: 600px) {
.blockWrap_d48dcd125cf84d158e58a5fe2a1a914b .blockImg {
    width: 70%;
    margin: auto;
}
.blockWrap_c67ac6fa51604a73870de3a036741f4f .item {
    min-height: 320px;
}
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #074788;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #11253B;
    color: #fff!important;
}

.popupTitle {
    font-size: 50px;
    color: #074788;
    margin-top: 20px;
    line-height: 1.1;
    padding-bottom: 0;
}

/* End Popup Styles */



/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f5acd3e1ee8b4b489fb5eab0409535e0 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f5acd3e1ee8b4b489fb5eab0409535e0 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks Homepage*/

/* Change item class here */
.items_c9dd4d0776ea4fcea5294752a8f5ed57 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c9dd4d0776ea4fcea5294752a8f5ed57 > .item {
	display: flex;
	flex-direction: column;
}