/*================================================================================================================================*/
/*                                                            RESET.CSS                                                            */
/*================================================================================================================================*/
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, 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;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

sub, sup {
	line-height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@page {
	margin: 15mm 10mm;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background: none;
	margin: 0;
	padding: 0;
	color: black;
	line-height: 1.3;
}

br.clearfloat {
	font-size: 1px;
	line-height: 0;
	margin: 0;
	clear: both;
	height: 0;
}

br.print-only {
	display: block;
}

h1 {
	font-size: 16pt;
	font-weight: 700;
}

h2 {
	font-size: 12pt;
	margin-bottom: 5px;
	font-weight: 700;
}

h3 {
	font-size: 11pt;
	margin-bottom: 5px;
	font-weight: 700;
}

h4 {
	font-size: 9pt;
	margin-bottom: 5px;
	font-weight: 700;
}

ul {
	list-style: disc;
	margin-left: 16px;
}

ol {
	list-style: decimal;
	margin-left: 16px;
}

p, li {
	font-size: 9pt;
	margin: 0;
}

p + p, p + h2, p + h3, p + ul, p + ol {
	margin-top: 10px;
}

em {
	font-style: italic;
}

span.nowrap {
	white-space: nowrap;
}

strong {
	font-weight: 700;
}

.hide-print, .clearfloat, .skip-link, .sr-only {
	display: none;
}

/* Test Mode =================================================================================================================== */
.testmode {
	display: none;
}

/*================================================================================================================================*/
/*                                                           WEBSITE.CSS                                                          */
/*================================================================================================================================*/
div.wrapper {
	width: 100%;
	padding: 0px;
	background: none;
}

/* Header ======================================================================================================================= */
.nav-wrapper {
	display: none;
}

/* Banner ======================================================================================================================= */
.banner {
	padding: 10px 0;
}

div.offer-intro h1 {
	display: inline;
	font-size: 20pt;
	font-weight: 700;
}

/* Content ====================================================================================================================== */
div.login-block-wrapper {
	margin-top: 16px;
}

div.document_block {
	text-align: center;
	margin-top: 1em;
}

ul.important-documents {
	text-align: center;
	list-style: none;
	margin: 0 0 1em;
}

ul.important-documents li {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 12.625em;
	margin: 5px;
	cursor: pointer;
	padding: 15px;
	background: #f3f3f3;
	border: 1px solid rgba(10,49,97,.1);
	border-radius: 8px;
}

ul.important-documents li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.important-documents li a {
	text-decoration: none;
	color: #272727;
}

ul.important-documents li img {
	width: 100%;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
}

ul.important-documents li p {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	font-size: 9pt;
	line-height: 1.2;
	margin-bottom: 0px;
	padding: 10px;
	background: rgba(255,255,255,0.6);
	border-top: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
	z-index: 10;
}

ul.important-documents li p cite {
	display: none;
}

ul.important-documents li button.read-docs {
	display: none;
}

div.doc {
	position: relative;
	text-align: center;
}

span.unread,
span.read {
	display: none;
}

.content-wrapper.questions {
	margin-top: 16px;
}

dl {
	font-size: 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	margin-bottom: 16px;
	padding: 10px 10px 6px;
	background: white;
	border-radius: 5px;
}

p + dl {
	margin-top: 16px;
}

dt {
	display: inline-block;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	line-height: 1.3;
	width: 40%;
	color: #101010;
	padding: 0 0 4px 0;
	vertical-align: top;
}

dt::after {
	content: ":";
}

dt.grouping {
	font-size: 9pt;
	width: 100%;
	text-align: left;
	margin: 0 0 6px;
	padding: 0 0 .25em;
	border-bottom: 1px solid #5A287D;
}

dt.grouping:first-of-type {
	margin: 0 0 6px;
}

dt.grouping::after {
	content: "";
}

dd {
	display: inline-block;
	font-size: 9pt;
	width: calc(100% - 41%);
	margin: 0;
	padding: 0 0 4px 20px;
	vertical-align: bottom;
}

.print-wrapper {
	display: none;
}

/* Form Pages =================================================================================================================== */
.form-process-wrapper {
	padding: 10px 0;
}

.form-title p {
	font-size: 20pt;
	font-weight: 700;
}

.form-process-steps {
	display: none;
}

.form-section {
	margin-top: 16px;
	margin-bottom: 16px;
}

.form-section.first {
	margin-top: 0;
}

.form-section + h2 {
	margin-top: 16px;
}

p + .section-help, .form-input-group + .section-help, .section-help.with-top-margin {
	margin-top: 2em;
}

.form-input-group {
	margin-top: 10px;
}

.form-input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	width: calc(50% - .5em);
	margin-bottom: 1em;
}

.form-input, .login-block-wrapper .form-input.full-width {
	width: calc(50% - 8px);
}

.form-input:nth-of-type(2n) {
	margin-left: 16px;
	margin-bottom: 10px;
}

.form-input.no-left-margin {
	margin-left: 0;
}

.form-input.with-left-margin {
	margin-left: 16px;
}

.form-input.with-right-margin {
	margin-right: 16px;
}

.form-input.no-bottom-margin {
	margin-bottom: 0;
}

.form-input + .form-input {
	margin-top: 0;
}

.form-group.full-width-label div.input-wrapper {
	width: calc(50% - 8px);
}

.form-input.full-width {
	width: 100%;
}

.cols-3 .form-input, .cols-3.full-width-label .input-wrapper {
	width: calc(33.3333333333% - 20px);
	margin-left: 0;
}

.cols-3 .form-input.full-width{
	width: 100%;
}


.cols-3 .form-input + .form-input {
	margin-left: 30px;
}


.cols-3 abbr {
	font-family: "Montserrat Bold", Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: absolute;
	right: -30px;
	bottom: 0;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.hidden {
	margin-top: 10px;
}

.input-abbr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

label, legend {
	font-weight: bold;
	margin-bottom: 3px;
}

label.checkbox, label.radio {
	font-weight: normal;
	padding-left: 3px;
}

label.radio span.all_caps {
	margin-right: 3px;
}

label.radio span.all_caps + br {
	display: none;
}

label:not(.checkbox, .radio) {
	display: block;
	width: 100%;
}

select {
	display: block !important;
	width: 100%;
	font-size: 9pt;
	border: none;
}

.form-textbox {
	width: 100%;
	font-size: 9pt;
	border: none;
}

.selectboxit-options, .selectboxit-text {
	display: none;
}

.location {
	margin: 10px 0;
}

.review-details {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

p + .review-details {
	margin-top: 10px;
}

.cols-2 .review-block {
	width: calc(33% - 10px);
	margin-bottom: 10px;
}

.cols-2 .review-block.full-width {
	width: 100%;
}

.cols-2 .review-block:nth-of-type(2n) {
	margin-left: 15px;
}

.cols-3 .review-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cols-3 .review-block + .review-block {
	margin-left: 1em;
}

.form-section-grouper.form-information {
	padding: 1em;
	border-radius: 10px;
	border: 1px solid transparent;
	background-color: #eaeaea;
	border-color: #DDDDDD;
}

a.flat {
	display: none;
}

.form-section-grouper.certificate {
	display: none;
}

/* Buttons ===================================================================================================================== */
.button-area {
	display: none;
}

/* Footer  ====================================================================================================================== */
.footer-wrapper {
	display: none;
}
