@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe,
fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

.hidden,
[hidden] {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden, input[type=radio],
input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, input.focusable[type=radio]:active,
input.focusable[type=checkbox]:active,
.visuallyhidden.focusable:focus,
input.focusable[type=radio]:focus,
input.focusable[type=checkbox]:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.nobreak {
  white-space: nowrap;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

@font-face {
  font-family: "cooper";
  font-weight: normal;
  font-style: normal;
  src: url("font-CooperBlackStd.woff") format("woff");
}
@font-face {
  font-family: "gotham-book";
  font-weight: normal;
  font-style: normal;
  src: url("font-Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "gotham-medium";
  font-weight: normal;
  font-style: normal;
  src: url("font-Gotham-Medium.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("font-icomoon.woff") format("woff");
}
@font-face {
  font-family: "fontawesome";
  font-weight: normal;
  font-style: normal;
  src: url("font-fontawesome-webfont.woff") format("woff");
}
@keyframes error {
  0% {
    transform: translateX(-6rem);
    opacity: 0;
  }
  16% {
    transform: translateX(3rem);
    opacity: 1;
  }
  28% {
    transform: translateX(-1.5rem);
  }
  44% {
    transform: translateX(1.5rem);
  }
  59% {
    transform: translateX(-1rem);
  }
  73% {
    transform: translateX(0.5rem);
  }
  88% {
    transform: translateX(-0.2rem);
  }
  100% {
    transform: translateX(0);
  }
}
.page-footer .schoolname, .page-header .logo,
.hide-text {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
}

input[type=radio] ~ label,
input[type=checkbox] ~ label, input[type=radio] ~ .rte-q-label,
input[type=checkbox] ~ .rte-q-label {
  position: relative;
  display: block;
  padding: 0.5em 0 0.3125em 2rem;
  cursor: pointer;
}
input[type=radio] ~ label::before,
input[type=checkbox] ~ label::before, input[type=radio] ~ .rte-q-label::before,
input[type=checkbox] ~ .rte-q-label::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  border: 1px solid #c2c2c2;
  background: white;
}
.error input[type=radio] ~ label::before,
.error input[type=checkbox] ~ label::before, .val-flag input[type=radio] ~ label::before,
.val-flag input[type=checkbox] ~ label::before, .error input[type=radio] ~ .rte-q-label::before,
.error input[type=checkbox] ~ .rte-q-label::before, .val-flag input[type=radio] ~ .rte-q-label::before,
.val-flag input[type=checkbox] ~ .rte-q-label::before {
  border-color: #bf181e;
}
input[type=radio] ~ label:hover::before,
input[type=checkbox] ~ label:hover::before, input[type=radio] ~ label:focus::before,
input[type=checkbox] ~ label:focus::before, input[type=radio] ~ .rte-q-label:hover::before,
input[type=checkbox] ~ .rte-q-label:hover::before, input[type=radio] ~ .rte-q-label:focus::before,
input[type=checkbox] ~ .rte-q-label:focus::before {
  border: 1px solid #fcbb11;
  background: #fcbb11;
}
input[type=radio] ~ label:focus ~ label::before,
input[type=checkbox] ~ label:focus ~ label::before, input[type=radio] ~ label:focus ~ .rte-q-label::before,
input[type=checkbox] ~ label:focus ~ .rte-q-label::before, input[type=radio] ~ .rte-q-label:focus ~ label::before,
input[type=checkbox] ~ .rte-q-label:focus ~ label::before, input[type=radio] ~ .rte-q-label:focus ~ .rte-q-label::before,
input[type=checkbox] ~ .rte-q-label:focus ~ .rte-q-label::before {
  border: 1px solid black;
  background: #fcbb11;
}
input[type=radio] ~ label:checked ~ label::before,
input[type=checkbox] ~ label:checked ~ label::before, input[type=radio] ~ label:checked ~ .rte-q-label::before,
input[type=checkbox] ~ label:checked ~ .rte-q-label::before, input[type=radio] ~ .rte-q-label:checked ~ label::before,
input[type=checkbox] ~ .rte-q-label:checked ~ label::before, input[type=radio] ~ .rte-q-label:checked ~ .rte-q-label::before,
input[type=checkbox] ~ .rte-q-label:checked ~ .rte-q-label::before {
  border: 1px solid #c2c2c2;
  background: white;
}
.error input[type=radio] ~ label:checked ~ label::before,
.error input[type=checkbox] ~ label:checked ~ label::before, .val-flag input[type=radio] ~ label:checked ~ label::before,
.val-flag input[type=checkbox] ~ label:checked ~ label::before, .error input[type=radio] ~ label:checked ~ .rte-q-label::before,
.error input[type=checkbox] ~ label:checked ~ .rte-q-label::before, .val-flag input[type=radio] ~ label:checked ~ .rte-q-label::before,
.val-flag input[type=checkbox] ~ label:checked ~ .rte-q-label::before, .error input[type=radio] ~ .rte-q-label:checked ~ label::before,
.error input[type=checkbox] ~ .rte-q-label:checked ~ label::before, .val-flag input[type=radio] ~ .rte-q-label:checked ~ label::before,
.val-flag input[type=checkbox] ~ .rte-q-label:checked ~ label::before, .error input[type=radio] ~ .rte-q-label:checked ~ .rte-q-label::before,
.error input[type=checkbox] ~ .rte-q-label:checked ~ .rte-q-label::before, .val-flag input[type=radio] ~ .rte-q-label:checked ~ .rte-q-label::before,
.val-flag input[type=checkbox] ~ .rte-q-label:checked ~ .rte-q-label::before {
  border: 1px solid #bf181e;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  line-height: 1.4;
  font-family: "gotham-book", Arial, sans-serif;
  color: #2f2f2f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #511b00;
  margin: 1rem 0 0.5rem;
  line-height: 1.2rem;
  font-weight: normal;
}

.title {
  margin: 1.5rem 0 0.5rem;
  line-height: 1.5rem;
  font-weight: normal;
}

h1,
h2,
h3 {
  font-family: "cooper", Times, serif;
}

h4,
h5,
h6 {
  font-family: "gotham-medium", Arial, sans-serif;
}

h1 {
  font-size: 2.1rem;
  line-height: 2.75rem;
}
@media (min-width: 37.5rem) {
  h1 {
    font-size: calc(2.1rem + 0.4 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media (min-width: 37.5rem) {
  h2 {
    font-size: calc(1.75rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: inherit;
}
@media (min-width: 37.5rem) {
  h3 {
    font-size: calc(1.5rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h3 {
    font-size: 1.75rem;
  }
}

h4,
.p_underlookup p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
@media (min-width: 37.5rem) {
  h4,
  .p_underlookup p {
    font-size: calc(1.2rem + 0.1 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h4,
  .p_underlookup p {
    font-size: 1.3rem;
  }
}

h5, h6 {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
@media (min-width: 37.5rem) {
  h5, h6 {
    font-size: calc(1.1rem + 0.1 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h5, h6 {
    font-size: 1.2rem;
  }
}

p,
ul,
ol,
blockquote {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 37.5rem) {
  p,
  ul,
  ol,
  blockquote {
    font-size: calc(1rem + 0.1 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  p,
  ul,
  ol,
  blockquote {
    font-size: 1.1rem;
  }
}

address {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 1rem 0;
}

ul,
ol {
  padding: 0;
  list-style-type: none;
  margin: 0 0 1rem;
}
ul li,
ol li {
  margin: 0 0 0.5rem;
}

a {
  transition: all 0.25s ease-in-out;
  color: #b35c00;
  outline: none;
}
a:hover, a:focus {
  color: rgb(255, 131.3044692737, 0.5);
  text-decoration: none;
}

.question .help,
small,
.copyright,
.footnote,
.help p {
  font-size: 0.875em;
  font-style: italic;
  font-weight: normal;
}

.error,
.val-header,
.mauticform-errormsg {
  color: #bf181e;
}

.mauticform-errormsg {
  width: 100% !important;
}

.form-container {
  padding: 1rem;
}

.page-engage .form-section {
  background: #f1f1f1;
  margin-top: 1rem;
}

.mauticform-field-student_academic_interest .checkboxgrp-wrapper, select, textarea, input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
.StripeElement {
  transition: all 0.25s ease-in-out;
  font-size: 1rem;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #c2c2c2;
  background: white;
  font-family: "gotham-book", Arial, sans-serif;
}
@media (min-width: 37.5rem) {
  .mauticform-field-student_academic_interest .checkboxgrp-wrapper, select, textarea, input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  .StripeElement {
    font-size: calc(1rem + 0.1 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  .mauticform-field-student_academic_interest .checkboxgrp-wrapper, select, textarea, input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  .StripeElement {
    font-size: 1.1rem;
  }
}
.type_telephone .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_telephone .checkboxgrp-wrapper, .type_telephone select, .type_telephone textarea, .type_telephone input[type=email],
.type_telephone input[type=number],
.type_telephone input[type=password],
.type_telephone input[type=tel],
.type_telephone input[type=text],
.type_telephone input[type=url],
.type_telephone .StripeElement, .type_ssn .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_ssn .checkboxgrp-wrapper, .type_ssn select, .type_ssn textarea, .type_ssn input[type=email],
.type_ssn input[type=number],
.type_ssn input[type=password],
.type_ssn input[type=tel],
.type_ssn input[type=text],
.type_ssn input[type=url],
.type_ssn .StripeElement, .type_date .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_date .checkboxgrp-wrapper, .type_date select, .type_date textarea, .type_date input[type=email],
.type_date input[type=number],
.type_date input[type=password],
.type_date input[type=tel],
.type_date input[type=text],
.type_date input[type=url],
.type_date .StripeElement {
  width: auto;
}
.type_telephone .mauticform-field-student_academic_interest [size="2"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_telephone [size="2"].checkboxgrp-wrapper, .type_telephone select[size="2"], .type_telephone textarea[size="2"], .type_telephone input[size="2"][type=email],
.type_telephone input[size="2"][type=number],
.type_telephone input[size="2"][type=password],
.type_telephone input[size="2"][type=tel],
.type_telephone input[size="2"][type=text],
.type_telephone input[size="2"][type=url],
.type_telephone [size="2"].StripeElement, .type_ssn .mauticform-field-student_academic_interest [size="2"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_ssn [size="2"].checkboxgrp-wrapper, .type_ssn select[size="2"], .type_ssn textarea[size="2"], .type_ssn input[size="2"][type=email],
.type_ssn input[size="2"][type=number],
.type_ssn input[size="2"][type=password],
.type_ssn input[size="2"][type=tel],
.type_ssn input[size="2"][type=text],
.type_ssn input[size="2"][type=url],
.type_ssn [size="2"].StripeElement, .type_date .mauticform-field-student_academic_interest [size="2"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_date [size="2"].checkboxgrp-wrapper, .type_date select[size="2"], .type_date textarea[size="2"], .type_date input[size="2"][type=email],
.type_date input[size="2"][type=number],
.type_date input[size="2"][type=password],
.type_date input[size="2"][type=tel],
.type_date input[size="2"][type=text],
.type_date input[size="2"][type=url],
.type_date [size="2"].StripeElement {
  min-width: 3.25em;
}
.type_telephone .mauticform-field-student_academic_interest [size="3"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_telephone [size="3"].checkboxgrp-wrapper, .type_telephone select[size="3"], .type_telephone textarea[size="3"], .type_telephone input[size="3"][type=email],
.type_telephone input[size="3"][type=number],
.type_telephone input[size="3"][type=password],
.type_telephone input[size="3"][type=tel],
.type_telephone input[size="3"][type=text],
.type_telephone input[size="3"][type=url],
.type_telephone [size="3"].StripeElement, .type_ssn .mauticform-field-student_academic_interest [size="3"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_ssn [size="3"].checkboxgrp-wrapper, .type_ssn select[size="3"], .type_ssn textarea[size="3"], .type_ssn input[size="3"][type=email],
.type_ssn input[size="3"][type=number],
.type_ssn input[size="3"][type=password],
.type_ssn input[size="3"][type=tel],
.type_ssn input[size="3"][type=text],
.type_ssn input[size="3"][type=url],
.type_ssn [size="3"].StripeElement, .type_date .mauticform-field-student_academic_interest [size="3"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_date [size="3"].checkboxgrp-wrapper, .type_date select[size="3"], .type_date textarea[size="3"], .type_date input[size="3"][type=email],
.type_date input[size="3"][type=number],
.type_date input[size="3"][type=password],
.type_date input[size="3"][type=tel],
.type_date input[size="3"][type=text],
.type_date input[size="3"][type=url],
.type_date [size="3"].StripeElement {
  min-width: 4.25em;
}
.type_telephone .mauticform-field-student_academic_interest [size="4"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_telephone [size="4"].checkboxgrp-wrapper, .type_telephone select[size="4"], .type_telephone textarea[size="4"], .type_telephone input[size="4"][type=email],
.type_telephone input[size="4"][type=number],
.type_telephone input[size="4"][type=password],
.type_telephone input[size="4"][type=tel],
.type_telephone input[size="4"][type=text],
.type_telephone input[size="4"][type=url],
.type_telephone [size="4"].StripeElement, .type_ssn .mauticform-field-student_academic_interest [size="4"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_ssn [size="4"].checkboxgrp-wrapper, .type_ssn select[size="4"], .type_ssn textarea[size="4"], .type_ssn input[size="4"][type=email],
.type_ssn input[size="4"][type=number],
.type_ssn input[size="4"][type=password],
.type_ssn input[size="4"][type=tel],
.type_ssn input[size="4"][type=text],
.type_ssn input[size="4"][type=url],
.type_ssn [size="4"].StripeElement, .type_date .mauticform-field-student_academic_interest [size="4"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_date [size="4"].checkboxgrp-wrapper, .type_date select[size="4"], .type_date textarea[size="4"], .type_date input[size="4"][type=email],
.type_date input[size="4"][type=number],
.type_date input[size="4"][type=password],
.type_date input[size="4"][type=tel],
.type_date input[size="4"][type=text],
.type_date input[size="4"][type=url],
.type_date [size="4"].StripeElement {
  min-width: 5.25em;
}
.error .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .error .checkboxgrp-wrapper, .error select, .error textarea, .error input[type=email],
.error input[type=number],
.error input[type=password],
.error input[type=tel],
.error input[type=text],
.error input[type=url],
.error .StripeElement, .val-flag .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .val-flag .checkboxgrp-wrapper, .val-flag select, .val-flag textarea, .val-flag input[type=email],
.val-flag input[type=number],
.val-flag input[type=password],
.val-flag input[type=tel],
.val-flag input[type=text],
.val-flag input[type=url],
.val-flag .StripeElement {
  border-color: #bf181e;
}
.mauticform-field-student_academic_interest .checkboxgrp-wrapper:focus, select:focus, textarea:focus, input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
.StripeElement:focus, .mauticform-field-student_academic_interest .checkboxgrp-wrapper:hover, select:hover, textarea:hover, input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
.StripeElement:hover {
  border: 1px solid #fcbb11;
  background: rgb(254.5394190871, 244.5601659751, 218.4605809129);
  outline: none;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
.StripeElement {
  line-height: 1.4;
}

textarea {
  overflow: auto !important;
  min-height: 8em;
  resize: vertical !important;
  line-height: 1.4;
}

select {
  font-size: 1rem;
  overflow: hidden;
  overflow: hidden;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  height: 2.75rem;
  background-image: image-url("img-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-size: 2.25rem 2.25rem;
}
@media (min-width: 37.5rem) {
  select {
    font-size: calc(1rem + 0.1 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  select {
    font-size: 1.1rem;
  }
}
select::-ms-expand {
  display: none;
}
select:hover, select:focus {
  background-image: image-url("img-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-size: 2.25rem 2.25rem;
}

input[type=radio],
input[type=checkbox] {
  border: 1px solid #c2c2c2;
}

input[type=radio] ~ label::before, input[type=radio] ~ .rte-q-label::before {
  border-radius: 50%;
  background: white;
  border: 1px solid #c2c2c2;
}
input[type=radio] ~ label:focus::before, input[type=radio] ~ label:hover::before, input[type=radio] ~ .rte-q-label:focus::before, input[type=radio] ~ .rte-q-label:hover::before {
  border-color: #c2c2c2;
}
input[type=radio]:focus ~ label::before, input[type=radio]:focus ~ .rte-q-label::before {
  background: #fcbb11;
  border-color: #c2c2c2;
}
input[type=radio]:checked ~ label::before, input[type=radio]:checked ~ .rte-q-label::before {
  background: #fcbb11;
}

input[type=checkbox] ~ label::before, input[type=checkbox] ~ .rte-q-label::before {
  background: white;
  border: 1px solid #c2c2c2;
}
input[type=checkbox] ~ label:focus::before, input[type=checkbox] ~ label:hover::before, input[type=checkbox] ~ .rte-q-label:focus::before, input[type=checkbox] ~ .rte-q-label:hover::before {
  border-color: 1px solid #fcbb11;
  background: #fcbb11;
}
input[type=checkbox]:focus ~ label::before, input[type=checkbox]:focus ~ .rte-q-label::before {
  border-color: 1px solid #fcbb11;
  background: #fcbb11;
}
input[type=checkbox]:checked ~ label::before, input[type=checkbox]:checked ~ .rte-q-label::before {
  background: #fcbb11;
}
input[type=checkbox]:checked ~ label::after, input[type=checkbox]:checked ~ .rte-q-label::after {
  position: absolute;
  top: 0.7rem;
  left: 0.65rem;
  width: 0.3125rem;
  height: 0.5625rem;
  content: "";
  transform: rotate(45deg);
  border: solid #2f2f2f;
  border-width: 0 2px 2px 0;
}

.question {
  margin: 1rem 0;
}
.question > label, .question > .rte-q-label, .question > .desc {
  display: block;
  padding: 0 0 0.125em 0;
  line-height: 1.4;
}
.error .question > label, .val-flag .question > label, .error .question > .rte-q-label, .val-flag .question > .rte-q-label, .error .question > .desc, .val-flag .question > .desc {
  color: #bf181e;
  padding-left: 1.5rem !important;
  position: relative;
}
.error .question > label::before, .val-flag .question > label::before, .error .question > .rte-q-label::before, .val-flag .question > .rte-q-label::before, .error .question > .desc::before, .val-flag .question > .desc::before {
  position: absolute;
  left: 0;
  font-family: "fontawesome";
  content: "\f071";
  color: #bf181e;
  margin-right: 0.5em;
}
@media screen {
  .question .forprint {
    display: none !important;
  }
}

@media (min-width: 56.25rem) {
  .form-container .type_date:not(.question-stacked),
  .form-container .type_multicheck:not(.question-stacked),
  .form-container .type_radio:not(.question-stacked),
  .form-container .type_select:not(.question-stacked),
  .form-container .type_ssn:not(.question-stacked),
  .form-container .type_telephone:not(.question-stacked),
  .form-container .type_text:not(.question-stacked),
  .form-container .type_textarea:not(.question-stacked),
  .form-container .mauticform-text:not(.question-stacked),
  .form-container .mauticform-email:not(.question-stacked),
  .form-container .mauticform-select:not(.question-stacked),
  .form-container .mauticform-tel:not(.question-stacked),
  .form-container .mauticform-checkboxgrp:not(.question-stacked),
  .wide-form .type_date:not(.question-stacked),
  .wide-form .type_multicheck:not(.question-stacked),
  .wide-form .type_radio:not(.question-stacked),
  .wide-form .type_select:not(.question-stacked),
  .wide-form .type_ssn:not(.question-stacked),
  .wide-form .type_telephone:not(.question-stacked),
  .wide-form .type_text:not(.question-stacked),
  .wide-form .type_textarea:not(.question-stacked),
  .wide-form .mauticform-text:not(.question-stacked),
  .wide-form .mauticform-email:not(.question-stacked),
  .wide-form .mauticform-select:not(.question-stacked),
  .wide-form .mauticform-tel:not(.question-stacked),
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .form-container .type_date:not(.question-stacked) > label, .form-container .type_date:not(.question-stacked) > .rte-q-label, .form-container .type_date:not(.question-stacked) > .desc,
  .form-container .type_multicheck:not(.question-stacked) > label,
  .form-container .type_multicheck:not(.question-stacked) > .rte-q-label,
  .form-container .type_multicheck:not(.question-stacked) > .desc,
  .form-container .type_radio:not(.question-stacked) > label,
  .form-container .type_radio:not(.question-stacked) > .rte-q-label,
  .form-container .type_radio:not(.question-stacked) > .desc,
  .form-container .type_select:not(.question-stacked) > label,
  .form-container .type_select:not(.question-stacked) > .rte-q-label,
  .form-container .type_select:not(.question-stacked) > .desc,
  .form-container .type_ssn:not(.question-stacked) > label,
  .form-container .type_ssn:not(.question-stacked) > .rte-q-label,
  .form-container .type_ssn:not(.question-stacked) > .desc,
  .form-container .type_telephone:not(.question-stacked) > label,
  .form-container .type_telephone:not(.question-stacked) > .rte-q-label,
  .form-container .type_telephone:not(.question-stacked) > .desc,
  .form-container .type_text:not(.question-stacked) > label,
  .form-container .type_text:not(.question-stacked) > .rte-q-label,
  .form-container .type_text:not(.question-stacked) > .desc,
  .form-container .type_textarea:not(.question-stacked) > label,
  .form-container .type_textarea:not(.question-stacked) > .rte-q-label,
  .form-container .type_textarea:not(.question-stacked) > .desc,
  .form-container .mauticform-text:not(.question-stacked) > label,
  .form-container .mauticform-text:not(.question-stacked) > .rte-q-label,
  .form-container .mauticform-text:not(.question-stacked) > .desc,
  .form-container .mauticform-email:not(.question-stacked) > label,
  .form-container .mauticform-email:not(.question-stacked) > .rte-q-label,
  .form-container .mauticform-email:not(.question-stacked) > .desc,
  .form-container .mauticform-select:not(.question-stacked) > label,
  .form-container .mauticform-select:not(.question-stacked) > .rte-q-label,
  .form-container .mauticform-select:not(.question-stacked) > .desc,
  .form-container .mauticform-tel:not(.question-stacked) > label,
  .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label,
  .form-container .mauticform-tel:not(.question-stacked) > .desc,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > label,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > .desc,
  .wide-form .type_date:not(.question-stacked) > label,
  .wide-form .type_date:not(.question-stacked) > .rte-q-label,
  .wide-form .type_date:not(.question-stacked) > .desc,
  .wide-form .type_multicheck:not(.question-stacked) > label,
  .wide-form .type_multicheck:not(.question-stacked) > .rte-q-label,
  .wide-form .type_multicheck:not(.question-stacked) > .desc,
  .wide-form .type_radio:not(.question-stacked) > label,
  .wide-form .type_radio:not(.question-stacked) > .rte-q-label,
  .wide-form .type_radio:not(.question-stacked) > .desc,
  .wide-form .type_select:not(.question-stacked) > label,
  .wide-form .type_select:not(.question-stacked) > .rte-q-label,
  .wide-form .type_select:not(.question-stacked) > .desc,
  .wide-form .type_ssn:not(.question-stacked) > label,
  .wide-form .type_ssn:not(.question-stacked) > .rte-q-label,
  .wide-form .type_ssn:not(.question-stacked) > .desc,
  .wide-form .type_telephone:not(.question-stacked) > label,
  .wide-form .type_telephone:not(.question-stacked) > .rte-q-label,
  .wide-form .type_telephone:not(.question-stacked) > .desc,
  .wide-form .type_text:not(.question-stacked) > label,
  .wide-form .type_text:not(.question-stacked) > .rte-q-label,
  .wide-form .type_text:not(.question-stacked) > .desc,
  .wide-form .type_textarea:not(.question-stacked) > label,
  .wide-form .type_textarea:not(.question-stacked) > .rte-q-label,
  .wide-form .type_textarea:not(.question-stacked) > .desc,
  .wide-form .mauticform-text:not(.question-stacked) > label,
  .wide-form .mauticform-text:not(.question-stacked) > .rte-q-label,
  .wide-form .mauticform-text:not(.question-stacked) > .desc,
  .wide-form .mauticform-email:not(.question-stacked) > label,
  .wide-form .mauticform-email:not(.question-stacked) > .rte-q-label,
  .wide-form .mauticform-email:not(.question-stacked) > .desc,
  .wide-form .mauticform-select:not(.question-stacked) > label,
  .wide-form .mauticform-select:not(.question-stacked) > .rte-q-label,
  .wide-form .mauticform-select:not(.question-stacked) > .desc,
  .wide-form .mauticform-tel:not(.question-stacked) > label,
  .wide-form .mauticform-tel:not(.question-stacked) > .rte-q-label,
  .wide-form .mauticform-tel:not(.question-stacked) > .desc,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > label,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > .desc {
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
  }
  .form-container .type_date:not(.question-stacked) > label ~ *, .form-container .type_date:not(.question-stacked) > .rte-q-label ~ *, .form-container .type_date:not(.question-stacked) > .desc ~ *,
  .form-container .type_multicheck:not(.question-stacked) > label ~ *,
  .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .type_multicheck:not(.question-stacked) > .desc ~ *,
  .form-container .type_radio:not(.question-stacked) > label ~ *,
  .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .type_radio:not(.question-stacked) > .desc ~ *,
  .form-container .type_select:not(.question-stacked) > label ~ *,
  .form-container .type_select:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .type_select:not(.question-stacked) > .desc ~ *,
  .form-container .type_ssn:not(.question-stacked) > label ~ *,
  .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .type_ssn:not(.question-stacked) > .desc ~ *,
  .form-container .type_telephone:not(.question-stacked) > label ~ *,
  .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .type_telephone:not(.question-stacked) > .desc ~ *,
  .form-container .type_text:not(.question-stacked) > label ~ *,
  .form-container .type_text:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .type_text:not(.question-stacked) > .desc ~ *,
  .form-container .type_textarea:not(.question-stacked) > label ~ *,
  .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .type_textarea:not(.question-stacked) > .desc ~ *,
  .form-container .mauticform-text:not(.question-stacked) > label ~ *,
  .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .mauticform-text:not(.question-stacked) > .desc ~ *,
  .form-container .mauticform-email:not(.question-stacked) > label ~ *,
  .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .mauticform-email:not(.question-stacked) > .desc ~ *,
  .form-container .mauticform-select:not(.question-stacked) > label ~ *,
  .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .mauticform-select:not(.question-stacked) > .desc ~ *,
  .form-container .mauticform-tel:not(.question-stacked) > label ~ *,
  .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .mauticform-tel:not(.question-stacked) > .desc ~ *,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > label ~ *,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ *,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ *,
  .wide-form .type_date:not(.question-stacked) > label ~ *,
  .wide-form .type_date:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_date:not(.question-stacked) > .desc ~ *,
  .wide-form .type_multicheck:not(.question-stacked) > label ~ *,
  .wide-form .type_multicheck:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_multicheck:not(.question-stacked) > .desc ~ *,
  .wide-form .type_radio:not(.question-stacked) > label ~ *,
  .wide-form .type_radio:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_radio:not(.question-stacked) > .desc ~ *,
  .wide-form .type_select:not(.question-stacked) > label ~ *,
  .wide-form .type_select:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_select:not(.question-stacked) > .desc ~ *,
  .wide-form .type_ssn:not(.question-stacked) > label ~ *,
  .wide-form .type_ssn:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_ssn:not(.question-stacked) > .desc ~ *,
  .wide-form .type_telephone:not(.question-stacked) > label ~ *,
  .wide-form .type_telephone:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_telephone:not(.question-stacked) > .desc ~ *,
  .wide-form .type_text:not(.question-stacked) > label ~ *,
  .wide-form .type_text:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_text:not(.question-stacked) > .desc ~ *,
  .wide-form .type_textarea:not(.question-stacked) > label ~ *,
  .wide-form .type_textarea:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .type_textarea:not(.question-stacked) > .desc ~ *,
  .wide-form .mauticform-text:not(.question-stacked) > label ~ *,
  .wide-form .mauticform-text:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .mauticform-text:not(.question-stacked) > .desc ~ *,
  .wide-form .mauticform-email:not(.question-stacked) > label ~ *,
  .wide-form .mauticform-email:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .mauticform-email:not(.question-stacked) > .desc ~ *,
  .wide-form .mauticform-select:not(.question-stacked) > label ~ *,
  .wide-form .mauticform-select:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .mauticform-select:not(.question-stacked) > .desc ~ *,
  .wide-form .mauticform-tel:not(.question-stacked) > label ~ *,
  .wide-form .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .mauticform-tel:not(.question-stacked) > .desc ~ *,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > label ~ *,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ * {
    width: calc(100% - 33.333%);
  }
  .form-container .type_date:not(.question-stacked) > label ~ *.choice, .form-container .type_date:not(.question-stacked) > .rte-q-label ~ *.choice, .form-container .type_date:not(.question-stacked) > .desc ~ *.choice,
  .form-container .type_multicheck:not(.question-stacked) > label ~ *.choice,
  .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .type_multicheck:not(.question-stacked) > .desc ~ *.choice,
  .form-container .type_radio:not(.question-stacked) > label ~ *.choice,
  .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .type_radio:not(.question-stacked) > .desc ~ *.choice,
  .form-container .type_select:not(.question-stacked) > label ~ *.choice,
  .form-container .type_select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .type_select:not(.question-stacked) > .desc ~ *.choice,
  .form-container .type_ssn:not(.question-stacked) > label ~ *.choice,
  .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .type_ssn:not(.question-stacked) > .desc ~ *.choice,
  .form-container .type_telephone:not(.question-stacked) > label ~ *.choice,
  .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .type_telephone:not(.question-stacked) > .desc ~ *.choice,
  .form-container .type_text:not(.question-stacked) > label ~ *.choice,
  .form-container .type_text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .type_text:not(.question-stacked) > .desc ~ *.choice,
  .form-container .type_textarea:not(.question-stacked) > label ~ *.choice,
  .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .type_textarea:not(.question-stacked) > .desc ~ *.choice,
  .form-container .mauticform-text:not(.question-stacked) > label ~ *.choice,
  .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .mauticform-text:not(.question-stacked) > .desc ~ *.choice,
  .form-container .mauticform-email:not(.question-stacked) > label ~ *.choice,
  .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .mauticform-email:not(.question-stacked) > .desc ~ *.choice,
  .form-container .mauticform-select:not(.question-stacked) > label ~ *.choice,
  .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .mauticform-select:not(.question-stacked) > .desc ~ *.choice,
  .form-container .mauticform-tel:not(.question-stacked) > label ~ *.choice,
  .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .mauticform-tel:not(.question-stacked) > .desc ~ *.choice,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > label ~ *.choice,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_date:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_date:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_date:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_multicheck:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_multicheck:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_multicheck:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_radio:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_radio:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_radio:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_select:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_select:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_ssn:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_ssn:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_ssn:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_telephone:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_telephone:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_telephone:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_text:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_text:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .type_textarea:not(.question-stacked) > label ~ *.choice,
  .wide-form .type_textarea:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .type_textarea:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .mauticform-text:not(.question-stacked) > label ~ *.choice,
  .wide-form .mauticform-text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .mauticform-text:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .mauticform-email:not(.question-stacked) > label ~ *.choice,
  .wide-form .mauticform-email:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .mauticform-email:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .mauticform-select:not(.question-stacked) > label ~ *.choice,
  .wide-form .mauticform-select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .mauticform-select:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .mauticform-tel:not(.question-stacked) > label ~ *.choice,
  .wide-form .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .mauticform-tel:not(.question-stacked) > .desc ~ *.choice,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > label ~ *.choice,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ *.choice {
    margin: 0.375em 0;
  }
  .form-container .type_date:not(.question-stacked) > label ~ .help, .form-container .type_date:not(.question-stacked) > .rte-q-label ~ .help, .form-container .type_date:not(.question-stacked) > .desc ~ .help,
  .form-container .type_multicheck:not(.question-stacked) > label ~ .help,
  .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .type_multicheck:not(.question-stacked) > .desc ~ .help,
  .form-container .type_radio:not(.question-stacked) > label ~ .help,
  .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .type_radio:not(.question-stacked) > .desc ~ .help,
  .form-container .type_select:not(.question-stacked) > label ~ .help,
  .form-container .type_select:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .type_select:not(.question-stacked) > .desc ~ .help,
  .form-container .type_ssn:not(.question-stacked) > label ~ .help,
  .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .type_ssn:not(.question-stacked) > .desc ~ .help,
  .form-container .type_telephone:not(.question-stacked) > label ~ .help,
  .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .type_telephone:not(.question-stacked) > .desc ~ .help,
  .form-container .type_text:not(.question-stacked) > label ~ .help,
  .form-container .type_text:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .type_text:not(.question-stacked) > .desc ~ .help,
  .form-container .type_textarea:not(.question-stacked) > label ~ .help,
  .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .type_textarea:not(.question-stacked) > .desc ~ .help,
  .form-container .mauticform-text:not(.question-stacked) > label ~ .help,
  .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .mauticform-text:not(.question-stacked) > .desc ~ .help,
  .form-container .mauticform-email:not(.question-stacked) > label ~ .help,
  .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .mauticform-email:not(.question-stacked) > .desc ~ .help,
  .form-container .mauticform-select:not(.question-stacked) > label ~ .help,
  .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .mauticform-select:not(.question-stacked) > .desc ~ .help,
  .form-container .mauticform-tel:not(.question-stacked) > label ~ .help,
  .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .mauticform-tel:not(.question-stacked) > .desc ~ .help,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > label ~ .help,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ .help,
  .form-container .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_date:not(.question-stacked) > label ~ .help,
  .wide-form .type_date:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_date:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_multicheck:not(.question-stacked) > label ~ .help,
  .wide-form .type_multicheck:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_multicheck:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_radio:not(.question-stacked) > label ~ .help,
  .wide-form .type_radio:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_radio:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_select:not(.question-stacked) > label ~ .help,
  .wide-form .type_select:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_select:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_ssn:not(.question-stacked) > label ~ .help,
  .wide-form .type_ssn:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_ssn:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_telephone:not(.question-stacked) > label ~ .help,
  .wide-form .type_telephone:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_telephone:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_text:not(.question-stacked) > label ~ .help,
  .wide-form .type_text:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_text:not(.question-stacked) > .desc ~ .help,
  .wide-form .type_textarea:not(.question-stacked) > label ~ .help,
  .wide-form .type_textarea:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .type_textarea:not(.question-stacked) > .desc ~ .help,
  .wide-form .mauticform-text:not(.question-stacked) > label ~ .help,
  .wide-form .mauticform-text:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .mauticform-text:not(.question-stacked) > .desc ~ .help,
  .wide-form .mauticform-email:not(.question-stacked) > label ~ .help,
  .wide-form .mauticform-email:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .mauticform-email:not(.question-stacked) > .desc ~ .help,
  .wide-form .mauticform-select:not(.question-stacked) > label ~ .help,
  .wide-form .mauticform-select:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .mauticform-select:not(.question-stacked) > .desc ~ .help,
  .wide-form .mauticform-tel:not(.question-stacked) > label ~ .help,
  .wide-form .mauticform-tel:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .mauticform-tel:not(.question-stacked) > .desc ~ .help,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > label ~ .help,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ .help {
    width: 100%;
  }
  .form-container .type_date.related-question,
  .form-container .type_multicheck.related-question,
  .form-container .type_radio.related-question,
  .form-container .type_select.related-question,
  .form-container .type_ssn.related-question,
  .form-container .type_telephone.related-question,
  .form-container .type_text.related-question,
  .form-container .type_textarea.related-question,
  .form-container .mauticform-text.related-question,
  .form-container .mauticform-email.related-question,
  .form-container .mauticform-select.related-question,
  .form-container .mauticform-tel.related-question,
  .form-container .mauticform-checkboxgrp.related-question,
  .wide-form .type_date.related-question,
  .wide-form .type_multicheck.related-question,
  .wide-form .type_radio.related-question,
  .wide-form .type_select.related-question,
  .wide-form .type_ssn.related-question,
  .wide-form .type_telephone.related-question,
  .wide-form .type_text.related-question,
  .wide-form .type_textarea.related-question,
  .wide-form .mauticform-text.related-question,
  .wide-form .mauticform-email.related-question,
  .wide-form .mauticform-select.related-question,
  .wide-form .mauticform-tel.related-question,
  .wide-form .mauticform-checkboxgrp.related-question {
    padding-left: 33.333%;
  }
  .form-container .type_date .type_checkbox.related-question,
  .form-container .type_date .type_readonly_webcopy.related-question,
  .form-container .type_multicheck .type_checkbox.related-question,
  .form-container .type_multicheck .type_readonly_webcopy.related-question,
  .form-container .type_radio .type_checkbox.related-question,
  .form-container .type_radio .type_readonly_webcopy.related-question,
  .form-container .type_select .type_checkbox.related-question,
  .form-container .type_select .type_readonly_webcopy.related-question,
  .form-container .type_ssn .type_checkbox.related-question,
  .form-container .type_ssn .type_readonly_webcopy.related-question,
  .form-container .type_telephone .type_checkbox.related-question,
  .form-container .type_telephone .type_readonly_webcopy.related-question,
  .form-container .type_text .type_checkbox.related-question,
  .form-container .type_text .type_readonly_webcopy.related-question,
  .form-container .type_textarea .type_checkbox.related-question,
  .form-container .type_textarea .type_readonly_webcopy.related-question,
  .form-container .mauticform-text .type_checkbox.related-question,
  .form-container .mauticform-text .type_readonly_webcopy.related-question,
  .form-container .mauticform-email .type_checkbox.related-question,
  .form-container .mauticform-email .type_readonly_webcopy.related-question,
  .form-container .mauticform-select .type_checkbox.related-question,
  .form-container .mauticform-select .type_readonly_webcopy.related-question,
  .form-container .mauticform-tel .type_checkbox.related-question,
  .form-container .mauticform-tel .type_readonly_webcopy.related-question,
  .form-container .mauticform-checkboxgrp .type_checkbox.related-question,
  .form-container .mauticform-checkboxgrp .type_readonly_webcopy.related-question,
  .wide-form .type_date .type_checkbox.related-question,
  .wide-form .type_date .type_readonly_webcopy.related-question,
  .wide-form .type_multicheck .type_checkbox.related-question,
  .wide-form .type_multicheck .type_readonly_webcopy.related-question,
  .wide-form .type_radio .type_checkbox.related-question,
  .wide-form .type_radio .type_readonly_webcopy.related-question,
  .wide-form .type_select .type_checkbox.related-question,
  .wide-form .type_select .type_readonly_webcopy.related-question,
  .wide-form .type_ssn .type_checkbox.related-question,
  .wide-form .type_ssn .type_readonly_webcopy.related-question,
  .wide-form .type_telephone .type_checkbox.related-question,
  .wide-form .type_telephone .type_readonly_webcopy.related-question,
  .wide-form .type_text .type_checkbox.related-question,
  .wide-form .type_text .type_readonly_webcopy.related-question,
  .wide-form .type_textarea .type_checkbox.related-question,
  .wide-form .type_textarea .type_readonly_webcopy.related-question,
  .wide-form .mauticform-text .type_checkbox.related-question,
  .wide-form .mauticform-text .type_readonly_webcopy.related-question,
  .wide-form .mauticform-email .type_checkbox.related-question,
  .wide-form .mauticform-email .type_readonly_webcopy.related-question,
  .wide-form .mauticform-select .type_checkbox.related-question,
  .wide-form .mauticform-select .type_readonly_webcopy.related-question,
  .wide-form .mauticform-tel .type_checkbox.related-question,
  .wide-form .mauticform-tel .type_readonly_webcopy.related-question,
  .wide-form .mauticform-checkboxgrp .type_checkbox.related-question,
  .wide-form .mauticform-checkboxgrp .type_readonly_webcopy.related-question {
    padding-left: 33.333%;
  }
  .form-container .question,
  .wide-form .question {
    margin: 0;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
  }
  .form-container .related-question,
  .wide-form .related-question {
    padding-top: 0;
    border-top: none;
  }
  .form-container .rte-q:first-of-type .question,
  .wide-form .rte-q:first-of-type .question {
    padding-top: 0;
    border-top: 0;
  }
}

.type_multicheck .choice span,
.type_radio .choice span,
.type_ethnicity .choice span {
  display: inline-block;
  margin-right: 1em;
  vertical-align: baseline;
}
.type_multicheck .choice input[type=radio] > label, .type_multicheck .choice input[type=radio] > .rte-q-label, .type_multicheck .choice input[type=checkbox] > label, .type_multicheck .choice input[type=checkbox] > .rte-q-label,
.type_radio .choice input[type=radio] > label,
.type_radio .choice input[type=radio] > .rte-q-label,
.type_radio .choice input[type=checkbox] > label,
.type_radio .choice input[type=checkbox] > .rte-q-label,
.type_ethnicity .choice input[type=radio] > label,
.type_ethnicity .choice input[type=radio] > .rte-q-label,
.type_ethnicity .choice input[type=checkbox] > label,
.type_ethnicity .choice input[type=checkbox] > .rte-q-label {
  width: auto;
}
.type_multicheck.answer-stacked .choice span,
.type_radio.answer-stacked .choice span,
.type_ethnicity.answer-stacked .choice span {
  display: block;
}

.type_date [role=group],
.type_ssn [role=group],
.type_telephone [role=group] {
  display: flex;
}
.type_date [role=group] > *:not(:first-child),
.type_ssn [role=group] > *:not(:first-child),
.type_telephone [role=group] > *:not(:first-child) {
  margin-left: 0.25em;
}
.group_mode_view .type_date [role=group] > *:not(:first-child),
.group_mode_view .type_ssn [role=group] > *:not(:first-child),
.group_mode_view .type_telephone [role=group] > *:not(:first-child) {
  margin-left: 0;
}
.type_date [role=group] > * select,
.type_ssn [role=group] > * select,
.type_telephone [role=group] > * select {
  width: 100%;
}

.type_event_login .un_pw .start_app a .question {
  text-align: right;
}

.FormHide {
  display: none !important;
}

.mauticform-post-success .mauticform-innerform {
  display: none;
}

.mauticform-field-student_academic_interest .checkboxgrp-wrapper {
  padding: 0.25em 0.5em;
  min-height: 5.5em;
  height: 5.5em;
  resize: vertical;
  overflow: scroll;
}

.mauticform-checkboxgrp-row {
  position: relative;
}

.mauticform-row {
  margin-bottom: 1rem;
}

button.button, .button button,
a.button,
.button a,
input.button,
.button input, button,
.type_event_button a,
[type=submit],
[type=button], .page-footer .help-links li a, button.minor-button, .minor-button button,
a.minor-button,
.minor-button a,
input.minor-button,
.minor-button input, .primary-offer .button, button.major-button, .major-button button,
a.major-button,
.major-button a,
input.major-button,
.major-button input, .type_event_login .un_pw .start_app a {
  transition: all 0.25s ease-in-out;
  font-size: 1rem;
  font-family: "gotham-book", Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #fcbb11;
  color: #511b00;
  border: 2px solid #511b00;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media (min-width: 37.5rem) {
  button.button, .button button,
  a.button,
  .button a,
  input.button,
  .button input, button,
  .type_event_button a,
  [type=submit],
  [type=button], .page-footer .help-links li a, button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input, .primary-offer .button, button.major-button, .major-button button,
  a.major-button,
  .major-button a,
  input.major-button,
  .major-button input, .type_event_login .un_pw .start_app a {
    font-size: calc(1rem + 0.2 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  button.button, .button button,
  a.button,
  .button a,
  input.button,
  .button input, button,
  .type_event_button a,
  [type=submit],
  [type=button], .page-footer .help-links li a, button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input, .primary-offer .button, button.major-button, .major-button button,
  a.major-button,
  .major-button a,
  input.major-button,
  .major-button input, .type_event_login .un_pw .start_app a {
    font-size: 1.2rem;
  }
}
button.button:after, .button button:after,
a.button:after,
.button a:after,
input.button:after,
.button input:after, button:after,
.type_event_button a:after,
[type=submit]:after,
[type=button]:after, .page-footer .help-links li a:after, button.minor-button:after, .minor-button button:after,
a.minor-button:after,
.minor-button a:after,
input.minor-button:after,
.minor-button input:after, .primary-offer .button:after, button.major-button:after, .major-button button:after,
a.major-button:after,
.major-button a:after,
input.major-button:after,
.major-button input:after, .type_event_login .un_pw .start_app a:after {
  transition: all 0.25s ease-in-out;
  font-family: "fontawesome";
  font-size: 1.2rem;
  content: "\f054";
  position: relative;
  left: 0.5rem;
  top: 0.05rem;
}
a.button:focus,
.button a:focus,
input.button:focus,
.button input:focus, button:focus,
.type_event_button a:focus,
[type=submit]:focus,
[type=button]:focus, .page-footer .help-links li a:focus,
a.minor-button:focus,
.minor-button a:focus,
input.minor-button:focus,
.minor-button input:focus, .primary-offer .button:focus,
a.major-button:focus,
.major-button a:focus,
input.major-button:focus,
.major-button input:focus, .type_event_login .un_pw .start_app a:focus,
a.button:hover,
.button a:hover,
input.button:hover,
.button input:hover, button:hover,
.type_event_button a:hover,
[type=submit]:hover,
[type=button]:hover, .page-footer .help-links li a:hover,
a.minor-button:hover,
.minor-button a:hover,
input.minor-button:hover,
.minor-button input:hover, .primary-offer .button:hover,
a.major-button:hover,
.major-button a:hover,
input.major-button:hover,
.major-button input:hover, .type_event_login .un_pw .start_app a:hover {
  background: rgb(252.9522821577, 208.5850622407, 92.5477178423);
}
a.button:focus:after,
.button a:focus:after,
input.button:focus:after,
.button input:focus:after, button:focus:after,
.type_event_button a:focus:after,
[type=submit]:focus:after,
[type=button]:focus:after, .page-footer .help-links li a:focus:after,
a.minor-button:focus:after,
.minor-button a:focus:after,
input.minor-button:focus:after,
.minor-button input:focus:after, .primary-offer .button:focus:after,
a.major-button:focus:after,
.major-button a:focus:after,
input.major-button:focus:after,
.major-button input:focus:after, .type_event_login .un_pw .start_app a:focus:after,
a.button:hover:after,
.button a:hover:after,
input.button:hover:after,
.button input:hover:after, button:hover:after,
.type_event_button a:hover:after,
[type=submit]:hover:after,
[type=button]:hover:after, .page-footer .help-links li a:hover:after,
a.minor-button:hover:after,
.minor-button a:hover:after,
input.minor-button:hover:after,
.minor-button input:hover:after, .primary-offer .button:hover:after,
a.major-button:hover:after,
.major-button a:hover:after,
input.major-button:hover:after,
.major-button input:hover:after, .type_event_login .un_pw .start_app a:hover:after {
  left: 0.75rem;
}
@media (min-width: 37.5rem) {
  button.button, .button button,
  a.button,
  .button a,
  input.button,
  .button input, button,
  .type_event_button a,
  [type=submit],
  [type=button], .page-footer .help-links li a, button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input, .primary-offer .button, button.major-button, .major-button button,
  a.major-button,
  .major-button a,
  input.major-button,
  .major-button input, .type_event_login .un_pw .start_app a {
    display: inline-block;
    width: auto;
  }
}

.primary-offer .button, button.major-button, .major-button button,
a.major-button,
.major-button a,
input.major-button,
.major-button input {
  background: #511b00;
  color: white;
  border: 2px solid #511b00;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.primary-offer .button:focus, button.major-button:focus, .major-button button:focus,
a.major-button:focus,
.major-button a:focus,
input.major-button:focus,
.major-button input:focus, .primary-offer .button:hover, button.major-button:hover, .major-button button:hover,
a.major-button:hover,
.major-button a:hover,
input.major-button:hover,
.major-button input:hover {
  background: rgb(157.5, 52.5, 0);
  border: 2px solid rgb(157.5, 52.5, 0);
}
.primary-offer .button:focus:after, button.major-button:focus:after, .major-button button:focus:after,
a.major-button:focus:after,
.major-button a:focus:after,
input.major-button:focus:after,
.major-button input:focus:after, .primary-offer .button:hover:after, button.major-button:hover:after, .major-button button:hover:after,
a.major-button:hover:after,
.major-button a:hover:after,
input.major-button:hover:after,
.major-button input:hover:after {
  left: 0.75rem;
}

button.minor-button, .minor-button button,
a.minor-button,
.minor-button a,
input.minor-button,
.minor-button input {
  font-size: 0.75rem;
  background: rgb(85.25, 85.25, 85.25);
  color: white;
  border: 2px solid rgb(85.25, 85.25, 85.25);
}
@media (min-width: 37.5rem) {
  button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input {
    font-size: calc(0.75rem + 0.15 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input {
    font-size: 0.9rem;
  }
}
button.minor-button:focus, .minor-button button:focus,
a.minor-button:focus,
.minor-button a:focus,
input.minor-button:focus,
.minor-button input:focus, button.minor-button:hover, .minor-button button:hover,
a.minor-button:hover,
.minor-button a:hover,
input.minor-button:hover,
.minor-button input:hover {
  background: rgb(123.5, 123.5, 123.5);
  border: 2px solid rgb(123.5, 123.5, 123.5);
}
button.minor-button:focus:after, .minor-button button:focus:after,
a.minor-button:focus:after,
.minor-button a:focus:after,
input.minor-button:focus:after,
.minor-button input:focus:after, button.minor-button:hover:after, .minor-button button:hover:after,
a.minor-button:hover:after,
.minor-button a:hover:after,
input.minor-button:hover:after,
.minor-button input:hover:after {
  left: 0.75rem;
}

.page-footer .help-links li a {
  font-size: 0.75rem;
  background: #c2c2c2;
  color: #2f2f2f;
  border: 2px solid #2f2f2f;
}
@media (min-width: 37.5rem) {
  .page-footer .help-links li a {
    font-size: calc(0.75rem + 0.15 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  .page-footer .help-links li a {
    font-size: 0.9rem;
  }
}
.page-footer .help-links li a:focus, .page-footer .help-links li a:hover {
  background: #f1f1f1;
  color: #2f2f2f;
}
.page-footer .help-links li a:focus:after, .page-footer .help-links li a:hover:after {
  left: 0.75rem;
}

.center {
  width: 90%;
  max-width: 56.25rem;
  margin: auto;
}

.wrapper {
  width: 100%;
  max-width: 56.25rem;
  margin: auto;
}
@media only screen and (min-width: 37.5rem) {
  .wrapper {
    width: 80%;
  }
}
@media only screen and (min-width: 75rem) {
  .wrapper {
    width: 70%;
  }
}

.page-header {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 1rem;
}
@media (min-width: 37.5rem) {
  .page-header {
    background: #f1f1f1;
    padding: 1rem;
  }
}
@media (min-width: 37.5rem) {
  .page-header > div {
    display: flex;
  }
}
.page-header .logo {
  background: url("img-logo.svg") left/contain no-repeat;
  height: 4rem;
  width: 12rem;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > * {
  flex-shrink: 0;
}

.page-main {
  flex-grow: 1;
}

.page-footer {
  background: #fcbb11;
  margin-top: 6rem;
  padding: 1rem 1rem 3rem;
}
.page-footer:before {
  display: block;
  content: "";
  position: relative;
  height: 8rem;
  margin-top: -8rem;
  width: 100%;
  background: url("img-page-bg.svg") bottom/contain no-repeat;
  z-index: -1;
}
@media (min-width: 18.75rem) {
  .page-footer:before {
    height: calc(8rem + -2 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-footer:before {
    height: 6rem;
  }
}
@media (min-width: 18.75rem) {
  .page-footer:before {
    margin-top: calc(-8rem + 2 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-footer:before {
    margin-top: -6rem;
  }
}
.page-footer .wrapper {
  width: 90%;
  max-width: 56.25rem;
  margin: auto;
  width: 100%;
}
.page-footer .wrapper address {
  padding: 0;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .page-footer .wrapper {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-footer .wrapper address {
    width: 50%;
    text-align: left;
  }
}
@media only screen and (min-width: 75rem) {
  .page-footer .wrapper {
    width: 70%;
  }
}
.page-footer .schoolname {
  background: url("img-logo-horiz.svg") left/contain no-repeat;
  height: 3rem;
  width: 15rem;
  margin: auto;
}
@media (min-width: 37.5rem) {
  .page-footer .schoolname {
    margin: 0;
  }
}
.page-footer .school_address {
  color: #511b00;
  margin-top: -0.5rem;
}
.page-footer a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.page-footer .help-links {
  list-style: none;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 37.5rem) {
  .page-footer .help-links {
    justify-content: flex-end;
  }
}
.page-footer .help-links li {
  display: inline-block;
  margin-left: 0.25rem;
}
.page-footer .help-links li a {
  font-size: 0.7rem;
  padding: 0.25rem 1rem;
}
@media (min-width: 37.5rem) {
  .page-footer .help-links li a {
    font-size: calc(0.7rem + 0.1 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  .page-footer .help-links li a {
    font-size: 0.8rem;
  }
}
.page-footer .help-links li a:after {
  display: none;
}

.rte-custom-highschoollookup7 .result {
  background: white;
  position: relative;
  margin: 1rem 0;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border: 1px solid #000;
}
.rte-custom-highschoollookup7 .result .location {
  display: block;
  font-size: 0.875em;
  font-style: italic;
}
.rte-custom-highschoollookup7 .result a {
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: transparent;
  border: 0;
  background: none;
  font-size: 0;
}
.rte-custom-highschoollookup7 .result a::after {
  font-size: 1rem;
  font-family: "fontawesome";
  content: "\f00d";
  color: #511b00;
}
.rte-custom-highschoollookup7 .result a:hover::after, .rte-custom-highschoollookup7 .result a:focus::after {
  color: #fcbb11;
}

.ac_results {
  z-index: 1000;
  background: #fff;
  position: relative;
}
.ac_results ul {
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}
.ac_results li {
  display: block;
  margin: 0;
  padding: 0.75em;
  cursor: pointer;
}
.ac_results li:nth-child(even) {
  background: #eee;
}
.ac_results li.ac_over {
  background: rgb(253.9045643154, 230.1701244813, 168.0954356846);
  color: #511b00;
}
.ac_results li .location {
  display: block;
  font-size: 0.85em;
  font-style: italic;
}
.ac_results li.cantfind {
  background: #511b00;
  color: white;
}
.ac_results li.cantfind.ac_over {
  background: rgb(253.9045643154, 230.1701244813, 168.0954356846);
  color: #511b00;
}

.fancybox-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox-wrap {
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
  width: 90% !important;
  max-width: 37.5rem !important;
  margin: 0 auto !important;
}

.fancybox-skin {
  padding: 1.5rem !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.fancybox-close {
  position: absolute;
  top: 0.25rem;
  right: 0.75rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: transparent;
  border: 0;
  background: none;
  font-size: 0;
  text-decoration: none;
}
.fancybox-close::after {
  transition: all 0.25s ease-in-out;
  font-size: 1.5rem;
  font-family: "fontawesome";
  content: "\f00d";
  color: #b35c00;
}
@media (min-width: 18.75rem) {
  .fancybox-close::after {
    font-size: calc(1.5rem + 0.5 * (100vw - 18.75rem) / 31.25);
  }
}
@media (min-width: 50rem) {
  .fancybox-close::after {
    font-size: 2rem;
  }
}
.fancybox-close:hover, .fancybox-close:focus {
  text-decoration: none;
}
.fancybox-close:hover::after, .fancybox-close:focus::after {
  color: #fcbb11;
}

.fancybox-inner {
  width: 100% !important;
  height: auto !important;
}
.fancybox-inner .section {
  padding: 0 !important;
  border: none !important;
}

.group_mode_view, .group_mode_edit {
  padding: 1em;
}
@media screen and (min-width: 37.5rem) {
  .group_mode_view, .group_mode_edit {
    padding: 2em;
  }
}

.group_mode_view {
  padding: 1em;
  color: black;
}
@media screen and (min-width: 37.5rem) {
  .group_mode_view {
    padding: 2em;
    display: flex;
  }
  .group_mode_view .group_edit_fields {
    width: 100%;
  }
  .group_mode_view::before {
    color: black;
    content: "";
    background: url(profile.svg) no-repeat center center;
    background-size: contain;
    width: 5rem;
    height: 2.5rem;
    margin-right: 1em;
    display: block;
  }
}
@media screen and (min-width: 50rem) {
  .group_mode_view::before {
    color: black;
    content: "";
    width: 8.5rem;
    height: 4rem;
  }
}

.group_edit_fields .question {
  margin: 1.125em 0;
  align-items: center !important;
}
@media (min-width: 43.75rem) {
  .group_mode_edit .group_edit_fields .type_date:not(.question-stacked),
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked),
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked),
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked),
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked),
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked),
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked),
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked),
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked),
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked),
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked),
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked),
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > label, .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > .rte-q-label, .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > .desc,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > label,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > .desc {
    width: 33.333%;
    padding: 0 5% 0 0;
  }
  .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > label ~ *, .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > .rte-q-label ~ *, .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > .desc ~ *,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ * {
    width: calc(100% - 33.333%);
  }
  .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > label ~ *.choice, .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > .rte-q-label ~ *.choice, .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ *.choice {
    margin: 0 0;
  }
  .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > label ~ .help, .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > .rte-q-label ~ .help, .group_mode_edit .group_edit_fields .type_date:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .type_multicheck:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .type_radio:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .type_select:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .type_ssn:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .type_telephone:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .type_text:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .type_textarea:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-text:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-email:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-select:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-tel:not(.question-stacked) > .desc ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ .help {
    width: 100%;
  }
  .group_mode_edit .group_edit_fields .type_date.related-question,
  .group_mode_edit .group_edit_fields .type_multicheck.related-question,
  .group_mode_edit .group_edit_fields .type_radio.related-question,
  .group_mode_edit .group_edit_fields .type_select.related-question,
  .group_mode_edit .group_edit_fields .type_ssn.related-question,
  .group_mode_edit .group_edit_fields .type_telephone.related-question,
  .group_mode_edit .group_edit_fields .type_text.related-question,
  .group_mode_edit .group_edit_fields .type_textarea.related-question,
  .group_mode_edit .group_edit_fields .mauticform-text.related-question,
  .group_mode_edit .group_edit_fields .mauticform-email.related-question,
  .group_mode_edit .group_edit_fields .mauticform-select.related-question,
  .group_mode_edit .group_edit_fields .mauticform-tel.related-question,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp.related-question {
    padding-left: 33.333%;
  }
  .group_mode_edit .group_edit_fields .type_date .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .type_date .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .type_multicheck .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .type_multicheck .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .type_radio .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .type_radio .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .type_select .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .type_select .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .type_ssn .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .type_ssn .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .type_telephone .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .type_telephone .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .type_text .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .type_text .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .type_textarea .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .type_textarea .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .mauticform-text .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .mauticform-text .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .mauticform-email .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .mauticform-email .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .mauticform-select .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .mauticform-select .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .mauticform-tel .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .mauticform-tel .type_readonly_webcopy.related-question,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp .type_checkbox.related-question,
  .group_mode_edit .group_edit_fields .mauticform-checkboxgrp .type_readonly_webcopy.related-question {
    padding-left: 33.333%;
  }
}
.group_edit_fields .ceeb-answer-group {
  flex: 1;
  background: #c2c2c2;
}
.group_edit_fields .ceeb-answer-group .button-well button {
  background: white;
  color: black;
  border: 1px solid #DCDAD3;
  padding: 0.5em 1em;
  margin: 0.5em;
}
.group_edit_fields .ceeb-answer-group .button-well button::after {
  content: "";
  display: none;
}
.group_edit_fields .ceeb-answer-group .button-well button:hover {
  background: rgb(229.5, 229.5, 229.5);
}
@media screen and (min-width: 43.75rem) {
  .group_edit_fields .ceeb-question, .group_edit_fields .ceeb-answer {
    display: flex;
  }
  .group_edit_fields .ceeb-question .desc, .group_edit_fields .ceeb-answer .desc {
    width: 33.33333%;
  }
  .group_edit_fields .ceeb-question .ceeb-answer-group, .group_edit_fields .ceeb-answer .ceeb-answer-group {
    flex: 1;
  }
}
.group_mode_view .group_edit_fields {
  position: relative;
  padding-right: 6.25em;
}
.group_mode_view .group_edit_fields .field_addr1 {
  margin-top: 0;
}
.group_mode_view .group_edit_fields .rte-q {
  display: inline;
  font-size: 0.8em;
}
@media screen and (min-width: 37.5rem) {
  .group_mode_view .group_edit_fields .rte-q {
    font-size: 0.9em;
  }
}
.group_mode_view .group_edit_fields .no_answer {
  display: none;
}
.group_mode_view .group_edit_fields [class*=field_pname],
.group_mode_view .group_edit_fields [class*=field_major_pc1],
.group_mode_view .group_edit_fields [class*=field_major_pc2] {
  display: none;
}
.group_mode_view .group_edit_fields [class*=field_fname],
.group_mode_view .group_edit_fields [class*=field_mname],
.group_mode_view .group_edit_fields [class*=field_lname] {
  display: inline;
  font-family: "gotham-book", Arial, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
}
@media screen and (min-width: 37.5rem) {
  .group_mode_view .group_edit_fields [class*=field_fname],
  .group_mode_view .group_edit_fields [class*=field_mname],
  .group_mode_view .group_edit_fields [class*=field_lname] {
    font-size: 1.4em;
  }
}
.group_mode_view .group_edit_fields [class*=field_fname] label,
.group_mode_view .group_edit_fields [class*=field_mname] label,
.group_mode_view .group_edit_fields [class*=field_lname] label {
  display: none;
}
.group_mode_view .group_edit_fields [class*=field_addr1] label,
.group_mode_view .group_edit_fields [class*=field_addr2] label,
.group_mode_view .group_edit_fields [class*=field_city] label,
.group_mode_view .group_edit_fields [class*=field_state] label,
.group_mode_view .group_edit_fields [class*=field_zip5_dash_zip4] label,
.group_mode_view .group_edit_fields [class*=field_country_cd] label {
  display: none;
}
.group_mode_view .group_edit_fields [class*=field_addr1] {
  margin-bottom: 0;
}
.group_mode_view .group_edit_fields [class*=field_addr2],
.group_mode_view .group_edit_fields [class*=field_city],
.group_mode_view .group_edit_fields [class*=field_state],
.group_mode_view .group_edit_fields [class*=field_zip5_dash_zip4] {
  margin: 0;
}
.group_mode_view .group_edit_fields [class*=field_country_cd] {
  margin-top: 0;
}
.group_mode_view .group_edit_fields [class*=field_city],
.group_mode_view .group_edit_fields [class*=field_state],
.group_mode_view .group_edit_fields [class*=field_zip5_dash_zip4] {
  display: inline;
}
.group_mode_view .group_edit_fields [class*=field_city] span::after {
  content: ", ";
}
.group_mode_view .group_edit_fields .type_telephone {
  border-top: 1px solid #c2c2c2;
  padding-top: 1em;
}
.group_mode_view .group_edit_fields .type_telephone .desc {
  font-family: "gotham-book", Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 43.75rem) {
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked),
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > label, .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > .rte-q-label, .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > .desc,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > .desc {
    width: 33.333%;
    padding: 0 5% 0 0;
  }
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > label ~ *, .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > .rte-q-label ~ *, .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > .desc ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ *,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ * {
    width: calc(100% - 33.333%);
  }
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > label ~ *.choice, .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > .rte-q-label ~ *.choice, .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > .desc ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ *.choice,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ *.choice {
    margin: 0 0;
  }
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > label ~ .help, .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > .rte-q-label ~ .help, .group_mode_view .group_edit_fields .rte-custom-telephone .type_date:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel:not(.question-stacked) > .desc ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > .rte-q-label ~ .help,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp:not(.question-stacked) > .desc ~ .help {
    width: 100%;
  }
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_date.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp.related-question {
    padding-left: 33.333%;
  }
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_date .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_date .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_multicheck .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_radio .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_select .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_ssn .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_telephone .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_text .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .type_textarea .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-text .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-email .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-select .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-tel .type_readonly_webcopy.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp .type_checkbox.related-question,
  .group_mode_view .group_edit_fields .rte-custom-telephone .mauticform-checkboxgrp .type_readonly_webcopy.related-question {
    padding-left: 33.333%;
  }
}
.group_mode_view .group_edit_fields .type_telephone [role=group] > *:not(:first-child) {
  margin-left: 0;
}
.group_mode_view .group_edit_fields .ceeb-question, .group_mode_view .group_edit_fields .ceeb-answer {
  border-top: 1px solid #c2c2c2;
  padding-top: 1em;
}
.group_mode_view .group_edit_fields .ceeb-question .desc, .group_mode_view .group_edit_fields .ceeb-answer .desc {
  font-family: "gotham-book", Arial, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 43.75rem) {
  .group_mode_view .group_edit_fields .ceeb-question, .group_mode_view .group_edit_fields .ceeb-answer {
    display: flex;
  }
  .group_mode_view .group_edit_fields .ceeb-question .desc, .group_mode_view .group_edit_fields .ceeb-answer .desc {
    width: 33.333%;
    padding-right: 5%;
  }
}
.group_mode_view .group_edit_fields [name^=phone][name$=area] + span::before {
  content: "(";
}
.group_mode_view .group_edit_fields [name^=phone][name$=area] + span::after {
  content: ")";
  margin-right: 0.25rem;
}
.group_mode_view .group_edit_fields [name^=phone][name$=area] + span.no_answer {
  display: block;
}
.group_mode_view .group_edit_fields [name^=phone][name$=area] + span.no_answer::before {
  content: "None provided";
}
.group_mode_view .group_edit_fields [name^=phone][name$=area] + span.no_answer::after {
  display: none;
}
.group_mode_view .group_edit_fields [name^=phone][name$=prefix] + span::after {
  content: " -";
}
.group_mode_view .group_edit_fields .type_checkbox label {
  pointer-events: none;
}
.group_mode_view .group_edit_fields .type_checkbox .groupedit_display {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.3125em 0 0 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  line-height: 1;
}
.group_mode_view .group_edit_fields .type_checkbox .groupedit_display.groupedit_display_checked::before {
  content: "✓";
}
.group_mode_view .group_edit_fields .edit_save {
  position: absolute;
  top: 0;
  right: 0;
}
.group_mode_view .group_edit_fields .edit_save button {
  background: #c2c2c2;
  color: black;
  border: 1px solid #919396;
  padding: 0.5em 1em;
}
.group_mode_view .group_edit_fields .edit_save button:hover, .group_mode_view .group_edit_fields .edit_save button:focus {
  background: rgb(229.5, 229.5, 229.5);
  color: black;
}
.group_mode_view .group_edit_fields .edit_save button::after {
  content: "";
  display: none;
}

button.ceeb-button-lookup {
  background: #c2c2c2;
  color: black;
  border: 1px solid #DCDAD3;
  padding: 0.5em 1em;
}
button.ceeb-button-lookup:hover, button.ceeb-button-lookup:focus {
  background: rgb(229.5, 229.5, 229.5);
}

.page-update::before,
.page-update-parent::before,
.page-update-social::before,
.page-update-social-parent::before {
  content: "";
  background: url("update-game-changer.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 14rem;
  max-width: 68.75rem;
  margin: 0 auto;
  transition: height 0.3s ease;
  display: block;
}
@media screen and (min-width: 43.75rem) {
  .page-update::before,
  .page-update-parent::before,
  .page-update-social::before,
  .page-update-social-parent::before {
    height: 16em;
  }
}
@media screen and (min-width: 56.25rem) {
  .page-update::before,
  .page-update-parent::before,
  .page-update-social::before,
  .page-update-social-parent::before {
    height: 20em;
  }
}
@media screen and (min-width: 68.75rem) {
  .page-update::before,
  .page-update-parent::before,
  .page-update-social::before,
  .page-update-social-parent::before {
    height: 23em;
  }
}
@media screen and (min-width: 81.25rem) {
  .page-update::before,
  .page-update-parent::before,
  .page-update-social::before,
  .page-update-social-parent::before {
    height: 31em;
  }
}

.page-update-parent::before,
.page-update-social-parent::before {
  content: "";
  background: url("update-social-parent-preview.jpg") no-repeat top center;
  height: 31em;
  max-width: 56.25rem;
}

.welcome {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 1rem;
}

.page-engage .primary-offer .wrapper,
.page-engage-connect .primary-offer .wrapper,
.page-engage-parent .primary-offer .wrapper {
  margin: 0 auto 1rem;
}
.page-engage .primary-offer .wrapper::before,
.page-engage-connect .primary-offer .wrapper::before,
.page-engage-parent .primary-offer .wrapper::before {
  width: 100%;
  margin: 0 auto;
  padding: 67% 0 0;
}
.page-engage .primary-offer .wrapper .update_wrapper,
.page-engage-connect .primary-offer .wrapper .update_wrapper,
.page-engage-parent .primary-offer .wrapper .update_wrapper {
  margin-right: 1rem;
}

.primary-offer .wrapper,
.secondary-offer .wrapper,
.youvisit-container .wrapper {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.primary-offer {
  background: #fcbb11;
  border-bottom: 1em solid #fff;
  max-width: none;
  padding: 1rem 0 2rem;
}
.primary-offer .wrapper::before {
  content: "";
  display: block;
  background: url("thanks-game-changer.jpg") no-repeat center center;
  background-size: cover;
  width: 95%;
  padding-top: 67%;
  margin: 0 auto 0 1em;
}
@media only screen and (min-width: 50rem) {
  .primary-offer .wrapper {
    display: flex;
    width: 100%;
  }
  .primary-offer .wrapper::before {
    display: none;
    content: "";
  }
  .primary-offer .wrapper::after {
    content: "";
    display: block;
    background: url("thanks-game-changer.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 18rem;
  }
}
.primary-offer .button {
  margin-top: 1rem;
}
.primary-offer .primary-desktop-button {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .primary-offer {
    min-height: 20rem;
    padding: 1rem 0 0;
  }
  .primary-offer .primary-mobile-button {
    display: none;
  }
  .primary-offer .primary-desktop-button {
    display: block;
    width: 60%;
  }
}

.secondary-offer {
  background: #fcbb11;
  border-bottom: 1em solid #fff;
  max-width: none;
  padding: 1rem 0 2rem;
}
.secondary-offer .wrapper::before {
  content: "";
  display: block;
  background: url("thanks-quiz-preview-1.jpg") no-repeat center center;
  background-size: cover;
  width: 95%;
  padding-top: 67%;
  margin: 0 auto 0 1em;
}
@media only screen and (min-width: 50rem) {
  .secondary-offer .wrapper {
    display: flex;
    width: 100%;
  }
  .secondary-offer .wrapper::before {
    content: "";
    display: block;
    background: url("thanks-quiz-preview-1.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 18rem;
    padding-top: 0;
  }
}
.secondary-offer .button {
  margin-top: 1rem;
}
.secondary-offer .secondary-desktop-button {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .secondary-offer {
    min-height: 20rem;
    padding: 1rem 0 0;
  }
  .secondary-offer .secondary-mobile-button {
    display: none;
  }
  .secondary-offer .secondary-desktop-button {
    display: block;
    width: 60%;
  }
}

.page-engage-connect .form-container {
  border: 1px solid #c2c2c2;
  margin: 2rem auto;
  padding: 1rem 2rem;
}

.youvisit-container .wrapper {
  padding: 0 1rem;
}
.youvisit-container .youvisit-embed {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.edu-links-section .wrapper {
  max-width: 62.5rem;
  width: 100%;
  padding: 1rem;
  background: none;
}
.edu-links-section .wrapper h4 {
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1em;
}
@media (min-width: 37.5rem) {
  .edu-links-section .wrapper h4 {
    font-size: calc(1.5rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  .edu-links-section .wrapper h4 {
    font-size: 1.75rem;
  }
}
.edu-links-section .wrapper .rte-g {
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 37.5rem) {
  .edu-links-section .wrapper .rte-g {
    width: 100%;
  }
}
@media only screen and (min-width: 50rem) {
  .edu-links-section .wrapper .rte-g {
    display: flex;
  }
}
@media only screen and (min-width: 75rem) {
  .edu-links-section .wrapper .rte-g {
    width: 80%;
  }
}
.edu-links-section .wrapper ul {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
@media only screen and (min-width: 50rem) {
  .edu-links-section .wrapper ul {
    display: flex;
  }
}
.edu-links-section .wrapper li {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .edu-links-section .wrapper li {
    display: flex;
    margin: 0 0.25em;
  }
}
.edu-links-section .wrapper a {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.edu-links-section .wrapper a span {
  display: block;
  text-align: right;
  text-decoration: underline;
  position: absolute;
  bottom: 0.5em;
  right: 1em;
}
.edu-links-section .wrapper a p {
  display: block;
  background: #fcbb11;
  color: #511b00;
  padding: 0.75em 0.75em 2em;
  position: relative;
}
@media only screen and (min-width: 50rem) {
  .edu-links-section .wrapper a p {
    flex: 1 0 auto;
  }
}
.edu-links-section .wrapper a:hover, .edu-links-section .wrapper a:focus {
  transform: scale(1.02);
  opacity: 0.8;
}
.edu-links-section .wrapper a:hover span, .edu-links-section .wrapper a:focus span {
  text-decoration: none;
}
@media only screen and (min-width: 50rem) {
  .edu-links-section .wrapper a {
    display: flex;
    flex-direction: column;
  }
}
.edu-links-section .wrapper li:first-of-type a::before {
  content: "";
  background: url("img-career.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  padding-top: 15em;
  display: block;
}
.edu-links-section .wrapper li:nth-of-type(2) a::before {
  content: "";
  background: url("img-leadership.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 15em;
  display: block;
}
.edu-links-section .wrapper li:last-of-type a::before {
  content: "";
  background: url("img-discover.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 15em;
  display: block;
}
.edu-links-section .wrapper .data-disclaimer {
  font-size: 0.875rem;
}
.edu-links-section .wrapper .data-disclaimer a {
  display: inline;
}/*# sourceMappingURL=style.css.map */