@charset "UTF-8";
@import url("https://use.typekit.net/ndh5nfo.css");
@import url("https://use.typekit.net/ndh5nfo.css");
@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");
@font-face {
  font-family: "floridaPoly_icons";
  src: url("fonts/floridaPoly_icons.ttf") format("truetype"), url("fonts/floridaPoly_icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.btn, button.button, .button button,
a.button,
.button a, button,
.type_event_button a,
[type=submit],
[type=button] {
  position: relative;
  display: inline-block;
  margin: 0.8rem 0 2.1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.5rem 1.5rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  outline: 0;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  z-index: 1;
  background: linear-gradient(to right, #501D83, #B095DE) !important;
  color: #FFFFFF !important;
  font-family: new-science, sans-serif;
}
.btn::before, button.button::before, .button button::before,
a.button::before,
.button a::before, button::before,
.type_event_button a::before,
[type=submit]::before,
[type=button]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: 0;
  transition: width 0.3s ease;
  border-radius: 4px;
  z-index: -1;
}
.btn:hover::before,
a.button:hover::before,
.button a:hover::before, button:hover::before,
.type_event_button a:hover::before,
[type=submit]:hover::before,
[type=button]:hover::before, .btn:focus::before,
a.button:focus::before,
.button a:focus::before, button:focus::before,
.type_event_button a:focus::before,
[type=submit]:focus::before,
[type=button]:focus::before {
  width: 100%;
}
@media (min-width: 37.5rem) {
  .btn, button.button, .button button,
  a.button,
  .button a, button,
  .type_event_button a,
  [type=submit],
  [type=button] {
    display: inline-block;
    width: auto;
  }
}

.btn, button.major-button, .major-button button,
a.major-button,
.major-button a {
  background: linear-gradient(to right, #501D83, #B095DE) !important;
  color: #FFFFFF !important;
}

button.minor-button, .minor-button button,
a.minor-button,
.minor-button a {
  background: linear-gradient(to right, #501D83, #B095DE) !important;
  color: #FFFFFF !important;
}

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

html {
  line-height: 1.4;
  font-family: new-science, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}

body {
  font-size: 1.15rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: new-science, sans-serif;
  font-style: normal;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 900;
}

h1,
h2 {
  font-size: 2rem;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  h1,
  h2 {
    font-size: calc(2rem + (2.5 - 2) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  h1,
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 20rem) and (max-width: 75rem) {
  h3 {
    font-size: calc(1.5rem + (2 - 1.5) * (100vw - 20rem) / (75 - 20));
  }
}
@media (min-width: 75rem) {
  h3 {
    font-size: 2rem;
  }
}

p,
ul,
ol,
blockquote,
address {
  font-style: normal;
}

ul li,
ol li {
  list-style-position: inside;
}

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

.visuallyhidden, input[type=radio],
input[type=checkbox], .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, input[type=radio] .focusable:active,
input[type=checkbox] .focusable:active, .ac_results.hide .focusable:active,
.ceeb-results.hide .focusable:active,
.visuallyhidden .focusable:focus,
input[type=radio] .focusable:focus,
input[type=checkbox] .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: -moz-fit-content;
  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-student_academic_interest .checkboxgrp-wrapper, select, textarea, input {
  width: 100%;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid #cccccc;
  font-size: 1.125rem;
  font-family: new-science, sans-serif;
  border-radius: 0;
}
.mauticform-field-student_academic_interest .checkboxgrp-wrapper:focus, select:focus, textarea:focus, input:focus {
  outline: 1px solid #B095DE;
}

.mauticform-has-error label {
  color: #E0004D;
}

.mauticform-has-error input,
.mauticform-has-error textarea,
.mauticform-has-error select {
  border-color: #E0004D;
}

.mauticform-errormsg {
  color: #E0004D;
}

input {
  line-height: 1.2;
}

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  line-height: 1.2;
  background-image: url("img/icon-chevron-down-electric.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 1rem;
  background-size: 1.125rem;
  padding-right: 2.875rem;
  padding-left: 0.5rem;
}

input[type=radio],
input[type=checkbox] {
  float: left;
  width: 1rem;
  height: 1rem;
  margin: 0.7em 0 0 0;
}
input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
input[type=checkbox] ~ label,
input[type=checkbox] ~ .rte-q-label {
  display: block;
  padding: 0.3125em 0 0.3125em 1.25rem;
  font-size: 1rem;
  cursor: pointer;
}

label {
  display: block;
  padding: 0 0 0.375rem 0;
  line-height: 1.4;
  font-weight: bold;
}
label.mauticform-checkboxgrp-label {
  color: initial;
  font-weight: initial;
}

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

@media screen {
  .forprint {
    display: none !important;
  }
}
@media (min-width: 56.25rem) {
  form .mauticform-row:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  form .mauticform-row:not(.question-stacked) > label {
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
  }
  form .mauticform-row:not(.question-stacked) > label ~ * {
    width: calc(100% - 33.333%);
  }
  form .mauticform-row:not(.question-stacked) > label ~ .mauticform-errormsg {
    width: 100%;
  }
}

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

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: -0.25rem;
  bottom: 0;
  left: 0;
  z-index: 0;
  text-align: center;
  border: 1px solid #cccccc;
  background: #fff;
  outline: none;
}
input[type=radio] + label::before:hover, input[type=radio] + label::before:focus,
input[type=checkbox] + label::before:hover,
input[type=checkbox] + label::before:focus {
  border: 1px solid #B095DE;
}
.error input[type=radio] + label::before, .val-flag input[type=radio] + label::before,
.error input[type=checkbox] + label::before,
.val-flag input[type=checkbox] + label::before {
  border-color: #E0004D;
}

input[type=checkbox] + label,
input[type=radio] + label {
  content: "";
  vertical-align: middle;
  width: auto;
  max-width: inherit;
  min-height: 30px;
  float: none;
  margin: 0.5em 0 0 0;
  padding: 0 0 0 2.5em;
  position: relative;
  margin: 0 0;
  display: inline-block;
}

/* we want the radio buttons to be circular */
input[type=radio] + label::before {
  border-radius: 1em;
  display: inline-block;
  transition: all 0.2s ease;
}

input[type=radio]:hover + label:before,
input[type=radio]:focus + label:before {
  border: 1px solid #B095DE;
  background: #fff;
}

input[type=radio]:checked + label:before {
  background-color: #B095DE;
  border: 1px solid #B095DE;
  box-shadow: inset 0 0 0 0.15rem #fff;
}

input[type=checkbox]:hover + label:before,
input[type=checkbox]:focus + label:before {
  border: 1px solid #B095DE;
  background: #fff;
}

input[type=checkbox]:checked + label:before {
  content: "\ea10";
  font-family: "floridaPoly_icons";
  font-size: 1.625rem;
  color: #B095DE;
  border: 1px solid #B095DE;
  line-height: 1.15;
  text-align: center;
  display: inline-block;
  z-index: 1;
  margin-top: 0;
}

label {
  position: relative;
}

input[type=checkbox] ~ label, input[type=checkbox] ~ .rte-q-label {
  padding-left: 3rem;
}

.mauticform-checkboxgrp-row {
  position: relative;
  margin-top: 1rem;
}

.mauticform-errormsg {
  position: relative;
  color: #E0004D;
}
.mauticform-errormsg:before {
  display: inline-block;
  font-family: "floridaPoly_icons";
  font-size: 1.1rem;
  padding-right: 1rem;
  margin-top: 0.25rem;
  content: "\ea07";
}

.checkboxgrp-wrapper {
  position: relative;
}

.mauticform_wrapper {
  max-width: unset !important;
}

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

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

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

.wrapper {
  width: 85%;
  max-width: 68.75rem;
  margin-right: auto;
  margin-left: auto;
}

.page-header {
  background: linear-gradient(to right, #2E1A4A, #501D83);
  border: 15px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #501D83, #009FDF);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.page-header .wrapper {
  width: 85%;
  max-width: 68.75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 0 1rem;
}
@media (min-width: 18.75rem) {
  .page-header .wrapper {
    padding: calc(1rem + 0.25 * (100vw - 18.75rem) / 56.25) calc(0rem + 0 * (100vw - 18.75rem) / 56.25) calc(1rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-header .wrapper {
    padding: 1.25rem 0 1.25rem;
  }
}
.page-header .wrapper .logo {
  width: 12rem;
  height: 3rem;
}

.page-footer .wrapper .logo, .logo {
  background: url("img/logo-fpu-white.svg") no-repeat center/contain;
  text-indent: -999rem;
}

.page-footer {
  background: linear-gradient(to right, #2E1A4A, #501D83);
  color: #fff;
}
@media (min-width: 56.25rem) {
  .page-footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
  }
}
.page-footer .wrapper .logo {
  width: 16.875rem;
  height: 4.5rem;
  margin-top: 3.5rem;
}
.page-footer .wrapper address p,
.page-footer .wrapper .school_address p {
  font-size: 0.875rem;
  margin-top: 2rem;
}
.page-footer .wrapper .help-links-social ul,
.page-footer .wrapper .help-links-social .help-links {
  list-style-type: none;
}
.page-footer .wrapper .help-links-social ul li,
.page-footer .wrapper .help-links-social .help-links li {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 56.25rem) {
  .page-footer .wrapper .help-links-social ul li,
  .page-footer .wrapper .help-links-social .help-links li {
    margin-bottom: 0;
  }
}
.page-footer .wrapper .help-links-social ul li:first-of-type a,
.page-footer .wrapper .help-links-social .help-links li:first-of-type a {
  margin-right: 0.375rem;
}
.page-footer .wrapper .help-links-social ul li:last-of-type a,
.page-footer .wrapper .help-links-social .help-links li:last-of-type a {
  margin-left: 0.375rem;
}
.page-footer .wrapper .help-links-social ul li a,
.page-footer .wrapper .help-links-social .help-links li a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #501D83, #009FDF);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  top: -0.15rem;
  position: relative;
}
.page-footer .wrapper .help-links-social ul li a:hover, .page-footer .wrapper .help-links-social ul li a:focus,
.page-footer .wrapper .help-links-social .help-links li a:hover,
.page-footer .wrapper .help-links-social .help-links li a:focus {
  background-size: 0 1px, 100% 1px;
}

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

main.page-update.connections-apply .primary-content-section {
  background: linear-gradient(to right, #2E1A4A, #501D83);
  position: relative;
}
main.page-update.connections-apply .primary-content-section::before {
  content: "";
  display: block;
  height: 11rem;
  background-image: url("img/img-connections-apply.jpg");
  background-size: cover;
  background-position: center 33%;
}
@media (min-width: 25rem) {
  main.page-update.connections-apply .primary-content-section::before {
    height: calc(11rem + 22 * (100vw - 25rem) / 100);
  }
}
@media (min-width: 125rem) {
  main.page-update.connections-apply .primary-content-section::before {
    height: 33rem;
  }
}
main.page-update.connections-apply .primary-content-section .wrapper .intro-copy h2 {
  color: #fff;
  padding: 2rem 0 0;
  margin: 0;
  font-size: 1.7rem;
}
@media (min-width: 25rem) {
  main.page-update.connections-apply .primary-content-section .wrapper .intro-copy h2 {
    font-size: calc(1.7rem + 0.3 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update.connections-apply .primary-content-section .wrapper .intro-copy h2 {
    font-size: 2rem;
  }
}
main.page-update.connections-apply .primary-content-section .wrapper .intro-copy p {
  font-size: 1.125rem;
  color: #fff;
  padding: 1rem 0 1.5rem;
  margin: 0;
  line-height: 1.4;
}
main.page-update.connections-apply .primary-content-section .wrapper .intro-copy .button-box a.button {
  border: 1px solid #fff;
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
main.page-update.connections-apply .form-section {
  padding-bottom: 0rem;
}
@media (min-width: 25rem) {
  main.page-update.connections-apply .form-section {
    padding-bottom: calc(0rem + 2 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update.connections-apply .form-section {
    padding-bottom: 2rem;
  }
}
main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy h3 {
  padding-top: 0.5rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 25rem) {
  main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy h3 {
    padding-top: calc(0.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy h3 {
    padding-top: 1rem;
  }
}
@media (min-width: 25rem) {
  main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy h3 {
    font-size: calc(1.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy h3 {
    font-size: 2rem;
  }
}
@media (min-width: 25rem) {
  main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy h3 {
    margin-bottom: calc(0.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy h3 {
    margin-bottom: 1rem;
  }
}
main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy h3 em {
  font-style: normal;
  color: #501D83;
}
main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy p {
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (min-width: 25rem) {
  main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy p {
    margin-bottom: calc(1rem + 1 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update.connections-apply .form-section .wrapper .form-container .form-intro-copy p {
    margin-bottom: 2rem;
  }
}
main.page-update.offer-guide .welcome-section {
  position: relative;
}
main.page-update.offer-guide .welcome-section::after {
  position: absolute;
  bottom: 8rem;
  right: 0;
  content: "";
  display: block;
  background-image: url("img/img-pdf-offer-mockup.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 10rem;
  width: 100%;
}
@media (min-width: 25rem) {
  main.page-update.offer-guide .welcome-section::after {
    bottom: calc(8rem + -2 * (100vw - 25rem) / 50);
  }
}
@media (min-width: 75rem) {
  main.page-update.offer-guide .welcome-section::after {
    bottom: 6rem;
  }
}
@media (min-width: 25rem) {
  main.page-update.offer-guide .welcome-section::after {
    height: calc(10rem + 12 * (100vw - 25rem) / 50);
  }
}
@media (min-width: 75rem) {
  main.page-update.offer-guide .welcome-section::after {
    height: 22rem;
  }
}
main.page-update .welcome-section {
  background: linear-gradient(to right, #2E1A4A, #501D83);
}
main.page-update .welcome-section::before {
  content: "";
  display: block;
  height: 15rem;
  background-image: url("img/img-cultivate-update.jpg");
  background-size: cover;
  background-position: center 82%;
  background-repeat: no-repeat;
}
@media (min-width: 25rem) {
  main.page-update .welcome-section::before {
    height: calc(15rem + 23 * (100vw - 25rem) / 100);
  }
}
@media (min-width: 125rem) {
  main.page-update .welcome-section::before {
    height: 38rem;
  }
}
main.page-update .welcome-section .wrapper .welcome-headline div h2 {
  color: #fff;
  padding: 2rem 0 0;
  margin: 0;
}
main.page-update .welcome-section .wrapper .welcome-headline p {
  font-size: 1.125rem;
  color: #fff;
  padding: 0.5rem 0 1.5rem;
  margin: 0;
  line-height: 1.4;
}
main.page-update .form-section {
  padding-bottom: 0rem;
}
@media (min-width: 25rem) {
  main.page-update .form-section {
    padding-bottom: calc(0rem + 2 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update .form-section {
    padding-bottom: 2rem;
  }
}
main.page-update .form-section .wrapper .form-container .form-intro-copy h3 {
  padding-top: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 25rem) {
  main.page-update .form-section .wrapper .form-container .form-intro-copy h3 {
    padding-top: calc(2rem + 2 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update .form-section .wrapper .form-container .form-intro-copy h3 {
    padding-top: 4rem;
  }
}
@media (min-width: 25rem) {
  main.page-update .form-section .wrapper .form-container .form-intro-copy h3 {
    font-size: calc(1.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update .form-section .wrapper .form-container .form-intro-copy h3 {
    font-size: 2rem;
  }
}
@media (min-width: 25rem) {
  main.page-update .form-section .wrapper .form-container .form-intro-copy h3 {
    margin-bottom: calc(0.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update .form-section .wrapper .form-container .form-intro-copy h3 {
    margin-bottom: 1rem;
  }
}
main.page-update .form-section .wrapper .form-container .form-intro-copy h3 em {
  font-style: normal;
  color: #501D83;
}
main.page-update .form-section .wrapper .form-container .form-intro-copy p {
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media (min-width: 25rem) {
  main.page-update .form-section .wrapper .form-container .form-intro-copy p {
    margin-bottom: calc(2rem + 1 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-update .form-section .wrapper .form-container .form-intro-copy p {
    margin-bottom: 3rem;
  }
}
main.page-engage .offer-section {
  background: linear-gradient(to right, #2E1A4A, #501D83);
  position: relative;
}
main.page-engage .offer-section::before {
  content: "";
  display: block;
  height: 15rem;
  background-image: url("img/img-cultivate-engage.jpg");
  background-size: cover;
  background-position: center 82%;
}
@media (min-width: 25rem) {
  main.page-engage .offer-section::before {
    height: calc(15rem + 23 * (100vw - 25rem) / 100);
  }
}
@media (min-width: 125rem) {
  main.page-engage .offer-section::before {
    height: 38rem;
  }
}
main.page-engage .offer-section::after {
  position: absolute;
  bottom: 15rem;
  right: 0;
  content: "";
  display: block;
  background-image: url("img/img-pdf-offer-mockup.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 10rem;
  width: 100%;
}
@media (min-width: 25rem) {
  main.page-engage .offer-section::after {
    bottom: calc(15rem + -3 * (100vw - 25rem) / 50);
  }
}
@media (min-width: 75rem) {
  main.page-engage .offer-section::after {
    bottom: 12rem;
  }
}
@media (min-width: 25rem) {
  main.page-engage .offer-section::after {
    height: calc(10rem + 12 * (100vw - 25rem) / 50);
  }
}
@media (min-width: 75rem) {
  main.page-engage .offer-section::after {
    height: 22rem;
  }
}
main.page-engage .offer-section .wrapper .offer-headline div h2 {
  color: #fff;
  padding: 2rem 0 0;
  margin: 0;
}
main.page-engage .offer-section .wrapper .offer-headline p {
  font-size: 1.125rem;
  color: #fff;
  padding: 0.5rem 0 1.5rem;
  margin: 0;
  line-height: 1.4;
}
main.page-engage .offer-section .wrapper .offer-headline a.button {
  border: 1px solid #fff;
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
main.page-engage .form-section {
  padding-bottom: 0rem;
}
@media (min-width: 25rem) {
  main.page-engage .form-section {
    padding-bottom: calc(0rem + 2 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .form-section {
    padding-bottom: 2rem;
  }
}
main.page-engage .form-section .wrapper .form-container .form-intro-copy h3 {
  padding-top: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 25rem) {
  main.page-engage .form-section .wrapper .form-container .form-intro-copy h3 {
    padding-top: calc(2rem + 2 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .form-section .wrapper .form-container .form-intro-copy h3 {
    padding-top: 4rem;
  }
}
@media (min-width: 25rem) {
  main.page-engage .form-section .wrapper .form-container .form-intro-copy h3 {
    font-size: calc(1.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .form-section .wrapper .form-container .form-intro-copy h3 {
    font-size: 2rem;
  }
}
@media (min-width: 25rem) {
  main.page-engage .form-section .wrapper .form-container .form-intro-copy h3 {
    margin-bottom: calc(0.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .form-section .wrapper .form-container .form-intro-copy h3 {
    margin-bottom: 1rem;
  }
}
main.page-engage .form-section .wrapper .form-container .form-intro-copy p {
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media (min-width: 25rem) {
  main.page-engage .form-section .wrapper .form-container .form-intro-copy p {
    margin-bottom: calc(2rem + 1 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .form-section .wrapper .form-container .form-intro-copy p {
    margin-bottom: 3rem;
  }
}
main.page-engage .form-section .mauticform-message {
  margin: 0;
  padding: 4rem 0 2rem;
  color: #501D83;
  line-height: 1.1;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: new-science, sans-serif;
}
@media (min-width: 18.75rem) {
  main.page-engage .form-section .mauticform-message {
    font-size: calc(2.25rem + 0.25 * (100vw - 18.75rem) / 37.5);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .form-section .mauticform-message {
    font-size: 2.5rem;
  }
}
main.page-engage .form-section .mauticform-message:empty {
  margin: 0;
  padding: 0;
  height: 0;
}
main.page-engage .form-section .mauticform-error {
  margin: 0;
  padding: 4rem 0 2rem;
  color: #E0004D;
  line-height: 1.1;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: new-science, sans-serif;
}
@media (min-width: 18.75rem) {
  main.page-engage .form-section .mauticform-error {
    font-size: calc(2.25rem + 0.25 * (100vw - 18.75rem) / 37.5);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .form-section .mauticform-error {
    font-size: 2.5rem;
  }
}
main.page-engage .form-section .mauticform-error:empty {
  margin: 0;
  padding: 0;
  height: 0;
}
main.page-engage .youvisit-section {
  position: relative;
}
main.page-engage .youvisit-section::before {
  content: "";
  z-index: -10;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 15rem;
  background-image: url("img/hero-dots.png"), linear-gradient(to right, #501D83, #009FDF);
}
main.page-engage .youvisit-section .wrapper .youvisit-container h3 {
  color: #fff;
  padding-top: 3rem;
  font-size: 1.5rem;
}
@media (min-width: 25rem) {
  main.page-engage .youvisit-section .wrapper .youvisit-container h3 {
    font-size: calc(1.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .youvisit-section .wrapper .youvisit-container h3 {
    font-size: 2rem;
  }
}
main.page-engage .youvisit-section .wrapper .youvisit-container p {
  font-size: 1.125rem;
  color: #fff;
  padding: 0.5rem 0 1.5rem;
  margin: -1rem 0 1rem;
  line-height: 1.4;
  font-weight: 700;
}
main.page-engage .edulinks-section .wrapper .edulinks-headline h3 {
  padding-top: 5rem;
  font-size: 1.5rem;
}
@media (min-width: 25rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-headline h3 {
    font-size: calc(1.5rem + 0.5 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-headline h3 {
    font-size: 2rem;
  }
}
main.page-engage .edulinks-section .wrapper .edulinks-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3rem;
}
@media screen and (min-width: 56.25rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-container {
    flex-direction: row;
  }
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-] {
  width: 100%;
  border-top: 0.625rem solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #501D83, #009FDF);
  background-image: url("img/hero-dots.png"), linear-gradient(to left, #fefefe, #fefefe);
  margin-bottom: 2rem;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  box-shadow: 0 0 2rem #ccc;
}
@media screen and (min-width: 56.25rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-] {
    width: 32%;
  }
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-]::before {
  content: "";
  display: block;
  width: 100%;
  height: 12rem;
  background-size: cover;
}
@media (min-width: 25rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-]::before {
    height: calc(12rem + 20 * (100vw - 25rem) / 31.25);
  }
}
@media (min-width: 56.25rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-]::before {
    height: 32rem;
  }
}
@media screen and (min-width: 56.25rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-]::before {
    height: 10rem;
  }
}
@media screen and (min-width: 56.25rem) and (min-width: 56.25rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-]::before {
    height: calc(10rem + 3 * (100vw - 56.25rem) / 18.75);
  }
}
@media screen and (min-width: 56.25rem) and (min-width: 75rem) {
  main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-]::before {
    height: 13rem;
  }
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-] h4 {
  color: #501D83;
  font-size: 1.25rem;
  margin: 1rem 1rem 0.75rem;
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-] p {
  margin: 0 1rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-] .buttonbox {
  margin: auto 1rem 1rem;
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-] .buttonbox a.button {
  margin: 0.5rem 0 0;
  width: 100%;
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-].edulink-one::before {
  background-image: url("img/img-edulink-programs.jpg");
  background-position: center center;
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-].edulink-two::before {
  background-image: url("img/img-edulink-studentlife.jpg");
  background-position: center center;
}
main.page-engage .edulinks-section .wrapper .edulinks-container [class^=edulink-].edulink-three::before {
  background-image: url("img/img-edulink-financialaid.jpg");
  background-position: center center;
}/*# sourceMappingURL=style.css.map */