@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;600;700;800&display=swap");
@import url("https://college-choice.net/lp-live/base-project-resources/util/reset.css");
@import url("https://college-choice.net/lp-live/base-project-resources/util/global.css");
button.button, .button button,
a.button,
.button a, button,
.type_event_button a,
[type=submit],
[type=button] {
  display: block;
  width: 100%;
  padding: 0.75em 1.25em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  line-height: 1.2;
  background-color: #0073bd;
  color: white;
  transition: 200ms ease-in;
  text-transform: uppercase;
  font-weight: 900;
}
a.button:hover,
.button a:hover, button:hover,
.type_event_button a:hover,
[type=submit]:hover,
[type=button]:hover,
a.button:focus,
.button a:focus, button:focus,
.type_event_button a:focus,
[type=submit]:focus,
[type=button]:focus {
  background-color: #003976;
}
@media (min-width: 37.5rem) {
  button.button, .button button,
  a.button,
  .button a, button,
  .type_event_button a,
  [type=submit],
  [type=button] {
    display: inline-block;
    width: auto;
  }
}

@font-face {
  font-family: "National";
  font-weight: 900;
  font-style: italic;
  src: url("fonts/National-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 900;
  font-style: normal;
  src: url("fonts/National-Black.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/National-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/National-Bold.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/National-Semibold.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/National-Medium.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 500;
  font-style: italic;
  src: url("fonts/National-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/National-Book.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/NationalWeb-Light.woff") format("woff");
}
@font-face {
  font-family: "National";
  font-weight: 300;
  font-style: italic;
  src: url("fonts/National-LightItalic.woff") format("woff");
}
button {
  font-family: "National", Helvetica, Arial, sans-serif;
}

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

html {
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75rem 0;
  font-family: "National", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #000;
}

h1 {
  font-size: 3.45rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 18.75rem) {
  h1 {
    font-size: calc(3.45rem + 0.55 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.55rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 18.75rem) {
  h2 {
    font-size: calc(2.55rem + 0.95 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 1.875rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 18.75rem) {
  h3 {
    font-size: calc(1.875rem + 0.575 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h3 {
    font-size: 2.45rem;
  }
}

h4 {
  font-size: 1.625rem;
  font-weight: 700;
}
@media (min-width: 18.75rem) {
  h4 {
    font-size: calc(1.625rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  color: #000;
}

h6 {
  color: #000;
}

p {
  font-size: 0.925rem;
}
@media (min-width: 18.75rem) {
  p {
    font-size: calc(0.925rem + 0.325 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  p {
    font-size: 1.25rem;
  }
}

button {
  font-size: 1.225rem;
  font-weight: 700;
}
@media (min-width: 18.75rem) {
  button {
    font-size: calc(1.225rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  button {
    font-size: 1.475rem;
  }
}

p,
ul,
ol,
blockquote,
address {
  margin: 0 0 1rem 0;
  font-style: normal;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

.question .help,
.mauticform-row .help,
small,
.copyright {
  font-size: 0.875em;
  font-style: italic;
}

.visuallyhidden, .ac_results.hide,
.ceeb-results.hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden .focusable:active, .ac_results.hide .focusable:active,
.ceeb-results.hide .focusable:active,
.visuallyhidden .focusable:focus,
.ac_results.hide .focusable:focus,
.ceeb-results.hide .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.rte-custom-highschoollookup7 .result {
  position: relative;
  margin: 1rem 0;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border: 1px solid #000;
}
.rte-custom-highschoollookup7 .result .location {
  display: block;
  font-size: 0.875em;
  font-style: italic;
}
.rte-custom-highschoollookup7 .result a {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: transparent;
  border: 0;
  background: none;
  font-size: 0;
}
.rte-custom-highschoollookup7 .result a::after {
  content: "✗ ";
  color: #000;
  font-size: 1rem;
  line-height: 1;
}
.ceeb-result-container {
  position: relative;
}
.ceeb-result-container .mauticform-input {
  padding-right: 1.5rem;
}
.ceeb-result-container .ceeb-icon.show::after {
  content: "✗ ";
  position: absolute;
  right: 0;
  cursor: pointer;
}
.ceeb-result-container .ceeb-icon.show:hover::after, .ceeb-result-container .ceeb-icon.show:focus::after {
  color: blue;
}

.ac_results,
.ceeb-results {
  background: #fff;
  position: relative;
  z-index: 1000;
}
.ac_results.show,
.ceeb-results.show {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ac_results.many-results,
.ceeb-results.many-results {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ac_results.few-results,
.ceeb-results.few-results {
  height: fit-content;
}
.ac_results ul,
.ceeb-results ul {
  margin: 0;
  padding: 0;
}
.ac_results li,
.ceeb-results li {
  display: block;
  margin: 0;
  padding: 0.75em;
  cursor: pointer;
}
.ac_results li:nth-child(even),
.ceeb-results li:nth-child(even) {
  background: #eee;
}
.ac_results li.ac_over, .ac_results li:hover, .ac_results li:focus,
.ceeb-results li.ac_over,
.ceeb-results li:hover,
.ceeb-results li:focus {
  background-color: #000;
  color: white;
}
.ac_results li .location,
.ac_results li .result-location,
.ceeb-results li .location,
.ceeb-results li .result-location {
  display: block;
  font-size: 0.85em;
  font-style: italic;
  margin: 0;
}
.mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.mauticform-field-student_academic_interest .checkboxgrp-wrapper,
.multicheck .checkboxgrp-wrapper, textarea, input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
.StripeElement {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: none;
  outline: none;
  color: #000;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  border-radius: 0.25rem;
}
.type_telephone .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_telephone .checkboxgrp-wrapper, .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 textarea, .type_telephone input[type=email],
.type_telephone input[type=number],
.type_telephone input[type=password],
.type_telephone input[type=tel],
.type_telephone input[type=text],
.type_telephone input[type=url],
.type_telephone .StripeElement, .type_ssn .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_ssn .checkboxgrp-wrapper, .type_ssn .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 textarea, .type_ssn input[type=email],
.type_ssn input[type=number],
.type_ssn input[type=password],
.type_ssn input[type=tel],
.type_ssn input[type=text],
.type_ssn input[type=url],
.type_ssn .StripeElement, .type_date .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_date .checkboxgrp-wrapper, .type_date .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 textarea, .type_date input[type=email],
.type_date input[type=number],
.type_date input[type=password],
.type_date input[type=tel],
.type_date input[type=text],
.type_date input[type=url],
.type_date .StripeElement {
  width: auto;
}
.type_telephone .mauticform-field-student_academic_interest [size="2"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_telephone [size="2"].checkboxgrp-wrapper, .type_telephone .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 textarea[size="2"], .type_telephone input[size="2"][type=email],
.type_telephone input[size="2"][type=number],
.type_telephone input[size="2"][type=password],
.type_telephone input[size="2"][type=tel],
.type_telephone input[size="2"][type=text],
.type_telephone input[size="2"][type=url],
.type_telephone [size="2"].StripeElement, .type_ssn .mauticform-field-student_academic_interest [size="2"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_ssn [size="2"].checkboxgrp-wrapper, .type_ssn .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 textarea[size="2"], .type_ssn input[size="2"][type=email],
.type_ssn input[size="2"][type=number],
.type_ssn input[size="2"][type=password],
.type_ssn input[size="2"][type=tel],
.type_ssn input[size="2"][type=text],
.type_ssn input[size="2"][type=url],
.type_ssn [size="2"].StripeElement, .type_date .mauticform-field-student_academic_interest [size="2"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_date [size="2"].checkboxgrp-wrapper, .type_date .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 textarea[size="2"], .type_date input[size="2"][type=email],
.type_date input[size="2"][type=number],
.type_date input[size="2"][type=password],
.type_date input[size="2"][type=tel],
.type_date input[size="2"][type=text],
.type_date input[size="2"][type=url],
.type_date [size="2"].StripeElement {
  min-width: 3.25em;
}
.type_telephone .mauticform-field-student_academic_interest [size="3"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_telephone [size="3"].checkboxgrp-wrapper, .type_telephone .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 textarea[size="3"], .type_telephone input[size="3"][type=email],
.type_telephone input[size="3"][type=number],
.type_telephone input[size="3"][type=password],
.type_telephone input[size="3"][type=tel],
.type_telephone input[size="3"][type=text],
.type_telephone input[size="3"][type=url],
.type_telephone [size="3"].StripeElement, .type_ssn .mauticform-field-student_academic_interest [size="3"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_ssn [size="3"].checkboxgrp-wrapper, .type_ssn .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 textarea[size="3"], .type_ssn input[size="3"][type=email],
.type_ssn input[size="3"][type=number],
.type_ssn input[size="3"][type=password],
.type_ssn input[size="3"][type=tel],
.type_ssn input[size="3"][type=text],
.type_ssn input[size="3"][type=url],
.type_ssn [size="3"].StripeElement, .type_date .mauticform-field-student_academic_interest [size="3"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_date [size="3"].checkboxgrp-wrapper, .type_date .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 textarea[size="3"], .type_date input[size="3"][type=email],
.type_date input[size="3"][type=number],
.type_date input[size="3"][type=password],
.type_date input[size="3"][type=tel],
.type_date input[size="3"][type=text],
.type_date input[size="3"][type=url],
.type_date [size="3"].StripeElement {
  min-width: 4.25em;
}
.type_telephone .mauticform-field-student_academic_interest [size="4"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_telephone [size="4"].checkboxgrp-wrapper, .type_telephone .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 textarea[size="4"], .type_telephone input[size="4"][type=email],
.type_telephone input[size="4"][type=number],
.type_telephone input[size="4"][type=password],
.type_telephone input[size="4"][type=tel],
.type_telephone input[size="4"][type=text],
.type_telephone input[size="4"][type=url],
.type_telephone [size="4"].StripeElement, .type_ssn .mauticform-field-student_academic_interest [size="4"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_ssn [size="4"].checkboxgrp-wrapper, .type_ssn .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 textarea[size="4"], .type_ssn input[size="4"][type=email],
.type_ssn input[size="4"][type=number],
.type_ssn input[size="4"][type=password],
.type_ssn input[size="4"][type=tel],
.type_ssn input[size="4"][type=text],
.type_ssn input[size="4"][type=url],
.type_ssn [size="4"].StripeElement, .type_date .mauticform-field-student_academic_interest [size="4"].checkboxgrp-wrapper, .mauticform-field-student_academic_interest .type_date [size="4"].checkboxgrp-wrapper, .type_date .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 textarea[size="4"], .type_date input[size="4"][type=email],
.type_date input[size="4"][type=number],
.type_date input[size="4"][type=password],
.type_date input[size="4"][type=tel],
.type_date input[size="4"][type=text],
.type_date input[size="4"][type=url],
.type_date [size="4"].StripeElement {
  min-width: 5.25em;
  margin-right: 0;
}
.error .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .error .checkboxgrp-wrapper, .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 textarea, .error input[type=email],
.error input[type=number],
.error input[type=password],
.error input[type=tel],
.error input[type=text],
.error input[type=url],
.error .StripeElement, .val-flag .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .val-flag .checkboxgrp-wrapper, .val-flag .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 textarea, .val-flag input[type=email],
.val-flag input[type=number],
.val-flag input[type=password],
.val-flag input[type=tel],
.val-flag input[type=text],
.val-flag input[type=url],
.val-flag .StripeElement, .mauticform-has-error .mauticform-field-student_academic_interest .checkboxgrp-wrapper, .mauticform-field-student_academic_interest .mauticform-has-error .checkboxgrp-wrapper, .mauticform-has-error .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper, .mauticform-field-academic_field_of_interes1 .mauticform-has-error .checkboxgrp-wrapper,
.mauticform-has-error .mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .mauticform-has-error .checkboxgrp-wrapper,
.mauticform-has-error .multicheck .checkboxgrp-wrapper,
.multicheck .mauticform-has-error .checkboxgrp-wrapper, .mauticform-has-error textarea, .mauticform-has-error input[type=email],
.mauticform-has-error input[type=number],
.mauticform-has-error input[type=password],
.mauticform-has-error input[type=tel],
.mauticform-has-error input[type=text],
.mauticform-has-error input[type=url],
.mauticform-has-error .StripeElement {
  border-color: red !important;
}
.mauticform-field-student_academic_interest .checkboxgrp-wrapper:focus, .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper:focus,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper:focus,
.multicheck .checkboxgrp-wrapper:focus, textarea:focus, input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
.StripeElement:focus {
  outline: none;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
.StripeElement {
  border: 0.11rem solid #003976;
  background: #fff;
  font-size: 0.925rem;
}
@media (min-width: 18.75rem) {
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  .StripeElement {
    font-size: calc(0.925rem + 0.325 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  .StripeElement {
    font-size: 1.25rem;
  }
}
@media (min-width: 37.5rem) {
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],
  .StripeElement {
    min-height: 3rem;
  }
}
input[type=email]:focus, input[type=email]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=url]:focus,
input[type=url]:hover,
.StripeElement:focus,
.StripeElement:hover {
  border: 0.11rem solid #EFAB00;
  outline: none;
}
input[type=email]:focus-within,
input[type=number]:focus-within,
input[type=password]:focus-within,
input[type=tel]:focus-within,
input[type=text]:focus-within,
input[type=url]:focus-within,
.StripeElement:focus-within {
  box-shadow: 0 0 3px #EFAB00;
}
.error input[type=email], .val-flag input[type=email],
.error input[type=number],
.val-flag input[type=number],
.error input[type=password],
.val-flag input[type=password],
.error input[type=tel],
.val-flag input[type=tel],
.error input[type=text],
.val-flag input[type=text],
.error input[type=url],
.val-flag input[type=url],
.error .StripeElement,
.val-flag .StripeElement {
  border: 0.11rem solid red !important;
}

@media (min-width: 50rem) {
  input[type=text].ac_input {
    width: 66.67%;
  }
}

textarea {
  border: 0.11rem solid #003976;
  font-size: 0.925rem;
  overflow: auto !important;
  min-height: 8em;
  resize: vertical !important;
}
@media (min-width: 18.75rem) {
  textarea {
    font-size: calc(0.925rem + 0.325 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  textarea {
    font-size: 1.25rem;
  }
}
textarea:focus, textarea:hover {
  background: #fff;
  border: 0.11rem solid #003976;
  outline: none;
}
.error textarea, .val-flag textarea, .mauticform-has-error textarea {
  border: 0.11rem solid red;
  background: rgba(255, 0, 0, 0.07);
}

.mauticform-select {
  position: relative;
}
.mauticform-select:after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.35rem;
  margin: auto;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: #003976 transparent transparent transparent;
  pointer-events: none;
}
@media (min-width: 50rem) {
  .mauticform-select:after {
    bottom: 1.35rem;
  }
}
.update .mauticform-select:after {
  bottom: 1.35rem !important;
}
.mauticform-select.mauticform-has-error select {
  border: 0.11rem solid red;
}
.mauticform-select.mauticform-has-error:after {
  bottom: 2.88rem;
}
@media (min-width: 75rem) {
  .mauticform-select.mauticform-has-error:after {
    bottom: 4.65rem;
  }
}
.update .mauticform-select.mauticform-has-error:after {
  bottom: 3.35rem !important;
}
.mauticform-select select {
  border-radius: 0.25rem !important;
  overflow: hidden;
  height: 3rem;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  text-overflow: ellipsis;
  border: 0.11rem solid #003976;
  background: #fff;
  font-size: 0.925rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  box-shadow: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  transition: all 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (min-width: 18.75rem) {
  .mauticform-select select {
    font-size: calc(0.925rem + 0.325 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .mauticform-select select {
    font-size: 1.25rem;
  }
}
.mauticform-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.mauticform-select select::-ms-expand {
  display: none;
}
.mauticform-select select:focus, .mauticform-select select:hover {
  background: #fff;
  border: 0.11rem solid #003976;
  outline: none;
}
.error .mauticform-select select, .val-flag .mauticform-select select, .mauticform-has-error .mauticform-select select {
  border: 0.11rem solid red;
  background: rgba(255, 0, 0, 0.07);
  outline-offset: -1px;
}
@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .mauticform-select select {
    padding-right: 0;
  }
  .mauticform-select select:after, .mauticform-select select:before {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mauticform-select select {
    padding: 0.75rem;
  }
}
.mauticform-select.mauticform-field-student_grad_year {
  margin-bottom: 3rem;
}
@media (min-width: 37.5rem) {
  .mauticform-select {
    min-height: 3rem;
  }
}

.mmddyyyy {
  white-space: nowrap;
}

.month select,
.day select,
.year select {
  font-size: 0.925rem;
}
@media (min-width: 18.75rem) {
  .month select,
  .day select,
  .year select {
    font-size: calc(0.925rem + 0.325 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .month select,
  .day select,
  .year select {
    font-size: 1.25rem;
  }
}
@media (min-width: 31.25rem) {
  .month select,
  .day select,
  .year select {
    min-width: 6rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 31.25rem) {
  .month select,
  .day select,
  .year select {
    background-size: 0.75rem;
  }
  .month select:hover, .month select:focus,
  .day select:hover,
  .day select:focus,
  .year select:hover,
  .year select:focus {
    background-size: 0.75rem;
  }
}
@media (min-width: 37.5rem) {
  .month,
  .day,
  .year {
    margin-right: 0.25rem;
  }
}

.year {
  margin-right: 0;
}

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

input[type=radio],
input[type=checkbox] {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.35rem 0.75rem 0.5rem 0;
}
@media (min-width: 18.75rem) {
  input[type=radio],
  input[type=checkbox] {
    width: calc(1.25rem + 0.2 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  input[type=radio],
  input[type=checkbox] {
    width: 1.45rem;
  }
}
@media (min-width: 18.75rem) {
  input[type=radio],
  input[type=checkbox] {
    height: calc(1.25rem + 0.2 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  input[type=radio],
  input[type=checkbox] {
    height: 1.45rem;
  }
}
input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
input[type=checkbox] ~ label,
input[type=checkbox] ~ .rte-q-label {
  color: #000;
  display: inline-block;
  margin-left: 1.75rem;
  padding: 0.3125em 0 0.3125em 0.25rem;
  font-size: 0.925rem;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 18.75rem) {
  input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
  input[type=checkbox] ~ label,
  input[type=checkbox] ~ .rte-q-label {
    margin-left: calc(1.75rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
  input[type=checkbox] ~ label,
  input[type=checkbox] ~ .rte-q-label {
    margin-left: 2rem;
  }
}
@media (min-width: 18.75rem) {
  input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
  input[type=checkbox] ~ label,
  input[type=checkbox] ~ .rte-q-label {
    font-size: calc(0.925rem + 0.075 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
  input[type=checkbox] ~ label,
  input[type=checkbox] ~ .rte-q-label {
    font-size: 1rem;
  }
}
.update .sms_opt_in input[type=radio] ~ label, .update .sms_opt_in input[type=radio] ~ .rte-q-label,
.update .sms_opt_in input[type=checkbox] ~ label,
.update .sms_opt_in input[type=checkbox] ~ .rte-q-label {
  color: #000;
}
input[type=radio]:focus, input[type=radio]:hover,
input[type=checkbox]:focus,
input[type=checkbox]:hover {
  outline: 1px solid #fff;
  background: #fff;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  outline: 1px solid #fff;
}

.stacked_radio_group > .choice.ui-controlgroup-controls {
  display: flex;
  flex-flow: column nowrap;
}

.question,
.mauticform-row {
  margin: 0 0 0.75rem;
}
.question > label, .question > .rte-q-label, .question > .desc,
.mauticform-row > label,
.mauticform-row > .rte-q-label,
.mauticform-row > .desc {
  display: block;
  color: #000;
  padding: 0.75rem 0 0.25rem 0;
  font-size: 0.925rem;
  font-weight: 500;
}
@media (min-width: 18.75rem) {
  .question > label, .question > .rte-q-label, .question > .desc,
  .mauticform-row > label,
  .mauticform-row > .rte-q-label,
  .mauticform-row > .desc {
    font-size: calc(0.925rem + 0.075 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .question > label, .question > .rte-q-label, .question > .desc,
  .mauticform-row > label,
  .mauticform-row > .rte-q-label,
  .mauticform-row > .desc {
    font-size: 1rem;
  }
}
.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: red;
}
.update .question > label, .update .question > .rte-q-label, .update .question > .desc,
.update .mauticform-row > label,
.update .mauticform-row > .rte-q-label,
.update .mauticform-row > .desc {
  color: #000;
}
.question .mauticform-errormsg,
.mauticform-row .mauticform-errormsg {
  position: relative;
  display: inline-block;
  width: 100%;
  color: red;
  padding: 0.25rem 0.5rem;
  font-style: italic;
}
.question .mauticform-errormsg::before,
.mauticform-row .mauticform-errormsg::before {
  content: "";
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid red;
  position: absolute;
  top: -1rem;
  left: 1rem;
  z-index: 5;
}
.question.mauticform-required label:has(+ input[value=""]),
.question.mauticform-required label:has(+ select option[value=""]),
.mauticform-row.mauticform-required label:has(+ input[value=""]),
.mauticform-row.mauticform-required label:has(+ select option[value=""]) {
  position: relative;
  display: block;
}
.question.mauticform-required label:has(+ input[value=""])::after,
.question.mauticform-required label:has(+ select option[value=""])::after,
.mauticform-row.mauticform-required label:has(+ input[value=""])::after,
.mauticform-row.mauticform-required label:has(+ select option[value=""])::after {
  content: "*";
  position: relative;
  font-size: 80%;
  top: -0.35rem;
  left: 0.125rem;
}
.engage .question .mauticform-errormsg,
.engage .mauticform-row .mauticform-errormsg {
  background-color: #fff;
  color: red;
  font-style: italic;
  padding: 0.25rem 0;
}
.question.mauticform-field-cell_opt_in,
.mauticform-row.mauticform-field-cell_opt_in {
  padding-top: 0 !important;
}
.question .help,
.mauticform-row .help {
  margin-top: 0.75rem;
}
@media screen {
  .question .forprint,
  .mauticform-row .forprint {
    display: none !important;
  }
}

@media (min-width: 56.25rem) {
  .wide-form .mauticform-row:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .wide-form .mauticform-row:not(.question-stacked) > label {
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
  }
  .wide-form .mauticform-row:not(.question-stacked) > label ~ * {
    width: calc(100% - 33.333%);
  }
  .wide-form .mauticform-row:not(.question-stacked) > label ~ .mauticform-errormsg {
    width: 100%;
  }
  .wide-form .question,
  .wide-form .mauticform-row {
    margin: 0;
    padding: 1rem 0 0;
  }
}
@media (min-width: 56.25rem) and (min-width: 50rem) {
  .wide-form .question,
  .wide-form .mauticform-row {
    padding: 0.5rem 0 1rem;
  }
}

.type_multicheck .choice span,
.type_radio .choice span,
.type_ethnicity .choice span {
  display: inline-block;
  margin-right: 0;
  vertical-align: baseline;
}
@media (min-width: 37.5rem) {
  .type_multicheck .choice span,
  .type_radio .choice span,
  .type_ethnicity .choice span {
    margin-right: 0.5rem;
  }
}
@media (min-width: 50rem) {
  .type_multicheck .choice span,
  .type_radio .choice span,
  .type_ethnicity .choice span {
    margin-right: 1.5rem;
  }
}
.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;
}

@media (min-width: 50rem) {
  .gender.question.type_radio .choice span {
    margin-right: 0.75rem;
  }
}

.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.5rem;
}
@media (min-width: 37.5rem) {
  .type_date [role=group] > *:not(:first-child),
  .type_ssn [role=group] > *:not(:first-child),
  .type_telephone [role=group] > *:not(:first-child) {
    margin-left: 1rem;
  }
}
.type_date [role=group] > * select,
.type_ssn [role=group] > * select,
.type_telephone [role=group] > * select {
  width: 100%;
}

.type_ssn .desc {
  align-items: baseline !important;
}
.type_ssn .rte-checkbox {
  position: relative;
  margin: 0.5rem auto auto 0.575rem;
}

.FormHide {
  display: none !important;
}

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

.mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper,
.mauticform-field-student_academic_interest .checkboxgrp-wrapper,
.multicheck .checkboxgrp-wrapper {
  position: relative;
  padding: 0.25em 0.5em;
  min-height: 5.5em;
  height: 5.5em;
  resize: vertical;
  overflow: scroll;
  border: 0.11rem solid #003976;
  background: #fff;
}
.mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper:focus, .mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper:hover,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper:focus,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper:hover,
.mauticform-field-student_academic_interest .checkboxgrp-wrapper:focus,
.mauticform-field-student_academic_interest .checkboxgrp-wrapper:hover,
.multicheck .checkboxgrp-wrapper:focus,
.multicheck .checkboxgrp-wrapper:hover {
  border: 0.11rem solid #EFAB00;
  outline: none;
}
.mauticform-field-academic_field_of_interes1 .checkboxgrp-wrapper:focus-within,
.mauticform-field-extracurricular_interests1 .checkboxgrp-wrapper:focus-within,
.mauticform-field-student_academic_interest .checkboxgrp-wrapper:focus-within,
.multicheck .checkboxgrp-wrapper:focus-within {
  box-shadow: 0 0 3px #EFAB00;
}
@media (min-width: 50rem) {
  .engage .mauticform-field-academic_field_of_interes1,
  .engage .mauticform-field-extracurricular_interests1,
  .engage .mauticform-field-student_academic_interest,
  .engage .multicheck {
    align-items: baseline !important;
  }
}

@media (min-width: 50rem) {
  #mauticform_updateformstudent_submit,
  #mauticform-button {
    display: flex;
  }
}

[id*=_submit] {
  margin: 1.5rem 0 1rem;
}
@media (min-width: 50rem) {
  [id*=_submit] {
    display: flex;
  }
  [id*=_submit] button[type=submit] {
    margin: 0 0 0 auto;
  }
}

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

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

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

.page-header {
  background-color: #003976;
  border-bottom: 5px solid #EFAB00;
}

.logo_container {
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.logo {
  background-image: url("img/logoWideWhite.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 65px;
  text-indent: -9999rem;
  width: 13rem;
}

.page-footer {
  background-color: #003976;
  padding-bottom: 1rem;
  border-top: 5px solid #EFAB00;
}
.page-footer address {
  text-align: center;
  color: white;
}
.page-footer address .noBreak {
  white-space: nowrap;
}
.page-footer .help-links {
  list-style: none;
  text-align: center;
}
.page-footer .help-links li {
  display: inline;
  color: white;
}
.page-footer .help-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.page-footer .help-links a:hover, .page-footer .help-links a:focus {
  color: #EFAB00;
  text-decoration: underline;
}

.FormHide {
  display: none !important;
}

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

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

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

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

iframe {
  min-height: 300px;
  height: 300px;
}

.form-container {
  width: 90%;
  max-width: 56.25rem;
  margin: 0 auto;
}
.form-container h3 {
  text-align: center;
}

.divider-mosaic-icon {
  border: none;
  height: 36px;
  background-image: url("img/mosaic-bar.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 3em auto;
  max-width: 75rem;
}

.divider-bolt-icon {
  border: none;
  height: 36px;
  background-image: url("img/bolt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 1em auto;
  max-width: 75rem;
}

.offerpreview {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
.offerpreview .copyblock {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 37.5rem) {
  .offerpreview {
    grid-template-columns: 3fr 2fr;
  }
}
.offerpreview::before {
  display: block;
  content: "";
  background-image: url("img/img-offer.png");
  min-height: 18rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-radius: 0 0 1rem 1rem;
  background-position: center;
}
@media (min-width: 37.5rem) {
  .offerpreview::before {
    display: none;
  }
}
.offerpreview::after {
  content: "";
  background-image: url("img/img-offer.png");
  min-height: 18rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-radius: 0 0 1rem 1rem;
  background-position: center;
  display: none;
}
@media (min-width: 37.5rem) {
  .offerpreview::after {
    display: block;
  }
}

.learnmore .offerpreview::before, .learnmore .offerpreview::after {
  background-image: url("img/img-campus.png");
}

.engage .learn-more-section {
  background-color: #003976;
  padding: 2rem 0;
}
.engage .learn-more-section h3, .engage .learn-more-section h4 {
  color: #EFAB00;
}
.engage .learn-more-section h4 {
  margin-bottom: 2rem;
}
.engage .learn-more-section .visit-copy {
  color: white;
}
.engage .learn-more-section .edu-links-section {
  padding: 2rem 0;
}
.engage .learn-more-section .edu-links-section ul {
  list-style: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 50rem) {
  .engage .learn-more-section .edu-links-section ul {
    grid-template-columns: 1fr 1fr;
  }
}
.engage .learn-more-section .edu-links-section ul li {
  background-color: white;
  border-radius: 1rem;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.engage .learn-more-section .edu-links-section ul li::before {
  display: block;
  content: "";
  height: 14rem;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.engage .learn-more-section .edu-links-section ul li:nth-child(1)::before {
  background-image: url("img/img-edulink-1.jpg");
}
.engage .learn-more-section .edu-links-section ul li:nth-child(2)::before {
  background-image: url("img/img-edulink-2.jpg");
}
.engage .learn-more-section .edu-links-section ul li:nth-child(3)::before {
  background-image: url("img/img-edulink-3.jpg");
}
.engage .learn-more-section .edu-links-section ul li:nth-child(4)::before {
  background-image: url("img/img-edulink-4.jpg");
}
.engage .learn-more-section .edu-links-section ul li a {
  color: #000;
  text-decoration: none;
}
.engage .learn-more-section .edu-links-section ul li a::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 43px;
  background-color: #efab00;
  background-image: url("img/chevron-right_1.svg");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  transition: 0.3s ease-in-out background-color;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.engage .learn-more-section .edu-links-section ul li a .copy {
  padding: 1rem;
}
.engage .learn-more-section .edu-links-section ul li a .top-copy {
  font-weight: bold;
  display: block;
  font-size: 1.2em;
}
.engage .learn-more-section .edu-links-section ul li a:hover::after, .engage .learn-more-section .edu-links-section ul li a:focus::after {
  background-color: #ffb90a;
}/*# sourceMappingURL=style.css.map */