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

h1,
h2,
h3,
.mauticform-message,
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=checkbox],
input[type=radio] {
  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=checkbox]:active,
input.focusable[type=radio]:active,
.visuallyhidden.focusable:focus,
input.focusable[type=checkbox]:focus,
input.focusable[type=radio]:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

main {
  display: block;
}

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;
}

textarea {
  overflow: auto;
}

[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;
}

/* =============================================
  Settings

  * Viewport
  * Fonts
  * Variables
  * Custom Mixins
  ============================================= */
/* ======== Viewport ======== */
@font-face {
  font-family: "monospec";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/monospec-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "noto";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/notosans-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "noto";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/notosans-italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "noto";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/notosans-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "noto";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/notosans-bolditalic-webfont.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/fa-regular-400.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: "FontAwesome-brand";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/fa-brands-400.woff") format("woff");
}
/* ======== Custom Mixins ======== */
*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  line-height: 1.4;
}

html,
button,
input,
select,
textarea {
  color: #fefefe;
}

/* ======== Headlines ======== */
h1,
h2,
h3,
.mauticform-message,
h4,
h5,
h6 {
  margin: 1rem 0 1rem 0;
  font-weight: bold;
  line-height: 1;
  font-family: "monospec", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1,
h2 {
  color: #000000;
  font-size: 1.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 18.75rem) {
  h1,
  h2 {
    font-size: calc(1.5rem + 0.5 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h1,
  h2 {
    font-size: 2rem;
  }
}

h3, .mauticform-message {
  position: relative;
  width: 100%;
  margin: 1rem 1rem 0.25rem 0;
  padding: 0.25em 0 0.25em 0;
  color: #000000;
  font-size: 1.125rem;
}
@media (min-width: 18.75rem) {
  h3, .mauticform-message {
    font-size: calc(1.125rem + 0.375 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h3, .mauticform-message {
    font-size: 1.5rem;
  }
}

h4 {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.125rem;
}
@media (min-width: 18.75rem) {
  h4 {
    font-size: calc(1.125rem + 0.125 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  color: #fefefe;
  font-size: 1.375rem;
}

h6 {
  color: #fefefe;
  font-size: 1.125rem;
}

/* ======== Body Copy ======== */
p,
ul,
ol,
blockquote,
address {
  margin: 1rem 0;
  color: #fefefe;
  font-size: 1.125em;
  font-size: 1.125rem;
  font-style: normal;
}
@media (min-width: 18.75rem) {
  p,
  ul,
  ol,
  blockquote,
  address {
    font-size: calc(1.125rem + 0.125 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  p,
  ul,
  ol,
  blockquote,
  address {
    font-size: 1.25rem;
  }
}

a {
  color: #fefefe;
  font-weight: normal;
}
a:hover, a:focus, a:focus {
  color: #fefefe;
}

.question .help,
.question .copyright,
.mauticform-row .help,
.mauticform-row .copyright,
small,
.suppress p.footnote,
.note {
  font-size: 0.8rem;
}

/* ======== Other Type Styles ======== */
.error,
.val-header {
  color: #ffefb0 !important;
  font-weight: bold;
}

/* =============================================
  Form Elements

  * Form Field Styles
  * Question Layout
  * Login and PW Lookup Forms
  ============================================= */
/* ======== Form Field Styles ======== */
.mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.multicheck .checkboxgrp-wrapper, input[type=checkbox] + label::before,
input[type=radio] + label::before, select, textarea, input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
.StripeElement {
  display: inline-block;
  width: 60%;
  padding: 0.5em;
  border: 1px solid #BBBBBB;
  background: #fefefe;
  border-radius: 5px;
}
.type_telephone .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_telephone .checkboxgrp-wrapper,
.type_telephone .mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_telephone .checkboxgrp-wrapper,
.type_telephone .multicheck .checkboxgrp-wrapper,
.multicheck .type_telephone .checkboxgrp-wrapper, .type_telephone input[type=checkbox] + label::before,
.type_telephone input[type=radio] + label::before, .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 input[type=date],
.type_telephone .StripeElement, .type_ssn .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_ssn .checkboxgrp-wrapper,
.type_ssn .mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_ssn .checkboxgrp-wrapper,
.type_ssn .multicheck .checkboxgrp-wrapper,
.multicheck .type_ssn .checkboxgrp-wrapper, .type_ssn input[type=checkbox] + label::before,
.type_ssn input[type=radio] + label::before, .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 input[type=date],
.type_ssn .StripeElement, .type_date .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_date .checkboxgrp-wrapper,
.type_date .mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_date .checkboxgrp-wrapper,
.type_date .multicheck .checkboxgrp-wrapper,
.multicheck .type_date .checkboxgrp-wrapper, .type_date input[type=checkbox] + label::before,
.type_date input[type=radio] + label::before, .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 input[type=date],
.type_date .StripeElement {
  width: auto;
}
.type_telephone .mauticform-field-academic_field_of_interes1 [size="2"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_telephone [size="2"].checkboxgrp-wrapper,
.type_telephone .mauticform-field-extracurricular_interests1 [size="2"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_telephone [size="2"].checkboxgrp-wrapper,
.type_telephone .multicheck [size="2"].checkboxgrp-wrapper,
.multicheck .type_telephone [size="2"].checkboxgrp-wrapper, .type_telephone input[type=checkbox] + label[size="2"]::before,
.type_telephone input[type=radio] + label[size="2"]::before, .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 input[size="2"][type=date],
.type_telephone [size="2"].StripeElement, .type_ssn .mauticform-field-academic_field_of_interes1 [size="2"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_ssn [size="2"].checkboxgrp-wrapper,
.type_ssn .mauticform-field-extracurricular_interests1 [size="2"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_ssn [size="2"].checkboxgrp-wrapper,
.type_ssn .multicheck [size="2"].checkboxgrp-wrapper,
.multicheck .type_ssn [size="2"].checkboxgrp-wrapper, .type_ssn input[type=checkbox] + label[size="2"]::before,
.type_ssn input[type=radio] + label[size="2"]::before, .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 input[size="2"][type=date],
.type_ssn [size="2"].StripeElement, .type_date .mauticform-field-academic_field_of_interes1 [size="2"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_date [size="2"].checkboxgrp-wrapper,
.type_date .mauticform-field-extracurricular_interests1 [size="2"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_date [size="2"].checkboxgrp-wrapper,
.type_date .multicheck [size="2"].checkboxgrp-wrapper,
.multicheck .type_date [size="2"].checkboxgrp-wrapper, .type_date input[type=checkbox] + label[size="2"]::before,
.type_date input[type=radio] + label[size="2"]::before, .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 input[size="2"][type=date],
.type_date [size="2"].StripeElement {
  min-width: 3.25em;
  display: inline-block;
}
.type_telephone .mauticform-field-academic_field_of_interes1 [size="3"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_telephone [size="3"].checkboxgrp-wrapper,
.type_telephone .mauticform-field-extracurricular_interests1 [size="3"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_telephone [size="3"].checkboxgrp-wrapper,
.type_telephone .multicheck [size="3"].checkboxgrp-wrapper,
.multicheck .type_telephone [size="3"].checkboxgrp-wrapper, .type_telephone input[type=checkbox] + label[size="3"]::before,
.type_telephone input[type=radio] + label[size="3"]::before, .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 input[size="3"][type=date],
.type_telephone [size="3"].StripeElement, .type_ssn .mauticform-field-academic_field_of_interes1 [size="3"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_ssn [size="3"].checkboxgrp-wrapper,
.type_ssn .mauticform-field-extracurricular_interests1 [size="3"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_ssn [size="3"].checkboxgrp-wrapper,
.type_ssn .multicheck [size="3"].checkboxgrp-wrapper,
.multicheck .type_ssn [size="3"].checkboxgrp-wrapper, .type_ssn input[type=checkbox] + label[size="3"]::before,
.type_ssn input[type=radio] + label[size="3"]::before, .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 input[size="3"][type=date],
.type_ssn [size="3"].StripeElement, .type_date .mauticform-field-academic_field_of_interes1 [size="3"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_date [size="3"].checkboxgrp-wrapper,
.type_date .mauticform-field-extracurricular_interests1 [size="3"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_date [size="3"].checkboxgrp-wrapper,
.type_date .multicheck [size="3"].checkboxgrp-wrapper,
.multicheck .type_date [size="3"].checkboxgrp-wrapper, .type_date input[type=checkbox] + label[size="3"]::before,
.type_date input[type=radio] + label[size="3"]::before, .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 input[size="3"][type=date],
.type_date [size="3"].StripeElement {
  min-width: 4.25em;
  display: inline-block;
}
.type_telephone .mauticform-field-academic_field_of_interes1 [size="4"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_telephone [size="4"].checkboxgrp-wrapper,
.type_telephone .mauticform-field-extracurricular_interests1 [size="4"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_telephone [size="4"].checkboxgrp-wrapper,
.type_telephone .multicheck [size="4"].checkboxgrp-wrapper,
.multicheck .type_telephone [size="4"].checkboxgrp-wrapper, .type_telephone input[type=checkbox] + label[size="4"]::before,
.type_telephone input[type=radio] + label[size="4"]::before, .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 input[size="4"][type=date],
.type_telephone [size="4"].StripeElement, .type_ssn .mauticform-field-academic_field_of_interes1 [size="4"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_ssn [size="4"].checkboxgrp-wrapper,
.type_ssn .mauticform-field-extracurricular_interests1 [size="4"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_ssn [size="4"].checkboxgrp-wrapper,
.type_ssn .multicheck [size="4"].checkboxgrp-wrapper,
.multicheck .type_ssn [size="4"].checkboxgrp-wrapper, .type_ssn input[type=checkbox] + label[size="4"]::before,
.type_ssn input[type=radio] + label[size="4"]::before, .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 input[size="4"][type=date],
.type_ssn [size="4"].StripeElement, .type_date .mauticform-field-academic_field_of_interes1 [size="4"].checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .type_date [size="4"].checkboxgrp-wrapper,
.type_date .mauticform-field-extracurricular_interests1 [size="4"].checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .type_date [size="4"].checkboxgrp-wrapper,
.type_date .multicheck [size="4"].checkboxgrp-wrapper,
.multicheck .type_date [size="4"].checkboxgrp-wrapper, .type_date input[type=checkbox] + label[size="4"]::before,
.type_date input[type=radio] + label[size="4"]::before, .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 input[size="4"][type=date],
.type_date [size="4"].StripeElement {
  min-width: 5.25em;
  display: inline-block;
}
.error .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .error .checkboxgrp-wrapper,
.error .mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .error .checkboxgrp-wrapper,
.error .multicheck .checkboxgrp-wrapper,
.multicheck .error .checkboxgrp-wrapper, .error input[type=checkbox] + label::before,
.error input[type=radio] + label::before, .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 input[type=date],
.error .StripeElement, .val-flag .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .val-flag .checkboxgrp-wrapper,
.val-flag .mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .val-flag .checkboxgrp-wrapper,
.val-flag .multicheck .checkboxgrp-wrapper,
.multicheck .val-flag .checkboxgrp-wrapper, .val-flag input[type=checkbox] + label::before,
.val-flag input[type=radio] + label::before, .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 input[type=date],
.val-flag .StripeElement {
  border: 1px solid #ffefb0;
  background: #F7F7F7;
}
.mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper:hover,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper:hover,
.multicheck .checkboxgrp-wrapper:hover, input[type=checkbox] + label:hover::before,
input[type=radio] + label:hover::before, 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,
input[type=date]:hover,
.StripeElement:hover, .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper:focus,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper:focus,
.multicheck .checkboxgrp-wrapper:focus, input[type=checkbox] + label:focus::before,
input[type=radio] + label:focus::before, 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,
input[type=date]:focus,
.StripeElement:focus {
  border: 1px solid #BBBBBB;
  outline: none;
  background: #F7F7F7;
}
@media (max-width: 700px) {
  .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper,
  .mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
  .multicheck .checkboxgrp-wrapper, input[type=checkbox] + label::before,
  input[type=radio] + label::before, select, textarea, input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  input[type=date],
  .StripeElement {
    display: block;
    width: 100%;
  }
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
.StripeElement {
  line-height: 1.2;
  font-size: 1rem;
  color: #000;
}
input[type=email]:hover, input[type=email]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=date]:hover,
input[type=date]:focus,
.StripeElement:hover,
.StripeElement:focus {
  border: 1px solid #BBBBBB;
  outline: none;
  background: #F7F7F7;
}

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

select {
  height: 2.4em;
  line-height: 1.2;
  line-height: 1.4;
  font-size: 1rem;
  border-radius: 5px;
  overflow: hidden;
  color: #000;
}

input[type=checkbox]:hover + label::before, input[type=checkbox]:focus + label::before,
input[type=radio]:hover + label::before,
input[type=radio]:focus + label::before, .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper:hover,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper:hover,
.multicheck .checkboxgrp-wrapper:hover, input[type=checkbox] + label:hover::before,
input[type=radio] + label:hover::before, .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper:focus,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper:focus,
.multicheck .checkboxgrp-wrapper:focus, input[type=checkbox] + label:focus::before,
input[type=radio] + label:focus::before, input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=date]:hover,
.StripeElement:hover, input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=date]:focus,
.StripeElement:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  text-shadow: 1px 1px 4px #fefefe;
  text-shadow: 0;
}

.type_checkbox {
  padding-left: 2em;
}
.type_checkbox label {
  position: relative;
  color: #fefefe;
}

input[type=checkbox],
input[type=radio] {
  transform: scale(0);
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  width: 1.125em;
  height: 1.125em;
  float: left;
  margin-top: 0.125em;
  content: " ";
}
input[type=checkbox]:hover + label::before, input[type=checkbox]:focus + label::before,
input[type=radio]:hover + label::before,
input[type=radio]:focus + label::before {
  text-shadow: 1px 1px 4px #F7F7F7;
  border: 0;
  background: 0;
}

input[type=checkbox] + label {
  display: block;
  padding-left: 1.25em;
  position: relative;
  color: #fefefe;
}
input[type=checkbox] + label::before {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
}
input[type=checkbox]:checked + label::before {
  content: "\f14a";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
}
input[type=checkbox]:checked:not(:focus) + label::before {
  box-shadow: none;
}

.type_multicheck .choice span {
  position: relative;
}
.type_multicheck + label::before {
  content: " ";
  margin-right: 0.5em;
}
.type_multicheck:checked + label::before {
  background: #000000;
}
.type_multicheck:checked:not(:focus) + label::before {
  box-shadow: none;
}

.type_multicheck .choice span {
  display: block;
}

input[type=radio] + label::before {
  border-radius: 50%;
  margin-right: 0.25em;
}
input[type=radio]:checked + label::before {
  background: #000000;
}
input[type=radio]:checked:not(:focus) + label::before {
  box-shadow: none;
}

/* ======== Question Layout ======== */
@media (min-width: 56.25rem) {
  .cell_opt_in {
    padding-left: 40% !important;
  }
}

.question,
.mauticform-row {
  margin: 1rem 0;
}
.question.type_select select,
.mauticform-row.type_select select {
  width: 100% !important;
}
@media (max-width: 700px) {
  .question.type_select select,
  .mauticform-row.type_select select {
    width: 100% !important;
  }
}
.question.type_select span select,
.mauticform-row.type_select span select {
  width: 60% !important;
}
.question > label,
.question > .rte-q-label,
.question > .desc,
.mauticform-row > label,
.mauticform-row > .rte-q-label,
.mauticform-row > .desc {
  display: block;
  width: 39%;
  padding: 0 0 0.125em 0;
  color: #fefefe;
  line-height: 1.4;
}
.error .question > label, .val-flag .question > label, .mauticform-has-error .question > label,
.error .question > .rte-q-label,
.val-flag .question > .rte-q-label,
.mauticform-has-error .question > .rte-q-label,
.error .question > .desc,
.val-flag .question > .desc,
.mauticform-has-error .question > .desc,
.error .mauticform-row > label,
.val-flag .mauticform-row > label,
.mauticform-has-error .mauticform-row > label,
.error .mauticform-row > .rte-q-label,
.val-flag .mauticform-row > .rte-q-label,
.mauticform-has-error .mauticform-row > .rte-q-label,
.error .mauticform-row > .desc,
.val-flag .mauticform-row > .desc,
.mauticform-has-error .mauticform-row > .desc {
  color: #ffefb0;
}
@media (max-width: 700px) {
  .question > label,
  .question > .rte-q-label,
  .question > .desc,
  .mauticform-row > label,
  .mauticform-row > .rte-q-label,
  .mauticform-row > .desc {
    display: block;
    width: 100%;
  }
}
.question.type_checkbox label,
.mauticform-row.type_checkbox label {
  width: 95%;
}
.question .help,
.question .copyright,
.mauticform-row .help,
.mauticform-row .copyright {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
@media screen {
  .question .forprint,
  .mauticform-row .forprint {
    display: none !important;
  }
}

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

.mauticform-has-error label {
  color: #ffefb0;
  position: relative;
}
.mauticform-has-error label:before {
  content: "*";
  position: absolute;
  top: 0.125em;
  left: -0.75em;
  display: block;
  color: #ffefb0;
  font-weight: 700;
}
@media (min-width: 37.5rem) {
  .mauticform-has-error label:before {
    top: 0.625em;
    left: -0.75em;
  }
}

@media (min-width: 56.25rem) {
  .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-date:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .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-date:not(.question-stacked) > label,
  .wide-form .mauticform-date:not(.question-stacked) > .rte-q-label,
  .wide-form .mauticform-date:not(.question-stacked) > .desc {
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
  }
  .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-date:not(.question-stacked) > label ~ *,
  .wide-form .mauticform-date:not(.question-stacked) > .rte-q-label ~ *,
  .wide-form .mauticform-date:not(.question-stacked) > .desc ~ * {
    width: calc(100% - 33.333%);
  }
  .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-date:not(.question-stacked) > label ~ *.choice,
  .wide-form .mauticform-date:not(.question-stacked) > .rte-q-label ~ *.choice,
  .wide-form .mauticform-date:not(.question-stacked) > .desc ~ *.choice {
    margin: 0.375em 0;
  }
  .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-date:not(.question-stacked) > label ~ .help,
  .wide-form .mauticform-date:not(.question-stacked) > .rte-q-label ~ .help,
  .wide-form .mauticform-date:not(.question-stacked) > .desc ~ .help {
    width: 100%;
  }
  .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-date.related-question {
    padding-left: 33.333%;
  }
  .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-date .type_checkbox.related-question,
  .wide-form .mauticform-date .type_readonly_webcopy.related-question {
    padding-left: 33.333%;
  }
  .wide-form .question,
  .wide-form .mauticform-row {
    width: 100%;
    margin: 0.4em 0;
    padding: 0.4em 0;
    border-top: 1px solid lightgray;
  }
  .wide-form .related-question {
    padding-top: 0;
    border-top: none;
  }
  .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: block !important;
}
@media (max-width: 56.25rem) {
  .type_multicheck .desc,
  .type_radio .desc,
  .type_ethnicity .desc {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}

.type_multicheck .choice span,
.type_radio .choice span,
.type_ethnicity .choice span {
  display: inline-block;
  margin-right: 1em;
  vertical-align: baseline;
}
@media (max-width: 37.5rem) {
  .type_multicheck .choice span,
  .type_radio .choice span,
  .type_ethnicity .choice span {
    display: block;
  }
}
.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%;
}

.FormHide {
  display: none !important;
}

.mauticform-field-c__recruit_street {
  position: relative;
  padding-top: 2em;
}
.mauticform-field-c__recruit_street:before {
  content: "YOUR CURRENT ADDRESS";
  color: #fefefe;
  font-family: "monospec", Arial, sans-serif;
  display: block;
  position: absolute;
  font-size: 1.25rem;
  top: 0;
}

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

.mauticform-field-academic_field_of_interes1 label,
.mauticform-field-extracurricular_interests1 label,
.multicheck label {
  width: 100%;
}
.mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.multicheck .checkboxgrp-wrapper {
  padding: 0.25em 0.5em;
  min-height: 5.5em !important;
  height: 5.5em;
  resize: vertical;
  overflow: scroll;
  background: white;
  width: 100%;
  position: relative;
}

.mauticform-message {
  color: #FFD530 !important;
  font-size: 1.5rem;
  text-align: center !important;
  margin: 1rem 0 !important;
  padding: 0 !important;
}
@media (min-width: 18.75rem) {
  .mauticform-message {
    font-size: calc(1.5rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .mauticform-message {
    font-size: 1.75rem;
  }
}

button,
.type_event_button a,
input[type=submit],
input[type=button] {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 24px 40px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFD530;
  color: #000000;
  border: 0;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
button:hover, button:focus,
.type_event_button a:hover,
.type_event_button a:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  color: #000;
  background: #caa100;
}
button:active,
.type_event_button a:active,
input[type=submit]:active,
input[type=button]:active {
  outline: none;
}

/* ======== Major Button Styles ======== */
.major-button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 24px 40px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFD530;
  color: #000000;
  border: 0;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.major-button:hover,
.major-button:focus {
  color: #000;
  background: #caa100;
}
.major-button:active {
  outline: none;
}

/* ======== Minor Button Styles ======== */
.minor-button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: 0;
  background: #000000;
  padding: 0.75em 2em;
  font-family: "noto", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-style: normal;
  letter-spacing: 1px;
}
.minor-button:after {
  display: none;
}
.minor-button:hover,
.minor-button:focus {
  color: #fefefe;
  border: 0;
  background: #000000;
}
.minor-button:hover:after,
.minor-button:focus:after {
  display: none;
}

.save_edit {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: #fefefe;
  background: #000;
  font-family: "noto", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  font-style: normal;
  min-width: 0;
  padding: 0.5em;
}
.save_edit:before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em;
  padding-top: 0.325em;
  height: 100%;
  display: block;
  content: "\f044";
  color: #fefefe;
  font-family: "FontAwesome";
  font-size: 1.25rem;
  background: #fefefe;
  transition: all 0.3s;
  display: none;
}
.save_edit:after {
  display: none;
}
.save_edit:hover, .save_edit:focus {
  color: rgba(254, 254, 254, 0.7);
  background: rgba(254, 254, 254, 0.7);
}
.save_edit:hover:before, .save_edit:focus:before {
  color: rgba(254, 254, 254, 0.7);
  background: rgba(254, 254, 254, 0.7);
  display: none;
}
.save_edit:hover:after, .save_edit:focus:after {
  display: none;
}

/* ======== Apply Button Styles ======== */
.subnav {
  bottom: -1em;
  display: block;
  margin: 1.5em;
  padding: 0;
  text-align: right;
}
.subnav > div {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 37.5rem) {
  .subnav > div {
    justify-content: center;
    padding-bottom: 2em;
  }
}
.subnav div > div {
  display: inline-block;
  width: auto;
  margin-left: 1em;
}
.subnav div > div + div {
  bottom: -4em;
  text-align: right;
}
.subnav a.royall-form-back {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  color: #fefefe;
  background: #000;
  font-family: "noto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  position: relative;
  bottom: -2.75em;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}
.subnav a.royall-form-back:hover, .subnav a.royall-form-back:focus {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(254, 254, 254, 0.7);
}
@media (max-width: 37.5rem) {
  .subnav a.royall-form-back {
    bottom: 0;
    padding: 0.5em;
    font-size: 1em;
  }
}
.subnav a.royall-form-continue, .subnav a.royall-form-submit {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 24px 40px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFD530;
  color: #000000;
  border: 0;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  position: relative;
  bottom: -1.75em;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}
.subnav a.royall-form-continue:hover, .subnav a.royall-form-continue:focus, .subnav a.royall-form-submit:hover, .subnav a.royall-form-submit:focus {
  color: #000;
  background: #caa100;
}
.subnav a.royall-form-continue:active, .subnav a.royall-form-submit:active {
  outline: none;
}
@media (max-width: 37.5rem) {
  .subnav a.royall-form-continue, .subnav a.royall-form-submit {
    bottom: 0;
    padding: 0.5em;
    font-size: 1.5em;
  }
}
@media (max-width: 50rem) {
  .subnav {
    margin: 1em;
  }
}

.download_done_group button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  color: #fefefe;
  background: #000;
  font-family: "noto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
}
.download_done_group button:hover, .download_done_group button:focus {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(254, 254, 254, 0.7);
}

.btn_visit button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: 0;
  background: #000000;
  padding: 0.75em 2em;
  font-family: "noto", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-style: normal;
  letter-spacing: 1px;
}
.btn_visit button:after {
  display: none;
}
.btn_visit button:hover, .btn_visit button:focus {
  color: #fefefe;
  border: 0;
  background: #000000;
}
.btn_visit button:hover:after, .btn_visit button:focus:after {
  display: none;
}

.modal_buttons button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: #fefefe;
  background: #000;
  font-family: "noto", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  font-style: normal;
  min-width: 0;
  padding: 0.5em;
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 1em;
  font-style: normal;
}
.modal_buttons button:before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em;
  padding-top: 0.325em;
  height: 100%;
  display: block;
  content: "\f044";
  color: #fefefe;
  font-family: "FontAwesome";
  font-size: 1.25rem;
  background: #fefefe;
  transition: all 0.3s;
  display: none;
}
.modal_buttons button:after {
  display: none;
}
.modal_buttons button:hover, .modal_buttons button:focus {
  color: rgba(254, 254, 254, 0.7);
  background: rgba(254, 254, 254, 0.7);
}
.modal_buttons button:hover:before, .modal_buttons button:focus:before {
  color: rgba(254, 254, 254, 0.7);
  background: rgba(254, 254, 254, 0.7);
  display: none;
}
.modal_buttons button:hover:after, .modal_buttons button:focus:after {
  display: none;
}

.ceeb-question button,
.ceeb-answer-group .button-well button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: #fefefe;
  background: #000;
  font-family: "noto", Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  font-style: normal;
  min-width: 0;
  padding: 0.5em;
}
.ceeb-question button:before,
.ceeb-answer-group .button-well button:before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em;
  padding-top: 0.325em;
  height: 100%;
  display: block;
  content: "\f044";
  color: #fefefe;
  font-family: "FontAwesome";
  font-size: 1.25rem;
  background: #fefefe;
  transition: all 0.3s;
  display: none;
}
.ceeb-question button:after,
.ceeb-answer-group .button-well button:after {
  display: none;
}
.ceeb-question button:hover, .ceeb-question button:focus,
.ceeb-answer-group .button-well button:hover,
.ceeb-answer-group .button-well button:focus {
  color: rgba(254, 254, 254, 0.7);
  background: rgba(254, 254, 254, 0.7);
}
.ceeb-question button:hover:before, .ceeb-question button:focus:before,
.ceeb-answer-group .button-well button:hover:before,
.ceeb-answer-group .button-well button:focus:before {
  color: rgba(254, 254, 254, 0.7);
  background: rgba(254, 254, 254, 0.7);
  display: none;
}
.ceeb-question button:hover:after, .ceeb-question button:focus:after,
.ceeb-answer-group .button-well button:hover:after,
.ceeb-answer-group .button-well button:focus:after {
  display: none;
}
.ceeb-question button:after,
.ceeb-answer-group .button-well button:after {
  content: "\f002";
}

.ceeb-result button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  color: #fefefe;
  background: #000;
  font-family: "noto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  min-width: 0;
  width: auto;
}
.ceeb-result button:hover, .ceeb-result button:focus {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(254, 254, 254, 0.7);
}

.ceeb-manual .ceeb-button-manual-submit {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  color: #fefefe;
  background: #000;
  font-family: "noto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
}
.ceeb-manual .ceeb-button-manual-submit:hover, .ceeb-manual .ceeb-button-manual-submit:focus {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(254, 254, 254, 0.7);
}

.ceeb-results-list .button-well button,
.ceeb-search-form button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  color: #fefefe;
  background: #000;
  font-family: "noto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 1.25em;
}
.ceeb-results-list .button-well button:hover, .ceeb-results-list .button-well button:focus,
.ceeb-search-form button:hover,
.ceeb-search-form button:focus {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(254, 254, 254, 0.7);
}

/* =============================================
  Layout

  * Major Layout Elements
  * Layout Modules
  ============================================= */
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-wrap > * {
  flex-shrink: 0;
}

.sticky-wrap {
  flex-grow: 1;
}

/* ======== Major Layout Elements ======== */
html {
  background: #000;
  font-family: "noto", Arial, sans-serif;
  min-width: 20rem;
}

.logo {
  display: block;
  height: 4rem;
  width: 100%;
  font-size: 0px;
  background: url("img/img_oregon-logo-outline.svg") center center no-repeat transparent;
  background-size: contain;
}

.logo.alternate {
  display: block;
  height: 7rem;
  width: 100%;
  margin: 1rem auto;
  font-size: 0px;
  background: url("img/img_oregon-logo_horizontal.svg") center center no-repeat transparent;
  background-size: contain;
}

.logo.graphic {
  display: block;
  height: 5rem;
  width: 100%;
  margin: 1rem auto;
  font-size: 0px;
  background: url("img/") center center no-repeat transparent;
  background-size: contain;
}

.logo.reverse {
  display: block;
  height: 4rem;
  width: 100%;
  margin: 1rem auto;
  font-size: 0px;
  background: url("img/img_oregon-logo.png") center center no-repeat transparent;
  background-size: contain;
}

.logo.reverse.alternate {
  display: block;
  height: 7rem;
  width: 100%;
  margin: 1rem auto;
  font-size: 0px;
  background: url("img/") center center no-repeat transparent;
  background-size: contain;
}

header {
  width: 100%;
  background: none;
  padding: 0 1rem;
  position: relative;
  z-index: 300;
}
header .header-content {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
header .logo-wrapper {
  padding: 0;
}
header .logo {
  height: 8em;
  text-indent: -999em;
  background: url("img/img_oregon-logo-outline.svg") top left no-repeat transparent;
  background-size: contain;
  font-size: 1rem;
  position: relative;
  z-index: 200;
  width: 100%;
  margin-top: 0;
  margin-bottom: -8em;
}
@media (min-width: 43.75rem) {
  header .logo {
    height: 14em;
    padding: 0;
    padding: 0.5em 0;
    width: 100%;
    background: url("img/img_oregon-logo-outline.svg") top left no-repeat transparent;
    background-size: contain;
    margin-top: 0;
    margin-bottom: -14em;
  }
}

.page-footer {
  padding-top: 1.5em;
  background: #000000;
  margin-top: 0;
  z-index: 200;
}
@media (min-width: 43.75rem) {
  .page-footer {
    z-index: auto;
  }
}
.page-footer .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  background: none;
}

footer {
  min-height: 4em;
  padding-top: 1.5em;
  background: #000000;
}
footer .footer-content {
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 2em;
}
footer .school_name {
  font-size: 1.25em;
  color: #FFD530;
  text-align: center;
  display: block;
}
footer .school_name p {
  font-weight: 700;
  color: #FFD530;
  margin-bottom: -0.75rem;
}
@media (min-width: 43.75rem) {
  footer .school_name {
    display: none;
  }
}
footer address {
  width: 100%;
}
footer address strong {
  font-size: 1.125rem;
}
footer address p {
  text-align: center;
  color: #fefefe;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 43.75rem) {
  footer address p {
    text-align: right;
    padding: 0 1em;
  }
}
footer address:before {
  content: "";
  position: relative;
  background: url("img/img_oregon-logo_horizontal.svg") top center no-repeat transparent;
  background-size: contain;
  display: block;
  height: 4em;
  margin: 0 0 1em 0;
  display: none;
}
@media (min-width: 43.75rem) {
  footer address:before {
    background: url("img/img_oregon-logo_horizontal.svg") top right no-repeat transparent;
    background-size: contain;
    height: 7em;
    display: block;
    margin: 0 0;
    padding: 0;
  }
}
footer .footer-social-links .social-links {
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 100%;
}
@media (min-width: 43.75rem) {
  footer .footer-social-links .social-links {
    text-align: right;
    padding: 0 0.5rem;
  }
}
footer .footer-social-links .social-links li {
  display: inline-block;
  position: relative;
  padding: 0 0.5em 0 0;
}
footer .footer-social-links .social-links li a {
  text-decoration: none;
  color: #fefefe;
  font-size: 0.9rem;
  font-weight: normal;
}
footer .footer-social-links .social-links li a span {
  display: none;
}
footer .footer-social-links .social-links li a:hover, footer .footer-social-links .social-links li a:focus {
  color: #fefefe;
}
footer .footer-social-links .social-links li a:before {
  content: "?";
  display: block;
  width: 2em;
  height: 2em;
}
footer .footer-social-links .social-links li.twitter a:before {
  content: "";
  background: url("img/icon_square-x-twitter.svg") center center no-repeat transparent;
  background-size: contain;
}
footer .footer-social-links .social-links li.twitter a:hover:before, footer .footer-social-links .social-links li.twitter a:focus:before {
  background: url("img/icon_square-x-twitter-white.svg") center center no-repeat transparent;
  background-size: contain;
}
footer .footer-social-links .social-links li.facebook a:before {
  content: "";
  background: url("img/icon_square-facebook.svg") center center no-repeat transparent;
  background-size: contain;
}
footer .footer-social-links .social-links li.facebook a:hover:before, footer .footer-social-links .social-links li.facebook a:focus:before {
  background: url("img/icon_square-facebook-white.svg") center center no-repeat transparent;
  background-size: contain;
}
footer .footer-social-links .social-links li.instagram a:before {
  content: "";
  background: url("img/icon_square-instagram.svg") center center no-repeat transparent;
  background-size: contain;
}
footer .footer-social-links .social-links li.instagram a:hover:before, footer .footer-social-links .social-links li.instagram a:focus:before {
  background: url("img/icon_square-instagram-white.svg") center center no-repeat transparent;
  background-size: contain;
}
footer .footer-social-links .social-links li.youtube a:before {
  content: "";
  background: url("img/icon_square-youtube.svg") center center no-repeat transparent;
  background-size: contain;
}
footer .footer-social-links .social-links li.youtube a:hover:before, footer .footer-social-links .social-links li.youtube a:focus:before {
  background: url("img/icon_square-youtube-white.svg") center center no-repeat transparent;
  background-size: contain;
}
footer .help-links-social .hp-links {
  margin: 1rem 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 100%;
}
@media (min-width: 43.75rem) {
  footer .help-links-social .hp-links {
    text-align: right;
    padding: 0 0.5rem;
  }
}
footer .help-links-social .hp-links li {
  display: inline-block;
  position: relative;
  padding: 0 0.5em 0 0;
}
footer .help-links-social .hp-links li a {
  text-decoration: none;
  color: #fefefe;
  font-size: 0.9rem;
  font-weight: normal;
}
footer .help-links-social .hp-links li a:hover, footer .help-links-social .hp-links li a:focus {
  color: #fefefe;
}

/* ======== Layout Modules ======== */
.center {
  width: 90%;
  max-width: 56.25rem;
  margin: auto;
}

/* ======== Auto-Suggest Format ======== */
.rte-custom-highschoollookup7 .title {
  margin-top: 1em;
  font-weight: bold;
}
.rte-custom-highschoollookup7 .result {
  position: relative;
  margin: 1rem 0;
  padding: 0.5rem;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.rte-custom-highschoollookup7 .result span {
  color: #000000;
  font-weight: bold;
}
.rte-custom-highschoollookup7 .result .location {
  display: block;
  color: #000;
  font-size: 0.875em;
  font-weight: normal;
  font-style: italic;
}
.rte-custom-highschoollookup7 .result a[role=button] {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 0.5em 1em;
  text-align: center;
  text-transform: none;
  color: #fefefe;
  border: 0px;
  text-transform: uppercase;
  background: #fefefe;
  font-family: "noto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  border: 0;
}
.rte-custom-highschoollookup7 .result a[role=button]:before, .rte-custom-highschoollookup7 .result a[role=button]:after {
  display: none;
}
.rte-custom-highschoollookup7 .result a[role=button]:hover, .rte-custom-highschoollookup7 .result a[role=button]:focus {
  color: #fefefe;
  background: #8B7E7A;
  border: 0px;
}
.rte-custom-highschoollookup7 .result a[role=button]:hover:before, .rte-custom-highschoollookup7 .result a[role=button]:hover:after, .rte-custom-highschoollookup7 .result a[role=button]:focus:before, .rte-custom-highschoollookup7 .result a[role=button]:focus:after {
  display: none;
}

.ac_results {
  z-index: 1000;
  background: #fff;
  margin-left: 33%;
  width: 100%;
}
.ac_results ul {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
}
.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-color: #333C33;
  color: #fefefe;
}
.ac_results li.ac_over strong {
  color: #fefefe;
}
.ac_results li:not(.cantfind) strong {
  font-weight: normal;
}
.ac_results li .location {
  display: block;
  font-size: 0.85em;
  font-style: italic;
}
.ac_results li.cantfind {
  color: #fff;
  background-color: #000000;
  font-weight: bold;
}
.ac_results li.cantfind.ac_over {
  background-color: black;
}
.ac_results li.cantfind.ac_over strong {
  color: #fefefe;
}

/* =============================================
  Modal Windows

  * Modal Format Selection
  * Base Modal Styles
  * Fancybox
  * ROPE Modals
  ============================================= */
/* ======== Modal Format Selection ======== */
.desktop_hide,
.no_desktop {
  padding: 0 !important;
}
.desktop_hide button,
.no_desktop button {
  display: none;
}

/* ======== Base Modal Styles ======== */
.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;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-clip: border-box;
}
.fancybox-skin h3, .fancybox-skin .mauticform-message,
.fancybox-skin h4 {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "noto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fancybox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: transparent;
  border: 0;
  border-bottom: 0;
  background: none !important;
  font-size: 0;
}
.fancybox-close:hover, .fancybox-close:focus {
  border: 0;
}
.fancybox-close:hover:after, .fancybox-close:focus:after {
  color: #fefefe;
}
.fancybox-close:after {
  content: "\f057";
  color: #fefefe;
  font-family: "FontAwesome";
  font-size: 2rem;
  line-height: 1;
}

/* ======== Fancybox ======== */
.fancybox-inner {
  width: 100% !important;
  height: auto !important;
}
.fancybox-inner h3, .fancybox-inner .mauticform-message,
.fancybox-inner h4 {
  margin: 0;
  padding: 0;
  color: #000000;
  border: 0;
  background: 0;
}
.fancybox-inner p {
  color: #fefefe;
}

.fancybox-close:after {
  position: absolute;
  top: -0.25em !important;
  right: -0.25em !important;
}

/* =============================================
   Other Info Styles
   * On/Off Toggle
   * Content Formatting
   ============================================= */
/* ======== On/Off Toggle ======== */
/* ======== Content Formatting ======== */
.page-update {
  padding: 0;
  background: #000;
  position: relative;
}
.page-update .main-wrap {
  background: none;
  padding: 0;
}
.page-update .page-main {
  margin: 0 auto;
}

.welcome {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}
.welcome .welcome-content {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 9em;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 43.75rem) {
  .welcome .welcome-content {
    flex-direction: row;
    padding-top: 0;
  }
}
.welcome .welcome-content .text-wrap {
  padding: 0 2em;
  max-width: 43.75rem;
  margin: 0 auto;
  display: block;
  color: white;
}
@media (min-width: 43.75rem) {
  .welcome .welcome-content .text-wrap {
    padding: 15em 0em 10em 2em;
  }
}
.welcome .welcome-content .text-wrap h2 {
  color: white;
  font-size: 1.5rem;
}
@media (min-width: 18.75rem) {
  .welcome .welcome-content .text-wrap h2 {
    font-size: calc(1.5rem + 0.5 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .welcome .welcome-content .text-wrap h2 {
    font-size: 2rem;
  }
}
.welcome .welcome-content .text-wrap p {
  color: white;
}
.welcome .welcome-content:before {
  content: "";
  background: url("img/img_diag-crop.png") right 1em no-repeat transparent;
  background-size: 12em;
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 100;
  display: none;
}
@media (min-width: 25rem) {
  .welcome .welcome-content:before {
    display: block;
    width: 10em;
    height: 14em;
    top: auto;
    bottom: 1em;
  }
}
@media (min-width: 43.75rem) {
  .welcome .welcome-content:before {
    display: block;
    width: 12em;
    height: 17em;
    top: 12%;
    bottom: auto;
  }
}
.welcome .welcome-content:after {
  content: "";
  position: relative;
  background: url("img/img_offer.png") center center no-repeat transparent;
  background-size: contain;
  display: block;
  padding-top: 50%;
  margin: 0;
  height: 0;
  width: 100%;
  z-index: 300;
  margin-bottom: 0.5em;
}
@media (min-width: 43.75rem) {
  .welcome .welcome-content:after {
    background: url("img/img_offer.png") center center no-repeat transparent;
    background-size: contain;
    width: 100%;
    height: auto;
    display: block;
    margin: 1.5em 1em;
    padding: 0;
  }
}

.form-section {
  width: 100%;
  margin: auto;
  border: 0;
  padding: 0em;
  background: #000000;
  background: #333C33;
  position: relative;
}
@media (min-width: 43.75rem) {
  .form-section {
    padding: 0;
  }
}
.form-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333C33;
  opacity: 0.9;
  display: block;
}
.form-section .form-container {
  margin: auto;
  max-width: 43.75rem;
  border: 0;
  padding: 0 2em 4em;
  position: relative;
  z-index: 200;
}
@media (min-width: 37.5rem) {
  .form-section .form-container .type_date:not(.question-stacked),
  .form-section .form-container .type_multicheck:not(.question-stacked),
  .form-section .form-container .type_radio:not(.question-stacked),
  .form-section .form-container .type_select:not(.question-stacked),
  .form-section .form-container .type_ssn:not(.question-stacked),
  .form-section .form-container .type_telephone:not(.question-stacked),
  .form-section .form-container .type_text:not(.question-stacked),
  .form-section .form-container .type_textarea:not(.question-stacked),
  .form-section .form-container .mauticform-text:not(.question-stacked),
  .form-section .form-container .mauticform-email:not(.question-stacked),
  .form-section .form-container .mauticform-select:not(.question-stacked),
  .form-section .form-container .mauticform-tel:not(.question-stacked),
  .form-section .form-container .mauticform-date:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .form-section .form-container .type_date:not(.question-stacked) > label, .form-section .form-container .type_date:not(.question-stacked) > .rte-q-label, .form-section .form-container .type_date:not(.question-stacked) > .desc,
  .form-section .form-container .type_multicheck:not(.question-stacked) > label,
  .form-section .form-container .type_multicheck:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .type_multicheck:not(.question-stacked) > .desc,
  .form-section .form-container .type_radio:not(.question-stacked) > label,
  .form-section .form-container .type_radio:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .type_radio:not(.question-stacked) > .desc,
  .form-section .form-container .type_select:not(.question-stacked) > label,
  .form-section .form-container .type_select:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .type_select:not(.question-stacked) > .desc,
  .form-section .form-container .type_ssn:not(.question-stacked) > label,
  .form-section .form-container .type_ssn:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .type_ssn:not(.question-stacked) > .desc,
  .form-section .form-container .type_telephone:not(.question-stacked) > label,
  .form-section .form-container .type_telephone:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .type_telephone:not(.question-stacked) > .desc,
  .form-section .form-container .type_text:not(.question-stacked) > label,
  .form-section .form-container .type_text:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .type_text:not(.question-stacked) > .desc,
  .form-section .form-container .type_textarea:not(.question-stacked) > label,
  .form-section .form-container .type_textarea:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .type_textarea:not(.question-stacked) > .desc,
  .form-section .form-container .mauticform-text:not(.question-stacked) > label,
  .form-section .form-container .mauticform-text:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .mauticform-text:not(.question-stacked) > .desc,
  .form-section .form-container .mauticform-email:not(.question-stacked) > label,
  .form-section .form-container .mauticform-email:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .mauticform-email:not(.question-stacked) > .desc,
  .form-section .form-container .mauticform-select:not(.question-stacked) > label,
  .form-section .form-container .mauticform-select:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .mauticform-select:not(.question-stacked) > .desc,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > label,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > .desc,
  .form-section .form-container .mauticform-date:not(.question-stacked) > label,
  .form-section .form-container .mauticform-date:not(.question-stacked) > .rte-q-label,
  .form-section .form-container .mauticform-date:not(.question-stacked) > .desc {
    width: 45%;
    padding: 0.5em 5% 0.5em 0;
  }
  .form-section .form-container .type_date:not(.question-stacked) > label ~ *, .form-section .form-container .type_date:not(.question-stacked) > .rte-q-label ~ *, .form-section .form-container .type_date:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .type_multicheck:not(.question-stacked) > label ~ *,
  .form-section .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .type_multicheck:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .type_radio:not(.question-stacked) > label ~ *,
  .form-section .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .type_radio:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .type_select:not(.question-stacked) > label ~ *,
  .form-section .form-container .type_select:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .type_select:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .type_ssn:not(.question-stacked) > label ~ *,
  .form-section .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .type_ssn:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .type_telephone:not(.question-stacked) > label ~ *,
  .form-section .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .type_telephone:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .type_text:not(.question-stacked) > label ~ *,
  .form-section .form-container .type_text:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .type_text:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .type_textarea:not(.question-stacked) > label ~ *,
  .form-section .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .type_textarea:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .mauticform-text:not(.question-stacked) > label ~ *,
  .form-section .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .mauticform-text:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .mauticform-email:not(.question-stacked) > label ~ *,
  .form-section .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .mauticform-email:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .mauticform-select:not(.question-stacked) > label ~ *,
  .form-section .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .mauticform-select:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > label ~ *,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > .desc ~ *,
  .form-section .form-container .mauticform-date:not(.question-stacked) > label ~ *,
  .form-section .form-container .mauticform-date:not(.question-stacked) > .rte-q-label ~ *,
  .form-section .form-container .mauticform-date:not(.question-stacked) > .desc ~ * {
    width: calc(100% - 45%);
  }
  .form-section .form-container .type_date:not(.question-stacked) > label ~ *.choice, .form-section .form-container .type_date:not(.question-stacked) > .rte-q-label ~ *.choice, .form-section .form-container .type_date:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .type_multicheck:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .type_multicheck:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .type_radio:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .type_radio:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .type_select:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .type_select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .type_select:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .type_ssn:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .type_ssn:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .type_telephone:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .type_telephone:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .type_text:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .type_text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .type_text:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .type_textarea:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .type_textarea:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .mauticform-text:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .mauticform-text:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .mauticform-email:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .mauticform-email:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .mauticform-select:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .mauticform-select:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > .desc ~ *.choice,
  .form-section .form-container .mauticform-date:not(.question-stacked) > label ~ *.choice,
  .form-section .form-container .mauticform-date:not(.question-stacked) > .rte-q-label ~ *.choice,
  .form-section .form-container .mauticform-date:not(.question-stacked) > .desc ~ *.choice {
    margin: 0.375em 0;
  }
  .form-section .form-container .type_date:not(.question-stacked) > label ~ .help, .form-section .form-container .type_date:not(.question-stacked) > .rte-q-label ~ .help, .form-section .form-container .type_date:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .type_multicheck:not(.question-stacked) > label ~ .help,
  .form-section .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .type_multicheck:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .type_radio:not(.question-stacked) > label ~ .help,
  .form-section .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .type_radio:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .type_select:not(.question-stacked) > label ~ .help,
  .form-section .form-container .type_select:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .type_select:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .type_ssn:not(.question-stacked) > label ~ .help,
  .form-section .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .type_ssn:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .type_telephone:not(.question-stacked) > label ~ .help,
  .form-section .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .type_telephone:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .type_text:not(.question-stacked) > label ~ .help,
  .form-section .form-container .type_text:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .type_text:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .type_textarea:not(.question-stacked) > label ~ .help,
  .form-section .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .type_textarea:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .mauticform-text:not(.question-stacked) > label ~ .help,
  .form-section .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .mauticform-text:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .mauticform-email:not(.question-stacked) > label ~ .help,
  .form-section .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .mauticform-email:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .mauticform-select:not(.question-stacked) > label ~ .help,
  .form-section .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .mauticform-select:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > label ~ .help,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .mauticform-tel:not(.question-stacked) > .desc ~ .help,
  .form-section .form-container .mauticform-date:not(.question-stacked) > label ~ .help,
  .form-section .form-container .mauticform-date:not(.question-stacked) > .rte-q-label ~ .help,
  .form-section .form-container .mauticform-date:not(.question-stacked) > .desc ~ .help {
    width: 100%;
  }
  .form-section .form-container .type_date.related-question,
  .form-section .form-container .type_multicheck.related-question,
  .form-section .form-container .type_radio.related-question,
  .form-section .form-container .type_select.related-question,
  .form-section .form-container .type_ssn.related-question,
  .form-section .form-container .type_telephone.related-question,
  .form-section .form-container .type_text.related-question,
  .form-section .form-container .type_textarea.related-question,
  .form-section .form-container .mauticform-text.related-question,
  .form-section .form-container .mauticform-email.related-question,
  .form-section .form-container .mauticform-select.related-question,
  .form-section .form-container .mauticform-tel.related-question,
  .form-section .form-container .mauticform-date.related-question {
    padding-left: 45%;
  }
  .form-section .form-container .type_date .type_checkbox.related-question,
  .form-section .form-container .type_date .type_readonly_webcopy.related-question,
  .form-section .form-container .type_multicheck .type_checkbox.related-question,
  .form-section .form-container .type_multicheck .type_readonly_webcopy.related-question,
  .form-section .form-container .type_radio .type_checkbox.related-question,
  .form-section .form-container .type_radio .type_readonly_webcopy.related-question,
  .form-section .form-container .type_select .type_checkbox.related-question,
  .form-section .form-container .type_select .type_readonly_webcopy.related-question,
  .form-section .form-container .type_ssn .type_checkbox.related-question,
  .form-section .form-container .type_ssn .type_readonly_webcopy.related-question,
  .form-section .form-container .type_telephone .type_checkbox.related-question,
  .form-section .form-container .type_telephone .type_readonly_webcopy.related-question,
  .form-section .form-container .type_text .type_checkbox.related-question,
  .form-section .form-container .type_text .type_readonly_webcopy.related-question,
  .form-section .form-container .type_textarea .type_checkbox.related-question,
  .form-section .form-container .type_textarea .type_readonly_webcopy.related-question,
  .form-section .form-container .mauticform-text .type_checkbox.related-question,
  .form-section .form-container .mauticform-text .type_readonly_webcopy.related-question,
  .form-section .form-container .mauticform-email .type_checkbox.related-question,
  .form-section .form-container .mauticform-email .type_readonly_webcopy.related-question,
  .form-section .form-container .mauticform-select .type_checkbox.related-question,
  .form-section .form-container .mauticform-select .type_readonly_webcopy.related-question,
  .form-section .form-container .mauticform-tel .type_checkbox.related-question,
  .form-section .form-container .mauticform-tel .type_readonly_webcopy.related-question,
  .form-section .form-container .mauticform-date .type_checkbox.related-question,
  .form-section .form-container .mauticform-date .type_readonly_webcopy.related-question {
    padding-left: 45%;
  }
}
@media (min-width: 43.75rem) {
  .form-section .form-container {
    padding: 0 2em 4em;
    min-width: 31.25rem;
  }
}
.form-section .form-container h3, .form-section .form-container .mauticform-message {
  color: white;
  margin-top: 0;
  padding-top: 3em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  text-align: left;
}
@media (min-width: 18.75rem) {
  .form-section .form-container h3, .form-section .form-container .mauticform-message {
    font-size: calc(1.5rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .form-section .form-container h3, .form-section .form-container .mauticform-message {
    font-size: 1.75rem;
  }
}
@media (min-width: 43.75rem) {
  .form-section .form-container h3, .form-section .form-container .mauticform-message {
    text-align: left;
  }
}
.form-section .form-container p {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: white;
  font-size: 1rem;
  text-align: left;
  border-bottom: 1px solid #FFD530;
  padding-bottom: 0.75em;
  margin-bottom: 2em;
}
@media (min-width: 43.75rem) {
  .form-section .form-container p {
    text-align: left;
  }
}
.form-section .form-container .mauticform-message {
  margin-top: 1em;
  font-weight: 700;
}

.mauticform-button-wrapper {
  text-align: center;
}
@media (min-width: 37.5rem) {
  .mauticform-button-wrapper {
    text-align: right;
  }
}
.mauticform-button-wrapper button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 24px 40px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFD530;
  color: #000000;
  border: 0;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.mauticform-button-wrapper button:hover, .mauticform-button-wrapper button:focus {
  color: #000;
  background: #caa100;
}
.mauticform-button-wrapper button:active {
  outline: none;
}

.page-update.paid {
  padding: 0;
  background: #000;
  position: relative;
}
.page-update.paid .main-wrap {
  background: none;
  padding: 0;
}
.page-update.paid .page-main {
  margin: 0 auto;
}
.page-update.paid .welcome {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}
.page-update.paid .welcome .welcome-content {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto 0;
  padding-top: 9em;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 43.75rem) {
  .page-update.paid .welcome .welcome-content {
    flex-direction: row;
    padding-top: 0;
  }
}
.page-update.paid .welcome .welcome-content .text-wrap {
  padding: 0 2em;
  max-width: 43.75rem;
  margin: 0 auto;
  display: block;
  color: white;
}
@media (min-width: 43.75rem) {
  .page-update.paid .welcome .welcome-content .text-wrap {
    padding: 15em 0em 10em 2em;
  }
}
.page-update.paid .welcome .welcome-content .text-wrap h2 {
  color: white;
  font-size: 1.5rem;
}
@media (min-width: 18.75rem) {
  .page-update.paid .welcome .welcome-content .text-wrap h2 {
    font-size: calc(1.5rem + 0.5 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-update.paid .welcome .welcome-content .text-wrap h2 {
    font-size: 2rem;
  }
}
.page-update.paid .welcome .welcome-content .text-wrap p {
  color: white;
}
.page-update.paid .welcome .welcome-content:before {
  content: "";
  background: url("img/img_diag-crop.png") right 1em no-repeat transparent;
  background-size: 12em;
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 100;
  display: none;
}
@media (min-width: 25rem) {
  .page-update.paid .welcome .welcome-content:before {
    display: block;
    width: 10em;
    height: 14em;
    top: auto;
    bottom: 1em;
  }
}
@media (min-width: 43.75rem) {
  .page-update.paid .welcome .welcome-content:before {
    display: block;
    width: 12em;
    height: 17em;
    top: 12%;
    bottom: auto;
  }
}
.page-update.paid .welcome .welcome-content:after {
  content: "";
  position: relative;
  background: url("img/img_paid.png") center center no-repeat transparent;
  background-size: contain;
  display: block;
  padding-top: 50%;
  margin: 0;
  height: 0;
  width: 100%;
  z-index: 99;
  margin-bottom: 0.5em;
}
@media (min-width: 43.75rem) {
  .page-update.paid .welcome .welcome-content:after {
    background: url("img/img_paid.png") center center no-repeat transparent;
    background-size: contain;
    width: 100%;
    height: auto;
    display: block;
    margin: 1.5em 1em;
    padding: 0;
  }
}
.page-update.connections-apply .button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 24px 40px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFD530;
  color: #000000;
  border: 0;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.page-update.connections-apply .button:hover, .page-update.connections-apply .button:focus {
  color: #000;
  background: #caa100;
}
.page-update.connections-apply .button:active {
  outline: none;
}

.page-engage {
  padding: 0;
  background: #fefefe;
  background: none;
}
.page-engage header {
  width: 100%;
  padding: 0 1rem;
  position: relative;
  z-index: 300;
}
.page-engage .offer-section .primary-offer {
  max-width: 62.5rem;
  border: 0;
  margin: 0 auto;
  padding: 0;
  background: none;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section .primary-offer {
    padding: 2.5em 1em 1em;
    display: flex;
    align-items: stretch;
    align-items: center;
    flex-direction: row;
  }
}
.page-engage .offer-section .primary-offer .text-wrap {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 0;
  padding: 10em 2em 2em;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section .primary-offer .text-wrap {
    margin: 0 auto;
    padding: 15em 0em 10em 2em;
  }
}
.page-engage .offer-section .primary-offer .text-wrap h2 {
  margin-top: 0;
  color: white;
  font-size: 1.5rem;
  text-align: left;
}
@media (min-width: 18.75rem) {
  .page-engage .offer-section .primary-offer .text-wrap h2 {
    font-size: calc(1.5rem + 0.5 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-engage .offer-section .primary-offer .text-wrap h2 {
    font-size: 2rem;
  }
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section .primary-offer .text-wrap h2 {
    text-align: left;
  }
}
.page-engage .offer-section .primary-offer .text-wrap p {
  color: white;
  text-align: left;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section .primary-offer .text-wrap p {
    text-align: left;
  }
}
.page-engage .offer-section .primary-offer .text-wrap .button-wrap {
  text-align: center;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section .primary-offer .text-wrap .button-wrap {
    text-align: left;
  }
}
.page-engage .offer-section .primary-offer .text-wrap .button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 24px 40px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFD530;
  color: #000000;
  border: 0;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  position: relative;
}
.page-engage .offer-section .primary-offer .text-wrap .button:hover, .page-engage .offer-section .primary-offer .text-wrap .button:focus {
  color: #000;
  background: #caa100;
}
.page-engage .offer-section .primary-offer .text-wrap .button:active {
  outline: none;
}
.page-engage .offer-section .primary-offer .text-wrap .button:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 0.75em;
  width: 1em;
  display: inline-block;
  transform: rotate(45deg);
  display: none;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section .primary-offer .text-wrap .button:after {
    display: inline-block;
    display: none;
  }
}
.page-engage .offer-section .primary-offer .text-wrap .button:hover:after, .page-engage .offer-section .primary-offer .text-wrap .button:focus:after {
  content: "\f061";
  color: #000;
}
.page-engage .offer-section .primary-offer .text-wrap:before {
  content: "";
  background: url("img/img_diag-crop.png") right 1em no-repeat transparent;
  background-size: 12em;
  position: absolute;
  top: 2em;
  right: 0;
  z-index: 100;
  display: none;
}
@media (min-width: 25rem) {
  .page-engage .offer-section .primary-offer .text-wrap:before {
    display: block;
    width: 10em;
    height: 14em;
    top: auto;
    bottom: 1em;
  }
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section .primary-offer .text-wrap:before {
    display: block;
    width: 12em;
    height: 17em;
    top: 12%;
    bottom: auto;
  }
}
.page-engage .offer-section .primary-offer:after {
  content: "";
  background: url("img/img_offer.png") center center no-repeat transparent;
  background-size: contain;
  width: 100%;
  max-width: 100%;
  height: 20em;
  padding: 0;
  margin: 0 auto 1em;
  display: block;
  position: relative;
  z-index: 200;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section .primary-offer:after {
    content: "";
    background: url("img/img_offer.png") center center no-repeat transparent;
    background-size: contain;
    width: 100%;
    max-width: 37.5rem;
    height: 30rem;
    margin: 0 0 0 1em;
    display: block;
    position: relative;
    top: 0;
  }
}
.page-engage .offer-section-2, .page-engage .videos-section {
  background: #FFD530;
}
.page-engage .offer-section-2 .secondary-offer, .page-engage .offer-section-2 .video-gallery, .page-engage .videos-section .secondary-offer, .page-engage .videos-section .video-gallery {
  max-width: 62.5rem;
  border: 0;
  margin: 0 auto;
  padding: 2em 1em 3em;
  position: relative;
  display: block;
}
.page-engage .offer-section-2 .secondary-offer .text-wrap, .page-engage .offer-section-2 .video-gallery .text-wrap, .page-engage .videos-section .secondary-offer .text-wrap, .page-engage .videos-section .video-gallery .text-wrap {
  border-radius: 0;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto 0;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section-2 .secondary-offer .text-wrap, .page-engage .offer-section-2 .video-gallery .text-wrap, .page-engage .videos-section .secondary-offer .text-wrap, .page-engage .videos-section .video-gallery .text-wrap {
    margin: 0 auto;
  }
}
.page-engage .offer-section-2 .secondary-offer .text-wrap h3, .page-engage .offer-section-2 .secondary-offer .text-wrap .mauticform-message, .page-engage .offer-section-2 .video-gallery .text-wrap h3, .page-engage .offer-section-2 .video-gallery .text-wrap .mauticform-message, .page-engage .videos-section .secondary-offer .text-wrap h3, .page-engage .videos-section .secondary-offer .text-wrap .mauticform-message, .page-engage .videos-section .video-gallery .text-wrap h3, .page-engage .videos-section .video-gallery .text-wrap .mauticform-message {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  text-align: left;
}
@media (min-width: 18.75rem) {
  .page-engage .offer-section-2 .secondary-offer .text-wrap h3, .page-engage .offer-section-2 .secondary-offer .text-wrap .mauticform-message, .page-engage .offer-section-2 .video-gallery .text-wrap h3, .page-engage .offer-section-2 .video-gallery .text-wrap .mauticform-message, .page-engage .videos-section .secondary-offer .text-wrap h3, .page-engage .videos-section .secondary-offer .text-wrap .mauticform-message, .page-engage .videos-section .video-gallery .text-wrap h3, .page-engage .videos-section .video-gallery .text-wrap .mauticform-message {
    font-size: calc(1.5rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-engage .offer-section-2 .secondary-offer .text-wrap h3, .page-engage .offer-section-2 .secondary-offer .text-wrap .mauticform-message, .page-engage .offer-section-2 .video-gallery .text-wrap h3, .page-engage .offer-section-2 .video-gallery .text-wrap .mauticform-message, .page-engage .videos-section .secondary-offer .text-wrap h3, .page-engage .videos-section .secondary-offer .text-wrap .mauticform-message, .page-engage .videos-section .video-gallery .text-wrap h3, .page-engage .videos-section .video-gallery .text-wrap .mauticform-message {
    font-size: 1.75rem;
  }
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section-2 .secondary-offer .text-wrap h3, .page-engage .offer-section-2 .secondary-offer .text-wrap .mauticform-message, .page-engage .offer-section-2 .video-gallery .text-wrap h3, .page-engage .offer-section-2 .video-gallery .text-wrap .mauticform-message, .page-engage .videos-section .secondary-offer .text-wrap h3, .page-engage .videos-section .secondary-offer .text-wrap .mauticform-message, .page-engage .videos-section .video-gallery .text-wrap h3, .page-engage .videos-section .video-gallery .text-wrap .mauticform-message {
    text-align: center;
  }
}
.page-engage .offer-section-2 .secondary-offer .text-wrap p, .page-engage .offer-section-2 .video-gallery .text-wrap p, .page-engage .videos-section .secondary-offer .text-wrap p, .page-engage .videos-section .video-gallery .text-wrap p {
  color: #000;
  text-align: center;
  margin: 0;
  text-align: left;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section-2 .secondary-offer .text-wrap p, .page-engage .offer-section-2 .video-gallery .text-wrap p, .page-engage .videos-section .secondary-offer .text-wrap p, .page-engage .videos-section .video-gallery .text-wrap p {
    text-align: center;
  }
}
.page-engage .offer-section-2 .secondary-offer .text-wrap .button-wrap, .page-engage .offer-section-2 .video-gallery .text-wrap .button-wrap, .page-engage .videos-section .secondary-offer .text-wrap .button-wrap, .page-engage .videos-section .video-gallery .text-wrap .button-wrap {
  text-align: center;
}
@media (min-width: 43.75rem) {
  .page-engage .offer-section-2 .secondary-offer .text-wrap .button-wrap, .page-engage .offer-section-2 .video-gallery .text-wrap .button-wrap, .page-engage .videos-section .secondary-offer .text-wrap .button-wrap, .page-engage .videos-section .video-gallery .text-wrap .button-wrap {
    text-align: left;
  }
}
.page-engage .offer-section-2 .secondary-offer .text-wrap .button, .page-engage .offer-section-2 .video-gallery .text-wrap .button, .page-engage .videos-section .secondary-offer .text-wrap .button, .page-engage .videos-section .video-gallery .text-wrap .button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 24px 40px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFD530;
  color: #000000;
  border: 0;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.page-engage .offer-section-2 .secondary-offer .text-wrap .button:hover, .page-engage .offer-section-2 .secondary-offer .text-wrap .button:focus, .page-engage .offer-section-2 .video-gallery .text-wrap .button:hover, .page-engage .offer-section-2 .video-gallery .text-wrap .button:focus, .page-engage .videos-section .secondary-offer .text-wrap .button:hover, .page-engage .videos-section .secondary-offer .text-wrap .button:focus, .page-engage .videos-section .video-gallery .text-wrap .button:hover, .page-engage .videos-section .video-gallery .text-wrap .button:focus {
  color: #000;
  background: #caa100;
}
.page-engage .offer-section-2 .secondary-offer .text-wrap .button:active, .page-engage .offer-section-2 .video-gallery .text-wrap .button:active, .page-engage .videos-section .secondary-offer .text-wrap .button:active, .page-engage .videos-section .video-gallery .text-wrap .button:active {
  outline: none;
}
.page-engage .offer-section-2 .secondary-offer .video-wrap, .page-engage .offer-section-2 .video-gallery .video-wrap, .page-engage .videos-section .secondary-offer .video-wrap, .page-engage .videos-section .video-gallery .video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 2em auto 2em;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.page-engage .offer-section-2 .secondary-offer iframe, .page-engage .offer-section-2 .video-gallery iframe, .page-engage .videos-section .secondary-offer iframe, .page-engage .videos-section .video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border: 5px solid #000;
}
.page-engage .youvisit-section {
  padding: 1.5rem;
  background: #000000;
}
.page-engage .youvisit-section .youvisit-content {
  max-width: 62.5rem;
  margin: auto;
}
.page-engage .youvisit-section .text-wrap {
  border-radius: 0;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto 0;
}
@media (min-width: 43.75rem) {
  .page-engage .youvisit-section .text-wrap {
    margin: 0 auto;
  }
}
.page-engage .youvisit-section .text-wrap h3, .page-engage .youvisit-section .text-wrap .mauticform-message {
  color: #fefefe;
  text-align: center;
  font-size: 1.5rem;
  text-align: left;
}
@media (min-width: 18.75rem) {
  .page-engage .youvisit-section .text-wrap h3, .page-engage .youvisit-section .text-wrap .mauticform-message {
    font-size: calc(1.5rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-engage .youvisit-section .text-wrap h3, .page-engage .youvisit-section .text-wrap .mauticform-message {
    font-size: 1.75rem;
  }
}
@media (min-width: 43.75rem) {
  .page-engage .youvisit-section .text-wrap h3, .page-engage .youvisit-section .text-wrap .mauticform-message {
    text-align: center;
  }
}
.page-engage .youvisit-section .text-wrap p {
  color: #fefefe;
  text-align: center;
  margin: 0;
  text-align: left;
}
@media (min-width: 43.75rem) {
  .page-engage .youvisit-section .text-wrap p {
    text-align: center;
  }
}
.page-engage .youvisit-section .text-wrap .button-wrap {
  text-align: center;
}
@media (min-width: 43.75rem) {
  .page-engage .youvisit-section .text-wrap .button-wrap {
    text-align: left;
  }
}
.page-engage .youvisit-section .text-wrap .button {
  display: inline-block;
  margin-top: 0.75em;
  padding: 10px 20px;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  transition: all 0.3s;
  padding: 24px 40px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FFD530;
  color: #000000;
  border: 0;
  font-family: "noto", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.page-engage .youvisit-section .text-wrap .button:hover, .page-engage .youvisit-section .text-wrap .button:focus {
  color: #000;
  background: #caa100;
}
.page-engage .youvisit-section .text-wrap .button:active {
  outline: none;
}
.page-engage .youvisit-section p.youvisit_link {
  display: block;
  margin: 2em auto 2em;
}
.page-engage .youvisit-section p.youvisit_link iframe {
  height: 310px;
  max-height: 310px;
  border: 8px solid #000 !important;
  border-radius: 0;
}
.page-engage .recruit-gallery {
  display: block;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0;
}
.page-engage .recruit-gallery ul {
  list-style-type: none;
  display: block;
  margin: auto;
  padding: 0;
  max-width: 25rem;
  justify-content: center;
}
@media (min-width: 25rem) {
  .page-engage .recruit-gallery ul {
    display: flex;
    margin: auto;
    padding: 0;
    max-width: 62.5rem;
  }
}
.page-engage .recruit-gallery ul li {
  width: 100%;
  width: auto;
  margin: 0.5em;
  padding: 0;
}
.page-engage .recruit-gallery ul li img {
  padding: 0;
  margin: 0;
  border: 1px solid #000;
  width: 100%;
  filter: grayscale(100%);
}
.page-engage .recruit-gallery ul li img:hover, .page-engage .recruit-gallery ul li img:focus {
  filter: grayscale(0%);
}
.page-engage .form-section {
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  padding: 2em 0em 1em;
  padding: 2em 0 3em;
  position: relative;
  background: #000000;
  position: relative;
}
@media (min-width: 37.5rem) {
  .page-engage .form-section {
    padding: 2em 0 1em;
    padding: 3em 0 3em;
    background: #000000;
  }
}
.page-engage .form-section .form-wrap {
  max-width: 43.75rem;
  margin: auto;
  padding: 0;
  position: relative;
}
@media (min-width: 37.5rem) {
  .page-engage .form-section .form-wrap {
    max-width: 43.75rem;
    margin: auto;
    padding: 0;
  }
}
.page-engage .form-section .form-container {
  margin: auto;
  background: none;
  padding: 1em;
  position: relative;
  z-index: 200;
}
@media (min-width: 37.5rem) {
  .page-engage .form-section .form-container .type_date:not(.question-stacked),
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked),
  .page-engage .form-section .form-container .type_radio:not(.question-stacked),
  .page-engage .form-section .form-container .type_select:not(.question-stacked),
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked),
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked),
  .page-engage .form-section .form-container .type_text:not(.question-stacked),
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked),
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked),
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked),
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked),
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked),
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .page-engage .form-section .form-container .type_date:not(.question-stacked) > label, .page-engage .form-section .form-container .type_date:not(.question-stacked) > .rte-q-label, .page-engage .form-section .form-container .type_date:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > label,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > label,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > label,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > label,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > label,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > label,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > label,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > label,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > label,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > label,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > label,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > .desc,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > label,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > .rte-q-label,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > .desc {
    width: 45%;
    padding: 0.5em 5% 0.5em 0;
  }
  .page-engage .form-section .form-container .type_date:not(.question-stacked) > label ~ *, .page-engage .form-section .form-container .type_date:not(.question-stacked) > .rte-q-label ~ *, .page-engage .form-section .form-container .type_date:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > .desc ~ *,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > label ~ *,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > .rte-q-label ~ *,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > .desc ~ * {
    width: calc(100% - 45%);
  }
  .page-engage .form-section .form-container .type_date:not(.question-stacked) > label ~ *.choice, .page-engage .form-section .form-container .type_date:not(.question-stacked) > .rte-q-label ~ *.choice, .page-engage .form-section .form-container .type_date:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > .desc ~ *.choice,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > .rte-q-label ~ *.choice,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > .desc ~ *.choice {
    margin: 0.375em 0;
  }
  .page-engage .form-section .form-container .type_date:not(.question-stacked) > label ~ .help, .page-engage .form-section .form-container .type_date:not(.question-stacked) > .rte-q-label ~ .help, .page-engage .form-section .form-container .type_date:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .type_multicheck:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .type_radio:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .type_select:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .type_ssn:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .type_telephone:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .type_text:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .type_textarea:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .mauticform-text:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .mauticform-email:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .mauticform-select:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .mauticform-tel:not(.question-stacked) > .desc ~ .help,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > label ~ .help,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > .rte-q-label ~ .help,
  .page-engage .form-section .form-container .mauticform-date:not(.question-stacked) > .desc ~ .help {
    width: 100%;
  }
  .page-engage .form-section .form-container .type_date.related-question,
  .page-engage .form-section .form-container .type_multicheck.related-question,
  .page-engage .form-section .form-container .type_radio.related-question,
  .page-engage .form-section .form-container .type_select.related-question,
  .page-engage .form-section .form-container .type_ssn.related-question,
  .page-engage .form-section .form-container .type_telephone.related-question,
  .page-engage .form-section .form-container .type_text.related-question,
  .page-engage .form-section .form-container .type_textarea.related-question,
  .page-engage .form-section .form-container .mauticform-text.related-question,
  .page-engage .form-section .form-container .mauticform-email.related-question,
  .page-engage .form-section .form-container .mauticform-select.related-question,
  .page-engage .form-section .form-container .mauticform-tel.related-question,
  .page-engage .form-section .form-container .mauticform-date.related-question {
    padding-left: 45%;
  }
  .page-engage .form-section .form-container .type_date .type_checkbox.related-question,
  .page-engage .form-section .form-container .type_date .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .type_multicheck .type_checkbox.related-question,
  .page-engage .form-section .form-container .type_multicheck .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .type_radio .type_checkbox.related-question,
  .page-engage .form-section .form-container .type_radio .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .type_select .type_checkbox.related-question,
  .page-engage .form-section .form-container .type_select .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .type_ssn .type_checkbox.related-question,
  .page-engage .form-section .form-container .type_ssn .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .type_telephone .type_checkbox.related-question,
  .page-engage .form-section .form-container .type_telephone .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .type_text .type_checkbox.related-question,
  .page-engage .form-section .form-container .type_text .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .type_textarea .type_checkbox.related-question,
  .page-engage .form-section .form-container .type_textarea .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .mauticform-text .type_checkbox.related-question,
  .page-engage .form-section .form-container .mauticform-text .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .mauticform-email .type_checkbox.related-question,
  .page-engage .form-section .form-container .mauticform-email .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .mauticform-select .type_checkbox.related-question,
  .page-engage .form-section .form-container .mauticform-select .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .mauticform-tel .type_checkbox.related-question,
  .page-engage .form-section .form-container .mauticform-tel .type_readonly_webcopy.related-question,
  .page-engage .form-section .form-container .mauticform-date .type_checkbox.related-question,
  .page-engage .form-section .form-container .mauticform-date .type_readonly_webcopy.related-question {
    padding-left: 45%;
  }
}
@media (min-width: 37.5rem) {
  .page-engage .form-section .form-container {
    padding: 0 1em;
  }
}
.page-engage .form-section .form-container h3, .page-engage .form-section .form-container .mauticform-message {
  padding-top: 0;
  text-align: left;
}
.page-engage .form-section .form-container p {
  color: white;
  text-align: left;
}
.page-engage .form-section .form-container #mauticform_cultivateinfov22student_submit,
.page-engage .form-section .form-container #mauticform_cultivatestudentinfov22parent_submit {
  text-align: center;
}
.page-engage .form-section .form-container #mauticform_cultivatestudentinfov22parent_message {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}
.page-engage .edu-links-section {
  background: #E6E9E8;
  padding: 1em 0;
  position: relative;
}
.page-engage .edu-links-section .edu-wrap {
  display: block;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0;
}
.page-engage .edu-links-section .edu-wrap .title-wrap h3, .page-engage .edu-links-section .edu-wrap .title-wrap .mauticform-message {
  color: #000;
  width: 100%;
  padding: 1em 1em 0 1em;
  font-size: 1.5rem;
  z-index: 200;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}
@media (min-width: 18.75rem) {
  .page-engage .edu-links-section .edu-wrap .title-wrap h3, .page-engage .edu-links-section .edu-wrap .title-wrap .mauticform-message {
    font-size: calc(1.5rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-engage .edu-links-section .edu-wrap .title-wrap h3, .page-engage .edu-links-section .edu-wrap .title-wrap .mauticform-message {
    font-size: 1.75rem;
  }
}
@media (min-width: 43.75rem) {
  .page-engage .edu-links-section .edu-wrap .title-wrap h3, .page-engage .edu-links-section .edu-wrap .title-wrap .mauticform-message {
    text-align: center;
  }
}
.page-engage .edu-links-section .edu-wrap .link-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0.5em;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul {
  list-style-type: none;
  display: block;
  margin: auto;
  padding: 0 1em 1em 1em;
  padding: 0;
  max-width: 25rem;
}
@media (min-width: 37.5rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul {
    display: block;
    max-width: 62.5rem;
  }
}
@media (min-width: 50rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul {
    display: flex;
    margin: auto;
    padding: 0 1em;
    padding: 0;
    max-width: 62.5rem;
  }
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li {
  width: 100%;
  width: auto;
  margin: 2em 0.5em;
  padding: 0 1em;
  border: 1px solid #000;
  background: rgba(254, 254, 254, 0.5);
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li:hover, .page-engage .edu-links-section .edu-wrap .link-wrap ul li:focus {
  background: rgba(254, 254, 254, 0.9);
}
@media (min-width: 37.5rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul li {
    padding: 1em 1em;
  }
}
@media (min-width: 50rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul li {
    padding: 1em 1em;
  }
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a {
  background: none;
  padding: 1.5em;
  padding: 0;
  font-size: 1rem;
  display: block;
  position: relative;
  text-decoration: none;
  transition: ease 0.3s;
  font-weight: 400;
  transition: ease all 0.4s;
  display: block;
}
@media (min-width: 37.5rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul li a {
    display: flex;
  }
}
@media (min-width: 50rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul li a {
    display: block;
  }
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a:before {
  content: "";
  border: 1px solid #000;
  height: 0;
  padding-top: 60%;
  width: 100%;
  display: block;
  margin: 1em auto 0;
  position: relative;
}
@media (min-width: 37.5rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul li a:before {
    padding-top: 0;
    width: 50%;
    height: 8em;
    margin: 0 0;
  }
}
@media (min-width: 50rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul li a:before {
    padding-top: 0;
    width: 100%;
    height: 10em;
    margin: 0 auto 0;
  }
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a:after {
  content: "Learn More";
  color: #000;
  font-weight: 700;
  position: absolute;
  top: -1em;
  left: -1em;
  display: inline-block;
  padding: 0.25em;
  font-size: 0.9em;
  background: #FFD530;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a .text-wrap {
  width: 100%;
  padding: 1em 1em 0;
  text-align: left;
}
@media (min-width: 50rem) {
  .page-engage .edu-links-section .edu-wrap .link-wrap ul li a .text-wrap {
    padding: 1em 0 0;
  }
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a h4 {
  color: #000;
  margin: 0;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a p {
  margin: 0.5em auto;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  padding-bottom: 0.5em;
  position: relative;
  overflow: hidden;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFD530;
  transition: opacity 0.4s, transform 0.4s;
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a:hover:after, .page-engage .edu-links-section .edu-wrap .link-wrap ul li a:focus:after {
  color: #FFD530;
  background: #000;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a:hover h4, .page-engage .edu-links-section .edu-wrap .link-wrap ul li a:focus h4 {
  color: #333C33;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a:hover p, .page-engage .edu-links-section .edu-wrap .link-wrap ul li a:focus p {
  color: #333C33;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a:hover p:after, .page-engage .edu-links-section .edu-wrap .link-wrap ul li a:focus p:after {
  transform: translate3d(0, 0, 0);
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li a:hover p:before, .page-engage .edu-links-section .edu-wrap .link-wrap ul li a:focus p:before {
  display: none;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li.cyber a:before {
  content: "";
  background: url("img/img_cyber-bw.jpg") center center no-repeat white;
  background-size: cover;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li.cyber a:hover:before, .page-engage .edu-links-section .edu-wrap .link-wrap ul li.cyber a:focus:before {
  background: url("img/img_cyber-bw.jpg") center center no-repeat white;
  background-size: cover;
  box-shadow: 2px 2px 3px #000000;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li.engineers a:before {
  content: "";
  background: url("img/img_engineering-bw.jpg") center center no-repeat white;
  background-size: cover;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li.engineers a:hover:before, .page-engage .edu-links-section .edu-wrap .link-wrap ul li.engineers a:focus:before {
  background: url("img/img_engineering-bw.jpg") center center no-repeat white;
  background-size: cover;
  box-shadow: 2px 2px 3px #000000;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li.infantry a:before {
  content: "";
  background: url("img/img_infantry-bw.jpg") center center no-repeat white;
  background-size: cover;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li.infantry a:hover:before, .page-engage .edu-links-section .edu-wrap .link-wrap ul li.infantry a:focus:before {
  background: url("img/img_infantry-bw.jpg") center center no-repeat white;
  background-size: cover;
  box-shadow: 2px 2px 3px #000000;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li.transportation a:before {
  content: "";
  background: url("img/img_transportation-bw.jpg") center center no-repeat white;
  background-size: cover;
}
.page-engage .edu-links-section .edu-wrap .link-wrap ul li.transportation a:hover:before, .page-engage .edu-links-section .edu-wrap .link-wrap ul li.transportation a:focus:before {
  background: url("img/img_transportation-bw.jpg") center center no-repeat white;
  background-size: cover;
  box-shadow: 2px 2px 3px #000000;
}
.page-engage .benefits-section {
  background: #333C33;
  padding: 1em 1em 3em;
  position: relative;
}
.page-engage .benefits-section .title-wrap {
  margin: 0 auto;
  max-width: 37.5rem;
}
.page-engage .benefits-section .title-wrap h3, .page-engage .benefits-section .title-wrap .mauticform-message {
  color: #fefefe;
  width: 100%;
  padding: 1em;
  margin: 0;
  font-size: 1.5rem;
  z-index: 200;
  line-height: 1.2;
  text-align: left;
  padding: 1em 0;
}
@media (min-width: 18.75rem) {
  .page-engage .benefits-section .title-wrap h3, .page-engage .benefits-section .title-wrap .mauticform-message {
    font-size: calc(1.5rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-engage .benefits-section .title-wrap h3, .page-engage .benefits-section .title-wrap .mauticform-message {
    font-size: 1.75rem;
  }
}
@media (min-width: 43.75rem) {
  .page-engage .benefits-section .title-wrap h3, .page-engage .benefits-section .title-wrap .mauticform-message {
    padding: 1em 0;
    text-align: center;
  }
}
.page-engage .benefits-section .title-wrap:after {
  content: "";
  background: #131515;
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.page-engage .benefits-section .benefits-wrap {
  display: block;
  max-width: 50rem;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: 0;
  z-index: 300;
  position: relative;
}
@media (min-width: 37.5rem) {
  .page-engage .benefits-section .benefits-wrap {
    background: url("img/img_climb_obstacle.png") -7em 0 no-repeat white;
    background-size: cover;
    border: 8px solid #000;
  }
}
@media (min-width: 50rem) {
  .page-engage .benefits-section .benefits-wrap {
    background: url("img/img_climb_obstacle.png") 0 0 no-repeat white;
    background-size: contain;
    border: 8px solid #000;
  }
}
.page-engage .benefits-section .link-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 18.75rem;
  background: none;
  padding-top: 0;
}
@media (min-width: 37.5rem) {
  .page-engage .benefits-section .link-wrap {
    max-width: 18.75rem;
    margin: 0 0 0 auto;
    padding-top: 1em;
    background: linear-gradient(90deg, rgba(254, 254, 254, 0) 0%, rgb(254, 254, 254) 20%);
  }
}
@media (min-width: 50rem) {
  .page-engage .benefits-section .link-wrap {
    max-width: 37.5rem;
    margin: 0 0 0 auto;
    padding-top: 1em;
    background: linear-gradient(90deg, rgba(254, 254, 254, 0) 0%, rgb(254, 254, 254) 20%);
  }
}
.page-engage .benefits-section .link-wrap ul {
  list-style-type: none;
  display: block;
  margin: auto;
  max-width: 18.75rem;
}
@media (min-width: 37.5rem) {
  .page-engage .benefits-section .link-wrap ul {
    display: block;
    max-width: 25rem;
  }
}
@media (min-width: 50rem) {
  .page-engage .benefits-section .link-wrap ul {
    display: flex;
    margin: auto;
    padding: 0 1em;
    max-width: 62.5rem;
  }
}
.page-engage .benefits-section .link-wrap ul li {
  width: 100%;
  margin: 0;
  padding: 0 1em;
}
@media (min-width: 37.5rem) {
  .page-engage .benefits-section .link-wrap ul li {
    margin: 0;
  }
}
.page-engage .benefits-section .link-wrap ul li .text-wrap {
  width: 100%;
  padding: 1em;
  text-align: left;
  background: none;
  padding: 1.5em;
  padding: 0;
  font-size: 1rem;
  display: block;
  position: relative;
  text-decoration: none;
  transition: ease 0.3s;
  font-weight: 400;
  transition: ease all 0.4s;
  display: block;
  position: relative;
}
@media (min-width: 50rem) {
  .page-engage .benefits-section .link-wrap ul li .text-wrap {
    display: block;
  }
}
.page-engage .benefits-section .link-wrap ul li .text-wrap:before {
  content: "";
  font-family: "FontAwesome";
  font-weight: 700;
  color: #FFD530;
  width: 2.5em;
  height: 2.5em;
  display: block;
  font-size: 2rem;
  margin: 0 auto 0;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #FFD530;
  background: black;
  padding: 0.5em;
}
.page-engage .benefits-section .link-wrap ul li .text-wrap h4 {
  color: #000;
}
.page-engage .benefits-section .link-wrap ul li .text-wrap p {
  margin: 0.5em auto;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 1rem;
  color: #fefefe;
  padding-bottom: 0.5em;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .page-engage .benefits-section .link-wrap ul li .text-wrap p {
    color: #333C33;
  }
}
.page-engage .benefits-section .link-wrap ul li.bonus .text-wrap:before {
  content: "";
  content: "";
  background: url("img/icon_sack-dollar.svg") center center no-repeat black;
  background-size: 50%;
}
.page-engage .benefits-section .link-wrap ul li.training .text-wrap:before {
  content: "";
  background: url("img/icon_graduation-cap.svg") center center no-repeat black;
  background-size: 50%;
}
.page-engage .benefits-section .link-wrap ul li.healthcare .text-wrap:before {
  content: "";
  background: url("img/icon_suitcase-medical.svg") center center no-repeat black;
  background-size: 50%;
}
.page-engage .benefits-section .link-wrap ul li.pay .text-wrap:before {
  content: "";
  background: url("img/icon_hand-holding-dollar.svg") center center no-repeat black;
  background-size: 50%;
}
.page-engage .connect .form-section {
  padding: 8em 0 1em;
  background: #000;
}
@media (min-width: 43.75rem) {
  .page-engage .connect .form-section {
    padding: 14em 0 6em;
  }
}
.page-engage .connect .form-section:before {
  display: none;
}
.page-engage .connect .form-section .form-wrap {
  max-width: 62.5rem;
}
.page-engage .connect .form-section .form-wrap .intro-wrap {
  position: relative;
  text-align: left;
  max-width: 100%;
}
@media (min-width: 43.75rem) {
  .page-engage .connect .form-section .form-wrap .intro-wrap {
    position: absolute;
    top: -12.5em;
    right: 0;
    text-align: right;
    padding: 0;
    z-index: 300;
    max-width: 31.25rem;
  }
}
.page-engage .connect .form-section .form-wrap .intro-wrap h2 {
  position: relative;
  color: #fefefe;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 3rem;
  padding: 2rem 1rem 0;
}
@media (min-width: 18.75rem) {
  .page-engage .connect .form-section .form-wrap .intro-wrap h2 {
    font-size: calc(3rem + 2 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-engage .connect .form-section .form-wrap .intro-wrap h2 {
    font-size: 5rem;
  }
}
.page-engage .connect .form-section .form-wrap .intro-wrap p, .page-engage .connect .form-section .form-wrap .intro-wrap h4 {
  color: #fefefe;
  font-size: 1.125rem;
  padding: 0 1rem;
  font-weight: 700;
}
@media (min-width: 18.75rem) {
  .page-engage .connect .form-section .form-wrap .intro-wrap p, .page-engage .connect .form-section .form-wrap .intro-wrap h4 {
    font-size: calc(1.125rem + 0.375 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-engage .connect .form-section .form-wrap .intro-wrap p, .page-engage .connect .form-section .form-wrap .intro-wrap h4 {
    font-size: 1.5rem;
  }
}
.page-engage .connect .form-section .form-wrap:before {
  content: "";
  background: url("img/img_diag-crop.png") right 1em no-repeat #000;
  background-size: 12em;
  position: absolute;
  top: -14em;
  right: 0;
  z-index: 100;
  display: none;
}
@media (min-width: 25rem) {
  .page-engage .connect .form-section .form-wrap:before {
    display: block;
    width: 10em;
    height: 14em;
  }
}
@media (min-width: 37.5rem) {
  .page-engage .connect .form-section .form-wrap:before {
    display: block;
    width: 12em;
    height: 17em;
  }
}
.page-engage .connect .form-section .form-container {
  max-width: 100%;
  max-width: 50rem;
}
.page-engage .connect .form-section .form-container h3, .page-engage .connect .form-section .form-container .mauticform-message {
  padding-top: 1em;
  text-align: left;
}
@media (min-width: 43.75rem) {
  .page-engage .connect .form-section .form-container h3, .page-engage .connect .form-section .form-container .mauticform-message {
    padding-top: 2em;
    text-align: left;
  }
}
.page-engage .connect .form-section .form-container p {
  text-align: left;
}
@media (min-width: 43.75rem) {
  .page-engage .connect .form-section .form-container p {
    text-align: left;
  }
}
.page-engage .connect .form-section:after {
  z-index: 100;
}
.page-engage .connect .offer-section {
  position: relative;
  background: #000;
  background: #333C33;
}
.page-engage .connect .offer-section .primary-offer {
  margin: 0 auto;
  padding: 3em 0 2em;
}
@media (min-width: 43.75rem) {
  .page-engage .connect .offer-section .primary-offer {
    margin: 0 auto 0;
    padding: 0;
  }
}
.page-engage .connect .offer-section .primary-offer .text-wrap {
  padding-bottom: 2em;
}
@media (min-width: 43.75rem) {
  .page-engage .connect .offer-section .primary-offer .text-wrap {
    padding-bottom: 2em;
    padding-top: 8em;
  }
}
.page-engage .connect .offer-section .primary-offer .text-wrap p {
  color: #fefefe;
  text-shadow: none;
  text-align: left;
}
.page-index {
  background: #000;
  border: 1px solid #FFD530;
  border: 0;
  padding: 1em;
  padding-top: 8em;
}
@media (min-width: 43.75rem) {
  .page-index {
    padding-top: 15em;
  }
}
.page-index h2, .page-index h3, .page-index .mauticform-message {
  color: #fefefe;
}
.page-index ul {
  margin-left: 2em;
}/*# sourceMappingURL=style.css.map */