:root {
  --disabled: #b3b3b3;
  --white: white;
  --lt-gray: #eeeceb;
  --dark-slate-blue: #395575;
  --midnight-blue: #002855;
  --text-black: #333;
  --dark-cyan: #0088a4;
  --medium-sea-green: #1fa16a;
  --black: black;
  --light-grey: #d1d1d1;
  --dark-slate-grey: #115a6b;
  --dark-turquoise: #57bfc8;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section {
  width: 100%;
  padding-top: 0;
}

.section.safety-hero {
  background-color: var(--disabled);
  flex: none;
  width: 75%;
  height: 31.9em;
  margin-top: 6.5em;
}

.section.portland_hero {
  z-index: 2;
  background-color: var(--white);
  flex: none;
  height: auto;
  position: relative;
}

.section.portland_2 {
  z-index: 2;
  background-color: var(--white);
  padding-top: 1em;
  padding-bottom: 8em;
  position: relative;
}

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

.section.programs_3 {
  margin-top: 4em;
  padding-bottom: 8em;
}

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

.section.tuition_2 {
  padding-top: 1em;
}

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

.section.transport_hero {
  flex: none;
  height: 42em;
  position: relative;
}

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

.section.transport_4 {
  background-color: var(--lt-gray);
  padding-top: 8em;
  padding-bottom: 12px;
}

.section.studentlife_hero {
  flex: none;
  height: 34.5em;
  position: relative;
}

.section.community_hero {
  height: auto;
}

.section.community_2 {
  padding-top: 0;
  padding-bottom: 1em;
}

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

.section.oregon_hero {
  z-index: 2;
  flex: none;
  height: 47em;
  position: relative;
}

.section.oregon_2 {
  z-index: 2;
  background-color: var(--white);
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.safety_title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  padding-top: 2em;
  display: flex;
}

.section.portland_new2 {
  z-index: 2;
  background-color: var(--dark-slate-blue);
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.campus_new2 {
  background-color: var(--dark-slate-blue);
  padding-top: 4em;
  padding-bottom: 4em;
}

.section._4campus_gallery {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  padding-top: 10em;
  padding-bottom: 12em;
  display: flex;
}

.section.transfer {
  background-color: var(--lt-gray);
  padding-top: 6em;
  padding-bottom: 8em;
}

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

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

.section.resources_2 {
  background-color: var(--lt-gray);
  margin-top: 4em;
  padding-top: 8em;
  padding-bottom: 12em;
}

.main {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 75vw;
  min-width: 75vw;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.quicklinks_li:hover {
  background-color: #0000;
  border-bottom: 1px #dbdbdb;
}

.quicklinks_li:focus {
  background-color: #0000;
}

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

.quicklink {
  color: #0057b7;
  text-align: center;
  padding: .5em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  overflow: auto;
}

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

.quicklink.home {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
  font-weight: 800;
  text-decoration: underline;
}

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

.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, .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(--white);
  color: var(--text-black);
  text-align: left;
}

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

.img_contain.shadow {
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

.img_cover.campuses {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.video_wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 89%;
  height: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.video_wrapper.home {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: auto 0 3em auto;
  display: flex;
}

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

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

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

.social_link:hover {
  border: 2px solid var(--white);
}

.lang_menu {
  z-index: 9999999;
  opacity: 1;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-top: 0;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 2em;
  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;
}

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

.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: #0000;
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  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, .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 {
  background-color: var(--medium-sea-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px 2px 2px 0;
  display: flex;
}

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

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

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

.nav-next {
  background-color: var(--medium-sea-green);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 2px 0 2px 2px;
  display: flex;
}

.nav-next:hover, .nav-next:focus-visible, .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;
  background-color: var(--dark-slate-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75vw;
  height: 3em;
  max-height: 3em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
  box-shadow: 1px 1px 6px #00000069;
}

.modal-component {
  z-index: 500;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

.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.subscribe {
  text-align: center;
  width: 100%;
}

.button.modal-open_btn2.subscribe:hover, .button.modal-open_btn2.subscribe:focus {
  background-color: #af1e2d;
}

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

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  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;
  inset: 0;
  overflow: scroll;
}

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

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

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

.modal-container.subscribe, .modal-container.subscribe-home {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  max-height: 55vh;
  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;
  inset: 0% 0% auto auto;
}

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

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

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

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

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

.navbar {
  background-color: var(--dark-cyan);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  min-width: 25vw;
  max-width: 25vw;
  height: 100vh;
  padding: 2em 1.5em 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 1px 20px #3333338a;
}

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

.contents_title-2 {
  outline-offset: 0px;
  text-transform: none;
  border: 1px #fff;
  border-bottom-width: 2px;
  outline: 3px #fff;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin: 1em auto .5em;
  padding-top: .5em;
  padding-bottom: .1em;
  font-family: Open Sans, 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: Open Sans, 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;
  border-color: black black black var(--white);
  padding-left: 1em;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

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

.nav_link-2.w--current {
  border-left: 1px solid #fff;
  padding-left: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.ql_bar {
  z-index: 700;
  background-color: var(--white);
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  width: 65vw;
  height: auto;
  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 #0000003d;
}

.nav_logo {
  width: auto;
  max-width: none;
  height: 100%;
}

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

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

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

.bg {
  z-index: 0;
  background-color: #0000;
  position: fixed;
  inset: 0%;
}

.bg.home {
  background-color: #0000;
  background-image: none;
  display: block;
  right: 25vw;
}

.bg.apply {
  background-color: var(--lt-gray);
  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;
  inset: 0% 0% auto auto;
}

.nav-shadow {
  z-index: 3;
  background-image: linear-gradient(#00000052, #0000);
  display: block;
  position: absolute;
  inset: 0%;
}

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

.brand {
  width: auto;
  height: 6.4em;
  max-height: 6.4em;
  margin-top: 1em;
}

.brand.w--current {
  width: auto;
  height: 6.4em;
  margin-top: 1em;
}

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

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

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

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

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

.blue {
  color: #002654;
}

.inquiry-embed {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: auto 0;
  padding-top: 2em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.video-embed-3 {
  width: 100%;
  height: 100%;
}

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

.answer_button {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #0000;
  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;
  inset: 0% 0 auto auto;
}

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

.content_center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: 2em auto 0;
  padding: 0;
  display: block;
}

.content_center.apply-content {
  z-index: 20;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  height: auto;
  margin-top: 4.7em;
  margin-bottom: auto;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.content_center.portland-title {
  background-color: #fff0;
  width: 70%;
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0 0 1em;
  font-size: .9vw;
}

.content_center.portland2 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content_center.campus1 {
  width: 70%;
  height: auto;
}

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

.content_center.programs3 {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2em;
  padding-bottom: 0;
  display: flex;
}

.content_center.tuition2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.content_center.tuition3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: center;
  padding: 2em 4em;
  display: flex;
}

.content_center.transport2 {
  padding-left: 2em;
  display: flex;
}

.content_center.transport4-2 {
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding-bottom: 10em;
  padding-left: 0;
  display: flex;
}

.content_center.community3 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: #0088a433;
  flex-direction: column;
  width: 75%;
  margin-top: 2em;
  margin-bottom: 10em;
  padding: 4em 2em;
  display: flex;
}

.content_center.community3.green {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: #1fa16a33;
}

.content_center.studentlife1 {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content_center.oregon_title {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content_center.oregon2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin-top: 0;
  display: flex;
}

.content_center.prog-vid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  margin-top: 4.7em;
  display: flex;
}

.content_center.portlandn2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 65%;
  display: flex;
}

.content_center.campus2_2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: stretch;
  display: flex;
}

.content_center.campus-gallery {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.content_center.gallery-ttle {
  background-color: var(--dark-cyan);
  justify-content: center;
  padding: 2em;
  display: flex;
}

.content_center.transfer1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--dark-cyan);
  flex-direction: column;
  margin-top: 4em;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.content_center.transfer2 {
  flex-direction: row;
  align-items: stretch;
  margin-top: 8em;
  display: flex;
}

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

.content_center._2-2graphic {
  background-color: var(--dark-cyan);
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  padding: 2em;
  display: flex;
}

.content_center.sl-grid_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.content_center.community4 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: #39557533;
  flex-direction: column;
  width: 75%;
  margin-top: 2em;
  margin-bottom: 10em;
  padding: 4em 2em;
  display: flex;
}

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

.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;
  inset: 0% 0% auto auto;
}

.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 {
  background-color: var(--medium-sea-green);
  color: var(--white);
  text-transform: uppercase;
  flex: none;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 800;
  display: flex;
}

.sub-form_btn.modal-open_btn4.home {
  margin-right: 0;
}

.sub-form_btn.modal-open_btn4.home2 {
  height: 3em;
  margin-right: 0;
  padding-left: 3em;
  padding-right: 3.5em;
}

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

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

.p_h1 {
  color: var(--dark-cyan);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 4.9em;
  font-weight: 800;
}

.p_h1.shadow {
  text-shadow: -2px 1px 0 var(--midnight-blue);
}

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

.p_h1.shadow.welcome-2 {
  font-size: 3.9em;
}

.p_h1.subscribe {
  font-size: 4.4em;
}

.p_h1.subscribe.shadow {
  font-size: 4em;
}

.p_h1.smaller {
  font-size: 3.8em;
}

.p_h1.smaller.centered {
  text-align: center;
}

.p_h1.smaller.shadow {
  line-height: 1.1;
}

.p_h1.smaller.shadow.transport {
  font-size: 3.4em;
}

.p_h1.smaller.shadow.apply {
  font-size: 3.2em;
}

.p_h1.smaller.shadow.sm-centered {
  text-align: center;
}

.welcome_title {
  background-color: var(--white);
  margin-top: 0;
  margin-left: 0%;
  padding: 1em 2em 1em 4em;
  position: absolute;
  inset: auto auto 11.7em 0%;
}

.p_h2 {
  color: var(--midnight-blue);
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.3;
}

.p_h2.centered {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
}

.p_h2.centered.white {
  display: block;
}

.p_h2.centered.subscribe_h2 {
  font-size: 1.7em;
  line-height: 1.2;
}

.p_h2.centered.subscribe-2025 {
  margin-bottom: .5em;
  font-size: 1.9em;
  line-height: 1;
}

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

.p_h2.white.margin_left {
  padding-left: 10px;
}

.p_h2.white.transfer {
  align-items: center;
  display: flex;
}

.modal-home {
  z-index: 500;
  position: absolute;
  inset: 0% 0% auto auto;
}

.apply_top {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2em;
  display: flex;
}

.apply_btm {
  background-color: var(--white);
  width: 100%;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.inquiry-title {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

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

.paragraph {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph.programs {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  line-height: 1.5;
}

.paragraph.portlandnew {
  text-align: center;
  align-items: center;
}

.paragraph.transfer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  width: 50%;
}

.paragraph.left {
  align-items: flex-start;
}

.p_h3 {
  color: var(--midnight-blue);
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1.3;
}

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

.p_h3.white.centered {
  text-align: center;
}

.p_h3.white._1-7 {
  font-size: 1.7em;
}

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

.p_h3.centered._1-2 {
  font-size: 1.2em;
}

.p_h3.black {
  color: var(--black);
}

.p_h3.black.small {
  font-size: 1.1em;
}

.p_h3.black.small.centered {
  line-height: 1.2;
}

.p_p {
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.p_p.white._1-1.no-ul {
  text-decoration: none;
}

.p_p.white.no-ul {
  text-decoration: none;
}

.p_p._1-1 {
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.5;
}

.p_p._1-1.centered {
  text-align: center;
}

.p_p.caps {
  text-transform: uppercase;
}

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

.p_p.centered.white {
  text-decoration: none;
}

.p_p.right {
  text-align: right;
}

.p_p.white {
  font-family: Open Sans, sans-serif;
}

.p_p.white.dd {
  font-weight: 700;
}

.p_p.white {
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.p_p.white._1-1.centered.admissions-link {
  font-size: 1.3em;
  font-weight: 800;
  text-decoration: none;
}

.bold {
  color: var(--midnight-blue);
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

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

.p_list {
  color: var(--white);
  padding-left: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1em;
  line-height: 1.5;
}

.p_list.blk {
  color: var(--text-black);
}

.p_list.resources-list {
  width: 63%;
  margin-left: 4em;
  margin-right: 0;
}

.p_li {
  color: var(--text-black);
  margin-top: .5em;
}

.p_li.blk {
  color: var(--text-black);
  margin-top: 0;
  line-height: 1.4;
}

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

.p_link {
  color: var(--midnight-blue);
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  text-decoration: underline;
}

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

.p_link.white.dd:hover, .p_link.white.dd:focus-visible, .p_link.white.dd[data-wf-focus-visible] {
  background-color: var(--medium-sea-green);
}

.p_button {
  background-color: var(--medium-sea-green);
  text-align: center;
  margin-top: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
}

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

.apply_l {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding: 2em;
  display: flex;
}

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

.portland_title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.reversed {
  color: var(--midnight-blue);
  text-shadow: -2px 1px 0 var(--dark-cyan);
}

.reversed.smaller {
  font-size: .7em;
}

.portland_bg-video {
  object-position: 50% 0%;
  width: 100%;
  height: 34em;
}

.portland2_top {
  margin-bottom: 2em;
}

.video-frame {
  background-color: var(--white);
  border-radius: 1em;
  width: 100%;
  margin-top: 2em;
  margin-left: -2em;
  margin-right: -2em;
  padding: 2em;
  box-shadow: 1px 6px 15px #00000047;
}

.video-frame.programs {
  margin-top: 2em;
  margin-left: 0;
  margin-right: 0;
}

.video-embed {
  width: 70%;
  margin-top: 6.3em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

.campus_hero {
  width: 100%;
  margin-top: 6.3em;
  padding-top: 0;
}

.campus_header {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  top: 0;
}

.campus_block {
  width: 50%;
  position: relative;
}

.campus-blk_title {
  z-index: 2;
  border-left: 11px none var(--medium-sea-green);
  background-color: var(--dark-cyan);
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.campus-blk_title.dk {
  z-index: 2;
  background-color: var(--dark-slate-blue);
}

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

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

.tuition-title {
  padding-top: 3em;
  padding-bottom: 2em;
}

.tuition2_section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

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

.costs-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
}

.table-cell {
  border: .5px solid var(--text-black);
  padding: .5em 1em .5em 1.25em;
}

.tuition_img {
  height: 22.2em;
  margin-top: auto;
}

.tuition2_section2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.transport_title {
  z-index: 2;
  background-color: var(--white);
  padding: 2em;
  position: absolute;
  inset: 9em 15% auto auto;
}

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

.transport1-section.margin-right {
  padding-right: 2em;
}

.transport1-section.op {
  width: 56%;
}

.transport4-section {
  width: 50%;
}

.transport4-section.margin-right {
  padding-left: 2em;
  padding-right: 0;
}

.studentlife_title {
  justify-content: center;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
}

.community_title {
  margin-bottom: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.modal-close_btn-2-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;
  inset: 0% 0% auto auto;
}

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

.video-embed-sl {
  flex: none;
  width: 100%;
  height: 34.7em;
  margin-top: 0;
}

.title_bg {
  background-color: #ffffffe6;
  padding: 0 1em 1em;
}

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

.safety-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.apply_newvid {
  z-index: 2;
  width: 100%;
  height: 36.2em;
  position: relative;
}

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

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

.pt-grid_block {
  flex: 0 auto;
}

.pt-grid_block._3rd {
  width: 50%;
}

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

.portlandn2_block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 2em;
}

.portlandn2_top {
  flex: none;
  width: 5em;
  height: 5em;
}

.section-2 {
  width: 100%;
}

.section-2.map1, .section-2.state-map {
  z-index: 1;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.map-bg {
  z-index: auto;
  object-position: 50% 50%;
  background-color: #dbdcd8;
  width: 75vw;
  height: 100vh;
  padding: 8em;
  position: fixed;
  right: 25%;
}

.img_cover-4 {
  opacity: 1;
  object-fit: cover;
  object-position: 1% 50%;
  border: 4px #fff;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.img_cover-4.map-base {
  object-fit: cover;
  object-position: 50% 50%;
}

.img_cover-4.map-state {
  object-fit: cover;
  object-position: 50% 0%;
}

.map-txt-wrap {
  background-color: var(--white);
  width: 80%;
  padding: 2em;
}

.map-intro-img {
  width: 80%;
  margin-top: 2em;
  display: none;
}

.smc_p {
  text-align: left;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

.smc_p.map-intro.lg {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.3em;
}

.coffee {
  font-size: 1.2em;
}

.coffee.yellow {
  font-family: Open Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 800;
}

.coffee.yellow.state {
  font-size: 1.2em;
}

.content-center {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.content-center.locations2 {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  margin-top: 8em;
  margin-bottom: 8em;
  display: flex;
  position: relative;
}

.section-3 {
  width: 100%;
}

.section-3.locations-intro, .section-3.locations_state {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.smc_h2-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  padding: .5em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.smc_h2-2.map-gallery-title {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  font-weight: 700;
}

.dp_h3-2 {
  color: #0057b7;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.1;
}

.dp_h3-2.top10 {
  font-size: 1.4em;
}

.scroll-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: 1;
  background-color: #fff;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  min-height: 200px;
  margin-bottom: 110px;
  padding: 0 0 2em 0;
  display: flex;
  position: relative;
  top: 0;
}

.scroll-content.hidden {
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  min-height: 0;
}

.steps-section {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: visible;
}

.steps-section.map, .steps-section.state-map {
  z-index: 2;
  background-color: #0000;
  position: relative;
}

.top10_header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.map-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  height: auto;
  max-height: 65vh;
  padding: 2em 1em;
  display: flex;
  position: sticky;
  top: 14%;
  overflow: auto;
  box-shadow: 1px 1px 7px #0000004a;
}

.map-steps-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  width: 27%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  display: flex;
  position: static;
  top: 100px;
}

.steps-right {
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.top10_text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.steps-cont {
  justify-content: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  overflow: visible;
}

.map-list-wrap {
  flex-direction: column;
  display: flex;
}

.location-link {
  color: var(--dark-slate-grey);
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.location-link.w--current {
  color: var(--dark-slate-grey);
}

.map-scroll-content {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 20em;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.map-intro {
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.smc_link {
  color: var(--midnight-blue);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 800;
  text-decoration: underline;
}

.smc_h3 {
  font-weight: 500;
}

.smc_h3.map-category {
  color: var(--midnight-blue);
  font-family: Open Sans, sans-serif;
  font-size: 2em;
  font-weight: 800;
  line-height: 1;
}

.dp_h3-3 {
  color: #0057b7;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.1;
}

.dp_h3-3.top10 {
  font-size: 1.4em;
}

.dp_h3-4 {
  color: #0057b7;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.1;
}

.dp_h3-4.top10 {
  font-size: 1.4em;
}

.link-10 {
  color: #005db8;
}

.link-10.location-link {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.map-bg-overlay {
  background-color: #d1d1d136;
  position: absolute;
  inset: 0%;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  font-family: Open Sans, sans-serif;
  line-height: 1.5;
}

._4-campus_img {
  height: 31.5em;
  overflow: hidden;
}

._4campus_block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 2em;
  display: flex;
}

.camus-fact_img {
  width: 6em;
  height: 6em;
}

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

.list {
  padding-left: 10px;
}

.image-2 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.lightbox-link-2 {
  width: 100%;
  overflow: hidden;
}

.lightbox-link-2:hover, .lightbox-link-2:focus {
  border: 4px none var(--dark-slate-blue);
}

.lightbox-link-2.aqua:hover, .lightbox-link-2.aqua:focus {
  border-color: var(--dark-cyan);
}

.campus_row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
}

.transfer_title {
  background-color: var(--dark-cyan);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 2em;
  display: flex;
}

._2-2 {
  border-right: 2px solid var(--white);
  padding-right: 10px;
  font-size: 1.7em;
}

._2-2_line {
  border-right: 1px solid var(--white);
  height: 100%;
}

.transfer_img {
  width: 50%;
}

.affiliates_block {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.affiliates_block.left {
  justify-content: flex-start;
  padding-left: 0;
}

.affiliates_row {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.affiliates_img {
  width: 28%;
}

.sl-grid_row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: stretch;
  width: 100%;
}

.sl_block {
  width: 50%;
  height: 20em;
}

.sl_block.blue {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 3em;
  display: flex;
}

.community_row {
  width: 100%;
  display: flex;
}

.community_row.centered {
  justify-content: center;
}

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

.community_img {
  width: 15em;
}

.ipl {
  background-color: #95c6b4;
  width: 62%;
  padding: 1em;
}

.iom {
  background-color: var(--dark-slate-blue);
  width: 62%;
  padding: 1em;
}

.resources_row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.resources_block.img {
  padding: 1em;
}

.resources_ttl {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.resources_img {
  flex: none;
  width: 5em;
  height: auto;
}

.map-bg-state {
  z-index: auto;
  object-position: 50% 50%;
  background-color: #dbdcd8;
  width: 75vw;
  height: 100vh;
  padding: 0;
  position: fixed;
  right: 25%;
}

.state-intro {
  width: 65%;
}

.state_img {
  width: 44%;
}

.apply_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  margin-top: 1em;
  display: flex;
}

.apply_title {
  padding-left: 2em;
}

.apply_2 {
  border: 1px solid #000;
  justify-content: space-between;
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
}

.apply2_l {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  width: 44%;
  padding: 2em;
  display: flex;
}

.apply_logo {
  width: 35%;
  margin-left: 0;
  margin-right: 4.3em;
}

.progress-bar {
  z-index: 99999;
  background-color: var(--medium-sea-green);
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 0;
  width: 75%;
  height: 1em;
  display: none;
  position: fixed;
  inset: 0 auto 13% 0;
}

.scroll-down {
  z-index: 999999;
  background-color: var(--white);
  border-radius: 50%;
  width: 3em;
  min-width: 3em;
  height: 3em;
  min-height: 3em;
  margin-right: 0;
  position: fixed;
  inset: auto auto 5em;
  box-shadow: 0 2px 5px #0003;
}

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

.graphic_content {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  padding: 1em;
  display: none;
}

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

.pcc {
  background-color: #57bfc8;
  border: 2px #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  display: flex;
}

.years {
  border-right: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  height: 9em;
  padding-right: 0;
  display: flex;
}

.year {
  background-color: var(--dark-turquoise);
  border: 2px #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: .5em 1em;
  display: flex;
}

.arrow1 {
  border-left: 2px #000;
  flex-direction: column;
  justify-content: space-between;
  height: 2.2em;
  margin-left: -1em;
  display: flex;
}

.graphic-degree {
  border: 2px solid var(--dark-turquoise);
  justify-content: center;
  align-items: center;
  margin-right: .5em;
  padding: .5em;
  display: flex;
}

.opt2 {
  border: 2px solid var(--dark-turquoise);
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  display: flex;
}

.uni {
  background-color: var(--light-grey);
  border: 2px #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  display: flex;
}

.graphic_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.graphic_wrapper.cte {
  height: 20em;
  overflow: hidden;
}

.graphic-line2 {
  background-color: var(--black);
  width: 2px;
  height: 9em;
}

.subscribe_embed {
  width: 100%;
  margin-top: 3em;
}

.subscribe-title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._2-graphic-wrapper {
  flex: none;
  width: 100%;
}

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

.section-title {
  width: 90%;
}

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

._2paths_subtitle {
  font-size: 1.2em;
  font-weight: 700;
}

.dwnld_img {
  width: 100%;
  position: relative;
}

.dwnld_cta {
  background-color: #002855e3;
  justify-content: center;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-2 {
  color: #fff;
}

.dropdown-list {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin-bottom: 0;
  bottom: 3.9em;
}

.dropdown-list.w--open {
  background-color: var(--dark-slate-blue);
}

.dropdown-toggle-2 {
  height: 100%;
}

.dropdown-toggle-2.w--open:hover, .dropdown-toggle-2.w--open:focus-visible, .dropdown-toggle-2.w--open[data-wf-focus-visible] {
  background-color: var(--medium-sea-green);
}

.dropdown-2 {
  height: 3em;
  margin-left: 0;
}

.lang_menu-2 {
  z-index: 9999999;
  opacity: 1;
  background-color: #0000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 3em;
  margin-top: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2em;
  display: flex;
  position: relative;
  bottom: 0;
}

.dropdown-toggle-3 {
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown-toggle-3.w--open:hover, .dropdown-toggle-3.w--open:focus-visible, .dropdown-toggle-3.w--open[data-wf-focus-visible] {
  background-color: #1fa16a;
}

.p_link-2 {
  color: #002855;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  text-decoration: underline;
}

.p_link-2.white {
  color: #fff;
}

.p_link-2.white.dd:hover, .p_link-2.white.dd:focus-visible, .p_link-2.white.dd[data-wf-focus-visible] {
  background-color: #1fa16a;
}

.p_link-2.white.dd.disabled {
  display: flex;
}

.p_link-2.white.dd.current {
  background-color: #1fa16a;
}

.dropdown-list-3 {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  flex-flow: column;
  margin-bottom: 0;
  display: none;
  bottom: 3.9em;
}

.dropdown-list-3.w--open {
  background-color: #395575;
  display: none;
}

.lang_menu-3 {
  z-index: 9999999;
  opacity: 1;
  background-color: #0000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 3em;
  margin-top: 0;
  margin-left: 2em;
  margin-right: auto;
  padding: 0 0 0 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.p_link-3 {
  color: #002855;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  text-decoration: underline;
}

.p_link-3.white {
  color: #fff;
}

.p_link-3.white.dd {
  justify-content: flex-start;
  align-items: center;
  height: 2em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.p_link-3.white.dd:hover, .p_link-3.white.dd:focus-visible, .p_link-3.white.dd[data-wf-focus-visible] {
  background-color: #1fa16a;
}

.p_link-3.white.dd.disabled {
  display: none;
}

.p_link-3.white.dd.current {
  white-space: pre-wrap;
  background-color: #1fa16a;
  justify-content: flex-start;
  align-items: center;
  height: 2em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown-toggle-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3em;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown-toggle-4.w--open:hover, .dropdown-toggle-4.w--open:focus-visible, .dropdown-toggle-4.w--open[data-wf-focus-visible] {
  background-color: #1fa16a;
}

.dropdown-3 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: 0;
  display: none;
}

.dropdown-list-4 {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin-bottom: 0;
  bottom: 3em;
}

.dropdown-list-4.w--open {
  background-color: #395575;
}

.n_translate_wrapper {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12em;
  height: 3em;
  display: flex;
  position: static;
  left: 2em;
}

.translations-btn {
  background-color: var(--dark-slate-blue);
  text-align: left;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12em;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 800;
  text-decoration: underline;
  display: flex;
  position: static;
}

.n_translate-dd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-blue);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 12em;
  display: none;
  position: absolute;
  bottom: 3em;
  overflow: hidden;
}

.translation-li {
  color: var(--white);
  width: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  text-decoration: underline;
}

.list-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list-item:hover {
  background-color: var(--medium-sea-green);
}

.list-item.current {
  background-color: var(--medium-sea-green);
  padding-left: 0;
  padding-right: 0;
}

.list-item.disabled {
  display: none;
}

.list-2 {
  width: 100%;
  height: 100%;
}

.translation-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.brand-2, .brand-2.w--current {
  width: auto;
  height: 6.4em;
  margin-top: 1em;
}

.dwnld_cta-2 {
  background-color: #002855e3;
  justify-content: center;
  padding: 3em 1em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.admissions-link {
  color: #fff;
  text-decoration: underline;
}

.apply_l-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding: 2em;
  display: flex;
}

.p_button-2 {
  text-align: center;
  background-color: #1fa16a;
  margin-top: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
}

.p_button-2:hover, .p_button-2:focus {
  background-color: #002855;
}

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

  .section.safety-hero {
    width: 80%;
    height: 24.6em;
    margin-top: 11em;
  }

  .section.portland_hero {
    margin-top: 6.3em;
  }

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

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

  .section.tuition_3 {
    padding-bottom: 14em;
  }

  .section.transport_hero {
    height: 36.7em;
  }

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

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

  .section.studentlife_hero {
    margin-top: 7.2em;
  }

  .section.community_hero {
    margin-top: 4.4em;
  }

  .section.safety_title {
    padding-top: 1em;
  }

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

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

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

  .main {
    width: 100%;
    min-width: 100vw;
    height: 100vh;
  }

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

  .quicklinks_li {
    justify-content: center;
  }

  .quicklink.home {
    color: var(--text-black);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
  }

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

  .social_wrapper {
    background-color: #0000;
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    width: 100%;
    height: 3.2em;
    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 {
    background-color: var(--dark-slate-blue);
    align-items: flex-start;
    padding-top: 4em;
  }

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

  .img_cover.campuses {
    background-color: var(--lt-gray);
    object-fit: contain;
  }

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

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

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

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

  .lang_menu {
    opacity: 1;
    white-space: pre;
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
    width: 75%;
    height: 3em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2em;
  }

  .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 {
    justify-content: space-between;
    width: 5.5em;
    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: 700;
    background-color: var(--dark-slate-blue);
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: 3em;
    max-height: 3em;
    padding-bottom: 0;
    font-size: 1em;
    position: fixed;
    inset: auto 0% 0;
  }

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

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

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

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

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

  .modal-container.subscribe-home {
    flex-direction: column;
    margin-top: 11em;
    margin-bottom: auto;
    padding-top: 2em;
    position: relative;
    overflow: auto;
  }

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

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

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

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

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

  .menu-button-2:focus {
    background-color: #0000;
    border-radius: 50%;
  }

  .menu-button-2.w--open {
    border: 1px none var(--white);
    background-color: #0000;
    border-radius: 50%;
  }

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

  .menu-button-2.w--open:focus-visible, .menu-button-2.w--open[data-wf-focus-visible] {
    box-shadow: none;
    background-color: #0000;
  }

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

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

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

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

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

  .ql_bar {
    z-index: 699;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    position: fixed;
    inset: auto 5% 4em;
  }

  .nav_logo {
    width: auto;
  }

  .mobile-social_bar {
    z-index: 500;
    background-color: var(--white);
    border-left: 1px solid #dbdbdb;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: .25em;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    display: flex;
    position: relative;
    inset: 0 0% auto;
    box-shadow: 1px 1px 13px #0000003b;
  }

  .mobile-social {
    background-color: #0000;
    border-left: 1px #dbdbdb;
    justify-content: flex-start;
    width: 100%;
    height: 2.5em;
    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-top: 0;
    margin-left: 3em;
  }

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

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

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

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

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

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

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

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

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

  .content_center.tuition_1, .content_center.tuition2, .content_center.tuition3 {
    width: 80%;
  }

  .content_center.transport2 {
    width: 80%;
    margin-top: 0;
    padding-left: 0;
  }

  .content_center.transport4 {
    width: 80%;
  }

  .content_center.transport4-2 {
    align-items: flex-start;
    padding-bottom: 14em;
  }

  .content_center.community3 {
    width: 80%;
    margin-bottom: 14em;
  }

  .content_center.community3.green {
    width: 80%;
  }

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

  .content_center.gallery-ttle {
    margin-top: 0;
  }

  .content_center.transfer1 {
    width: 80%;
  }

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

  .content_center._2-2graphic {
    width: 80%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.community4 {
    width: 80%;
  }

  .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%;
    max-width: 900px;
    height: 30vw;
  }

  .p_h1.shadow.welcome-2 {
    font-size: 2.7em;
  }

  .p_h1.subscribe.shadow.sm-centered {
    font-size: 3.4em;
  }

  .p_h1.smaller.shadow.transport {
    font-size: 2.8em;
  }

  .p_h1.smaller.shadow.centered {
    font-size: 3.5em;
  }

  .p_h1.smaller.shadow.sm-centered {
    text-align: center;
  }

  .welcome_title {
    margin-left: 6%;
    bottom: 12.2em;
  }

  .p_h2 {
    line-height: 1.1;
  }

  .p_h3.black.centered.sm-sm {
    font-size: .9em;
  }

  .p_p.white.dd {
    font-size: 14px;
  }

  .p_p.white {
    font-weight: 400;
  }

  .portland_bg-video {
    height: 24.9em;
  }

  .video-embed {
    width: 80%;
  }

  .campus_header {
    padding-top: 1em;
  }

  .transport_title {
    padding: 1em;
    top: 10.2em;
  }

  .transport4-section.margin-right {
    padding-left: 1em;
  }

  .community_title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .apply_newvid {
    height: 29.8em;
    margin-top: 7.1em;
  }

  .map-bg {
    width: 100vw;
    padding: 2em;
    left: 0;
    right: 0%;
  }

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

  .smc_p {
    font-size: 1em;
    font-weight: 400;
  }

  .content-center.locations2 {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .scroll-content {
    width: 100%;
    padding-left: 0;
  }

  .scroll-content.hidden {
    display: none;
  }

  .steps-section.map {
    padding-bottom: 8em;
  }

  .steps-section.state-map {
    padding-bottom: 10em;
  }

  .map-list {
    align-items: center;
    width: 100%;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
  }

  .map-list.click {
    display: none;
  }

  .map-steps-left {
    width: 80%;
  }

  .steps-right {
    align-items: center;
    width: 80%;
  }

  .top10_text {
    width: 100%;
  }

  .steps-cont {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .map-list-wrap {
    display: none;
  }

  .map-scroll-content {
    width: 100%;
  }

  ._4-campus_img {
    background-color: #0000;
    height: 26.6em;
    margin-top: .8em;
    padding: 2em;
  }

  ._4campus_block {
    width: 100%;
  }

  .resources_row {
    flex-direction: column;
  }

  .resources_block {
    width: 100%;
  }

  .map-bg-state {
    width: 100vw;
    right: 0%;
  }

  .scroll-down {
    bottom: 7.8em;
  }

  .ql_menu-button-2 {
    z-index: 2;
    border: 1px none var(--medium-sea-green);
    background-color: var(--medium-sea-green);
    color: var(--white);
    text-align: center;
    border-radius: 2em;
    justify-content: center;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

  .ql_menu-button-2:hover {
    border-style: none;
  }

  .ql_menu-button-2:focus {
    background-color: var(--dark-slate-blue);
    color: #fff;
    border-style: none;
  }

  .graphic_top {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .pcc {
    width: 6em;
    height: 6em;
  }

  .arrow1 {
    flex: none;
    height: 1.5em;
    margin-left: 0;
  }

  .opt2 {
    width: 5em;
    height: 5em;
  }

  .uni {
    width: 6.7em;
    height: 6.7em;
  }

  .graphic_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .graphic-line2 {
    flex: none;
  }

  .cte_txt {
    width: 80%;
  }

  .dropdown-list {
    bottom: 3em;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    height: 3em;
    display: flex;
  }

  .dropdown-2 {
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    max-height: 3em;
    margin-right: auto;
    display: flex;
  }

  .lang_menu-2 {
    opacity: 1;
    white-space: pre;
    flex-flow: wrap;
    flex: none;
    align-content: stretch;
    align-items: flex-start;
    width: 75%;
    height: 3em;
    max-height: 3em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2em;
  }

  .dropdown-toggle-3 {
    flex: none;
    justify-content: center;
    align-items: center;
    height: 3em;
    max-height: 3em;
    font-size: 1em;
    line-height: 1.4;
    display: flex;
  }

  .dropdown-toggle-3.w--open {
    justify-content: center;
    align-items: center;
  }

  .p_link-2.white.dd {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2;
    display: flex;
  }

  .p_link-2.white.dd.current {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    line-height: 2;
    display: flex;
  }

  .dropdown-list-3 {
    flex: 0 auto;
    bottom: 3em;
  }

  .dropdown-list-3.w--open {
    flex-flow: column;
    flex: none;
    display: flex;
  }

  .lang_menu-3 {
    opacity: 1;
    white-space: pre;
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: center;
    width: auto;
    height: 3em;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .p_link-3.white.dd {
    line-height: 1;
  }

  .p_link-3.white.dd.disabled {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }

  .dropdown-toggle-4 {
    justify-content: center;
    align-items: center;
    height: 3em;
    max-height: none;
    font-size: 14px;
    display: flex;
  }

  .dropdown-3 {
    max-height: none;
  }

  .dropdown-list-4 {
    height: auto;
    bottom: 3em;
    overflow: visible;
  }

  .brand-2 {
    width: auto;
    margin-top: 0;
    margin-left: 3em;
  }

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

  .apply_l-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section.programs_hero {
    height: 19.4em;
  }

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

  .section.tuition_3 {
    padding-top: 2em;
  }

  .section.transport_hero {
    height: 29.8em;
  }

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

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

  .section.oregon_hero {
    height: 38.5em;
  }

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

  .section.campus_new2 {
    padding-bottom: 6em;
  }

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

  .quicklinks_list {
    width: 60%;
  }

  .img_contain {
    margin-left: auto;
  }

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

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

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

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

  .lang_menu {
    justify-content: center;
    align-items: center;
    width: 68%;
    height: 100%;
    padding-left: 2em;
    padding-right: 1em;
    font-size: .6em;
    line-height: 1.6;
    bottom: 0;
  }

  .lang_link {
    font-size: 12px;
  }

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

  .footer_wrapper {
    z-index: 700;
    background-color: var(--dark-slate-blue);
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 3em;
    padding-bottom: 0;
    bottom: 0;
  }

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

  .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 {
    max-height: 60vh;
    margin-top: 11em;
    padding-top: 2em;
  }

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

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

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

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

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

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

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

  .nav_logo {
    width: auto;
    height: 100%;
  }

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

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

  .brand {
    width: auto;
    height: 4em;
    max-height: 4em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .brand.w--current {
    flex: none;
    width: auto;
    height: 4em;
    max-height: 4em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-top: .125em;
    padding-bottom: .125em;
  }

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

  .gallery_block {
    height: 100%;
  }

  .inquiry-embed {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .video-embed-3 {
    width: 100%;
    height: auto;
  }

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

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

  .content_center.apply-content {
    width: 80%;
    margin-top: 4em;
    padding-bottom: 14em;
  }

  .content_center.portland-title {
    width: 80%;
    margin-bottom: 0;
  }

  .content_center.campus1 {
    margin-top: .8em;
  }

  .content_center.programs3 {
    flex-direction: column;
    width: 80%;
  }

  .content_center.tuition_1 {
    width: 80%;
  }

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

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

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

  .content_center.transport4-2 {
    flex-direction: column-reverse;
    margin-top: 0;
  }

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

  .content_center.community3.green {
    margin-bottom: 4em;
  }

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

  .content_center.prog-vid {
    width: 80%;
  }

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

  .content_center.transfer1 {
    width: 80%;
    margin-top: 2em;
  }

  .content_center.transfer1.bottom {
    margin-top: 2em;
  }

  .content_center.transfer2 {
    flex-direction: column;
    width: 80%;
  }

  .content_center.affiliates1, .content_center._2-2graphic {
    width: 80%;
  }

  .content_center.community4 {
    margin-bottom: 4em;
  }

  .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;
    justify-content: center;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .p_h1.shadow.centered {
    font-size: 3.5em;
  }

  .p_h1.subscribe.shadow {
    font-size: 2.8em;
  }

  .p_h1.smaller.centered.shadow {
    font-size: 3.1em;
  }

  .p_h1.smaller.shadow {
    font-size: 3em;
  }

  .p_h1.smaller.shadow.transport {
    font-size: 2.5em;
  }

  .p_h1.smaller.shadow.sm-centered {
    font-size: 3em;
  }

  .welcome_title {
    padding: .5em 1em;
    bottom: 6.6em;
  }

  .p_h2 {
    font-size: 1.8em;
  }

  .p_h2.centered {
    font-size: 1.7em;
  }

  .p_h2.centered.subscribe_h2 {
    font-size: 1.3em;
  }

  .p_h2.white.margin_left {
    padding-left: 22px;
    font-size: 1.8em;
    line-height: 1.1;
  }

  .apply_btm {
    padding-left: 0;
    padding-right: 0;
  }

  .apply_top_r {
    width: 100%;
    padding-bottom: 0;
  }

  .paragraph.transfer {
    width: 100%;
  }

  .p_h3.black.small, .p_h3.black.small.centered, .p_h3.black.centered {
    font-size: .9em;
  }

  .p_p.white {
    font-size: 1em;
  }

  .p_link.white.dd {
    font-size: 14px;
  }

  .p_button {
    margin-top: 0;
  }

  .apply_l {
    width: 100%;
    padding-top: 0;
  }

  .portland_bg-video {
    height: 20em;
  }

  .campus_header {
    width: 80%;
    padding-top: 3em;
  }

  .campus_block, .programs3_section, .tuition2_section, .tuition_img, .tuition2_section2 {
    width: 100%;
  }

  .transport_title {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    left: 3em;
    right: auto;
  }

  .transport1-section {
    width: 80%;
    margin-top: 2em;
  }

  .transport1-section.margin-right {
    width: 100%;
    padding-right: 0;
  }

  .transport1-section.op {
    width: 100%;
  }

  .transport4-section.margin-right {
    width: 100%;
    padding-left: 0;
  }

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

  .video-embed-sl {
    width: 100%;
    height: 100%;
  }

  .pt-grid-row {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .portlandn2_row {
    flex-direction: column;
  }

  .portlandn2_block {
    width: 100%;
  }

  .map-bg {
    background-color: var(--light-grey);
    padding-left: 0;
    padding-right: 0;
  }

  .img_cover-4.map-base, .img_cover-4.map-state {
    object-position: 50% 50%;
  }

  .map-txt-wrap {
    width: 100%;
  }

  .content-center.locations2 {
    width: 80%;
    margin-top: 0;
  }

  .smc_h2-2.map-gallery-title {
    font-size: 1.8em;
  }

  .scroll-content.hidden {
    display: none;
  }

  .map-list {
    width: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .map-steps-left, .steps-right {
    width: 100%;
  }

  .steps-cont {
    flex-direction: column;
    align-items: center;
  }

  .map-list-wrap {
    display: none;
  }

  .smc_link {
    font-size: 1em;
  }

  .smc_h3.map-category {
    font-size: 1.7em;
  }

  ._4-campus_img {
    background-color: var(--lt-gray);
    height: 22em;
    padding: 1em;
  }

  ._4campus_block {
    width: 100%;
  }

  .campus_row {
    flex-direction: column;
  }

  .transfer_img {
    width: 100%;
  }

  .sl-grid_row {
    flex-direction: column;
  }

  .sl_block, .sl_block.blue {
    width: 100%;
  }

  .community_row {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .community_block {
    width: 100%;
  }

  .community_img {
    width: 12.8em;
  }

  .ipl {
    width: 56%;
  }

  .map-bg-state {
    background-color: #aad3df;
  }

  .state-intro {
    width: 100%;
  }

  .apply_wrapper {
    flex-direction: column;
  }

  .apply_2 {
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1em 1em 3em;
  }

  .apply2_l {
    width: 100%;
  }

  .apply_logo {
    width: 56%;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
  }

  .ql_menu-button-2 {
    width: 55%;
    font-size: 16px;
  }

  .graphic_top {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .pcc {
    width: 6em;
    height: 6em;
  }

  .year {
    padding-left: .5em;
    padding-right: .5em;
  }

  .graphic_wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .graphic_wrapper.cte {
    height: 14.6em;
  }

  .dropdown-list {
    bottom: 5em;
  }

  .dropdown-toggle-2 {
    height: 100%;
  }

  .dropdown-toggle-2:active, .dropdown-toggle-2.w--open {
    font-size: 14px;
  }

  .dropdown-2 {
    height: 3em;
  }

  .lang_menu-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    max-height: 100%;
    padding: 0 1em 0 2em;
    font-size: .6em;
    line-height: 1.6;
    bottom: 0;
  }

  .dropdown-toggle-3 {
    justify-content: center;
    align-items: center;
    height: 3em;
    max-height: 100%;
    font-size: 1em;
    line-height: 1.4;
  }

  .dropdown-toggle-3:active {
    font-size: 14px;
  }

  .dropdown-toggle-3.w--open {
    justify-content: center;
    align-items: center;
    max-height: 3em;
    font-size: 14px;
  }

  .p_link-2.white.dd {
    font-size: 14px;
    line-height: 2;
  }

  .dropdown-list-3 {
    bottom: 5em;
  }

  .dropdown-list-3.w--open {
    bottom: 3em;
  }

  .lang_menu-3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 3em;
    max-height: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .6em;
    line-height: 1.6;
    bottom: auto;
  }

  .p_link-3.white.dd {
    font-size: 14px;
  }

  .dropdown-toggle-4 {
    height: 3em;
    max-height: none;
    font-size: 14px;
    line-height: 1;
  }

  .dropdown-toggle-4:active, .dropdown-toggle-4.w--open {
    font-size: 14px;
  }

  .dropdown-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .dropdown-list-4 {
    bottom: 3em;
  }

  .brand-2 {
    width: auto;
    height: 4em;
    max-height: 4em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .brand-2.w--current {
    flex: none;
    width: auto;
    height: 4em;
    max-height: 4em;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-top: .125em;
    padding-bottom: .125em;
  }

  .apply_l-2 {
    width: 100%;
    padding-top: 0;
  }

  .p_button-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.safety-hero {
    height: 15.3em;
  }

  .section.portland_hero {
    margin-top: 7.3em;
  }

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

  .section.transport_hero {
    height: 27.9em;
  }

  .section.studentlife_hero {
    margin-top: 9.3em;
  }

  .section.community_hero {
    margin-top: 0;
  }

  .section.oregon_hero {
    height: 29.2em;
    margin-top: 104px;
  }

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

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

  .section.affiliates {
    padding-top: 2em;
    padding-bottom: 14em;
  }

  .section.new_sl {
    padding-top: 3em;
  }

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

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

  .nav_list {
    margin-top: 1em;
  }

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

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

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

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

  .lang_menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: .5em;
    line-height: 1;
  }

  .lang_link {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

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

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

  .nav-back, .nav-next {
    background-color: var(--medium-sea-green);
  }

  .footer_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 3em;
    bottom: 0;
  }

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

  .button.modal-open_btn2.subscribe {
    text-align: center;
    height: 100%;
    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 {
    margin-top: 11.8em;
  }

  .modal-container.subscribe-home {
    height: auto;
    margin-top: 11em;
    padding-top: 2em;
  }

  .modal-close_btn {
    top: 12%;
  }

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

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

  .navbar {
    padding: .25em 0 0;
  }

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

  .ql_bar {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-left: 1em;
    padding-right: 1em;
    bottom: 4em;
  }

  .nav_logo {
    width: auto;
    max-width: none;
  }

  .mobile-social_bar {
    border-left-color: #fff9;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: .125em;
    top: 14%;
  }

  .mobile-social {
    height: 2.5em;
  }

  .brand {
    width: auto;
    margin-left: 2em;
  }

  .brand.w--current {
    width: auto;
    height: 4em;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .inquiry-embed {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 0;
    padding-left: .5em;
  }

  .video-embed-3 {
    width: 100%;
    height: 100%;
    margin-top: auto;
  }

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

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

  .content_center.apply-content {
    margin-top: 2em;
  }

  .content_center.portland-title {
    width: 80%;
    margin-bottom: 1em;
  }

  .content_center.portland2 {
    width: 80%;
    margin-top: 0;
  }

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

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

  .content_center.tuition3 {
    padding: 1em;
  }

  .content_center.community2 {
    width: 80%;
  }

  .content_center.oregon2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .content_center.prog-vid {
    margin-top: 2em;
  }

  .content_center.portlandn2 {
    width: 80%;
    margin-top: 0;
  }

  .content_center.campus-gallery {
    width: 80%;
  }

  .content_center.gallery-ttle {
    width: 80%;
    padding: 1em;
  }

  .content_center._2-2graphic {
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .content_center.sl-grid_wrapper, .content_center.resources2 {
    width: 80%;
  }

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

  .sub-form_btn.modal-open_btn4.home {
    margin-right: 0;
    padding-right: 2em;
  }

  .sub-form_btn.modal-open_btn4.home2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .inquiry-form.inquiry-copy {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: -.8em;
    padding-bottom: 0;
  }

  .p_h1.shadow.centered {
    font-size: 3.3em;
  }

  .p_h1.subscribe.shadow {
    font-size: 2.4em;
  }

  .p_h1.subscribe.shadow.sm-centered {
    text-align: center;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 2.5em;
  }

  .p_h1.smaller.centered.shadow {
    text-align: center;
    font-size: 2.5em;
  }

  .p_h1.smaller.centered.shadow.sm-left {
    text-align: left;
  }

  .p_h1.smaller.shadow {
    font-size: 2.5em;
  }

  .p_h1.smaller.shadow.transport {
    font-size: 1.8em;
  }

  .p_h1.smaller.shadow.sm-centered {
    font-size: 2.4em;
  }

  .welcome_title {
    margin-left: 0;
    margin-right: auto;
    bottom: 5.1em;
    left: 0;
  }

  .p_h2 {
    font-size: 1.6em;
  }

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

  .p_h2.centered.subscribe_h2 {
    font-size: 1.1em;
  }

  .p_h2.white.margin_left {
    font-size: 1.5em;
  }

  .p_h2.white.transfer {
    font-size: 1.4em;
  }

  .p_h2.white.centered {
    font-size: 1.5em;
  }

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

  .apply_btm {
    padding-bottom: 0;
  }

  .apply_top_r {
    padding-left: 1em;
    padding-right: 1em;
  }

  .p_p._1-1 {
    font-size: 1em;
  }

  .p_p._1-1.sm-center {
    text-align: center;
  }

  .p_p.white {
    font-size: 1em;
    text-decoration: underline;
  }

  .p_list.resources-list {
    width: 90%;
    margin-left: 1em;
  }

  .apply_l {
    padding-left: 1em;
    padding-right: 1em;
  }

  .portland_title {
    padding-top: 1em;
  }

  .portland_bg-video {
    height: 16.1em;
  }

  .video-frame.programs {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
  }

  .video-embed {
    width: 100%;
    margin-top: 7.9em;
  }

  .campus_hero {
    margin-top: 7.9em;
  }

  .campus_header {
    width: 80%;
    padding-top: 2em;
  }

  .tuition-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2em;
  }

  .transport_title {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    top: 11.4em;
    left: 1em;
  }

  .transport1-section {
    width: 100%;
  }

  .transport1-section.margin-right {
    padding-right: 0;
  }

  .transport4-section.margin-right {
    padding-left: 0;
  }

  .studentlife_title {
    padding-bottom: 0;
  }

  .video-embed-sl {
    width: 100%;
    margin-top: auto;
  }

  .apply_newvid {
    flex: none;
    height: 20.8em;
    margin-top: 7.8em;
  }

  .pt-grid-row {
    flex-direction: column;
  }

  .pt-grid_block._3rd {
    width: 100%;
    height: 12em;
  }

  .portlandn2_block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 2em;
  }

  .section-2.map1, .section-2.state-map {
    top: 7.3em;
  }

  .map-bg {
    background-color: #aad3df;
    flex: none;
    height: 83vh;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    right: auto;
  }

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

  .img_cover-4.map-base {
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .img_cover-4.map-state {
    object-position: 50% 50%;
    width: 100%;
    height: 80vh;
  }

  .smc_p.map-intro.lg {
    font-size: 1.1em;
  }

  .section-3.locations-intro, .section-3.locations_state {
    align-items: center;
    margin-top: 0;
  }

  .smc_h2-2 {
    font-size: 2.1em;
  }

  .smc_h2-2.map-gallery-title {
    font-size: 1.5em;
  }

  .dp_h3-2 {
    line-height: 1.2;
  }

  .scroll-content {
    width: 100%;
  }

  .steps-section {
    padding-top: 2em;
  }

  .steps-section.map {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8em;
  }

  .steps-section.state-map {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .top10_header {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top10_header.map {
    text-align: left;
    justify-content: flex-start;
  }

  .map-list, .map-steps-left, .steps-right {
    width: 100%;
  }

  .steps-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .map-intro {
    font-size: 1em;
  }

  .smc_h3.map-category.sm-centered {
    text-align: center;
  }

  .dp_h3-3, .dp_h3-4 {
    line-height: 1.2;
  }

  .paragraph-2 {
    font-size: 1em;
  }

  ._4-campus_img {
    height: 18.4em;
    padding: 0;
  }

  .sl_block.blue {
    padding-left: 2em;
    padding-right: 2em;
  }

  .ipl, .iom {
    width: auto;
  }

  .resources_img {
    width: 3em;
    height: 3em;
  }

  .map-bg-state {
    background-color: #aad3df;
    right: auto;
  }

  .state_img {
    width: 74%;
  }

  .apply_2 {
    border-style: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .apply2_l {
    padding: 1em;
  }

  .apply_logo {
    width: 84%;
    margin-top: 2.4em;
  }

  .scroll-down {
    bottom: 9.7em;
  }

  .ql_menu-button-2 {
    background-color: var(--medium-sea-green);
  }

  .graphic_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .graphic_wrapper.cte {
    height: 9.2em;
  }

  .subscribe_embed {
    margin-top: 1em;
  }

  .dropdown-list {
    bottom: 5em;
  }

  .dropdown-toggle-2 {
    font-size: 14px;
  }

  .dropdown-2 {
    justify-content: center;
    align-items: flex-start;
    height: 3em;
  }

  .lang_menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: flex-start center;
    align-items: center;
    width: auto;
    height: 100%;
    max-height: 100%;
    padding-left: 0;
    padding-right: .5em;
    line-height: 1;
    top: 0;
  }

  .dropdown-toggle-3 {
    max-height: 3em;
    font-size: 14px;
  }

  .dropdown-toggle-3.w--open {
    justify-content: center;
    align-items: flex-start;
    height: 3em;
    margin-top: 0;
  }

  .p_link-2.white.dd {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2;
  }

  .p_link-2.white.dd.current {
    line-height: 2;
  }

  .dropdown-list-3 {
    bottom: 5em;
  }

  .dropdown-list-3.w--open {
    flex: none;
    align-items: center;
    bottom: 3em;
  }

  .lang_menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
  }

  .dropdown-toggle-4 {
    font-size: 14px;
  }

  .dropdown-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .dropdown-list-4 {
    bottom: 3em;
  }

  .brand-2 {
    width: auto;
    max-height: 4em;
    margin-left: 2em;
  }

  .brand-2.w--current {
    width: auto;
    height: 4em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .apply_l-2 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

#w-node-a6aaea66-d34c-a0dd-5579-d2e73c9744b3-213c8622, #w-node-_4ee870d8-7dbb-f024-e3c9-e2a7482562fe-213c8622, #w-node-_035c8a75-e0eb-fc56-b9d7-88d52614a3c9-213c8622, #w-node-c31f4dcc-acc6-4d4c-3560-a9d875546c7a-213c8622, #w-node-_4f8a6b7a-929d-0bf1-6d71-4b1719e84637-213c8622, #w-node-a81c9ab3-9a26-0ad2-da70-73af6217406d-213c8622, #w-node-_1cd6cc22-2108-53af-b6a0-201061757543-213c8622, #w-node-d862eeaf-d75f-67e4-a3de-b50e6163d0c8-213c8622, #w-node-_0dd5933b-82be-ea9c-aefe-d0c6c8d6a60d-213c8622, #w-node-fe0f4e9f-3e7f-40f2-330f-a4112bb8c0ab-213c8622, #w-node-b706b090-1a48-770f-4737-4d43d561d80b-213c8622, #w-node-_0bea700d-e91b-7080-936b-1f407b0b25b4-213c8622, #w-node-b65817b4-183f-0aeb-e3da-15055305a017-213c8622, #w-node-df062b88-5e20-a497-cf92-5cfe47bb5880-213c8622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


