@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..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;
  font-size: 1.25rem;
  line-height: 1.2;
  background: #C4D600;
  border-radius: 4px;
  color: #004E42;
  transition: all 0.2s ease;
}
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: #006747;
  color: #fff;
}
a.button:active,
.button a:active, button:active,
.type_event_button a:active,
[type=submit]:active,
[type=button]:active {
  background: #004E42;
}
@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;
  }
}

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

html {
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

p,
ul,
ol,
blockquote,
address {
  margin: 0 0 1rem 0;
  font-style: normal;
}

.mauticform-row .mauticform-helpmessage,
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: -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.5em;
  background: #fff;
  border: 1px solid;
  font-size: 1rem;
}
.mauticform-field-student_academic_interest .checkboxgrp-wrapper:focus, select:focus, textarea:focus, input:focus {
  outline: none;
}

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

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

.mauticform-errormsg {
  color: #9D2235;
}

input {
  line-height: 1.2;
}

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

select {
  overflow: hidden;
  line-height: 1.2;
}

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.125em 0;
  line-height: 1.4;
  font-family: museo-sans, sans-serif !important;
}

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

@media screen {
  .forprint {
    display: none !important;
  }
}
@media (min-width: 56.25rem) {
  .form-section .mauticform-row:not(.question-stacked) > label {
    display: inline-block;
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
    vertical-align: top;
  }
  .form-section .mauticform-row:not(.question-stacked) > label ~ * {
    display: inline-block;
    width: calc(66.667% - 0.375em);
    vertical-align: top;
  }
}

.welcome, .page-footer .footer-content, .page-header .header-content,
.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;
}

.page-header {
  background: #006747;
  padding: 1em 0;
}
.logo {
  background: url(img/illinois-wesleyan.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 17rem;
  height: 3rem;
  font-size: 0;
  color: transparent;
}

.page-footer {
  background: #006747;
  padding: 1em 0;
  font-family: "Open Sans", Arial, sans-serif;
}
.page-footer a {
  color: #C4D600;
  text-decoration: underline;
}
.page-footer a:hover, .page-footer a:focus {
  color: #fff;
  text-decoration: none;
}
.page-footer address {
  color: #fff;
}
.page-footer .help-links {
  list-style: none;
}
.page-footer .help-links li {
  display: inline-block;
  margin-right: 0.5em;
}

#onetrust-banner-sdk #onetrust-policy-text {
  font-size: 1rem;
  color: black;
}
#onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler {
  color: #000;
}

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

.page-main {
  background: url(img/IWU-Pattern-Ceiling-01.png) #006747 repeat center center;
  display: flex;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.welcome {
  max-width: 45em;
  background: #fff;
  margin: auto;
  font-family: "Open Sans", Arial, sans-serif;
  border-radius: 4px;
  border: 1px solid #518b44;
}
.welcome h2 {
  font-family: "Barlow", "Open Sans", Arial, sans-serif;
  font-size: 2em;
}

.apply .welcome::before {
  content: "";
  background: url(img/iwu-campus.jpg) no-repeat center top;
  background-size: contain;
  display: block;
  width: 100%;
  padding-bottom: 48%;
}
.apply .update-copy {
  padding: 1.5em;
}
@media screen and (min-width: 43.75rem) {
  .apply .button-container {
    display: flex;
    justify-content: space-between;
  }
}
.apply .button-container .button {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 43.75rem) {
  .apply .button-container .button {
    width: calc(50% - 0.5em);
  }
}/*# sourceMappingURL=style.css.map */