@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1;
	display: flex;
	flex-direction: column;
	min-height: 100vh;

	margin-inline: auto;
	padding: 0;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	font-style: italic;
}
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

#wrapper {
	width: min(980px, 98%);
	margin-inline: auto;
	text-align: left;
	background: #fff;
	flex-grow: 1;
}
#header {
	border-top: 19px solid #ce1126;
	padding-top: 1rem;
}
#nav {
	background: url(../img/bkg-nav.png) bottom left repeat-x;
	height: 25px;
}
#banner {
	background: url(../img/bkg-nav-shdw.png) top left repeat-x;
	padding: 20px 21px;
	position: relative;
}
#main {
	padding: 10px 0px;
}
#footer {
	width: 970px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
	background: transparent url(../img/bkg-ftr-shdw.png) top left repeat-x;
	color: #999;
	font-size: .85em;
}
strong {
	font-weight: bold;
}
.content-container {
	padding: 0 21px;
}
.col1-1 {
	padding: 0 10px 0px 10px;
	font-size: .85em;
}
.col2-1 {
	max-width: 840px;
	float: left;
	padding: 0 12px 15px 0px;
}
.col2-2 {
	max-width: 512px;
	float: left;
	padding: 0 12px 20px 0px;
}
.col2-3 {
	max-width: 385px;
	float: right;
	padding: 0 0px 20px 0px;
}
.col2-1.last {
	padding: 0 0px 20px 12px;
}
.center {
	text-align: center;
}
#main a {
	display: inline-block;
	padding: 0 15px;
	font-size: 1.1em;
	text-decoration: none;
	color: #000000
}
#main a:hover {
	text-decoration: underline;
}
#main h1 {
	font-family: "Verdana";
	color: #ce1126;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 1.2em;
	margin-bottom: .3em;
}
.intro {
	font-family: "Verdana";
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
img.left {
	float: left;
	margin: 0 20px 10px 0;
}
.img-link {
	display: block;
	margin-top: 29px;
	margin-bottom: 20px;
}
#main ul {
	list-style: disc;
	margin: 10px 10px 20px 20px;
	padding: 0;
}
#main ul li {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 1.35em;
}
#main ul ul {
	margin-bottom: 0;
}
#main ul.check {
	list-style: none;
	margin-left: 0;
}
#main ul.check li {
	background: url(../img/caret-right-fill.svg) 0 1px no-repeat;
	background-size: contain;
	padding-left: 25px;
	font-family: "Verdana";
	font-size: 1.1em;
}
#main .content ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main p {
	line-height: 1.4em;
	margin-bottom: .8em;
}
.print {
	background: url(../img/icon-print.gif) bottom left no-repeat;
	width: 50px;
	float: right;
	padding: 5px 5px 5px 20px;
}
.print a {
	text-decoration: none;
	color: #000;
	font-size: .80em;
}
.print a:hover {
	color: #FF6600;
}
#main .content a.printlink {
	display: block;
	text-align: right;
	font-size: .85em;
	font-weight: normal;
	margin-bottom: 5px;
}
#basic-modal-content {
	display: none;
}
footer {
	width: min(980px, 98%);
	height: 35px;
	background-color: #ce1126;
	margin-inline: auto;
}

hr {
	margin-inline: 21px;
}

.video-embed {
	aspect-ratio: 16 / 9;
	width: 512px;
	max-width: 100%;
}