/**

	IMPORTANT COLORS:
					hex		rgb
	normal red: 	aa142a	170,20,42

*/
/* CSS reset */
* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  position: relative;
  box-sizing: border-box;
  outline: none;
}
* * {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "Source Sans Pro", arial, sans-serif !important;
  color: unset;
}

section {
  display: block;
}

footer,
header,
nav,
.messaging-wrap {
  display: none;
}

body {
  font-size: 62.5%;
}
body .hidden {
  display: none;
}
body .clear {
  float: none;
  clear: both;
}

/* ! Utility CSS ********************************************************************************/
sup {
  font-size: 0.5em;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 1.5em 0 0.5em;
}

h1 {
  font-size: 3.2em;
}

h2 {
  font-size: 2.6em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 2.2em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 0.8em;
}

p,
li,
label {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
p + p,
p + li,
li + p,
li + li,
label + p,
label + li {
  margin-top: 8px;
}

ol,
ul {
  margin: 8px 30px 0;
}
ol + p,
ul + p {
  margin-top: 8px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25em;
}
label span {
  display: block;
}

table {
  margin: 2em;
}

/** Header/Navbar	***************************************************************************************/
.head {
  display: none;
}

/*container ********************************************************************************************/
.frame {
  min-width: 100em;
}

.container {
  transition: opacity 0.2s;
  opacity: 1;
  padding-top: 0;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  z-index: 50;
}
.container > * {
  text-align: left;
}

.inner-wrap {
  left: 0;
  width: 90em;
  margin: 0 auto;
  padding-top: 0.2em;
  padding-bottom: 3em;
}

/* Forms *****************************************************************************************/
form.brands, form.settings, form.pages, form.user, form.group, form#form-fields {
  background: #fff;
}

.form-div {
  display: block;
  float: none;
  clear: both;
  min-height: 6em;
  margin: 0 auto 1em;
  padding-bottom: 1em;
}
.form-div p {
  margin-bottom: 1em;
  margin-left: 0;
}

.form-div .mce-container {
  float: left;
  width: 63%;
}
.form-div .mce-container .mce-container {
  float: none;
  width: auto;
}

.arrowwrap {
  margin-left: 0;
}

button, input, select, textarea {
  font-family: "Source Sans Pro", arial, sans-serif;
}

input, select, textarea {
  font-size: 1.6em;
}

input, textarea {
  padding: 0 1em;
}

input, textarea {
  color: rgb(35, 30, 30);
  font-weight: 300;
  border: 2px solid rgb(216, 216, 216);
  width: 65%;
}

select {
  color: rgb(35, 30, 30);
  font-weight: 300;
  border: 2px solid rgb(216, 216, 216);
  width: 65%;
  text-indent: 0.4em;
  height: 3.4em;
  padding: 0;
  background-color: #FFF;
}

.radio-wrapper, .checkbox-wrapper, .file-wrapper, .table-wrapper {
  display: inline-block;
  width: 65%;
  padding-top: 1.3em;
}

.radio-wrapper label, .checkbox-wrapper label {
  width: 31%;
  margin: 0 2% 0 0;
  overflow: hidden;
  height: 3.4em;
  line-height: 3.4em;
}

.radio-wrapper label {
  background-position: -14px -1425px;
  line-height: 21px;
  overflow: visible;
  padding-top: 5px;
}
.radio-wrapper label.active {
  background-position: -14px -1480px;
}

.checkbox-wrapper label {
  background-position: -13px -1676px;
}
.checkbox-wrapper label.active {
  background-position: -13px -1738px;
}

.radio-wrapper label span, .checkbox-wrapper label span {
  text-align: left;
  padding-left: 30px;
}

.radio-wrapper .radio-other {
  width: 62%;
}
.radio-wrapper .radio-other > span {
  float: left;
}
.radio-wrapper .radio-other > input[type=text] {
  height: 2.4em;
  line-height: 2.4em;
  font-size: 1.2em;
  padding: 0 0.5em;
}

.file-wrapper .mfop-application {
  display: inline-block;
}
.file-wrapper label {
  width: 65%;
  margin: 0 2% 0 0;
  overflow: hidden;
  height: 3.4em;
  line-height: 3.4em;
}
.file-wrapper .label-checkbox input {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.file-wrapper .section-fields-checkbox {
  line-height: 21px;
  overflow: visible;
  margin-top: 1em;
}
.file-wrapper .label-checkbox span {
  display: inline;
  color: #6a6a6a;
}
.file-wrapper .upload-control {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 2em;
  border: 1px solid rgb(141, 141, 141);
  font-size: 1.6em;
  color: rgb(141, 141, 141);
  margin-right: 1em;
  transition: background 0.3s, color 0.3s;
}
.file-wrapper .upload-control:hover {
  background: rgb(141, 141, 141);
  color: rgb(255, 255, 255);
}

/* footer ********************************************************************************************/
footer {
  display: none;
}

/***** Printable Application *****/
.printable-output .element-print-title + .element-form {
  page-break-before: avoid;
}
.printable-output .element-form {
  page-break-before: always;
}
.printable-output .element-form:first-child {
  page-break-before: auto;
}
.printable-output .element-section {
  page-break-before: always;
}
.printable-output .element-section.section-sub {
  page-break-before: avoid;
}
.printable-output .element-section + .element-form {
  page-break-before: avoid;
}
.printable-output .element-form-content p,
.printable-output .element-form-content li {
  font-size: 14px;
}
.printable-output .element-form-content + .element-section {
  page-break-before: avoid;
}
.printable-output .element-output h1,
.printable-output .element-output h2,
.printable-output .element-output h3,
.printable-output .element-output h4,
.printable-output .element-output h5,
.printable-output .element-output h6 {
  font-size: 22px !important;
  margin-bottom: 10px;
}
.printable-output .element-output p {
  margin: 10px 0 !important;
}
.printable-output .element-field .element-output {
  font-size: 18px;
  min-height: 33px;
}
.printable-output .element-field .element-output ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
.printable-output .element-field.radio-buttons li, .printable-output .element-field.checkboxes li {
  display: inline-block;
  margin-right: 1em;
}
.printable-output .element-field.radio-buttons li.active, .printable-output .element-field.checkboxes li.active {
  font-weight: 600;
}
.printable-output .element-field + .element-field {
  margin-top: 3em;
}
.printable-output .element-field .element-field-instructions,
.printable-output .element-field .element-output {
  margin-left: 70px;
}
.printable-output .element-field .element-field-instructions * {
  font-size: 14px;
}
.printable-output .element-field label + .element-field-instructions {
  margin-left: 0;
}
.printable-output .element-field .printview-unit label {
  margin-bottom: 0;
}
.printable-output .element-field .printview-unit .table-label {
  padding-left: 30px;
  display: block;
}
.printable-output .element-field .printview-unit .table-label.table-row-empty {
  font-size: 12px;
}
.printable-output .element-field .printview-unit + .printview-unit {
  margin-top: 1em;
}
.printable-output .element-field + .element-field-instructions,
.printable-output .element-field .element-output {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bbb;
}
.printable-output .element-form + .element-form,
.printable-output .element-form + .element-section {
  page-break-before: avoid;
}

/* label styles for different types of elements */
.element-form .col-label {
  background: rgb(74, 74, 74);
  height: 6.9em;
  padding: 0 3em 0 2.4em;
}

.element-section .col-label {
  background: rgb(65, 65, 65);
  padding: 0 3em 0 2.4em;
  height: 3.3em;
}

.element-field .col-label {
  background: rgb(53, 53, 53);
  height: 3em;
  padding: 0 3em 0 5.2em;
}

.element-field .collapse-toggle {
  display: none;
}
.element-field .col-label > * {
  font-size: 1.4em;
}

/* Reporting ******************************/
.reporting .inner-wrap {
  width: 80%;
  min-width: 130em;
}
.reporting .content-wrap {
  border: none;
}
.reporting .instruction-text {
  margin-bottom: 0;
}
.reporting h4 {
  margin-top: 1em;
  padding-bottom: 0;
}
.reporting .report-table {
  width: 100%;
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
  border-collapse: collapse;
}
.reporting .report-table td {
  padding: 5px;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid rgb(185, 185, 185);
}
.reporting .report-table td:first-child {
  text-align: left;
}
.reporting .report-table thead td {
  border: none;
}
.reporting .report-table tr:hover td {
  background: rgb(225, 225, 225);
}
.reporting .report-table .data-row:hover td {
  background: rgb(225, 225, 225);
}

.printview-wrapper .printview-unit {
  margin-bottom: 15px;
}
.printview-wrapper .printview-unit .printview-row-header {
  float: none;
  clear: both;
}
.printview-wrapper .printview-unit span {
  display: block;
  float: left;
  width: 70%;
}
.printview-wrapper .printview-unit .table-label {
  width: 30%;
  text-align: right;
  clear: left;
  padding-right: 5px;
  margin-bottom: 10px;
}