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

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

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

/* OVERRIDES */
body{background:#fff; font-family: Helvetica, sans-serif}
body *{color:#000}
a{color:#06F !important}
#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; }

h1 { font-size: 1.625rem; }
h2 { font-size: 1.25rem; }
.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; }
