/*!
Theme Name: St Johns Theme - 2026
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stjohns
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

stjohns is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: PPFragmentSans;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-dark);
  overflow-x: clip;
}
body,
html {
  background: var(--off-white);
}
@font-face {
  font-family: PPFragmentSans;
  src:
    url("./fonts/PPFragment-SansRegular.woff2") format("woff2"),
    url("./fontsPPFragment-SansRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: PPFragmentSans;
  src:
    url("./fonts/PPFragment-SansRegularItalic.woff2") format("woff2"),
    url("./fontsPPFragment-SansRegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: PPFragmentSans;
  src:
    url("./fonts/PPFragment-SansLight.woff2") format("woff2"),
    url("./fontsPPFragment-SansLight.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: PPFragmentSans;
  src:
    url("./fonts/PPFragment-SansLightItalic.woff2") format("woff2"),
    url("./fontsPPFragment-SansLightItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: PPFragmentGlare;
  src:
    url("./fonts/PPFragment-GlareRegular.woff2") format("woff2"),
    url("./fontsPPFragment-GlareRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: PPFragmentGlare;
  src:
    url("./fonts/PPFragment-GlareRegularItalic.woff2") format("woff2"),
    url("./fontsPPFragment-GlareRegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
:root {
  --text-dark: #171725;
  --navy: #171725;
  --off-white: #eeeee9;
  --sandstone: #ddd1b2;
  --red: #f21d06;
  --text-70: rgba(23, 23, 37, 0.7);
  --text-50: rgba(23, 23, 37, 0.5);
  --light-blue: #c8d6e0;
  --border-color: rgba(23, 23, 37, 0.15);
  --royal-blue: #29337d;
}
main {
  display: block;
  position: relative;
}
h3.h1,
p.h1,
h2.h1,
h1 {
  font-family: PPFragmentGlare;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  margin: 0;
}
.h2,
h1.h2,
h2 {
  font-family: PPFragmentGlare;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  margin: 0;
}
.h3,
.h3 h2,
h2.h3,
h3 {
  font-family: PPFragmentGlare;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  margin: 0;
}
h2.h4,
.h4,
h1.h4,
h4 {
  font-family: PPFragmentGlare;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  margin: 0;
}
.h5,
h4.h5,
h5 {
  font-family: PPFragmentGlare;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  margin: 0;
}
h5.h6,
.h6,
h4.h6,
h6 {
  font-family: PPFragmentGlare;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}
p.p1,
.p1,
.p1 p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
}
p.p2,
.p2,
.p2 p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}
p.p3,
.p3,
.p3 p {
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}
.p4 li,
p.p4,
.p4,
.p4 p {
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
}
p.p5,
.p5,
.p5 p {
  font-size: 12px;
  line-height: 140%;
  font-weight: 300;
}
p.text-70,
.text-70 p,
.text-70 {
  color: var(--text-70);
}
p.text-50,
.text-50 p,
.text-50 {
  color: var(--text-50);
}
.glare,
.glare p {
  font-family: PPFragmentGlare;
  font-style: normal;
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.container-32 {
  padding: 0 32px;
}
.container-56 {
  padding: 0 56px;
}
.container-16 {
  padding: 0 16px;
}
.container-np {
  padding: 0;
}
.ofc {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-content {
  position: relative;
  z-index: 5;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}

a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 16px;
}
.nm {
  margin: 0;
}
.body > p:last-of-type {
  margin: 0;
}
.main-nav-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.top-level-menu-item > a {
  padding: 8px;
  display: block;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  transition: all 0.1s ease;
}
.main-navigation {
  width: calc(50% - 85.5px);
}
.main-navigation.right-navigation .main-nav-list {
  justify-content: flex-end;
}
.header-row {
  gap: 12px;
}
img {
  max-width: 100%;
}
#masthead .site-branding {
  width: 147px;
  position: relative;
  z-index: 4;
}
#masthead {
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: var(--off-white);
}
#masthead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--off-white);
  display: block;
  z-index: 2;
}
.sub-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid rgba(12, 25, 18, 0.2);
  border-bottom: 1px solid rgba(12, 25, 18, 0.2);
  transform: translateY(-101%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition:
    transform 0.5s ease,
    visibility 0.5s ease,
    opacity 0.35s ease;
  background: var(--off-white);
}
li.sub-menu-open > a {
  background: var(--sandstone);
}
.sub-menu-open .sub-menu-wrap {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.sub-menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-menu-wrap .normal-column {
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
  flex: 1;
}
ul.sub-menu > li {
  margin: 0 0 20px;
  max-width: 240px;
}
ul.sub-menu > li.sub-menu-top {
  font-family: PPFragmentGlare;
  font-weight: 400;
  font-style: normal;
}
ul.sub-menu > li.sub-menu-top a {
  gap: 8px;
  align-items: flex-start;
  display: inline-flex;
  flex-direction: row;
}
ul.sub-menu > li.sub-menu-top a svg {
  display: block;
  min-width: 12px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: all 0.2s ease;
}
ul.sub-menu > li.sub-menu-top a:hover svg {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
ul.sub-menu > li:last-of-type {
  margin: 0;
}
ul.sub-menu > li.sub-menu-title {
  color: rgba(32, 32, 49, 0.7);
  margin: 0 0 24px;
  min-height: 16.8px;
}
ul.sub-list {
  padding: 16px 0 0;
}
ul.sub-list li.sub-list-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 12px;
  font-family: PPFragmentSans;
  font-style: normal;
}
ul.sub-list > li.sub-list-item:last-of-type {
  margin: 0;
}
.sub-list-wrap {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
li.sub-list-open .sub-list-wrap {
  height: var(--height);
}
.image-column {
  position: relative;
  flex: 1;
  max-width: 295px;
  margin-left: 8px;
  min-height: 325px;
}
.image-column .bg::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 34.92%);
}
.image-column .title {
  color: var(--off-white);
  font-size: 24px;
  line-height: 110%;
  font-family: PPFragmentGlare;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin: 0 0 10px;
}
.image-column .sub-title {
  color: var(--off-white);
  font-size: 10px;
  line-height: 110%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: PPFragmentSans;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.image-column .bg-content {
  padding: 16px;
  height: 100%;
}
.image-column .btn {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.bottom {
  margin-top: auto;
}
.swiper-slide {
  height: auto !important;
}
a.stretch-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn {
  padding: 9.5px 20px;
  text-decoration: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: var(--off-white);
  font-size: 13px;
  font-family: PPFragmentSans;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.2s ease;
}
.btn svg path {
  transition: all 0.2s ease;
}
.btn.red-btn {
  background: var(--red);
}
.btn.red-btn:hover {
  background: var(--sandstone);
  color: var(--navy);
}
.btn.red-btn:hover svg path {
  fill: var(--navy);
}
.btn.dark-btn {
  background: var(--navy);
}
.btn.dark-btn:hover {
  background: var(--red);
}
.btn.icon-btn {
  gap: 8px;
}
.btn.icon-btn:hover {
  gap: 12px;
}
.btn.stretch-btn {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.top-level-menu-item.is-active > a {
  background: var(--navy);
  color: var(--off-white);
}
.site-branding img {
  display: block;
}
#primary {
  padding-top: 112px;
}
#colophon {
  padding: 60px 0 40px;
  background: var(--navy);
}
#colophon .site-branding {
  max-width: 160px;
}
#scroll-to-top {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--off-white);
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: 16px;
  font-family: PPFragmentSans;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  cursor: pointer;
}
.footer-top-row {
  align-items: flex-end;
  padding: 0 0 40px;
  margin: 0 0 48px;
  border-bottom: 1px solid rgba(238, 238, 233, 0.3);
}
.footer-bottom-row {
  padding: 32px 0 0;
  margin: 48px 0 0;
  border-top: 1px solid rgba(238, 238, 233, 0.3);
}
.white p,
.white {
  color: var(--off-white);
}
.socials-row {
  gap: 12px;
}
.socials-row a,
.socials-row svg {
  display: block;
}
p.footer-title {
  margin: 0 0 12px;
  color: rgba(238, 238, 233, 0.4);
  font-weight: 400;
  letter-spacing: 1.2px;
}
.footer-main-row .left {
  max-width: 352px;
}
.footer-main-row .left a {
  text-decoration: underline;
}
.address-contacts .body p {
  margin: 0;
}
.address-contacts .address {
  margin: 0 0 24px;
}
.contact a {
  text-decoration: underline;
}
.footer-main-row,
.footer-main-right {
  gap: 60px;
  flex-wrap: wrap;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul li {
  margin: 0 0 4px;
}
.footer-menu ul > li:last-of-type {
  margin: 0;
}
.svg-title-wrap > div:nth-of-type(2) {
  margin: 0 0 20px;
}
.svg-title-wrap > div:nth-of-type(2) span {
  margin: 0 0 24px;
}
.svg-title-wrap .svg-row {
  align-items: flex-end;
  gap: 40px;
}
.svg-title-wrap .svg-row span {
  display: block;
  color: var(--text-50);
  font-size: 15px;
  line-height: 150%;
}
.svg-title-wrap .svg-row .svg-wrap {
  width: var(--svg-width);
  display: block;
  overflow: hidden;
}
.svg-title-wrap .svg-row .svg-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}
.home-hero-section {
  padding: 8px 0 26px;
}
.home-hero-media {
  padding: 0 0 16px;
}
section.p80 {
  padding: 80px 0;
}
section.p64 {
  padding: 64px 0;
}
.bg-navy {
  background: var(--navy);
}
.bg-blue {
  background: var(--royal-blue);
}
span.pre-title {
  display: block;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 4.5px;
}
.explore-card {
  position: relative;
  height: 501px;
  overflow: hidden;
}
.explore-card .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 73.32%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 2;
  display: block;
}
.explore-card h4 {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 2px;
  text-align: center;
}
.explore-card .btn-container {
  padding: 20px 0 0;
}
.explore-card .main-content {
  position: relative;
  z-index: 5;
  height: calc(100% + var(--btn-height));
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.3s ease;
}
.explore-card:hover .main-content {
  transform: translateY(calc(var(--btn-height) * -1));
}
.explore-carousel-section {
  overflow: hidden;
}
.swiper-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--off-white);
  transition: all 0.1s ease;
}
.swiper-btn svg {
  display: block;
}
.swiper-btn.dark {
  border-color: var(--navy);
}
.swiper-btn.dark:hover {
  background: var(--navy);
}
.swiper-btn.dark:active {
  opacity: 0.8;
}
.swiper-btn.dark svg path {
  fill: var(--navy);
  transition: all 0.1s ease;
}
.swiper-btn.dark:hover svg path {
  fill: var(--off-white);
}
.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  width: auto !important;
}
.swiper-pagination > span {
  margin: 0 !important;
  width: 15.2px;
  height: 8px;
  background: url("./assets/swiper-pag.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0 !important;
  opacity: 0.15 !important;
}
.swiper-pagination > span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.swiper-pag-btns-row {
  margin: 40px 0 0;
  gap: 24px;
  flex-wrap: wrap;
}
.btns-rows {
  gap: 8px;
}
.swiper-button-disabled.swiper-btn {
  opacity: 0.2;
  cursor: not-allowed;
}
.title-btns-row {
  align-items: flex-end;
  gap: 40px;
  margin: 0 0 40px;
}
.title-btns-row .sub-title {
  margin: 12px 0 0;
}
.fifty-fifty-stretch-row {
  gap: 20px;
}
.fifty-fifty-row > div {
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  min-width: calc(50% - 10px);
}
.fifty-fifty-stretch-row .img-container {
  height: 560px;
}
.fifty-fifty-stretch-row .left {
  padding: 0 70px 0 56px;
}
.fifty-fifty-row h2 {
  margin: 0 0 25px;
}
.fifty-fifty-row .sub-title {
  margin: 0 0 40px;
}
.fifty-fifty-row.alignment-left {
  flex-direction: row-reverse;
}
.fifty-fifty-row .btn-container {
  margin: 40px 0 0;
}
.quote p {
  font-size: 30px;
  line-height: 130%;
}
.text-size-small .quote p {
  font-size: 26px;
}
.text-size-medium .quote p {
  font-size: 28px;
}
.quote p em {
  color: var(--text-dark);
  font-family: PPFragmentGlare;
  font-weight: 400;
}
.quote-section .name {
  text-align: right;
  margin: 40px 0 0;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1.4px;
}
.quote-content svg {
  display: block;
  margin: 0 0 32px;
}
.quote-row {
  gap: 64px;
}
.quote-row .square-img {
  max-width: 240px;
  width: 240px;
  flex-grow: 1;
  flex-shrink: 0;
}
.square-img .img-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.square-img .img-container img {
  position: absolute;
  top: 0;
  left: 0;
}
.quote-section .quote-row {
  max-width: 1268px;
  margin: 0 auto;
}
.quote-section .quote-row.quote-row-no-img {
  max-width: 100%;
  gap: 40px;
}
.quote-row.quote-row-no-img .name {
  text-align: left;
  margin: 0;
}
.quote-row-no-img .svg-name-row {
  gap: 16px;
}
.quote-row-no-img .svg-name-row svg {
  min-width: 24px;
}
.quote-row-no-img .quote-content {
  max-width: 822px;
}
.quote-row-no-img .quote-content p {
  text-indent: 3em;
}
.chronicles-carousel-section {
  overflow: hidden;
}
.chronicle-card {
  border: 1px solid var(--border-color);
  height: 100%;
  position: relative;
}
.chronicle-card .img-container {
  height: 260px;
}
.chronicle-card-bottom {
  padding: 24px 20px;
  background: #ffffff;
  flex-grow: 1;
}
p.normal-date,
.chronicle-card-bottom .date {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
  margin: 0 0 16px;
}
.chronicle-card-bottom h4 {
  margin: 0 0 8px;
}
.chronicle-card-bottom .excerpt {
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 24px;
}
.light,
.light p,
p.light {
  font-weight: 300;
}
.plain-btn {
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: 16px;
  font-family: PPFragmentSans;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: transparent;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
	color: var(--text-dark);
}
.bg-light-blue {
  background: var(--light-blue);
}
.event-card {
  position: relative;
}
.small-events-grid {
  display: grid;
  grid-template-columns: 47.4% calc(26.35% - 10px) calc(26.35% - 10px);
  grid-column-gap: 10px;
}

.event-card .img-container {
  position: relative;
  height: 227px;
  background: #ffffff;
}
.date-card {
  background: var(--off-white);
  padding: 8px;
  text-align: center;
  display: inline-block;
}
.event-card .date-card {
  position: absolute;
  top: 10px;
  left: 10px;
}
.date-card span {
  display: block;
}
.date-card span.day-short,
.date-card span.month-year {
  font-size: 14px;
  line-height: 140%;
}
.event-meta-row {
  gap: 6px;
}
.event-meta-row svg {
  display: block;
}
.event-meta-row p {
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.event-card .event-meta-row {
  margin: 20px 0 12px;
}
.event-card .body {
  margin: 8px 0 0;
}
.small-events-grid .event-card .img-container {
  height: 277px;
}
.small-events-grid > div:first-of-type .event-card .img-container {
  height: 458px;
}
.event-top-row .date-card {
  background: var(--sandstone);
  margin: 0 0 24px;
}
.event-top-row {
  gap: 32px;
  padding: 80px 0;
  border-bottom: 1px solid var(--border-color);
}
.event-top-row .left {
  width: 49.2%;
  min-width: 49.2%;
}
.event-top-row .event-meta {
  gap: 8px;
  margin: 51px 0 0;
}
.event-top-row .small-cta-block {
  margin: 51px 0 0;
}
.small-cta-block {
  background: #a3c5df;
  padding: 16px;
}
.small-cta-block .body p {
  margin: 0;
}
.small-cta-block .body p em {
  color: var(--text-dark);
}
.small-cta-row {
  gap: 24px;
}
.event-top-row h1 {
  margin: 0 0 10px;
}
.event-top-row .description {
  margin: 24px 0 0;
}
.full-width-media {
  position: relative;
  min-height: 700px;
}
.full-width-media .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    327deg,
    rgba(0, 0, 0, 0) 66.51%,
    rgba(0, 0, 0, 0.4) 92.14%
  );
  z-index: 2;
}
.full-width-media .title {
  position: relative;
  padding: 40px 0;
  z-index: 5;
}
.full-width-media .title h2 {
  max-width: var(--max-width);
}
.rectangle-post-card {
  position: relative;
}
.college-news-row > div.left {
  width: 44.5%;
}
.college-news-row {
  gap: 62px;
}
.college-news-row > div {
  flex: 1;
}
.college-news-row > div.right {
  padding: 40px 40px 0 0;
}
.college-news-row .right-inner {
  height: 100%;
  max-width: 670px;
}
.college-news-imgs-wrap {
  height: 100%;
  position: relative;
}
.college-news-imgs-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.35s ease;
}
.college-news-imgs-wrap img.is-active {
  opacity: 1;
}
.rectangle-post-card {
  padding: 16px;
  background: var(--sandstone);
}
.rectangle-post-card .post-card-row {
  gap: 22px;
  height: 100%;
}
.rectangle-post-card .img-container {
  max-width: 200px;
  width: 200px;
  min-width: 200px;
  flex: 1;
}
.college-news-scroll-container {
  position: relative;
  padding: 0 24px 0 0;
}
.college-news-pag {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  gap: 6px;
}
.rectangle-post-card .date {
  margin: 0 0 8px;
}
.rectangle-post-card h4 {
  margin: 0 0 8px;
}
.rectangle-post-card .excerpt {
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 40px;
}
.rectangle-post-card .btn-container {
  text-align: right;
}
.college-news-section-wrap {
  position: relative;
}
.college-news-section {
  position: sticky;
  top: 32px;
  overflow: hidden;
}
.college-news-scroll-container {
  overflow: hidden;
  height: 236px;
  margin-bottom: 40px;
}
.college-news-scroll-wrap {
  gap: 16px;
}
.college-news-row {
  height: calc(100vh - 112px);
}
.college-news-row .main-btn-container {
  margin: 0 0 40px;
}
.college-news-row .right-inner > h2 {
  margin: 0 0 24px;
}
.college-news-row .right-inner > div.sub-title {
  margin: 0 0 32px;
  max-width: 584px;
}
.college-news-row .right-inner > div.sub-title p {
  font-size: 24px;
}
.college-news-pag > span {
  display: block;
  height: calc(33.33% - 4px);
  transition: all 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.college-news-pag > span svg {
  height: 100%;
  width: 8px;
  display: block;
  transition: all 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.college-news-pag > span.is-active svg path {
  fill: var(--red);
  fill-opacity: 1;
}
.logo-and-text-section {
  position: relative;
}
.logo-and-text-section .logo-bg {
  max-width: 420px;
  margin: 0 auto 0;
}
.logo-and-text-section .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: var(--max-width);
}
.logo-and-text-section .title h2 {
  font-size: 101.382px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.028px;
  text-transform: uppercase;
  text-align: center;
}
.logo-and-text-section .title h2 em {
  display: block;
  font-size: 60.059px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.201px;
  text-transform: uppercase;
}
.post-top-section {
  padding: 16px 0;
}
.post-top-section img {
  width: 100%;
  height: auto;
  display: block;
}
.entry-content h1 {
  margin: 0 0 24px;
}
.entry-content figure {
  max-width: 100%;
  margin: 48px 0;
}
.entry-content figure img {
  display: block;
}
.entry-content p em {
  font-size: 20px;
  line-height: 140%;
  font-family: PPFragmentGlare;
}
.entry-content figure figcaption {
  padding-left: 10px;
  border-left: 2px solid var(--border-color);
  font-size: 14px;
  line-height: 140%;
  display: block;
  margin: 8px 0 0;
}
.entry-content blockquote {
  display: block;
  margin: 36px 0;
  padding-left: 22px;
  border-left: 2px solid var(--red);
}
.entry-content blockquote p {
  font-family: PPFragmentGlare;
  font-size: 24px;
  line-height: 130%;
}
.entry-content blockquote p em {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: PPFragmentSans;
}
p.mono-1,
.mono-1,
p.published-on {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.single-post-meta-row {
  padding: 24px 0;
  border-bottom: 1px solid var(--border-color);
}
.single-post-meta-row p.normal-date {
  margin: 0;
  font-size: 16px;
}
.article-main .entry-content {
  margin: 40px 0 0;
  padding: 0 0 80px;
}
.share-links-row {
  gap: 16px;
}
.share-links-row a,
.share-links-row svg {
  display: block;
}
a.copy-current-link {
  position: relative;
}
a.copy-current-link::after {
  content: "COPIED";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  color: var(--red);
}
a.copy-current-link svg path {
  transition: all 0.1s ease;
}
a.copy-current-link.copied svg path {
  fill: var(--red);
}
a.copy-current-link.copied::after {
  opacity: 1;
  visibility: visible;
}
.post-content-main {
  gap: 80px;
  border-bottom: 1px solid var(--border-color);
}
.post-content-main .entry-content {
  max-width: 62.3%;
}
.post-content-main .right {
  margin: 40px 0 0;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 24px 0 20px;
  color: var(--text-dark);
}
.free-text-wrap > div:first-of-type .body > *:first-of-type {
  margin-top: 0;
}
.contributor-row {
  gap: 16px;
}
.contributor-row .img-container {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.contributor-row p {
  margin: 0;
}
.contributor-row .name {
  font-size: 16px;
  line-height: 130%;
}
.contributors-column {
  gap: 24px;
  margin: 24px 0 0;
}
.post-contributors {
  padding: 0 0 48px;
  margin: 0 0 48px;
  border-bottom: 1px solid var(--border-color);
}
.normal-form-styles .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.normal-form-styles input[type="email"],
.normal-form-styles input[type="text"],
.normal-form-styles textarea {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--navy);
  border-radius: none;
  outline: none;
  background: transparent;
  color: var(--text-dark);
  font-family: PPFragmentSans;
  font-size: 16px;
  line-height: 140%;
}
.normal-form-styles label span {
  display: block;
  margin: 0 0 8px;
}
.normal-form-styles label {
  font-size: 16px;
  line-height: 140%;
  display: block;
  margin: 0 0 24px;
}
.normal-form-styles .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.normal-form-styles .wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.normal-form-styles .wpcf7-acceptance label span {
  margin: 0;
}
.normal-form-styles .wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.normal-form-styles .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  display: inline-block;
}
.normal-form-styles .wpcf7-acceptance a {
  text-decoration: underline;
}
.normal-form-styles .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--navy);
  background: #fff;
  box-sizing: border-box;
}
.normal-form-styles
  .wpcf7-acceptance
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 12px;
  height: 12px;
  display: block;
  background: var(--navy);
}
.main-form {
  margin: 32px 0 0;
}
.contact-main-section h1 {
  margin: 0 0 12px;
}
.post-newsletter .btn-container {
  margin: 16px 0 0;
}
.post-newsletter button {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.post-newsletter p.mono-1 {
  margin: 0 0 16px;
}
.post-newsletter {
  padding: 0 0 48px;
  border-bottom: 1px solid var(--border-color);
}
.post-newsletter p.terms {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 140%;
  color: var(--text-50);
}
.post-newsletter p.terms a {
  text-decoration: underline;
  color: var(--text-dark);
}
section.other-news {
  overflow: hidden;
  padding-top: 65px;
}
.other-news h2 {
  margin: 0 0 32px;
}
.normal-post-card.chronicle-card {
  border: none;
}
.normal-post-card.chronicle-card .chronicle-card-bottom {
  padding: 24px 12px 0 0;
  background: transparent;
}
ul.sub-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  list-style: none;
}
ul.sub-nav li {
  color: var(--text-50);
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
}
.sub-nav-wrap {
  position: relative;
  z-index: 5;
  padding: 16px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  overflow-x: auto;
}
.sub-nav-wrap::-webkit-scrollbar {
  height: 2px;
}
.sub-nav-wrap::-webkit-scrollbar-track {
  background: var(--off-white);
}
.sub-nav-wrap::-webkit-scrollbar-thumb {
  background: rgba(23, 23, 37, 0.4);
}
.sub-nav-wrap.breadcrumb ul.sub-nav {
  gap: 16px;
}
.sub-nav-wrap.breadcrumb li.menu-item,
.sub-nav-wrap.breadcrumb li.back-btn {
  padding: 0 16px 0 0;
  border-right: 1px solid var(--border-color);
}
.sub-nav-wrap.breadcrumb li.page-title {
  text-transform: none;
  color: var(--navy);
  font-size: 13px;
  line-height: 120%;
}
.page-has-sub-nav #masthead {
  padding-bottom: 0;
}
.page-has-sub-nav .hdr-container {
  padding-bottom: 16px;
}
.page-has-sub-nav #primary {
  padding-top: 160.4px;
}
.sub-nav li.is-active,
body.single-post .sub-nav li[data-id="73"] {
  color: var(--text-dark);
}
.italic p,
.italic {
  font-style: italic;
}
.double-image-hero h1,
.plain-text-hero h1 {
  font-size: 100px;
  line-height: 100%;
  max-width: var(--max-width);
}
.plain-text-hero-row .right {
  max-width: 479px;
}
.plain-text-hero-row {
  align-items: flex-end;
  gap: 48px;
}
.plain-text-hero .body p {
  text-indent: 3em;
}
.plain-text-hero span.pre-title {
  margin: 0 0 16px;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 5.333px));
  grid-column-gap: 8px;
  grid-row-gap: 40px;
}
.blog-full-display {
  padding: 40px 0 112px;
}
.plain-text-hero-row {
  padding: 80px 0;
  border-bottom: 1px solid var(--border-color);
}
.text-center {
  text-align: center;
}
#load-more-container {
  margin: 64px 0 0;
}
#post-ajax-container > div {
  margin: 40px 0 0;
}
#post-ajax-container > div:first-of-type {
  margin: 0;
}
.hidden,
#load-more-container.hidden {
  display: none;
}
.accordion-content {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.accordion-title {
  cursor: pointer;
}
.active .accordion-content {
  height: var(--height);
}
.faqs-main-row {
  gap: 104px;
}
.faqs-main-row .left {
  position: relative;
  max-width: 317px;
  flex-grow: 1;
}
.faqs-main-row > div {
  flex: 1;
}
.faq-sidebar {
  position: sticky;
  top: 200px;
}
.page-no-sub-nav .faq-sidebar {
  top: 150px;
}
.faq-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.faq-sidebar ul li a {
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 130%;
  text-transform: uppercase;
  gap: 24px;
}
.faq-sidebar ul li a svg {
  opacity: 0;
  transition: all 0.2s ease;
  transform: translateX(-6px);
  display: block;
}
.faq-sidebar ul li a.is-active {
  background: #ffffff;
}
.faq-sidebar ul li a.is-active svg {
  opacity: 1;
  transform: translateX(0);
}
.free-text-block,
.faq-group {
  scroll-margin-top: 200px;
}
.faq-group .accordion-container {
  margin: 40px 0 0;
}
.accordion-item {
  border-bottom: 1px solid var(--border-color);
}
.accordion-title {
  padding: 20px 0;
  gap: 32px;
}
.accordion-title svg {
  display: block;
  transition: all 0.2s ease;
}
.accordion-container > div:first-of-type {
  border-top: 1px solid var(--border-color);
}
.accordion-inner {
  padding: 0 0 48px;
}
.accordion-title h5 {
  transition: all 0.1s ease;
}
.accordion-title:hover h5,
.active .accordion-title h5 {
  color: var(--text-dark);
}
.active .accordion-title svg {
  transform: rotate(-180deg);
}
.faq-group {
  margin: 80px 0 0;
}
.faqs-main-row .right > div:first-of-type {
  margin: 0;
}
.faq-group h2.h4 {
  margin: 0 0 16px;
}
.faq-group h2.h4,
.faq-intro-text {
  max-width: 768px;
}
.accordion-inner .body h5,
.accordion-inner .body h6 {
  color: var(--text-dark);
  margin: 16px 0;
}
.body ul {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
.body ul li {
  position: relative;
  padding-left: 24px;
  margin: 0 0 11px;
}
.body ul li::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #b19a69;
  display: block;
}
.body.p3 ul li::before {
  top: 7px;
}
.contact-cta-section {
  background: var(--sandstone);
}
.contact-cta-section.bg-navy {
  background: var(--navy);
}
.contact-cta-section.bg-navy .body p,
.contact-cta-section.bg-navy .body,
.contact-cta-section.bg-navy h2 {
  color: var(--off-white);
}
.contact-cta-section .contact-cta-content {
  max-width: var(--max-width);
  margin: 0 auto;
}
.contact-cta-section .btn-container {
  margin: 40px 0 0;
}
.contact-cta-section .body {
  margin: 16px 0 0;
}
.more-events-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 5.333px));
  grid-column-gap: 8px;
  margin: 32px 0 0;
}
.image-hero {
  padding: 32px 0 16px;
}
.image-hero.has-body-text {
  padding-bottom: 0;
}
.image-hero video {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.image-hero .media-container {
  margin: 38px 0 0;
  min-height: 447px;
  height: 447px;
}
.image-hero video {
  height: 100%;
  display: block;
}
.image-hero h1 {
  font-size: 100px;
  line-height: 100%;
}
.image-hero-body {
  padding: 80px 0;
  border-bottom: 1px solid var(--border-color);
}
.image-hero-body p {
  font-size: 32px;
  line-height: 120%;
}
.image-hero-body .body {
  max-width: 1076px;
}
.fifty-fifty-double-img-row {
  align-items: flex-end;
  gap: 40px;
}
.fifty-fifty-double-img-row .left {
  max-width: 486px;
  min-width: 1px;
  width: calc(46.8% - 40px);
}
.fifty-fifty-double-img-row .right {
  width: 53.2%;
  min-width: 1px;
  max-width: 53.2%;
}
.double-img-row {
  gap: 10px;
}
.double-img-row > div {
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  min-width: calc(50% - 5px);
}
.double-img-row > div:first-of-type {
  margin: 80px 0 0;
}
.image-carousel-section.style-small h2,
.image-carousel-section.style-small .body {
  max-width: 768px;
  margin: 0 auto 12px;
}
.images-carousel-small {
  margin: 80px 0 0;
}
.image-carousel-section {
  overflow: hidden;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 5.33px));
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 40px 0 0;
}
.cards-grid.count-2 {
  grid-template-columns: repeat(2, calc(50% - 4px));
}
.quotes-carousel {
  overflow: hidden;
  position: relative;
}
.quotes-carousel .btns-rows {
  position: absolute;
  top: 83px;
  right: 0;
  z-index: 10;
}
.quotes-carousel .swiper-slide {
  opacity: 0;
  transition: all 0.4s ease;
}
.quotes-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.quote-card {
  position: relative;
}
.quote-card .square-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  z-index: 1;
}
.quote-card .quote-content-wrap {
  padding: 147px 0 0 163px;
}
.quote-card .quote-content {
  position: relative;
  z-index: 5;
  background: var(--sandstone);
  padding: 34px 40px;
}
.quote-card .name {
  margin: 40px 0 0;
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
}
.contact-info-section .left p {
  color: rgba(238, 238, 233, 0.5);
}
.contact-info-section .left {
  max-width: 456px;
}
.contact-info-section h2 {
  margin: 0 0 12px;
}
.address-contacts-row {
  gap: 64px;
  flex-wrap: wrap;
}
.contact-info-row {
  gap: 64px;
}
.small-faqs-row {
  gap: 80px;
}
.small-faqs-row > div {
  flex: 1;
}
.small-faqs-row .left {
  max-width: 500px;
}
.small-faqs-row .left .body {
  margin: 12px 0 0;
}
.small-faqs-row .left .btn-container {
  margin: 40px 0 0;
}
.event-calendar-section {
  padding: 80px 0 40px;
}
.ei-wrap {
  gap: 32px;
  align-items: flex-start;
}
.ei-wrap .ei-cal {
  max-width: 325px;
  width: 50%;
  padding: 4px;
  border: 1px solid var(--border-color);
  background: #ffffff;
}
.ei-grid {
  border-spacing: 0px;
}
.ei-grid td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--border-color);
  width: 45px;
  height: 45px;
}
.ei-day {
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 140%;
  color: var(--text-dark);
  font-family: PPFragmentSans;
  font-style: normal;
  font-weight: 300;
  display: block;
  line-height: 1;
}
.ei-day.has-event {
  background: var(--light-blue);
}
.ei-day.has-event.is-selected {
  outline: 1px solid var(--navy);
}
.ei-day.is-out {
  background: var(--off-white);
}
.ei-grid {
  width: 100%;
  border-collapse: collapse;
}
.ei-grid th {
  height: 43px;
  font-size: 12px;
  line-height: 120%;
  color: var(--navy);
  text-transform: uppercase;
  font-weight: 400;
  font-family: PPFragmentSans;
  font-style: normal;
}
.ei-cal-header {
  background: var(--sandstone);
  padding: 3px 0;
  margin: 0 0 8px;
  align-items: center;
}
.ei-cal-header button {
  width: 37px;
  height: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.ei-cal-header .ei-cal-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  text-transform: uppercase;
}
.event-card-row .img-container {
  height: 420px;
  flex-grow: 1;
}
.event-card-row {
  gap: 32px;
}
.event-card-row .event-card-bottom {
  max-width: 320px;
  justify-content: center;
}
.event-card-row .event-meta-row {
  margin-top: 0;
}
.event-card-row .btn-container {
  margin: 40px 0 0;
}
.ei-right {
  flex-grow: 1;
}
.events-main-row {
  gap: 32px;
}
.events-main-row > div {
  flex: 1;
  padding: 44px 0 0;
  border-top: 1px solid var(--border-color);
  position: relative;
}
.events-main-row .left {
  width: 50%;
  max-width: 325px;
}
.events-main {
  padding: 4px 0 112px;
}
.events-main .events-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 32px 0 0;
  background: var(--off-white);
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin: 0;
  transform: translateY(-50%);
}
.events-post-grid .event-card .date-card,
.ei-wrap .event-card .date-card {
  left: auto;
  right: 10px;
}
#event-ajax-container > div {
  margin: 0 0 40px;
}
#event-ajax-container > div:last-of-type {
  margin: 0;
}
.fellows-grid-section .titles {
  max-width: 768px;
  margin: 0 auto 40px;
}
.fellows-grid-section .titles h2 {
  margin: 0 0 12px;
}
.fellows-grid {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 6px));
  grid-column-gap: 8px;
  grid-row-gap: 64px;
}
.fellow-card {
  position: relative;
  height: 100%;
}
.fellow-card .img-container {
  height: 277px;
}
.fellow-card-bottom .title-row {
  gap: 16px;
}
.fellow-card-bottom {
  margin: 24px 0 0;
  padding: 0 12px 0 0;
  flex-grow: 1;
}
.fellow-card-bottom .short-bio {
  line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 16px 0 24px;
}
.normal-form-styles span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 2px 0 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 24px auto 0;
  padding: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
.fellow-top .right {
  padding: 32px 0 0;
}
.fellow-top .event-top-row {
  padding: 32px 0 80px;
}
.fellows-carousel-section {
  overflow: hidden;
}
.fellows-carousel {
  margin: 32px 0 0;
}
.two-column-text-section .intro {
  max-width: 1075px;
}
.text-column-text-row {
  gap: 80px;
  margin: 80px 0 0;
}
.two-column-text-section.style_2 .right .body p {
  color: var(--text-dark);
  font-size: 20px;
  text-indent: 5rem;
}
.two-column-text-section.style_2 .text-column-text-row {
  margin: 40px 0 0;
}
.two-column-text-section.style_2 .intro {
  color: var(--text-70);
  font-size: 32px;
}
.two-column-text-section.style_2 .intro em {
  color: var(--text-dark);
}
.application-process-row > div,
.text-column-text-row > div {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  min-width: calc(50% - 40px);
}
.text-column-text-row .left .body p {
  font-size: 24px;
  line-height: 140%;
  text-wrap: pretty;
}
.application-process-inner {
  padding: 80px 64px;
  background: var(--light-blue);
}
.application-process-row {
  gap: 80px;
}
.application-process-row .left h2 {
  margin: 0 0 24px;
}
.application-process-row .left .btn-container {
  margin: 40px 0 0;
}
.steps-columns {
  gap: 40px;
}
.steps-columns .step-item {
  padding: 24px 0 0;
  border-top: 1px solid var(--border-color);
}
.steps-columns .step-item h5 {
  margin: 0 0 24px;
}
.step-item .step-row {
  gap: 32px;
}
.application-process-section {
  padding: 16px 0;
}
.images-carousel-large {
  margin: 40px 0 0;
}
.images-carousel-large .square-img .img-container {
  padding-bottom: 75%;
}
.image-carousel-section.style-large h2,
.image-carousel-section.style-large .body {
  text-align: left;
}
.image-carousel-section.style-large h2 {
  margin: 0 0 12px;
}
.image-carousel-section.style-large .body p {
  color: var(--text-dark);
  font-size: 20px;
  line-height: 140%;
  font-family: PPFragmentGlare;
  font-style: italic;
}
.nav-icon svg,
a.nav-icon {
  display: block;
}
a.nav-icon {
  position: relative;
  z-index: 5;
}
nav.right-navigation {
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.nav-icons {
  gap: 8px;
}
.two-columns-row {
  max-width: 980px;
  gap: 8px;
  margin: 48px auto 0;
}
.two-columns-row > div {
  width: calc(50% - 4px);
  max-width: calc(50% - 4px);
  min-width: calc(50% - 4px);
}
.list-box {
  padding: 32px;
  background: #ffffff;
}
.list-box-title {
  padding: 0 0 24px;
  border-bottom: 1px solid var(--border-color);
  margin: 0 0 24px;
  gap: 24px;
}
.list-box ul {
  margin: 0;
}
.list-box ul > li:last-of-type {
  margin: 0;
}
.two-columns-list-section .bottom-text {
  margin: 32px 0 0;
}
.two-columns-list-section .titles {
  max-width: 768px;
  margin: 0 auto;
}
.two-columns-list-section .titles h2 {
  margin: 0 0 12px;
}
.double-image-hero-row h1 {
  margin: 0 0 64px;
}
.double-image-hero-row {
  gap: 80px;
}
.double-image-hero-row > div {
  flex: 1;
}
.double-image-hero-row .left {
  max-width: 654px;
}
.double-image-hero-row .left .body {
  max-width: 568px;
}
.double-image-hero-row .right {
  max-width: 570px;
}
.double-image-hero-row .imgs-container {
  height: 462px;
  width: 100%;
  position: relative;
}
.double-image-hero-row .imgs-container img {
  position: absolute;
  object-fit: cover;
}
.double-image-hero-row .imgs-container .img-1 {
  top: 0;
  right: 0;
  width: 80%;
  height: 86%;
  z-index: 1;
}
.double-image-hero-row .imgs-container .img-2 {
  bottom: 0;
  left: 0;
  width: 42.2%;
  z-index: 5;
}
.related-johns-chronicles {
  padding: 0 0 80px;
}
.related-johns-chronicles .title-btns-row {
  padding: 80px 0 0;
  border-top: 1px solid var(--border-color);
}
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: var(--off-white);
  padding: 120px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.search-modal-open #search-modal {
  opacity: 1;
  visibility: visible;
}
body.search-modal-open {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
#search-modal p.h1 {
  margin: 0 0 32px;
}
#search-modal .container {
  max-width: 734px;
}
.search-form-wrap {
  position: relative;
  padding: 0 0 32px;
  border-bottom: 1px solid transparent;
  transition: all 0.1s ease;
}
.has-results .search-form-wrap {
  border-bottom: 1px solid var(--border-color);
}
.search-form-wrap form {
  position: relative;
}
.search-form-wrap button {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  transform: translateY(-50%);
  z-index: 5;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
}
.search-form-wrap button svg {
  display: block;
}
.search-form-wrap input {
  padding: 12px 12px 12px 50px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  font-size: 16px;
  line-height: 140%;
  font-family: PPFragmentSans;
  font-style: normal;
  font-weight: 300;
  display: block;
  width: 100%;
	appearance: none;
}
ul.ajax-search-results {
  list-style: none;
  padding: 0;
}
ul.ajax-search-results li {
  padding: 0 0 16px;
  border-bottom: 1px solid var(--border-color);
  opacity: 0.5;
  transition: all 0.1s ease;
}
ul.ajax-search-results li:hover {
  opacity: 1;
}
ul.ajax-search-results h6 {
  margin: 20px 0 16px;
}
ul.ajax-search-results h6 svg {
  display: block;
}
#search-form-results {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0 50px;
}
.ajax-search-excerpt {
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 24px;
}
.search-modal-inner .flex-column,
.search-modal-inner .container,
.search-modal-inner {
  height: 100%;
}
#search-form-results::-webkit-scrollbar {
  width: 10px;
}
#search-form-results::-webkit-scrollbar-track {
  background: transparent;
}
#search-form-results::-webkit-scrollbar-thumb {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='40' viewBox='0 0 8 40' fill='none'%3E%3Cpath d='M6.75024 38.4946C6.9924 39.1074 7.38556 39.5947 8 40L0.00205199 40C1.47263 39.2811 1.72768 36.6464 1.67138 35.4189L1.67157 10.654L1.62214 4.58109C1.62214 3.29616 1.56255 2.29694 1.24976 1.5054C1.07916 1.09706 0.590366 0.224294 1.90735e-06 -3.49691e-07L7.99795 0C7.3811 0.404227 6.97888 0.890343 6.72693 1.50239C6.40076 2.29474 6.32862 3.29424 6.32862 4.58109L6.32834 29.346L6.37786 35.4189C6.37786 36.7038 6.43745 37.7031 6.75024 38.4946Z' fill='%23F21D06'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 8px 100%;
  border-radius: 999px;
}
#search-form-results::-webkit-scrollbar-thumb:hover {
  filter: brightness(1.1);
}
.search-empty {
  padding: 32px 0 0;
}
.modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 5;
  cursor: pointer;
}
.pdf-display-row .left {
  max-width: 570px;
  min-width: 1px;
}
.pdf-display-row .right {
  max-width: 654px;
}
.pdf-display-row {
  gap: 48px;
}
.contact-main-section {
  padding: 32px 0;
}
.fifty-fifty-stretch-row.contact-main-row .left {
  padding: 0 40px 0 64px;
  width: 52.2%;
  max-width: 52.2%;
  min-width: 52.2%;
}
.fifty-fifty-row.contact-main-row {
  gap: 40px;
}
.fifty-fifty-row.contact-main-row .right {
  width: calc(47.8% - 40px);
  max-width: calc(47.8% - 40px);
  min-width: calc(47.8% - 40px);
}
.fifty-fifty-stretch-row.contact-main-row .img-container {
  height: calc(100% - 30px);
}
.departments-grid {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 24px));
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin: 80px 0 0;
}
.departments-section h2 {
  margin: 0 0 12px;
}
.departments-grid h6 {
  margin: 0 0 16px;
}
.departments-grid .body a {
  text-decoration: underline;
  font-weight: 400;
}
.iframe-wrap {
  height: 734px;
}
.iframe-wrap iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.find-us-section h6 {
  color: var(--text-dark);
  margin: 0 0 12px;
}
.find-us-row {
  gap: 80px;
}
.find-us-row > div {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  min-width: 1px;
}
.find-us-row > div.left {
  max-width: 616px;
}
.find-us-row > div.right {
  max-width: 486px;
}
.fifty-fifty-tabs-section .intro {
  max-width: 991px;
}
.tab-inner {
  padding: 24px 20px;
  background: transparent;
  transition: all 0.1s ease;
  border-bottom: 1px solid var(--border-color);
}
.img-tabs .tabs-container > div:last-of-type .tab-inner {
  border-bottom: none;
}
.is-active .tab-inner {
  background: #ffffff;
}
.img-tabs .tab-inner svg {
  min-width: 32px;
}
.img-tabs .tab {
  cursor: pointer;
  padding-left: 16px;
  position: relative;
}
.img-tabs .tab > svg {
  position: absolute;
  top: 2px;
  left: 0;
  width: 8px;
  height: calc(100% - 4px);
}
.img-tabs .tab:not(.is-active):hover > svg path {
  fill: rgba(32, 32, 49, 0.25);
}
.img-tabs .tab > svg path {
  fill: rgba(32, 32, 49, 0.15);
  transition: all 0.1s ease;
}
.img-tabs .tab.is-active > svg path {
  fill: var(--red);
}
.img-tabs .tab:not(.is-active):hover .tab-inner {
  background: rgba(255, 255, 255, 0.3);
}
.img-tabs .tab h6 {
  margin: 0 0 12px;
}
.tab-row {
  gap: 16px;
}
.img-tabs .imgs-container {
  position: relative;
  height: 100%;
}
.img-tabs .img-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.img-tabs .img-container.is-active {
  opacity: 1;
}
.img-tabs .tabs-container {
  padding: 46px 0;
}
.fifty-fifty-stretch-row.img-tabs .left {
  padding: 0 56px 0 0;
}
.fifty-fifty-stretch-row.img-tabs .right {
  width: 51.1%;
  max-width: 51.1%;
  min-width: 51.1%;
}
.fifty-fifty-stretch-row.img-tabs .left {
  width: calc(48.9% - 40px);
  max-width: calc(48.9% - 40px);
  min-width: calc(48.9% - 40px);
}
.fifty-fifty-tabs-section .intro {
  margin: 0 0 80px;
}
.history-overview {
  position: relative;
  overflow: hidden;
}
.history-overview .bg-img {
  position: absolute;
  top: 20px;
  right: -14.5%;
  width: 61%;
  height: auto;
  display: block;
  mix-blend-mode: soft-light;
  z-index: 1;
}
.history-overview .content {
  position: relative;
  z-index: 5;
  max-width: 732px;
}
.history-overview .content .pre-title {
  margin: 0 0 16px;
}
.history-overview .content h2 {
  margin: 0 0 48px;
}
.history-scroller-section {
  overflow: hidden;
}
.history-scroller-section .bg-container {
  position: absolute;
  width: 421px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.history-scroller-section .bg-container img {
  display: block;
  width: 100%;
  height: auto;
}
.history-scroller-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 150px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  align-items: flex-start;
  min-height: 600px;
}
.history-scroller-section {
  height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.history-scroller-wrap > div {
  flex-shrink: 0;
  gap: 20px;
  justify-content: flex-start;
}
.history-scroller-wrap > div.position_2 {
  margin-top: 50px;
}
.history-scroller-wrap > div.position_3 {
  margin-top: 160px;
}
.history-scroller-wrap > div.position_4 {
  margin-top: auto;
  margin-bottom: 50px;
}
.history-scroller-wrap > div.position_5 {
  margin-top: auto;
}
.history-scroller-wrap > div .img-container {
  position: relative;
}
.history-scroller-wrap > div .img-container img {
  display: block;
  width: 100%;
  height: auto;
}
.history-scroller-wrap > div .img-container .date {
  padding: 6px 8px;
  background: var(--light-blue);
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 8px;
}
.history-scroller-wrap .size_small {
  width: 200px;
}
.history-scroller-wrap .size_medium {
  width: 280px;
}
.history-scroller-wrap .size_large {
  width: 480px;
}
.history-scroller-wrap .size_large .body {
  max-width: 400px;
}
.history-scroller-section-wrap {
  position: relative;
}
.history-scroller-section {
  position: sticky;
  top: 160px;
  overflow: hidden;
}
.history-scroller-container {
  position: relative;
  z-index: 5;
}
.history-scroller-wrap .quote-item .body strong {
  font-weight: 400 !important;
  color: var(--text-dark);
}
.history-scroller-wrap .quote-item {
  max-width: 20px;
  position: relative;
  width: 20px;
}
.history-scroller-wrap .quote-item .flex-row {
  min-width: 414px;
  gap: 16px;
  transform: translateX(-25%);
}
.history-scroller-wrap .quote-item .flex-row svg {
  display: block;
  min-width: 20px;
}
.did-you-know-inner {
  background: var(--navy);
  padding: 40px;
  max-width: 978px;
  margin: 0 auto;
}
.did-you-know-inner h5 {
  color: var(--light-blue);
  margin: 0 0 6px;
}
.did-you-know-inner .flex-row {
  gap: 40px;
}
.did-you-know-inner .sep {
  width: 2px;
  background: var(--light-blue);
  min-width: 2px;
}
.did-you-know-inner .right {
  padding: 16px 0;
}
.did-you-know-inner .img-container {
  width: 159px;
  min-width: 159px;
}
.story-tabs-section .titles {
  max-width: 768px;
  margin: 0 auto;
}
.story-tabs-section .titles h2 {
  margin: 0 0 12px;
}
.story-tabs-selectors > div {
  flex: 1;
}
.story-tab-selector {
  padding: 24px 32px;
  background: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  min-width: 141px;
}
.story-tabs-selectors > div:last-of-type {
  border-right: none;
}
.story-tab-selector span {
  display: block;
  text-align: center;
  color: var(--text-50);
  transition: all 0.1s ease;
}
.story-tab-selector:hover span {
  color: var(--text-70);
}
.story-tab-selector.is-active {
  border-bottom: 1px solid transparent;
}
.story-tab-selector.is-active span {
  color: var(--text-dark);
}
.story-tabs-content {
  position: relative;
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  overflow: hidden;
  background: #ffffff;
}
.story-tab-single {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(160px);
  transition: all 0.4s ease;
}
.story-tab-single.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.story-tabs-content-inner {
  height: var(--height);
  transition: all 0.3s ease;
}
.story-tabs-container {
  margin: 80px 0 0;
}
.story-tab-single .fifty-fifty-row {
  gap: 80px;
}
.story-tab-single .fifty-fifty-row > div {
  width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  min-width: calc(50% - 40px);
}
.story-tab-single .fifty-fifty-row .img-container {
  height: 476px;
}
.story-tab-single .fifty-fifty-row h3 {
  margin: 0 0 24px;
}
.story-tab-single .fifty-fifty-row .btn-container {
  margin: 48px 0 0;
}
.number-container {
  opacity: 0;
}
.number-container.initialized {
  opacity: 1;
  transition: all 0.1s ease;
}
.number-row {
  overflow: hidden;
}
.number-scroll-up {
  display: flex;
  flex-direction: row;
  height: 67.2px;
}
.number-counter-col {
  transition:
    transform 1.8s ease 0.4s,
    max-width 1.8s ease;
  max-width: 500px;
  transform: translateY(0);
  align-items: flex-start;
}
.number-counter {
  display: inline-block;
}
.count-up .number-counter-col {
  transform: translateY(calc(-100% + 67.2px));
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 4px));
  grid-row-gap: 8px;
  grid-column-gap: 8px;
}
.number-item {
  background: var(--light-blue);
  border: 1px solid var(--border-color);
  padding: 24px 16px;
}
.number-item .number-container {
  margin: 0 0 48px;
}
.number-item h6 {
  margin: 0 0 8px;
}
.scrolling-numbers-row {
  gap: 80px;
}
.scrolling-numbers-row .left {
  width: calc(50% - 80px);
  max-width: 479px;
  min-width: 1px;
}
.scrolling-numbers-row .right {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
.show-tab {
  display: none;
}
.mobile-nav-toggle {
  position: relative;
  z-index: 5;
  width: 32px;
  height: 18px;
}
.mobile-nav-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease;
}
.mobile-nav-toggle svg.close {
  opacity: 0;
}
.mob-menu-open .mobile-nav-toggle svg.open {
  opacity: 0;
}
.mob-menu-open .mobile-nav-toggle svg.close {
  opacity: 1;
}
body.mob-menu-open {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.mob-nav-btn-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
a.mob-nav-btn {
  background: var(--royal-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 16px;
  color: var(--off-white);
  text-transform: uppercase;
}
a.mob-nav-btn span {
  display: block;
  font-size: 13px;
  line-height: 100%;
  margin-top: 2px;
}
.explore-carousel-section.bg-gold,
.cards-grid-section.bg-gold {
  background: #B19A69;
}
.explore-carousel-section.bg-gold h2,
.explore-carousel-section.bg-gold .body,
.explore-carousel-section.bg-gold .pre-title,
.cards-grid-section.bg-gold h2,
.cards-grid-section.bg-gold .body,
.cards-grid-section.bg-gold .pre-title {
  color: var(--text-dark);
}
.explore-carousel-section.bg-gold .swiper-btn {
  border-color: var(--navy);
}
.explore-carousel-section.bg-gold .swiper-btn svg path {
  fill: var(--navy);
}
.event-top .img-container,
.fellow-top .img-container {
  position: relative;
}
.fellow-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  background: var(--off-white);
  padding: 4px 8px;
}
.fellow-tag p {
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
  font-style: italic;
}
.story-tabs-selectors-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.story-tabs-selectors-wrap::-webkit-scrollbar {
  display: none;
}
.list-box-title svg {
  min-width: 28px;
}
.home-hero-section .svg-row svg,
.home-hero-section .svg-row span {
  opacity: 0;
  transform: translateY(80px);
  transition: all .5s ease;
}
.home-hero-section.in-view .svg-row svg,
.home-hero-section.in-view .svg-row span {
  opacity: 1;
  transform: translateY(0);
}
.home-hero-section.in-view .svg-row span {
  transition-delay: .6s;
}
.home-hero-section .svg-row-2 svg {
  transition-delay: .15s;
}
.home-hero-section .svg-row-3 svg {
  transition-delay: .3s;
}
.home-hero-section .svg-row-4 svg {
  transition-delay: .45s;
}
.home-hero-section .svg-row-5 svg {
  transition-delay: .6s;
}
.logo-text-overlay .title {
  opacity: 0;
  transition: opacity .8s ease .3s;
}
.logo-text-overlay .title.in-view {
  opacity: 1;
}
.posts-grid > div,
.check_in_view.normal-anim,
.check_in_view .normal-anim.swiper-slide,
.check_in_view .normal-anim {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .5s ease, transform .5s ease;
}
.in-view.posts-grid > div,
.in-view.check_in_view.normal-anim,
.in-view.check_in_view .normal-anim {
  opacity: 1;
  transform: translateY(0);
}
.posts-grid > div:nth-of-type(3n + 2) {
  transition-delay: .1s;
}
.posts-grid > div:nth-of-type(3n) {
  transition-delay: .2s;
}
.in-view.check_in_view .normal-anim.delay-1 {
  transition-delay: .1s;
}
.in-view.check_in_view .normal-anim.delay-2 {
  transition-delay: .2s;
}
.in-view.check_in_view .normal-anim.delay-3 {
  transition-delay: .3s;
}
.in-view.check_in_view .normal-anim.delay-4 {
  transition-delay: .4s;
}
.in-view.check_in_view .normal-anim.delay-5 {
  transition-delay: .5s;
}
.in-view.check_in_view .normal-anim.delay-6 {
  transition-delay: .6s;
}
.in-view.check_in_view .normal-anim.delay-7 {
  transition-delay: .7s;
}
@media all and (max-width: 1080px) {
  ul.main-nav-list:not(.mob-nav-list) {
    display: none;
  }
  .posts-grid > div:nth-of-type(2n) {
    transition-delay: .1s;
  }
  .posts-grid > div:nth-of-type(2n + 1) {
    transition-delay: 0s;
  }
  .story-tab-single .fifty-fifty-row {
    flex-direction: column-reverse;
  }
  .story-tab-single .fifty-fifty-row {
    gap: 48px;
  }
  .show-tab {
    display: block;
  }
  .container-32 {
    padding: 0 16px;
  }
  .container:not(.container-np),
  .container-56 {
    padding: 0 20px;
  }
  .container-16 {
    padding: 0 12px;
  }
  .hdr-container {
    padding: 0 20px;
  }
  #masthead {
    padding: 12px 0;
  }
  #masthead .site-branding {
    width: 117.6px;
    min-width: 117.6px;
  }
  .main-navigation {
    width: calc(50% - 70.8px);
  }
  .mobile-nav-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-101%);
    opacity: 1;
    visibility: hidden;
    transition: all 0.6s ease;
  }
  .mobile-nav {
    padding: 32px 20px 76px;
    background: var(--off-white);
    height: calc(100vh - 88px);
	  height: calc(100dvh - 88px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mob-menu-open .mobile-nav-wrap {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .main-nav-list {
    flex-direction: column;
    gap: 32px;
  }
  .top-level-menu-item > a {
    padding: 0;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  li.sub-menu-open > a {
    background: transparent;
  }
  .sub-menu-wrap {
    transform: translateX(101%);
    opacity: 1;
    top: 0;
    z-index: 20;
    background: var(--off-white);
    border: none;
    padding: 0;
    transition: all 0.4s ease;
  }
  .sub-menu-container {
    height: calc(100vh - 155px);
    overflow-y: auto;
  }
  .sub-menu-open .sub-menu-wrap {
    transform: translateX(0);
  }
  .sub-menu-inner {
    display: block;
  }
  .sub-menu-wrap .container {
    padding: 20px 20px 76px;
  }
  .sub-menu-wrap .normal-column {
    background: transparent;
    padding: 0;
  }
  .sub-menu-wrap .normal-column.has-title {
    margin: 32px 0 18px;
  }
  .sub-menu-inner > div:first-of-type {
    margin-top: 0 !important;
  }
  .sub-menu-inner .image-column {
    margin: 32px 0 0;
    min-height: 335px;
  }
  .image-column .bg-content {
    min-height: 335px;
  }
  .top-level-menu-item.is-active > a {
    background: transparent;
    color: var(--text-dark);
  }
  ul.sub-menu > li.sub-menu-title {
    margin: 0 0 18px;
  }
  ul.sub-menu > li.empty-title {
    display: none;
  }
  .page-has-sub-nav .hdr-container {
    padding-bottom: 12px;
  }
  .sub-nav-wrap {
    display: none;
  }
  ul.sub-menu > li {
    margin: 0 0 18px;
  }
  ul.sub-menu > li:last-of-type {
    margin: 0;
  }
  ul.sub-menu > li.sub-menu-top {
    font-size: 18px;
  }
  .sub-menu-mob-title {
    padding: 24px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  .sub-menu-mob-title span {
    font-family: PPFragmentSans;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
  }
  .sub-list-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 88px);
    z-index: 20;
    background: var(--off-white);
    transform: translateX(101%);
    visibility: hidden;
    transition: all 0.5s ease;
  }
  li.sub-list-open .sub-list-wrap {
    height: calc(100vh - 88px);
  }
  li.sub-list-open .sub-list-wrap {
    transform: translateX(0);
    visibility: visible;
  }
  ul.sub-menu > li {
    max-width: 100%;
  }
  ul.sub-list {
    padding: 20px 20px 76px;
    height: calc(100vh - 155px);
    overflow-y: auto;
  }
  ul.sub-list li.sub-list-item {
    font-size: 16px;
    line-height: 140%;
  }
  ul.sub-list li.sub-list-item {
    margin: 0 0 16px;
  }
  ul.sub-list > li.sub-list-item:last-of-type {
    margin: 0;
  }
  ul.sub-list .sep {
    display: none;
  }
  ul.sub-menu > li.sub-menu-top a {
    display: flex;
    justify-content: space-between;
  }
  ul.sub-menu > li.sub-menu-top a svg {
    display: none;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  ul.sub-menu > li.sub-menu-top.has-sub-list a svg {
    display: block;
  }
  .fifty-fifty-row.alignment-left {
    flex-direction: column-reverse;
  }
  .small-faqs-row,
  .faqs-main-row,
  .plain-text-hero-row,
  .quote-section .quote-row,
  .college-news-row,
  .fifty-fifty-row {
    flex-direction: column;
  }
  .small-faqs-row > div,
  .college-news-row > div,
  .fifty-fifty-row > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .faqs-main-row {
    gap: 32px;
  }
  .small-faqs-row,
  .plain-text-hero-row {
    align-items: flex-start;
    gap: 40px;
  }
  .fifty-fifty-stretch-row .left {
    padding: 0 20px;
  }
  .college-news-row > div.left {
    display: none;
  }
  .college-news-row > div.right {
    padding: 64px 20px;
  }
  .college-news-section.p80 {
    padding: 0;
  }
  .college-news-section {
    top: 88px;
    min-height: calc(100vh - 88px);
  }
  .college-news-row {
    height: 100%;
  }
  .college-news-row {
    justify-content: center;
  }
  .home-hero-section {
    padding: 116px 0;
  }
  .home-hero-section .svg-title-wrap {
    padding: 0 0 58px;
    position: relative;
  }
  .svg-title-wrap > div:nth-of-type(2) {
    justify-content: flex-end;
  }
  .svg-title-wrap > div:nth-of-type(2) span {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .svg-title-wrap > div:nth-of-type(3) span {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .small-events-grid {
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-row-gap: 40px;
  }
  .small-events-grid > div:nth-of-type(1) {
    grid-column: span 2;
  }
  .logo-and-text-section .title h2 {
    font-size: 70px;
    letter-spacing: -1.4px;
  }
  .logo-and-text-section .title h2 em {
    font-size: 45px;
    letter-spacing: -0.9px;
  }
  .quote-section .quote-row {
    align-items: flex-start;
    position: relative;
    gap: 32px;
  }
  .quote-section .quote-row svg {
    position: absolute;
    right: 0;
    top: 208px;
    margin: 0;
  }
  .fifty-fifty-image-stretch .container {
    padding: 0;
  }
  .full-width-media .title {
    padding: 20px 0;
  }
  .image-hero .media-container video {
    object-fit: cover;
    height: 100%;
  }
  .image-hero .media-container video,
  .image-hero .media-container img,
  .image-hero .media-container {
    min-height: 476px;
    height: 476px;
  }
  .page-has-sub-nav #primary,
  #primary {
    padding-top: 88px;
  }
  .fifty-fifty-double-img-row,
  .fifty-fifty-stretch-row {
    gap: 64px;
  }
  .fifty-fifty-row h2 {
    margin: 0 0 20px;
  }
  .departments-grid {
    grid-template-columns: repeat(2, calc(50% - 16px));
  }
  .iframe-wrap {
    height: 600px;
  }
  .fifty-fifty-stretch-row.contact-main-row .left {
    padding: 0 20px;
  }
  .contact-main-section {
    padding: 40px 0 64px;
  }
  .fifty-fifty-row.contact-main-row {
    gap: 48px;
  }
  .image-column {
    max-width: 335px;
  }
  .cards-grid.count-2,
  .cards-grid {
    grid-template-columns: 100%;
    grid-row-gap: 8px;
    max-width: 450px;
    margin: 40px auto 0;
  }
  .cards-grid-section h2,
  .cards-grid-section .pre-title,
  .cards-grid-section .body {
    text-align: center;
  }
  .quote-card .quote-content-wrap {
    padding: 146px 0 0 24px;
  }
  .quote-card .square-img {
    width: 180px;
  }
  .posts-grid {
    grid-template-columns: repeat(2, calc(50% - 4px));
  }
  .events-main-row,
  .ei-wrap,
  .event-top-row,
  .application-process-row,
  .text-column-text-row,
  .post-content-main {
    flex-direction: column;
    gap: 48px;
  }
  .events-main-row,
  .ei-wrap {
    gap: 32px;
  }
  .events-main .events-title {
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 32px;
  }
  .events-main .events-main-row > div.right {
    border: none;
    padding: 0;
  }
  .events-main .events-main-row .left {
    max-width: 100%;
    width: 100%;
  }
  .events-main {
    position: relative;
  }
  .events-main .events-main-row .left .faq-sidebar {
    max-width: 325px;
  }
  .events-main .events-main-row > div {
    position: unset;
  }
  .fellow-top .img-container {
    max-width: 400px;
  }
  .fellow-top .right {
    padding: 0;
  }
  .event-top-row > div.left,
  .event-top-row > div,
  .application-process-row > div,
  .text-column-text-row > div,
  .post-content-main > div.entry-content,
  .post-content-main > div {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .post-content-main .right {
    margin: 0;
  }
  .article-main .entry-content {
    padding: 0;
  }
  .application-process-section {
    padding: 12px 0;
  }
  .application-process-section .container {
    padding: 0 12px;
  }
  .fellows-grid {
    grid-template-columns: repeat(2, calc(50% - 4px));
    max-width: 600px;
    margin: 0 auto;
  }
  .event-calendar-section {
    padding: 64px 0 44px;
  }
  .ei-wrap .ei-cal {
    width: 100%;
  }
  .events-main {
    padding-top: 0;
  }
  .event-top-row .event-meta {
    margin: 40px 0 0;
  }
  .event-top-row .small-cta-block {
    margin: 40px 0 0;
  }
  .more-events-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 20px;
    max-width: 353px;
    margin: 48px auto 0;
  }
  .related-johns-chronicles .more-events-grid {
    grid-row-gap: 8px;
  }
  .more-events h2 {
    text-align: center
  }
  .event-top-row .sub-title.p2 p {
    font-size: 18px;
  }
  .contact-info-row {
    flex-direction: column;
    gap: 48px;
  }
  .scrolling-numbers-row {
    gap: 48px;
  }
  .img-tabs .imgs-container {
    height: 600px;
  }
  .img-tabs .imgs-container .img-container {
    height: 100%;
  }
  .fifty-fifty-stretch-row.img-tabs .left {
    padding: 0 20px 0 20px;
  }
  .img-tabs {
    gap: 48px;
  }
  .img-tabs .tabs-container {
    padding: 0;
  }
  .fifty-fifty-tabs-section > div.container-56 {
    padding: 0 20px;
  }
  .fifty-fifty-tabs-section .intro {
    margin: 0 0 48px;
  }
  .two-columns-row {
    flex-direction: column;
    gap: 8px;
    max-width: 400px;
    margin: 48px auto 0;
  }
  .double-image-hero-row > div,
  .two-columns-row > div {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .double-image-hero-row {
    flex-direction: column;
    gap: 48px;
  }
  .imgs-container {
    max-width: 557px;
  }
  .double-image-hero h1 {
    margin: 0 0 40px;
  }
  .post-top-section .container-16 {
    padding: 0 12px;
  }
  .pdf-display-row {
    gap: 64px;
  }
  .did-you-know-inner .flex-row {
    gap: 24px;
  }
  .history-overview .bg-img {
    min-width: 446px;
    width: 446px;
    right: -110px;
  }
  .history-scroller-wrap .size_large {
    width: 350px;
  }
  .history-scroller-wrap .size_large .body {
    max-width: 291px;
  }
  .history-scroller-wrap {
    gap: 80px;
  }
  .history-scroller-section {
    top: 88px;
    height: calc(100vh - 88px);
  }
  .history-scroller-wrap {
    min-height: 500px;
  }
  .history-scroller-wrap .quote-item .flex-row {
    transform: translateX(-14%);
  }
  .two-column-text-section.style_2 .text-column-text-row {
    margin: 0;
  }
  .college-news-scroll-container {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .body ul li::before {
    top: 7.5px;
  }
  .college-news-row .right-inner h2,
  .college-news-row .right-inner .main-btn-container,
  .college-news-row .right-inner > div.sub-title {
    text-align: center;
  }
  .college-news-row .right-inner > div.sub-title p {
    font-size: 18px;
  }
  .college-news-section {
    top: auto;
    position: unset;
    height: 100%;
    overflow: unset;
  }
  .college-news-section .mobile-sticky-wrap {
    margin: 0;
    flex-grow: 1;
    position: relative;
  }
  .college-news-scroll-container {
    position: sticky;
    top: 120px;
    padding-right: 16px;
  }
  .two-column-text-section.style_2 .intro {
    font-size: 24px;
  }
  .two-column-text-section.style_2 .right .body p {
    font-size: 18px;
  }
  section.p80.two-column-text-section.style_2 {
    padding: 64px 0;
  }
  .history-scroller-section .bg-container {
    width: 180px;
  }
  section.p80.history-overview {
    padding: 80px 0;
  }
  .did-you-know-inner {
    padding: 16px;
  }
  .did-you-know-inner .img-container {
    width: 100%;
    max-width: 303px;
    height: 303px;
  }
  .did-you-know-inner .flex-row {
    flex-direction: column;
    gap: 20px;
  }
  .did-you-know-inner .sep {
    width: 100%;
    height: 2px;
  }
  .did-you-know-inner .right {
    padding: 12px 0 0;
  }
  .did-you-know-inner h5 {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .did-you-know-inner .body p {
    font-size: 20px;
  }
  .related-johns-chronicles .title-btns-row {
    padding: 64px 0 0;
  }
  .related-johns-chronicles {
    padding: 0 0 64px;
    margin: 0 0 48px;
  }
  .double-image-hero-row .imgs-container {
    height: 335px;
    max-width: 335px;
  }
  .double-image-hero-row .imgs-container .img-1 {
    height: 286px;
    width: 286px;
  }
  .double-image-hero-row .imgs-container .img-2 {
    width: 196px;
    height: 196px;
  }
  .two-columns-list-section .bottom-text {
    margin: 48px 0 0;
  }
  .two-columns-list-section .titles h2 {
    margin: 0 0 20px;
  }
  .list-box {
    padding: 32px 16px;
  }
  .img-tabs .tab-inner svg {
    width: 24px;
    height: auto;
    min-width: 24px;
  }
  .tab-row {
    align-items: flex-start;
    gap: 12px;
  }
  .tab-inner {
    padding: 20px;
  }
  .img-tabs .imgs-container {
    height: 482px;
  }
  .numbers-grid {
    grid-template-columns: 100%;
  }
  .number-scroll-up {
    height: 57.6px;
  }
  .count-up .number-counter-col {
    transform: translateY(calc(-100% + 57.6px));
  }
  .number-item .number-container {
    margin: 0 0 40px;
  }
  .story-tabs-section .titles .pre-title {
    margin: 0 0 12px;
  }
  .story-tabs-section .titles h2 {
    margin: 0 0 20px;
  }
  .story-tabs-container {
    margin: 48px 0 0;
  }
  .story-tab-selector {
    padding: 24px 12px;
  }
  .story-tab-single .fifty-fifty-row h3 {
    margin: 0 0 20px;
  }
  .story-tab-single {
    padding: 20px;
  }
  section.p64.contact-info-section {
    padding: 64px 0;
  }
  .address-contacts-row {
    flex-direction: column;
    gap: 48px;
  }
  .contact-info-row .address {
    margin: 0;
  }
  .small-cta-row {
    flex-direction: column;
  }
  .small-cta-row > div {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .small-cta-block {
    padding: 16px;
  }
  .small-cta-block .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .event-top-row {
    padding: 20px 0 64px;
  }
  section.p64.more-events {
    padding: 64px 0;
  }
  .events-main {
    padding-bottom: 64px;
  }
  .event-card-row {
    flex-direction: column;
    gap: 20px;
  }
  .events-main .events-title {
    font-size: 12px;
    white-space: nowrap;
  }
  .event-card-row.event-card .event-meta-row {
    margin-top: 0;
  }
  .fellow-top .event-top-row {
    padding: 20px 0 64px;
  }
  .fellow-top .description {
    margin: 20px 0 0;
  }
  .fellows-grid {
    grid-template-columns: 100%;
    max-width: 335px;
    grid-row-gap: 40px;
  }
  section.p80.fellows-grid-section {
    padding: 40px 0;
  }
  .application-process-inner {
    padding: 40px 20px;
  }
  .application-process-row .left h2 {
    margin: 0 0 20px;
  }
  section.p80 {
    padding: 64px 0;
  }
  .text-column-text-row {
    margin: 40px 0 0;
  }
  .text-column-text-row .left .body p {
    font-size: 18px;
  }
  section.p80.two-column-text-section {
    padding: 80px 0;
  }
  .post-top-section {
    padding: 12px 0 0;
  }
  .post-top-section .container {
    padding: 0 12px;
  }
  .single-post-meta-row {
    gap: 24px;
  }
  .entry-content p em {
    font-size: 18px;
  }
  .post-contributors {
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .post-newsletter {
    padding: 0 0 40px;
    border-bottom: none;
  }
  .article-main .entry-content {
    margin: 24px 0 0;
  }
  .entry-content blockquote p {
    font-size: 22px;
  }
  .other-news h2 {
    margin: 0 0 40px;
  }
  .fellows-carousel-section  .swiper-pag-btns-row,
  .other-news .swiper-pag-btns-row {
    justify-content: center;
    margin: 48px 0 0;
  }
  .fellows-carousel-section .btns-rows,
  .other-news .btns-rows {
    display: none;
  }
  section.fellows-carousel-section.p64 {
    padding: 64px 0;
  }
  .fellows-carousel {
    margin: 40px 0 0;
  }
  .blog-full-display {
    padding: 40px 0 64px;
  }
  #load-more-container {
    margin: 40px 0 0;
  }
  .posts-grid {
    grid-template-columns: 100%;
  }
  .quotes-carousel .btns-rows {
    bottom: 0;
    top: auto;
  }
  .faqs-section .faqs-main-row {
    gap: 48px;
  }
  .faq-group .accordion-container {
    margin: 48px 0 0;
  }
  .quotes-carousel {
    padding: 0 0 72px;
  }
  .quote-card .quote-content {
    padding: 20px;
  }
  .quote-content svg {
    margin: 0 0 40px;
  }
  .quote-card .name {
    font-size: 12px;
  }
  .image-carousel-section .btns-rows {
    display: none;
  }
  .image-carousel-section .swiper-pag-btns-row {
    justify-content: center;
  }
  .images-carousel-large,
  .images-carousel-small {
    margin: 48px 0 0;
  }
  .image-carousel-section.style-large .body p {
    font-size: 18px;
  }
  .body.p3 ul li::before {
    top: 6px;
  }
  .faq-sidebar ul li a {
    font-size: 12px;
  }
  #colophon {
    padding: 40px 0;
  }
  #colophon .site-branding {
    max-width: 130px;
  }
  .footer-top-row {
    padding: 0 0 24px;
    margin: 0 0 40px;
  }
  .footer-main-row,
  .footer-main-right {
    flex-direction: column;
    gap: 40px;
  }
  .footer-bottom-row {
    margin: 40px 0 0;
    padding: 24px 0 0;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  #scroll-to-top {
    font-size: 15px;
  }
  .main-form {
    margin: 24px 0 0;
  }
  .normal-form-styles label {
    margin: 0 0 16px;
  }
  .main-form .btn-container {
    margin: 32px 0 0;
  }
  section.departments-section {
    padding: 80px 0;
  }
  .iframe-wrap {
    height: 395px;
  }
  .find-us-row {
    gap: 40px;
  }
  .departments-grid {
    grid-template-columns: 100%;
    grid-row-gap: 48px;
    margin: 48px 0 0;
  }
  .text-size-medium .quote p {
    font-size: 22px;
  }
  .fifty-fifty-stretch-row .img-container {
    height: 400px;
  }
  .quote-section .quote-row.quote-row-no-img {
    gap: 32px;
  }
  .quote-section .quote-row.quote-row-no-img svg {
    position: relative;
    top: auto;
    right: auto;
  }
  .fifty-fifty-stretch-row.contact-main-row .img-container {
    max-height: 375px;
    height: 375px;
  }
  .home-hero-media .media-container {
    min-height: 351px;
  }
  .home-hero-media .media-container img {
    min-height: 351px;
  }
  .home-hero-media {
    padding: 12px 0;
  }
  .svg-title-wrap .svg-row .svg-wrap {
    width: calc(var(--svg-width) * 1.2);
  }
  .svg-title-wrap > div:nth-of-type(2) {
    margin: 0 0 9px;
  }
  .nav-icons > a:first-of-type {
    display: none;
  }
  .rectangle-post-card {
    padding: 12px;
  }
  .rectangle-post-card .post-card-row {
    flex-direction: column;
  }
  .rectangle-post-card .img-container {
    width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
  }
  .college-news-row .main-btn-container {
    margin: 0 0 64px;
  }
  .explore-card {
    height: 400px;
  }
  .title-btns-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .title-btns-row > div {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
  }
  section.p64 {
    padding: 40px 0;
  }
  section.p64.contact-cta-section {
    padding: 64px 0;
  }
  .explore-carousel-section .right,
  .explore-carousel-section .btns-rows {
    display: none;
  }
  .explore-carousel-section span.pre-title,
  .explore-carousel-section h2 {
    text-align: center;
  }
  .explore-carousel-section .title-btns-row {
    justify-content: center;
  }
  span.pre-title {
    font-size: 12px;
    line-height: 150%;
    margin: 0 0 8px;
  }
  .image-hero .media-container {
    margin: 32px 0 0;
  }
  .double-image-hero h1,
  .plain-text-hero h1,
  .image-hero h1 {
    font-size: 60px;
  }
  .plain-text-hero-row {
    padding: 64px 0;
  }
  #search-form-results {
    padding: 0 20px;
  }
  #search-modal {
    padding: 100px 0 0;
  }
  .modal-close {
    top: 29px;
    right: 20px;
  }
  ul.ajax-search-results li {
    opacity: 1;
  }
  h3.h1,
  p.h1,
  h2.h1,
  h1 {
    font-size: 48px;
  }
  .h2,
  h1.h2,
  h2 {
    font-size: 32px;
  }
  .h3,
  .h3 h2,
  h2.h3,
  h3 {
    font-size: 30px;
    line-height: 120%;
  }
  h2.h4,
  .h4,
  h1.h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h4.h5,
  h5 {
    font-size: 20px;
    line-height: 130%;
  }
  h5.h6,
  .h6,
  h4.h6,
  h6 {
    font-size: 18px;
    line-height: 140%;
  }
  p.p1,
  .p1,
  .p1 p {
    font-size: 18px;
    line-height: 140%;
  }
  p.p2,
  .p2,
  .p2 p {
    font-size: 16px;
    line-height: 140%;
  }
  p.p3,
  .p3,
  .p3 p {
    font-size: 14px;
  }
  .p4 li,
  p.p4,
  .p4,
  .p4 p {
    font-size: 13px;
  }
  .logo-and-text-section .title h2 {
    font-size: 44px;
    letter-spacing: -0.88px;
  }
  .logo-and-text-section .title h2 em {
    font-size: 26px;
    letter-spacing: -0.52px;
  }
  .logo-and-text-section .logo-bg {
    max-width: 180px;
  }
  .small-events-grid {
    grid-template-columns: 100%;
  }
  .small-events-grid > div:nth-of-type(1) {
    grid-column: span 1;
  }
  .small-events-grid > div:first-of-type .event-card .img-container,
  .small-events-grid .event-card .img-container {
    height: 225px;
  }
  .event-card .date-card {
    top: 8px;
    left: 8px;
  }
  .event-card .event-meta-row {
    margin: 20px 0 16px;
  }
  .quote-row .square-img {
    width: 100px;
    max-width: 100px;
  }
  .quote-section .quote-row svg {
    top: 68px;
  }
  .quote p {
    font-size: 22px;
  }
  .quote-section .name {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .full-width-media {
    min-height: 500px;
  }
  .chronicles-carousel-section .swiper-pag-btns-row {
    justify-content: center;
  }
  .chronicles-carousel-section .btns-rows {
    display: none;
  }
  .upcoming-events-section .small-events-grid {
    margin: 64px 0 0;
  }
  .event-card-row .img-container {
    height: 335px;
  }
}
@media all and (max-width: 370px) {
  .ei-grid td {
    width: 37px;
    height: 37px;
  }
  .ei-wrap .ei-cal {
    max-width: 270px;
  }
  .ei-day {
    width: 36px;
    height: 36px;
  }
}