<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#choices {
	margin-top:25px;
	margin-bottom:25px;
}
.choice_box {
	float:left;
	width:24%;
	color:#fff;
	background:#31b6e7;
	text-align:center;
	font-family:'ProximaNovaBold';
}

.choice_box h1 {
    font-size: 42px;
    font-family: 'ProximaNovaBold';
    margin-bottom: 0px;
}

.choice_box h3 {
	font-size:24px;
	font-family: 'ProximaNovaBold';
}

.choice_header {
	background:#188ebb;
	font-size:28px;
	padding:10px 0px;
}

.pad_left {
	margin-left:1.333333%;
}

#choice_splitter {
	display:none;
}


@media screen and (max-width: 1250px) {

	.choice_header {
		font-size:25px;
	}

	.choice_box h1 {
		font-size:38px;
		line-height:70px;
	}
	.choice_box h3 {
		font-size:20px;
		line-height:25px;
	}
}

@media screen and (max-width: 1000px) {
	.choice_header {
		font-size:22px;
	}

	.choice_box h1 {
		font-size:34px;
		line-height:60px;
	}
	.choice_box h3 {
		font-size:16px;
		line-height:22px;
	}

}

@media screen and (max-width: 780px) {
	.choice_box {
		width:49%;
		margin-bottom:10px;
	}

	.pad_left {
		margin-left:0;
	}

	.pad_left_mobile {
		margin-left:2%;
	}

	#choice_splitter {
		display:block;
	}
}

@media screen and (max-width: 399px) {
	.choice_header {
		font-size:18px;
	}

	.choice_box h1 {
		font-size:30px;
		line-height:50px;
	}
	.choice_box h3 {
		font-size:14px;
		line-height:18px;
	}
}</pre></body></html>