/*----- CMS Version 3.0 Compatible -----*/

body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body > * {
    width: 100%;
}

/* PRINT */
.PrintOnly,#printHeader{display:block}

body > header > *:not(.logo) {
	display: none !important;
}

body > header .logo {
	justify-content: flex-start;
	padding: 0;
	text-decoration: none;
}

body>header,
body.management > header {
	box-shadow: none;
	border-bottom: 1px solid #000 !important;
	display: block;
	padding: 0 0 20px !important;
	position: relative !important;
	top: auto !important;
}

/* DON'T PRINT */
.dontPrint,
body>nav,
#contentWrap>.wrap>aside,
.fatFooter,
#web-solutions-exposure,
#seoFooter {display:none}

/* OVERRIDES */
body {
	background:#fff;
	font-size: 12px
}
body *{color:#000}
a{color:#06F !important; text-decoration: underline;}
#contentWrap,
body>*>.wrap,
#content, .wrap, body>footer{width:100%;padding:0 !important}
body>footer{margin-top:2em}
#content ul, #content ul li {list-style-type:square;list-style-position:outside}
#content ul li {background-image:none;margin-top:1px;padding-left:0px}
#content ul {margin-left:15px}
#content ul li ul li {padding-left:0; background:none;}

#web-solutions { display: none; }


body > main {
	min-height: 0;
	padding: 20px 0;
}

h1 { font-size: 1.5rem; }
h2 { font-size: 1.2rem; }

.app-form { max-width: 100%; }
.wrap-full > label, .wrap-halfs > label, .wrap-thirds > label { display: block; width: 100%; }

.wrap-full > label input, .wrap-halfs > label input , .wrap-thirds > label input {
  display: block;
  float: right;
  margin-left: auto;
  width: 50%;
}

.app-form label {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  height: 35px;
  padding: 0;
}

.app-form label input {
  border: 0;
  height: 100%;
  padding: 0 0.5rem;
  flex: 1 0 auto;
}

.app-form label>span:first-of-type {
  align-items: center;
  background: #F1F1F1;
  border-right: 1px solid black;
  display: flex;
  height: 100%;
  padding: 0 0.5rem;
  width: 275px;
}

.app-form hr { display: none; }

.page-break { page-break-before: always; }
.signature-pad-body canvas { margin: .25rem 0 1rem; width:100%; }

.app-form button, button.print { display: none; }
.app-form .e-sign>label:first-of-type, .app-form .e-sign>label:first-of-type>span:first-of-type { width: 100%; }
.app-form .e-sign>label:first-of-type>span { border: 0; }

.app-form .radio-buttons { align-items: center; display: flex; flex-direction: row; }
.app-form label.radio-label { width: 75px; }
.app-form label.radio-label input { display: none; height: 1.5rem; width: 45%;}
.app-form label.radio-label span { align-items: center; display: flex; height: 100%; justify-content: center; width: 100%; }
.app-form label.radio-label span:first-of-type { display: none; }
.app-form label.radio-label input:checked + span { color: #000; width: 100%; }
.app-form label.radio-label input:not(:checked) + span { background: #FFF; display: none; color: #FFF; }

.highlight.mt-3 { margin-top: 2rem; }

.print-flex-row {
	flex-direction: row !important;
	flex-wrap: nowrap !important;
}

.print-flex-row .row-table .row {
	grid-template-columns: subgrid;
}

.print-gap-50 {
	gap: 50px;
}

.white-box {
	box-shadow: none;
	padding: 0;
}

table tbody tr:not(:last-child) {
	border-bottom: 1px solid #666;
}

.row-table .row {
	border-top: 1px solid #666;
}

body > footer {
    align-items: center;
    border-top: 1px solid #666;
    flex-direction: row;
    justify-content: space-between;
	margin-top: auto;
	padding: 10px 0 0 !important;
}
