:root {
  --gold: #ffcd00;
  --white: white;
  --wilkesblue: #002855;
  --midnight-blue: #001833;
  --black: black;
  --text-black: #333;
  --disabled: #b3b3b3;
  --srjc-red: #af1e2d;
  --lt-gray: #eeeceb;
  --light-steel-blue: #91a8bd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  text-decoration: none;
  transition-property: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section {
  width: 100%;
}

.section.spotlight4 {
  background-color: #002654;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.why_hero {
  height: 28em;
  flex: none;
}

.section.why_title {
  height: auto;
  background-color: var(--gold);
  position: relative;
}

.section.why_1 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.why_3, .section.why_5 {
  position: relative;
}

.section.location_hero {
  height: 45em;
}

.section.location_2 {
  height: 40em;
  flex: none;
  margin-top: 10em;
  position: relative;
}

.section.location_3 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.programs_1 {
  height: 38em;
}

.section.programs_2 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.programs_3 {
  position: relative;
}

.section.programs_4 {
  padding-bottom: 8em;
  position: relative;
}

.section.costs_2 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.costs_3 {
  background-color: var(--wilkesblue);
  position: static;
}

.section.costs_4 {
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.campus-life_hero {
  height: 40em;
}

.section.cl_2 {
  padding-top: 12em;
  padding-bottom: 8em;
}

.section.cl-btm {
  background-color: var(--wilkesblue);
  padding-top: 8em;
  padding-bottom: 10em;
}

.section.outcomes_hero {
  height: 40em;
  position: relative;
}

.section.outcomes_2 {
  padding-bottom: 8em;
}

.section.outcomes_3 {
  height: 56.5em;
  flex: none;
  position: relative;
}

.section.support_1 {
  height: auto;
  flex: none;
  padding-top: 8em;
  padding-bottom: 6em;
  position: relative;
}

.section.support_2 {
  height: 100%;
  flex: none;
  padding-bottom: 0;
  position: relative;
}

.section.housing_1 {
  padding-bottom: 4em;
}

.section.housing_3 {
  padding-top: 0;
  padding-bottom: 4em;
}

.section.housing_4 {
  background-color: var(--gold);
  padding-bottom: 10em;
}

.section.apply_2 {
  margin-top: 42vh;
}

.section.safety_1 {
  z-index: 2;
  height: auto;
  position: relative;
}

.section.safety_3 {
  z-index: 1;
  padding-top: 6em;
  padding-bottom: 8em;
  position: relative;
}

.section.safety_4 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.testimonials_1 {
  height: 35em;
}

.section.testimonials_2 {
  height: auto;
  background-image: url('../images/support_gridbg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6em;
  padding-bottom: 10em;
}

.main {
  z-index: 500;
  width: 75vw;
  height: auto;
  min-width: 75vw;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main.programs {
  padding-bottom: 10em;
}

.main.student-svcs {
  height: 100%;
  min-height: 15%;
}

.quicklinks_list {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2vw;
  display: flex;
}

.quicklinks_li {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quicklinks_li:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #dbdbdb;
}

.quicklinks_li:focus {
  background-color: rgba(0, 0, 0, 0);
}

.quicklinks_li:focus-visible {
  border: 2px #ec1313;
}

.quicklinks_li[data-wf-focus-visible] {
  border: 2px #ec1313;
}

.quicklink {
  color: var(--wilkesblue);
  text-align: center;
  flex: none;
  padding: .5em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
  overflow: auto;
}

.quicklink:hover {
  text-decoration: underline;
}

.quicklink.home {
  color: var(--wilkesblue);
  font-family: Bayon, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.quicklink.home:hover, .quicklink.home:focus {
  background-color: var(--gold);
  font-weight: 400;
}

.quicklink.home {
  font-size: .9em;
}

.skiplink_a {
  opacity: 1;
  color: #0057b7;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -200%;
  margin-left: 0%;
  padding: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.skiplink_a:focus-visible {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.skiplink_a[data-wf-focus-visible] {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.skiplink_a.w--current {
  background-color: var(--gold);
  color: var(--black);
  text-align: left;
}

.img_contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.social_wrapper {
  z-index: 500;
  width: 25vw;
  height: 4.1em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--wilkesblue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav_list {
  width: 100%;
  max-height: 90%;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

.nav_li {
  min-height: auto;
  text-align: left;
  padding-top: .25em;
  padding-bottom: .5em;
  padding-left: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  overflow: visible;
}

.welcome {
  z-index: 1;
  width: 100%;
  height: 96%;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.img_cover {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 1;
  object-fit: cover;
  object-position: 0% 50%;
  display: block;
  position: static;
  overflow: auto;
}

.img_cover.from-top {
  object-position: 50% 0%;
}

.img_cover.from-top.safety {
  display: none;
}

.img_cover.from-center {
  object-position: 50% 50%;
}

.img_cover.from-btm {
  object-position: 0% 100%;
}

.video_wrapper {
  width: 89%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_wrapper.home {
  z-index: 1;
  width: 100%;
  height: 70vh;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.social_embed {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social_embed:hover {
  border: 1px none var(--white);
}

.social_link {
  width: 2em;
  height: 2em;
  border: 1px #000;
  border-radius: 50%;
  margin-right: 0;
}

.social_link:hover, .social_link:focus {
  border: 2px solid var(--gold);
}

.lang_menu {
  z-index: 200;
  width: 100%;
  height: 3em;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.lang_link {
  color: var(--white);
  margin-right: 1em;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  display: none;
}

.lang_link:hover, .lang_link:focus {
  font-weight: 700;
}

.lang_text {
  color: var(--white);
  margin-right: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  display: none;
}

.skiplink_wrapper {
  z-index: 550;
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  right: 25vw;
}

.select-lang_wrapper {
  z-index: 550;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
  position: fixed;
  right: 37.2vw;
}

.select-lang_a {
  background-color: var(--white);
  opacity: 1;
  color: var(--text-black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -200%;
  margin-left: 0%;
  padding: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.select-lang_a:focus-visible {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.select-lang_a[data-wf-focus-visible] {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.select-lang_a.w--current {
  color: var(--white);
  text-align: left;
}

.page-nav_wrapper {
  z-index: 450;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 1em;
  display: flex;
  position: static;
  right: 25vw;
}

.nav-back {
  width: 2.2em;
  height: 2.2em;
  background-color: var(--wilkesblue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 2px 2px 2px 0;
  display: flex;
}

.nav-back:hover, .nav-back:focus {
  background-color: var(--midnight-blue);
}

.nav-back:focus-visible {
  background-color: var(--midnight-blue);
}

.nav-back[data-wf-focus-visible] {
  background-color: var(--midnight-blue);
}

.nav-back.disabled {
  width: 2.2em;
  height: 2.2em;
  background-color: var(--disabled);
  cursor: not-allowed;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 2px 2px 2px 0;
  display: flex;
}

.nav-back.disabled:hover {
  background-color: #b3b3b3;
}

.nav-next {
  width: 2.2em;
  height: 2.2em;
  background-color: #002654;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 0 2px 2px;
  display: flex;
}

.nav-next:hover {
  border: 2px none var(--gold);
  background-color: var(--midnight-blue);
}

.nav-next:focus {
  background-color: var(--midnight-blue);
}

.nav-next:focus-visible {
  background-color: var(--midnight-blue);
}

.nav-next[data-wf-focus-visible] {
  background-color: var(--midnight-blue);
}

.nav-next.disabled {
  background-color: var(--disabled);
  cursor: not-allowed;
}

.footer_wrapper {
  z-index: 550;
  width: 75vw;
  height: 3em;
  background-color: var(--white);
  justify-content: center;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, .41);
}

.modal-component {
  z-index: 500;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-component.subscribe {
  height: 100%;
  width: auto;
  align-items: center;
  display: flex;
}

.modal-component.info2 {
  width: 72%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.button {
  line-height: 1;
  text-decoration: none;
  transition-property: none;
}

.button.modal-open_btn2.subscribe:hover {
  background-color: var(--srjc-red);
  color: var(--white);
}

.button.modal-open_btn2.subscribe:focus {
  color: var(--white);
  background-color: #c6202f;
}

.button.subscribe {
  background-color: #af272f;
  margin-top: 0;
  font-family: urw-din-semi-condensed;
  font-size: 1em;
  font-weight: 700;
}

.button.modal-open_btn2 {
  background-color: #af272f;
  padding: 1em 3em;
  font-size: 1em;
}

.button.modal-open_btn2.subscribe {
  width: 100%;
  text-align: center;
}

.button.modal-open_btn2.subscribe:hover, .button.modal-open_btn2.subscribe:focus {
  background-color: var(--srjc-red);
}

.button.modal-open_btn2 {
  background-color: #af272f;
  padding: 1em 3em;
  font-size: 1em;
}

.modal-wrapper {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-wrapper.subscribe {
  width: 75vw;
  padding-top: 10em;
  display: none;
  overflow: auto;
}

.modal-wrapper.subscribe-home {
  width: 75vw;
  height: 100vh;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

.modal-container {
  z-index: 5;
  width: 85%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 1em;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-container.subscribe {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  overflow: auto;
}

.modal-container.subscribe-home {
  width: 70%;
  max-height: 65vh;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  overflow: auto;
}

.modal-container.info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  overflow: auto;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  width: 80%;
  max-height: 70vh;
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

.menu-button-2 {
  display: none;
}

.navbar {
  width: 25vw;
  height: 100vh;
  max-width: 25vw;
  min-width: 25vw;
  background-color: var(--wilkesblue);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 1.5em 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 20px rgba(51, 51, 51, .54);
}

.nav-container {
  width: 100%;
  height: 90%;
  max-width: 1200px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: urw-din-semi-condensed;
  display: flex;
  overflow: auto;
}

.contents_title-2 {
  width: 95%;
  outline-offset: 0px;
  text-transform: uppercase;
  border: 1px #fff;
  border-bottom-width: 2px;
  outline: 3px #fff;
  justify-content: flex-start;
  align-items: center;
  margin: 1em auto .5em;
  padding-top: .5em;
  padding-bottom: .1em;
  font-family: neusa-next-std, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.nav_link-2 {
  color: #fff;
  text-align: left;
  white-space: pre-line;
  font-family: neusa-next-std, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
}

.nav_link-2:hover {
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gold);
  padding-left: 1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.nav_link-2:focus-visible {
  font-weight: 700;
}

.nav_link-2[data-wf-focus-visible] {
  font-weight: 700;
}

.nav_link-2.w--current {
  border-left: 2px solid var(--gold);
  padding-left: 1em;
  font-family: neusa-next-std, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.ql_bar {
  z-index: 700;
  width: 65vw;
  height: auto;
  background-color: var(--white);
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
  position: fixed;
  top: 2em;
  left: 5%;
  right: auto;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .24);
}

.ql_menu {
  width: 80%;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

.hero {
  width: 100%;
  height: 32em;
  object-position: 50% 0%;
  background-color: rgba(0, 0, 0, 0);
}

.hero._36 {
  height: 42em;
  background-color: rgba(0, 0, 0, 0);
}

.hero._36.safety {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8em;
  display: flex;
}

.mobile-social_bar {
  z-index: 201;
  width: 25vw;
  height: 3em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--wilkesblue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mobile-social {
  z-index: 201;
  width: 25vw;
  height: 4.1em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  background-color: #c6202f;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.accordion_item {
  border: 1px none var(--white);
}

.bg {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.home {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  display: block;
  right: 25vw;
}

.bg.apply {
  height: 96vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  display: block;
  right: 25vw;
}

.modal-close_btn-2 {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn-2:hover {
  color: #444;
}

.nav-shadow {
  z-index: 3;
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top10-card {
  width: 70%;
  height: 30em;
  background-color: #fff;
  border-radius: 1em;
  margin-bottom: 3.5em;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}

.brand {
  width: 65%;
  margin-top: 0;
}

.brand.w--current {
  width: 64%;
  margin-top: 1em;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: none;
}

.arrow {
  width: auto;
  height: 70%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.arrow.next {
  padding-left: .5em;
  padding-right: .25em;
}

.sr_h1 {
  color: #002654;
  text-transform: uppercase;
  font-family: neusa-next-std-compact, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: .8;
}

.sr_h1.centered {
  text-align: center;
  font-size: 3.2em;
  line-height: .8;
}

.sr_h1.info {
  width: 90%;
}

.sr_h1_2 {
  color: var(--srjc-red);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .6em;
  font-weight: 700;
}

.sr_h2 {
  color: #002654;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
}

.sr_h2.centered {
  text-align: center;
  text-transform: none;
  font-family: neusa-next-std, sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
}

.sr_h2.centered.info {
  width: 90%;
  text-align: left;
}

.sr_h2.white {
  color: var(--white);
}

.sr_h2.white.spot {
  font-size: 1.3em;
}

.sr_h3 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

.sr_h3.spot {
  font-size: 1em;
}

.sr_link {
  color: var(--text-black);
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: underline;
}

.sr_link.blue {
  color: #002654;
  font-weight: 700;
}

.sr_p {
  font-family: Montserrat, sans-serif;
  line-height: 1.4;
}

.sr_p.white {
  color: var(--white);
}

.sr_p.white.pad1 {
  margin-bottom: 1em;
}

.sr_p.white {
  color: #fff;
}

.title_section {
  width: 70%;
}

.title_section.safety {
  margin-top: 2em;
  padding-top: 0;
  padding-bottom: 4em;
}

.content_wrapper {
  width: auto;
}

.content_wrapper.safety-title {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_wrapper.diversity-l {
  width: 50%;
  height: 100%;
}

.content_wrapper.diversity-r {
  width: 50%;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
  display: flex;
}

.content_wrapper.spotlight_horiz2 {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  display: flex;
}

.content_wrapper.safety2 {
  width: 65%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery_block {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.gallery_block.campus {
  height: 14em;
  position: relative;
}

.care_wrapper {
  width: 100%;
  align-items: center;
  padding-bottom: 3em;
  display: none;
}

.safety-content_wrapper {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.police_wrapper {
  width: 100%;
  align-items: center;
  margin-bottom: 3em;
  padding-bottom: 3em;
  display: none;
}

.safety-buttons_wrapper {
  z-index: 1;
  width: 100%;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.diversity_wrapper {
  width: 100%;
  height: 100%;
  align-items: stretch;
  padding-bottom: 3em;
  display: flex;
}

.safety-section {
  width: 65%;
  margin-bottom: 0;
  padding-bottom: 2em;
}

.srjc_btn {
  width: 20%;
  text-align: center;
  background-color: #af272f;
  font-size: 1.3em;
  box-shadow: 1px 1px 3px #000;
}

.srjc_btn:hover {
  color: #fff;
  background-color: #0057b7;
  font-weight: 700;
}

.srjc_btn.w--current {
  background-color: #0057b7;
}

.srjc_btn.safety {
  width: 30%;
  background-color: var(--srjc-red);
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
}

.srjc_btn.safety:hover, .srjc_btn.safety:focus {
  background-color: #002654;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.blue {
  color: #002654;
}

.modal-close_btn-3 {
  z-index: 500;
  color: #333;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

.modal-close_btn-3:hover {
  color: #444;
}

.video-3 {
  width: 44%;
  height: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.white {
  color: var(--white);
}

.answer_button {
  border: 1px solid var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
}

.answer_button:hover {
  background-color: var(--lt-gray);
  color: #002654;
}

.answer_button:focus {
  background-color: var(--white);
  color: #002654;
}

.modal-close_btn-3 {
  z-index: 500;
  color: #333;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

.modal-close_btn-3:hover {
  color: #444;
}

.welcome_embed-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.welcome_embed-2.safety {
  position: static;
}

.safety-vid_wrapper {
  width: 65%;
  height: auto;
  margin-bottom: 1em;
}

.trm-text-rich-text {
  background-color: #fff;
  padding: 1.25rem;
  position: relative;
}

.trm-text-rich-text.is-answer {
  padding-top: .85rem;
  padding-bottom: .85rem;
  padding-left: 0;
  display: none;
}

.trm-text-rich-text.is-answer:focus {
  border: 2px solid #c4c4c4;
}

.plus-wrap {
  width: 15px;
  height: 15px;
  cursor: pointer;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-weight: 300;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.accordion_component {
  margin-top: 5em;
}

.accordion_component.programs {
  width: 100%;
  margin-top: 0;
}

.accordion_trigger {
  width: 100%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem .5rem 1em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion_trigger.sports {
  padding-left: 1.5em;
}

.plus-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.accordion_list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.accordion_item-wrapper {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--white) black var(--white) var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  display: block;
  position: relative;
}

.accordion_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  margin-top: .5rem;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.plus-vertical {
  width: 1px;
  height: 100%;
  background-color: var(--white);
  position: absolute;
}

.spot_img {
  width: 8em;
  flex: none;
}

.spot_name {
  border: 1px #000;
  margin-left: 2em;
  padding-bottom: 0;
}

.spot_imgs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 2em;
  display: flex;
}

.spot_l {
  width: 100%;
}

.spot_title {
  width: 84%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 1em;
  display: flex;
}

.spot_title.sports {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  margin-top: 1em;
}

.spotlight3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1em;
  padding-bottom: 1em;
}

.section_spotlight {
  width: 65%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.content_center {
  width: 75%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content_center.apply-content {
  z-index: 20;
  width: 70%;
  height: 80%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  margin-top: 4em;
  margin-bottom: auto;
  padding: 4em 4em 18em;
  display: flex;
  position: relative;
}

.content_center.why-title_txt {
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 3em;
}

.content_center.why2 {
  width: 80%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content_center.why4_content {
  position: absolute;
  top: 8em;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content_center.why5 {
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.content_center.location_1 {
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8em;
  display: flex;
}

.content_center.location3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.content_center.programs1 {
  z-index: 2;
  width: 64%;
  justify-content: flex-start;
  margin-top: -10.4em;
  position: relative;
}

.content_center.programs2 {
  width: 70%;
  justify-content: flex-end;
  padding-left: 0;
  display: flex;
}

.content_center.programs3 {
  height: auto;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: -24%;
  left: 0%;
  right: 0%;
}

.content_center.programs4 {
  width: 75%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.1em;
  padding-top: 0;
  padding-bottom: 4em;
  display: flex;
}

.content_center.costs1 {
  height: 41.7em;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content_center.costs2 {
  width: 65%;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12em;
  display: flex;
}

.content_center.costs3 {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content_center.costs4 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  display: flex;
}

.content_center.cl2 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 2em;
}

.content_center.outocmes2 {
  flex-direction: column;
  margin-top: 8em;
}

.content_center.outcomes3 {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 6em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content_center.housing_1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8em;
}

.content_center.housing2 {
  width: 100%;
}

.content_center.housing3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  margin-top: 4em;
}

.content_center.housing3_btm {
  width: 65%;
  margin-top: 8em;
  position: relative;
}

.content_center.safety1 {
  margin-top: -10.5em;
}

.content_center.safety2 {
  width: 70%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-items: flex-start;
}

.content_center.safety4 {
  align-items: flex-start;
  padding-top: 10em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content_center.test2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 4em;
}

.modal-close_btn-2 {
  z-index: 10;
  color: #000;
  background-color: #fff;
  border-radius: .2em;
  margin-top: 8px;
  margin-right: 8px;
  padding: 6px 8px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn-2:hover {
  color: #444;
}

.sub-form_btn {
  line-height: 1;
  text-decoration: none;
  transition-property: none;
}

.sub-form_btn.modal-open_btn4 {
  width: 100%;
  height: 100%;
  color: var(--wilkesblue);
  background-color: #ffcd00;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-family: Bayon, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  display: flex;
}

.sub-form_btn.modal-open_btn4:hover {
  background-color: var(--wilkesblue);
  color: var(--gold);
}

.inquiry-form {
  z-index: 5;
  width: 85%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 1em;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.inquiry-form.inquiry-copy {
  width: 55%;
  height: 80%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 1em 0 2em;
  display: flex;
  position: static;
  overflow: auto;
}

.html-embed-2 {
  width: 90%;
}

.w_h1 {
  color: var(--wilkesblue);
  text-transform: none;
  font-family: neusa-next-std, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

.w_h1.black {
  color: var(--wilkesblue);
}

.w_h1.yellow {
  color: var(--gold);
  line-height: 1;
}

.w_h1.yellow.centered {
  color: var(--gold);
}

.w_h1.yellow.centered.home {
  font-size: 4.6em;
  line-height: 1.3;
}

.w_h1.centered {
  text-align: center;
  line-height: 1;
}

.why_img2 {
  width: 70%;
  height: 22.7em;
}

.why-2_2 {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why2_txt {
  width: 54%;
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-direction: column;
  padding-left: 2em;
  display: flex;
}

.w_li.outcomes {
  line-height: 1.2;
}

.w_li.apply {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.w_p {
  color: var(--wilkesblue);
  margin-bottom: 1em;
  font-family: neusa-next-std, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  position: static;
}

.w_p.white {
  color: var(--white);
}

.w_p.white.slides-nav {
  text-align: center;
  margin-bottom: 0;
  font-family: neusa-next-std, sans-serif;
}

.w_p.alt {
  font-family: neusa-next-std, sans-serif;
  line-height: 1.1;
}

.w_p.applybtn {
  margin-bottom: 0;
  font-size: .8em;
}

.w_p.callout.apply {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 0;
}

.w_p.centered {
  text-align: center;
}

.w_p.no-margin {
  margin-bottom: 0;
  font-family: neusa-next-std, sans-serif;
}

.w_list {
  padding-left: 20px;
}

.w_list.white {
  padding-left: 10px;
}

.w_list.white.grad {
  margin-bottom: 0;
}

.w_list.no-indent {
  width: 100%;
  padding-left: 9px;
}

.why2_img3 {
  width: 45%;
}

.why4_txt {
  width: 51%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.w_h4 {
  font-family: neusa-next-std, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
}

.w_h4.normal {
  font-size: 1.2em;
  font-weight: 400;
}

.w_h4.centered {
  color: var(--wilkesblue);
  text-align: center;
}

.w_h4.blue {
  line-height: 1.4;
}

.why5_img {
  width: 70%;
}

.location1_r {
  width: 80%;
  margin-left: auto;
}

.location1_l {
  z-index: 2;
  width: 54%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--wilkesblue);
  flex-direction: column;
  margin-top: -12em;
  padding: 2em;
  display: flex;
  position: relative;
}

.location2_txt {
  width: 40%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  flex-direction: column;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: absolute;
  top: 8em;
  bottom: auto;
  left: auto;
  right: 15%;
}

.w_h3 {
  color: var(--wilkesblue);
  font-family: neusa-next-std, sans-serif;
  font-size: 1.9em;
  line-height: 1.1;
}

.w_h3.subscribe {
  text-align: center;
  font-family: Source Serif Pro, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
}

.w_h3.yellow {
  color: var(--gold);
  font-size: 2.4em;
  line-height: 1;
}

.w_h3.yellow.margin_under {
  margin-bottom: .5em;
}

.w_h3.white {
  color: var(--white);
  font-size: 2.1em;
  line-height: 1.2;
}

.w_h3.blue {
  color: var(--wilkesblue);
}

.w_h3.centered {
  text-align: center;
}

.w_h3.bold {
  font-weight: 700;
}

.location3_img {
  width: 60%;
}

.location3_txt {
  width: 36%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.programs1_txt {
  width: 62%;
  background-color: var(--gold);
  padding: 2em;
}

.programs2_txt {
  width: 93%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w_link {
  color: var(--black);
  background-image: url('../images/highlight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: neusa-next-std, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
}

.w_link.white {
  color: var(--gold);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.programs3_txt {
  z-index: 2;
  width: 51%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--wilkesblue);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: -12.6em;
  padding: 3em 2em 2em 3em;
  display: flex;
  position: relative;
}

.programs4_l {
  width: 44%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  margin-top: 4em;
  display: flex;
}

.programs4_r {
  width: 51%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: auto;
  display: flex;
}

.programs_img3 {
  height: 16.6em;
}

.costs1_txt {
  width: 96%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 35.6em;
  display: flex;
}

.coststxt_1 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  padding: 2em 2em 2em 3em;
  display: flex;
}

.coststxt_2 {
  width: 72%;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: var(--wilkesblue);
  flex-direction: column;
  padding: 2em;
  display: flex;
}

.costs_btns {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.costs_btns.margin_below {
  margin-bottom: .5em;
}

.w_btn {
  width: 50%;
  height: 4em;
  border: 1px solid var(--wilkesblue);
  background-color: var(--gold);
  color: var(--wilkesblue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  padding: 3px;
  font-family: Anton, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.w_btn:hover {
  background-color: var(--light-steel-blue);
}

.w_btn.apply, .w_btn.info, .w_btn.apply-copy {
  width: 72%;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
}

.costs3_img {
  width: 55%;
}

.costs3_txt {
  width: 40%;
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.underline {
  width: 42%;
}

.costs4_l {
  width: 35%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.costs4_r {
  width: 65%;
}

.edge1 {
  width: 4em;
  height: 100%;
  background-image: url('../images/blue-speckles.svg');
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.why-l1 {
  text-transform: uppercase;
  font-size: 1.4em;
}

.why-l2 {
  text-transform: uppercase;
  font-size: .8em;
}

.why-l3 {
  color: var(--gold);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--wilkesblue);
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--wilkesblue);
  font-family: Syncopate, sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
}

.why-l4 {
  text-transform: uppercase;
  font-size: .9em;
}

.edge2 {
  z-index: 2;
  width: 4em;
  background-image: url('../images/peach.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cl-hero_title {
  width: 67%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--gold);
  flex-direction: column;
  margin-top: -8.7em;
  margin-left: auto;
  margin-right: 0;
  padding: 3em;
  display: flex;
}

.cl2_wrapper {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cl2_wrapper.top {
  margin-top: 2em;
}

.cl2-top_l {
  width: 35%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.cl2-top_r {
  width: 56%;
}

.link {
  color: var(--black);
  font-family: neusa-next-std, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.outcomes-hero_txt {
  background-color: var(--wilkesblue);
  padding: 3em;
  position: absolute;
  top: auto;
  bottom: 4em;
  left: 15%;
  right: auto;
}

.outcomes2_section {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.outcomes2_section.centered {
  justify-content: center;
  margin-top: 6em;
  position: relative;
}

.outcomes_img2 {
  width: 50%;
}

.outcomes2_txt {
  width: 50%;
  height: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 2em;
  display: flex;
}

.outcomes_callout {
  width: 64%;
}

.outcomes-ctr_txt {
  z-index: 2;
  width: 33%;
  background-color: var(--white);
  padding: 1.5em 1em;
  position: absolute;
}

.outcomes3_txt {
  width: 38%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--gold);
  flex-direction: column;
  align-items: center;
  padding: 2em 2em 1em 3em;
  display: flex;
}

.bold-neusa {
  color: var(--wilkesblue);
  text-transform: uppercase;
  font-family: neusa-next-std-compact, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
}

.bold-neusa.centered {
  text-align: center;
}

.support1_txt {
  background-color: rgba(0, 40, 85, .87);
  margin-top: 16.7em;
  margin-left: 3em;
  padding: 2em;
  position: absolute;
}

.support_grid {
  width: 100%;
  padding-bottom: 10em;
}

.support_block {
  height: 24em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: url('../images/support_gridbg.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 3em;
  display: flex;
}

.w_link2 {
  color: var(--black);
  font-family: neusa-next-std, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.w_link2.white {
  color: var(--white);
  text-transform: uppercase;
}

.w_link2.white:hover {
  background-color: var(--gold);
  color: var(--wilkesblue);
}

.link-underline {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--gold);
  color: var(--wilkesblue);
  text-transform: uppercase;
  margin-top: .5em;
  font-family: neusa-next-std, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.link-underline:hover {
  background-color: var(--gold);
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.link-underline.white {
  color: var(--white);
  padding-top: .5em;
  display: inline;
}

.link-underline.white:hover {
  color: var(--wilkesblue);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
  padding-right: 0;
}

.housing1_btm {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.housing_title {
  width: 35%;
  background-color: var(--wilkesblue);
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.housing1_txt {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5em;
  display: flex;
}

.link2 {
  font-size: 1.2em;
}

.housing3_l {
  width: 40%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.housing3_r {
  width: 51%;
}

.housing3-btm_l {
  width: 63%;
}

.housing3-btm_r {
  width: 42%;
  height: 69%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--wilkesblue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 3em;
  padding: 2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.callout {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3em;
  display: flex;
}

.callout.apply {
  color: var(--black);
  text-align: left;
  flex-direction: column;
  font-family: neusa-next-std, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.callout.apply._2 {
  text-transform: uppercase;
}

.apply_btns {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checklist {
  width: 80%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.check {
  width: 2em;
  height: 2em;
  border: 1px solid #000;
  flex: none;
}

.apply_callout {
  width: 74%;
}

.normal {
  text-transform: none;
}

.safety_txt {
  width: 78%;
  background-color: var(--gold);
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  font-size: 1em;
}

.safety-line1 {
  text-transform: uppercase;
  font-size: .6em;
}

.safety-line2 {
  text-transform: uppercase;
  font-family: neusa-next-std, sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
}

.safety-line3 {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .5em;
  line-height: .8;
  display: block;
}

.safety-line4 {
  text-transform: uppercase;
  margin-top: .6em;
  font-size: .5em;
  line-height: 1;
  display: block;
}

.safety2_l {
  width: 50%;
}

.safety2_r {
  width: 45%;
  height: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.safety2_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5em;
  display: flex;
}

.safety4_txt {
  width: 40%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--wilkesblue);
  flex-direction: column;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.testimonial_slider {
  width: 100%;
  height: 6em;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--white);
  margin-top: 2em;
  display: none;
}

.testimonial_slider.frame {
  z-index: 0;
  position: absolute;
}

.slider-back {
  width: 20%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-right: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-name {
  width: 60%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-forward {
  width: 20%;
  height: 100%;
  border-left: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-number {
  margin-right: 1em;
}

.sliderarrow {
  width: 1.2em;
  height: 1.2em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.sliderarrow.next {
  padding-left: .5em;
  padding-right: .25em;
}

.testimonial-slide {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quotes {
  width: 5em;
  height: 5em;
  margin-top: 0;
}

.testimonial_txt {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.testimonial {
  color: var(--white);
  font-family: neusa-next-std, sans-serif;
  font-size: 1.9em;
  line-height: 1.4;
}

.testimonial.name {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em;
}

.slider {
  width: 100%;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-direction: column;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.slide1 {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.slide2, .slide3, .slide4, .slide5 {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.hyperlink {
  border-bottom: 2px solid var(--gold);
  color: var(--wilkesblue);
  font-family: neusa-next-std, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.hyperlink:hover {
  background-color: var(--gold);
}

.hyperlink.white {
  color: var(--white);
}

.hyperlink.white:hover {
  background-color: var(--gold);
  color: var(--wilkesblue);
}

.elc {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.edge_programs {
  width: 4em;
  height: 100%;
  background-image: url('../images/blue-speckles.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.edge1-svcs {
  width: 4em;
  height: 100%;
  background-image: url('../images/blue-speckles.svg');
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.housing-hd-txt {
  background-color: rgba(0, 40, 85, .92);
  margin-top: -9.7em;
  margin-left: 3em;
  padding: 2em;
  position: absolute;
}

.bring-callout {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3em;
  line-height: 1.3;
  display: flex;
}

.bring-callout.apply {
  color: var(--black);
  text-align: left;
  flex-direction: column;
  font-family: neusa-next-std, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.bring-callout.apply._2 {
  text-transform: uppercase;
}

.welcome-title {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 82vh;
  background-color: var(--midnight-blue);
  background-image: url('../images/support_gridbg.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.welcome-title_wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 3em;
  font-size: .9vw;
  display: flex;
}

.main_underline {
  width: 31%;
  margin-top: -13px;
}

.home_line1 {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .5em;
  line-height: .8;
  display: block;
}

.home_line2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: neusa-next-std, sans-serif;
  font-size: 1.2em;
  line-height: 1.3;
}

.link-underline_white {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--gold);
  color: var(--white);
  text-transform: uppercase;
  margin-top: .5em;
  font-family: neusa-next-std, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.link-underline_white:hover {
  background-color: var(--gold);
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.link-underline_white.white {
  color: var(--white);
  padding-top: .5em;
  display: inline;
}

.link-underline_white.white:hover {
  color: var(--wilkesblue);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
  padding-right: 0;
}

.txt_centered {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.housing-hero_wrap {
  position: relative;
}

.info-btns {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .section.why_hero {
    margin-top: 6.1em;
  }

  .section.why_3 {
    height: 30em;
    flex: none;
  }

  .section.location_hero {
    height: auto;
    background-color: var(--white);
    flex: none;
    margin-top: 8em;
    padding-bottom: 8em;
  }

  .section.location_2 {
    height: 30em;
    margin-top: 0;
  }

  .section.location_3 {
    padding-top: 8em;
    padding-bottom: 14em;
  }

  .section.programs_1 {
    height: 35.2em;
    margin-top: 4.1em;
  }

  .section.programs_2 {
    background-color: var(--white);
  }

  .section.costs_hero {
    margin-top: 7em;
  }

  .section.costs_2 {
    background-color: var(--white);
  }

  .section.campus-life_hero {
    height: auto;
    margin-top: 7.3em;
  }

  .section.cl_2 {
    padding-top: 8em;
  }

  .section.outcomes_hero {
    height: 36.9em;
    margin-top: 4.2em;
  }

  .section.outcomes_2 {
    background-color: var(--white);
  }

  .section.support_1 {
    background-color: var(--white);
    margin-top: 7em;
  }

  .section.support_2 {
    height: auto;
    background-color: var(--white);
  }

  .section.housing_1 {
    background-color: var(--white);
    padding-top: 8em;
  }

  .section.apply_2 {
    margin-top: 21em;
  }

  .section.safety_1 {
    height: auto;
    background-color: var(--white);
  }

  .section.safety_3 {
    background-color: var(--white);
    padding-top: 8em;
  }

  .section.testimonials_1 {
    margin-top: 6em;
  }

  .main {
    width: 100%;
    height: 100vh;
    min-width: 100vw;
    background-color: var(--wilkesblue);
    background-image: linear-gradient(to top, var(--midnight-blue), var(--wilkesblue));
  }

  .main.why, .main.location {
    background-color: var(--white);
  }

  .main.programs, .main.costs, .main.student-svcs {
    background-color: rgba(0, 0, 0, 0);
  }

  .quicklinks_list {
    width: 55%;
    height: auto;
    background-color: var(--white);
    color: #0057b7;
    border-radius: 1em;
    flex-direction: column;
    margin-top: 0;
    padding: 2em;
    display: none;
    position: absolute;
    top: auto;
    bottom: 61%;
    left: 0%;
    right: 0%;
  }

  .quicklinks_li {
    justify-content: center;
  }

  .quicklink.home {
    color: var(--wilkesblue);
    text-align: left;
    font-family: neusa-next-std, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
  }

  .img_contain {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .social_wrapper {
    width: 100%;
    height: 3.2em;
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1em;
    display: none;
    position: static;
  }

  .nav_list {
    width: 100%;
    overflow: auto;
  }

  .nav_li {
    text-align: left;
    margin-top: .5em;
    line-height: 1.6;
  }

  .welcome {
    height: 73%;
    align-items: flex-start;
    padding-top: 4em;
  }

  .img_cover {
    object-position: 50% 50%;
  }

  .img_cover.from-btm {
    object-position: 100% 100%;
  }

  .img_cover.safety_img2 {
    object-position: 50% 91%;
  }

  .video_wrapper {
    width: 100%;
    height: auto;
    align-items: center;
    margin-top: 20%;
    bottom: 0;
  }

  .video_wrapper.home {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .social_embed {
    width: 110%;
    height: 110%;
    border: 0px solid var(--white);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
  }

  .social_link {
    width: 1.5em;
    height: 1.5em;
    border: 0px solid var(--white);
    outline-offset: 0px;
    background-color: rgba(0, 0, 0, 0);
    outline: 3px #00e;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lang_menu {
    width: 75%;
    height: auto;
    opacity: 0;
    white-space: pre;
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
  }

  .lang_menu.disabled {
    display: none;
  }

  .lang_link {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .lang_text {
    color: var(--white);
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .page-nav_wrapper {
    width: 5.5em;
    justify-content: space-between;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    left: 3em;
    right: auto;
  }

  .nav-back.disabled {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-next {
    padding-left: 2px;
    padding-right: 0;
  }

  .footer_wrapper {
    z-index: 550;
    width: 100vw;
    height: 3em;
    background-color: #002654;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
    font-size: 1em;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .modal-component.subscribe, .modal-component.info2 {
    height: 100%;
  }

  .button.modal-open_btn2.subscribe {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
  }

  .modal-wrapper.subscribe {
    width: 100vw;
    height: 100%;
    justify-content: flex-start;
    padding-top: 0;
    display: none;
    overflow: auto;
  }

  .modal-wrapper.subscribe-home {
    width: 100vw;
    height: 100%;
    justify-content: flex-start;
    padding-top: 0;
    display: flex;
    overflow: auto;
  }

  .modal-container.subscribe {
    max-height: 55vh;
    flex-direction: column;
    margin-top: 10em;
    margin-bottom: auto;
    position: relative;
  }

  .modal-container.subscribe-home {
    max-height: 55vh;
    flex-direction: column;
    margin-top: 11em;
    margin-bottom: auto;
    padding-top: 0;
    position: relative;
    overflow: auto;
  }

  .modal-container.info {
    max-height: 55vh;
    flex-direction: column;
    margin-top: 10em;
    margin-bottom: auto;
    position: relative;
  }

  .modal-close_btn {
    color: var(--white);
  }

  .modal-close_btn:hover {
    color: #af272f;
  }

  .modal-close_btn.subscribe {
    color: var(--text-black);
    flex: none;
  }

  .nav-menu {
    width: 100%;
    max-height: 75vh;
    background-color: var(--wilkesblue);
    padding: 1em 30px 2em;
    right: auto;
  }

  .menu-button-2 {
    width: 2em;
    height: 1.9em;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 2em;
    padding: 10px;
    display: flex;
  }

  .menu-button-2:focus {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    box-shadow: 1px 1px 3px #000;
  }

  .menu-button-2.w--open {
    border: 1px none var(--white);
    background-color: var(--wilkesblue);
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .07);
  }

  .menu-button-2.w--open:focus {
    box-shadow: none;
    font-family: Avenirltstd book;
  }

  .menu-button-2.w--open:focus-visible {
    background-color: var(--wilkesblue);
    box-shadow: none;
  }

  .menu-button-2.w--open[data-wf-focus-visible] {
    background-color: var(--wilkesblue);
    box-shadow: none;
  }

  .navbar {
    width: 100%;
    height: auto;
    max-width: none;
    flex-direction: column;
    padding: .25em 0 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-container {
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .contents_title-2 {
    color: var(--white);
    margin-left: 0;
    font-weight: 400;
  }

  .nav_link-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  .nav_link-2.w--current {
    font-size: 16px;
    line-height: 1.6;
  }

  .ql_bar {
    width: 65vw;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
    position: fixed;
    top: auto;
    bottom: 4em;
    left: 5%;
    right: 5%;
  }

  .ql_menu-button {
    z-index: 2;
    width: 60%;
    border: 1px solid var(--wilkesblue);
    background-color: var(--white);
    color: var(--wilkesblue);
    text-align: center;
    border-radius: 2em;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    position: relative;
  }

  .ql_menu-button:focus {
    background-color: var(--wilkesblue);
    color: var(--white);
  }

  .nav_logo {
    width: 40%;
  }

  .hero {
    height: 30em;
    margin-top: 6.1em;
  }

  .mobile-social_bar {
    z-index: 500;
    width: 100%;
    height: auto;
    background-color: var(--midnight-blue);
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: .25em;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    display: flex;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, .23);
  }

  .mobile-social {
    width: 100%;
    height: 2.5em;
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    margin-top: auto;
    margin-left: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: 3em;
    display: flex;
    position: static;
  }

  .accordion_item {
    width: 100%;
  }

  .bg.home, .bg.apply {
    right: 0;
  }

  .brand {
    width: 38%;
    margin-left: 3em;
    padding-top: .5em;
    padding-bottom: .25em;
  }

  .brand.w--current {
    width: 38%;
    margin-top: 0;
    padding-top: .5em;
    padding-bottom: .25em;
  }

  .video {
    width: 100%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow {
    width: auto;
    padding-right: 2px;
  }

  .arrow.next {
    padding-left: 0;
    padding-right: 0;
  }

  .sr_h1 {
    margin-top: 1em;
  }

  .sr_h1.centered.info {
    line-height: 1;
  }

  .sr_h1.info {
    width: 90%;
    font-size: 3.2em;
    line-height: .9;
  }

  .sr_h2.centered {
    font-family: neusa-next-std, sans-serif;
    font-weight: 400;
  }

  .sr_h2.centered.info {
    width: 90%;
    text-align: left;
  }

  .sr_p {
    font-size: 16px;
  }

  .content_wrapper.diversity-l {
    width: 100%;
    height: 25em;
    margin-bottom: 2em;
  }

  .content_wrapper.diversity-r {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .care_wrapper {
    flex-direction: column;
    display: flex;
  }

  .police_wrapper, .diversity_wrapper {
    flex-direction: column;
    display: none;
  }

  .safety-section {
    width: 75%;
  }

  .srjc_btn {
    width: 33%;
    font-size: 16px;
  }

  .srjc_btn.safety {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal-close_btn-3 {
    color: #333;
  }

  .modal-close_btn-3:hover {
    color: #000;
  }

  .video-3 {
    height: 63%;
    margin-top: 9.3em;
  }

  .answer_button.incorrect, .answer_button.incorrect2, .answer_button.incorrect3 {
    font-size: 16px;
  }

  .modal-close_btn-3 {
    color: #333;
  }

  .modal-close_btn-3:hover {
    color: #000;
  }

  .welcome_embed-2 {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .safety-vid_wrapper {
    width: 75%;
  }

  .plus-wrap {
    width: 20px;
  }

  .accordion_component {
    margin-top: 3em;
  }

  .spot_name {
    margin-left: 1em;
  }

  .content_center.why5 {
    padding-bottom: 14em;
  }

  .content_center.location_1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    margin-top: 6.5em;
  }

  .content_center.programs2 {
    padding-top: 1em;
  }

  .content_center.costs2 {
    width: 75%;
    margin-top: 6.9em;
  }

  .content_center.costs4 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .content_center.housing_1 {
    margin-top: 6.8em;
  }

  .content_center.housing3_btm, .content_center.safety1 {
    width: 80%;
  }

  .content_center.safety2 {
    width: 70%;
    flex-direction: column;
  }

  .content_center.safety4 {
    width: 70%;
  }

  .content_center.test2 {
    align-items: center;
  }

  .sub-form_btn.modal-open_btn4 {
    margin-right: 0;
    font-size: 1em;
    font-weight: 700;
  }

  .icon {
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .inquiry-form.inquiry-copy {
    width: 90%;
    height: 30vw;
    max-width: 900px;
  }

  .w_h1.sm-center {
    text-align: center;
  }

  .w_list.no-indent {
    width: 91%;
    text-align: left;
    padding-left: 15px;
  }

  .location1_r {
    width: 100%;
    height: 21.2em;
  }

  .location1_l {
    width: 100%;
    margin-top: 0;
  }

  .w_h3.subscribe {
    font-size: 1.5em;
  }

  .w_h3.bold.sm-center {
    text-align: center;
  }

  .costs1_txt {
    margin-top: 44em;
  }

  .coststxt_1 {
    justify-content: flex-start;
    padding-top: 8.8em;
    padding-left: 1em;
    padding-right: 0;
  }

  .w_btn.info {
    width: 100%;
  }

  .outcomes_callout {
    width: 79%;
  }

  .outcomes-ctr_txt {
    width: 41%;
  }

  .outcomes3_txt {
    width: 48%;
    max-width: 50%;
    min-width: 38%;
    flex: 0 auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .housing3-btm_l {
    width: 73%;
  }

  .housing3-btm_r {
    height: 70%;
    margin-bottom: auto;
    padding-left: 2em;
  }

  .callout.apply._2.sm-center {
    text-align: center;
  }

  .safety_txt {
    width: 90%;
    max-width: none;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
  }

  .safety2_l {
    width: 79%;
    height: 31em;
    margin-left: auto;
    margin-right: auto;
  }

  .safety2_r, .safety2_txt {
    width: 100%;
  }

  .safety4_txt {
    width: 51%;
  }

  .sliderarrow {
    width: auto;
    padding-right: 2px;
  }

  .sliderarrow.next {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide {
    flex-direction: column;
  }

  .testimonial.sm-centered {
    text-align: center;
  }

  .edge_programs {
    width: 2.5em;
  }

  .housing-hd-txt {
    margin-top: 0;
    top: auto;
    bottom: 2em;
    left: 0%;
    right: auto;
  }

  .welcome-title_wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .main_underline {
    width: 23%;
    margin-top: -7px;
  }

  .campus-hero_wrapper {
    height: 30em;
  }

  .txt_centered {
    width: 90%;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .value_heading {
    width: 91%;
  }

  .housing-hero_wrap {
    position: relative;
  }

  .safe-hero_wrapper {
    height: 41.1em;
    margin-top: 2.8em;
  }

  .trans_centered {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    display: flex;
  }

  .test-hero_img {
    height: 30em;
  }

  .info-btns {
    width: 90%;
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .section.spotlight4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.why_hero {
    margin-top: 2em;
  }

  .section.why_3 {
    height: 35em;
  }

  .section.location_hero {
    margin-top: 5em;
  }

  .section.programs_1 {
    height: 27.5em;
    background-color: var(--white);
    flex: none;
    margin-top: 7.6em;
  }

  .section.programs_2 {
    background-color: var(--white);
  }

  .section.programs_3 {
    height: auto;
    flex: none;
    overflow: hidden;
  }

  .section.programs_4 {
    position: relative;
  }

  .section.costs_hero {
    background-color: var(--white);
  }

  .section.costs_2 {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .section.costs_3 {
    height: 50em;
    flex: none;
    position: relative;
  }

  .section.costs_4 {
    padding-bottom: 12em;
  }

  .section.campus-life_hero {
    height: auto;
    background-color: var(--gold);
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .section.cl_2 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.cl-btm {
    padding-bottom: 12em;
  }

  .section.outcomes_3 {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
    display: flex;
  }

  .section.support_1 {
    background-color: var(--white);
    padding-top: 4.8em;
  }

  .section.support_2 {
    background-color: var(--white);
  }

  .section.housing_1 {
    padding-top: 0;
  }

  .section.apply_2 {
    margin-top: 18em;
  }

  .section.safety_1 {
    height: auto;
    flex: none;
    margin-top: 6.7em;
  }

  .section.safety_3 {
    padding-top: 4em;
  }

  .quicklinks_list {
    width: 55%;
    display: none;
  }

  .quicklinks_li {
    justify-content: center;
  }

  .quicklink.home {
    color: var(--wilkesblue);
    font-family: neusa-next-std, sans-serif;
    font-size: 14px;
  }

  .img_contain {
    margin-left: auto;
  }

  .welcome {
    height: 74%;
    flex: none;
  }

  .img_cover {
    object-position: 50% 50%;
  }

  .img_cover.from-btm {
    object-position: 33% 50%;
  }

  .img_cover.grad-programs {
    object-position: 50% 100%;
    margin-top: 0;
  }

  .img_cover.outcomes2 {
    object-position: 50% 32%;
  }

  .img_cover.transportation {
    height: 100%;
    max-width: 100%;
    object-position: 0% 50%;
  }

  .video_wrapper.home {
    width: auto;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .social_link {
    width: 1.5em;
    height: 1.5em;
  }

  .lang_menu {
    width: 68%;
    height: auto;
    justify-content: flex-start;
    padding-left: 2em;
    padding-right: 1em;
    font-size: .6em;
    line-height: 1.6;
  }

  .lang_link {
    font-size: 12px;
  }

  .page-nav_wrapper {
    width: 5.5em;
    justify-content: space-between;
    margin-right: 0;
  }

  .footer_wrapper {
    height: 3em;
    background-color: #002654;
    padding-bottom: 0;
    bottom: 0;
  }

  .modal-component.subscribe {
    height: 100%;
    align-items: flex-start;
    position: absolute;
  }

  .modal-component.info2 {
    align-items: center;
  }

  .button.modal-open_btn2 {
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .button.modal-open_btn2.subscribe {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    position: relative;
  }

  .modal-wrapper.subscribe, .modal-wrapper.subscribe-home {
    overflow: auto;
  }

  .modal-container.subscribe-home {
    margin-top: 11.3em;
  }

  .modal-container.info {
    padding-top: 20px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
    top: 10%;
  }

  .modal-close_btn.subscribe {
    top: 0%;
  }

  .menu-button-2 {
    align-self: center;
    margin-right: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    justify-content: flex-start;
    padding-top: 0;
  }

  .nav-container {
    height: auto;
    flex: none;
    align-items: center;
  }

  .contents_title-2 {
    text-align: left;
    font-size: 1.1em;
  }

  .ql_bar {
    width: 90vw;
    justify-content: space-between;
    padding-left: 2em;
    padding-right: 2em;
    bottom: 4em;
  }

  .ql_menu {
    width: 50%;
  }

  .ql_menu-button {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }

  .ql_menu-button:focus {
    background-color: var(--wilkesblue);
  }

  .ql_menu-button:focus-visible {
    background-color: var(--wilkesblue);
  }

  .ql_menu-button[data-wf-focus-visible] {
    background-color: var(--wilkesblue);
  }

  .nav_logo {
    width: 50%;
  }

  .mobile-social_bar {
    margin-top: 0;
    padding-left: 0;
    top: 14%;
  }

  .mobile-social {
    height: 2.5em;
    border-left-style: none;
    border-left-width: 0;
    flex: none;
    justify-content: center;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: 0;
  }

  .modal-close_btn-2 {
    font-size: 1.8rem;
  }

  .brand {
    width: 53%;
  }

  .brand.w--current {
    width: 33%;
    flex: none;
    margin-top: 0;
  }

  .video {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .sr_h1.centered {
    line-height: .7;
  }

  .sr_h1.centered.info {
    text-align: left;
  }

  .sr_h1.info {
    width: 90%;
    line-height: .9;
  }

  .sr_h2.centered {
    font-size: 1.3em;
  }

  .title_section.safety {
    width: 75%;
  }

  .content_wrapper.spotlight_horiz2 {
    border-bottom-style: none;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5em;
  }

  .content_wrapper.safety2 {
    width: 85%;
  }

  .gallery_block {
    height: 100%;
  }

  .care_wrapper {
    flex-direction: column;
    display: none;
  }

  .safety-content_wrapper {
    background-color: #fff;
  }

  .police_wrapper {
    flex-direction: column;
    display: none;
  }

  .safety-buttons_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .diversity_wrapper {
    flex-direction: column;
    display: flex;
  }

  .srjc_btn {
    width: 38%;
  }

  .srjc_btn.safety {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal-close_btn-3 {
    font-size: 1.8rem;
    top: 0%;
  }

  .modal-close_btn-3:hover {
    top: 0%;
  }

  .video-3 {
    width: 75%;
    height: 20em;
    justify-content: center;
    margin-top: 20em;
    display: flex;
  }

  .modal-close_btn-3 {
    font-size: 1.8rem;
    top: 0%;
  }

  .modal-close_btn-3:hover {
    top: 0%;
  }

  .plus-wrap {
    height: 20px;
  }

  .spot_imgs {
    flex-direction: column;
  }

  .spot_title {
    text-align: center;
  }

  .spot_title.sports {
    align-items: center;
  }

  .spotlight3 {
    padding-top: 0;
  }

  .content_center.apply-content {
    height: auto;
    margin-bottom: 10em;
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .content_center.location3 {
    flex-direction: column;
  }

  .content_center.programs1 {
    margin-top: -12.9em;
  }

  .content_center.programs2 {
    width: 80%;
  }

  .content_center.programs3 {
    width: 100%;
    margin-top: 0;
    position: relative;
    bottom: 0%;
  }

  .content_center.programs4 {
    flex-direction: column;
  }

  .content_center.costs1 {
    height: auto;
    align-items: flex-start;
    padding-top: 3em;
    position: static;
  }

  .content_center.costs2 {
    margin-top: 0;
  }

  .content_center.costs3 {
    flex-direction: column;
    position: absolute;
  }

  .content_center.costs4 {
    flex-direction: column;
  }

  .content_center.outcomes3 {
    width: 100%;
    padding-top: 0;
    position: static;
  }

  .content_center.support1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  .content_center.support2 {
    width: 70%;
  }

  .content_center.housing_1 {
    width: 100%;
    margin-top: 6.9em;
  }

  .content_center.housing3_btm {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  .content_center.safety1 {
    width: 100%;
    margin-top: -4.5em;
  }

  .content_center.safety2 {
    width: 75%;
    flex-direction: column;
    margin-top: 2em;
  }

  .content_center.safety4 {
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    position: static;
  }

  .modal-close_btn-2 {
    font-size: 1.8rem;
  }

  .sub-form_btn.modal-open_btn4 {
    align-self: stretch;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .inquiry-form.inquiry-copy {
    z-index: 555;
    height: 54vw;
    justify-content: center;
    margin-top: 14vh;
    margin-right: auto;
    padding-left: 0;
  }

  .w_h1.yellow.sm-center {
    text-align: center;
  }

  .w_h1.centered {
    font-size: 2.2em;
  }

  .why_img2 {
    width: 100%;
  }

  .why-2_2 {
    flex-direction: column;
  }

  .why2_txt {
    width: 100%;
    padding-left: 1em;
  }

  .w_p.white.sm-center {
    text-align: center;
  }

  .w_list.no-indent {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .why2_img3 {
    width: 100%;
  }

  .why4_txt {
    width: 64%;
  }

  .w_h3.subscribe.info {
    width: 90%;
    text-align: left;
  }

  .location3_img, .location3_txt, .programs2_txt {
    width: 100%;
  }

  .programs3_txt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 4em;
    padding-right: 4em;
    position: static;
  }

  .programs4_l, .programs4_r, .programs_img3 {
    width: 100%;
  }

  .costs1_txt {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
  }

  .coststxt_1 {
    padding-top: 0;
  }

  .coststxt_2, .w_btn.apply, .w_btn.info, .w_btn.apply-copy, .costs3_img, .costs3_txt, .costs4_l, .costs4_r {
    width: 100%;
  }

  .edge1 {
    width: 2.5em;
  }

  .why-l3 {
    line-height: 1.2;
  }

  .edge2 {
    width: 2.5em;
  }

  .cl-hero_title {
    width: 100%;
    margin-top: 0;
  }

  .cl2_wrapper {
    flex-direction: column;
  }

  .cl2_wrapper.top {
    flex-direction: column;
    margin-top: 0;
  }

  .cl2-top_l, .cl2-top_r {
    width: 100%;
  }

  .outcomes-hero_txt {
    width: auto;
    bottom: -4.6em;
    left: 12%;
  }

  .outcomes2_section {
    flex-direction: column;
  }

  .outcomes_img2 {
    width: 100%;
    height: 16.7em;
  }

  .outcomes2_txt, .outcomes_callout {
    width: 100%;
  }

  .outcomes-ctr_txt {
    width: 66%;
  }

  .outcomes3_txt {
    width: 100%;
    max-width: none;
    padding-bottom: 12em;
  }

  .support1_txt {
    width: 100%;
    background-color: #002855;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .support_grid {
    grid-template-columns: 1fr;
  }

  .housing1_btm {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .housing3-btm_l {
    width: 100%;
    height: 21.5em;
  }

  .housing3-btm_r {
    width: 100%;
    position: static;
  }

  .checklist, .safety_txt {
    width: 100%;
  }

  .safety4_txt {
    width: 100%;
    padding: 4em 2em 12em;
  }

  .quotes {
    margin-bottom: -1em;
  }

  .edge1-svcs {
    width: 1.5em;
  }

  .housing-hd-txt {
    margin-top: 10.4em;
  }

  .welcome-title {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .main_underline {
    margin-top: -7px;
  }

  .home_line1 {
    font-size: .9em;
  }

  .home_line2 {
    font-size: 1.7em;
  }

  .campus-hero_wrapper {
    height: 23.5em;
  }

  .txt_centered {
    width: 80%;
    align-items: flex-start;
  }

  .value_img {
    width: 100%;
    height: 100%;
    flex: 0 auto;
  }

  .safe-hero_wrapper {
    height: 29.3em;
  }

  .transportation_img {
    height: 24em;
  }

  .trans_centered {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .info-btns {
    width: 90%;
    margin-top: 1em;
  }
}

@media screen and (max-width: 479px) {
  .section.why_hero {
    height: 20.1em;
    margin-top: 3.2em;
  }

  .section.why_1 {
    padding-top: 5.8em;
    padding-bottom: 6em;
  }

  .section.why_3 {
    height: 39.3em;
  }

  .section.location_hero {
    margin-top: .4em;
    padding-bottom: 0;
  }

  .section.location_2 {
    height: auto;
  }

  .section.location_3 {
    margin-top: 0;
    padding-bottom: 10em;
  }

  .section.programs_1 {
    height: 25.9em;
  }

  .section.programs_2 {
    background-color: var(--white);
  }

  .section.cl-btm {
    padding-top: 6em;
  }

  .section.outcomes_hero {
    height: 24.9em;
  }

  .section.outcomes_2 {
    padding-top: 5.7em;
  }

  .section.support_1 {
    padding-top: 0;
  }

  .section.apply_2 {
    margin-top: 16.4em;
  }

  .section.safety_1 {
    height: auto;
    position: static;
  }

  .section.safety_3 {
    margin-top: 0;
    padding-top: 3em;
    position: static;
  }

  .section.testimonials_1 {
    height: auto;
    margin-top: 8.4em;
  }

  .section.testimonials_2 {
    padding-top: 4em;
  }

  .main.why {
    height: 100%;
    background-image: none;
    position: static;
  }

  .quicklinks_list {
    width: 60%;
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .quicklinks_li {
    justify-content: flex-start;
  }

  .quicklink.home {
    white-space: pre;
    word-break: normal;
    overflow-wrap: normal;
  }

  .img_contain {
    height: 100%;
  }

  .nav_list {
    margin-top: 1em;
  }

  .welcome {
    z-index: 2;
    height: 75%;
    align-items: center;
  }

  .img_cover {
    object-position: 54% 50%;
  }

  .img_cover.from-top.apply {
    object-position: 32% 0%;
  }

  .img_cover.from-center.seasons {
    height: auto;
    object-fit: contain;
  }

  .img_cover.ranked {
    object-position: 100% 50%;
  }

  .img_cover.costs-hero {
    object-position: 32% 50%;
  }

  .video_wrapper.home {
    width: auto;
    height: 79%;
    margin-top: 13%;
  }

  .social_link {
    width: 1.5em;
    height: 1.5em;
  }

  .lang_menu {
    width: 64%;
    height: 100%;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    opacity: 1;
    justify-content: flex-start;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: .5em;
    line-height: 1;
    overflow: visible;
  }

  .lang_link {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    display: none;
  }

  .lang_text {
    white-space: pre-wrap;
    margin-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    display: none;
  }

  .page-nav_wrapper {
    width: 5.5em;
    justify-content: space-between;
    margin-top: 0;
    left: 3em;
    right: auto;
  }

  .footer_wrapper {
    height: 3em;
    align-items: center;
    bottom: 0;
  }

  .modal-component.subscribe {
    width: 38%;
    align-items: stretch;
  }

  .modal-component.info2 {
    align-items: stretch;
  }

  .button.modal-open_btn2:focus {
    border: 2px solid #ff9500;
  }

  .button.modal-open_btn2.subscribe {
    height: 100%;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 1.2;
  }

  .button.modal-open_btn2:focus {
    border: 2px solid #ff9500;
  }

  .modal-wrapper.subscribe {
    display: none;
  }

  .modal-container.subscribe-home {
    width: 80%;
    height: 53%;
    margin-top: 9.8em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-container.info {
    padding-bottom: 50px;
  }

  .modal-close_btn {
    top: 12%;
  }

  .modal-close_btn.subscribe {
    background-color: var(--white);
    top: 0%;
  }

  .menu-button-2 {
    align-self: center;
    margin-right: 1em;
  }

  .navbar {
    justify-content: flex-start;
    padding: .5em 0 0;
  }

  .contents_title-2 {
    text-align: left;
    padding-bottom: 0;
    line-height: 1.4;
  }

  .ql_bar {
    padding-left: 1em;
    padding-right: 1em;
    bottom: 4em;
  }

  .ql_menu {
    width: 60%;
  }

  .ql_menu-button {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .nav_logo {
    width: 10em;
  }

  .hero {
    height: 20.8em;
  }

  .hero._36.safety {
    height: 20em;
    flex: none;
    padding-top: 4.5em;
  }

  .mobile-social_bar {
    width: 100%;
    height: auto;
    border-left-color: rgba(255, 255, 255, .6);
    flex-direction: row;
    justify-content: flex-start;
    margin-top: .5em;
    top: 14%;
  }

  .mobile-social {
    height: 2.4em;
  }

  .brand {
    margin-left: 2em;
    padding-bottom: 0;
  }

  .brand.w--current {
    width: 39%;
    padding-top: .125em;
    padding-bottom: .125em;
  }

  .video {
    width: 100%;
    height: 100%;
  }

  .sr_h1 {
    font-size: 3em;
  }

  .sr_h1.centered {
    font-size: 2.8em;
    line-height: .9;
  }

  .sr_h1.info {
    font-size: 2.7em;
    line-height: .9;
  }

  .sr_h2.centered {
    font-family: neusa-next-std, sans-serif;
    font-size: 1.3em;
  }

  .sr_p, .sr_p.white, .sr_p.white {
    font-size: 16px;
  }

  .title_section.safety {
    padding-top: 2em;
  }

  .content_wrapper.spotlight_horiz2 {
    border-style: none;
    padding-bottom: 8em;
  }

  .gallery_block {
    flex-direction: column;
    display: flex;
  }

  .gallery_block.campus {
    width: 90%;
    height: 19.3em;
    margin-left: auto;
    margin-right: auto;
  }

  .care_wrapper, .police_wrapper, .diversity_wrapper {
    width: 100%;
  }

  .srjc_btn {
    width: 80%;
  }

  .modal-close_btn-3 {
    top: 0%;
    right: 0;
  }

  .video-3 {
    width: 85%;
    height: auto;
    flex: none;
    margin-top: 0%;
    margin-bottom: auto;
    display: flex;
    bottom: 22em;
  }

  .answer_button.incorrect, .answer_button.incorrect2, .answer_button.incorrect3 {
    font-size: 13px;
  }

  .modal-close_btn-3 {
    top: 0%;
    right: 0;
  }

  .welcome_embed-2 {
    height: 100%;
    display: flex;
  }

  .safety-vid_wrapper {
    width: 100%;
  }

  .plus-wrap {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion_trigger.sports {
    flex-direction: column;
  }

  .accordion_content {
    text-align: center;
    align-items: center;
    padding-right: 1em;
  }

  .spot_img {
    width: 6.1em;
  }

  .spot_title.sports {
    width: 90%;
  }

  .content_center.apply-content {
    width: 80%;
  }

  .content_center.why4_content {
    align-items: flex-start;
    top: 3.5em;
  }

  .content_center.location_1 {
    width: 100%;
    margin-top: 7.7em;
  }

  .content_center.location3 {
    width: 80%;
  }

  .content_center.programs1 {
    width: 80%;
    margin-top: -10.9em;
  }

  .content_center.costs1, .content_center.costs2, .content_center.outocmes2 {
    width: 80%;
  }

  .content_center.support1 {
    width: 100%;
  }

  .content_center.support2 {
    width: 80%;
  }

  .content_center.housing3 {
    flex-direction: column;
  }

  .content_center.housing3_btm {
    margin-top: 4em;
  }

  .content_center.safety1 {
    margin-top: -2.2em;
  }

  .content_center.safety2 {
    margin-top: 2em;
  }

  .sub-form_btn.modal-open_btn4:focus {
    border: 2px solid #ff9500;
  }

  .inquiry-form.inquiry-copy {
    width: 100%;
    height: 98vw;
    flex-direction: row;
    justify-content: center;
    margin-top: 12vh;
  }

  .w_h1, .w_h1.yellow.sm-center {
    font-size: 2.5em;
  }

  .w_h1.centered {
    font-size: 2.2em;
  }

  .why_img2 {
    height: 14.5em;
    flex: none;
  }

  .w_li.apply {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-items: flex-start;
  }

  .w_p.callout.apply {
    font-size: 1.2em;
  }

  .w_list {
    padding-left: 10px;
  }

  .why4_txt {
    width: 100%;
  }

  .w_h4.centered {
    font-size: 1.2em;
  }

  .why5_img {
    width: 100%;
  }

  .location1_r {
    height: 14.4em;
  }

  .location1_l {
    padding-top: 3em;
    padding-bottom: 4em;
    position: static;
  }

  .location2_txt {
    width: 100%;
    padding-left: 3em;
    position: static;
    top: 11.9em;
    left: 0;
    right: 0%;
  }

  .programs1_txt {
    width: auto;
  }

  .programs2_txt {
    width: 100%;
  }

  .programs3_txt {
    padding-left: 3em;
    padding-right: 3em;
  }

  .w_btn {
    width: 100%;
    white-space: normal;
  }

  .edge1, .edge2 {
    width: 1.5em;
  }

  .cl-hero_title {
    padding-left: 0;
    padding-right: 0;
  }

  .outcomes-hero_txt {
    position: static;
  }

  .outcomes2_section.centered {
    width: 114%;
  }

  .outcomes_callout {
    margin-left: -1em;
    margin-right: -1em;
  }

  .outcomes-ctr_txt {
    padding: 1em .5em;
  }

  .support_grid {
    flex-direction: column;
    padding-bottom: 12em;
    display: flex;
  }

  .support_block {
    height: auto;
    padding: 2em;
  }

  .housing3_l {
    width: 100%;
  }

  .housing3_r {
    width: 89%;
  }

  .check {
    width: 1.5em;
    height: 1.5em;
  }

  .apply_callout {
    width: 100%;
  }

  .safety-line1 {
    font-size: .6em;
    line-height: .8;
  }

  .safety-line2 {
    line-height: 1;
  }

  .safety-line3 {
    line-height: 1.1;
  }

  .safety2_l {
    width: 100%;
    height: 18.8em;
  }

  .safety2_txt, .safety4_txt {
    padding-top: 3em;
  }

  .edge_programs {
    width: 1.5em;
  }

  .housing-hd-txt {
    margin-left: 2em;
  }

  .welcome-title {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .main_underline {
    margin-top: -5px;
  }

  .home_line1 {
    font-size: 1.3em;
  }

  .home_line2 {
    font-size: 2.2em;
  }

  .costs-img_wrapper {
    height: 21em;
  }

  .campus-hero_wrapper {
    height: 15em;
  }

  .value_heading {
    width: 100%;
  }

  .support-hero_wrapper {
    height: 19.9em;
    flex: none;
  }

  .housing-hero_wrap {
    height: 20em;
    flex: none;
  }

  .safe-hero_wrapper {
    height: 20em;
  }

  .trans_centered {
    width: 85%;
  }

  .test-hero_img {
    height: 17.8em;
  }

  .info-btns {
    margin-top: 1em;
  }
}

#w-node-_716281b3-8215-28ad-3bd1-e380e2b4672f-26cb4cf6, #w-node-_8bee56de-6ab8-3085-0277-73272a15e090-26cb4cf6, #w-node-c8f42665-dff6-f244-6d0b-dc388305c04d-26cb4cf6, #w-node-a846e9e5-0416-2cfb-68cc-d93885b80cef-26cb4cf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


