/* RESETS & OVERRIDES */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-ms-text-justify: auto;
	text-justify: auto;
	-moz-transition: color .5s ease, background .5s ease;
	-o-transition: color .5s ease, background .5s ease;
	-webkit-transition: color .5s ease, background .5s ease;
	transition: color .5s ease, background .5s ease;
}

html, body {
	-webkit-touch-callout: none;
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: 'Open Sans', sans-serif;
}

	body.grayscale,
	body.grayscale * {
		-moz-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: gray; /* IE6-9 */
		filter: grayscale(100%);
	}

/* TYPOGRAPHY */

.Arial {
	font-family: Arial, sans-serif;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src: url('images/icomoon.eot');
	src: url('images/icomoon.eot?#iefix') format('embedded-opentype'), url('images/icomoon.woff') format('woff'), url('images/icomoon.ttf') format('truetype'), url('images/icomoon.svg#icomoon') format('svg');
}

.ada-wrapper {
	display: block;
	display: contents;
}

/*a:link, a:visited {
	text-decoration: none;
}*/

a:hover,
a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

[data-icon]:before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: attr(data-icon);
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
}

.altIcon[data-alt-icon]:before {
	content: attr(data-alt-icon);
}

.icon {
	margin: 0 0 0 10px;
	font-size: 1.6em;
}

	.icon:first-child, .icon:only-child {
		margin: 0;
	}

h1 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 0.9em;
}

h2 {
	font-weight: 400;
	font-size: 1.4em;
	padding-bottom: 0.25em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid transparent;
}

h3 {
	font-size: 1.8em;
	font-weight: 300;
}

h4 {
	font-size: 1.2em;
	font-weight: 400;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.2em;
}

legend {
	padding: 0 20px;
	font-size: 1.8em;
	font-weight: 300;
}

ul {
	list-style: none;
}

	ul.dotlist li:before {
		padding: 0 5px 0 0;
		color: #000;
		content: "\2022";
	}

p, ul {
	margin: 10px 0;
	font-size: 1.6em;
	color: #666873;
}

	p[role="heading"] {
		font-size: 1.4em;
		font-weight: 600;
		margin: 0;
	}

ol {
	margin: 0 40px;
	font-size: 1.2em;
}

	ol ol, ul ul {
		margin: 0 10px;
		font-size: 1em;
	}

abbr {
	cursor: help;
}

.darkgreytext {
  color: rgba(0, 0, 0, 0.54);
}

.requiredtext {
	color: #b71c1c;
}

.alwaysRequired:after {
	color: #b71c1c;
}

.lightweight {
	font-weight: 300;
}

.mediumweight {
	font-weight: 400;
}

strong, .strong {
	font-weight: 600;
}

.bold {
	font-weight: bold;
}

em, .italic {
	font-style: italic;
}

.requiredtext {
	margin: 0 0 0 2px;
	font-variant: small-caps;
}

.alwaysRequired:after {
	padding: 0 0 0 5px;
	content: '*';
}

.input-validation-error {
	color: #b71c1c !important;
	background: #ffebee !important;
	border-color: #b71c1c !important;
}

	.input-validation-error ~ .input-group-btn a:link,
	.input-validation-error ~ .input-group-btn a:visited {
		color: #b71c1c !important;
	}
	
.field-validation-error {
	display: block;
	margin: -3px 0 0 0;
	width: 100%;
	text-align: right;
	font-size: 1.2em;
	color: #b71c1c !important;
}

.error-sidebar {
	background: #ffebee !important;
	border: 1px solid #b71c1c !important;
}

	.error-sidebar .error-sidebar__header {
		color: #ffffff !important;
		background: #b71c1c !important;
		border: 1px solid #b71c1c !important;
	}
	
	.error-sidebar .error-sidebar__header p,
	.error-sidebar .error-sidebar__header .headericons {
		color: #ffffff;
	}

.notice {
	margin: 10px 0;
	border-radius: 5px;
}

	.notice p {
		margin: 0;
	}

	p.notice, .notice p {
		font-size: 1.4em;
	}

p.errornotice, .errornotice p, .validation-summary-errors li {
	font-weight: 600;
}

.validation-summary-errors li {
	text-align: center;
	font-size: .8em;
}

.xsmtext {
	font-size: .8em !important;
}

.smtext {
	font-size: 1em !important;
}

.smmdtext {
	font-size: 1.2em !important;
}

.mdtext {
	font-size: 1.4em !important;
}

.mdsmtext {
	font-size: 1.6em !important;
}

.mdlgtext {
	font-size: 1.8em !important;
}

.lgtext {
	font-size: 2em !important;
}

.lghgtext {
	font-size: 2.2em !important;
}

.hgtext {
	font-size: 2.4em !important;
}

.xhgtext {
	font-size: 3em !important;
}

.leftalign {
	text-align: left !important;
}

.centeralign {
	text-align: center !important;
}

.rightalign {
	text-align: right !important;
}

.justify {
	text-align: justify !important;
}

.lineheightcorrect {
	line-height: 1;
}

.textshadowing:hover {
	text-decoration: none !important;
	-webkit-text-shadow: rgba(0,0,0,.4) 2px 3px 0 !important;
	text-shadow: rgba(0,0,0,.4) 2px 3px 0 !important;
}

/* FORM ELEMENTS */

label, input, textarea, select, .fakelabel {
	display: block;
	font-size: 1.4em;
}

.fakelabel {
	font-weight: 600;
}

label {
	font-weight: 600;
}

input, textarea, select {
	width: 100%;
	margin: 5px 0;
	padding: 2px 5px;
	background-color: #eeeeee;
	border-radius: 2px;
	border: 1px solid #757575;
}

	input:hover,
	input:focus,
	textarea:hover,
	textarea:focus,
	select:hover,
	select:focus {
		background-color: #ffffff;
	}

	input[readonly], textarea[readonly], select[readonly],
	input[disabled], textarea[disabled], select[disabled] {
		color: #000000 !important;
		border: 1px #e5e5e5 solid !important;
		background: #ededed !important;
	}

.search-checkbox {
	width: auto;
	display: inline
}

.search-checkbox-label {
	display: inline;
}

/* Inputs - toggle buttons */

.togglebutton {
	position: relative;
	left: -8px;
	display: inline-block;
	margin: 0;
	padding: 4px;
	width: 49%;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4em;
	cursor: pointer;
}

	.togglebutton:first-child {
		left: 0;
	}

	.togglebutton:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

/* BUTTONS */
button.button:last-child:not(.button--kiosk),
button.button:last-of-type:not(.button--kiosk) {
	margin-right: 0;
}

button.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-right: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 1.1em;
	color: black;
	background-color: #eeeeee;
	border-radius: 2px;
	border: 1px solid #757575;
	cursor: pointer;
}

  button.button--green {
    background: #E2FFDE;
    border: 1px solid #164710;
    box-sizing: border-box;
    border-radius: 2px;
  }

  button.button--red {
    color: #B71C1C;
    background: #FFEBEE;
    border: 1px solid #B71C1C;
    box-sizing: border-box;
    border-radius: 2px;
  }

	button.button--large {
		padding: 10px 20px;
		font-size: 1.8em;
		letter-spacing: 0.05em;
	}

	button.button--thick-border {
		border-width: 3px;
	}

	button.button--kiosk {
		display: block;
		width: 60%;
		margin: 0 auto 20px;
	}

	button.button--kiosk:last-child,
	button.button--kiosk:last-of-type {
		margin-bottom: 0;
	}

	button.button.button--error {
		color: #b71c1c;
		background: #FFEBEE;
		border-color: #b71c1c;
	}

	button.button:hover,
	button.button:focus {
		background: #FFFFFF;
	}

	button.button:disabled {
		color: rgba(0, 0, 0, 0.38);
		opacity: 0.35;
		border-color: currentColor;
	}

	button.button:disabled:hover {
		cursor: no-drop;
		background-color: #eeeeee;
	}

	button.button.button--next::after {
		content: '\f105';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

	button.button.button--prev::before {
		content: '\f104';
		font-family: 'Icomoon';
		display: inline-block;
		margin-right: 10px;
	}

  button.button.button--email::after {
		content: '\f003';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

  button.button.button--sign::after {
		content: '\e008';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

	button.button.button--resume::after {
		content: '\f101';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

	button.button.button--login::after {
		content: '\f090';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

	button.button.button--expand::before {
		content: '\e134';
		font-family: 'Icomoon';
		display: inline-block;
		margin-right: 10px;
	}

	button.button.button--collapse::before {
		content: '\e130';
		font-family: 'Icomoon';
		display: inline-block;
		margin-right: 10px;
	}

	button.button.button--refresh::before {
		content: '\e11c';
		font-family: 'Icomoon';
		display: inline-block;
		margin-right: 10px;
	}

	button.button.button--new::after {
		content: '\f005';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

	button.button.button--save::after {
		content: '\f0c7';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

	button.button.button--send::after {
		content: '\f072';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

	button.button.button--discard::after {
		content: '\f014';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
	}

	button.button--ban::after {
		content: '\f05e';
		font-family: icomoon;
		display: inline-block;
		margin-left: 10px;
	}

	button.button--accept::after {
		content: '\e0fe';
		font-family: icomoon;
		display: inline-block;
		margin-left: 10px;
	}

  button.button--reject::after {
    content: '\f05e';
    font-family: icomoon;
    display: inline-block;
    margin-left: 10px;
  }

	button.button.button--dropdown::after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '\f0d7';
		font-family: 'Icomoon';
		display: inline-block;
		margin-left: 10px;
		transform: translateY(-50%);
	}

  .button--upload::after {
    content: '\e0bc';
    font-family: 'Icomoon';
    display: inline-block;
    margin-left: 7px;
  }

	button.button.quickbutton {
		color: #656565;
	}

	button.button.quickbutton--active {
		color: #FFFFFF;
		border-color: #424242;
		background-color: #424242;
		box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	}

button.button-icon {
	-webkit-appearance: none;
	border: none;
	background: transparent;
	width: 24px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.6em;
	line-height: 1.6em;
	cursor: pointer;
}

button.declined {
  background: #FFFDEB;
  border-radius: 3px;
  border: 1px solid black;
  border-color: #643F06;
  color: #643F06;
}

  button.declined::before {
    content: '\f05e';
    font-family: icomoon;
    margin: auto 0 auto 10px;
  }

button.accepted {
  background: #E2FFDE;
  border-radius: 3px;
  border: 1px solid black;
  border-color: #164710;
  color: #164710;
}

  button.accepted::before {
    content: '\e0fe';
    font-family: icomoon;
    margin: auto 0 auto 10px;
  }

/* STRUCTURE */

#outerShell {
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	width: 100%;
	height: 100%;
}

.fixedfooter {
	margin: 0 auto -2.6em !important;
	min-height: 100%;
	height: auto !important;
}

#push {
	height: 26px;
}

.shell {
	z-index: 1;
	margin: 0 auto;
	max-width: 1120px;
	width: 90%;
}

.section {
	padding: 0 0 20px 0;
}

.sectioncontent {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: #fff;
}

.sectionheader {
	margin: 0 0 10px 0;
	padding: 10px 20px;
}

.insuranceheader {
  border: 0px;
  vertical-align: middle;
  background: #E5E5E5;
  border-radius: 3px 3px 0px 0px;
  min-height: 40px;
  display: flex;
}

  .insuranceheader div {
    margin-right: 2em;
  }

  .insuranceheader .insuranceicon {
    line-height: normal;
    font-size: 12px;
    text-align: center;
    place-self: center;
    padding-right: 14px;
  }

  .insuranceheader[aria-expanded="true"] span {
    transform: translateX(-55%) rotate(180deg);
  }

  .insuranceheader p {
    font-size: 1em;
    line-height: 0.8;
    margin: 7px 0 0 0;
    text-align: right;
  }

  .insuranceheader h3 {
    flex: 1;
    margin-left: 9px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 1.2em;
    line-height: 40px;
    text-align: left;
  }

.insuranceMainHeaderUnderline {
  border-bottom: 1px solid black;
  height: 2.4em;
}

  .insuranceMainHeaderUnderline h2 {
    border-bottom: none;
  }

.innerheader,
.innerheader-alt {
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	margin: 0 0 10px 0;
	padding: 5px 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

	.innerheader h1,
	.innerheader p,
	.innerheader .headericons {
		color: #ffffff;
	}

	.innerheader-alt h1,
	.innerheader-alt p,
	.innerheader-alt .headericons {
		color: #ffffff;
	}

.modalDialog .innerheader {
	right: 0;
	left: 0;
}

.tips, .headericons {
	position: absolute;
	right: 10px;
}

.tips {
	top: 15px;
	font-size: 2em;
}

.purchasedAncName {
  margin: 5px 0 2px 0!important;
  color: black !important;
}

.purchasedAncDesc {
  margin: 0 0 10px 0 !important;
}

.tipsContent {
	top: 24px;
	right: -1px;
	left: 50%;
	z-index: 8;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) -5px 3px 15px -4px;
	box-shadow: rgba(0, 0, 0, 0.1) -5px 3px 15px -4px;
	background-color: #ffffff;
	font-size: 1rem;
}

	.tipsContent h2 {
		font-size: 2em;
		margin-bottom: 1em;
		color: rgba(0, 0, 0, 0.7);
	}

	.tipsContent h3 {
		font-size: 1.8em;
		margin-bottom: 1em;
		font-style: italic;
		font-weight: 400;
		color: rgba(0, 0, 0, 0.7);
	}

	.tipsContent p {
		font-size: 1.6em;
		font-weight: 600;
		color: rgba(0, 0, 0, 0.7);
	}

	.tipsContent ol,
	.tipsContent ul {
		font-size: 1.6em;
		margin: 0.5em 1.5em;
		color: rgba(0, 0, 0, 0.7);
	}

	.tipsContent ul {
		list-style-type: disc;
		color: rgba(0, 0, 0, 0.7);
	}

.headericons {
	top: 5px;
	background-color: transparent;
	border: none;
	padding: 0;
}

	.headericons .icon {
		font-size: 1.6em;
	}

	.headericons.second {
		right: 30px;
	}

/* REUSABLE CONTENT ELEMENTS */

/* Magic scaling and justification elements */

.inlinewrapper {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	font-size: 0;
}

	.inlinewrapper:after {
		display: inline-block;
		width: 100%;
		content: "";
		font-size: 0;
		line-height: 0;
	}

.aspectwrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.aspectcontent {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

	.aspectcontent img {
		width: 100%;
	}

.ratioscale {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
}

.column {
	display: inline-block;
	margin: 10px 0;
	vertical-align: top;
}

/* File uploading elements */

#dropZone {
	min-height: 165px;
}

.fileToUpload {
	padding: 6px 6px 8px 6px;
}

.fileContent {
	width: 135px;
}

.fileTypeIcon {
	padding: 2px 0;
	width: 100%;
	height: 75px;
	font-size: 5.5em;
}

	.fileTypeIcon.successUpload {
		opacity: 1;
	}

	.fileTypeIcon.processingUpload {
		opacity: .5;
	}

	.fileTypeIcon.failedUpload {
		font-size: 6em;
	}

	.fileTypeIcon.successUpload .fileStatusIcon:before {
		content: attr(data-iconsuccess);
	}

	.fileTypeIcon.processingUpload .fileStatusIcon:before {
		content: attr(data-iconprocessing);
	}

	.fileTypeIcon.failedUpload .fileStatusIcon:before {
		content: attr(data-iconfailed);
	}

.fileInfo {
	padding-right: 5px;
}

.progressBar .loadingBar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0%;
}

.fileControls {
	top: 6px;
	right: 6px;
	padding: 2px 5px;
}

.thumbnail {
	left: 0;
	top: 0;
}

	.thumbnail object, .thumbnail img {
		width: 100%;
	}

/* Other reusable elements */

.dropbox {
	position: fixed;
	z-index: 2;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

	/*.dropbox li {
		padding: 5px 10px;
		font-size: 1.6em;
	}*/

	.dropbox li a {
		color: white;
	}

	.dropbox li:hover a {
		color: black;
	}

.dropdownIcon {
	position: absolute;
	right: 10px;
}

.tiles button {
	margin: 0 5px;
}

.innersection {
	position: relative;
}

.innerbox {
	margin: 20px;
}

.innersectioncontent {
	margin: 20px 0;
}

#fader, #qwFader {
	bottom: -100px;
	z-index: 12;
	background-color: #000000;
}

.modalDialog {
	z-index: 13;
	width: 450px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 3px 10px;
	border-radius: 3px;
	background-color: #ffffff;
	max-height: 90%;
	overflow: auto;
}

.disclosureModal {
	z-index: 13;
	height: 80vh;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 3px 10px;
	border-radius: 3px;
	background-color: #ffffff;
	position: fixed !important;
}

.tab {
	position: relative;
	top: 1px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
}

.tabcontent {
	border-radius: 0 5px 5px 5px;
	min-height: 130px;
}

.menuItem {
	margin: 2px 0;
}

	.menuItem:last-child {
		border-right: 0;
	}

.menu3 {
	margin: 0 3px;
	padding: 2px 4px;
	background: none;
}

.infobox {
  background: #EEEEEE;
  border-radius: 2px;
  line-height: 6px;
  padding: 1px 0 1px 5px;
  margin-top: 10px;
}

.expandicon::before {
  content: '\f04b';
  transform: rotate(90deg);
  font-family: 'Icomoon';
  display: inline-block;
  margin: auto 10px auto 0;
}

.expandicon.altIcon::before {
  content: '\f04b';
  transform: rotate(-90deg);
  font-family: 'Icomoon';
  display: inline-block;
  margin: auto 10px auto 0;
}

/* TABLES */

.tablewrap {
	margin: auto;
}

table {
	margin: 0 0 10px;
	width: 100%;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	border-collapse: collapse;
}

	table.fixedlayout {
		table-layout: fixed;
		white-space: normal;
	}

		table.fixedlayout td {
			overflow: hidden;
			-ms-text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

	table a {
		font-size: 1em;
	}

th {
	position: relative;
	color: black;
}

	th:hover {
		cursor: pointer;
	}

	th.nohover:hover, table.nohover th {
		background: none !important;
		cursor: default !important;
	}

	th .icon {
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -5px !important;
	}

thead:active {
}

table thead tr th, table thead tr td {
	display: table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 10px;
	border-bottom: 1px solid black;
	text-align: left;
}

	table tbody tr td {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 3px 10px;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
		font-weight: 300;
	}

	table tbody tr:nth-child(odd) {
		background: #fafafa;
	}

table .icon {
	font-size: 1em;
	cursor: pointer;
	background: transparent;
	border: none;
}

	table.icon:first-child {
		margin: 0;
	}

.table_pagination.active {
	text-decoration: underline;
	font-weight: 600;
	/*color: #e70000;*/
}

.underlinetext {
  font-size: 12px;
  text-decoration-line: underline;
}

.declinetext {
  color: #B71C1C;
}

/* HEADER */
#skiptocontent a {
	will-change: top;
	transition: top 0.225s cubic-bezier(0.0, 0.0, 0.2, 1);
	position: fixed;
	top: -35px;
	left: 24px;
	z-index: 24;
	color: white;
	background-color: #424242;
	border-radius: 0 0 3px 3px;
	padding: 8px 16px;
}

#skiptocontent a:focus {
	text-decoration: underline;
	top: 0;
}

#headerwrap {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	min-width: 310px;
}

#header {
	padding: 5px 0;
	min-height: 57px;
}

#mobileNavButtons {
	padding: 5px 0;
	font-size: 10px;
}

#mobileNavButtons .icon {
	font-size: 2.4em;
}

	#mobileNavButtons .icon:hover {
		color: #777777;
	}

#mobileNav .icon {
	padding: 0 20px;
	vertical-align: middle;
	font-size: 2.4em;
	cursor: pointer;
}

#mobileNav ul {
	margin: 0;
	padding: 5px 0;
}

	#mobileNav ul li {
		display: block;
		margin: 2px 0;
		font-size: 10px;
	}

		#mobileNav ul li a {
			display: block;
			text-decoration: none;
		}

.mobilenavtext {
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1.6em;
}

#mobileNavBtn {
	border: none;
	background: none;
}

#topheader p {
	margin: 0;
	line-height: 1em;
}

#topheader a {
	display: inline-block;
	padding: 5px 10px;
}

#topheader a, #topheader .icon {
	text-transform: uppercase;
}

#topheader .icon {
	display: none;
}

#header .column {
	margin: 0;
}

#leftheader, #rightheader {
	vertical-align: middle !important;
}

.logolink {
	display: inline-block;
}

#leftheader img {
	height: 36px;
}

#rightheader {
	min-height: 44px;
	text-align: right;
}

#rightheadercontent {
	position: relative;
	top: 50%;
}

	#rightheadercontent h1 {
		font-weight: 400;
		font-variant: small-caps;
		font-size: 2.4em;
		line-height: 1em;
	}

#headerNavLinks {
	font-size: 10px;
}

#headerNavLinks .icon {
	display: inline-block;
	margin: 0;
	padding: 7px 12px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.8em;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: none;
}

.navtext {
	display: none;
}

/* FOOTER */

#footer {
	position: relative;
	z-index: +1;
	padding: 3px;
	width: 100%;
}

	#footer a {
		margin: 0 10px;
	}

	#footer .shell {
		font-size: 0;
	}

.footerLogo {
	float: left;
}

.footerLinks {
	width: 50%;
	float: right;
	text-align: right;
}

.footerLinks-left {
	width: 50%;
	float: left;
	text-align: left;
}

/* HIDING */

.startHidden {
	display: none;
}

.hideVisible {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* COLORING & EFFECTS */

.transparentbg {
	background: rgba(255,255,255,.6) !important;
}

.nobordering {
	border: none;
}

.noselect {
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/* REUSABLE STRUCTURING CLASSES */

.absolute {
	position: absolute !important;
}

.fixed {
	position: fixed !important;
}

.cover {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.relative {
	position: relative !important;
}

.cursorptr {
	cursor: pointer;
}

.cursordflt {
	cursor: default;
}

.cursorauto {
	cursor: auto;
}

.cursorcell {
	cursor: cell;
}

.cursortext {
	cursor: text;
}

.cursorzoom {
	cursor: pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

.cursormove {
	cursor: move;
}

.inline {
	display: inline;
}

.inlineblock {
	display: inline-block;
}

.verticalAlignTop {
  vertical-align: top;
}

.block {
	display: block;
}

.nomargin {
	margin: 0 !important;
}

.gsmargin {
  margin: 15px 0 0 0 !important;
}

.smhmargin {
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.mdhmargin {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.lghmargin {
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.smvmargin {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.mdvmargin {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.lgvmargin {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.lgvmargintop {
	margin-top: 20px !important;
}

.smradius {
	border-radius: 3px;
}

.mdradius {
	border-radius: 10px;
}

.noradius {
	border-radius: 0 !important;
}

.notopradius {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.nobottomradius {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.thin {
	width: 10% !important;
}

.fifthwidth {
	width: 20% !important;
}

.quarterwidth {
	width: 25% !important;
}

.thirdwidth {
	width: 30% !important;
}

.twofifthwidth {
	width: 40% !important;
}

.halfwidth {
	width: 48% !important;
}

.wide {
	width: 60% !important;
}

.longwide {
	width: 75% !important;
}

.auto {
	width: auto !important;
}

.full {
	width: 100% !important;
}

.vfull {
	height: 100% !important;
}

.uppercase {
	text-transform: uppercase;
}

.small-caps {
	font-variant: small-caps;
}

.fltleft {
	float: left;
}

.fltright {
	float: right;
}

.nofloat {
	float: none;
}

.smspacer {
	min-height: 5px;
}

.mdspacer {
	min-height: 10px;
}

.lgspacer {
	min-height: 20px;
}

.hgspacer {
	min-height: 40px;
}

.smspacer, .mdspacer, .lgspacer, .hgspacer, .clear {
	clear: both;
}

.nopadding {
	padding: 0 !important;
}

.smpadding {
	padding: 5px;
}

.mdpadding {
	padding: 10px;
}

.smmdpaddingright {
	padding-right: 8px;
}

.lgpadding {
	padding: 20px;
}

.lgpaddingright {
  padding-right: 20px;
}

.lgpaddingleft {
  padding-left: 20px;
}

.mdpaddingleft {
	padding-left: 10px;
}

.smpaddingleft {
	padding-left: 5px;
}

.smhpadding {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.mdhpadding {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.lghpadding {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.smvpadding {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.mdvpadding {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.lgvpadding {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.vbottom {
	vertical-align: bottom !important;
}

.vtop {
	vertical-align: top !important;
}

.vmiddle {
	vertical-align: middle !important;
}

.centerblock {
	margin: 0 auto !important;
}

.sectioncontent.centerblock {
	margin: 0 auto 20px auto !important;
}

.overflowy {
	overflow-y: auto;
}

.overflowx {
	overflow-x: auto;
}

.nooverflow {
	overflow: hidden;
}

.overflowx, .nowhitespace {
	white-space: nowrap;
}

.ellipsis {
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.whitespace {
	white-space: normal !important;
}

.noevents {
	pointer-events: none;
}

/* Dimension Classes */

.nominwidth {
	min-width: 0 !important;
}

.smminwidth {
	min-width: 100px;
}

.smmdminwidth {
	min-width: 150px;
}

.mdminwidth {
	min-width: 200px;
}

.mdlgminwidth {
	min-width: 250px;
}

.lgminwidth {
	min-width: 300px;
}

.hgminwidth {
	min-width: 400px;
}

.smmaxwidth {
	max-width: 200px;
}

.smmdmaxwidth {
	max-width: 300px;
}

.mdmaxwidth {
	max-width: 400px;
}

.mdlgmaxwidth {
	max-width: 500px;
}

.lgmaxwidth {
	max-width: 600px;
}

.xlgmaxwidth {
  max-width: 1000px;
}

.nomaxwidth {
	max-width: none !important;
}

.nominheight {
	min-height: 0 !important;
}

.smmaxheight {
	max-height: 200px;
}

.smmdmaxheight {
	max-height: 300px;
}

.mdmaxheight {
	max-height: 400px;
}

.mdlgmaxheight {
	max-height: 500px;
}

.lgmaxheight {
	max-height: 600px;
}

/* FONT SIZE CORRECTION */

.column, .fontcorrect { /* This is the "standard" font size, calculated from whatever body is set to */
	font-size: 10px;
}

#leftheader, #rightheader, #topheader, #header, #mobileNav, .innersectionwrapper, #footer .footercontent {
	font-size: 1em;
}

.smalltxt {
	font-size: 0.8em;
}

.smallertxt {
	font-size: 0.7em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.fixedfooter {
		min-height: 100vh;
	}
}

/* Low Resolution Laptop and Desktop (under 1260px wide) ----------- */
@media only screen and (max-width : 1260px) {

	.tablewrap {
		overflow-x: scroll;
		min-width: 200px;
		white-space: nowrap;
	}
}

/* Landscape View ----------- */
@media only screen and (min-width : 990px) {
	.navtext {
		display: block;
	}
}

/* Shared Tablet Portrait and Mobile Views ----------- */
@media only screen and (max-width: 989px) {
	.tipsContent {
		left: 25%;
	}
}

/* Smartphone ----------- */
@media only screen and (max-width : 599px) {

	h1 {
		font-size: 1.2em;
	}

	h2 {
		top: -7px;
		font-size: 1.4em;
	}

	h5 {
		font-size: 2em;
	}

	p {
		text-align: justify;
	}

	.dropbox {
		border-top-right-radius: 0;
	}

	.fifthwidth, .quarterwidth, .thirdwidth, .twofifthwidth, .halfwidth, .wide, .longwide {
		width: 100% !important;
	}

	.lgpadding {
		padding: 20px 10px;
	}

	.toggleButtons, .radios, .checkboxes {
		width: 100%;
	}

	#topheader .shell {
		width: 95%;
	}

	#topheader .icon {
		display: inline-block;
	}

	#leftheader {
		min-width: 0;
		width: 70%;
	}

	#rightheader {
		text-align: center;
	}

	#mobileNavButtons {
		display: block;
	}

	#headerNavLinks {
		display: none;
	}

	.modalDialog {
		width: 100%;
	}

		.modalDialog .lgpadding {
			padding: 20px 10px 10px;
		}

		.modalDialog .lgspacer {
			min-height: 10px;
		}

		.modalDialog .smalltxt {
			font-size: 0.7em;
		}

		.modalDialog .overflowy {
			max-height: 390px;
		}

		.indent-container {
			margin: 0 auto;
		}

		.indent-container .indented {
			margin-left: 10px;
		}

	.tipsContent {
		-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
		box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
	}

	.tab {
		font-size: 1em;
	}

	.responsiveFont {
		font-size: 75% !important;
	}

	.resetFont {
		font-size: initial !important;
	}

	.fixedfooter {
		margin: 0 auto -2.6em !important
	}

	#footer .shell .footerLinks,
	#footer .shell .footerLinks-left {
		width: 100%;
		text-align: center;
		float: none;
	}

	#footer .shell .footerLinks-left {
		margin-bottom: 10px;
	}

  .mobilespacer {
    min-height: 20px;
  }
}

#MicrosoftNav {
	top: 20px !important;
}

.fieldset {
	margin: 0 0 0.5rem;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 10px;
}

.fieldset__legend {
	font-size: 1.4em;
	font-weight: 600;
	margin: 0.5em;
	padding: 0 0.5em;
	width: 95%;
}

.fieldset__notice {
	background-color: #fafafa;
	padding: 4px;
	border-radius: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.fieldset__input {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0.5rem 1.5rem 0.5rem 0.5rem;
	width: auto;
	min-width: 150px;
	font-weight: normal;
}

.fieldset__input-wrapper {
	text-align: start;
}

.date-picker-input {
	width: calc(100% - 40px) !important;
	display: inline-block !important;
	vertical-align: middle;
}

.date-picker-container  {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	font-size: 1.8em;
}

	.date-picker-container .input-group-btn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}

		.date-picker-container .input-group-btn .date-picker-control {
			display: block;
			width: 100%;
			height: 100%;
		}

			.date-picker-container .input-group-btn .date-picker-control .sr-only {
				font-size: 0;
				color: black;
				background-color: white;
			}

.rc {
	font-size: 0;
}

.rc__input {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 1.25rem;
	height: 1.25rem;
	box-shadow: none;
}

	.rc__input:checked ~ .rc__input-fake {
		-webkit-transition: background-color 120ms cubic-bezier(0.4, 0, 0.2, 1);
		transition: background-color 120ms cubic-bezier(0.4, 0, 0.2, 1);
		background-color: #2196F3;
	}

	.rc__input:checked ~ .rc__input-fake--radio::after {
		-webkit-transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	.rc__input:checked ~ .rc__input-fake--checkbox::after {
		-webkit-transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		-webkit-transform: rotate(45deg) scale(1);
		transform: rotate(45deg) scale(1);
	}

	.rc__input:checked ~ .rc__label {
		color: rgba(0, 0, 0, 0.87);
	}

	.rc__input:checked:active ~ .rc__input-fake--radio::after {
		-webkit-transition: border-radius 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: border-radius 120ms cubic-bezier(0, 0, 0.2, 1);
		border-radius: 20%;
	}

	.rc__input:checked:active ~ .rc__input-fake--checkbox::after {
		-webkit-transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		-webkit-transform: rotate(55deg) scale(1.1);
		transform: rotate(55deg) scale(1.1);
	}

	.rc__input:not(:checked) ~ .rc__input-fake {
		-webkit-transition: background-color 120ms cubic-bezier(0.4, 0, 0.2, 1);
		transition: background-color 120ms cubic-bezier(0.4, 0, 0.2, 1);
		background-color: #737373;
	}

	.rc__input:not(:checked) ~ .rc__label {
		color: rgba(0, 0, 0, 0.54);
	}

	.rc__input:not(:checked):hover ~ .rc__input-fake--radio::after, .rc__input:not(:checked):focus ~ .rc__input-fake--radio::after {
		-webkit-transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		background-color: rgba(255, 255, 255, 0.7);
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	.rc__input:not(:checked):hover ~ .rc__input-fake--checkbox::after, .rc__input:not(:checked):focus ~ .rc__input-fake--checkbox::after {
		-webkit-transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		border-color: rgba(255, 255, 255, 0.7);
		-webkit-transform: rotate(45deg) scale(1);
		transform: rotate(45deg) scale(1);
	}

	.rc__input:not(:checked):active ~ .rc__input-fake {
		-webkit-transition: background-color 120ms cubic-bezier(0.4, 0, 0.2, 1);
		transition: background-color 120ms cubic-bezier(0.4, 0, 0.2, 1);
		background-color: #2196F3;
	}

	.rc__input:not(:checked):active ~ .rc__input-fake--radio::after {
		-webkit-transition: border-radius 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: border-radius 120ms cubic-bezier(0, 0, 0.2, 1);
		border-radius: 20%;
	}

	.rc__input:not(:checked):active ~ .rc__input-fake--checkbox::after {
		-webkit-transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1);
		transition: transform 120ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 120ms cubic-bezier(0, 0, 0.2, 1);
		-webkit-transform: rotate(55deg) scale(1.1);
		transform: rotate(55deg) scale(1.1);
	}

	.rc__input:disabled ~ .rc__input-fake {
		background-color: #B9B9B9;
		box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2), inset 0 0 0 0 rgba(0, 0, 0, 0.14), inset 0 0 0 0 rgba(0, 0, 0, 0.12);
	}
		.rc__input:disabled ~ .rc__input-fake::after {
			box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2), inset 0 0 0 0 rgba(0, 0, 0, 0.14), inset 0 0 0 0 rgba(0, 0, 0, 0.12);
		}

	.rc__input:disabled ~ .rc__label {
		color: rgba(0, 0, 0, 0.38);
	}

	.rc__input:disabled:hover ~ .rc__input-fake, .rc__input:disabled:focus ~ .rc__input-fake, .rc__input:disabled:active ~ .rc__input-fake {
		background-color: rgba(0, 0, 0, 0.26);
	}

	.rc__input:disabled:hover ~ .rc__input-fake--radio::after, .rc__input:disabled:focus ~ .rc__input-fake--radio::after, .rc__input:disabled:active ~ .rc__input-fake--radio::after {
		border-radius: 50%;
	}

	.rc__input:disabled:hover ~ .rc__input-fake--checkbox::after, .rc__input:disabled:focus ~ .rc__input-fake--checkbox::after, .rc__input:disabled:active ~ .rc__input-fake--checkbox::after {
		-webkit-transform: rotate(45deg) scale(1);
		transform: rotate(45deg) scale(1);
	}

	.rc__input:disabled:checked ~ .rc__input-fake--radio::after {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}

	.rc__input:disabled:not(:checked) ~ .rc__input-fake--radio::after {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}

	.rc__input:disabled:not(:checked) ~ .rc__input-fake--checkbox::after {
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}

.rc__input-fake {
	position: relative;
	will-change: background-color;
	width: 1.25rem;
	height: 1.25rem;
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
	z-index: +1;
}

.rc__input-fake--radio {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}

	.rc__input-fake--radio::after {
		position: absolute;
		top: 50%;
		left: 50%;
		will-change: transform, background-color, border-radius;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		width: 0.5rem;
		height: 0.5rem;
		background-color: white;
		border-radius: 50%;
	}

.rc__input-fake--checkbox {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	border-radius: 2px;
}
	.rc__input-fake--checkbox::after {
		display: block;
		width: 0.25rem;
		height: 0.5rem;
		margin-top: -0.25rem;
		border-width: 0 0.125rem 0.125rem 0;
		border-style: none solid solid none;
		border-color: white;
		-webkit-transform: rotate(45deg) scale(0);
		transform: rotate(45deg) scale(0);
	}

.rc__input-fake::after {
	content: '';
}

.rc__label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5rem;
	font-size: 0.875rem;
	cursor: default;
}

.loan-status {
  font-weight: normal;
  margin-right: 1em;
  margin-left: 1em;
  place-self: center;
}

.loan-status--approval {
	color: #000000
}

.loan-status--approval {
	color: #0000dd
}

.loan-status--denial {
	color: #dd0000
}

.loan-status--accepted {
  background: #E2FFDE;
  color: #164710;
}

.loan-status--header {
  display: flex;
  position: absolute;
  margin: 0;
  top: 0px;
  left: 0px;
  padding-left: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
}

  .loan-status--header p {
    margin: 0;
  }

.green {
  background: #E2FFDE;
  color: #164710;
}

.table-info {
	font-size: 1.4em;
	margin-bottom: 1em;
}

.table-info__body-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5em;
	padding: 0.25em 0.5em;
}

	.table-info__body-row:hover {
		background-color: #eeeeee;
	}

.table-info__body-row-header {
	font-weight: bolder;
}

.details-container {
	font-size: 1.4em;
}

.details-container__details {
	display: block;
	margin-bottom: 0.5em;
	padding: 0.25em 0.5em;
}

	.details-container__details:hover,
	.details-container__details[open] {
		background-color: #eeeeee;
	}

		.details-container__details[open] .table-info__body-row:hover {
			background-color: #c9c9c9;
		}

.details-container__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.details-container__summary-left {
	flex: 1;
	font-weight: bolder;
}

.details-container__info {
	font-size: 10px;
	margin-bottom: 0.5em;
	padding: 0.25em 0.5em;
}

.box-shadow-0 {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.box-shadow-1 {
	-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.box-shadow-2 {
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.box-shadow-3 {
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.box-shadow-4 {
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.box-shadow-5 {
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.box-shadow-6 {
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.box-shadow-7 {
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.box-shadow-8 {
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.box-shadow-9 {
	-webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.box-shadow-10 {
	-webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.box-shadow-11 {
	-webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.box-shadow-12 {
	-webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.box-shadow-13 {
	-webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.box-shadow-14 {
	-webkit-box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.box-shadow-15 {
	-webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.box-shadow-16 {
	-webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.box-shadow-17 {
	-webkit-box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.box-shadow-18 {
	-webkit-box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.box-shadow-19 {
	-webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.box-shadow-20 {
	-webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.box-shadow-21 {
	-webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.box-shadow-22 {
	-webkit-box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.box-shadow-23 {
	-webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.box-shadow-24 {
	-webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.document_upload {
  position: relative;
  padding: 20px;
  min-height: 195px;
  background: #F2F2F2;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  font-family: Arial;
  color: #333333;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

  .document_upload.is-dragover {
    outline-offset: -20px;
    outline-color: #aaa;
    background-color: #eee;
  }

.document_upload__dragndrop,
.document_upload__icon {
  display: none;
}

.document_upload.has-advanced-upload .document_upload__dragndrop {
  display: inline;
}

.document_upload.has-advanced-upload .document_upload__icon {
  width: 100%;
  height: 80px;
  fill: #ccc;
  display: block;
  margin-bottom: 40px;
}

.document_upload.is-uploading .document_upload__input,
.document_upload.is-success .document_upload__input,
.document_upload.is-error .document_upload__input {
  visibility: hidden;
}

.document_upload__uploading,
.document_upload__success,
.document_upload__error {
  display: none;
}

.document_upload.is-uploading .document_upload__uploading,
.document_upload.is-success .document_upload__success,
.document_upload.is-error .document_upload__error {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY( -50% );
  transform: translateY( -50% );
}

.document_upload__uploading {
  font-style: italic;
}

.document_upload__success {
  -webkit-animation: appear-from-inside .25s ease-in-out;
  animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY( -50% ) scale( 0 );
  }

  75% {
    -webkit-transform: translateY( -50% ) scale( 1.1 );
  }

  to {
    -webkit-transform: translateY( -50% ) scale( 1 );
  }
}

@keyframes appear-from-inside {
  from {
    transform: translateY( -50% ) scale( 0 );
  }

  75% {
    transform: translateY( -50% ) scale( 1.1 );
  }

  to {
    transform: translateY( -50% ) scale( 1 );
  }
}

.document_upload__restart {
  font-weight: 700;
}

  .document_upload__restart:focus,
  .document_upload__restart:hover {
    color: #aaa;
  }

.js .document_upload__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

  .js .document_upload__file + label {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    font-size: 1.8em;
    font-weight: normal;
  }

    .js .document_upload__file + label:hover strong,
    .document_upload__file:focus + label strong,
    .document_upload__file.has-focus + label strong {
      color: #999;
    }

  .js .document_upload__file:focus + label,
  .js .document_upload__file.has-focus + label {
    outline: 1px dotted #aaa;
    outline: -webkit-focus-ring-color auto 5px;
  }

.no-js .document_upload__file + label {
  display: none;
}

.no-js .document_upload__button {
  display: block;
}

.document_upload__button:hover,
.document_upload__button:focus {
  background-color: #eee;
}

.document_upload__remove + label {
  cursor: pointer;
  color: #fcc;
}

.document_upload__remove + button {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.document_upload_manager__thumbnail {
  background: #797979;
  border-radius: 4px;
  width: 100px;
  height: 128px;
}

  .document_upload_manager__thumbnail img {
    width: 100%;
    height: 100%;
    float: left;
    padding: 7px 10px 24px 10px;
  }

.document_upload__fileSize {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  width: inherit;
  margin-top: 7em;
  height: 30px;
  line-height: 30px;
}

.document_upload__background {
  background: #F2F2F2;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 9px;
}

.document_upload_manager__divider {
  border: 1px solid #DDDDDD;
}

  .document_upload_manager__divider:last-child {
    display: none;
  }

.document_upload__uploadedFiles {
  background: #E2FFDE;
  border: 1px solid #164710;
  box-sizing: border-box;
  border-radius: 12px;
  font-size: 12px;
  color: #164710;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 10px 0 12px;
  line-height: 22px;
}

  /*.document_upload__uploadedFiles::after {
    content: '\e0fd';
    font-family: 'Icomoon';
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }*/

.document_upload__uploadedFilesHeader {
  margin-top: auto;
}

.document_upload_error_box__error-message {
	background-color: #f8000078;
	font-size: 1.3em;
}

.look-like-link {
	background: none;
	border: none;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.pdf-page-container {
	padding-top: 20px;
	padding-bottom: 20px;
	gap: 20px;
	max-height: 100%;
	max-width: 80vw;
	overflow-x: auto;
}

@media (min-width: 800px) {
	.flex-column-big-screen {
		display: flex;
		flex-direction: column;
	}
} 