:root {
  --pennwest-red: #d02e2d;
  --white: white;
  --pw-blue: #003d77;
  --pennwest-yellow: #f1c418;
  --cal-red: #fa291c;
  --edinboro-red: #bb131a;
  --clarion-gold: #a78231;
  --red-hover: #af2322;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #333;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

a {
  color: #d02e2d;
  text-decoration: underline;
}

li {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

strong {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.academic-list-main-subject-heading {
  color: #fff;
  background-color: #003d77;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.div-block {
  background-color: #003d77;
  border-bottom-right-radius: 40px;
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.academic-list-college-title {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
  line-height: 24px;
}

.div-block-2 {
  border: 1px solid #003d77;
  border-top-width: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-3 {
  margin-top: 0;
  margin-left: 15px;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  font-weight: 700;
}

.text-block-9 {
  margin-bottom: 0;
  font-weight: 700;
}

.text-block-10 {
  font-weight: 700;
}

.columns {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image {
  width: 200px;
  margin-bottom: 0;
  padding-top: 8px;
}

.container {
  max-width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #003d77;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  transition: color .3s;
}

.nav-link:hover {
  color: #d02e2d;
}

.nav-link-2 {
  color: #003d77;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  transition: color .3s;
}

.nav-link-2:hover {
  color: #d02e2d;
}

.nav-link-3 {
  color: #003d77;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  transition: color .3s;
}

.nav-link-3:hover {
  color: #d02e2d;
}

.nav-link-4 {
  color: #d02e2d;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  display: inline-block;
}

.nav-link-4:hover, .nav-link-4.w--current {
  color: #fa291c;
}

.nav-link-5 {
  color: #d02e2d;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  display: none;
}

.nav-link-5:hover, .nav-link-5:focus, .nav-link-5.w--current {
  color: #fa291c;
}

.navigation {
  background-color: #fff;
}

.page-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/header-option-clarion.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-top: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 70vh;
  display: grid;
}

.page-hero.apply-hero {
  background-image: linear-gradient(360deg, #0009 10%, #0000), url('../images/apply-hero.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 65vh;
  padding-bottom: 20px;
  padding-left: 70px;
}

.page-hero.admissions-hero {
  background-image: linear-gradient(360deg, #0009 7%, #0000 33%), url('../images/anderson-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 65vh;
}

.page-hero.campus-hero {
  background-image: linear-gradient(360deg, #00000085 3%, #0000), url('../images/campus-option3.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  height: 65vh;
  padding-bottom: 20px;
  padding-left: 70px;
}

.page-hero.campus-hero.president-search-hero {
  background-image: linear-gradient(360deg, #00000085 3%, #0000), url('../images/president-search1.jpg');
  background-position: 0 0, 50% 25%;
}

.page-hero.academics-hero {
  background-image: linear-gradient(360deg, #000c, #0000 52%), url('../images/48717492191_4953b28566_k.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  grid-template-columns: .75fr 1fr;
  height: 700px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.page-hero.tuition-hero {
  background-image: linear-gradient(360deg, #0e0e0ed6, #0000 72%), url('../images/header-option-clarion.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 65vh;
}

.page-hero.homepage-hero {
  background-image: url('../images/header-option1_1.jpg');
}

.page-hero.global-online-hero {
  background-image: linear-gradient(360deg, #0f0f0fcc, #0000 54%), url('../images/online5.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 70vh;
}

.page-hero.request-info-hero {
  background-image: linear-gradient(360deg, #000, #0000 67%), url('../images/request-info-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.page-hero.welcome-weekend-hero {
  background-image: url('../images/welcome_weekend_hero.jpg'), linear-gradient(#0000, #0006);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  grid-template-columns: 2.75fr 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 70px;
}

.page-hero.policies-hero {
  background-image: url('../images/51932048453_3642c4ba0d_h.jpg');
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 20px;
}

.page-hero.career-center-hero {
  background-image: url('../images/49492057713_e33a5fecd5_k.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 650px;
}

.page-hero.military-support-hero {
  background-image: linear-gradient(#0000 50%, #00000075 87%, #0009), url('../images/military1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  height: 600px;
  padding-left: 50px;
}

.page-hero.access-s-stem-hero {
  background-image: url('../images/nsf.jpg');
  grid-template-columns: 5.5fr 1fr;
}

.page-hero.graduate-programs-hero {
  background-color: #feecec;
  background-image: linear-gradient(#0000 54%, #000), url('../images/sweater-hero.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.page-hero.graduate-programs-hero.grad-hero {
  background-image: linear-gradient(#0000 54%, #000), url('../images/header-option1_1.jpg');
  background-position: 0 0, 50% 0;
}

.page-hero.family-weekind-hero {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/family-weekend-header.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  height: 1000px;
  overflow: visible;
}

.page-hero.family-weekend-hero {
  background-image: url('../images/family-weekend-header_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 65vh;
}

.page-hero.dei-hero {
  background-image: linear-gradient(360deg, #000000a3, #0000008a 10%, #0000 52%), url('../images/dei-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 65vh;
}

.page-hero.mission-values-hero {
  background-image: url('../images/missions-hero.jpg');
}

.page-hero.about-hero {
  background-image: linear-gradient(360deg, #0009 7%, #0000 33%), url('../images/header-option1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 65vh;
}

.page-hero.undergraduate-list-hero {
  background-image: url('../images/52607245769_9dc09370e6_k.jpg');
  background-size: cover;
}

.page-hero.welcome-wknd-hero {
  background-image: linear-gradient(#0000 51% 56%, #000000e3), url('../images/welcome-weekend-hero.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  grid-template-columns: 1.75fr 1fr;
  height: 60vh;
}

.page-hero.vote-hero {
  background-image: linear-gradient(360deg, #0f0f0fcc, #0000 54%), url('../images/vote.jpeg');
  background-position: 0 0, 70%;
  background-size: auto, cover;
  height: 70vh;
}

.page-hero.timeline-hero {
  background-image: url('../images/military-vets3.jpg');
  padding-bottom: 40px;
  padding-left: 40px;
}

.grid {
  align-items: end;
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
}

.heading-2 {
  color: #333;
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 68px;
}

.heading-2.centered {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.heading-3 {
  text-transform: none;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
}

.paragraph {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

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

.red-btn {
  text-transform: uppercase;
  background-color: #d02e2d;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 35px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: transform .25s ease-in-out, box-shadow .25s ease-in-out, background-color .25s ease-in-out;
  display: flex;
  box-shadow: 0 1px 20px #0000;
}

.red-btn:hover {
  background-color: #fa291c;
  transform: translate(0, -3px);
  box-shadow: 0 3px 20px #0003;
}

.red-btn.red-white-btn {
  border-left: 10px solid var(--pennwest-red);
  background-color: var(--white);
  color: var(--pw-blue);
}

.red-btn.red-white-btn:hover {
  background-color: var(--pennwest-red);
  color: var(--white);
}

.red-btn.stem {
  width: 350px;
}

.section-2 {
  margin-top: 25px;
}

.btn-wrapper {
  justify-content: center;
  margin-left: -5px;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.text-block-11:hover {
  color: var(--white);
}

.image-2 {
  width: 10px;
  height: auto;
  margin-left: 10px;
}

.paragraph-2 {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-4 {
  text-align: center;
  text-transform: none;
  margin-top: 50px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}

.container-2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.paragraph-3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.section-3 {
  background-color: #003d77;
  border: 0 solid red;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.text-block-12, .text-block-13 {
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
}

.text-block-14 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.list {
  color: #fff;
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.columns-2 {
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

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

.div-block-5 {
  color: #0000;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.image-3 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 800px;
}

.heading-5 {
  color: #333;
  text-transform: none;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}

.p1 {
  color: #333;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.white-btn {
  color: #d02e2d;
  text-transform: uppercase;
  background-color: #fff;
  border: 4px solid #d02e2d;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 35px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  transition: background-color .275s ease-in-out;
}

.white-btn:hover {
  color: #fff;
  background-color: #d02e2d;
}

.container-3 {
  color: #0000;
  flex: 0 auto;
  max-width: 80%;
}

.container-4 {
  max-width: 80%;
}

.section-4 {
  background-color: #363636;
  height: 30px;
}

.div-block-6 {
  align-items: center;
  height: 30px;
  margin-left: 40px;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.list-2 {
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-5 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.grid-3 {
  grid-template-rows: auto;
}

.section-5 {
  background-color: #003d77;
  border: 0 #000;
  height: 200px;
}

.image-6 {
  width: 180px;
  margin-left: 50px;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  height: 200px;
  display: block;
}

.grid-4 {
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-right: 0;
}

.text-block-16 {
  color: #fff;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.italic-text {
  text-align: left;
}

.div-block-8 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-block-8.social {
  padding-right: 0;
}

.div-block-9 {
  clear: none;
  height: 20px;
  position: static;
}

.text-block-18 {
  color: #fff;
  text-align: center;
}

.italic-text-2 {
  text-align: center;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  color: #d02e2d;
}

.text-block-19 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.text-block-19:hover {
  color: #d02e2d;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  color: #d02e2d;
}

.div-block-10 {
  text-align: center;
}

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

.section-6 {
  flex-flow: column;
  place-content: flex-start space-around;
  align-items: center;
  height: 60vh;
  display: flex;
}

.div-block-11 {
  height: 60vh;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.text-block-20 {
  margin-top: 58px;
  display: inline-block;
  position: absolute;
}

.heading-6 {
  color: #333;
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.heading-6.heading-white {
  color: #fff;
}

.paragraph-4 {
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.text-block-21 {
  color: #003d77;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 48px;
}

.text-block-22 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.column-2 {
  border-left: 1px solid #003d77;
  padding-left: 50px;
  padding-right: 15px;
}

.div-block-13, .div-block-14 {
  margin-bottom: 20px;
}

.column-3 {
  padding-right: 50px;
}

.btn-wrapper-left-align {
  margin-left: -4px;
  display: flex;
}

.section-7 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-8 {
  background-color: #f5f5f5;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 75px;
  padding-bottom: 75px;
}

.cards-section {
  background-color: #003d77;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 60px;
  padding-bottom: 85px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 5px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.heading-7 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.heading-7.blue-heading {
  color: var(--pw-blue);
}

.list-3 {
  color: #d02e2d;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.link-2 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  text-decoration: underline;
}

.link-2.red-link {
  color: var(--pennwest-red);
}

.link-3 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-3:hover {
  text-decoration: underline;
}

.link-4 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  text-decoration: underline;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.image-8 {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.image-9, .image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
}

.div-block-15 {
  border-left: 1px solid #003d77;
  padding-left: 50px;
}

.grid-8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
}

.grid-9 {
  grid-template-rows: auto auto minmax(auto, 1fr);
  grid-template-columns: 1fr .5fr;
}

.grid-10 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-left: 43px;
}

.div-block-16 {
  border: 0 solid #000;
  border-left: 1px solid #003d77;
  margin-left: 30px;
}

.div-block-17 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.div-block-18 {
  padding-bottom: 30px;
}

.text-block-23 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.div-block-20 {
  background-image: url('../images/get-started.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.div-block-20.apply-grid-1, .div-block-20.career-grid-1 {
  background-image: url('../images/48958381068_1682f33139_k.jpg');
}

.div-block-21 {
  background-image: url('../images/campus-that-fits.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.div-block-21.career-grid-2 {
  background-image: url('../images/career2a.jpg');
}

.div-block-22 {
  background-image: url('../images/afford-education.jpg');
  background-position: 0%;
  background-size: cover;
  height: 800px;
}

.div-block-22.career-grid-3 {
  background-image: url('../images/48537020737_9172c7a176_k.jpg');
  background-position: 70%;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-24 {
  background-image: url('../images/flexible-options.jpg');
  background-position: 100%;
  background-size: cover;
  height: 800px;
}

.div-block-25 {
  background-image: url('../images/personalized-experience.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.div-block-26 {
  background-image: url('../images/lifetime-opportunities.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.paragraph-6 {
  color: #333;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-9 {
  background-color: #fff;
  border: 1px solid #fff;
  border-left: 0 #fff;
  border-right: 0 #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.div-block-27 {
  background-image: url('../images/campus-california.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 500px;
}

.div-block-27.campus-life-clarion {
  background-image: url('../images/campus-clarion.jpg');
}

.div-block-27.campus-life-edinboro {
  background-image: url('../images/campus-edinboro.jpg');
}

.text-block-24 {
  color: #003d77;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}

.text-block-24.centered {
  text-align: center;
  margin-bottom: 0;
  padding-top: 40px;
}

.div-block-28 {
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.heading-8 {
  text-transform: none;
  margin-top: 0;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.paragraph-7 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.grid-12 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.text-block-25 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
}

.text-block-26 {
  color: #003d77;
  margin-top: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-29 {
  text-align: right;
}

.div-block-30 {
  margin-top: 6px;
  padding-right: 25px;
}

.div-block-31 {
  padding-left: 25px;
}

.image-11 {
  width: 170px;
}

.div-block-32 {
  display: none;
}

.heading-9 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.paragraph-8 {
  margin-top: 50px;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 60px;
}

.section-11 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.heading-10 {
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.link-5, .link-6, .link-7 {
  color: #d02e2d;
}

.paragraph-9 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.bold-text {
  font-weight: 900;
  line-height: 68px;
}

.text-block-27 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-11 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-left: 0;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
}

.section-12 {
  background-image: linear-gradient(#0003, #0003), url('../images/header-option2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  align-items: center;
  height: 65vh;
  display: flex;
}

.section-12.homepage-hero {
  background-image: linear-gradient(#00000059, #00000059), url('../images/hphero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 70vh;
}

.bold-text-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 72px;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-12 {
  text-align: center;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.image-12 {
  width: 120px;
  transition: transform .3s;
}

.image-12:hover {
  transform: scale(1.075);
}

.section-13 {
  background-color: #fdfdfd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-3 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.paragraph-10 {
  margin-top: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.section-14 {
  background-color: #fff;
  border-top: 1px solid #c7c7c7;
  padding-top: 75px;
  padding-bottom: 100px;
  transition: color .3s;
}

.image-13 {
  width: auto;
  padding-left: 26px;
  padding-right: 25px;
}

.image-14 {
  width: 100%;
  padding-left: 30px;
  padding-right: 0;
}

.heading-13 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 58px;
  line-height: 58px;
}

.link-red {
  color: #d02e2d;
  text-decoration: none;
  transition: color .3s;
}

.link-red:hover {
  color: #fa291c;
}

.link-red.link-highlight {
  transition: color .3s;
}

.link-red.link-highlight:hover {
  color: #ff5352;
}

.link-9, .link-10, .link-11 {
  color: #d02e2d;
}

.heading-14 {
  color: #fff;
  text-align: left;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.paragraph-11 {
  color: #fff;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -8px;
  display: flex;
}

.section-15 {
  background-image: linear-gradient(#000000b3, #003d77b3), url('../images/academics.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
  display: none;
}

.div-block-36 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.hp-campus-lower-grid {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4px;
  display: grid;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-16 {
  background-color: #f7f7f7;
  border-top: 6px solid #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-4 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
}

.paragraph-12 {
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-38, .div-block-39, .div-block-40 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-40.homepage-card {
  background-color: #fff;
  border: 0 solid #003d77;
  padding: 30px;
  transition: background-color .25s ease-in-out;
}

.div-block-40.homepage-card:hover {
  background-color: #fff;
}

.div-block-41 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-15 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.bold-text-5 {
  color: #fff;
  font-weight: 900;
}

.container-9 {
  background-color: #fff0;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-13 {
  color: #fff;
  margin-top: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-42 {
  -webkit-text-fill-color: inherit;
  background-color: #003d77;
  background-clip: border-box;
  height: 500px;
}

.image-15 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  display: none;
}

.hp-campus-upper-grid {
  background-image: url('../images/hp-campus-california.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.div-block-44 {
  max-width: 80%;
}

.div-block-45 {
  background-color: #003d77;
  height: 500px;
  display: flex;
}

.heading-16 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.paragraph-14 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.container-10 {
  flex: 0 auto;
  align-self: center;
  max-width: 80%;
}

.div-block-46 {
  object-fit: fill;
  background-image: url('../images/50974252141_96658a4508_k.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.div-block-46.hp-campus-california {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/hp-campus-california-tower.jpg');
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.div-block-46.hp-campus-california:hover {
  transform: scale(1.1);
}

.div-block-46.hp-campus-clarion {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/hp-campus-clarion.jpg');
  transition: transform .3s;
}

.div-block-46.hp-campus-clarion:hover {
  transform: scale(1.1);
}

.div-block-46.hp-campus-edinboro {
  background-image: url('../images/edinboro-hp-campus.jpg');
  transition: transform .3s;
  transform: scale(1);
}

.div-block-46.hp-campus-edinboro:hover {
  transform: scale(1.1);
}

.div-block-47, .div-block-48, .div-block-49 {
  overflow: hidden;
}

.text-block-29 {
  color: var(--pw-blue);
  text-align: center;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.section-17 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-30 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
}

.div-block-50 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-31 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  display: block;
}

.text-block-31:hover {
  display: block;
}

.text-block-32 {
  opacity: 0;
}

.text-block-32:hover {
  opacity: 1;
}

.text-block-33 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.link-12 {
  color: #fff;
  padding-left: 5px;
  text-decoration: none;
}

.text-block-34 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center;
  margin-top: 0;
}

.heading-17 {
  color: #333;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 58px;
}

.paragraph-15 {
  margin-top: 30px;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-18 {
  padding-top: 49px;
  padding-bottom: 60px;
}

.grid-18 {
  grid-column-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-19 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-51 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/online4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 30px;
  padding-right: 29px;
  display: flex;
  position: static;
}

.div-block-51.online-block1 {
  height: 550px;
}

.div-block-51.online-block2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/online1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.div-block-51.online-block3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/online3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 550px;
}

.heading-18 {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.text-block-35 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.button-3 {
  margin-top: 25px;
}

.list-item, .list-item-2, .list-item-3 {
  font-size: 18px;
  line-height: 26px;
}

.link-white {
  color: #fff;
  transition: color .3s;
}

.link-white:hover {
  color: #fa291c;
}

.text-block-36 {
  color: #003d77;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.section-20 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.div-block-52 {
  display: flex;
}

.div-block-53 {
  margin-left: -4px;
}

.div-block-54 {
  text-transform: none;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}

.text-block-37 {
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.bold-text-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
}

.text-block-38 {
  color: #fff;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.section-21 {
  background-color: #003d77;
  margin-bottom: 1px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-55 {
  margin-left: -8px;
}

.div-block-56 {
  text-align: right;
  max-width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.text-block-39 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  transition: color .3s;
  display: inline-block;
}

.text-block-39:hover {
  color: #d02e2d;
}

.text-block-40 {
  color: #fff;
  margin-left: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  transition: color .3s;
  display: inline-block;
}

.text-block-40:hover {
  color: #d02e2d;
}

.div-block-57 {
  background-color: #003d77;
}

.link-block-3 {
  margin-right: 15px;
}

.link-block-3:hover {
  color: #a06060;
}

.paragraph-16 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-22 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cards-section-2 {
  padding-top: 75px;
  padding-bottom: 100px;
}

.cards-image-2 {
  object-fit: cover;
  object-position: 45% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-17 {
  color: #003d77;
  text-align: left;
  margin-bottom: 35px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}

.heading-19, .heading-20, .heading-21 {
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.div-block-58 {
  flex-direction: column;
  margin-left: -4px;
  display: flex;
}

.div-block-59, .div-block-60, .div-block-61 {
  border: 1px solid #bdbdbd;
  padding: 15px;
}

.div-block-62 {
  background-color: #0000;
  border: 1px #bdbdbd;
  padding: 15px;
}

.div-block-63 {
  background-color: #0000;
  border: 1px #bdbdbd;
  height: 415px;
  padding: 15px;
  position: relative;
}

.div-block-64 {
  background-color: #0000;
  border: 1px #bdbdbd;
  padding: 15px;
  position: relative;
}

.heading-22 {
  color: #333;
  text-transform: none;
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 78px;
}

.paragraph-18 {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-41 {
  color: #003d77;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 62px;
}

.section-23 {
  border-top: 1px solid #3e5f7e;
  padding-top: 10px;
  padding-bottom: 60px;
}

.text-block-42 {
  color: #003d77;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

.list-item-4, .list-item-5 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.section-24 {
  background-color: #fafafa;
  border-top: 1px solid #ddd;
}

.list-item-6 {
  list-style-type: none;
}

.grid-20 {
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  margin-top: 40px;
  padding-bottom: 40px;
}

.div-block-65 {
  border: 0px solid var(--pw-blue);
  padding-right: 10px;
}

.rich-text-block {
  margin-bottom: 50px;
}

.rich-text-block-2 {
  margin-bottom: 40px;
}

.rich-text-block-3 {
  margin-bottom: 60px;
}

.section-25 {
  height: 65vh;
}

.section-25.women-of-pennwest-hero {
  background-image: url('../images/women-of-pennwest.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 68vh;
  display: flex;
}

.section-25.pennwest-alumni {
  background-image: url('../images/alumnicollage2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.heading-23 {
  color: #fff;
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 92px;
  font-weight: 900;
  line-height: 92px;
}

.text-block-43 {
  color: #003d77;
  text-align: left;
  padding-right: 35px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 32px;
}

.section-26 {
  background-color: var(--white);
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 0;
  font-style: italic;
}

.section-26.space {
  padding-bottom: 220px;
}

.section-26.strategic-plan {
  display: block;
}

.alumni {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 15px;
}

.alumni.women-pennwest-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.alumni.pennwest-alumni-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.alumni.pennwest-alumni-grid.cabinet-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.alumni.pennwest-alumni-grid.cabinet-grid.grid-two-row-and-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.alumni.pennwest-alumni-grid.cabinet-grid.cabinet-page-grid {
  grid-template-rows: auto auto auto auto;
  padding-left: 0;
  padding-right: 0;
}

.alumni.pennwest-alumni-grid.dean-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-66 {
  -webkit-text-fill-color: inherit;
  background-color: #f7f7f7;
  background-clip: border-box;
}

.div-block-67 {
  background-color: #fff;
  border: 0 solid #cacaca;
  height: auto;
  padding: 34px 35px 35px;
}

.div-block-67.women-pennwest-edinboro-disc {
  border-width: 0;
  height: auto;
}

.text-block-44 {
  color: #003d77;
  text-transform: none;
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
  text-decoration: none;
}

.text-block-44.title-heading {
  color: #333;
  padding-top: 10px;
  font-size: 18px;
  line-height: 18px;
}

.text-block-45 {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-24 {
  color: #003d77;
  text-align: center;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.div-block-68 {
  background-color: #fff;
  padding: 1px 20px 10px;
}

.div-block-69 {
  box-shadow: 1px 1px 6px #c9c9c9;
}

.div-block-70 {
  box-shadow: 1px 1px 3px #c9c9c9;
}

.profile, .div-block-72, .div-block-73 {
  box-shadow: 1px 1px 6px #c9c9c9;
}

.grid-22 {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.image-16 {
  width: 280px;
}

.italic-text-3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

.container-11 {
  background-color: #fff;
  flex-direction: row;
  padding: 10px;
  display: flex;
  box-shadow: 1px 1px 6px #c9c9c9;
}

.text-block-46 {
  color: #003d77;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 28px;
}

.text-block-47 {
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-48 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.dropdown-toggle {
  color: var(--pw-blue);
}

.dropdown-toggle:hover {
  color: #d02e2d;
}

.text-block-49 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-toggle-2 {
  color: var(--pw-blue);
  text-transform: uppercase;
  padding-right: 30px;
  font-weight: 400;
}

.dropdown-toggle-2:hover {
  color: #d02e2d;
}

.dropdown-link {
  color: var(--pw-blue);
  text-transform: uppercase;
  background-color: #fff;
  width: 0;
  min-width: 300px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-link:hover {
  color: #d02e2d;
}

.dropdown-link.w--current {
  color: #3590e6;
  width: 325px;
  min-width: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-link.w--current:hover {
  color: #d02e2d;
}

.dropdown-link-2 {
  color: var(--pw-blue);
  text-transform: uppercase;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-link-2:hover {
  color: #d02e2d;
}

.dropdown-link-2.w--current {
  text-transform: uppercase;
}

.dropdown {
  padding-left: 0;
}

.icon {
  margin-right: 10px;
  font-weight: 700;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: proxima-nova, sans-serif;
}

.image-17 {
  float: left;
  text-align: left;
  width: 250px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: block;
}

.text-block-50 {
  color: #333;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.heading-25 {
  color: var(--pw-blue);
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 36px;
}

.heading-26 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 92px;
  font-weight: 900;
  line-height: 92px;
}

.heading-27 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 78px;
}

.image-18 {
  text-align: left;
  width: 240px;
  margin: 0 auto -1px;
  display: block;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr;
}

.heading-28 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 66px;
}

.heading-29 {
  text-align: left;
  margin-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 78px;
}

.bold-text-11 {
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.white-cta {
  border-left: 5px solid var(--pennwest-red);
  color: var(--pw-blue);
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: 8px;
  padding: 10px 20px 10px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.white-cta:hover {
  border-left-color: var(--pennwest-red);
  background-color: var(--pennwest-red);
  color: var(--white);
}

.white-cta.stem {
  margin-left: 0;
  padding-left: 25px;
}

.white-cta.white-cta-housing {
  margin-top: 10px;
  margin-left: 0;
}

.text-block-51 {
  font-family: "Fa solid 900", sans-serif;
}

.text-block-52 {
  display: inline-block;
}

.text-block-52.small-text-white-button {
  font-size: 14px;
}

.text-block-53 {
  display: inline-block;
}

.red-underline-full {
  background-color: var(--pennwest-red);
  width: 150px;
  height: 2px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}

.red-underline-full.hero-underline {
  margin-left: 20px;
}

.bold-text-12 {
  color: var(--pw-blue);
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-style: normal;
}

.red-underline-half {
  background-color: var(--pennwest-red);
  width: 75px;
  height: 3px;
  margin-top: 0;
}

.red-underline-half.no-top-margin {
  height: 3px;
  margin-top: 0;
}

.red-underline-half.red-underline-space-top-bottom {
  height: 2px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.blue-cta {
  border-left: 5px solid var(--pennwest-red);
  background-color: var(--pw-blue);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin: 0 7px 20px 0;
  padding: 15px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  display: inline-block;
  position: static;
}

.blue-cta:hover {
  background-color: var(--pennwest-red);
}

.blue-cta.right-margin-button {
  margin-right: 10px;
}

.text-block-54 {
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.text-block-55 {
  display: inline-block;
}

.text-block-55.small-font-button {
  font-size: 14px;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-75 {
  padding-right: 10px;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-77 {
  margin-top: 0;
  padding-top: 15px;
}

.div-block-80 {
  border-left: 6px solid var(--pennwest-red);
  padding-left: 25px;
}

.div-block-81 {
  padding-bottom: 20px;
  padding-left: 70px;
}

.grid-26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-82 {
  margin-top: 70px;
  margin-left: -5px;
}

.div-block-83 {
  margin-bottom: 20px;
  margin-left: 70px;
}

.div-block-84 {
  margin-bottom: 20px;
  margin-left: 69px;
}

.div-block-85 {
  margin-bottom: 20px;
  margin-left: 70px;
}

.div-block-86 {
  border-left: 6px solid var(--pennwest-red);
  padding-left: 30px;
}

.div-block-87 {
  margin-bottom: 20px;
  margin-left: 70px;
}

.container-14 {
  margin-bottom: 15px;
}

.div-block-88 {
  margin-left: -8px;
}

.text-block-56, .text-block-57, .text-block-58 {
  margin-bottom: 6px;
}

.text-block-59 {
  color: var(--white);
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.section-27 {
  height: auto;
  display: block;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
}

.heading-30 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.section-28 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-27 {
  margin-top: 50px;
}

.text-block {
  text-align: left;
  margin-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 62px;
}

.bold-text-13 {
  text-align: left;
  font-size: 72px;
  line-height: 72px;
}

.text-block-2 {
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.div-block-89 {
  margin-top: 30px;
  margin-left: -6px;
}

.heading-31 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.grid-28 {
  grid-template-rows: auto;
  margin-top: 50px;
}

.section-29 {
  padding-bottom: 60px;
}

.text-block-60 {
  text-align: center;
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-61 {
  margin-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
}

.grid-29 {
  grid-template-rows: auto;
  margin-top: 50px;
}

.container-15 {
  margin-top: 25px;
}

.html-embed, .html-embed-2 {
  text-align: center;
}

.heading-32 {
  font-size: 72px;
  line-height: 78px;
}

.section-30 {
  border-top: 1px solid #c2c2c2;
  padding: 40px 15px 80px;
}

.text-block-62 {
  color: var(--pw-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

.heading-33 {
  margin-top: 29px;
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.text-block-63 {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-64 {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
}

.grid-30 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-65 {
  font-weight: 700;
}

.div-block-90, .div-block-91 {
  margin-top: 15px;
}

.div-block-92 {
  margin-top: 30px;
}

.div-block-93 {
  border: 1px solid #c6c6c6;
  margin-top: 0;
  padding: 15px;
}

.div-block-94, .div-block-95 {
  border: 1px solid #c6c6c6;
  padding: 15px;
}

.div-block-96 {
  border: 1px solid #c6c6c6;
  padding: 14px 15px 16px;
}

.heading-34 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 78px;
}

.paragraph-19 {
  margin-top: 20px;
}

.bold-text-14 {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
}

.list-4 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-20 {
  margin-top: 20px;
}

.paragraph-21 {
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

.bold-text-15 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.section-31 {
  border-top: 1px solid #cecece;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-97 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-98 {
  justify-content: space-between;
  align-items: center;
  height: 160px;
  display: flex;
}

.text-block-66 {
  color: var(--white);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-13 {
  color: var(--white);
  text-decoration: none;
}

.link-13:hover {
  color: var(--pennwest-red);
}

.link-14 {
  color: var(--white);
  text-decoration: none;
}

.link-14:hover, .link-14.w--current:hover {
  color: var(--pennwest-red);
}

.link-15 {
  color: var(--white);
  text-decoration: none;
}

.link-15:hover {
  color: var(--pennwest-red);
}

.text-block-67 {
  color: #fff;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
}

.link-16 {
  color: #fff;
  text-decoration: none;
}

.link-16:hover {
  color: var(--pennwest-red);
}

.link-17 {
  color: var(--white);
  text-decoration: none;
}

.link-17:hover {
  color: var(--pennwest-red);
}

.link-18 {
  color: var(--white);
  text-decoration: none;
}

.link-18:hover {
  color: var(--pennwest-red);
}

.link-19 {
  color: var(--white);
  text-decoration: none;
}

.link-19:hover {
  color: var(--pennwest-red);
}

.text-block-68, .text-block-69 {
  font-size: 16px;
}

.text-block-70 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-71 {
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-35 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 64px;
}

.text-block-72, .text-block-73 {
  margin-top: 25px;
  margin-bottom: 50px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.link-20 {
  color: #fff;
  text-decoration: none;
}

.link-20:hover {
  color: var(--pennwest-red);
}

.heading-36 {
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.section-32 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-22 {
  margin-top: 25px;
}

.text-block-74 {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

.italic-text-4 {
  color: var(--pw-blue);
}

.heading-37 {
  margin-top: 30px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.image-22 {
  margin-bottom: 20px;
}

.grid-31 {
  grid-template-columns: 1fr 2.25fr;
}

.text-block-75 {
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section-33 {
  margin-bottom: 100px;
}

.link-block-4 {
  text-decoration: none;
}

.submit-button {
  display: none;
}

.text-field {
  border: 1px solid var(--pw-blue);
  border-radius: 8px;
  font-family: proxima-nova, sans-serif;
}

.text-field.jetboost-list-search-input-751v {
  margin-top: 40px;
}

.checkbox-field {
  font-family: proxima-nova, sans-serif;
}

.form-block {
  padding-top: 0;
}

.title {
  margin-top: 60px;
}

.heading-38 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 92px;
  font-weight: 900;
  line-height: 92px;
}

.red-underline-full-2 {
  background-color: #d02e2d;
  width: 150px;
  height: 6px;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
  margin-top: 0;
  padding-top: 40px;
}

.top-post-item {
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-4-posts {
  margin-top: 60px;
  margin-bottom: 0;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list-wrapper.jetboost-list-wrapper-jd72.jetboost-list-wrapper-kq9g {
  margin-bottom: 60px;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: 0;
  display: flex;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-2 {
  color: #003d77;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.posts-collection-items {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.filter-list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding-top: 10px;
  display: flex;
}

.filter-list-wrapper.jetboost-filter-jd72 {
  background-color: #fff;
  border: 2px solid #003d77;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
}

.text-block-76 {
  color: #333;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.topic-filter-div {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.topics-filter-wrapper {
  width: 300px;
}

.topics-filter-wrapper.jetboost-filter-kq9g {
  width: 100%;
}

.more-news {
  margin-top: 60px;
  margin-bottom: 60px;
}

.collection-item {
  width: 100%;
  padding-left: 0;
}

.section-title-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  margin-bottom: 0;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 60px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

.topics-items {
  border: 0 solid #003d77;
  width: 100%;
}

.topic-dropdown {
  border: 1px solid #fff;
  width: 300px;
  margin-right: 20px;
  padding-right: 0;
}

.topic-dropdown.jetboost-filter-active {
  background-color: #f1c418;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 300px;
}

.topics-filter-list {
  border: 2px solid #003d77;
  width: 100%;
}

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

.collection-list {
  border: 2px solid var(--pw-blue);
  width: 100%;
}

.campus-dropdown {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 1px;
  width: 125px;
}

.campus-dropdown.jetboost-filter-active {
  background-color: #f1c418;
}

.topic-dropdown-tooggle {
  color: #fff;
  border: 2px solid #003d77;
  border-radius: 0;
  width: 100%;
  padding: 5px 10px;
}

.topic-dropdown-tooggle.jetboost-filter-active {
  background-color: #f1c418;
  border-width: 2px;
  border-color: #003d77;
  border-radius: 0;
  width: 100%;
}

.topic-dropdown-tooggle.jetboost-filter-active.w--open {
  border-radius: 0;
  width: 100%;
}

.grid-32 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr;
}

.top-post-image {
  width: 100%;
}

.post-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.top-post-text {
  width: 100%;
  padding-top: 40px;
  padding-left: 0;
}

.category-link {
  color: #7a7a7a;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: inline;
}

.category-link:hover {
  text-decoration: underline;
}

.top-post-link-block {
  margin-bottom: 10px;
  text-decoration: none;
}

.h2 {
  color: #003d77;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
}

.post-short-text {
  color: #666;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.posts-image {
  margin-bottom: 0;
}

.image-23 {
  width: 500px;
  height: 300px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.post-info-text {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.category-link-2 {
  color: #7a7a7a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.category-link-2:hover {
  text-decoration: underline;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3-2 {
  color: #003d77;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 22px;
}

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

.div-block-99 {
  border: 2px solid var(--pw-blue);
}

.div-block-99:hover {
  background-color: var(--pennwest-red);
  border-width: 0;
}

.text-block-77 {
  color: var(--pw-blue);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.text-block-77:hover {
  color: var(--white);
}

.rich-text-block-4 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-style: normal;
}

.section-34 {
  margin-bottom: 60px;
}

.rich-text-block-5 {
  font-size: 12px;
}

.rich-text-block-6, .rich-text-block-7 {
  padding-top: 10px;
}

.section-35 {
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-24, .image-25, .image-26 {
  width: 100%;
}

.image-27 {
  width: 100%;
  display: inline-block;
}

.image-28, .image-29, .image-30, .image-31, .image-32 {
  width: 100%;
}

.dropdown-2 {
  padding-top: 0;
}

.text-block-78 {
  color: var(--pw-blue);
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
}

.text-block-78:hover {
  color: var(--white);
}

.icon-3 {
  color: var(--pw-blue);
}

.icon-3:hover {
  color: var(--white);
}

.dropdown-toggle-3 {
  border: 2px solid var(--pw-blue);
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-3:hover {
  border-width: 2px;
  border-color: var(--pennwest-red);
  background-color: var(--pennwest-red);
  color: var(--white);
}

.dropdown-3 {
  width: 325px;
  font-style: normal;
}

.dropdown-toggle-4 {
  border: 2px solid var(--pw-blue);
  color: var(--pw-blue);
  text-transform: uppercase;
  width: 325px;
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.dropdown-toggle-4:hover {
  background-color: var(--pw-blue);
  color: var(--white);
}

.dropdown-toggle-4.w--open {
  text-transform: uppercase;
  min-width: 300px;
  font-weight: 900;
}

.dropdown-list-3 {
  min-width: 250px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dropdown-list-3.w--open {
  border-style: solid;
  border-width: 0 2px 2px;
  border-color: var(--pw-blue);
  background-color: var(--white);
  color: var(--pw-blue);
  width: 325px;
  font-family: proxima-nova, sans-serif;
}

.dropdown-link-3 {
  min-width: 100px;
}

.dopdown-link:hover {
  background-color: #003d7721;
}

.text-block-79 {
  font-weight: 900;
}

.image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
  width: 100%;
}

.rich-text-block-8 {
  text-align: left;
  font-style: normal;
}

.rich-text-block-9 {
  margin-top: 40px;
}

.accordion-item {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-item.accordion-gi-bill {
  margin-top: 0;
}

.accordion-toggle {
  border-left: 12px solid var(--pennwest-red);
  color: #fff;
  background-color: #003d77;
  border-radius: 0;
  align-items: center;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: background-color .3s ease-in-out;
  display: block;
}

.accordion-toggle:hover {
  background-color: #035fb6;
}

.accordion-icon {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
}

.text-block-80 {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  flex: none;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.dropdown-list-4 {
  background-color: #fcfcfc;
  border: 1px #003d77;
  margin-top: 10px;
  padding: 20px 40px 40px;
  font-size: 18px;
  line-height: 26px;
  display: block;
  position: static;
}

.dropdown-list-4.small-accordion-font {
  font-size: 14px;
  line-height: 21px;
}

.paragraph-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.miller-profile {
  background-image: url('../images/scott-miller.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 400px;
  height: 500px;
}

.div-block-100 {
  background-color: #003d77eb;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  display: block;
  position: relative;
  inset: auto auto -78% 0%;
}

.heading-39 {
  color: var(--white);
  flex: none;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.text-block-81 {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-101 {
  background-image: url('../images/scott-miller.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: static;
}

.div-block-101:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/scott-miller.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-34 {
  grid-row-gap: 5px;
  grid-template-rows: 3.5fr 1fr;
  grid-template-columns: 1fr;
}

.div-block-102 {
  background-color: #003d77f7;
}

.heading-40 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
}

.text-block-82 {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.link-block-5 {
  background-image: url('../images/dan-engstrom.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 288px;
  height: 400px;
  position: relative;
}

.link-block-5:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/dan-engstrom.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.link-block-5.fenske {
  background-image: url('../images/susanne-fenske.jpg');
  background-position: 50%;
}

.link-block-5.fenske:hover {
  background-image: linear-gradient(#00000063, #00000063), url('../images/susanne-fenske.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.geiger {
  background-image: url('../images/Geiger.jpg');
}

.link-block-5.geiger:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/Geiger.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.petrosky {
  background-image: url('../images/fawn-petrosky.jpg');
}

.link-block-5.petrosky:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/fawn-petrosky.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.hynes {
  background-image: url('../images/john-hynes.jpg');
}

.link-block-5.hynes:hover {
  background-color: #0006;
  background-image: linear-gradient(#0006, #0006), url('../images/john-hynes.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.link-block-5.lake {
  background-image: url('../images/erinn-lake.jpg');
  height: 400px;
}

.link-block-5.lake:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/erinn-lake.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.mitchell {
  background-color: #0006;
  background-image: url('../images/terrence-mitchell.jpg');
}

.link-block-5.mitchell:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/terrence-mitchell.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.moran {
  background-image: url('../images/kelly-repinski.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-5.moran:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/kelly-repinski.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.fredette {
  background-image: url('../images/brenda-fredette.jpg');
}

.link-block-5.fredette:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/brenda-fredette.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.frese {
  background-image: url('../images/yugo-ikach.jpg');
  height: 400px;
}

.link-block-5.frese:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/yugo-ikach.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.carden {
  background-image: url('../images/mary-carden.jpg');
}

.link-block-5.carden:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/mary-carden.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.price {
  background-image: url('../images/gwen-price.jpg');
}

.link-block-5.price:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/gwen-price.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.kelly {
  background-image: url('../images/deborah-kelly.jpg');
}

.link-block-5.kelly:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/deborah-kelly.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.fisher {
  background-image: url('../images/james-fisher.jpg');
}

.link-block-5.fisher:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/james-fisher.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.cullo {
  background-image: url('../images/cullo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.link-block-5.cullo:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/cullo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-5.laugand {
  background-image: url('../images/rogers-laugand.jpg');
  background-position: 13% 13%;
}

.link-block-5.laugand:hover {
  background-image: url('../images/rogers-laugand.jpg');
  background-position: 13% 13%;
  background-size: cover;
}

.link-block-5.bernotsky {
  background-image: url('../images/Jon-Anderson-PHOTO.jpg');
}

.link-block-5.bernotsky:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Jon-Anderson-PHOTO.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.link-block-5.freed {
  background-image: url('../images/freed.jpg');
}

.link-block-5.freed:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/freed.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.link-block-5.guiser {
  background-image: url('../images/eric-guiser.jpg');
}

.link-block-5.guiser:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/eric-guiser.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.link-block-5.heinerichs {
  background-image: url('../images/heinerichs.jpg');
}

.link-block-5.heinerichs:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/heinerichs.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.link-block-5.gervaise {
  background-image: url('../images/blank-profile.jpg');
  height: 400px;
}

.link-block-5.gervaise:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/blank-profile.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-103 {
  background-image: linear-gradient(#003d77e3, #003d77e3);
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-41 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 21px;
}

.text-block-83 {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.rich-text-block-10 {
  margin-top: 40px;
  padding-top: 0;
}

.youtube {
  margin-top: 40px;
}

.grid-35, .grid-36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sm-icon-link {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.sm-icon {
  object-fit: cover;
  width: 40px;
  height: auto;
  font-size: 21px;
}

.sm-text.sm-text-light {
  color: #fff;
}

.sm-icon-link-2 {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.sm-icon-2, .sm-icon-3 {
  object-fit: cover;
  width: 40px;
  height: auto;
}

.grid-37 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-104 {
  display: flex;
}

.sm-icon-4 {
  object-fit: cover;
  width: 40px;
  height: auto;
  margin-right: 10px;
  padding-right: 0;
}

.sm-icon-4:hover {
  filter: invert();
}

.sm-icon-link-3 {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.sm-icon-5 {
  object-fit: cover;
  width: 40px;
  height: auto;
}

.sm-icon-5:hover {
  filter: invert();
}

.sm-icon-link-4 {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.sm-icon-6 {
  object-fit: cover;
  width: 40px;
  height: auto;
}

.sm-icon-6:hover {
  filter: invert();
}

.rich-text-block-11 {
  margin-top: 60px;
}

.link-block-6 {
  width: auto;
}

.grid-38 {
  grid-template-rows: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid-39 {
  padding-left: 0;
  padding-right: 0;
}

.grid-40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-40, .image-41, .image-42, .image-43, .image-44, .image-45 {
  max-width: 70%;
}

.grid-41 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.image-46 {
  width: auto;
  max-width: 70%;
}

.image-47, .image-48, .image-49, .image-50 {
  max-width: 70%;
}

.grid-42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-box {
  text-align: center;
}

.color-box.blue {
  background-color: var(--pw-blue);
}

.color-box.yellow {
  background-color: #f0c900;
}

.color-box.clarion-gold {
  background-color: #a78231;
}

.color-box.edinboro-red {
  background-color: #bb131a;
}

.color-box.go-gold {
  background-color: #cd9d2d;
}

.text-block-84 {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
}

.text-block-84.red {
  background-color: var(--pennwest-red);
}

.paragraph-24 {
  padding-top: 40px;
}

.grid-43 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-box-cal {
  background-color: #fa291c;
}

.bold-text-17 {
  text-align: center;
}

.grid-44 {
  grid-template-rows: auto;
}

.image-51, .image-52 {
  max-width: 70%;
}

.rich-text-block-12 {
  text-align: center;
}

.grid-45, .grid-46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-47 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-105 {
  padding: 15px;
}

.grid-48 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-53 {
  text-align: left;
  display: inline-block;
}

.paragraph-25 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 20px;
  display: flex;
}

.collection-list-wrapper {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.grid-21 {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  border: 1px solid #003d77;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: column;
  padding: 10px;
}

.image-54 {
  width: 100%;
  height: auto;
  padding-left: 0;
}

.h3 {
  color: #003d77;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 28px;
}

.title-section {
  border-top: 1px solid #003d77;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
}

.news-subheader {
  color: #003d77;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.h1-news {
  color: #333;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
}

.category-link-3 {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.category-link-3:hover {
  text-decoration: underline;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-center {
  align-items: center;
}

.text-container {
  padding-left: 60px;
  padding-right: 60px;
}

.container-16 {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1200px;
}

.container-16.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  display: flex;
}

.image-55 {
  object-fit: fill;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.container-17 {
  margin-top: 60px;
  padding-bottom: 60px;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.news-rich-class {
  font-family: proxima-nova, sans-serif;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #003d77;
  height: 1px;
}

.latest-posts-2 {
  justify-content: center;
  align-items: center;
  padding: 90px 30px 20px;
  display: flex;
}

.section-title-text-2 {
  color: #003d77;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text-2:hover {
  text-decoration: underline;
}

.posts-wrapper-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-collection-item-2 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-36 {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.container-18 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-6 {
  color: #003d77;
  background-color: #fff;
  border: 2px solid #003d77;
  justify-content: center;
  align-items: center;
  width: 250px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 900;
  display: flex;
}

.button-6:hover {
  color: #d02e2d;
}

.image-56 {
  width: 600px;
  height: 400px;
}

.h3-3 {
  color: #003d77;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.topics-filter-button {
  color: #003d77;
  text-align: left;
  background-color: #fff;
  border: 0 solid #003d77;
  border-radius: 0;
  align-items: center;
  width: 100%;
  padding: 5px 0 5px 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  display: block;
}

.topics-filter-button:hover {
  background-color: #4c8ac57d;
}

.topics-filter-button.jetboost-filter-active {
  color: #d02e2d;
  background-color: #fff;
  width: 100%;
}

.topics-filter-button.jetboost-filter-active:active, .topics-filter-button.jetboost-filter-active:focus {
  color: #d02e2d;
}

.field-label-2 {
  background-color: #f3f3f3;
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.blue-cta-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #003d77;
  border-left: 10px solid #d02e2d;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 10px 20px 10px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}

.blue-cta-2:hover {
  background-color: #d02e2d;
}

.wide-container {
  text-align: left;
  max-width: 1200px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-style: normal;
}

.div-block-106 {
  border: 1px solid #c2c2c2;
  padding: 30px 21px 30px 20px;
}

.paragraph-26 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.grid-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .75fr .75fr;
}

.container-19 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.grid-50 {
  grid-template-columns: 1fr 1.5fr;
}

.text-block-85 {
  color: #003d77;
  text-align: center;
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-86 {
  color: #003d77;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.grid-51 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-87 {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.div-block-107 {
  text-align: center;
}

.div-block-108 {
  border-bottom: 1px solid #bbb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-88 {
  font-size: 15px;
  font-weight: 700;
}

.paragraph-27 {
  padding-top: 40px;
}

.link-21 {
  color: #fff;
  text-decoration: none;
}

.link-21:hover {
  color: var(--pennwest-red);
}

.link-22 {
  color: #fff;
  text-decoration: none;
}

.link-22:hover {
  color: var(--pennwest-red);
}

.accordion-item-2 {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-toggle-2 {
  color: #333;
  background-color: #0000;
  border: 3px solid #003d77;
  border-left: 12px solid #d02e2d;
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: background-color .3s ease-in-out;
  display: block;
}

.accordion-toggle-2:hover {
  background-color: #d4dee7;
}

.accordion-icon-2 {
  color: #003d77;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
}

.text-block-89 {
  color: #003d77;
  text-transform: none;
  white-space: normal;
  flex: none;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.container-20 {
  margin-bottom: 100px;
}

.text-span {
  color: #333;
}

.section-37 {
  margin-bottom: 100px;
  padding-top: 40px;
}

.paragraph-28 {
  margin-bottom: 20px;
}

.text-span-2 {
  color: var(--pennwest-red);
  font-style: italic;
  font-weight: 700;
}

.grid-53 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

.field-label-3 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.form-field-label {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.text-field-2 {
  background-color: #f3f3f3;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.submit-button-2 {
  background-color: var(--pennwest-red);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.heading-42 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
}

.text-block-90 {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}

.div-block-109 {
  margin-top: 13px;
  margin-left: -4px;
  padding-left: 0;
}

.div-block-110 {
  margin-top: 0;
}

.div-block-111 {
  margin-top: 0;
  margin-bottom: 20px;
}

.admissions-subheading {
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
}

.heading-43 {
  color: var(--pw-blue);
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
}

.visit-options-sections {
  padding-top: 0;
  padding-bottom: 0;
}

.section-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to right, #000000d9, #fff0), url('../images/dr-dale-campus.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 600px;
  display: grid;
}

.paragraph-29 {
  margin-top: 20px;
}

.dropdown-4 {
  border-left: 5px solid var(--pennwest-red);
  background-color: var(--pw-blue);
  text-transform: uppercase;
  height: 50px;
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.dropdown-toggle-5 {
  color: #fff;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-block-91 {
  margin-right: 30px;
  font-size: 16px;
}

.visit-section-container {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  max-width: 1300px;
  padding: 60px 60px 75px;
}

.visit-section-container.visit-section-container-alt {
  background-color: #0000;
}

.heading-44 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 92px;
  font-weight: 900;
  line-height: 92px;
}

.div-block-112 {
  color: #fff;
  align-items: flex-end;
  padding-left: 70px;
  display: flex;
}

.paragraph-30 {
  color: var(--white);
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.heading-45 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 78px;
}

.text-block-92 {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
  background-color: var(--white);
  color: var(--pw-blue);
}

.section-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to right, #0000004f, #00000040), url('../images/edinboro-lake2.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-113 {
  margin-left: 15px;
  display: inline-block;
}

.top-nav-cta {
  background-color: #002141;
  height: auto;
  margin-left: 1px;
  padding: 5px 20px;
  transition: background-color .2s;
  overflow: visible;
}

.top-nav-cta:hover {
  background-color: #b82f2e;
}

.text-block-123 {
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  display: inline-block;
  overflow: visible;
}

.div-block-114 {
  display: inline-block;
}

.nav-top-cta-arrow {
  color: #fff;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.dropdown-list-5.w--open {
  background-color: var(--white);
}

.dropdown-list-7.w--open {
  margin-left: -156px;
  margin-right: 0;
}

.div-block-115 {
  padding-left: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.text-block-124 {
  letter-spacing: 0;
  column-count: auto;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  display: inline-block;
}

.container-22 {
  max-width: 80%;
}

.text-block-125 {
  color: #fff;
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
}

.link-block-7 {
  color: #003d77;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 6px solid #cd9d2d;
  margin-left: 8px;
  padding: 10px 20px 10px 25px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.link-block-7:hover {
  color: #fff;
  background-color: #d02e2d;
}

.div-block-116 {
  background-color: #003d77;
  align-items: center;
  height: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}

.text-block-93 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.yellow-underline-half {
  background-color: #cd9d2d;
  width: 75px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.grid-54 {
  grid-row-gap: 18px;
  background-color: #002141;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .25fr 1fr;
}

.grid-55 {
  background-color: #002141;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr .5fr;
}

.text-block-126 {
  color: #fff;
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
}

.text-block-127 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.link-23 {
  overflow: visible;
}

.image-57 {
  text-align: center;
  width: 600px;
}

.text-block-128 {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  font-style: italic;
}

.div-block-117 {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

.bold-text-18 {
  color: var(--pw-blue);
  font-size: 26px;
}

.grid-56 {
  grid-template-rows: auto;
  grid-template-columns: 8fr;
  padding-top: 30px;
  padding-bottom: 20px;
}

.text-block-129 {
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.link-48 {
  text-decoration: none;
}

.text-block-130 {
  color: #000;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

.text-block-130.red {
  color: var(--pw-blue);
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.text-block-131 {
  color: #da291c;
  text-align: center;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.section-41 {
  background-image: linear-gradient(to right, #000, #fff0), url('../images/hero.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.section-41.upmc-hero {
  background-image: linear-gradient(to right, #fff, #fff0), url('../images/upmc_hero1.jpg');
  border: 1px solid #dbdbdb;
  display: block;
}

.text-block-132 {
  margin-left: 14px;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.bold-text-19 {
  color: var(--pw-blue);
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  line-height: 48px;
}

.button-7 {
  background-color: var(--pw-blue);
  text-align: center;
  text-transform: uppercase;
  border: 2px #da291c;
  border-left: 5px solid #b13534;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 65px;
  margin-bottom: 15px;
  margin-left: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-7:hover {
  background-color: #b12015;
}

.div-block-118 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-119 {
  margin-top: 31px;
  margin-left: 19px;
  margin-right: 20px;
  font-size: 12px;
}

.div-block-120 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-121 {
  margin-top: 0;
  margin-bottom: 5px;
}

.text-block-133 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.text-block-133.red {
  color: var(--pw-blue);
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.italic-text-5 {
  color: #da291c;
  text-decoration: none;
}

.text-span-3 {
  color: #da291c;
  font-size: 18px;
}

.grid-57 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: static;
}

.text-block-134 {
  color: var(--pw-blue);
  text-align: center;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
}

.section-42 {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-135 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-136 {
  color: var(--pw-blue);
  text-align: left;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 21px;
}

.text-block-137 {
  text-align: left;
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.div-block-122 {
  border: 1px solid #b1b1b1;
  padding: 29px 30px 30px;
}

.div-block-123 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-138 {
  text-align: center;
  margin-top: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
}

.text-block-139 {
  text-align: center;
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.section-43 {
  padding-bottom: 50px;
}

.text-block-140 {
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}

.text-block-141 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 75px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-124 {
  margin-top: 32px;
}

.text-block-142 {
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-style: italic;
}

.heading-46 {
  font-weight: 900;
  position: static;
}

.bold-text-20 {
  font-weight: 900;
}

.red-underline-full-3 {
  background-color: #d02e2d;
  width: 150px;
  height: 6px;
  margin-bottom: 20px;
}

.rich-text-block-13 {
  text-transform: none;
  padding-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.section-44 {
  margin-top: 25px;
}

.dropdown-link-7 {
  color: #003d77;
  text-transform: uppercase;
  background-color: #fff;
  width: 0;
  min-width: 300px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-link-7:hover {
  color: #d02e2d;
}

.dropdown-link-7.w--current {
  color: #3590e6;
  width: 325px;
  min-width: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-link-7.w--current:hover {
  color: #d02e2d;
}

.dropdown-toggle-6 {
  color: #003d77;
  text-transform: uppercase;
  border: 2px solid #003d77;
  width: 325px;
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.dropdown-toggle-6:hover {
  color: #fff;
  background-color: #003d77;
}

.dropdown-toggle-6.w--open {
  text-transform: uppercase;
  min-width: 300px;
  font-weight: 900;
}

.dropdown-list-8 {
  min-width: 250px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dropdown-list-8.w--open {
  color: #003d77;
  background-color: #fff;
  border: 2px solid #003d77;
  border-top-width: 0;
  width: 325px;
  font-family: proxima-nova, sans-serif;
}

.section-46 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-47 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.paragraph-31 {
  margin-top: 40px;
}

.text-block-143 {
  color: var(--pw-blue);
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.section-47 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-48 {
  display: none;
}

.grid-58 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-23 {
  margin-top: 30px;
}

.text-block-144 {
  margin-top: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-145 {
  margin-top: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-146 {
  font-size: 18px;
  line-height: 26px;
}

.link-49 {
  font-family: proxima-nova, sans-serif;
}

.link-50 {
  color: var(--white);
  text-decoration: none;
}

.link-50:hover {
  color: var(--pennwest-red);
}

.link-50.w--current {
  text-decoration: none;
}

.link-50.w--current:hover {
  color: var(--pennwest-red);
}

.heading-48 {
  color: var(--white);
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.div-block-125 {
  margin-left: -6px;
}

.section-49 {
  display: none;
}

.section-50 {
  background-image: linear-gradient(#00000061, #00000061), url('../images/military2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 650px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.grid-59 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.heading-49 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
}

.text-block-147 {
  color: var(--white);
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-126 {
  margin-top: 15px;
  margin-left: -6px;
}

.text-block-148 {
  color: var(--pw-blue);
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-21 {
  font-size: 62px;
  line-height: 62px;
}

.section-51 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.grid-60 {
  grid-template-rows: auto;
  margin-top: 25px;
}

.red-underline-full-4 {
  background-color: #d02e2d;
  width: 150px;
  height: 2px;
  margin-bottom: 20px;
}

.section-52 {
  display: none;
}

.list-5 {
  color: var(--white);
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.list-item-7, .list-item-8 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-149 {
  color: var(--white);
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-150 {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.text-block-151 {
  color: var(--white);
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 26px;
}

.heading-50 {
  text-align: center;
  margin-bottom: 30px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.text-block-152 {
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-53 {
  background-image: url('../images/camo.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.grid-61 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.heading-51 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.paragraph-32 {
  border-left: 1px solid var(--pennwest-red);
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.section-54 {
  padding-top: 70px;
  padding-bottom: 80px;
}

.paragraph-33, .list-item-9, .list-item-10 {
  font-size: 16px;
  line-height: 24px;
}

.list-6 {
  font-weight: 400;
}

.list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16 {
  font-size: 16px;
  line-height: 24px;
}

.div-block-127 {
  display: flex;
}

.grid-62 {
  grid-template-rows: auto;
}

.div-block-128 {
  margin-top: 25px;
}

.div-block-129 {
  padding-bottom: 10px;
}

.div-block-130 {
  margin-top: 20px;
  margin-left: -6px;
}

.text-block-153 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-154 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-155 {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  position: absolute;
}

.grid-63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: static;
}

.section-55 {
  background-image: url('../images/military4.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  height: 700px;
  display: none;
}

.grid-64 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

.text-block-156 {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 58px;
}

.text-block-157 {
  color: var(--white);
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-131 {
  position: relative;
}

.section-56 {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-65 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: center;
}

.text-block-158 {
  color: var(--pw-blue);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 52px;
}

.text-block-159 {
  margin-left: 9px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-132 {
  padding-left: 23px;
}

.div-block-133 {
  margin-top: 25px;
}

.rich-text-block-14 {
  text-align: center;
  padding-top: 20px;
  font-style: normal;
}

.link-51 {
  position: static;
  inset: 0% auto auto 0%;
}

.grid-66 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.text-block-160, .text-block-161 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
}

.link-52, .link-53 {
  font-weight: 700;
}

.link-54 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.text-block-162 {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
}

.italic-text-6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.text-block-163 {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bold-text-22 {
  font-size: 54px;
  line-height: 54px;
}

.text-block-164 {
  color: var(--white);
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.section-57 {
  padding-top: 50px;
  padding-bottom: 75px;
}

.heading-52 {
  color: var(--pw-blue);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
}

.text-block-165 {
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  line-height: 26px;
}

.bold-text-23 {
  font-size: 32px;
  line-height: 38px;
}

.text-block-166 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-34 {
  margin-top: 10px;
}

.section-58 {
  background-image: linear-gradient(to bottom, var(--pw-blue), var(--pw-blue));
  padding-top: 50px;
  padding-bottom: 75px;
}

.heading-53 {
  color: var(--white);
  text-align: left;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.paragraph-35 {
  color: var(--white);
  text-align: left;
  margin-top: 30px;
}

.section-59 {
  padding-top: 40px;
  padding-bottom: 75px;
}

.heading-54 {
  text-align: center;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

.heading-55 {
  text-align: center;
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}

.bold-text-24 {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
}

.grid-67 {
  grid-template-rows: auto;
  margin-top: 25px;
}

.text-block-167 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-168 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-169 {
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-170 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-135 {
  margin-top: 50px;
}

.div-block-136 {
  padding-left: 0;
  padding-right: 15px;
}

.div-block-137, .div-block-138 {
  padding-left: 15px;
}

.section-60 {
  background-color: #fafafa;
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
  padding-bottom: 75px;
}

.heading-56 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.list-7 {
  margin-top: 15px;
}

.text-block-171 {
  color: var(--pw-blue);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-172 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-139 {
  margin-top: 15px;
}

.container-24 {
  display: block;
  overflow: visible;
}

.program-hero {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  height: 650px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-140 {
  margin-top: 29px;
}

.heading-58 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
}

.section-61 {
  background-color: #3f3f3f;
  height: 30px;
}

.breadcrumbs {
  background-color: #303030;
  height: 30px;
}

.program-page-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}

.program-hero-heading {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
}

.program-intro-boxes {
  border: 1px #003d77;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.feature-boxes {
  color: #333;
  border: 1px solid #d9d9d9;
  padding: 30px 25px 50px;
  box-shadow: 1px 1px 5px -1px #acacac;
}

.program-stat-box-heading {
  color: #003d77;
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 28px;
}

.rich-text-block-15 {
  font-family: proxima-nova, sans-serif;
}

.program-intro-heading {
  width: auto;
  height: auto;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 66px;
}

.text-block-173 {
  color: var(--pw-blue);
  font-size: 21px;
  line-height: 24px;
}

.program-page-subhead {
  color: var(--pw-blue);
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.rich-text-program-body {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-141 {
  border-left: 2px solid var(--pennwest-red);
  padding-left: 25px;
}

.div-block-142 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.program-fast-facts-3 {
  border-top: 2px solid var(--pennwest-red);
  border-bottom: 2px solid var(--pennwest-red);
  background-image: radial-gradient(circle, #003d77ed, #00162a), url('../images/commencement.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 50px;
}

.fast-fact-box-2 {
  border: 2px #cd9d2d;
  flex-direction: column;
  align-items: center;
  padding: 0 70px;
  display: flex;
}

.rich-text-block-16 {
  color: #fff;
}

.link-block-10 {
  color: #003d77;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 5px solid #cd9d2d;
  margin-left: 8px;
  padding: 10px 20px 10px 25px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: inline-block;
}

.link-block-10:hover {
  color: #fff;
  background-color: #d02e2d;
}

.link-block-10.go-blue-cta {
  border-left-width: 5px;
  border-left-color: var(--pennwest-red);
  color: #fff;
  background-color: #003d77;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-10.go-blue-cta:hover {
  background-color: #d02e2d;
}

.fast-facts-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 60px;
}

.grid-68 {
  grid-template-rows: auto;
}

.div-block-143 {
  padding-left: 20px;
}

.yellow-underline-full {
  background-color: #cd9d2d;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 2px;
  margin-top: 15px;
  display: block;
}

.div-block-144 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1100px;
  display: flex;
}

.div-block-145 {
  float: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-146 {
  padding-left: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.grid-69 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-block-147 {
  border-right: 2px #cd9d2d;
  padding-right: 25px;
}

.program-page-careers {
  background-color: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 100px;
}

.program-page-heading-career {
  color: var(--pw-blue);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.program-page-outcomes {
  padding-top: 70px;
  padding-bottom: 100px;
}

.program-page-outcomes-heading {
  color: var(--pw-blue);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.program-page-concentrations {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-59 {
  color: var(--pw-blue);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.accordion-toggle-4 {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #003d77;
  border-left: 0 #cd9d2d;
  border-radius: 0;
  align-items: center;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: background-color .3s ease-in-out;
  display: block;
}

.accordion-toggle-4:hover {
  background-color: #f5f5f5;
}

.text-block-174 {
  color: #003d77;
  text-transform: uppercase;
  white-space: normal;
  flex: none;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}

.text-block-174.normall-case {
  text-transform: none;
}

.section-62 {
  background-color: #003d77;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-container-2 {
  max-width: 1100px;
  padding-left: 25px;
  padding-right: 25px;
}

.heading-60 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.paragraph-36 {
  color: #fff;
  margin-top: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-63 {
  background-color: var(--pw-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  display: flex;
}

.rich-text-block-17 {
  color: var(--white);
  text-align: center;
}

.bold-text-25 {
  color: #fff;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 24px;
  display: inline-block;
}

.bold-text-25:hover {
  color: #fff;
}

.text-block-175 {
  color: #003d77;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.text-block-176 {
  color: #003d77;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.section-64 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-148 {
  margin-left: -8px;
}

.dropdown-list-9.w--open {
  background-color: #fff;
}

.dropdown-toggle-7 {
  color: #003d77;
  text-transform: uppercase;
  padding-right: 30px;
  font-weight: 400;
}

.dropdown-toggle-7:hover {
  color: #d02e2d;
}

.dropdown-link-8 {
  color: #003d77;
  text-transform: uppercase;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-link-8:hover {
  color: #d02e2d;
}

.dropdown-link-8.w--current {
  text-transform: uppercase;
}

.program-hero-heading-2 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
}

.section-65 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  display: flex;
}

.rich-text-block-18 {
  color: #000;
  text-align: center;
  font-size: 24px;
}

.program-page-subhead-2 {
  color: #003d77;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.program-page-intro-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.red-underline-half-2 {
  background-color: #d02e2d;
  width: 75px;
  height: 3px;
  margin-top: 0;
}

.red-underline-half-2.red-underline-space-top-bottom {
  height: 2px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.program-intro-heading-2 {
  width: auto;
  height: auto;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 66px;
}

.white-cta-2 {
  color: #003d77;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 5px solid #d02e2d;
  margin-bottom: 5px;
  margin-left: 8px;
  padding: 10px 20px 10px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.white-cta-2:hover {
  color: #fff;
  background-color: #d02e2d;
  border-left-color: #d02e2d;
}

.program-fast-facts-4 {
  background-image: radial-gradient(circle, #003d77ed, #00162a), url('../images/commencement.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 2px solid #d02e2d;
  border-bottom: 2px solid #d02e2d;
  padding: 100px 50px;
}

.div-block-149 {
  border-left: 2px solid #d02e2d;
  padding-left: 25px;
}

.fast-facts-heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 60px;
}

.div-block-150 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.heading-61 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.program-page-concentrations-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.program-page-careers-2 {
  background-color: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 100px;
}

.program-page-heading-career-2 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.program-page-outcomes-2 {
  padding-top: 70px;
  padding-bottom: 100px;
}

.program-page-outcomes-heading-2 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.section-66 {
  background-color: #003d77;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-67 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-151 {
  margin-left: -8px;
}

.blue-cta-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #003d77;
  border-left: 5px solid #d02e2d;
  margin-bottom: 5px;
  margin-left: 6px;
  padding: 15px 20px 15px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}

.blue-cta-3:hover {
  background-color: #d02e2d;
}

.collection-list-wrapper-2 {
  display: flex;
}

.grid-70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: flex;
}

.paragraph-37, .paragraph-38 {
  color: var(--white);
}

.paragraph-38.h3 {
  margin-top: 20px;
  padding-bottom: 10px;
}

.wide-container-3 {
  max-width: 1100px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.field-label {
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.paragraph-39 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 900;
}

.grid-71 {
  border-bottom: 1px solid #797979;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-177 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.text-block-178 {
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.text-block-179 {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.grid-72 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
}

.link-block-11 {
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.text-block-180 {
  color: #d02e2d;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.italic-text-7 {
  font-size: 18px;
}

.section-68 {
  border: 0 solid #000;
  border-radius: 0;
  margin-bottom: 100px;
}

.section-69 {
  background-color: var(--pennwest-red);
  color: #0000;
}

.grid-73 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr .5fr;
}

.image-58 {
  padding: 0;
  display: inline-block;
}

.paragraph-40 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.div-block-152 {
  padding-top: 0;
}

.button-8 {
  background-color: var(--white);
  color: #000;
  border: 0 solid #000;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.list-8, .visit-bullet-list, .list-item-17, .list-item-18, .list-item-19 {
  font-size: 16px;
  line-height: 24px;
}

.div-block-154 {
  margin-top: 25px;
}

.section-70 {
  margin-top: 100px;
  margin-left: 0;
}

.grid-74 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.search-trigger {
  padding-left: 10px;
}

.search {
  background-color: var(--pw-blue);
  margin-bottom: 0;
  overflow: hidden;
}

.div-block-155 {
  justify-content: flex-end;
  width: 500px;
  max-width: 500px;
  margin: 20px auto;
  display: flex;
}

.search-input {
  margin-bottom: 0;
  display: none;
}

.search-button {
  background-color: var(--pennwest-red);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  display: none;
}

.container-26 {
  margin-top: 100px;
}

.heading-62 {
  font-size: 72px;
  line-height: 78px;
}

.search-button-2 {
  background-color: var(--pennwest-red);
  margin-bottom: 9px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.search-2 {
  margin-bottom: 20px;
  display: flex;
}

.link-55 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.text-block-181 {
  font-family: proxima-nova, sans-serif;
  font-style: italic;
}

.paragraph-41 {
  margin-bottom: 20px;
}

.text-block-182 {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-42 {
  text-align: center;
}

.section-71 {
  margin-top: 100px;
}

.rich-text-block-19 {
  font-family: proxima-nova, sans-serif;
}

.text-block-183 {
  color: var(--pw-blue);
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.rich-text-block-20 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.submit-button-3 {
  display: none;
}

.jetboost-list-search-input-vm64 {
  font-family: proxima-nova, sans-serif;
}

.form-block-2 {
  margin-top: 40px;
}

.paragraph-43 {
  text-align: center;
}

.grid-75 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
}

.list-9 {
  font-family: proxima-nova, sans-serif;
}

.list-item-20 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.list-item-21 {
  font-family: proxima-nova, sans-serif;
}

.text-block-184 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.link-56, .link-57 {
  font-weight: 400;
}

.text-block-185 {
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 28px;
}

.link-58 {
  font-weight: 400;
}

.section-72 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to right, #000000ba, #1b1b1b99 32%, #fff0 67%, #fff0), url('../images/52052289438_63060decfa_k-1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  display: grid;
}

.text-block-186 {
  color: var(--white);
  margin-top: 30px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.section-73 {
  border-top: 1px solid var(--white);
  background-color: #002141;
  background-image: url('../images/hands.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 75px;
  padding-bottom: 110px;
}

.section-74 {
  padding-top: 70px;
  padding-bottom: 100px;
}

.bold-text-26 {
  font-size: 54px;
  line-height: 54px;
}

.text-block-187 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 46px;
}

.text-block-188 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 46px;
}

.text-block-189 {
  color: var(--pennwest-yellow);
  mix-blend-mode: normal;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 72px;
  transform: translate(0);
}

.text-span-4, .text-span-5 {
  color: var(--white);
  font-size: 32px;
  font-style: italic;
  line-height: 32px;
}

.div-block-156 {
  padding-bottom: 100px;
  padding-left: 130px;
}

.text-span-6, .text-span-7 {
  color: #f1c418;
}

.paragraph-44 {
  margin-top: 20px;
}

.div-block-157 {
  margin-top: 35px;
  margin-left: -9px;
}

.text-span-8 {
  color: #f1c418;
}

.div-block-158 {
  margin-top: 25px;
  margin-left: -8px;
}

.grid-76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.text-block-190 {
  margin-top: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-191 {
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.section-75 {
  background-color: #f0f0f0;
  padding-top: 70px;
  padding-bottom: 90px;
}

.text-span-9 {
  font-size: 24px;
  line-height: 24px;
}

.bold-text-27 {
  color: var(--white);
  font-size: 32px;
  line-height: 32px;
}

.heading-63 {
  color: var(--white);
  margin-top: 0;
  font-size: 54px;
  line-height: 54px;
}

.section-76 {
  color: var(--white);
  background-color: #002141;
  padding-top: 50px;
  padding-bottom: 85px;
}

.paragraph-45 {
  color: var(--white);
  margin-top: 20px;
}

.text-span-10 {
  color: var(--pennwest-yellow);
}

.div-block-159 {
  padding-left: 40px;
}

.text-block-192 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.text-block-193 {
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-160 {
  background-image: linear-gradient(to top, #161616c2, #0000 80%);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 650px;
  padding-bottom: 25px;
  padding-left: 50px;
  display: flex;
  position: absolute;
}

.heading-64 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.grid-77 {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

.list-10 {
  font-size: 16px;
}

.list-item-22, .list-item-23, .list-item-24, .list-item-25 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-194 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.text-block-195 {
  margin-top: 10px;
}

.section-77 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.link-59 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.section-78 {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 20px;
}

.section-79 {
  border-bottom: 1px solid #e7e7e7;
}

.text-block-196, .text-block-197, .text-block-198 {
  margin-top: 5px;
}

.visit-options-sections-alt {
  background-color: #f5f5f5;
}

.bold-text-29 {
  font-size: 72px;
  line-height: 78px;
}

.bold-text-30 {
  font-size: 48px;
  line-height: 52px;
}

.heading-65 {
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 21px;
}

.text-block-199 {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.text-block-200 {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.link-block-12 {
  background-image: url('../images/mary-carden.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}

.link-block-12:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/dan-engstrom.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.geiger {
  background-image: url('../images/Geiger.jpg');
}

.link-block-12.geiger:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/Geiger.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.mehalik {
  background-image: url('../images/bob-mehalik.jpg');
  width: 288px;
}

.link-block-12.mehalik:hover {
  background-image: linear-gradient(#00000063, #00000063), url('../images/bob-mehalik.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.lake {
  background-image: url('../images/erinn-lake.jpg');
}

.link-block-12.lake:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/erinn-lake.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.petrosky {
  background-image: url('../images/blank-profile.jpg');
}

.link-block-12.petrosky:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/blank-profile.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.moran {
  background-image: url('../images/james-fisher.jpg');
  background-position: 50%;
  background-size: cover;
  width: 288px;
}

.link-block-12.moran:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/james-fisher.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.paniccia-carden {
  background-image: url('../images/mary-carden_1.jpg');
}

.link-block-12.paniccia-carden:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/mary-carden_1.jpg');
}

.link-block-12.frese {
  background-image: url('../images/phillip-frese.jpg');
}

.link-block-12.frese:hover {
  background-color: #0000;
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/phillip-frese.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.timothy-stevenson {
  background-image: url('../images/deborah-kelly_1.jpg');
}

.link-block-12.timothy-stevenson:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/deborah-kelly_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.knaust {
  background-image: url('../images/jacqueline-knaust.jpg');
  width: 288px;
}

.link-block-12.knaust:hover {
  background-image: linear-gradient(#00000063, #00000063), url('../images/jacqueline-knaust.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.gervais {
  background-image: url('../images/gervais-7.jpg');
  width: 288px;
}

.link-block-12.gervais:hover {
  background-image: linear-gradient(#00000063, #00000063), url('../images/gervais-7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-161 {
  background-image: linear-gradient(#003d77e3, #003d77e3);
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-46, .paragraph-47, .rich-text-block-21 {
  font-size: 18px;
  line-height: 26px;
}

.rich-text-block-22 {
  font-size: 18px;
  line-height: 28px;
}

.dei-main, .paragraph-48, .paragraph-49 {
  font-size: 18px;
  line-height: 26px;
}

.dei {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 15px;
}

.dei.women-pennwest-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dei.pennwest-alumni-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.dei.pennwest-alumni-grid.cabinet-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.dei.pennwest-alumni-grid.cabinet-grid.grid-two-row-and-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.dei.pennwest-alumni-grid.dean-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dei.pennwest-dei-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.dei.pennwest-dei-grid.cabinet-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.dei.pennwest-dei-grid.cabinet-grid.grid-two-row-and-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.dei.pennwest-dei-grid.dean-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dei.pennwest-dei-grid.dei-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.dei.pennwest-dei-grid.dei-grid.grid-two-row-and-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-78 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.div-block-162 {
  text-align: left;
  background-image: url('../images/sheleta-camarda-webb.jpg');
  background-position: 25% 25%;
  background-size: auto;
  width: 400px;
  height: 400px;
}

.div-block-163 {
  text-align: left;
  background-image: url('../images/sheleta-camarda-webb.jpg');
  background-position: 20% 20%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: visible;
}

.div-block-164 {
  text-align: left;
  background-image: url('../images/rogers-laugand.jpg');
  background-position: 10% 10%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: visible;
}

.div-block-165, .div-block-166 {
  text-align: left;
  background-image: url('../images/blank-profile.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: visible;
}

.div-block-167 {
  color: #00f;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-168 {
  z-index: auto;
  background-image: linear-gradient(#003d77e3, #003d77e3);
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-169 {
  background-image: linear-gradient(#003d77e3, #003d77e3);
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-66 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 21px;
}

.bold-text-31 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-201 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.section-81 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.paragraph-50 {
  font-size: 18px;
  line-height: 26px;
}

.heading-67 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.paragraph-51, .paragraph-52 {
  font-size: 18px;
  line-height: 26px;
}

.section-82 {
  margin-bottom: 32px;
  padding-bottom: 30px;
}

.section-83 {
  padding-top: 15px;
  padding-bottom: 50px;
}

.paragraph-53 {
  font-size: 18px;
  line-height: 26px;
  position: static;
}

.image-59 {
  position: absolute;
}

.rich-text-block-23 {
  font-size: 18px;
  line-height: 26px;
}

.grid-79 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.visit-section-containerr-daily-campus-visits {
  -webkit-text-fill-color: inherit;
  background-color: #f5f5f5;
  background-clip: border-box;
  max-width: 1300px;
  padding: 60px 60px 75px;
}

.visit-section-containerr-daily-campus-visits.visit-section-container-alt, .visit-options-sections-transfer-visits {
  background-color: #0000;
}

.visit-section-container-international-visits {
  -webkit-text-fill-color: inherit;
  background-color: #f5f5f5;
  background-clip: border-box;
  max-width: 1300px;
  padding: 60px 60px 75px;
}

.visit-section-container-international-visits.visit-section-container-alt {
  background-color: #0000;
}

.visit-options-sections-family-info-session {
  background-color: #f5f5f5;
}

.heading-68 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.rich-text-block-24 {
  padding-bottom: 0;
}

.portrait-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.portrait-grid-profile-background {
  clear: none;
  background-color: #003d77f5;
  height: 100px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.portrait-grid-profile-text-title {
  color: var(--white);
  width: auto;
  height: auto;
  padding-top: 0;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 24px;
  position: relative;
}

.portrait-grid-profile-photo {
  background-image: url('../images/logue.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.portrait-grid-profile-photo.portarit-dunbar {
  background-image: url('../images/dunbar.jpg');
}

.portrait-grid-profile-photo.portrait-seeder {
  background-image: url('../images/whitson.jpg');
}

.portrait-grid-profile-photo.portrait-robinson {
  background-image: url('../images/kister.jpg');
}

.portrait-grid-profile-photo.portrait-yost {
  background-image: url('../images/yost.jpg');
}

.portrait-grid-profile-photo.portrait-niccolai {
  background-image: url('../images/niccolai.jpg');
}

.portrait-grid-profile-photo.portrait-bellini {
  background-image: url('../images/bellini.jpg');
}

.portrait-grid-profile-photo.kathy-pape-portrait {
  background-image: url('../images/pape.jpg');
  background-position: 50%;
}

.portrait-grid-profile-photo.maggi-portrait {
  background-image: url('../images/maggi.jpg');
}

.portrait-grid-profile-photo.neil-weaver-portrait {
  background-image: url('../images/weaver.jpg');
}

.portrait-grid-profile-photo.donna-oberlander-portrait {
  background-image: url('../images/oberlander.jpg');
}

.portrait-grid-profile-photo.greenstein-portrait {
  background-image: url('../images/greenstein-portrait.jpg');
}

.portrait-grid-profile-photo.kennedy-portrait {
  background-image: url('../images/kennedy.jpg');
}

.portrait-grid-profile-photo.danny-jones-portrait {
  background-image: url('../images/danny-jones.jpg');
}

.portrait-grid-profile-photo.larry-pickett-trustee {
  background-image: url('../images/Larry-Pickett.jpg');
}

.portrait-grid-profile-photo.portrait-yamba {
  background-image: url('../images/Mohamed-Yamba-1.jpg');
}

.portrait-grid-container {
  position: relative;
}

.text-block-202 {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.portrait-grid-profile-text-subtext {
  color: var(--white);
  margin-top: 3px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.section-84 {
  padding-bottom: 30px;
}

.heading-69 {
  text-align: left;
  margin-top: 100px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
}

.calendar-h2 {
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 42px;
}

.grid-80 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.image-61, .image-62, .image-63 {
  width: 200px;
}

.rich-text-block-25 {
  margin-top: 25px;
}

.heading-70 {
  margin-bottom: 20px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 52px;
}

.rich-text-block-26 {
  margin-bottom: 25px;
}

.heading-71 {
  margin-bottom: 25px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
}

.grid-81 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.text-block-203 {
  color: var(--pw-blue);
  text-align: center;
  margin-bottom: 26px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.grid-82 {
  grid-column-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 0;
}

.section-85 {
  padding-top: 15px;
  padding-bottom: 75px;
}

.list-11 {
  font-family: proxima-nova, sans-serif;
}

.text-block-204 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-205 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.text-block-206, .text-block-207, .text-block-208, .text-block-209, .text-block-210, .text-block-211 {
  font-size: 16px;
  line-height: 20px;
}

.list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31 {
  margin-bottom: 10px;
}

.bold-text-32 {
  color: var(--pw-blue);
  text-align: left;
  font-size: 21px;
  line-height: 24px;
}

.heading-72 {
  text-align: center;
  margin-bottom: 0;
}

.text-block-212 {
  text-align: center;
  margin-bottom: 70px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

.div-block-170 {
  background-image: url('../images/tour-guides1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.program-page-intro-grid {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
}

.program-page-details-right-column {
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 5px #d9d9d9;
}

.program-details-headings {
  color: var(--pennwest-red);
  margin-top: 0;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.program-page-details-paragraph {
  font-size: 14px;
}

.grid-83 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 45px;
}

.grid-83.two-thirds-concentration-grid {
  grid-column-gap: 11px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.concentration-rich-text {
  color: var(--pw-blue);
  line-height: 24px;
}

.concentration-rich-text p {
  font-size: 14px;
  line-height: 18px;
}

.section-86 {
  padding-top: 70px;
  padding-bottom: 0;
}

.heading-73 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 48px;
}

.heading-74 {
  margin-top: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.heading-75 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
}

.paragraph-54 {
  margin-top: 35px;
}

.grid-84 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 55px;
}

.text-block-213 {
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.text-block-214 {
  margin-top: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-171 {
  border-right: 1px solid #000;
  padding-left: 0;
  padding-right: 15px;
}

.div-block-172 {
  border-right: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-173 {
  padding-left: 15px;
  padding-right: 15px;
}

.section-87 {
  margin-top: 0;
  padding-top: 40px;
}

.grid-85 {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.text-block-215 {
  margin-top: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-216 {
  font-size: 21px;
  line-height: 28px;
}

.text-block-217 {
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-55 {
  margin-top: 21px;
}

.paragraph-56 {
  margin-top: 25px;
}

.text-block-218 {
  color: var(--pw-blue);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 24px;
}

.section-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000, #0000008a), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  height: 550px;
  display: grid;
}

.text-block-219 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.div-block-174 {
  margin-bottom: 50px;
  margin-left: 70px;
}

.div-block-175 {
  border: 1px solid #a0a0a0;
  padding: 40px;
}

.section-89 {
  background-color: var(--pw-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-220 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.text-block-221 {
  color: var(--white);
  margin-top: 30px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 28px;
}

.section-90 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000, #0000007a), url('../images/study-abroad.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 600px;
  display: grid;
}

.heading-76 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 72px;
}

.div-block-176 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 50px;
  display: flex;
}

.heading-77 {
  font-size: 46px;
  line-height: 48px;
}

.container-27 {
  max-width: 1300px;
  padding: 50px 60px 75px;
}

.html-embed-3 {
  max-width: 500px;
  max-height: 500px;
}

.html-embed-4 {
  width: auto;
  min-width: 0;
  height: auto;
}

.image-64 {
  min-width: 0;
}

.virtual-tour-grid {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4px;
  display: grid;
}

.grid-86 {
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.link-block-13 {
  text-decoration: none;
}

.grid-87 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

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

.text-block-222 {
  margin-bottom: 25px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

.grid-89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-78 {
  color: #003d77;
  text-align: center;
  text-decoration: none;
}

.heading-79, .heading-80 {
  color: #003d77;
  text-align: center;
}

.link-block-14, .link-block-15 {
  text-decoration: none;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.about-timeline-cal-div-block {
  background-image: url('../images/california-timeline.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 550px;
  height: 800px;
}

.about-timeline-cal-text-div-block {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  display: flex;
}

.about-timeline-clr-div-block, .about-timeline-edn-div-block {
  height: 1200px;
}

.paragraph-57 {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.image-65 {
  max-width: 100%;
}

.about-timeline-cal-div-block2 {
  height: 1200px;
}

.grid-90 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.container-28 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-81 {
  align-self: auto;
}

.heading-82 {
  text-align: left;
  padding-left: 80px;
}

.paragraph-58 {
  text-align: left;
  padding-left: 80px;
  padding-right: 60px;
}

.div-block-177 {
  height: 800px;
}

.grid-91 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.div-block-178 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  height: 900px;
  display: flex;
}

.container-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-30 {
  order: 1;
  align-self: center;
  max-width: 80%;
}

.div-block-179, .div-block-180 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  height: 900px;
  display: flex;
}

.section-92 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.visit-options-sections-daily-campus-visits {
  background-color: #f5f5f5;
}

.visit-options-sections-international-visits, .visit-options-sections-1-1 {
  background-color: #0000;
}

.heading-83 {
  margin-bottom: 20px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 52px;
}

.heading-84 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.grid-92 {
  grid-template-rows: auto;
}

.section-93 {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-223 {
  color: #333;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 28px;
}

.text-block-224 {
  color: #333;
  margin-bottom: 12px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.list-12 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.list-item-32 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.list-item-33, .list-item-34, .list-item-35 {
  font-size: 16px;
  line-height: 22px;
}

.heading-85 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.section-94 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block-27 {
  margin-bottom: 35px;
}

.section-95 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0000, #00000091), url('../images/old-main-building.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 550px;
  display: grid;
}

.section-96 {
  padding-top: 50px;
}

.heading-86 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 52px;
}

.div-block-181 {
  padding-bottom: 25px;
  padding-left: 30px;
}

.text-block-225 {
  border: 1px solid #333;
  margin-bottom: 30px;
  padding: 25px;
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.grid-93 {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.image-66, .image-67 {
  margin-bottom: 5px;
}

.div-block-182 {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
  display: flex;
}

.html-embed-5 {
  text-align: center;
  display: block;
}

.heading-87 {
  color: #fff;
  margin-top: 0;
  font-style: italic;
}

.container-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-59, .div-block-183 {
  margin-bottom: 50px;
}

.program-intro-container {
  max-width: 1100px;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.housing-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to top, #0000004a, #0000), url('../images/california-residence-hall.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  height: 600px;
  display: grid;
}

.housing-hero.housing-clarion-hero {
  background-image: linear-gradient(to top, #0000004a, #0000), url('../images/hilltop-hero.jpg');
}

.housing-hero.edinboro-housing-hero {
  background-image: linear-gradient(to top, #0000004a, #0000), url('../images/highlands-hero.jpg');
}

.housing-hero.housing-clarion-venango-hero {
  background-image: linear-gradient(to top, #0000004a, #0000), url('../images/venango2.jpg');
}

.heading-88 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.div-block-184 {
  margin-bottom: 30px;
  margin-left: 50px;
}

.section-98 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.bold-text-33 {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.text-block-226 {
  margin-bottom: 25px;
}

.div-block-185 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-227 {
  color: var(--white);
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 130px;
}

.bold-text-34 {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-228 {
  margin-bottom: 10px;
}

.div-block-186 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-99 {
  background-color: var(--pw-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.heading-89 {
  margin-bottom: 25px;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.section-100 {
  padding-top: 40px;
  padding-bottom: 75px;
}

.heading-90 {
  margin-top: 34px;
  margin-bottom: 25px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.paragraph-61 {
  margin-top: 25px;
}

.paragraph-62 {
  margin-top: 25px;
  margin-bottom: 30px;
}

.heading-91 {
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.grid-95 {
  grid-column-gap: 24px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.grid-96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-92, .heading-93 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.text-block-229 {
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.heading-94 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 44px;
  font-weight: 900;
}

.grid-97, .grid-98 {
  grid-template-rows: auto;
}

.grid-99 {
  grid-template-rows: auto auto;
}

.heading-95, .heading-96, .heading-97 {
  font-size: 36px;
  line-height: 36px;
}

.container-32 {
  max-width: 1100px;
}

.program-list-grid {
  border-bottom: 1px solid #c9c9c9;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1.5fr;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.campus-icon-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-items: center;
  margin-left: 20px;
}

.program-title-heading {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.text-block-230 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-231 {
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  line-height: 28px;
}

.campus-label {
  color: var(--pw-blue);
  text-align: center;
  padding-top: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 12px;
  text-decoration: none;
}

.campus-icon-link-block {
  text-decoration: none;
}

.next {
  background-color: var(--pennwest-yellow);
  margin-top: 20px;
}

.text-block-232 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.previous {
  background-color: var(--pennwest-yellow);
  margin-top: 20px;
}

.text-block-233 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.modality-intro-title {
  color: var(--pw-blue);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.modality-intro {
  color: var(--pw-blue);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

.div-block-187 {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-100 {
  grid-template-rows: auto auto auto auto;
}

.div-block-188 {
  margin-top: 25px;
  margin-left: -5px;
}

.form-block-3 {
  margin-bottom: 0;
}

.text-block-234 {
  color: #fff;
  margin-left: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  transition: color .3s;
  display: inline-block;
}

.text-block-234:hover {
  color: #d02e2d;
}

.link-block-16 {
  margin-right: 15px;
}

.link-block-16:hover {
  color: #a06060;
}

.text-block-235 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  transition: color .3s;
  display: inline-block;
}

.text-block-235:hover {
  color: #d02e2d;
}

.icon-4 {
  margin-right: 10px;
  font-weight: 700;
}

.div-block-189 {
  text-align: right;
  max-width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.dropdown-list-11.w--open {
  background-color: #fff;
}

.search-3 {
  background-color: #003d77;
  margin-bottom: 0;
  overflow: hidden;
}

.dropdown-toggle-8 {
  color: #003d77;
  text-transform: uppercase;
  padding-right: 30px;
  font-weight: 400;
}

.dropdown-toggle-8:hover {
  color: #d02e2d;
}

.div-block-190 {
  display: inline-block;
}

.image-75 {
  margin-bottom: 0;
  padding-top: 4px;
}

.text-block-236 {
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  display: inline-block;
  overflow: visible;
}

.div-block-191 {
  background-color: #003d77;
}

.container-33 {
  max-width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list-12.w--open {
  margin-left: -156px;
  margin-right: 0;
}

.div-block-192 {
  max-width: 500px;
  margin: 20px auto;
  display: flex;
}

.text-block-237 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.nav-link-6 {
  color: #d02e2d;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  display: none;
}

.nav-link-6:hover, .nav-link-6:focus, .nav-link-6.w--current {
  color: #fa291c;
}

.dropdown-link-9 {
  color: #003d77;
  text-transform: uppercase;
  background-color: #fff;
  width: 0;
  min-width: 300px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-link-9:hover {
  color: #d02e2d;
}

.dropdown-link-9.w--current {
  color: #3590e6;
  width: 325px;
  min-width: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.dropdown-link-9.w--current:hover {
  color: #d02e2d;
}

.search-button-3 {
  background-color: #d02e2d;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.div-block-193 {
  margin-left: 15px;
  display: inline-block;
}

.div-block-194 {
  background-image: linear-gradient(to top, #161616c2, #0000 80%);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 650px;
  padding-bottom: 25px;
  padding-left: 50px;
  display: flex;
  position: absolute;
}

.div-block-194.undergrad-program-hero {
  background-image: linear-gradient(to top, #161616c2, #0000 80%);
}

.program-hero-heading-3 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 46px;
}

.red-underline-full-5, .red-underline-full-6 {
  background-color: #d02e2d;
  width: 150px;
  height: 2px;
  margin-bottom: 20px;
}

.wide-container-4 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.red-underline-half-3 {
  background-color: #d02e2d;
  width: 75px;
  height: 3px;
  margin-top: 0;
}

.red-underline-half-3.red-underline-space-top-bottom {
  height: 2px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.program-page-subhead-3 {
  color: #003d77;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.div-block-195 {
  padding-left: 20px;
}

.paragraph-63 {
  color: #fff;
}

.paragraph-63.h3 {
  margin-top: 20px;
  padding-bottom: 10px;
}

.div-block-196 {
  border-left: 2px solid #d02e2d;
  padding-left: 25px;
}

.div-block-197 {
  border-right: 2px #cd9d2d;
  padding-right: 25px;
}

.bold-text-39 {
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.grid-101 {
  grid-template-rows: auto;
}

.div-block-198 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.grid-102 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.text-block-238 {
  display: inline-block;
}

.div-block-199 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1100px;
  display: flex;
}

.white-cta-3 {
  color: #003d77;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 5px solid #d02e2d;
  margin-bottom: 5px;
  margin-left: 8px;
  padding: 10px 20px 10px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.white-cta-3:hover {
  color: #fff;
  background-color: #d02e2d;
  border-left-color: #d02e2d;
}

.rich-text-block-28 {
  color: #fff;
}

.text-block-239 {
  color: #003d77;
  text-transform: uppercase;
  white-space: normal;
  flex: none;
  padding-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.wide-container-5 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.accordion-item-3 {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.heading-98 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.accordion-icon-3 {
  color: #003d77;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
}

.dropdown-list-13 {
  background-color: #fcfcfc;
  border: 1px #003d77;
  margin-top: 10px;
  padding: 20px 40px 40px;
  font-size: 18px;
  line-height: 26px;
  display: block;
  position: static;
}

.accordion-toggle-5 {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #003d77;
  border-left: 0 #cd9d2d;
  border-radius: 0;
  align-items: center;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
  transition: background-color .3s ease-in-out;
  display: block;
}

.accordion-toggle-5:hover {
  background-color: #f5f5f5;
}

.wide-container-6 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.program-page-heading-career-3 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.wide-container-7 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.program-page-outcomes-heading-3 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.section-101 {
  background-color: #003d77;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-container-8 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-99 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.paragraph-64 {
  color: #fff;
  margin-top: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-102 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-container-9 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-240 {
  color: #003d77;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.text-block-241 {
  color: #003d77;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.div-block-200 {
  margin-left: -8px;
}

.blue-cta-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #003d77;
  border-left: 5px solid #d02e2d;
  margin-bottom: 5px;
  margin-left: 6px;
  padding: 15px 20px 15px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
}

.blue-cta-4:hover {
  background-color: #d02e2d;
}

.text-block-242 {
  display: inline-block;
}

.text-block-243 {
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.link-60 {
  color: #fff;
  text-decoration: none;
}

.link-60:hover {
  color: #d02e2d;
}

.text-block-244 {
  color: #fff;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
}

.link-61 {
  color: #fff;
  text-decoration: none;
}

.link-61:hover {
  color: #d02e2d;
}

.sm-icon-link-5 {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-62 {
  color: #fff;
  text-decoration: none;
}

.link-62:hover {
  color: #d02e2d;
}

.link-62.w--current {
  text-decoration: none;
}

.link-62.w--current:hover {
  color: #d02e2d;
}

.link-63 {
  color: #fff;
  text-decoration: none;
}

.link-63:hover {
  color: #d02e2d;
}

.sm-icon-7 {
  object-fit: cover;
  width: 40px;
  height: auto;
  margin-right: 10px;
  padding-right: 0;
}

.sm-icon-7:hover {
  filter: invert();
}

.grid-103 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-64 {
  color: #fff;
  text-decoration: none;
}

.link-64:hover {
  color: #d02e2d;
}

.link-65 {
  color: #fff;
  text-decoration: none;
}

.link-65:hover {
  color: #d02e2d;
}

.div-block-201 {
  justify-content: space-between;
  align-items: center;
  height: 200px;
  display: block;
}

.sm-icon-link-6 {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.grid-104 {
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-right: 0;
}

.sm-icon-8 {
  object-fit: cover;
  width: 40px;
  height: auto;
}

.sm-icon-8:hover {
  filter: invert();
}

.section-103 {
  background-color: #003d77;
  border: 0 #000;
  height: 200px;
}

.link-66 {
  color: #fff;
  text-decoration: none;
}

.link-66:hover {
  color: #d02e2d;
}

.sm-icon-9 {
  object-fit: cover;
  width: 40px;
  height: auto;
}

.sm-icon-9:hover {
  filter: invert();
}

.image-76 {
  width: 180px;
  margin-left: 50px;
}

.link-67 {
  color: #fff;
  text-decoration: none;
}

.link-67:hover {
  color: #d02e2d;
}

.div-block-202 {
  justify-content: space-between;
  align-items: center;
  height: 160px;
  display: flex;
}

.text-block-245 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.text-block-245:hover {
  color: #d02e2d;
}

.div-block-203 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-block-203.social {
  padding-right: 0;
}

.undergrad-program-intro {
  margin-top: 100px;
  margin-bottom: 100px;
}

.location-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  place-content: center start;
  place-items: center start;
  width: auto;
  margin-top: 10px;
  padding-left: 100px;
}

.section-104 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 650px;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
}

.grid-106 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rich-text-block-29 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-246 {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.modality-logo.california-modality {
  background-color: var(--cal-red);
}

.grid-107 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.paragraph-65 {
  order: 1;
  align-self: stretch;
}

.heading-100 {
  order: 0;
  align-self: baseline;
}

.paragraph-66 {
  margin-bottom: 20px;
}

.visit-options-sections-summer-visits {
  background-color: #f5f5f5;
}

.heading-101 {
  font-family: yorkten-slab-normal, sans-serif;
}

.collection-item-3, .collection-item-4, .collection-item-5, .collection-item-6, .collection-item-7, .collection-item-8, .collection-item-9 {
  width: 90px;
  padding-left: 0;
}

.image-78 {
  width: auto;
}

.collection-item-10, .collection-item-11, .collection-item-12 {
  width: 90px;
  padding-left: 0;
}

.grid-108 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.link-block-17 {
  background-color: var(--pennwest-red);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.link-block-17.graduate-programs {
  background-color: var(--pw-blue);
}

.link-block-17.online-programs {
  background-color: var(--pennwest-red);
}

.undergraduate-program-heading {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  display: block;
}

.section-105 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-102 {
  margin-bottom: 30px;
}

.rich-text-block-30 {
  text-align: center;
}

.section-106 {
  background-color: var(--pw-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.rich-text-block-31 {
  color: var(--white);
  padding-top: 10px;
  font-family: yorkten-slab-normal, sans-serif;
}

.div-block-205 {
  width: 100%;
  height: 650px;
}

.heading-103, .heading-104 {
  font-size: 48px;
  line-height: 52px;
}

.heading-105 {
  margin-top: 40px;
  margin-bottom: 35px;
}

.section-107 {
  padding-bottom: 50px;
}

.paragraph-67, .paragraph-68 {
  margin-top: 25px;
  line-height: 26px;
}

.text-block-247 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.section-108 {
  padding-bottom: 50px;
}

.section-109 {
  background-color: var(--pennwest-red);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.text-block-248 {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.white-link-alert {
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-decoration: none;
}

.white-link-alert:hover {
  color: #dbdbdb;
}

.section-110 {
  background-color: #f8f8f8;
  padding-top: 35px;
  padding-bottom: 65px;
}

.rich-text-block-32 {
  padding-bottom: 20px;
}

.paragraph-69, .paragraph-70 {
  font-size: 14px;
}

.paragraph-71 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.paragraph-72 {
  text-align: center;
  margin-top: 60px;
}

.search-result-wrapper {
  display: none;
}

.div-block-206, .div-block-207 {
  max-width: 500px;
}

.div-block-208 {
  width: 1000px;
  margin-right: 40px;
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-35 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-7 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #1a1b1fbf;
}

.nav-link-7:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-106 {
  font-size: 52px;
  line-height: 54px;
}

.italic-text-8 {
  font-size: 21px;
  line-height: 24px;
}

.text-block-249 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.section-111, .section-112, .section-113 {
  display: block;
}

.div-block-209 {
  margin-top: 45px;
  margin-left: -6px;
}

.div-block-210 {
  background-image: url('../images/52225094461_18c3f47c5f_c.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.text-block-250 {
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 21px;
}

.html-embed-6 {
  margin-bottom: 40px;
}

.heading-space {
  margin-top: 70px;
  margin-bottom: 40px;
}

.section-114 {
  padding-bottom: 30px;
}

.text-block-251 {
  font-size: 21px;
  line-height: 24px;
}

.text-block-252 {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 24px;
}

.text-block-253 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-254, .text-block-255, .text-block-256 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1 {
  color: #333;
}

.tab-link-tab-1.w--current {
  background-color: var(--pw-blue);
  color: #fff;
}

.tab-link-tab-2 {
  color: #333;
}

.tab-link-tab-2.w--current {
  background-color: var(--pw-blue);
  color: var(--white);
}

.tab-link-tab-3 {
  color: #333;
}

.tab-link-tab-3.w--current {
  background-color: var(--pw-blue);
  color: #fff;
}

.heading-107, .paragraph-73 {
  margin-bottom: 35px;
}

.text-block-257 {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-style: italic;
}

.section-115 {
  padding-bottom: 50px;
}

.tabs-menu {
  padding-top: 0;
  padding-bottom: 10px;
}

.text-block-258 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.text-block-259, .text-block-260, .text-block-261 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 700;
}

.heading-108 {
  color: var(--white);
  font-size: 44px;
  line-height: 46px;
}

.heading-109 {
  color: #fff;
  margin-top: 30px;
}

.paragraph-74 {
  color: #fff;
}

.div-block-214 {
  margin-top: 25px;
  margin-left: -7px;
  padding-left: 0;
}

.heading-110 {
  font-size: 44px;
  line-height: 46px;
}

.div-block-215 {
  margin-top: 25px;
  margin-left: -7px;
}

.section-116 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.grid-109 {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  margin-bottom: 50px;
}

.text-block-262 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 21px;
}

.paragraph-75 {
  color: #fff;
  margin-top: 10px;
}

.div-block-216 {
  margin-top: 15px;
  margin-left: -7px;
}

.blue-div {
  background-color: var(--pw-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.div-block-217 {
  padding-top: 10px;
}

.quick-stack-2 {
  grid-column-gap: 33px;
}

.quick-stack-3 {
  grid-column-gap: 34px;
}

.cost-attendance-column-grid {
  grid-column-gap: 34px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-218 {
  margin-top: 30px;
  margin-left: -7px;
}

.heading-111 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 44px;
  line-height: 46px;
}

.grid-110 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-263 {
  color: #333;
  text-align: center;
  margin-top: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 23px;
  text-decoration: none;
}

.link-block-18 {
  color: #333;
  text-decoration: none;
}

.link-block-18:hover {
  color: var(--cal-red);
}

.text-block-264 {
  text-align: center;
  margin-top: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 21px;
}

.section-117 {
  min-height: 65vh;
  padding-bottom: 55px;
}

.paragraph-76 {
  margin-bottom: 25px;
}

.container-36 {
  max-width: 1300px;
  margin-left: auto;
  padding-left: 60px;
}

.container-37 {
  max-width: 1300px;
}

.container-38 {
  background-color: #f5f5f5;
  max-width: 1300px;
}

.container-39 {
  background-color: #0000;
  max-width: 1300px;
}

.container-40 {
  max-width: 1300px;
}

.container-41 {
  max-width: none;
  padding-left: 60px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-radius: 1px;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  background-color: var(--cal-red);
  border-radius: 10px 10px 0 0;
  justify-content: center;
  align-items: center;
}

.cell.cell-clarion {
  background-color: #a78231;
}

.cell.edinboro-red {
  background-color: var(--edinboro-red);
}

.box-headers {
  color: #fefefe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 24px;
  font-weight: 900;
  display: flex;
}

.quick-stack-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.quick-stack-6 {
  border: 1px solid #aeaeae;
  padding-left: 10px;
  padding-right: 10px;
}

.cell-2 {
  background-color: var(--cal-red);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cell-2.clarion-yellow {
  background-color: var(--clarion-gold);
}

.cell-2.edinboro-red {
  background-color: var(--edinboro-red);
}

.paragraph-77 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 700;
}

.text-span-11 {
  color: var(--pw-blue);
  font-weight: 900;
}

.text-span-12 {
  font-size: 16px;
}

.text-span-13 {
  width: 250px;
  font-size: 16px;
}

.paragraph-78 {
  margin-bottom: 0;
}

.cell-3 {
  background-color: var(--cal-red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.cell-3.clarion-yellow {
  background-color: var(--clarion-gold);
}

.cell-3.edinboro-red {
  background-color: var(--edinboro-red);
}

.cell-4 {
  background-color: var(--cal-red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.cell-4.clarion-yellow {
  background-color: var(--clarion-gold);
}

.cell-4.edinboro-red {
  background-color: var(--edinboro-red);
}

.quick-stack-7 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block-33 {
  padding-left: 10px;
  padding-right: 10px;
}

.rich-text-block-34 {
  margin-left: 40px;
}

.rich-text-block-35, .rich-text-block-36 {
  margin-right: 40px;
}

.rich-text-block-37, .rich-text-block-38 {
  padding-left: 0;
}

.quick-stack-8 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-265, .text-block-266 {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-style: italic;
}

.eclipse-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/eclipse-header.jpg');
  background-position: 50%;
  background-size: 100%;
  background-attachment: scroll;
  border-top: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  display: grid;
}

.eclipse-hero.apply-hero {
  background-image: linear-gradient(360deg, #0009 10%, #0000), url('../images/apply-hero.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 65vh;
  padding-bottom: 20px;
  padding-left: 70px;
}

.eclipse-hero.admissions-hero {
  background-image: linear-gradient(360deg, #0009 7%, #0000 33%), url('../images/admissions-hero.jpeg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 65vh;
}

.eclipse-hero.campus-hero {
  background-image: linear-gradient(360deg, #00000085 3%, #0000), url('../images/campus-option3.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  height: 65vh;
  padding-bottom: 20px;
  padding-left: 70px;
}

.eclipse-hero.academics-hero {
  background-image: linear-gradient(360deg, #000c, #0000 52%), url('../images/academics-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-columns: .75fr 1fr;
  height: 65vh;
  padding-bottom: 20px;
  padding-left: 70px;
}

.eclipse-hero.tuition-hero {
  background-image: linear-gradient(360deg, #0e0e0ed6, #0000 72%), url('../images/header-option-clarion.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 65vh;
}

.eclipse-hero.homepage-hero {
  background-image: url('../images/header-option1_1.jpg');
}

.eclipse-hero.global-online-hero {
  background-image: linear-gradient(360deg, #0f0f0fcc, #0000 54%), url('../images/online5.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 70vh;
}

.eclipse-hero.request-info-hero {
  background-image: linear-gradient(360deg, #000, #0000 67%), url('../images/request-info-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.eclipse-hero.welcome-weekend-hero {
  background-image: url('../images/welcome_weekend_hero.jpg'), linear-gradient(#0000, #0006);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  grid-template-columns: 2.75fr 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 70px;
}

.eclipse-hero.policies-hero {
  background-image: url('../images/51932048453_3642c4ba0d_h.jpg');
  padding-bottom: 20px;
  padding-left: 70px;
  padding-right: 20px;
}

.eclipse-hero.career-center-hero {
  background-image: url('../images/49492057713_e33a5fecd5_k.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 650px;
}

.eclipse-hero.military-support-hero {
  background-image: linear-gradient(#0000 50%, #00000075 87%, #0009), url('../images/military1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  height: 600px;
  padding-left: 50px;
}

.eclipse-hero.access-s-stem-hero {
  background-image: url('../images/nsf.jpg');
  grid-template-columns: 5.5fr 1fr;
}

.eclipse-hero.graduate-programs-hero {
  background-image: url('../images/header-option1_1.jpg');
}

.eclipse-hero.family-weekind-hero {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/family-weekend-header.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  height: 1000px;
  overflow: visible;
}

.eclipse-hero.family-weekend-hero {
  background-image: url('../images/family-weekend-header_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 65vh;
}

.eclipse-hero.dei-hero {
  background-image: linear-gradient(360deg, #000000a3, #0000008a 10%, #0000 52%), url('../images/dei-header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 65vh;
}

.eclipse-hero.mission-values-hero {
  background-image: url('../images/missions-hero.jpg');
}

.eclipse-hero.about-hero {
  background-image: linear-gradient(360deg, #0009 7%, #0000 33%), url('../images/header-option1.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  height: 65vh;
}

.eclipse-hero.undergraduate-list-hero {
  background-image: url('../images/52607245769_9dc09370e6_k.jpg');
  background-size: cover;
}

.eclipse-hero.welcome-wknd-hero {
  background-image: linear-gradient(#0000 51% 56%, #000000e3), url('../images/welcome-weekend-hero.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  grid-template-columns: 1.75fr 1fr;
  height: 60vh;
}

.div-block-219 {
  background-color: var(--cal-red);
  color: var(--cal-red);
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.div-block-219.clarion-gold {
  background-color: var(--clarion-gold);
}

.div-block-219.edinboro-red {
  background-color: var(--edinboro-red);
}

.paragraph-79 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  display: flex;
}

.cell-5 {
  background-color: var(--white);
  border: 1px solid #676767;
  border-radius: 10px;
}

.quick-stack-9 {
  background-color: #0000;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 0;
}

.cell-6 {
  background-color: var(--cal-red);
  text-align: center;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  line-height: 12px;
}

.cell-6.clarion-gold {
  background-color: var(--clarion-gold);
}

.cell-6.edinboro-red {
  background-color: var(--edinboro-red);
}

.paragraph-80 {
  color: #fefefe;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 900;
  display: flex;
}

.paragraph-81 {
  font-size: 16px;
  line-height: 20px;
}

.text-span-14 {
  color: var(--pw-blue);
  font-size: 14px;
  font-weight: 900;
}

.paragraph-82, .paragraph-83, .paragraph-84, .paragraph-85, .paragraph-86, .paragraph-87, .paragraph-88, .paragraph-89, .paragraph-90, .paragraph-91, .paragraph-92, .paragraph-93, .paragraph-94 {
  font-size: 14px;
}

.div-block-220 {
  border: 3px none var(--pennwest-yellow);
  background-color: var(--pennwest-yellow);
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
}

.help-heading {
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}

.help-heading.white {
  color: #fff;
}

.quick-stack-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.quick-stack-11, .quick-stack-12 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-95 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.link-68 {
  color: #0b0b0b;
  font-weight: 900;
}

.div-block-221 {
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-96 {
  color: #fff;
  text-align: center;
}

.div-block-222 {
  background-color: var(--pw-blue);
}

.div-block-223 {
  border-radius: 0;
}

.div-block-224 {
  border-radius: 1px;
}

.div-block-225 {
  border-radius: 3px;
}

.div-block-226 {
  border-radius: 5px;
}

.div-block-227, .div-block-228, .div-block-229, .div-block-230 {
  border-radius: 7px;
}

.div-block-231 {
  border-radius: 1px;
}

.div-block-232, .div-block-233, .div-block-234 {
  border-radius: 0;
}

.div-block-235 {
  border-top-left-radius: 10px;
}

.div-block-236 {
  border-top-right-radius: 10px;
}

.div-block-237 {
  border-top-right-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.quick-stack-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-97 {
  font-size: 16px;
  line-height: 24px;
}

.text-span-15 {
  color: var(--pw-blue);
  font-weight: 900;
}

.image-79 {
  width: 100px;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.div-block-238 {
  margin-top: 15px;
  margin-left: -8px;
  position: absolute;
  inset: auto 0% 0% 4%;
}

.div-block-238.div-adjust {
  position: static;
  inset: auto 0% 0%;
}

.text-block-267 {
  color: var(--white);
  padding-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.white-link {
  color: var(--white);
  font-weight: 800;
}

.visit-options-sections-art-tours {
  background-color: #f5f5f5;
}

.heading-112 {
  font-size: 52px;
  line-height: 56px;
}

.section-118 {
  padding-top: 55px;
  padding-bottom: 40px;
}

.paragraph-98 {
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 26px;
}

.heading-113 {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 36px;
}

.div-block-239 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-114 {
  font-size: 42px;
  line-height: 46px;
}

.paragraph-99 {
  margin-top: 25px;
}

.div-block-240 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-115 {
  font-size: 32px;
  line-height: 36px;
}

.div-block-241 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-111 {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.div-block-242 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-112 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  margin-top: 7px;
}

.div-block-243 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-116 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 56px;
}

.rich-text-block-39 {
  color: #fff;
  text-align: center;
}

.section-119 {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 50px;
}

.section-120 {
  padding-top: 55px;
  padding-bottom: 50px;
}

.html-embed-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: normal;
}

.paragraph-100, .list-item-36 {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.list-item-37 {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.section-126 {
  background-color: var(--white);
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 100px;
  font-style: italic;
}

.section-126.space {
  padding-bottom: 220px;
}

.section-126.strategic-plan {
  display: block;
}

.container-44, .container-45 {
  font-style: normal;
}

.section-121 {
  display: block;
}

.html-embed-8 {
  padding-bottom: 0;
}

.rich-text-block-40 {
  margin-top: 0;
}

.rich-text-block-41, .heading-117, .rich-text-block-42, .rich-text-block-43, .container-46, .container-47, .container-48, .container-49, .container-50 {
  font-style: normal;
}

.quick-stack-15 {
  border: 1px #000;
  padding-top: 10px;
  padding-left: 0;
}

.text-block-268 {
  color: #003d77;
  padding-top: 20px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.text-block-269 {
  font-weight: 700;
}

.text-block-270 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-271 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.collection-item-13 {
  border: 1px #000;
  border-bottom-style: solid;
}

.next-2 {
  color: #fff;
  background-color: #da0202;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.previous-2 {
  background-color: var(--pennwest-red);
  color: #fff;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.heading-118 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.paragraph-101 {
  padding-top: 20px;
}

.heading-119 {
  color: #003d77;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 32px;
}

.text-block-272 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

.container-51 {
  font-style: normal;
}

.section-127 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-120 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 52px;
  line-height: 52px;
}

.section-128 {
  padding-top: 60px;
  padding-bottom: 75px;
}

.paragraph-102 {
  margin-top: 25px;
}

.div-block-244 {
  border: 2px solid #000;
  max-width: 300px;
  padding: 5px 20px;
  display: inline-block;
}

.paragraph-103 {
  text-align: center;
}

.lp-transfer-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0006, #0006), url('../images/6525719bbc6fa3c9a28a4132_53185448018_59c6ac3b61_k.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.heading-121 {
  color: #fff;
  text-align: center;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 92px;
  font-weight: 900;
  line-height: 92px;
}

.div-block-245 {
  padding-bottom: 0;
  padding-left: 0;
}

.section-129 {
  padding-top: 50px;
  padding-bottom: 85px;
}

.paragraph-104 {
  margin-top: 25px;
}

.div-block-246 {
  margin-top: 20px;
  margin-left: -17px;
}

.section-130 {
  background-color: #003d77;
  padding-top: 45px;
  padding-bottom: 75px;
}

.grid-113 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text-40 {
  font-size: 54px;
  line-height: 54px;
}

.bold-text-41 {
  color: #fff;
  font-size: 46px;
  line-height: 46px;
}

.paragraph-105 {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 40px;
}

.text-block-273 {
  color: #fff;
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-274 {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
}

.link-69 {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.link-69:hover {
  color: #d1d1d1;
}

.text-block-275 {
  color: #fff;
  margin-top: 20px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-276 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: 42px;
}

.section-131 {
  background-color: #000;
  padding-top: 75px;
  padding-bottom: 75px;
}

.text-block-277 {
  color: #fff;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.section-132 {
  background-color: #d02e2d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-278 {
  color: #fff;
  text-align: center;
  margin-bottom: 21px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 88px;
}

.link-feature-link-text {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-feature-link-text:hover {
  color: #bbb;
}

.link-feature-link-text.red-final-cta {
  color: #fff;
  transition: color .325s;
}

.link-feature-link-text.red-final-cta:hover {
  color: #d3d3d3;
}

.text-block-279 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-247 {
  color: #f1c418;
  border: 3px solid #f1c418;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  display: flex;
}

.div-block-247:hover {
  color: #003d77;
  border-color: #003d77;
}

.div-block-247.cta-round-link {
  color: #000;
  -webkit-text-stroke-color: black;
  border-color: #000;
  margin-top: 0;
  margin-left: 30px;
}

.div-block-247.cta-round-link.cta-round-red-bkrd {
  color: #fff;
  -webkit-text-stroke-color: white;
  border-color: #fff;
}

.image-80 {
  text-align: left;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-133 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-280 {
  font-family: "Fa solid 900", sans-serif;
}

.div-block-248 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.container-52 {
  max-width: 80%;
}

.heading-10-copy {
  margin-bottom: 15px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.div-block-249 {
  margin-left: -6px;
}

.grid-114 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.heading-122 {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
}

.heading-123 {
  margin-bottom: 30px;
}

.div-block-250 {
  background-image: url('../images/president-search2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.div-block-250.campus {
  background-image: url('../images/edinboro-lake.jpg');
}

.div-block-251 {
  background-image: url('../images/president-search3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.section-134 {
  padding-top: 65px;
  padding-bottom: 100px;
}

.heading-124 {
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 50px;
}

.heading-125 {
  text-align: center;
  margin-bottom: 50px;
}

.section-135 {
  padding-top: 50px;
  padding-bottom: 60px;
}

.heading-126 {
  margin-top: 60px;
  margin-bottom: 45px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 52px;
  font-style: normal;
  line-height: 52px;
}

.section-136 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.heading-127 {
  color: #fff;
  text-align: center;
  font-family: yorkten-slab-normal, sans-serif;
}

.section-137 {
  background-color: var(--pw-blue);
  padding-top: 60px;
  padding-bottom: 80px;
}

.paragraph-106 {
  color: #333;
  margin-bottom: 25px;
}

.div-block-252 {
  margin-left: -8px;
}

.better-together-hero {
  text-shadow: 0 1px 1px #292929;
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/6525719bbc6fa3c9a28a4132_53185448018_59c6ac3b61_k.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.text-block-281 {
  color: var(--pennwest-yellow);
  text-align: center;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 50px;
}

.text-block-282 {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 76px;
}

.text-span-16, .text-span-17 {
  color: var(--pennwest-yellow);
}

.text-span-18 {
  font-size: 42px;
  font-weight: 900;
}

.text-block-283 {
  margin-bottom: 40px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.text-span-19 {
  text-transform: none;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
}

.text-block-284 {
  margin-bottom: 5px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.text-span-20 {
  color: var(--pennwest-yellow);
}

.section-138 {
  background-color: #000;
  padding-top: 75px;
  padding-bottom: 75px;
}

.text-block-285 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
}

.heading-128 {
  margin-top: 40px;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 900;
}

.section-140 {
  margin-top: 30px;
  padding-bottom: 30px;
}

.section-141 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-253 {
  background-color: #002141;
  padding: 40px;
}

.white-heading {
  color: #fff;
}

.text-block-286 {
  color: #fff;
  margin-bottom: 19px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.list-13 {
  color: #fff;
}

.section-142 {
  background-color: var(--pw-blue);
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.grid-116 {
  grid-template-rows: auto;
}

.div-block-254 {
  height: auto;
}

.paragraph-107 {
  color: var(--white);
  margin-bottom: 25px;
}

.list-14 {
  color: #fff;
}

.heading-129 {
  font-size: 54px;
  line-height: 54px;
}

.div-block-255 {
  background-image: url('../images/6307c05418bcfd3968796e48_admissions5.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.heading-130 {
  text-align: left;
  margin-top: 5px;
  font-size: 54px;
  line-height: 54px;
}

.heading-130.white {
  color: #fff;
}

.paragraph-108 {
  color: #fff;
  margin-top: 35px;
}

.list-item-38 {
  margin-bottom: 0;
}

.list-item-39 {
  margin-bottom: 10px;
}

.text-block-287 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.text-span-21 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.grid-117 {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.div-block-256 {
  height: auto;
}

.div-block-257 {
  background-image: url('../images/mattie.jpg');
  background-position: 70%;
  background-size: cover;
}

.red-cta {
  background-color: var(--pennwest-red);
  text-transform: uppercase;
  margin-right: 8px;
  padding: 12px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  transition: background-color .25s;
}

.red-cta:hover {
  background-color: var(--red-hover);
}

.div-block-258 {
  margin-top: 30px;
}

.heading-131 {
  color: #fff;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  line-height: 62px;
}

.paragraph-109 {
  color: #fff;
  text-align: center;
}

.section-143 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.image-82 {
  width: 240px;
}

.list-item-40, .list-item-41 {
  overflow: hidden;
}

.rich-text-block-44 {
  padding-top: 10px;
  padding-bottom: 80px;
}

.container-53 {
  font-style: normal;
}

.image-83 {
  text-align: center;
}

.div-block-259 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-144 {
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-54 {
  height: auto;
}

.text-block-288 {
  font-family: proxima-nova, sans-serif;
}

.text-block-289 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.quick-stack-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.section-146 {
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-132 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 38px;
}

.visit-options-sections-open-house {
  background-color: #0000;
}

.text-block-290 {
  text-align: center;
  font-family: proxima-nova, sans-serif;
}

.paragraph-110 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.rich-text-block-45 {
  font-family: proxima-nova, sans-serif;
}

.heading-133 {
  font-weight: 900;
}

.quick-stack-17 {
  object-fit: fill;
  padding-left: 40px;
  padding-right: 40px;
}

.rich-text-block-46 {
  padding-left: 40px;
  padding-right: 40px;
}

.rich-text-block-47 {
  padding-left: 40px;
  padding-right: 40px;
  font-family: proxima-nova, sans-serif;
}

.section-147 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.div-block-260 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-120-copy {
  padding-top: 20px;
  padding-bottom: 90px;
}

.section-148 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-134 {
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
}

.heading-135 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 44px;
}

.section-149 {
  height: auto;
  padding-top: 70px;
  padding-bottom: 85px;
}

.heading-136 {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 44px;
}

.image-84 {
  margin-left: auto;
  margin-right: auto;
}

.section-150 {
  padding-top: 70px;
  padding-bottom: 100px;
}

.section-151 {
  height: auto;
  padding-bottom: 70px;
}

.container-55 {
  height: auto;
}

.quick-stack-18 {
  height: 200px;
  margin-bottom: 25px;
}

.image-85 {
  background-color: #4d4d4d;
  padding: 5px 15px;
}

.cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
  justify-content: center;
  align-items: center;
}

.heading-137, .heading-138 {
  font-size: 52px;
  line-height: 56px;
}

.video {
  margin-bottom: 40px;
}

.section-152 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/summer-college-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  align-items: center;
  height: 700px;
  display: flex;
}

.container-56 {
  height: 300px;
}

.container-56.wide-container {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.heading-139 {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 66px;
}

.text-block-291 {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.section-153 {
  background-color: #fff;
  height: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.text-block-292 {
  text-align: center;
  padding-top: 40px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 76px;
}

.text-block-293 {
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.container-57 {
  height: auto;
}

.paragraph-111 {
  text-align: center;
  margin-top: 20px;
}

.div-block-261 {
  text-align: center;
  margin-top: 30px;
}

.section-154 {
  background-color: #003d77;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
}

.container-58 {
  height: 400px;
}

.container-58.wide-container {
  height: auto;
}

.heading-140 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 46px;
  line-height: 52px;
}

.paragraph-112 {
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
}

.cell-14 {
  justify-content: center;
}

.quick-stack-19 {
  grid-column-gap: 41px;
}

.cell-15 {
  justify-content: flex-start;
}

.quick-stack-20 {
  grid-column-gap: 36px;
  margin-top: 45px;
}

.section-155 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.rich-text-block-48 {
  color: #fff;
}

.container-59 {
  height: 500px;
}

.container-59.wide-container {
  height: auto;
}

.bold-text-42, .heading-141 {
  text-align: center;
}

.paragraph-113 {
  margin-top: 30px;
}

.div-block-262 {
  text-align: center;
  margin-top: 35px;
  margin-left: -6px;
}

.div-block-263 {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.section-156, .container-60 {
  height: auto;
}

.rich-text-block-49 {
  padding-top: 60px;
  padding-bottom: 15px;
}

.text-span-22 {
  color: var(--pennwest-red);
}

.section-157 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/nursing-lp2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  height: 600px;
  display: flex;
}

.heading-142 {
  color: #fff;
  text-align: center;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 68px;
}

.text-block-294 {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-264 {
  justify-content: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-143 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 42px;
  line-height: 46px;
}

.paragraph-114 {
  text-align: center;
}

.section-158 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.cell-16 {
  justify-content: flex-start;
}

.quick-stack-21 {
  grid-column-gap: 30px;
}

.section-159 {
  background-color: var(--white);
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.container-61 {
  height: auto;
}

.section-160 {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-87 {
  display: none;
}

.white-list {
  color: #fff;
}

.section-161 {
  background-color: var(--pennwest-yellow);
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-62 {
  height: auto;
}

.section-162 {
  background-color: #000;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-63 {
  height: auto;
}

.large-quote {
  font-family: yorkten-slab-normal, sans-serif;
}

.large-quote.quote-white {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  line-height: 38px;
}

.text-span-23 {
  font-size: 21px;
  line-height: 24px;
}

.text-block-295 {
  color: #000;
  margin-bottom: 5px;
  font-family: yorkten-slab-normal, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-295.white-text {
  color: #fff;
}

.text-block-296 {
  color: #000;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.text-block-296.white-text1 {
  color: #fff;
  margin-top: 5px;
}

.cell-17, .cell-18, .cell-19 {
  align-items: center;
}

.heading-144 {
  color: #000;
  text-align: center;
  font-size: 42px;
  line-height: 46px;
}

.paragraph-115, .paragraph-116, .paragraph-117, .paragraph-118, .paragraph-119, .paragraph-120 {
  text-align: center;
}

.quick-stack-22 {
  grid-column-gap: 30px;
}

.heading-145 {
  text-align: center;
  font-size: 42px;
  line-height: 46px;
}

.cell-20 {
  justify-content: center;
}

.heading-146 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 46px;
}

.paragraph-121 {
  text-align: left;
  font-style: normal;
}

.paragraph-122, .paragraph-123 {
  text-align: left;
}

.div-block-265 {
  padding-right: 133px;
  display: block;
}

.rich-text-block-50, .rich-text-block-51, .rich-text-block-52 {
  font-style: normal;
}

.rich-text-block-53 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav-link-4, .nav-link-5 {
    display: block;
  }

  .page-hero.apply-hero {
    padding-left: 20px;
  }

  .page-hero.campus-hero {
    height: 500px;
    padding-left: 20px;
  }

  .page-hero.academics-hero {
    height: 450px;
    padding-left: 20px;
  }

  .page-hero.global-online-hero {
    height: 400px;
  }

  .page-hero.family-weekend-hero {
    background-position: 50%;
    background-size: cover;
  }

  .page-hero.dei-hero {
    background-position: 0 0, 50%;
  }

  .page-hero.vote-hero {
    height: 400px;
  }

  .heading {
    margin-left: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .red-btn {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .btn-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-5 {
    height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-3 {
    object-position: 0% 50%;
    height: 400px;
  }

  .heading-5 {
    line-height: 42px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .image-4 {
    height: 400px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-6 {
    margin-left: 10px;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-8 {
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 54px;
  }

  .text-block-21 {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .text-block-22 {
    margin-bottom: 35px;
  }

  .section-7, .cards-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cards-grid-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-auto-flow: column;
    align-content: end;
  }

  .div-block-17, .div-block-18 {
    padding-bottom: 0;
  }

  .text-block-23 {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
  }

  .div-block-20, .div-block-21, .div-block-22 {
    height: 400px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-24, .div-block-25, .div-block-26 {
    height: 400px;
  }

  .text-block-26 {
    line-height: 20px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-10 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .bold-text {
    font-size: 54px;
    line-height: 62px;
  }

  .grid-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .hp-campus-lower-grid {
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-16 {
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hp-campus-upper-grid {
    height: 400px;
  }

  .div-block-46.hp-campus-california {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-47 {
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .grid-17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .grid-18 {
    grid-row-gap: 1px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-64 {
    height: 415px;
  }

  .section-25.pennwest-alumni {
    height: 400px;
  }

  .heading-23 {
    text-align: center;
  }

  .text-block-43 {
    font-size: 21px;
    line-height: 32px;
  }

  .section-26 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .alumni {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .alumni.women-pennwest-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .alumni.pennwest-alumni-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .alumni.pennwest-alumni-grid.cabinet-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 10px;
  }

  .alumni.pennwest-alumni-grid.cabinet-grid.grid-two-row-and-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .alumni.pennwest-alumni-grid.dean-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-link {
    width: 300px;
    margin-left: 0;
  }

  .dropdown {
    margin-left: 13.2031px;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .blue-cta {
    margin-bottom: 10px;
  }

  .image-19, .image-20, .image-21 {
    width: 150px;
  }

  .container-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-81 {
    padding-left: 20px;
  }

  .div-block-83, .div-block-84, .div-block-85, .div-block-87 {
    margin-left: 20px;
  }

  .background-video, .section-28 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text-13 {
    font-size: 58px;
    line-height: 58px;
  }

  .section-29 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-61 {
    font-size: 68px;
    line-height: 68px;
  }

  .section-31, .section-32 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .collection-list {
    border-width: 2px;
  }

  .top-post-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0;
  }

  .section-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-list-4 {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm-icon-link, .sm-icon-link-2, .sm-icon-link-3, .sm-icon-link-4 {
    margin-right: 16px;
  }

  .h1-news {
    font-size: 36px;
    line-height: 42px;
  }

  .text-container {
    width: 100%;
  }

  .container-16 {
    flex-flow: column;
    align-items: center;
  }

  .image-56 {
    height: 250px;
  }

  .blue-cta-2 {
    margin-bottom: 5px;
  }

  .wide-container {
    margin-bottom: 0;
  }

  .visit-section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-44 {
    font-size: 52px;
    line-height: 54px;
  }

  .paragraph-30 {
    font-size: 18px;
    line-height: 26px;
  }

  .section-40 {
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-nav-cta {
    display: none;
  }

  .dropdown-list-5 {
    background-color: #8f7676;
  }

  .dropdown-list-5.w--open, .dropdown-list-6 {
    background-color: #fff;
  }

  .dropdown-list-7 {
    background-color: #412b2b;
  }

  .dropdown-list-7.w--open {
    background-color: #fff;
  }

  .div-block-118 {
    flex-direction: column;
  }

  .dropdown-link-7 {
    width: 300px;
    margin-left: 0;
  }

  .program-hero {
    background-size: auto;
    height: 500px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-58, .program-hero-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .program-intro-boxes {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-141 {
    border-left-style: none;
    padding-left: 0;
  }

  .program-fast-facts-3 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .fast-fact-box-2 {
    align-items: flex-start;
  }

  .fast-facts-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .grid-68 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-62 {
    padding: 50px 25px;
  }

  .heading-60 {
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-175 {
    font-size: 48px;
    line-height: 48px;
  }

  .text-block-176 {
    font-size: 36px;
    line-height: 36px;
  }

  .section-64 {
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-list-9 {
    background-color: #8f7676;
  }

  .dropdown-list-9.w--open {
    background-color: #fff;
  }

  .program-hero-heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .program-fast-facts-4 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-149 {
    border-left-style: none;
    padding-left: 0;
  }

  .fast-facts-heading-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .section-66 {
    padding: 50px 25px;
  }

  .section-67 {
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blue-cta-3 {
    margin-bottom: 5px;
  }

  .container-26 {
    margin-top: 20px;
  }

  .section-73 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-156 {
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .div-block-160 {
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .dei {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dei.women-pennwest-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dei.pennwest-alumni-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .dei.pennwest-alumni-grid.cabinet-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 10px;
  }

  .dei.pennwest-alumni-grid.cabinet-grid.grid-two-row-and-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dei.pennwest-alumni-grid.dean-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dei.pennwest-dei-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .dei.pennwest-dei-grid.cabinet-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 10px;
  }

  .dei.pennwest-dei-grid.cabinet-grid.grid-two-row-and-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dei.pennwest-dei-grid.dean-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dei.pennwest-dei-grid.dei-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 10px;
  }

  .dei.pennwest-dei-grid.dei-grid.grid-two-row-and-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .visit-section-containerr-daily-campus-visits, .visit-section-container-international-visits {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portrait-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-83 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-89 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-220 {
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-221 {
    font-size: 21px;
  }

  .container-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-4 {
    width: auto;
    height: auto;
  }

  .virtual-tour-grid {
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-86 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: grid;
  }

  .link-block-13 {
    display: block;
  }

  .about-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-timeline-cal-div-block {
    height: 400px;
  }

  .about-timeline-cal-text-div-block {
    height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-timeline-clr-div-block, .about-timeline-edn-div-block, .about-timeline-cal-div-block2 {
    height: 400px;
  }

  .section-95 {
    height: 350px;
  }

  .html-embed-5 {
    max-width: 768px;
  }

  .dropdown-list-10 {
    background-color: #fff;
  }

  .dropdown-list-11 {
    background-color: #8f7676;
  }

  .dropdown-list-11.w--open {
    background-color: #fff;
  }

  .dropdown-list-12 {
    background-color: #412b2b;
  }

  .dropdown-list-12.w--open {
    background-color: #fff;
  }

  .nav-link-6 {
    display: block;
  }

  .dropdown-link-9 {
    width: 300px;
    margin-left: 0;
  }

  .div-block-194 {
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .div-block-194.undergrad-program-hero {
    height: 450px;
  }

  .program-hero-heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-196 {
    border-left-style: none;
    padding-left: 0;
  }

  .grid-101 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-list-13 {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-101 {
    padding: 50px 25px;
  }

  .heading-99 {
    font-size: 36px;
    line-height: 40px;
  }

  .section-102 {
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-240 {
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-241 {
    font-size: 48px;
    line-height: 48px;
  }

  .blue-cta-4 {
    margin-bottom: 5px;
  }

  .sm-icon-link-5, .sm-icon-link-6 {
    margin-right: 16px;
  }

  .grid-104 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-76 {
    margin-left: 10px;
  }

  .div-block-203 {
    padding-right: 10px;
  }

  .section-104 {
    height: 450px;
  }

  .rich-text-block-29 {
    margin-bottom: 40px;
  }

  .image-77 {
    width: 330px;
    min-width: 330px;
  }

  .section-106 {
    padding-bottom: 60px;
  }

  .section-108, .section-109 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-35 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-111, .section-112, .section-114 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-116 {
    padding-bottom: 60px;
  }

  .eclipse-hero {
    background-position: 80%;
    height: 500px;
  }

  .eclipse-hero.apply-hero {
    padding-left: 20px;
  }

  .eclipse-hero.campus-hero {
    height: 500px;
    padding-left: 20px;
  }

  .eclipse-hero.academics-hero {
    padding-left: 20px;
  }

  .eclipse-hero.global-online-hero {
    height: 400px;
  }

  .eclipse-hero.family-weekend-hero {
    background-position: 50%;
    background-size: cover;
  }

  .eclipse-hero.dei-hero {
    background-position: 0 0, 50%;
  }

  .quick-stack-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-97 {
    font-size: 14px;
  }

  .grid-111 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-243 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .section-119 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-126 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-121 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lp-transfer-hero {
    grid-template-columns: 2.25fr 1fr;
    height: 500px;
  }

  .heading-121 {
    font-size: 52px;
    line-height: 52px;
  }

  .section-129, .section-130 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-273 {
    line-height: 24px;
  }

  .section-131, .section-132 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-248 {
    height: 450px;
  }

  .grid-114 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-250, .div-block-251 {
    height: 350px;
  }

  .better-together-hero {
    height: 600px;
  }

  .text-block-281 {
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-282 {
    font-size: 52px;
    line-height: 52px;
  }

  .grid-116 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-254 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .paragraph-108 {
    margin-bottom: 20px;
  }

  .red-cta {
    margin-bottom: 7px;
  }

  .div-block-258 {
    flex-flow: column;
    display: flex;
  }

  .image-81 {
    max-width: 70%;
  }

  .rich-text-block-44 {
    margin-top: 60px;
  }

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

@media screen and (max-width: 767px) {
  .div-block {
    margin-top: 10px;
  }

  .page-hero, .page-hero.admissions-hero {
    height: 400px;
  }

  .page-hero.campus-hero {
    background-position: 65% 70%;
  }

  .page-hero.academics-hero, .page-hero.tuition-hero, .page-hero.about-hero, .page-hero.family-weekind-hero, .page-hero.family-weekend-hero {
    height: 400px;
  }

  .page-hero.dei-hero {
    background-position: 0 0, 50%;
    height: 400px;
  }

  .page-hero.about-hero {
    height: 400px;
  }

  .page-hero.welcome-wknd-hero {
    height: 40vh;
  }

  .heading {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-3 {
    margin-left: 0;
  }

  .btn-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-btn {
    text-align: center;
    margin-bottom: 5px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    width: 100px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: end;
    margin-right: 0;
  }

  .text-block-16 {
    text-align: right;
  }

  .div-block-8 {
    margin-right: 50px;
    padding-right: 0;
  }

  .heading-6 {
    text-align: left;
    font-size: 46px;
    line-height: 50px;
  }

  .paragraph-4 {
    text-align: left;
  }

  .text-block-21 {
    text-align: left;
    margin-bottom: 2px;
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-22 {
    margin-bottom: 0;
  }

  .column-2 {
    text-align: center;
  }

  .column-3 {
    padding-right: 15px;
  }

  .btn-wrapper-left-align {
    justify-content: center;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .grid-9 {
    grid-template-rows: auto auto 1fr auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-10 {
    text-align: left;
    justify-items: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-16 {
    border-left-width: 0;
    margin-left: 0;
  }

  .div-block-17, .div-block-18 {
    padding-bottom: 0;
  }

  .div-block-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    height: 350px;
  }

  .div-block-28 {
    height: auto;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .heading-8 {
    font-size: 42px;
    line-height: 46px;
  }

  .grid-12 {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-25 {
    text-align: left;
    font-size: 21px;
    line-height: 24px;
  }

  .text-block-26 {
    text-align: left;
    font-size: 16px;
  }

  .div-block-30 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-31 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-11 {
    width: 130px;
  }

  .button {
    display: none;
  }

  .button-2 {
    position: static;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .container-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-9 {
    font-size: 42px;
    line-height: 48px;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .container-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-11 {
    padding-left: 16px;
    padding-right: 15px;
  }

  .heading-10 {
    font-size: 42px;
    line-height: 42px;
  }

  .bold-text {
    line-height: 62px;
  }

  .heading-11 {
    font-size: 62px;
    line-height: 72px;
  }

  .section-12.homepage-hero {
    height: 600px;
  }

  .bold-text-2 {
    font-size: 62px;
    line-height: 64px;
  }

  .text-block-28 {
    font-size: 21px;
    line-height: 28px;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-3 {
    font-size: 36px;
    line-height: 36px;
  }

  .paragraph-10 {
    margin-bottom: 25px;
  }

  .grid-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .section-14 {
    padding: 10px 25px 20px;
  }

  .image-14 {
    width: 300px;
    padding-left: 0;
  }

  .section-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-15 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .section-16 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hp-campus-upper-grid {
    height: 350px;
  }

  .div-block-45 {
    justify-content: center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-14 {
    text-align: left;
  }

  .container-10 {
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-46.hp-campus-california, .div-block-46.hp-campus-clarion, .div-block-46.hp-campus-edinboro {
    height: 300px;
  }

  .text-block-29 {
    font-size: 28px;
    line-height: 32px;
  }

  .section-17 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-30 {
    font-size: 52px;
    line-height: 58px;
  }

  .div-block-50 {
    flex-direction: column;
  }

  .grid-17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .heading-17 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-15 {
    padding-left: 0;
  }

  .section-18 {
    padding: 30px 20px;
  }

  .text-block-36 {
    text-align: center;
  }

  .section-20 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-19 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .div-block-52 {
    flex-direction: column;
    margin-left: -4px;
  }

  .section-21 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-55 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .paragraph-17 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-63, .div-block-64 {
    height: auto;
  }

  .heading-22 {
    font-size: 54px;
    line-height: 56px;
  }

  .section-23 {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-42 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-25.women-of-pennwest-hero {
    height: 400px;
  }

  .section-25.pennwest-alumni {
    height: 300px;
  }

  .heading-23 {
    font-size: 62px;
    line-height: 62px;
  }

  .alumni, .alumni.women-pennwest-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .alumni.pennwest-alumni-grid.cabinet-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .alumni.pennwest-alumni-grid.dean-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-67, .div-block-67.women-pennwest-edinboro-disc {
    height: auto;
  }

  .grid-22 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    justify-items: center;
  }

  .image-16 {
    width: 150px;
  }

  .text-block-46 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-17 {
    text-align: left;
    display: block;
  }

  .heading-27 {
    text-align: center;
  }

  .grid-23 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  .heading-28 {
    font-size: 36px;
    line-height: 42px;
  }

  .red-underline-full {
    padding-left: 10px;
  }

  .blue-cta {
    margin-bottom: 10px;
  }

  .div-block-77 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-81 {
    padding-left: 20px;
  }

  .div-block-86 {
    padding-right: 20px;
  }

  .heading-30 {
    font-size: 48px;
    line-height: 48px;
  }

  .grid-27 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block, .heading-31 {
    font-size: 48px;
    line-height: 48px;
  }

  .grid-28 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-61 {
    font-size: 52px;
    line-height: 52px;
  }

  .grid-29 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-30 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-34, .bold-text-16 {
    font-size: 54px;
    line-height: 54px;
  }

  .heading-36 {
    font-size: 42px;
    line-height: 42px;
  }

  .title, .top-4-posts {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-collection-item, .posts-collection-items {
    width: 100%;
  }

  .top-post-link-block {
    margin-bottom: 0;
  }

  .h2 {
    font-size: 44px;
    line-height: 46px;
  }

  .image-23 {
    height: 250px;
  }

  .section-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-33 {
    width: 100%;
    max-width: 100%;
  }

  .image-34, .image-35, .image-36, .image-37, .image-38 {
    width: 100%;
  }

  .text-block-80 {
    font-size: 16px;
    line-height: 20px;
  }

  .title-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-news {
    font-size: 30px;
    line-height: 36px;
  }

  .text-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-17 {
    padding-bottom: 0;
  }

  .news-rich-class {
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest-posts-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-collection-item-2 {
    width: 100%;
  }

  .image-56 {
    height: 350px;
  }

  .container-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-50 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-108 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-89 {
    font-size: 18px;
    line-height: 24px;
  }

  .link-block-7 {
    margin-bottom: 10px;
  }

  .grid-54, .grid-55 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-56 {
    grid-template-columns: 1.5fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-129 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-131 {
    font-size: 32px;
    line-height: 38px;
  }

  .bold-text-19 {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-120 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .grid-57 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-44, .section-45, .section-46, .section-47 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-58 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-59 {
    grid-template-columns: 2.75fr 1fr;
  }

  .heading-49 {
    font-size: 42px;
    line-height: 42px;
  }

  .text-block-147 {
    font-size: 18px;
    line-height: 21px;
  }

  .section-51 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-60 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-61 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .section-54 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-62 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-56 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-65 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-134 {
    margin-bottom: 50px;
  }

  .bold-text-22 {
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-164 {
    font-size: 24px;
    line-height: 24px;
  }

  .section-57 {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .heading-52 {
    font-size: 32px;
    line-height: 36px;
  }

  .bold-text-23 {
    font-size: 24px;
    line-height: 28px;
  }

  .section-58 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-53 {
    font-size: 32px;
    line-height: 36px;
  }

  .section-59 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-54 {
    font-size: 32px;
    line-height: 36px;
  }

  .grid-67 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-60 {
    padding-top: 15px;
    padding-bottom: 75px;
  }

  .program-intro-heading {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-141 {
    padding-left: 0;
  }

  .div-block-142 {
    justify-content: flex-start;
  }

  .fast-fact-box-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-10 {
    margin-bottom: 10px;
  }

  .fast-facts-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-143 {
    padding-left: 0;
  }

  .div-block-145 {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-69 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .program-page-heading-career, .program-page-outcomes-heading, .heading-59 {
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-174 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-60 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-175 {
    font-size: 42px;
    line-height: 42px;
  }

  .text-block-176, .program-intro-heading-2 {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-149 {
    padding-left: 0;
  }

  .fast-facts-heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-150 {
    justify-content: flex-start;
  }

  .heading-61, .program-page-heading-career-2, .program-page-outcomes-heading-2 {
    font-size: 28px;
    line-height: 28px;
  }

  .wide-container-3 {
    margin-top: 10px;
  }

  .grid-71 {
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .container-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-26 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-75 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-72 {
    height: 400px;
  }

  .text-block-186 {
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-26, .text-block-188 {
    font-size: 34px;
    line-height: 34px;
  }

  .text-block-189 {
    font-size: 54px;
    line-height: 54px;
  }

  .text-span-4 {
    font-size: 28px;
    line-height: 28px;
  }

  .grid-77 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-77, .section-78, .section-79, .section-80 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dei, .dei.women-pennwest-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dei.pennwest-alumni-grid.cabinet-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .dei.pennwest-alumni-grid.dean-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .dei.pennwest-dei-grid.cabinet-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .dei.pennwest-dei-grid.dean-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .dei.pennwest-dei-grid.dei-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-31 {
    font-size: 20px;
    line-height: 20px;
  }

  .section-81 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-79 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    justify-items: center;
  }

  .image-60 {
    text-align: left;
  }

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

  .section-91 {
    height: 300px;
  }

  .heading-76 {
    font-size: 52px;
    line-height: 54px;
  }

  .div-block-176 {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .container-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-4 {
    width: auto;
    height: auto;
  }

  .grid-87 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-92 {
    padding-bottom: 40px;
  }

  .heading-83 {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-84 {
    font-size: 28px;
    line-height: 32px;
  }

  .grid-92 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-93 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-85 {
    font-size: 28px;
    line-height: 32px;
  }

  .section-94 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-95 {
    grid-template-columns: 1fr;
  }

  .section-96 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-86 {
    font-size: 38px;
    line-height: 42px;
  }

  .grid-93 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .html-embed-5 {
    max-width: 568px;
  }

  .heading-87 {
    font-size: 18px;
    line-height: 22px;
  }

  .housing-hero {
    grid-template-columns: 3.5fr 1fr;
  }

  .heading-88 {
    font-size: 44px;
    line-height: 48px;
  }

  .section-98 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-185 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-99, .section-100 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-95 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-96 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-92 {
    padding-left: 10px;
  }

  .div-block-195, .div-block-196 {
    padding-left: 0;
  }

  .div-block-198 {
    justify-content: flex-start;
  }

  .grid-102 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-239 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-98, .program-page-heading-career-3, .program-page-outcomes-heading-3 {
    font-size: 28px;
    line-height: 28px;
  }

  .heading-99 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-240 {
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-241 {
    font-size: 42px;
    line-height: 42px;
  }

  .grid-104 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: end;
    margin-right: 0;
  }

  .image-76 {
    width: 100px;
  }

  .div-block-203 {
    margin-right: 50px;
    padding-right: 0;
  }

  .location-grid {
    flex-direction: column;
    display: flex;
  }

  .rich-text-block-29 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-107 {
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .image-77 {
    flex: 0 auto;
    order: -1;
    align-self: baseline;
  }

  .div-block-204 {
    flex: 0 auto;
    align-self: stretch;
  }

  .section-106 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-210 {
    min-height: 300px;
  }

  .section-115 {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-109 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .eclipse-hero, .eclipse-hero.admissions-hero {
    height: 400px;
  }

  .eclipse-hero.campus-hero {
    background-position: 65% 70%;
  }

  .eclipse-hero.academics-hero, .eclipse-hero.tuition-hero, .eclipse-hero.about-hero, .eclipse-hero.family-weekind-hero, .eclipse-hero.family-weekend-hero {
    height: 400px;
  }

  .eclipse-hero.dei-hero {
    background-position: 0 0, 50%;
    height: 400px;
  }

  .eclipse-hero.about-hero {
    height: 400px;
  }

  .eclipse-hero.welcome-wknd-hero {
    height: 40vh;
  }

  .quick-stack-9, .help-heading.white, .paragraph-96 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-42 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-238 {
    position: static;
  }

  .heading-112 {
    font-size: 32px;
    line-height: 36px;
  }

  .section-118 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-113, .heading-115 {
    font-size: 21px;
    line-height: 25px;
  }

  .grid-111 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-112 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .heading-116 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 36px;
  }

  .section-120 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lp-transfer-hero {
    height: 450px;
  }

  .heading-121 {
    font-size: 52px;
    line-height: 52px;
  }

  .grid-113 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-40 {
    font-size: 36px;
    line-height: 36px;
  }

  .bold-text-41 {
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-276 {
    font-size: 21px;
    line-height: 26px;
  }

  .text-block-277 {
    font-size: 18px;
  }

  .text-block-278 {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
  }

  .heading-10-copy {
    font-size: 42px;
    line-height: 42px;
  }

  .section-134 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-115 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-135 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .better-together-hero {
    height: 500px;
  }

  .text-block-281 {
    font-size: 21px;
    line-height: 26px;
  }

  .text-block-282 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-138 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-285 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-139, .section-140 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-117 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .div-block-257 {
    height: 350px;
  }

  .rich-text-block-44 {
    margin-top: 0;
  }

  .section-120-copy, .section-149, .section-151 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-137, .heading-138 {
    font-size: 32px;
    line-height: 36px;
  }

  .section-152 {
    height: 500px;
  }

  .heading-139 {
    font-size: 42px;
    line-height: 48px;
  }

  .text-block-291 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-292 {
    font-size: 38px;
    line-height: 44px;
  }

  .text-block-293 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-140 {
    font-size: 38px;
    line-height: 44px;
  }

  .image-86 {
    width: 50%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-156 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-157 {
    height: 350px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-142 {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-294 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-143 {
    font-size: 28px;
    line-height: 32px;
  }

  .section-158, .section-159 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-87 {
    display: inline-flex;
  }

  .image-88 {
    display: none;
  }

  .large-quote.quote-white {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-144, .heading-145, .heading-146 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
    margin-left: 0;
  }

  .page-hero {
    height: 40vh;
  }

  .page-hero.campus-hero {
    background-position: 75% 70%;
    height: 350px;
  }

  .page-hero.campus-hero.president-search-hero {
    height: 250px;
  }

  .page-hero.academics-hero {
    height: 260px;
  }

  .page-hero.family-weekend-hero {
    background-position: 50%;
    background-attachment: scroll;
  }

  .page-hero.dei-hero {
    background-position: 0 0, 50%;
  }

  .heading {
    margin-left: auto;
    padding-left: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .red-btn.stem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-5 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .heading-5 {
    font-size: 36px;
  }

  .white-btn {
    text-align: center;
    margin-bottom: 10px;
  }

  .div-block-6 {
    margin-left: 10px;
  }

  .section-5 {
    height: 270px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-6 {
    margin-left: 10px;
  }

  .grid-4 {
    place-items: center end;
  }

  .div-block-8 {
    margin-right: 10px;
  }

  .div-block-8.social {
    margin-right: 0;
  }

  .div-block-9 {
    height: auto;
    padding-bottom: 0;
  }

  .text-block-18 {
    padding-bottom: 0;
  }

  .paragraph-4 {
    margin-bottom: 25px;
  }

  .btn-wrapper-left-align {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .section-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-9 {
    grid-auto-flow: row;
  }

  .grid-10 {
    grid-auto-flow: row;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-16 {
    margin-top: 110px;
  }

  .div-block-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-23 {
    justify-content: flex-start;
  }

  .div-block-27 {
    height: 200px;
  }

  .text-block-24 {
    margin-bottom: 10px;
  }

  .grid-12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 {
    margin-top: 25px;
  }

  .heading-10 {
    font-size: 36px;
  }

  .paragraph-9 {
    margin-top: 25px;
  }

  .bold-text {
    font-size: 36px;
    font-weight: 900;
    line-height: 48px;
  }

  .heading-11 {
    font-size: 42px;
    line-height: 48px;
  }

  .section-12.homepage-hero {
    height: 400px;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-28 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-12 {
    font-size: 36px;
    line-height: 40px;
  }

  .image-12 {
    width: 95px;
  }

  .heading-13 {
    font-size: 36px;
    line-height: 42px;
  }

  .div-block-35 {
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .section-15 {
    background-position: 0 0, 65%;
  }

  .hp-campus-upper-grid {
    background-size: cover;
    height: 240px;
  }

  .div-block-46.hp-campus-california {
    height: 240px;
    display: block;
  }

  .div-block-46.hp-campus-clarion, .div-block-46.hp-campus-edinboro {
    height: 240px;
  }

  .text-block-29 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .section-17 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-30 {
    font-size: 38px;
    line-height: 38px;
  }

  .text-block-33 {
    font-size: 12px;
    line-height: 18px;
  }

  .link-12.w--current {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-56 {
    text-align: center;
  }

  .text-block-39 {
    font-size: 12px;
    display: none;
  }

  .text-block-40 {
    padding-right: 10px;
    font-size: 12px;
  }

  .paragraph-17 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-41 {
    font-size: 32px;
    line-height: 42px;
  }

  .grid-20 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .section-25.women-of-pennwest-hero {
    height: 300px;
  }

  .section-25.pennwest-alumni {
    height: 200px;
  }

  .heading-23 {
    font-size: 38px;
    line-height: 42px;
  }

  .section-26 {
    padding: 10px 10px 60px;
  }

  .alumni.pennwest-alumni-grid.cabinet-grid {
    grid-template-columns: 1fr;
  }

  .alumni.pennwest-alumni-grid.cabinet-grid.grid-two-row-and-column {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-24 {
    font-size: 42px;
  }

  .dropdown-toggle-2 {
    padding-left: 15px;
  }

  .dropdown-link {
    width: 275px;
    min-width: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link.w--current {
    width: 275px;
  }

  .dropdown {
    margin-left: 0;
  }

  .heading-27 {
    font-size: 48px;
    line-height: 48px;
  }

  .grid-23 {
    grid-template-rows: auto;
  }

  .heading-28 {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-29 {
    font-size: 56px;
    line-height: 62px;
  }

  .white-cta.stem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-cta.here-for-it-cta {
    margin-bottom: 10px;
    display: block;
  }

  .red-underline-full {
    padding-left: 10px;
  }

  .red-underline-full.hero-underline {
    margin-left: 10px;
  }

  .blue-cta {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .text-block-55 {
    font-size: 14px;
  }

  .grid-25 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-76 {
    display: inline-block;
  }

  .div-block-78, .div-block-79 {
    margin-bottom: 15px;
  }

  .grid-26 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-weight: 600;
  }

  .text-block-61 {
    font-size: 36px;
    line-height: 36px;
  }

  .html-embed-2 {
    margin-top: 20px;
  }

  .div-block-98 {
    margin-bottom: 25px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .heading-38 {
    font-size: 55px;
    line-height: 55px;
  }

  .top-4-posts, .more-news {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-32 {
    grid-template-columns: 2.25fr;
    grid-auto-flow: row;
  }

  .top-post-image {
    margin-bottom: 0;
  }

  .top-post-text {
    padding-top: 0;
  }

  .top-post-link-block {
    margin-bottom: 0;
  }

  .image-23 {
    height: auto;
  }

  .section-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-3, .dropdown-toggle-4 {
    width: 280px;
  }

  .dropdown-list-3 {
    width: 300px;
    min-width: 0;
  }

  .dropdown-list-3.w--open {
    border-width: 0 2px 2px;
    width: 280px;
  }

  .accordion-item {
    white-space: normal;
  }

  .accordion-toggle {
    object-fit: fill;
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    height: 90px;
    padding-bottom: 25px;
    display: flex;
    overflow: visible;
  }

  .text-block-80 {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    padding-left: 10px;
    display: flex;
  }

  .grid-37 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .sm-icon-4 {
    width: 30px;
    margin-right: 0;
  }

  .sm-icon-5, .sm-icon-6 {
    width: 30px;
  }

  .grid-38, .grid-39, .grid-40, .grid-41 {
    grid-template-columns: 1fr;
  }

  .grid-42, .grid-43 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-44, .grid-45, .grid-46, .grid-48 {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    padding-bottom: 20px;
  }

  .grid-21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .title-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .news-subheader {
    font-size: 16px;
    line-height: 18px;
  }

  .h1-news {
    font-size: 20px;
    line-height: 24px;
  }

  .text-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-17 {
    margin-top: 20px;
  }

  .news-rich-class {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .latest-posts-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._2-collection-item-2 {
    padding-top: 0;
  }

  .image-56 {
    width: 400px;
    height: 300px;
  }

  .wide-container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .accordion-item-2 {
    white-space: normal;
  }

  .accordion-toggle-2 {
    object-fit: fill;
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    height: 130px;
    padding-bottom: 25px;
    display: flex;
    overflow: visible;
  }

  .text-block-89 {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    padding-left: 10px;
    display: flex;
  }

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

  .container-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4 {
    margin-bottom: 10px;
  }

  .section-40 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .dropdown-list-7.w--open {
    margin-left: 0;
  }

  .text-block-124 {
    font-size: 16px;
  }

  .text-block-125 {
    font-size: 28px;
    line-height: 32px;
  }

  .link-block-7 {
    margin-left: 0;
  }

  .text-block-126 {
    font-size: 28px;
    line-height: 32px;
  }

  .button-7 {
    width: 210px;
    font-size: 14px;
  }

  .div-block-118 {
    align-items: center;
  }

  .text-block-133 {
    margin-bottom: 8px;
    font-weight: 900;
  }

  .div-block-123 {
    flex-direction: column;
  }

  .dropdown-link-7 {
    width: 275px;
    min-width: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-7.w--current {
    width: 275px;
  }

  .dropdown-toggle-6 {
    width: 300px;
  }

  .dropdown-list-8 {
    width: 300px;
    min-width: 0;
  }

  .dropdown-list-8.w--open {
    border-width: 0 2px 2px;
  }

  .text-block-166 {
    font-weight: 800;
  }

  .heading-57 {
    font-size: 24px;
    line-height: 28px;
  }

  .program-hero {
    background-image: linear-gradient(#0000 46%, #0003 64%, #00000063), url('../images/business.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 300px;
    padding-bottom: 0;
  }

  .program-page-intro {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-boxes {
    width: 100%;
    padding-right: 0;
  }

  .program-stat-box-heading {
    font-size: 21px;
  }

  .div-block-142 {
    flex-direction: column;
    align-items: flex-start;
  }

  .program-fast-facts-3 {
    padding: 25px;
  }

  .link-block-10 {
    margin-left: 0;
  }

  .fast-facts-heading {
    margin-bottom: 0;
  }

  .div-block-145 {
    align-items: stretch;
  }

  .div-block-146 {
    display: none;
  }

  .program-page-careers, .program-page-outcomes {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .program-page-concentrations {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .accordion-toggle-4 {
    object-fit: fill;
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 25px;
    display: flex;
    overflow: visible;
  }

  .text-block-174 {
    text-transform: none;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    padding-left: 10px;
    font-size: 12px;
    display: flex;
  }

  .text-block-174.normall-case {
    font-size: 16px;
    line-height: 22px;
  }

  .section-62 {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .wide-container-2 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .bold-text-25 {
    font-size: 16px;
  }

  .section-64 {
    padding: 40px 0 50px;
  }

  .div-block-148 {
    margin-left: -8px;
  }

  .program-page-intro-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .program-fast-facts-4 {
    padding: 25px;
  }

  .fast-facts-heading-2 {
    margin-bottom: 0;
  }

  .div-block-150 {
    flex-direction: column;
    align-items: flex-start;
  }

  .program-page-concentrations-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .program-page-careers-2, .program-page-outcomes-2, .section-66 {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .section-67 {
    padding: 40px 0 50px;
  }

  .div-block-151 {
    margin-left: -8px;
  }

  .wide-container-3 {
    max-width: 100%;
    margin-top: 20px;
  }

  .wide-container-3.program-list-container {
    max-width: none;
  }

  .grid-72 {
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  .grid-73 {
    grid-template-columns: 2fr;
  }

  .paragraph-40 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .div-block-152 {
    padding-top: 10px;
    display: none;
  }

  .div-block-153 {
    padding-bottom: 10px;
  }

  .container-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-74 {
    display: block;
    overflow: visible;
  }

  .search-trigger {
    padding-left: 0;
  }

  .div-block-155 {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-26 {
    margin-top: 10px;
  }

  .section-72 {
    background-image: linear-gradient(to right, #000000e6, #1b1b1b99 60%, #0000006b 65%, #fff0), url('../images/52052289438_63060decfa_k-1.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    grid-template-columns: 3fr 1fr;
  }

  .text-block-186 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-188 {
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-189 {
    font-size: 42px;
    line-height: 42px;
  }

  .text-span-4 {
    font-size: 21px;
    line-height: 21px;
  }

  .grid-76 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-27 {
    line-height: 32px;
  }

  .heading-63 {
    font-size: 32px;
    line-height: 32px;
  }

  .bold-text-28 {
    font-size: 46px;
    line-height: 46px;
  }

  .div-block-159 {
    padding-left: 0;
  }

  .bold-text-29 {
    font-size: 42px;
    line-height: 48px;
  }

  .bold-text-30 {
    font-size: 28px;
    line-height: 32px;
  }

  .dei.pennwest-alumni-grid.cabinet-grid {
    grid-template-columns: 1fr;
  }

  .dei.pennwest-alumni-grid.cabinet-grid.grid-two-row-and-column {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dei.pennwest-dei-grid.cabinet-grid {
    grid-template-columns: 1fr;
  }

  .dei.pennwest-dei-grid.cabinet-grid.grid-two-row-and-column {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dei.pennwest-dei-grid.dei-grid {
    grid-template-columns: 1fr;
  }

  .dei.pennwest-dei-grid.dei-grid.grid-two-row-and-column {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-78 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 0;
    display: block;
    position: static;
  }

  .div-block-163 {
    z-index: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    position: relative;
  }

  .div-block-164 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .div-block-165 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
  }

  .div-block-166 {
    margin: 15px 10px 15px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-81 {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .portrait-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-90 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-4 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .about-timeline-cal-text-div-block {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-92 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-5 {
    max-width: 320px;
  }

  .heading-87 {
    padding-left: 10px;
  }

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

  .div-block-184 {
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .heading-89, .heading-90 {
    font-size: 36px;
    line-height: 36px;
  }

  .heading-92 {
    padding-left: 10px;
  }

  .grid-97 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .grid-98, .grid-99 {
    display: inline-block;
  }

  .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38 {
    font-size: 24px;
    line-height: 24px;
  }

  .program-list-grid {
    grid-template-columns: 1fr;
    width: auto;
    max-width: none;
  }

  .program-details-div {
    width: 100%;
    max-width: 100%;
  }

  .campus-icon-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: minmax(50px, .25fr) minmax(50px, .25fr) minmax(50px, .25fr) minmax(50px, .25fr);
    width: auto;
    margin-left: 0;
  }

  .campus-icon-div {
    max-width: 50px;
  }

  .campus-label {
    font-size: 11px;
  }

  .campus-icon-link-block {
    max-width: none;
  }

  .image-68, .image-69, .image-70 {
    width: 100%;
    max-width: none;
  }

  .image-71 {
    max-width: 50px;
  }

  .image-72, .image-73, .image-74 {
    width: 100%;
    max-width: none;
  }

  .undergraduate-program-list-wrapper {
    max-width: 100%;
  }

  .form {
    display: none;
    overflow: visible;
  }

  .text-block-234 {
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-235 {
    font-size: 12px;
    display: none;
  }

  .div-block-189 {
    text-align: center;
  }

  .dropdown-toggle-8 {
    padding-left: 15px;
  }

  .dropdown-list-12.w--open {
    margin-left: 0;
  }

  .div-block-192 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-6 {
    margin-left: 0;
  }

  .dropdown-link-9 {
    width: 275px;
    min-width: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-9.w--current {
    width: 275px;
  }

  .div-block-194.undergrad-program-hero {
    height: 280px;
  }

  .wide-container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-198 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-239 {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    padding-left: 10px;
    display: flex;
  }

  .wide-container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-3 {
    white-space: normal;
  }

  .accordion-toggle-5 {
    object-fit: fill;
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    height: 90px;
    padding-bottom: 25px;
    display: flex;
    overflow: visible;
  }

  .wide-container-6, .wide-container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-101 {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .wide-container-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-102 {
    padding: 40px 0 50px;
  }

  .wide-container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-200 {
    margin-left: -8px;
  }

  .sm-icon-7 {
    width: 30px;
    margin-right: 0;
  }

  .grid-103 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-104 {
    place-items: center end;
  }

  .sm-icon-8 {
    width: 30px;
  }

  .section-103 {
    height: 270px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sm-icon-9 {
    width: 30px;
  }

  .image-76 {
    margin-left: 10px;
  }

  .div-block-202 {
    margin-bottom: 25px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .div-block-203 {
    margin-right: 10px;
  }

  .div-block-203.social {
    margin-right: 0;
  }

  .location-grid {
    flex-direction: column;
    justify-content: flex-start;
    place-items: center start;
    padding-left: 0;
  }

  .section-104 {
    height: 280px;
  }

  .rich-text-block-29 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-246 {
    text-align: left;
    order: -1;
    align-self: center;
  }

  .grid-107 {
    grid-template-columns: .5fr;
  }

  .image-77 {
    min-width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-204 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-108 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: block;
  }

  .section-106 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-208 {
    max-width: 300px;
  }

  .container-35 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-211 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-212 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: block;
  }

  .div-block-213 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .eclipse-hero {
    background-position: 90%;
    height: 40vh;
  }

  .eclipse-hero.campus-hero {
    background-position: 75% 70%;
    height: 350px;
  }

  .eclipse-hero.family-weekend-hero {
    background-position: 50%;
    background-attachment: scroll;
  }

  .eclipse-hero.dei-hero {
    background-position: 0 0, 50%;
  }

  .paragraph-79 {
    flex-direction: row;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-84 {
    text-align: center;
    width: 100%;
  }

  .paragraph-85 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-86 {
    text-align: center;
    width: 100%;
  }

  .paragraph-88 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-89 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-90 {
    text-align: center;
  }

  .paragraph-91, .paragraph-93 {
    text-align: center;
    width: 100%;
  }

  .cell-7 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .paragraph-94 {
    text-align: center;
    width: 100%;
  }

  .quick-stack-13 {
    text-align: center;
    flex: 0 auto;
  }

  .cell-8 {
    display: none;
  }

  .container-43 {
    padding-left: 10px;
  }

  .section-126 {
    padding: 10px 10px 60px;
  }

  .lp-transfer-hero {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
    height: 300px;
  }

  .heading-121 {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
  }

  .div-block-245 {
    padding-right: 15px;
  }

  .div-block-248 {
    height: 250px;
  }

  .container-52 {
    padding-top: 40px;
  }

  .heading-10-copy {
    font-size: 36px;
  }

  .heading-122 {
    font-size: 21px;
    line-height: 21px;
  }

  .div-block-250, .div-block-251 {
    height: 250px;
  }

  .section-134 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-124 {
    font-size: 25px;
    line-height: 25px;
  }

  .section-137 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .better-together-hero {
    height: 440px;
  }

  .text-block-281 {
    color: var(--pennwest-yellow);
    font-size: 18px;
    line-height: 21px;
  }

  .text-block-282 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-span-18 {
    line-height: 40px;
  }

  .text-block-283 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-span-19 {
    font-size: 38px;
    line-height: 38px;
  }

  .text-block-284 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .heading-130 {
    font-size: 38px;
    line-height: 38px;
  }

  .text-block-287 {
    font-size: 24px;
    line-height: 28px;
  }

  .red-cta {
    margin-bottom: 6px;
  }

  .div-block-258 {
    flex-direction: column;
    display: flex;
  }

  .heading-131 {
    font-size: 38px;
    line-height: 42px;
  }

  .quick-stack-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-132 {
    line-height: 38px;
  }

  .section-153, .section-154 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-155 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-263 {
    flex-flow: column;
  }

  .section-157 {
    background-image: linear-gradient(to bottom, null, null), url('../images/nursing-lp2.jpg');
    background-position: 0 0, 0%;
  }

  .div-block-264 {
    flex-flow: column;
  }

  .heading-145 {
    margin-bottom: 0;
  }

  .image-89 {
    flex: 0 auto;
    margin-bottom: 20px;
  }

  .quick-stack-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 500px;
  }
}

#w-node-a71105a2-5487-ea4e-2ba5-18bbe791fcc1-4cb291b9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_229230c2-0272-9bb3-3929-8cfd7160b08a-4cb291b9, #w-node-_4f219069-54fb-ff0d-191b-837488ef0038-4cb291b9, #w-node-_795823c7-35d6-241c-4604-49f5ab465c58-4cb291b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c4aae6a-deb0-b89e-a1bb-85dfb46935c1-4cb291b9 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_1c4aae6a-deb0-b89e-a1bb-85dfb46935c2-4cb291b9 {
  grid-area: 2 / 2 / 3 / 4;
  place-self: center;
}

#w-node-_9bb51fa0-786a-85c3-f511-e95e014c0ab7-4cb291b9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9bb51fa0-786a-85c3-f511-e95e014c0abf-4cb291b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5fd4e146-25c9-e2a0-5d27-cddfbe00f180-be00f17d {
  align-self: center;
}

#w-node-_7518c9cb-7100-bf4a-5d03-09026f3e8053-be00f17d, #w-node-_82e23480-6ed6-77d1-76bd-e8e3fbaa74b6-be00f17d, #w-node-_9090d6dd-7b17-e28a-359c-07cc2bdf2b93-be00f17d {
  justify-self: center;
}

#w-node-_17e5ea1a-a40d-3c94-080e-d7b73a5584d3-be00f17d {
  justify-self: end;
}

#w-node-_75c40e48-271f-6fcf-68e8-a04ace7f251a-18765f81 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_78c5d9f8-85d1-0106-ef90-f9a2da49c9d3-18765f81, #w-node-_31f29191-fc16-431d-2b6e-88449581b71c-18765f81, #w-node-_6c6675b9-6537-983d-77b4-ceb6f5558ea9-18765f81, #w-node-fa68bba2-c9a4-dc4d-4181-02ff656489c3-18765f81, #w-node-eb956a1f-8cbd-eac7-9715-5ca4fce1872e-18765f81, #w-node-eb956a1f-8cbd-eac7-9715-5ca4fce18730-18765f81, #w-node-eb956a1f-8cbd-eac7-9715-5ca4fce18736-18765f81, #w-node-eb956a1f-8cbd-eac7-9715-5ca4fce1873c-18765f81, #w-node-_9faca1d4-96e1-365d-1331-88dd3b3682b5-18765f81, #w-node-_9faca1d4-96e1-365d-1331-88dd3b3682b7-18765f81, #w-node-_9faca1d4-96e1-365d-1331-88dd3b3682bd-18765f81, #w-node-_9faca1d4-96e1-365d-1331-88dd3b3682c3-18765f81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_768c3f8c-4cee-5682-2a94-662e65f96dda-7fbd3d43, #w-node-_507f706e-f545-4deb-c773-933d404c62f8-7fbd3d43, #w-node-_7b103a47-3970-c888-424b-8144b53c56e1-7fbd3d43, #w-node-_48a0a659-e5c2-fa8e-9684-3c520c15fc6d-7fbd3d43 {
  place-self: center;
}

#w-node-_8047f805-90fc-4493-8a8c-6ebc916d67c4-7fbd3d43, #w-node-d3af66ec-c3a7-d238-8dc6-2c830ac9bc30-7fbd3d43, #w-node-f9acb23f-1a1d-e7f1-0009-0b26153b1c03-7fbd3d43, #w-node-_59b7b9f0-e624-d64c-4865-ca96ec1cdc92-7fbd3d43, #w-node-_59b7b9f0-e624-d64c-4865-ca96ec1cdc93-7fbd3d43, #w-node-_584a6f90-8aad-621d-f124-3170e8e89fb4-7fbd3d43, #w-node-_584a6f90-8aad-621d-f124-3170e8e89fb5-7fbd3d43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa550c1c-b246-8c4a-c952-8e5c12513da1-7fbd3d43 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-aa550c1c-b246-8c4a-c952-8e5c12513da2-7fbd3d43 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-aa758001-1492-1baf-ebde-1ccc2713dc07-7fbd3d43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00ad726d-3dff-d0ed-b18a-988fc1b219f0-7fbd3d43 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f2834666-9210-f93c-cc0a-48195206da5b-7fbd3d43 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-f2834666-9210-f93c-cc0a-48195206da5c-7fbd3d43 {
  grid-area: 2 / 2 / 3 / 4;
  place-self: center;
}

#w-node-ee22da98-4c62-5bef-cc28-652d1fc2a07a-7fbd3d43, #w-node-_560ea6f4-e9c7-b2e0-a16f-78acd29aa433-7fbd3d43, #w-node-_9abc5134-e9b5-d7ad-1665-47c3f1c0c150-7fbd3d43 {
  place-self: center;
}

#w-node-_9f063785-a320-2197-ea08-a069e33ec8c5-1c8b5549 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-a75728da-19dd-4ea4-35f7-13019f80ca71-1c8b5549 {
  align-self: center;
}

#w-node-_591893e3-bd30-5151-b87b-e2c1c12d1277-1c8b5549 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_924d91fa-5cc3-dfba-b9ec-29fdb89448d1-1c8b5549 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_34393363-3143-2844-83ab-2469dd201901-ae00c494 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_91db90e4-d2d4-99bb-a1d2-ab0db7b85fe5-ae00c494, #w-node-db3a72fd-720c-abfc-79d6-37a40d60c083-ae00c494, #w-node-_4e3fd861-f8d3-236d-f95e-a95afa16fd4d-ae00c494, #w-node-_77dd83e4-e960-c371-5e97-1ba89a26f1ee-ae00c494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70db59df-ca9e-fd35-a19c-50d4b20c25c9-ae00c494 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_833f148a-2a96-2345-8c47-ad35fbff1114-7d50079b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_993d97d5-657a-03b7-6bbe-94a698e2d04a-7d50079b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bc45fb9d-56b8-0cb1-1228-98bf0d0b3cb8-7d50079b, #w-node-b6344945-228e-4c30-bbbc-a564e2b8513e-7d50079b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eab238c8-a67b-df21-6b6a-da1dd83c90b5-7d50079b, #w-node-_4dcf16dd-0538-d053-18a1-6a6c348724b9-7d50079b, #w-node-a5513ccd-cd82-6f9b-6123-0eb1a212a910-7d50079b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e75ffcf-d5e9-2c05-481b-ec7a5d612459-e843e556 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_5e209f8b-5ae8-28a3-aab3-d74cbf28b2d2-e843e556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f55283-59b7-62e8-9f7f-e62b32c7028e-ade4fbd7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-ffff2e4b-1740-14f1-f683-3cfa378329d3-ade4fbd7, #w-node-_981b0651-2acb-8e0b-2dda-9a82ed2f38d9-ade4fbd7, #w-node-df088db6-da86-03ac-a62b-5b050873b5cb-ade4fbd7, #w-node-df088db6-da86-03ac-a62b-5b050873b5d0-ade4fbd7, #w-node-e1f3efe2-b488-7f59-ab05-ed4c24b5426e-ade4fbd7, #w-node-fb514591-4bbe-d2f9-f364-d9a13900012c-ade4fbd7, #w-node-b77ce0bf-f5cd-7b0c-b4cf-2b7f719e599c-ade4fbd7, #w-node-_2ff89dd0-7de2-dc42-558e-737ed1c30f6c-ade4fbd7, #w-node-_2ff89dd0-7de2-dc42-558e-737ed1c30f6d-ade4fbd7, #w-node-_2ff89dd0-7de2-dc42-558e-737ed1c30f6f-ade4fbd7, #w-node-_2ff89dd0-7de2-dc42-558e-737ed1c30f70-ade4fbd7, #w-node-_2ff89dd0-7de2-dc42-558e-737ed1c30f75-ade4fbd7, #w-node-_2ff89dd0-7de2-dc42-558e-737ed1c30f78-ade4fbd7, #w-node-_2ff89dd0-7de2-dc42-558e-737ed1c30f7d-ade4fbd7, #w-node-_9cc6b094-aebc-e61d-8785-d86e5f51143d-ade4fbd7, #w-node-_9cc6b094-aebc-e61d-8785-d86e5f511442-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde715-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde716-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde718-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde719-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde71e-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde721-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde726-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde729-ade4fbd7, #w-node-fd9b9a1b-f24b-d937-5a07-cb4155bde72e-ade4fbd7, #w-node-_61edb5f8-fd36-e6b7-5247-719732686e7e-ade4fbd7, #w-node-_61edb5f8-fd36-e6b7-5247-719732686e83-ade4fbd7, #w-node-_6c263411-bae9-5ab7-414b-549e772cbdcf-ade4fbd7, #w-node-_6c263411-bae9-5ab7-414b-549e772cbdd0-ade4fbd7, #w-node-_6c263411-bae9-5ab7-414b-549e772cbdd2-ade4fbd7, #w-node-_6c263411-bae9-5ab7-414b-549e772cbdd3-ade4fbd7, #w-node-_6c263411-bae9-5ab7-414b-549e772cbdd8-ade4fbd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba22d6df-ef30-acab-7cf4-5c3c145635e7-ade4fbd7, #w-node-_246a07ea-d030-6c91-0a77-54d7f88e541b-ade4fbd7, #w-node-ef9c5fea-1845-dc1e-041b-438929776b47-ade4fbd7 {
  place-self: auto;
}

#w-node-_36f8d7b2-6e7b-2fdc-5c89-5c569c1edd7d-aae15e6c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-d848ee14-94d6-f33a-02f3-b4b77062ca4d-239846fa, #w-node-cd87bd18-5057-b65b-e6b4-919a922243b8-239846fa, #w-node-_290b3536-3af7-d863-50e2-ceb803345b9c-239846fa, #w-node-_607a40c8-e0b7-52ba-f46b-277a80232054-239846fa, #w-node-_607a40c8-e0b7-52ba-f46b-277a80232055-239846fa, #w-node-a8b8a384-bd6b-e79e-5009-fc0bc46b5951-239846fa, #w-node-a8b8a384-bd6b-e79e-5009-fc0bc46b5952-239846fa, #w-node-dfbdb213-0487-0b19-801d-8f7953a9397a-239846fa, #w-node-dfbdb213-0487-0b19-801d-8f7953a9397b-239846fa, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0eb5-239846fa, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0eb6-239846fa, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ebc-239846fa, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ebd-239846fa, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ec3-239846fa, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ec4-239846fa, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0eca-239846fa, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ecb-239846fa, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d2e-239846fa, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d2f-239846fa, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d35-239846fa, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d36-239846fa, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d3c-239846fa, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d3d-239846fa, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d43-239846fa, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d44-239846fa, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-1a7ee0ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69a67e3d-438e-65a2-40ab-ebd3f5e9a719-1a7ee0ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd87bd18-5057-b65b-e6b4-919a922243b8-1a7ee0ff, #w-node-_290b3536-3af7-d863-50e2-ceb803345b9c-1a7ee0ff, #w-node-_607a40c8-e0b7-52ba-f46b-277a80232054-1a7ee0ff, #w-node-_607a40c8-e0b7-52ba-f46b-277a80232055-1a7ee0ff, #w-node-a8b8a384-bd6b-e79e-5009-fc0bc46b5951-1a7ee0ff, #w-node-a8b8a384-bd6b-e79e-5009-fc0bc46b5952-1a7ee0ff, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0eb5-1a7ee0ff, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0eb6-1a7ee0ff, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ebc-1a7ee0ff, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ebd-1a7ee0ff, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ec3-1a7ee0ff, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ec4-1a7ee0ff, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d2e-1a7ee0ff, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d2f-1a7ee0ff, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d35-1a7ee0ff, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d36-1a7ee0ff, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d3c-1a7ee0ff, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d3d-1a7ee0ff, #w-node-_53fe2ea7-bfaa-e772-26ac-b137ce1793dd-3e7d8f29, #w-node-_6d6fc77f-f3a7-55a6-95f7-0ecbd59e3721-3e7d8f29, #w-node-b742d6e0-2d2c-7712-797e-6340cb0d476e-3e7d8f29, #w-node-_42ca7be9-989a-fec7-bc08-d603d571fc98-3e7d8f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_608f1b26-a514-9358-100f-920e2666455e-3e7d8f29 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96998204-2f3e-4d25-1ca3-73ee401cc432-3e7d8f29, #w-node-_6cd9edfc-dd55-cf89-8dad-15f01fcea451-3e7d8f29, #w-node-_3d015f4b-fd15-e716-b54b-40599705372d-3e7d8f29, #w-node-c0b3da6b-7c5d-28d2-7e54-fc006ea98bfd-3e7d8f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_181eef24-e3ed-d439-f7ff-40a3b8c9bc51-7415f806 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-a71105a2-5487-ea4e-2ba5-18bbe791fcc1-560e21c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-be8695c8-ddb3-8924-b52d-1d9fa98331d9-41eb25eb, #w-node-_33bbff03-e442-9128-e349-b74356bddaf5-41eb25eb, #w-node-_1067ed28-b856-6559-5f9a-76e8953fce93-41eb25eb, #w-node-c644f10a-491d-c027-028f-f6cfa534ab47-41eb25eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bda94f1-78fc-717c-7f95-0296dbaad942-19965aac {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-6765e5cb, #w-node-cd87bd18-5057-b65b-e6b4-919a922243b8-6765e5cb, #w-node-_290b3536-3af7-d863-50e2-ceb803345b9c-6765e5cb, #w-node-_607a40c8-e0b7-52ba-f46b-277a80232054-6765e5cb, #w-node-_607a40c8-e0b7-52ba-f46b-277a80232055-6765e5cb, #w-node-_0c67aca3-016e-90b1-9f8f-c4c2265f2cb6-6765e5cb, #w-node-_0c67aca3-016e-90b1-9f8f-c4c2265f2cb7-6765e5cb, #w-node-e1a79343-a59d-0413-042a-1134a3fa3551-6765e5cb, #w-node-e1a79343-a59d-0413-042a-1134a3fa3552-6765e5cb, #w-node-c1e97546-f009-8c2d-2d16-37bc3f6a6266-6765e5cb, #w-node-c1e97546-f009-8c2d-2d16-37bc3f6a6267-6765e5cb, #w-node-_145c9864-9ba6-7b14-694c-f340c4a1b60c-6765e5cb, #w-node-_145c9864-9ba6-7b14-694c-f340c4a1b60d-6765e5cb, #w-node-c9948887-daac-c1ba-1345-3bae13f434cc-6765e5cb, #w-node-c9948887-daac-c1ba-1345-3bae13f434cd-6765e5cb, #w-node-_8d9944b4-5a69-8355-1954-df00218728ee-6765e5cb, #w-node-_8d9944b4-5a69-8355-1954-df00218728ef-6765e5cb, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-71f181c8, #w-node-a8f5982f-88b5-427c-f815-2c9c19ad549f-71f181c8, #w-node-f27e8f12-abfe-1b20-d35c-2d8c229241a9-71f181c8, #w-node-_0981a76a-1151-fd1f-39c3-2516e6837139-71f181c8, #w-node-_5f7aec71-20db-2d61-05a1-6468a8236aa4-71f181c8, #w-node-_0d4a8f96-94d1-8498-b575-88449c7ec400-71f181c8, #w-node-a8f5982f-88b5-427c-f815-2c9c19ad5477-71f181c8, #w-node-a8f5982f-88b5-427c-f815-2c9c19ad5497-71f181c8, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-2822c653, #w-node-ba4695e9-cc92-1f7d-62a9-f12483fbebe6-2822c653, #w-node-_24d2db8a-dafc-b544-4f83-a420cfb373d6-2822c653, #w-node-fe1075f0-e3e1-c45b-1a7a-6f559d472d69-2822c653, #w-node-fe1075f0-e3e1-c45b-1a7a-6f559d472d6c-2822c653, #w-node-_403e0efb-b0e2-fc18-0d89-9330073bd64f-2822c653, #w-node-_403e0efb-b0e2-fc18-0d89-9330073bd652-2822c653, #w-node-ec0814ac-dc92-3adf-8102-8f1fd72e0131-2822c653, #w-node-ec0814ac-dc92-3adf-8102-8f1fd72e0134-2822c653, #w-node-_15548ab3-b1dd-42a5-ab3a-07601f972cb2-2822c653, #w-node-_15548ab3-b1dd-42a5-ab3a-07601f972cb5-2822c653, #w-node-fd551de3-6479-b0d7-180c-13893f0b93f0-2822c653, #w-node-fd551de3-6479-b0d7-180c-13893f0b93f3-2822c653, #w-node-_216eb5dc-47cf-c184-c334-87582351d772-2822c653, #w-node-_216eb5dc-47cf-c184-c334-87582351d775-2822c653, #w-node-a596bd1f-9f7e-b455-ba98-c05e43233ce6-2822c653, #w-node-a596bd1f-9f7e-b455-ba98-c05e43233ce9-2822c653, #w-node-_3de3750f-3bc2-4caf-6be1-08fedad56a9f-2822c653, #w-node-_3de3750f-3bc2-4caf-6be1-08fedad56aa2-2822c653, #w-node-_6341a163-fca7-e7fb-f4ad-08ac1de108d3-2822c653, #w-node-_6341a163-fca7-e7fb-f4ad-08ac1de108d6-2822c653, #w-node-_0c02c1bd-df03-cc86-c7dc-045da9cb1745-2822c653, #w-node-_0c02c1bd-df03-cc86-c7dc-045da9cb1748-2822c653, #w-node-_7161d935-6b93-a7fd-1109-fe662cd3bc71-2822c653, #w-node-_7161d935-6b93-a7fd-1109-fe662cd3bc74-2822c653, #w-node-_1430fc27-879e-85d0-e673-48631f6f5bd5-2822c653, #w-node-_1430fc27-879e-85d0-e673-48631f6f5bd8-2822c653, #w-node-_7c377e59-37f3-20e9-0bd7-7eb88518e094-2822c653, #w-node-_7c377e59-37f3-20e9-0bd7-7eb88518e097-2822c653, #w-node-_53f20a7a-3e4d-7cc1-776c-85eb26713cf7-2822c653, #w-node-_53f20a7a-3e4d-7cc1-776c-85eb26713cfa-2822c653, #w-node-_3d334c6d-f9ce-62b5-eab4-0738d6a1206f-2822c653, #w-node-_3d334c6d-f9ce-62b5-eab4-0738d6a12072-2822c653, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-ab22d9af, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-3f158e54, #w-node-_40963f5f-a432-346f-d8e5-8c0ea2c103dd-390b4e52, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-7016f84c, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-a34fa5f3, #w-node-a7c676f2-b6b3-d01d-1718-29d4d60a5875-a34fa5f3, #w-node-_5c07ff7d-2cf4-4690-fb78-e87136095381-a34fa5f3, #w-node-_2560f3db-b5da-8025-fe11-3db82fba0bbb-a34fa5f3, #w-node-cccb9fcd-b25f-5234-bcea-168888c0b0d8-a34fa5f3, #w-node-_99d00bf7-7e52-e393-9a82-1733b28fe05d-a34fa5f3, #w-node-d9c5b5e8-5d00-7542-b076-2f07aef9e20e-a34fa5f3, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-f0cbe638, #w-node-cd178060-b3e1-3fde-c451-b79a45d8d558-dd98190f, #w-node-ebad6733-bb5a-1302-8d0e-c3f6bf21ce6e-dd98190f, #w-node-_56043667-28a8-a2cd-169f-c301aa565d6b-dd98190f, #w-node-e994baa9-01c6-c217-d665-e4b08e482130-dd98190f, #w-node-_9feff00e-3f75-17f4-e92e-7250551b1fab-dd98190f, #w-node-_2f2468af-742e-57eb-aff0-f2912701ac5d-dd98190f, #w-node-_2f2468af-742e-57eb-aff0-f2912701ac5e-dd98190f, #w-node-_172fd212-bfca-81a8-49ff-d978382409ee-dd98190f, #w-node-_172fd212-bfca-81a8-49ff-d978382409ef-dd98190f, #w-node-_0e7b1565-079b-a058-2284-d6c4c2f61723-dd98190f, #w-node-_01c936a8-49f8-571a-dc2c-f829b60aff8b-dd98190f, #w-node-_01c936a8-49f8-571a-dc2c-f829b60aff8c-dd98190f, #w-node-a2241ddb-691a-98cb-e703-fd00d2bf9bb0-dd98190f, #w-node-a2241ddb-691a-98cb-e703-fd00d2bf9bb1-dd98190f, #w-node-_04c75dd4-5e82-99ac-0ea0-86b5b3b54b20-dd98190f, #w-node-_04c75dd4-5e82-99ac-0ea0-86b5b3b54b21-dd98190f, #w-node-a843e6ad-39e2-80f6-701e-cdc98b151b3f-dd98190f, #w-node-a843e6ad-39e2-80f6-701e-cdc98b151b40-dd98190f, #w-node-_484267e4-05d4-4605-8bf9-f4ad96650250-5a31b4da, #w-node-_26083534-1a2e-2635-b2f7-777d617e5dee-5a31b4da, #w-node-_274c975f-1d01-f5c7-04c7-654c14829ac5-5a31b4da, #w-node-fe9e1fe2-144c-9ff2-21b9-a7f244d410ea-5a31b4da, #w-node-_5fdcf0b1-1d1b-1fff-50fc-393f37c9b552-5a31b4da, #w-node-_6568d15a-8a8f-341a-da16-b96d1f727020-5a31b4da, #w-node-_61a678e6-441c-0739-8cb7-2f901c874a55-5a31b4da, #w-node-_2cd8cfa3-e0d9-bd6c-5937-7acb7641c2c0-7634f959, #w-node-_312f3881-dc0e-763d-a71d-21cfcafa8287-7634f959, #w-node-c32695c7-0f57-f28c-1bf2-35f2a1e712f9-7634f959, #w-node-_0b1ff9d1-bc52-4be5-2e71-53721c27c2ef-e3045554, #w-node-_9c04ffd6-4fd7-72c3-64ae-08e5d735072f-e3045554, #w-node-_8702a9f9-8f85-0225-365a-083934cb3fce-e3045554, #w-node-_8d2b57e8-09a5-e5fa-5e59-351e016658ed-e3045554 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e498dcc2-abd7-6278-4cd4-ef6517c7e5d4-22a608f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_7b62680a-9fa8-1c2e-5fc5-2c77b05ec2b9-22a608f0, #w-node-_4bee4eb7-c655-dafa-35a0-bc39fd47335e-22a608f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1014edfe-95b4-7b96-2303-3abf58d4840d-22a608f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e74c497-f4b7-9e17-173b-da8fd14b48f6-5439b1eb {
  grid-area: Area;
}

#w-node-_5e74c497-f4b7-9e17-173b-da8fd14b48fa-5439b1eb, #w-node-_5e74c497-f4b7-9e17-173b-da8fd14b48fb-5439b1eb, #w-node-_5e74c497-f4b7-9e17-173b-da8fd14b48ff-5439b1eb, #w-node-_5e74c497-f4b7-9e17-173b-da8fd14b4900-5439b1eb, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e85-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e86-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e8a-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e8b-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e8f-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e90-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e94-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e95-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e99-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e9a-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e9e-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3e9f-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3ea3-7f917d36, #w-node-b9cbf56f-1c77-e5a6-c3e8-f9fb7bba3ea4-7f917d36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7642acc8-eda7-3fa9-65b5-ac353e36a79c-b6f0bf68 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-b3062709-5bdf-5548-7ce4-7651cfb31d3b-b6f0bf68 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3062709-5bdf-5548-7ce4-7651cfb31d52-b6f0bf68 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_849f67f9-d4ae-de7e-6528-0b12b2568e6d-b6f0bf68 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_849f67f9-d4ae-de7e-6528-0b12b2568e6e-b6f0bf68 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-c2799cd3-b13a-1d4f-77d8-aa558e4c7c87-b6f0bf68 {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-c2799cd3-b13a-1d4f-77d8-aa558e4c7c88-b6f0bf68 {
  grid-area: 2 / 2 / 3 / 4;
  place-self: center;
}

#w-node-_316015bd-5c98-6f15-568f-dc8c6866ef43-b6f0bf68 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_316015bd-5c98-6f15-568f-dc8c6866ef44-b6f0bf68 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-f2eda7de-7ab8-4ee9-5847-30d0a9fc3186-a9ad9e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ffd9468a-3069-fbe1-02da-960fcab0faf4-a9ad9e6c, #w-node-ce12828a-f9aa-2b46-e79c-abfbfabbfd08-a9ad9e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75728da-19dd-4ea4-35f7-13019f80ca71-a9ad9e6c {
  align-self: center;
}

#w-node-_1ea33225-7391-b2e6-ca02-a009f6282727-a9ad9e6c {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_1ea33225-7391-b2e6-ca02-a009f6282728-a9ad9e6c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_96405ab4-a927-f907-bc31-93b25dfcd90a-a9ad9e6c {
  grid-area: 1 / 1 / 4 / 3;
}

#w-node-_96405ab4-a927-f907-bc31-93b25dfcd90b-a9ad9e6c {
  grid-area: 2 / 2 / 3 / 4;
  place-self: center;
}

#w-node-_0a02ca70-9191-f7a0-be2c-2954d261463f-a9ad9e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5db862d3-c10f-7be1-bddb-993b6cb444b7-a9ad9e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_53a72a5d-2513-93b9-2198-1afd6bce6557-a9ad9e6c, #w-node-_85862a81-e596-ae0b-bfae-87e2bf24abda-a9ad9e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be103240-e627-626b-d89c-a75aa49facd7-a9ad9e6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be103240-e627-626b-d89c-a75aa49face0-a9ad9e6c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_591893e3-bd30-5151-b87b-e2c1c12d1277-a9ad9e6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_924d91fa-5cc3-dfba-b9ec-29fdb89448d1-a9ad9e6c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_09e97590-b0a1-366e-e3a1-a8857be7e90c-a9ad9e6c, #w-node-e51878be-fed7-3e74-d5c5-3704a67b4412-a9ad9e6c, #w-node-d068055c-cf6d-7799-c81a-f9c5ce157106-a9ad9e6c, #w-node-fa9a92af-eabe-f8c3-8425-2acc8708e3df-a9ad9e6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34393363-3143-2844-83ab-2469dd201901-fc9d5b2a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_4ae57c8a-a9b3-68de-1de3-685797434def-fc9d5b2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d7c980f-0cfd-5e5b-f70a-3c8f608793b6-fc9d5b2a, #w-node-_0ad94a32-a8b5-e8ea-9f4a-9a3775d42bb4-fc9d5b2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0ad94a32-a8b5-e8ea-9f4a-9a3775d42bb2-fc9d5b2a, #w-node-ada6c28f-ad15-a65d-457c-7fbfa688e27a-fc9d5b2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ada6c28f-ad15-a65d-457c-7fbfa688e27c-fc9d5b2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_417e9a34-4df1-7984-8ae8-597fca762423-68e6d2f3, #w-node-_417e9a34-4df1-7984-8ae8-597fca76242a-68e6d2f3, #w-node-_417e9a34-4df1-7984-8ae8-597fca762431-68e6d2f3, #w-node-a03b0d56-d742-1b06-c4aa-ca131ba14709-68e6d2f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a03b0d56-d742-1b06-c4aa-ca131ba1470f-68e6d2f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a03b0d56-d742-1b06-c4aa-ca131ba14711-68e6d2f3, #w-node-a03b0d56-d742-1b06-c4aa-ca131ba1471d-68e6d2f3, #w-node-_4de640f5-ba77-27c8-661c-a6bf928e2fff-0a32ba89, #w-node-_4de640f5-ba77-27c8-661c-a6bf928e3010-0a32ba89, #w-node-_4de640f5-ba77-27c8-661c-a6bf928e3021-0a32ba89, #w-node-_7acb418f-3713-a6f4-0828-471acc456e48-0a32ba89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7acb418f-3713-a6f4-0828-471acc456e57-0a32ba89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7acb418f-3713-a6f4-0828-471acc456e59-0a32ba89, #w-node-_7acb418f-3713-a6f4-0828-471acc456e67-0a32ba89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a71105a2-5487-ea4e-2ba5-18bbe791fcc1-7e23bcf0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_2a7a8ab5-b427-a0e2-4dd7-365b323bb6f6-7e23bcf0, #w-node-_2a7a8ab5-b427-a0e2-4dd7-365b323bb70d-7e23bcf0, #w-node-_2a7a8ab5-b427-a0e2-4dd7-365b323bb70e-7e23bcf0, #w-node-_2a7a8ab5-b427-a0e2-4dd7-365b323bb71e-7e23bcf0, #w-node-_2a7a8ab5-b427-a0e2-4dd7-365b323bb71f-7e23bcf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45bca66f-6ee7-b218-653e-c9cdf0985b5e-7e23bcf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_45bca66f-6ee7-b218-653e-c9cdf0985b61-7e23bcf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45bca66f-6ee7-b218-653e-c9cdf0985b72-7e23bcf0, #w-node-_45bca66f-6ee7-b218-653e-c9cdf0985b74-7e23bcf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_45bca66f-6ee7-b218-653e-c9cdf0985b76-7e23bcf0, #w-node-_45bca66f-6ee7-b218-653e-c9cdf0985b7b-7e23bcf0, #w-node-_45bca66f-6ee7-b218-653e-c9cdf0985b80-7e23bcf0, #w-node-_45bca66f-6ee7-b218-653e-c9cdf0985b85-7e23bcf0, #w-node-ecb7ef72-5a10-ce75-0878-187358ac5e0e-07db05b4, #w-node-_32933b64-3314-44ec-967d-fe444c7dcb22-07db05b4, #w-node-feccb0f2-7cbd-f518-ca2a-07ea76bdeae8-07db05b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fb5289b-de4d-a380-c128-cb6d9b84d3a2-bfb47428 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
}

#w-node-_6fb5289b-de4d-a380-c128-cb6d9b84d3a3-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4358fec9-e056-250d-966f-797daf066fbf-bfb47428 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_4358fec9-e056-250d-966f-797daf066fc0-bfb47428, #w-node-_4358fec9-e056-250d-966f-797daf066fc1-bfb47428, #w-node-_872e323a-0af3-202a-0809-7649069529d6-bfb47428, #w-node-_5508514d-09af-372a-5288-5263899ac6f3-bfb47428, #w-node-d7dfef8b-4939-036e-3e90-fd1638970615-bfb47428, #w-node-_76ac43b9-a513-b353-6456-1f9989a574f3-bfb47428, #w-node-_6fb5289b-de4d-a380-c128-cb6d9b84d3a4-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cf886b4-c445-2651-55cd-c7c5786fd76c-bfb47428 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_9cf886b4-c445-2651-55cd-c7c5786fd76d-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd770-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd779-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd77c-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd785-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd788-bfb47428, #w-node-_58afccee-571f-3b27-ee32-23e429eeda7d-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36e7b559-0b48-241b-d7fe-5b57f1597331-bfb47428 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_36e7b559-0b48-241b-d7fe-5b57f1597332-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f1597335-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f159733e-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f1597341-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f159734a-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f159734d-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b689e926-aa81-a136-63e9-28cfe98522a4-bfb47428 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b689e926-aa81-a136-63e9-28cfe98522a5-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62197a29-26e8-9f71-d971-e9e907d40082-bfb47428 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_62197a29-26e8-9f71-d971-e9e907d40083-bfb47428, #w-node-_62197a29-26e8-9f71-d971-e9e907d40084-bfb47428, #w-node-b689e926-aa81-a136-63e9-28cfe98522a6-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8992456-30f5-52ba-4a3d-565a5c8a4f1b-bfb47428 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e8992456-30f5-52ba-4a3d-565a5c8a4f1c-bfb47428, #w-node-e8992456-30f5-52ba-4a3d-565a5c8a4f1e-bfb47428, #w-node-_2cef7bee-4d53-1c0e-ba0e-1cc9ccd21ab7-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82a-bfb47428 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82b-bfb47428, #w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82d-bfb47428, #w-node-_6864e609-32a0-1d51-2e8a-8b20c8e5eedd-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8d2e3c8-ef35-328f-1a45-0f6d3bad5618-bfb47428 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b8d2e3c8-ef35-328f-1a45-0f6d3bad5619-bfb47428, #w-node-b8d2e3c8-ef35-328f-1a45-0f6d3bad561b-bfb47428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34b2810a-18f5-2b70-6088-e080d6b53738-28e30ccf {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_10cf7d92-b780-df3d-6166-bd4c0645c073-28e30ccf, #w-node-e988584a-5d40-7e9a-1f2c-c8eae61e7695-28e30ccf, #w-node-_988a406c-8007-be96-1e90-9f72869b54bb-28e30ccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34b2810a-18f5-2b70-6088-e080d6b53738-2dc66170 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_10cf7d92-b780-df3d-6166-bd4c0645c073-2dc66170, #w-node-e988584a-5d40-7e9a-1f2c-c8eae61e7695-2dc66170, #w-node-_988a406c-8007-be96-1e90-9f72869b54bb-2dc66170, #w-node-d72af8e5-5e80-146e-7c3d-cdadf838e816-bc6e8344, #w-node-d72af8e5-5e80-146e-7c3d-cdadf838e81f-bc6e8344 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20435836-04cf-588e-9eb4-1bcaa400cdc5-edb2baad, #w-node-_833f148a-2a96-2345-8c47-ad35fbff1114-5d0f7c78 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-c24c3c62-5d4d-7d22-7ba6-defd9d4f5eea-5d0f7c78, #w-node-_3d5bd6f0-6e38-3bca-95ea-be673b45b149-5d0f7c78, #w-node-fe5b7313-442b-9699-3e73-e566a0214b77-5d0f7c78, #w-node-_346404fa-1c98-eb38-b232-06ec43b4a2d4-5d0f7c78, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-5222b914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2560f3db-b5da-8025-fe11-3db82fba0bbb-5222b914 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_99d00bf7-7e52-e393-9a82-1733b28fe05d-5222b914, #w-node-d921d52c-0df1-614a-e08e-bd8501175360-5222b914, #w-node-cccb9fcd-b25f-5234-bcea-168888c0b0d8-5222b914, #w-node-_5c07ff7d-2cf4-4690-fb78-e87136095381-5222b914, #w-node-_1866876f-a4d8-03c4-77b3-6d20b46182f4-5222b914, #w-node-_4315ac91-908d-b9ea-9f0d-055ccc71be6d-5222b914, #w-node-_61363f74-4aa5-3954-665f-c94033008094-5222b914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_833f148a-2a96-2345-8c47-ad35fbff1114-03a094f5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-b9ce0736-e88f-4b7a-a842-6edc088c5e0a-03a094f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b9ce0736-e88f-4b7a-a842-6edc088c5e0c-03a094f5, #w-node-b9ce0736-e88f-4b7a-a842-6edc088c5e0e-03a094f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ecddaae9-6157-d651-dffd-01bbf1539c5f-f394e12b, #w-node-_03db2c9e-7e06-8b24-859b-8e0efa9d1117-f394e12b, #w-node-_556c2a4d-3b7c-0230-514e-f2b70a81832b-f394e12b, #w-node-bcb73d16-8155-4aad-4f62-4ba3e58d5279-f394e12b, #w-node-_2b54662f-e50b-96e9-bd08-7de1824dab2a-f394e12b, #w-node-_75e23ac1-88e1-9d5b-fa99-6e56fb825fa5-f394e12b, #w-node-fba7915b-9603-b7e4-2c79-4943534062df-f394e12b, #w-node-_74a610f0-e050-f238-2b9f-8464fd741001-f394e12b, #w-node-a2ffd5f3-b487-5415-d2e3-6c3490b493d6-f394e12b, #w-node-_15fd6223-3462-4a54-85d1-8b067cd95d55-f394e12b, #w-node-_15fd6223-3462-4a54-85d1-8b067cd95d58-f394e12b, #w-node-_15fd6223-3462-4a54-85d1-8b067cd95d5a-f394e12b, #w-node-_15fd6223-3462-4a54-85d1-8b067cd95d5d-f394e12b, #w-node-_15fd6223-3462-4a54-85d1-8b067cd95d5f-f394e12b, #w-node-_15fd6223-3462-4a54-85d1-8b067cd95d62-f394e12b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_744667df-ce5b-88bd-4ade-2d357f4648f4-f394e12b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end center;
}

#w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a561201ff-f394e12b, #w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a56120209-f394e12b, #w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a56120213-f394e12b, #w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a5612021d-f394e12b, #w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a56120227-f394e12b, #w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a56120231-f394e12b, #w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a5612023b-f394e12b, #w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a56120245-f394e12b, #w-node-_7bc23d7b-cad1-d5d2-6ccb-d14a5612024f-f394e12b, #w-node-_5d823a98-2643-d72d-bb67-1ec4316af3bf-f394e12b, #w-node-_2664f70b-7464-e8d1-f1bf-533c42ab87d0-f394e12b, #w-node-ffde72e5-4e64-6ccf-888b-e9746e663cc2-f394e12b, #w-node-ffde72e5-4e64-6ccf-888b-e9746e663cc5-f394e12b, #w-node-_1b082df8-80b4-6cb5-295e-1c54a4a9f2ac-f394e12b, #w-node-_1b082df8-80b4-6cb5-295e-1c54a4a9f2af-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a22fc-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a2306-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a2310-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a231b-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a231e-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a2320-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a2323-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a2325-f394e12b, #w-node-a19970e7-e0b1-2b90-1f55-cb638d6a2328-f394e12b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bda601d7-a8f8-17f5-81b2-9ccc09decf06-17ae57e6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8973efc1-33fc-5545-96d8-80802092e2d9-17ae57e6, #w-node-_37e19edf-6245-0000-9a97-77a4024c3e2a-17ae57e6, #w-node-_1bcc495b-3476-af34-72a9-e2e2549c48cc-17ae57e6, #w-node-_24626346-fefe-48d7-8fb7-fffadd894088-17ae57e6, #w-node-d0c3f4c7-9fb3-1fbf-42ba-a73a245f872a-17ae57e6, #w-node-c3b1e0de-6ca8-8885-6fb0-c61e1950f37d-17ae57e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edfc5a86-256c-9018-303c-3a7effbbdb02-4fcb7abe {
  grid-area: Area;
}

#w-node-ab53c16f-f375-1c2d-6eb8-a013f36b6a83-4fcb7abe, #w-node-bb3d6da4-f821-4035-94db-b2efaca4596a-4fcb7abe, #w-node-_4a44252f-ac74-2316-925b-95c84da9f371-4fcb7abe, #w-node-_1118d499-5af4-4edd-95fa-3a1ef8951130-4fcb7abe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34393363-3143-2844-83ab-2469dd201901-d203885f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_91db90e4-d2d4-99bb-a1d2-ab0db7b85fe5-d203885f, #w-node-db3a72fd-720c-abfc-79d6-37a40d60c083-d203885f, #w-node-_4e3fd861-f8d3-236d-f95e-a95afa16fd4d-d203885f, #w-node-_77dd83e4-e960-c371-5e97-1ba89a26f1ee-d203885f, #w-node-_31fa2fef-3c8a-fea2-37b3-8e13ff6997b2-d203885f, #w-node-_4c6c8b9f-63f1-a389-18cf-7388151fd9b9-d203885f, #w-node-_95d288f0-5f86-6cae-c4ff-0dbb1865873d-d203885f, #w-node-_3202d1b2-8c15-542d-259a-48cd98d789b2-d203885f, #w-node-_7e6903d4-b69c-60d6-db29-c8af5d50b2e2-d203885f, #w-node-_5213d7c3-aa8d-5677-73d2-765931230b5b-d203885f, #w-node-_4588d15d-f48d-884e-8094-69a53afeeb6c-d203885f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e8bf2d5-a01b-2c1e-6b44-24a41659445d-0d04f42b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-cecc7583-c122-87a7-56db-1f90ee11c392-0d04f42b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_75f77724-a7fd-e80f-3c09-ee40ac246f2b-0d04f42b, #w-node-_03034a50-f580-9de5-6df4-7921396279ba-0d04f42b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7642acc8-eda7-3fa9-65b5-ac353e36a79c-7d17538d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_4c774f50-95ef-94c8-36aa-813c685036ec-7d17538d, #w-node-_4c774f50-95ef-94c8-36aa-813c685036f8-7d17538d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a71105a2-5487-ea4e-2ba5-18bbe791fcc1-f3a517fd {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-edb86178-a529-0922-e0ad-5ada16252349-f3a517fd, #w-node-_79e464d8-e94f-b7f1-7135-aa9f6b7cf2f4-f3a517fd, #w-node-a1a88293-e2e0-5891-a299-b75822a55149-f3a517fd, #w-node-_394e8ba5-caa8-b761-d15d-e7f68d8d63e4-f3a517fd, #w-node-_5b440609-f97e-6f2c-224a-b58f6011eef0-f3a517fd, #w-node-_06d521c5-331d-8a2a-ae9e-f3f8010d40f2-f3a517fd, #w-node-_2527c4f8-37d8-ad6e-7059-68bcd83b7ec9-f3a517fd, #w-node-d1b0141e-3d80-d942-5a4e-8c6634fa85b4-f3a517fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53c23cd8-8752-2f5b-a5d3-a65d5b6dc870-f3a517fd, #w-node-_1348a7d9-4102-4d49-fca8-ad327227bbae-f3a517fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_568867d2-3b59-5a75-18e0-36c08e5c8d40-f3a517fd, #w-node-_03b13a31-c310-01b7-5afe-1e96d784c578-f3a517fd, #w-node-_6ac6b39b-649b-d454-83b2-6435c52f5a65-f3a517fd, #w-node-eb903fcf-97ae-3072-c11f-e08729428651-f3a517fd, #w-node-_40b80f7f-70a9-20e4-90e5-8a0b7bf3ee25-f3a517fd, #w-node-_93f5efa5-cd81-1349-bc06-0c919b79b502-f3a517fd, #w-node-_93f5efa5-cd81-1349-bc06-0c919b79b503-f3a517fd, #w-node-b949b425-f7fb-1dfe-8131-cbe21a4494b4-f3a517fd, #w-node-_20235b64-24f5-cdc2-ef90-72cd277fbe73-f3a517fd, #w-node-_20235b64-24f5-cdc2-ef90-72cd277fbe74-f3a517fd, #w-node-f2894d81-2ea8-80a4-40ad-79bb583be989-f3a517fd, #w-node-_5e584685-6dc2-c106-cb17-6eaf06aefa05-f3a517fd, #w-node-_5e584685-6dc2-c106-cb17-6eaf06aefa06-f3a517fd, #w-node-f03d1130-1f37-2514-31b4-4d94f225215b-f3a517fd, #w-node-_2b429ea3-10eb-20d2-6f02-b9e3eb9de13b-f3a517fd, #w-node-_2b429ea3-10eb-20d2-6f02-b9e3eb9de13c-f3a517fd, #w-node-ebef41cc-c736-a2f7-2733-cabc370434d0-f3a517fd, #w-node-_5816bff6-5137-cd33-27a9-be0fa0e2d580-f3a517fd, #w-node-_5816bff6-5137-cd33-27a9-be0fa0e2d581-f3a517fd, #w-node-_73c72d1f-72dd-8bb9-3e35-26eceba73d94-f3a517fd, #w-node-_8e535ffe-a065-7519-f69b-94d5fc287636-f3a517fd, #w-node-_8e535ffe-a065-7519-f69b-94d5fc287637-f3a517fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3433eab2-d70d-766a-48f2-bbdd5709368d-cd0ac2fb {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_3ec24a7e-c69a-3c97-bd1f-0bff2682acaf-cd0ac2fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0499a3d6-a794-2fd9-120d-dc53ea009a85-cd0ac2fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0fb1ee8-41fa-0bae-afd7-e37a83fdbf4f-cd0ac2fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62fb55f2-ce8a-180d-d706-30922b9789a0-cd0ac2fb, #w-node-e594034f-94e0-b68d-0f17-8a8f78810117-cd0ac2fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d3fa78b-77a5-23f8-5087-82b7b345a857-cd0ac2fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7ce73cd3-d5e4-a3ec-e011-65af9d975103-cd0ac2fb, #w-node-_054d2d38-9752-f87f-81fc-570b3ff65d1a-cd0ac2fb, #w-node-e509cbc0-2247-ba59-df3d-a1d1cf252c7a-cd0ac2fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3433eab2-d70d-766a-48f2-bbdd5709368d-876165cf {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_3ec24a7e-c69a-3c97-bd1f-0bff2682acaf-876165cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0499a3d6-a794-2fd9-120d-dc53ea009a85-876165cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0fb1ee8-41fa-0bae-afd7-e37a83fdbf4f-876165cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62fb55f2-ce8a-180d-d706-30922b9789a0-876165cf, #w-node-e594034f-94e0-b68d-0f17-8a8f78810117-876165cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d3fa78b-77a5-23f8-5087-82b7b345a857-876165cf, #w-node-_64ddc8bc-31bc-dc0c-dd7c-a090be4d6542-876165cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_64ddc8bc-31bc-dc0c-dd7c-a090be4d6544-876165cf, #w-node-_7ce73cd3-d5e4-a3ec-e011-65af9d975103-876165cf, #w-node-_054d2d38-9752-f87f-81fc-570b3ff65d1a-876165cf, #w-node-e509cbc0-2247-ba59-df3d-a1d1cf252c7a-876165cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3433eab2-d70d-766a-48f2-bbdd5709368d-f65848fc {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_3ec24a7e-c69a-3c97-bd1f-0bff2682acaf-f65848fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0499a3d6-a794-2fd9-120d-dc53ea009a85-f65848fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0fb1ee8-41fa-0bae-afd7-e37a83fdbf4f-f65848fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62fb55f2-ce8a-180d-d706-30922b9789a0-f65848fc, #w-node-_7ce73cd3-d5e4-a3ec-e011-65af9d975103-f65848fc, #w-node-_054d2d38-9752-f87f-81fc-570b3ff65d1a-f65848fc, #w-node-e509cbc0-2247-ba59-df3d-a1d1cf252c7a-f65848fc, #w-node-_1ab7db75-5c9e-9b44-cd5d-35acd5ed7bfe-37f753cb, #w-node-_64078e7d-ef05-d36d-0bc0-ffddffd7870a-37f753cb, #w-node-_78d9c74c-a649-d9d8-d237-e8ce587d6a48-37f753cb, #w-node-cdf7954c-e1c0-7f90-cbf8-5cfa8cc74ef6-37f753cb, #w-node-a662bb77-4c1b-20cf-47a5-296ec8e75c4c-37f753cb, #w-node-_77615a4a-5cce-3f42-d8bf-e505c715f970-3baaf74c, #w-node-_77615a4a-5cce-3f42-d8bf-e505c715f981-3baaf74c, #w-node-_77615a4a-5cce-3f42-d8bf-e505c715f992-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb752366-53f5-23ec-681b-186e90ed50a2-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e75943c-d328-d3d0-6517-dd3f2a7fd44f-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0aec563-293d-716b-9968-b276e35d1f48-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0aec563-293d-716b-9968-b276e35d1f49-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7ffdf9f-2deb-a043-6ec5-edd55f9ef332-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_55f55bb3-00a9-18a6-f9dc-80aaf12825c0-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f18d64a1-b804-83dd-0e86-514f5f820935-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f44e954a-03be-00b8-5986-7bc16e495ea9-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdfc996b-e279-42d5-4158-2ac04d0d809f-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b9b36a39-66d5-7254-31f2-37e563cfea55-3baaf74c, #w-node-a1110a40-83fd-fe65-1b3f-0cc0b7d429f6-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e52570f1-379b-45a6-6db2-b4bfc9ebce4f-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_89d981c0-5921-4695-b583-d4cc3a89a095-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eef5c8fe-63b8-c7b6-a8a2-66a791b777fc-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7b52618d-add5-488a-1260-dd5d03b6bb7d-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e60a69e-7613-409a-77ed-3efab97b592a-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2f72b24a-5ad4-5adb-7f4b-4dc8ccea54ab-3baaf74c, #w-node-_5263494f-e8ff-e0bb-df5d-4e2b2edaf219-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73cb9bc8-db53-a3d5-7fea-1a02a3b79921-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c03d74ac-4dbc-f3a8-58eb-c954c92ea697-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72504701-0db8-3c27-39cf-ff61a20cea00-3baaf74c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5991e6a5-3fd8-0c7b-66b0-855019e1e2a0-3baaf74c, #w-node-_024251f3-454d-98df-44ad-7b0e1acad0b8-ad78b30b, #w-node-_024251f3-454d-98df-44ad-7b0e1acad0b8-81488b16, #w-node-_024251f3-454d-98df-44ad-7b0e1acad0b8-7d02b769, #w-node-_1ab7db75-5c9e-9b44-cd5d-35acd5ed7bfe-316dc6b8, #w-node-_64078e7d-ef05-d36d-0bc0-ffddffd7870a-316dc6b8, #w-node-_78d9c74c-a649-d9d8-d237-e8ce587d6a48-316dc6b8, #w-node-cdf7954c-e1c0-7f90-cbf8-5cfa8cc74ef6-316dc6b8, #w-node-a662bb77-4c1b-20cf-47a5-296ec8e75c4c-316dc6b8, #w-node-ef9b6945-13df-7f92-e71b-2afc0eb345b5-316dc6b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_103908ce-a275-8352-7772-65e9d9e05177-1686a519 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_35a4e42e-52fe-9a79-8330-e02230be4357-1686a519, #w-node-ccf5fd8f-4d39-d484-ac95-ffa524aa1756-1686a519, #w-node-_7082d99e-46d7-c656-84f7-528e74990c0b-1686a519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34b2810a-18f5-2b70-6088-e080d6b53738-2cf77422 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a4-2cf77422 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a5-2cf77422, #w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a6-2cf77422, #w-node-_9fcb0e9b-9fd4-0b56-2e11-5ddb35cc029f-d3d1f278, #w-node-_99d13197-74f7-2c9b-a891-bcaf905a671a-cb1e44f1, #w-node-adec52f9-df9c-68f6-0680-e2ed4de89308-4de89308 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e75ffcf-d5e9-2c05-481b-ec7a5d612459-7349e9ca {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_5e209f8b-5ae8-28a3-aab3-d74cbf28b2d2-7349e9ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f4f629-acd1-92ea-7dfc-c9bad77d6fb6-ae278450 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-f2f4f629-acd1-92ea-7dfc-c9bad77d6fb7-ae278450, #w-node-f2f4f629-acd1-92ea-7dfc-c9bad77d6fb8-ae278450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cf4292e-d2d3-ea13-b9db-733b90c31721-79a0fcb2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_5cf4292e-d2d3-ea13-b9db-733b90c31722-79a0fcb2, #w-node-_5cf4292e-d2d3-ea13-b9db-733b90c31723-79a0fcb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_419bee80-3a9d-9f45-cacf-68729c8e6d4e-0410e974 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_419bee80-3a9d-9f45-cacf-68729c8e6d4f-0410e974, #w-node-_419bee80-3a9d-9f45-cacf-68729c8e6d5b-0410e974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5452f0d-c3c8-0c7a-5dad-80172f7c11cb-bbeed221 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-e5452f0d-c3c8-0c7a-5dad-80172f7c11cc-bbeed221, #w-node-e5452f0d-c3c8-0c7a-5dad-80172f7c11d8-bbeed221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_911dc959-3dc4-e51f-919a-11f4f9fc2480-0b656bf4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_911dc959-3dc4-e51f-919a-11f4f9fc2481-0b656bf4, #w-node-_911dc959-3dc4-e51f-919a-11f4f9fc248d-0b656bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e75ffcf-d5e9-2c05-481b-ec7a5d612459-1083bf5f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_82a0cb78-420e-a017-f706-c2efc16db603-1083bf5f, #w-node-_03bff9f8-240a-cc58-4957-5f4d3c4fa746-dc8f5b19, #w-node-_03bff9f8-240a-cc58-4957-5f4d3c4fa746-3ed00cab, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-dadcefa9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48f55283-59b7-62e8-9f7f-e62b32c7028e-cb9309d8, #w-node-_75c40e48-271f-6fcf-68e8-a04ace7f251a-3d8ef129 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_8baa3e58-f545-5ad2-18d4-fa7e4efadc78-3d8ef129 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e6214bb2-d58b-9538-a145-b81410e72df2-3d8ef129, #w-node-b387a6ec-bfca-53a4-aed7-a08fdc0e5b72-3d8ef129, #w-node-de6e2362-28e4-e315-68bc-b6086356b2b6-3d8ef129, #w-node-_653215fd-6d24-7d9a-f2e1-5e25a2cf910a-3d8ef129 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3433eab2-d70d-766a-48f2-bbdd5709368d-abc33fc5 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_3ec24a7e-c69a-3c97-bd1f-0bff2682acaf-abc33fc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0499a3d6-a794-2fd9-120d-dc53ea009a85-abc33fc5, #w-node-_64ddc8bc-31bc-dc0c-dd7c-a090be4d654d-abc33fc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64ddc8bc-31bc-dc0c-dd7c-a090be4d6557-abc33fc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7ce73cd3-d5e4-a3ec-e011-65af9d975103-abc33fc5, #w-node-_054d2d38-9752-f87f-81fc-570b3ff65d1a-abc33fc5, #w-node-e509cbc0-2247-ba59-df3d-a1d1cf252c7a-abc33fc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a71105a2-5487-ea4e-2ba5-18bbe791fcc1-823b50a5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end start;
}

#w-node-_5876c3e7-6aa0-91d0-d317-b8e11c7c72c2-823b50a5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_41d50272-883b-ed3d-123e-09adf0cc47cb-84407b1d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_38970f75-4844-2ef7-7ab1-72273044d684-962918d4, #w-node-_09939c77-dbc8-4145-1c2d-2fe504e7f17c-962918d4, #w-node-_1052c957-35a9-1ba5-c803-e35dd58409ba-962918d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bf1b0f5-214b-c89c-639d-b963af0cdac5-68e1d178 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_7c4c4622-2a4a-44e8-9379-63326f30f315-68e1d178 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
}

#w-node-d7b25707-7382-cac3-ac87-2346774c1c13-68e1d178, #w-node-_684cd50d-9f96-6703-c745-7d9069a120d3-68e1d178, #w-node-_67d6d60f-35b4-f40c-62d1-363d6b039453-68e1d178, #w-node-_67d6d60f-35b4-f40c-62d1-363d6b039449-68e1d178 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_310b59e5-8ceb-b2e8-9915-27743011e225-68e1d178 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1ca7b7f5-8aa5-062e-0ea2-2dccf437ab5c-7b88d141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a6c06797-0ee4-a475-01fe-c53f4c598a52-7b88d141, #w-node-_10cf7d92-b780-df3d-6166-bd4c0645c073-7b88d141, #w-node-e988584a-5d40-7e9a-1f2c-c8eae61e7695-7b88d141, #w-node-_988a406c-8007-be96-1e90-9f72869b54bb-7b88d141, #w-node-f7149714-a490-e13a-2cd4-55eeca367a47-7b88d141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4787715-d1bb-b375-dbf1-73a46dac326a-7b88d141 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2cafca0a-a5de-ce88-c952-c741166bc28a-7b88d141, #w-node-_6c663600-ac81-2ad8-bedc-de34c57edb27-1d2c9ce2, #w-node-cd87bd18-5057-b65b-e6b4-919a922243b8-1d2c9ce2, #w-node-_290b3536-3af7-d863-50e2-ceb803345b9c-1d2c9ce2, #w-node-_607a40c8-e0b7-52ba-f46b-277a80232054-1d2c9ce2, #w-node-_607a40c8-e0b7-52ba-f46b-277a80232055-1d2c9ce2, #w-node-a8b8a384-bd6b-e79e-5009-fc0bc46b5951-1d2c9ce2, #w-node-a8b8a384-bd6b-e79e-5009-fc0bc46b5952-1d2c9ce2, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0eb5-1d2c9ce2, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0eb6-1d2c9ce2, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ebc-1d2c9ce2, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ebd-1d2c9ce2, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ec3-1d2c9ce2, #w-node-_232f393b-2b58-7c94-bcf8-9e1c4e1b0ec4-1d2c9ce2, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d2e-1d2c9ce2, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d2f-1d2c9ce2, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d35-1d2c9ce2, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d36-1d2c9ce2, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d3c-1d2c9ce2, #w-node-_04c29988-6708-e3f6-264a-4b9265fc0d3d-1d2c9ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_178edfe0-6bca-8347-0f7f-6acd7efae060-5f80e35e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_532ed823-f015-7730-3430-b964ec235cd2-30f46234 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d5370024-d2bf-a25b-a2fe-ab229147b29c-30f46234 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_4e557382-a85e-564d-9603-44f2ec9e40c8-30f46234 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_181eef24-e3ed-d439-f7ff-40a3b8c9bc51-c6d537c8, #w-node-_20435836-04cf-588e-9eb4-1bcaa400cdc5-e774b278 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_1c4aae6a-deb0-b89e-a1bb-85dfb46935c1-4cb291b9 {
    align-self: center;
  }

  #w-node-d3af66ec-c3a7-d238-8dc6-2c830ac9bc30-7fbd3d43, #w-node-_59b7b9f0-e624-d64c-4865-ca96ec1cdc92-7fbd3d43 {
    justify-self: center;
  }

  #w-node-_584a6f90-8aad-621d-f124-3170e8e89fb4-7fbd3d43 {
    place-self: auto center;
  }

  #w-node-aa550c1c-b246-8c4a-c952-8e5c12513da1-7fbd3d43, #w-node-f2834666-9210-f93c-cc0a-48195206da5b-7fbd3d43 {
    align-self: center;
  }

  #w-node-_591893e3-bd30-5151-b87b-e2c1c12d1277-1c8b5549 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bec0e4cb-fa2c-c60d-952a-519f4e7b090d-1c8b5549, #w-node-_924d91fa-5cc3-dfba-b9ec-29fdb89448d1-1c8b5549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7748a9ec-5c0b-6fb1-f05d-87599ce44420-1c8b5549 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-fc66add7-00bd-79c2-7f34-0d720b1c5536-ae00c494 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70db59df-ca9e-fd35-a19c-50d4b20c25c9-ae00c494, #w-node-_751a5c8a-f79f-db38-7056-92400ce17ac6-ae00c494 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c94c9cd2-fe80-37e2-cb24-ff3f3c7e8533-ae00c494 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b3062709-5bdf-5548-7ce4-7651cfb31d3b-b6f0bf68 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b3062709-5bdf-5548-7ce4-7651cfb31d51-b6f0bf68, #w-node-b3062709-5bdf-5548-7ce4-7651cfb31d52-b6f0bf68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3062709-5bdf-5548-7ce4-7651cfb31d62-b6f0bf68 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_849f67f9-d4ae-de7e-6528-0b12b2568e6d-b6f0bf68, #w-node-c2799cd3-b13a-1d4f-77d8-aa558e4c7c87-b6f0bf68, #w-node-_316015bd-5c98-6f15-568f-dc8c6866ef43-b6f0bf68, #w-node-_1ea33225-7391-b2e6-ca02-a009f6282727-a9ad9e6c, #w-node-_96405ab4-a927-f907-bc31-93b25dfcd90a-a9ad9e6c {
    align-self: center;
  }

  #w-node-be103240-e627-626b-d89c-a75aa49facd7-a9ad9e6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-be103240-e627-626b-d89c-a75aa49facdf-a9ad9e6c, #w-node-be103240-e627-626b-d89c-a75aa49face0-a9ad9e6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be103240-e627-626b-d89c-a75aa49face8-a9ad9e6c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_591893e3-bd30-5151-b87b-e2c1c12d1277-a9ad9e6c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bec0e4cb-fa2c-c60d-952a-519f4e7b090d-a9ad9e6c, #w-node-_924d91fa-5cc3-dfba-b9ec-29fdb89448d1-a9ad9e6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7748a9ec-5c0b-6fb1-f05d-87599ce44420-a9ad9e6c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_4ae57c8a-a9b3-68de-1de3-685797434def-fc9d5b2a, #w-node-_0ad94a32-a8b5-e8ea-9f4a-9a3775d42bb2-fc9d5b2a, #w-node-ada6c28f-ad15-a65d-457c-7fbfa688e27a-fc9d5b2a {
    align-self: center;
  }

  #w-node-_6fb5289b-de4d-a380-c128-cb6d9b84d3a2-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_6fb5289b-de4d-a380-c128-cb6d9b84d3a3-bfb47428, #w-node-_6fb5289b-de4d-a380-c128-cb6d9b84d3a4-bfb47428, #w-node-_58afccee-571f-3b27-ee32-23e429eeda7d-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b689e926-aa81-a136-63e9-28cfe98522a4-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b689e926-aa81-a136-63e9-28cfe98522a5-bfb47428, #w-node-b689e926-aa81-a136-63e9-28cfe98522a6-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a4-2cf77422 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a5-2cf77422, #w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a6-2cf77422 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_684cd50d-9f96-6703-c745-7d9069a120d3-68e1d178, #w-node-_67d6d60f-35b4-f40c-62d1-363d6b039453-68e1d178 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c4787715-d1bb-b375-dbf1-73a46dac326a-7b88d141 {
    justify-self: center;
  }

  #w-node-_532ed823-f015-7730-3430-b964ec235cd2-30f46234 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c4aae6a-deb0-b89e-a1bb-85dfb46935c1-4cb291b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_1c4aae6a-deb0-b89e-a1bb-85dfb46935c2-4cb291b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9bb51fa0-786a-85c3-f511-e95e014c0abf-4cb291b9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5bf28ca4-a2a1-0c15-dc94-7fc1882041e8-882041e1 {
    place-self: center;
  }

  #w-node-aa550c1c-b246-8c4a-c952-8e5c12513da1-7fbd3d43 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: center;
  }

  #w-node-aa550c1c-b246-8c4a-c952-8e5c12513da2-7fbd3d43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_00ad726d-3dff-d0ed-b18a-988fc1b219f0-7fbd3d43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f2834666-9210-f93c-cc0a-48195206da5b-7fbd3d43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-f2834666-9210-f93c-cc0a-48195206da5c-7fbd3d43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ee22da98-4c62-5bef-cc28-652d1fc2a07a-7fbd3d43 {
    justify-self: center;
  }

  #w-node-d848ee14-94d6-f33a-02f3-b4b77062ca4d-239846fa {
    place-self: auto;
  }

  #w-node-_849f67f9-d4ae-de7e-6528-0b12b2568e6d-b6f0bf68 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: center;
  }

  #w-node-_849f67f9-d4ae-de7e-6528-0b12b2568e6e-b6f0bf68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2799cd3-b13a-1d4f-77d8-aa558e4c7c87-b6f0bf68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c2799cd3-b13a-1d4f-77d8-aa558e4c7c88-b6f0bf68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_316015bd-5c98-6f15-568f-dc8c6866ef43-b6f0bf68 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: center;
  }

  #w-node-_316015bd-5c98-6f15-568f-dc8c6866ef44-b6f0bf68 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ea33225-7391-b2e6-ca02-a009f6282727-a9ad9e6c {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: center;
  }

  #w-node-_1ea33225-7391-b2e6-ca02-a009f6282728-a9ad9e6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96405ab4-a927-f907-bc31-93b25dfcd90a-a9ad9e6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_96405ab4-a927-f907-bc31-93b25dfcd90b-a9ad9e6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_0ad94a32-a8b5-e8ea-9f4a-9a3775d42bb2-fc9d5b2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4358fec9-e056-250d-966f-797daf066fbf-bfb47428 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-b689e926-aa81-a136-63e9-28cfe98522a4-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b689e926-aa81-a136-63e9-28cfe98522a5-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62197a29-26e8-9f71-d971-e9e907d40082-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_62197a29-26e8-9f71-d971-e9e907d40083-bfb47428, #w-node-_62197a29-26e8-9f71-d971-e9e907d40084-bfb47428, #w-node-b689e926-aa81-a136-63e9-28cfe98522a6-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82a-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82b-bfb47428, #w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82d-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e594034f-94e0-b68d-0f17-8a8f78810117-cd0ac2fb {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_024251f3-454d-98df-44ad-7b0e1acad0b8-ad78b30b, #w-node-_024251f3-454d-98df-44ad-7b0e1acad0b8-81488b16, #w-node-_024251f3-454d-98df-44ad-7b0e1acad0b8-7d02b769 {
    justify-self: start;
  }

  #w-node-_103908ce-a275-8352-7772-65e9d9e05177-1686a519 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_35a4e42e-52fe-9a79-8330-e02230be4357-1686a519, #w-node-ccf5fd8f-4d39-d484-ac95-ffa524aa1756-1686a519, #w-node-_7082d99e-46d7-c656-84f7-528e74990c0b-1686a519 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a4-2cf77422 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a5-2cf77422, #w-node-bf4d139b-e0a1-bf46-4704-9a9830fa21a6-2cf77422 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2f4f629-acd1-92ea-7dfc-c9bad77d6fb6-ae278450 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f2f4f629-acd1-92ea-7dfc-c9bad77d6fb7-ae278450, #w-node-f2f4f629-acd1-92ea-7dfc-c9bad77d6fb8-ae278450 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cf4292e-d2d3-ea13-b9db-733b90c31721-79a0fcb2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5cf4292e-d2d3-ea13-b9db-733b90c31722-79a0fcb2, #w-node-_5cf4292e-d2d3-ea13-b9db-733b90c31723-79a0fcb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_419bee80-3a9d-9f45-cacf-68729c8e6d4e-0410e974 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_419bee80-3a9d-9f45-cacf-68729c8e6d4f-0410e974, #w-node-_419bee80-3a9d-9f45-cacf-68729c8e6d5b-0410e974 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5452f0d-c3c8-0c7a-5dad-80172f7c11cb-bbeed221 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e5452f0d-c3c8-0c7a-5dad-80172f7c11cc-bbeed221, #w-node-e5452f0d-c3c8-0c7a-5dad-80172f7c11d8-bbeed221 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_911dc959-3dc4-e51f-919a-11f4f9fc2480-0b656bf4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_911dc959-3dc4-e51f-919a-11f4f9fc2481-0b656bf4, #w-node-_911dc959-3dc4-e51f-919a-11f4f9fc248d-0b656bf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_310b59e5-8ceb-b2e8-9915-27743011e225-68e1d178 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a6c06797-0ee4-a475-01fe-c53f4c598a52-7b88d141 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_178edfe0-6bca-8347-0f7f-6acd7efae060-5f80e35e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_532ed823-f015-7730-3430-b964ec235cd2-30f46234 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e557382-a85e-564d-9603-44f2ec9e40c8-30f46234 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31fa2fef-3c8a-fea2-37b3-8e13ff6997b9-ae00c494, #w-node-_31fa2fef-3c8a-fea2-37b3-8e13ff6997c0-ae00c494, #w-node-e0faccf6-7636-eef1-de93-deca745e35f1-ae00c494, #w-node-f20e1574-8a14-ae9c-78c6-f861d90fb9c1-ae00c494, #w-node-_5e209f8b-5ae8-28a3-aab3-d74cbf28b2d2-e843e556, #w-node-_5e209f8b-5ae8-28a3-aab3-d74cbf28b2e1-e843e556, #w-node-_5e209f8b-5ae8-28a3-aab3-d74cbf28b2f0-e843e556 {
    grid-column: span 1 / span 1;
  }

  #w-node-a7c676f2-b6b3-d01d-1718-29d4d60a5875-a34fa5f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fb5289b-de4d-a380-c128-cb6d9b84d3a2-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_4358fec9-e056-250d-966f-797daf066fbf-bfb47428 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
  }

  #w-node-_4358fec9-e056-250d-966f-797daf066fc0-bfb47428, #w-node-_4358fec9-e056-250d-966f-797daf066fc1-bfb47428, #w-node-_872e323a-0af3-202a-0809-7649069529d6-bfb47428, #w-node-_5508514d-09af-372a-5288-5263899ac6f3-bfb47428, #w-node-d7dfef8b-4939-036e-3e90-fd1638970615-bfb47428, #w-node-_76ac43b9-a513-b353-6456-1f9989a574f3-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd76c-bfb47428 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
  }

  #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd76d-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd770-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd779-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd77c-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd785-bfb47428, #w-node-_9cf886b4-c445-2651-55cd-c7c5786fd788-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36e7b559-0b48-241b-d7fe-5b57f1597331-bfb47428 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
  }

  #w-node-_36e7b559-0b48-241b-d7fe-5b57f1597332-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f1597335-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f159733e-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f1597341-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f159734a-bfb47428, #w-node-_36e7b559-0b48-241b-d7fe-5b57f159734d-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62197a29-26e8-9f71-d971-e9e907d40082-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_62197a29-26e8-9f71-d971-e9e907d40083-bfb47428, #w-node-_62197a29-26e8-9f71-d971-e9e907d40084-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8992456-30f5-52ba-4a3d-565a5c8a4f1b-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-e8992456-30f5-52ba-4a3d-565a5c8a4f1c-bfb47428, #w-node-e8992456-30f5-52ba-4a3d-565a5c8a4f1e-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82a-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82b-bfb47428, #w-node-_2a29e6b0-923a-d76b-2d68-f7a7b643b82d-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8d2e3c8-ef35-328f-1a45-0f6d3bad5618-bfb47428 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-b8d2e3c8-ef35-328f-1a45-0f6d3bad5619-bfb47428, #w-node-b8d2e3c8-ef35-328f-1a45-0f6d3bad561b-bfb47428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34b2810a-18f5-2b70-6088-e080d6b53738-28e30ccf, #w-node-_34b2810a-18f5-2b70-6088-e080d6b53738-2dc66170 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-c24c3c62-5d4d-7d22-7ba6-defd9d4f5eea-5d0f7c78, #w-node-_3d5bd6f0-6e38-3bca-95ea-be673b45b149-5d0f7c78, #w-node-fe5b7313-442b-9699-3e73-e566a0214b77-5d0f7c78, #w-node-_346404fa-1c98-eb38-b232-06ec43b4a2d4-5d0f7c78, #w-node-_31fa2fef-3c8a-fea2-37b3-8e13ff6997b2-d203885f, #w-node-_31fa2fef-3c8a-fea2-37b3-8e13ff6997b9-d203885f, #w-node-_31fa2fef-3c8a-fea2-37b3-8e13ff6997c0-d203885f, #w-node-e0faccf6-7636-eef1-de93-deca745e35f1-d203885f {
    grid-column: span 1 / span 1;
  }

  #w-node-_34b2810a-18f5-2b70-6088-e080d6b53738-2cf77422 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-_5e209f8b-5ae8-28a3-aab3-d74cbf28b2d2-7349e9ca, #w-node-_5e209f8b-5ae8-28a3-aab3-d74cbf28b2e1-7349e9ca, #w-node-_5e209f8b-5ae8-28a3-aab3-d74cbf28b2f0-7349e9ca, #w-node-_82a0cb78-420e-a017-f706-c2efc16db603-1083bf5f, #w-node-_82a0cb78-420e-a017-f706-c2efc16db612-1083bf5f, #w-node-_82a0cb78-420e-a017-f706-c2efc16db621-1083bf5f, #w-node-_973a66dc-ec58-e036-4c39-d7de56877c2f-1083bf5f {
    grid-column: span 1 / span 1;
  }

  #w-node-_8baa3e58-f545-5ad2-18d4-fa7e4efadc78-3d8ef129 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_7c4c4622-2a4a-44e8-9379-63326f30f315-68e1d178 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_310b59e5-8ceb-b2e8-9915-27743011e225-68e1d178 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d5370024-d2bf-a25b-a2fe-ab229147b29c-30f46234 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-d5370024-d2bf-a25b-a2fe-ab229147b29e-30f46234 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}