/*!
Theme Name: THE COMMUNIVESITY
Version: 1.52
Updated: 2020-01-09
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#ckx509v3AllWrapper {
  position: absolute !important;
  z-index: 1000000000000 !important;
}

html {
  font-size: 62.5%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  margin: 0;
  padding: 140px 0 0 0;
  font-size: 1.9rem;
  line-height: 2.7rem;
  color: #002060;
  min-height: 100vh;
}
@media screen and (max-width: 600px) {
  body {
    padding: 125px 0 0 0;
  }
}
body.active {
  opacity: 1;
}

#content {
  transition: opacity 0.4s ease-in-out, filter 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 0 8vw;
  max-width: 1500px;
}
@media screen and (min-width: 1500px) {
  #content {
    width: calc(1500px - 184px);
  }
}
@media screen and (max-width: 1300px) {
  #content {
    opacity: 0.4;
    filter: blur(10px);
  }
  #content.active {
    opacity: 1;
    filter: blur(0px);
  }
}
@media screen and (max-width: 767px) {
  #content {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1500px) {
  #content {
    margin: 0 auto;
  }
}

.indent {
  padding: 40px;
}
@media screen and (max-width: 500px) {
  .indent {
    padding: 25px;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}

.socialLink {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.socialLink a.imageLink {
  display: block;
  width: 30px;
  position: relative;
  z-index: 2;
}
.socialLink img {
  width: 100%;
  height: auto;
}
.socialLink .label {
  position: absolute;
  top: 2px;
  padding-left: 45px;
  z-index: 1;
  opacity: 0;
}

#content ul, #content ol {
  list-style-type: none;
  max-width: 744px;
}
#content ul li, #content ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  list-style-type: none;
}
#content ul li:before, #content ol li:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #1c7a85;
  position: absolute;
  left: 0px;
  top: 12px;
  border-radius: 100%;
}

#content ol {
  counter-reset: listCounter;
}
#content ol li {
  padding-left: 40px;
}
#content ol li:before {
  width: 10px;
  height: 10px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.5;
  background-color: transparent;
  top: 1px;
  counter-increment: listCounter;
  content: counter(listCounter);
}

img, svg, picture {
  display: block;
}

a {
  text-decoration: underline;
  transition: color 0.4s ease-in-out;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.locationColumns {
  max-width: 800px;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990000000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(255, 255, 255, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-inline {
  overflow: scroll !important;
  height: auto !important;
  max-height: 100000px !important;
}
.lity.lity-inline .lity-wrap {
  position: relative !important;
  max-height: 100000px !important;
}
.lity.lity-inline .lity-wrap:before {
  height: 100% !important;
}
.lity.lity-inline .lity-container {
  height: auto !important;
  max-height: 100000px !important;
}
.lity.lity-inline .lity-content {
  height: auto !important;
  max-width: 500px;
  overflow: visible;
  background-color: white;
  border: 1px solid #0f8152;
  padding: 10px 0px 50px 0 !important;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: rgb(28, 122, 133);
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 55px;
  border: 0;
  background: none;
  outline: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: black;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 55px;
  border: 0;
  background: none;
  outline: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

nav {
  font-size: 1.5rem;
  text-decoration: none;
  padding-top: 40px;
  padding-bottom: calc(20px - 5px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100000;
  transition: top 0.4s ease-in-out, padding 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.8s cubic-bezier(0.1, 0.3, 0.2, 0.99), opacity 0.8s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
}
nav.active {
  transform: translateY(0%);
  opacity: 1;
}
nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 5px;
  background-color: #2E52AA;
  transition: width 0.4s ease-in-out, left 0.4s ease-in-out, top 0.4s ease-in-out;
  z-index: 2;
}
nav #logo {
  width: 50px;
  margin-left: 20px;
  transition: margin 0.4s ease-in-out, width 0.4s ease-in-out;
}
nav #logo img, nav #logo svg {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 415px) {
  nav #logo {
    width: 35px;
  }
}
nav ul {
  position: absolute;
  right: 20px;
  top: 29px;
  background-color: transparent;
  padding: 20px 0 30px 20px;
  z-index: 1;
  transition: right 0.4s ease-in-out, top 0.4s ease-in-out, background-color 0.4s ease-in-out, padding 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
nav ul li {
  display: inline-block;
  padding-right: 20px;
  padding: 5px 0px 5px 0px !important;
  margin-right: 1.2vw;
  position: relative;
}
nav ul li:nth-child(3):before {
  display: none !important;
}
nav ul li:not(.button):before {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #2E52AA;
  position: absolute;
  left: 0;
  opacity: 0;
  bottom: 4px;
  transition: opacity ease-in-out 0.4s, bottom ease-in-out 0.4s;
}
@media screen and (min-width: 1301px) {
  nav ul li.current-menu-item:before {
    opacity: 1;
  }
  nav ul li:hover:before {
    opacity: 1;
    bottom: 2px;
  }
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li.button {
  background-color: #C00000;
  transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
nav ul li.button a {
  color: #FFFEEA;
  padding: 5px 10px 5px 10px !important;
}
nav ul li.button:hover {
  background-color: #F63600;
  transform: scale(1.04);
}
nav ul li a {
  color: #2E52AA;
  font-weight: 500;
  font-size: 1.65rem;
  text-decoration: none;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}
nav #mainTitle {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: #2E52AA;
  width: 100%;
  position: absolute;
  top: 33px;
  left: 90px;
  transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out, left 0.4s ease-in-out;
}
nav #mainTitle a {
  text-decoration: none !important;
}
nav #mainTitle span {
  display: block;
  transition: opacity 0.4s ease-in-out, top 0.4s ease-in-out;
}
@media screen and (max-width: 900px) {
  nav #mainTitle {
    top: 38px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 415px) {
  nav #mainTitle {
    top: 35px;
    left: 70px;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 340px) {
  nav #mainTitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 1300px) {
  nav {
    background-color: white;
    padding-bottom: 25px;
  }
  nav:before {
    width: calc(100% - 50px);
    left: 25px;
  }
  nav.small {
    padding-top: 4px;
    padding-bottom: 0px;
    background-color: white;
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.03);
  }
  nav.small #logo {
    margin-left: 0;
    width: 45px;
  }
  nav.small:before {
    top: 0;
    width: 100vw;
    left: 0;
  }
  nav.small #mainTitle {
    top: 14px;
    left: 60px;
    pointer-events: none;
    opacity: 0;
  }
  nav.small #mainTitle span {
    opacity: 0;
  }
  nav.small #navUtility {
    top: 8px;
  }
  nav.small #navUtility.active {
    top: 25px;
  }
  nav.small #navUtility span:before {
    opacity: 1;
  }
  nav.small ul {
    padding: 20px 20px 20px 20px !important;
  }
  nav #logo {
    margin-left: 25px;
  }
  nav ul {
    position: fixed;
    background-color: white;
    width: 100vw;
    padding: 40px 25px 20px 25px !important;
    box-sizing: border-box;
    margin: 0 !important;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
  nav ul.active {
    transform: translateY(0%);
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.03);
  }
  nav ul li {
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
  }
  nav ul li.button {
    padding: 10px 20px 10px 20px !important;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 40px;
  }
  nav ul li.button:before {
    width: 100%;
    height: 1px;
    content: "";
    background-color: #F0EBDC;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
  }
  nav ul li a {
    display: block;
    width: 100%;
    font-size: clamp(2.1rem, 0.75vw + 1.65rem, 2.7rem);
    line-height: clamp(2.8rem, 1vw + 2.2rem, 3.6rem);
    font-weight: 400;
  }
  nav #navUtility {
    width: 50px;
    height: 40px;
    position: absolute;
    top: 45px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    display: block !important;
    transition: top 0.4s ease-in-out, width 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  nav #navUtility:hover:not(.active):before {
    top: 7px;
  }
  nav #navUtility:hover:not(.active):after {
    top: calc(100% - 7px);
  }
  nav #navUtility.active:hover:before, nav #navUtility.active:hover:after {
    width: 90%;
  }
  nav #navUtility span:after {
    top: 50% !important;
  }
  nav #navUtility:after, nav #navUtility:before, nav #navUtility span:after {
    width: calc(100% - 10px);
    height: 1px;
    content: "";
    display: block;
    background-color: #2E52AA;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transition: all 0.4s ease-in-out;
    transform-origin: center center;
  }
  nav #navUtility:after {
    top: calc(100% - 10px);
  }
  nav #navUtility.active span:after {
    opacity: 0;
  }
  nav #navUtility.active:before, nav #navUtility.active:after {
    width: 86%;
    top: 50%;
  }
  nav #navUtility.active:before {
    transform: translateX(-50%) rotate(26deg);
  }
  nav #navUtility.active:after {
    transform: translateX(-50%) rotate(-26deg);
  }
  nav #navUtility span:before {
    width: 30px;
    height: 30px;
    content: "Menu";
    display: block;
    color: #2E52AA;
    position: absolute;
    top: 7px;
    left: -50px;
    text-transform: uppercase;
    font-size: 15px;
    opacity: 0;
    font-weight: 500;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, width 0.4s ease-in-out;
    transform-origin: top left;
  }
}
@media screen and (max-width: 1300px) and (min-width: 500px) {
  nav #navUtility span:before {
    opacity: 1;
  }
}
@media screen and (max-width: 1300px) and (max-width: 415px) {
  nav #navUtility {
    top: 40px;
  }
}

@media screen and (min-width: 1300px) {
  nav.small {
    top: -20px;
    padding-bottom: 0;
    background-color: white;
    box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.03);
  }
  nav.small:before {
    width: 100%;
    left: 0;
  }
  nav.small #mainTitle {
    opacity: 0;
    pointer-events: none;
  }
  nav.small ul {
    right: 0;
    top: 25px;
    padding: 9px 20px 11px 20px;
  }
  nav.small #logo {
    margin-top: -16px;
    margin-left: 0;
  }
}
#pageDots {
  position: absolute;
  left: 0;
  margin-left: calc(4vw - 6px);
  display: block;
  width: 12px;
  height: 40px;
  transition: top 0.4s ease-in-out, padding 0.4s ease-in-out;
  transform: translateY(50%);
  z-index: 20;
  padding-top: 10px;
}
#pageDots.fixed {
  position: fixed;
  top: 117px;
  padding-top: 0;
}
#pageDots .pageDot {
  width: 12px;
  height: 12px;
  background-color: #F0EBDC;
  border-radius: 100%;
  margin-bottom: 15px;
  position: relative;
  transition: background-color 0.4s ease-in-out, transform 0.4s ease-in-out;
}
#pageDots .pageDot.active {
  background-color: #E79F21;
  transform: scale(1);
}
#pageDots .pageDot.active .flag {
  opacity: 1;
}
#pageDots .pageDot.active.hideFlag .flag {
  opacity: 0;
}
#pageDots .pageDot:hover {
  background-color: #E79F21;
}
#pageDots .pageDot:hover .flag {
  opacity: 1 !important;
}
#pageDots .pageDot a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageDots .pageDot .flag {
  display: block;
  white-space: nowrap;
  position: absolute;
  top: -4px;
  left: 27px;
  font-size: 1rem;
  line-height: 1rem;
  padding: 5px 8px 6px 5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #2E52AA;
  color: #FFFEEA;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}
#pageDots .pageDot .flag:after {
  width: 0;
  height: 0;
  border-top: 10.5px solid transparent;
  border-bottom: 10.5px solid transparent;
  border-right: 10.5px solid #2E52AA;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: -10.5px;
}
@media screen and (max-width: 767px) {
  #pageDots {
    display: none;
  }
}
@media screen and (min-width: 1150px) {
  #pageDots {
    margin-left: calc(46px - 6px);
  }
}
@media screen and (min-width: 1500px) {
  #pageDots {
    margin-left: -55px;
  }
  #pageDots.fixed {
    left: auto !important;
  }
}

#content > .wp-block.alignwide.cofoundingTeamImage {
  max-width: 900px !important;
  margin-left: 0 !important;
  padding-right: 60px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 600px) {
  #content > .wp-block.alignwide.cofoundingTeamImage {
    padding-right: 0 !important;
  }
}

footer {
  background-color: #f2f8f7;
  color: #2E52AA;
  padding: 20px 40px 40px 8vw;
  margin-bottom: 0 !important;
}
footer .title {
  margin-top: 30px !important;
  color: #2E52AA;
}
footer .logo {
  width: 100%;
  max-width: 75px;
  margin-bottom: 20px;
}
footer .location {
  color: #E79F21;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
footer .location p {
  color: #2E52AA;
  padding-right: 10px !important;
}
footer .location .address {
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}
footer .left {
  width: calc(66% - 40px);
  float: left;
}
footer .right {
  width: 33%;
  float: right;
}
footer #nonProfitDetails p {
  color: #0f8152;
}
footer #copyright {
  text-transform: uppercase;
  margin-top: 120px;
  margin-bottom: 20px;
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #f3faef;
  opacity: 0.4;
  transition: opacity 0.4s ease-in-out;
}
footer #copyright:hover {
  opacity: 1;
}
footer h4:first-of-type + p {
  margin-bottom: 40px;
}
footer h4 {
  font-weight: 500;
  color: #2E52AA;
  margin-bottom: 10px !important;
}
footer hr {
  background-color: #a2dec2;
  width: 100% !important;
}
footer #footerImage {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer {
    padding-right: 25px;
    padding-left: 25px;
  }
  footer .left, footer .right {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  footer .location {
    width: 100%;
  }
  footer .location:first-of-type {
    margin-bottom: 20px;
  }
}

.has-tiny-font-size {
  font-weight: 400;
}

strong {
  font-weight: 500;
}

.has-xs-font-size {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}

.has-s-font-size {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}

.has-m-font-size {
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
}

.has-l-font-size {
  font-size: clamp(2.1rem, 0.75vw + 1.65rem, 2.7rem);
  line-height: clamp(2.8rem, 1vw + 2.2rem, 3.6rem);
}

.has-xl-font-size {
  font-size: clamp(2.4rem, 1vw + 1.8rem, 3.2rem);
  line-height: clamp(3rem, 1.125vw + 2.325rem, 3.9rem);
}

.has-xxl-font-size {
  font-size: clamp(2.7rem, 1vw + 2.1rem, 3.5rem);
  line-height: clamp(3.7rem, 0.875vw + 3.175rem, 4.4rem);
}

.has-link-color {
  color: inherit;
}

.has-link-background-color {
  background-color: inherit;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-body-color {
  color: #1c7a85;
}

.has-body-background-color {
  background-color: #1c7a85;
}

.has-rule-color {
  color: #F0EBDC;
}

.has-rule-background-color {
  background-color: #F0EBDC;
}

.has-blue-0-color {
  color: #0c2561;
}

.has-blue-0-background-color {
  background-color: #0c2561;
}

.has-blue-1-color {
  color: #2E52AA;
}

.has-blue-1-background-color {
  background-color: #2E52AA;
}

.has-blue-2-color {
  color: #dce8f5;
}

.has-blue-2-background-color {
  background-color: #dce8f5;
}

.has-blue-3-color {
  color: #F3F6FF;
}

.has-blue-3-background-color {
  background-color: #F3F6FF;
}

.has-green-1-color {
  color: #0f8152;
}

.has-green-1-background-color {
  background-color: #0f8152;
}

.has-green-2-color {
  color: #a2dec2;
}

.has-green-2-background-color {
  background-color: #a2dec2;
}

.has-green-3-color {
  color: #f3faef;
}

.has-green-3-background-color {
  background-color: #f3faef;
}

.has-green-4-color {
  color: #00b050;
}

.has-green-4-background-color {
  background-color: #00b050;
}

.has-red-1-color {
  color: #C00000;
}

.has-red-1-background-color {
  background-color: #C00000;
}

.has-red-2-color {
  color: #FFDCC4;
}

.has-red-2-background-color {
  background-color: #FFDCC4;
}

.has-red-3-color {
  color: #FFF6F1;
}

.has-red-3-background-color {
  background-color: #FFF6F1;
}

.has-red-4-color {
  color: #F63600;
}

.has-red-4-background-color {
  background-color: #F63600;
}

.has-yellow-1-color {
  color: #E79F21;
}

.has-yellow-1-background-color {
  background-color: #E79F21;
}

.has-yellow-2-color {
  color: #FFF0BC;
}

.has-yellow-2-background-color {
  background-color: #FFF0BC;
}

.has-yellow-3-color {
  color: #FFFEEA;
}

.has-yellow-3-background-color {
  background-color: #FFFEEA;
}

.has-neutralwarm-color {
  color: #faf9f5;
}

.has-neutralwarm-background-color {
  background-color: #faf9f5;
  border: 1px solid #E79F21;
}
.has-neutralwarm-background-color.alignfull {
  border-right: 0;
  border-left: 0;
}
.has-neutralwarm-background-color.noBottomBorder {
  border-bottom: 0 !important;
}
.has-neutralwarm-background-color.noTopBorder {
  border-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .has-neutralwarm-background-color.noMobileBottomBorder {
    border-bottom: 0 !important;
  }
  .has-neutralwarm-background-color.noMobileTopBorder {
    border-top: 0 !important;
  }
}

.has-neutralwarmdark-color {
  color: #f2f8f7;
}

.has-neutralwarmdark-background-color {
  background-color: #f2f8f7;
}

.has-background:not(.wp-block-separator):not(.wp-block-button__link), .is-style-outlined {
  padding: 36px 3vw 40px 3vw;
}
@media screen and (max-width: 1300px) {
  .has-background:not(.wp-block-separator):not(.wp-block-button__link), .is-style-outlined {
    padding: 37.5px 25px 37.5px 25px;
  }
}
@media screen and (max-width: 600px) {
  .has-background:not(.wp-block-separator):not(.wp-block-button__link), .is-style-outlined {
    padding: 25px 25px 25px 25px;
  }
}

.wp-block {
  margin-bottom: 40px;
}

.wp-block p:last-child, .wp-block h2:last-child, .wp-block h3:last-child, .wp-block h4:last-child, .wp-block h5:last-child, .wp-block h6:last-child, .wp-block .wp-block:last-child, .wp-block-group__inner-container p:last-child, .wp-block-group__inner-container h2:last-child, .wp-block-group__inner-container h3:last-child, .wp-block-group__inner-container h4:last-child, .wp-block-group__inner-container h5:last-child, .wp-block-group__inner-container h6:last-child, .wp-block-group__inner-container .wp-block:last-child {
  margin-bottom: 0 !important;
}
.wp-block p:last-child.is-style-inlinebottom, .wp-block h2:last-child.is-style-inlinebottom, .wp-block h3:last-child.is-style-inlinebottom, .wp-block h4:last-child.is-style-inlinebottom, .wp-block h5:last-child.is-style-inlinebottom, .wp-block h6:last-child.is-style-inlinebottom, .wp-block .wp-block:last-child.is-style-inlinebottom, .wp-block-group__inner-container p:last-child.is-style-inlinebottom, .wp-block-group__inner-container h2:last-child.is-style-inlinebottom, .wp-block-group__inner-container h3:last-child.is-style-inlinebottom, .wp-block-group__inner-container h4:last-child.is-style-inlinebottom, .wp-block-group__inner-container h5:last-child.is-style-inlinebottom, .wp-block-group__inner-container h6:last-child.is-style-inlinebottom, .wp-block-group__inner-container .wp-block:last-child.is-style-inlinebottom {
  margin-bottom: 0 !important;
}
.wp-block h1:last-child, .wp-block-group__inner-container h1:last-child {
  margin-bottom: 20px !important;
}
.wp-block h1:last-child.is-style-inlinebottom, .wp-block-group__inner-container h1:last-child.is-style-inlinebottom {
  margin-bottom: 0 !important;
}

#content .wp-block-expander {
  position: relative;
  transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
  transition-delay: 0.2s, 0s;
}
#content .wp-block-expander:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  z-index: 1;
  padding-bottom: 0;
  transition: opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
}
#content .wp-block-expander:hover:before {
  background-color: #F63600;
}
#content .wp-block-expander.active {
  padding-bottom: 50px;
}
#content .wp-block-expander.active .inner-wrapper {
  max-height: 2500px !important;
}
#content .wp-block-expander.active:after {
  opacity: 0;
}
#content .wp-block-expander.active .clickZone:before {
  content: "Read Less";
}
#content .wp-block-expander .clickZone {
  width: 100%;
  height: 35px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
  transition: transform ease-in-out 0.4s;
}
#content .wp-block-expander .clickZone:hover {
  transform: scale(1.04);
}
#content .wp-block-expander .clickZone:hover:before {
  background-color: #F63600;
}
#content .wp-block-expander .clickZone:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  pointer-events: none;
  content: "Read More";
  display: inline-block;
  background-color: #C00000;
  color: #FFFEEA;
  transform: translateX(-50%);
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  z-index: 2;
  padding: 10px 15px 10px 15px !important;
  cursor: pointer;
  transition: background ease-in-out 0.4s;
}
#content .wp-block-expander .inner-wrapper {
  position: relative;
  z-index: 0;
  transition: max-height 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  #content .wp-block-expander {
    margin-bottom: 60px !important;
  }
}

p {
  margin-bottom: 1em;
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
}
p.is-style-expander {
  margin-bottom: 10px !important;
  background-color: inherit;
}
p.is-style-fullwidth {
  width: 100% !important;
  margin-left: auto;
  display: block;
  margin-right: auto;
  transform: translateX(-4vw);
}
@media screen and (max-width: 1300px) {
  p.is-style-fullwidth:not(.is-style-overline) {
    transform: none !important;
  }
}
@media screen and (min-width: 1500px) {
  p.is-style-fullwidth:not(.is-style-overline) {
    width: 80% !important;
    max-width: 775px !important;
    transform: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 600px) {
  p.is-style-fullwidth:not(.is-style-overline) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
p.is-style-disclose {
  padding: 5px 10px 5px 10px !important;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.1rem;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #E79F21;
  color: #E79F21;
  cursor: pointer;
  transition: background 0.4s ease-in-out;
}
p.is-style-disclose:hover {
  background-color: white;
}
p.is-style-disclose a {
  color: #E79F21;
}
p.is-style-tag {
  padding: 5px 10px 5px 10px !important;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}
p.is-style-right {
  position: relative;
  display: block;
  margin-top: 30px;
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  font-weight: 500;
  margin-bottom: 40px;
  max-width: 620px;
  padding-left: 0px;
  transition: padding 0.4s ease-in-out;
}
p.is-style-right:hover {
  padding-left: 5px;
}
p.is-style-right a {
  text-decoration: none;
  background: url("img/iconArrowRight.svg") no-repeat;
  background-size: auto 100%;
  background-position: left 1px;
  padding-left: 35px;
  display: inline-block;
  transition: padding 0.4s ease-in-out;
}
p.is-style-right a:hover {
  padding-left: 35px;
  text-decoration: underline;
}
p.is-style-down {
  padding: 5px 0 5px 0 !important;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 15px;
}
p.is-style-down a {
  text-decoration: none;
  background: url("img/iconArrowDownDark.svg") no-repeat;
  background-size: auto 100%;
  padding-left: 15px;
  display: inline-block;
}
p.is-style-down:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  color: inherit;
  opacity: 0.3;
  background-color: currentcolor;
  position: absolute;
  top: 0;
  left: 0px;
}
p.is-style-learnmore {
  background: url("img/iconArrowLeft.svg") no-repeat left 2px;
  background-size: 12px auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-left: 20px;
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
  opacity: 0.7;
  transition: opacity 0.4s ease-in-out, transform 0.4s cubic-bezier(0.1, 0.3, 0.2, 0.99), color 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  p.is-style-learnmore {
    display: none;
  }
}
p.is-style-learnmore:hover {
  opacity: 1;
}
p.padRight {
  padding-right: 3vw;
}
p.secure {
  background: url("img/iconSecure.svg") no-repeat left 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-left: 20px;
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
  display: inline-block;
  text-align: left !important;
  position: relative;
}
p.secure.has-text-align-center {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -3px;
}
p.has-text-align-center {
  text-align: center;
}
p.flushBottom {
  margin-bottom: 0 !important;
}
p.inlineBottom {
  margin-bottom: 20px !important;
}

#content p.is-style-tag {
  display: inline-block;
  margin-right: 10px;
}

#content p.is-style-down {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  #content p.is-style-down {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-top: 10px !important;
  }
  #content p.is-style-down a {
    padding-left: 25px !important;
  }
}

#content p.is-style-learnmore {
  transform: rotate(-90deg) translatex(calc(-3vw - 20px + 5px));
  transform-origin: bottom left;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: calc(-4vw + 15px);
}
#content p.is-style-learnmore:hover {
  transform: rotate(-90deg) translatex(calc(-3vw - 20px - 2px));
  color: #C00000;
}

.wp-block-separator {
  max-width: 100% !important;
  height: 1px !important;
  width: calc(100% - 20px);
  border: none;
  margin-left: 0;
  transition: opacity 0.4s ease-in-out;
}
.wp-block-separator.is-style-block {
  margin-bottom: 35px;
  margin-top: 40px;
}
.wp-block-separator.is-style-inlineblock {
  margin-bottom: 35px;
  margin-top: 40px;
  margin-left: 0;
}
.wp-block-separator.inlineTop {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .wp-block-separator {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1500px) {
  .wp-block-separator {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 767px) {
  .wp-block-separator.inlineTopDesktop {
    margin-top: 10px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
}
h1.is-style-flushbottom, h1 .flush, h2.is-style-flushbottom, h2 .flush, h3.is-style-flushbottom, h3 .flush, h4.is-style-flushbottom, h4 .flush, h5.is-style-flushbottom, h5 .flush, h6.is-style-flushbottom, h6 .flush {
  margin-bottom: 0.5em;
}
h1.is-style-inlinebottom, h1 .inline, h2.is-style-inlinebottom, h2 .inline, h3.is-style-inlinebottom, h3 .inline, h4.is-style-inlinebottom, h4 .inline, h5.is-style-inlinebottom, h5 .inline, h6.is-style-inlinebottom, h6 .inline {
  margin-bottom: 0.25em;
}
h1.is-style-indent, h1 .indent, h2.is-style-indent, h2 .indent, h3.is-style-indent, h3 .indent, h4.is-style-indent, h4 .indent, h5.is-style-indent, h5 .indent, h6.is-style-indent, h6 .indent {
  padding-left: 8vw;
}
@media screen and (min-width: 1500px) {
  h1.is-style-indent, h1 .indent, h2.is-style-indent, h2 .indent, h3.is-style-indent, h3 .indent, h4.is-style-indent, h4 .indent, h5.is-style-indent, h5 .indent, h6.is-style-indent, h6 .indent {
    padding-left: 3vw;
  }
}
h1.is-style-overline, h2.is-style-overline, h3.is-style-overline, h4.is-style-overline, h5.is-style-overline, h6.is-style-overline {
  display: inline-block;
  clear: both;
  position: relative;
  padding: 6px 2px 0 2px;
  margin-bottom: 28px;
}
h1.is-style-overline a, h2.is-style-overline a, h3.is-style-overline a, h4.is-style-overline a, h5.is-style-overline a, h6.is-style-overline a {
  text-decoration: none;
  background: url("img/iconArrowDownDark.svg") no-repeat;
  padding-left: 20px;
  background-size: 12px auto;
  display: block;
  background-position: 0 2px;
  transition: padding 0.4s ease-in-out, background 0.4s ease-in-out;
}
@media screen and (min-width: 600px) {
  h1.is-style-overline a:hover, h2.is-style-overline a:hover, h3.is-style-overline a:hover, h4.is-style-overline a:hover, h5.is-style-overline a:hover, h6.is-style-overline a:hover {
    padding-top: 5px;
    background-position: 0 15px;
    padding-bottom: 13px;
  }
}
h1.is-style-overline.indent, h2.is-style-overline.indent, h3.is-style-overline.indent, h4.is-style-overline.indent, h5.is-style-overline.indent, h6.is-style-overline.indent {
  margin-left: 8vw;
}
@media screen and (min-width: 1500px) {
  h1.is-style-overline.indent, h2.is-style-overline.indent, h3.is-style-overline.indent, h4.is-style-overline.indent, h5.is-style-overline.indent, h6.is-style-overline.indent {
    margin-left: 3vw;
  }
}
h1.is-style-overline.has-text-align-center, h2.is-style-overline.has-text-align-center, h3.is-style-overline.has-text-align-center, h4.is-style-overline.has-text-align-center, h5.is-style-overline.has-text-align-center, h6.is-style-overline.has-text-align-center {
  margin-left: 50%;
  transform: translateX(calc(-50% - 4vw));
  width: auto !important;
}
@media screen and (max-width: 1300px) {
  h1.is-style-overline.has-text-align-center, h2.is-style-overline.has-text-align-center, h3.is-style-overline.has-text-align-center, h4.is-style-overline.has-text-align-center, h5.is-style-overline.has-text-align-center, h6.is-style-overline.has-text-align-center {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1500px) {
  h1.is-style-overline.has-text-align-center, h2.is-style-overline.has-text-align-center, h3.is-style-overline.has-text-align-center, h4.is-style-overline.has-text-align-center, h5.is-style-overline.has-text-align-center, h6.is-style-overline.has-text-align-center {
    transform: translateX(-50%);
  }
}
h1.is-style-overline:after, h2.is-style-overline:after, h3.is-style-overline:after, h4.is-style-overline:after, h5.is-style-overline:after, h6.is-style-overline:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  color: inherit;
  opacity: 0.5;
  background-color: currentcolor;
  position: absolute;
  top: 0;
  left: 0px;
}
h1.has-text-align-center, h2.has-text-align-center, h3.has-text-align-center, h4.has-text-align-center, h5.has-text-align-center, h6.has-text-align-center {
  text-align: center;
  width: 80vw !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-4vw);
}
@media screen and (max-width: 1300px) {
  h1.has-text-align-center:not(.is-style-overline), h2.has-text-align-center:not(.is-style-overline), h3.has-text-align-center:not(.is-style-overline), h4.has-text-align-center:not(.is-style-overline), h5.has-text-align-center:not(.is-style-overline), h6.has-text-align-center:not(.is-style-overline) {
    transform: none !important;
  }
}
@media screen and (max-width: 600px) {
  h1.has-text-align-center:not(.is-style-overline), h2.has-text-align-center:not(.is-style-overline), h3.has-text-align-center:not(.is-style-overline), h4.has-text-align-center:not(.is-style-overline), h5.has-text-align-center:not(.is-style-overline), h6.has-text-align-center:not(.is-style-overline) {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.wp-block-group h1.has-text-align-center, .wp-block-group h2.has-text-align-center, .wp-block-group h3.has-text-align-center, .wp-block-group h4.has-text-align-center, .wp-block-group h5.has-text-align-center, .wp-block-group h6.has-text-align-center {
  width: 100% !important;
  margin-left: 0 !important;
  transform: none !important;
}

.teamWrap {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding-right: 0 !important;
  gap: 15px !important;
}
.teamWrap .person {
  flex: 1;
  min-width: calc(12.5% - 13.125px);
  max-width: calc(12.5% - 13.125px);
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .teamWrap .person {
    min-width: calc(16.6666666667% - 12.5px);
    max-width: calc(16.6666666667% - 12.5px);
  }
}
@media screen and (max-width: 600px) {
  .teamWrap .person {
    min-width: calc(25% - 11.25px);
    max-width: calc(25% - 11.25px);
  }
}
@media screen and (max-width: 500px) {
  .teamWrap .person {
    min-width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
}
.teamWrap .person img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0 !important;
}
.teamWrap .person .imageWrap {
  aspect-ratio: 200/220;
  width: 100%;
}
.teamWrap .person .name {
  margin-top: 10px;
  display: block;
  white-space: normal;
  color: #2E52AA;
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
  font-weight: 400;
}

.foundingTeam.facultyList, .partnersList.facultyList, .benefactorsList.facultyList {
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 1000px) {
  .foundingTeam.facultyList, .partnersList.facultyList, .benefactorsList.facultyList {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  .foundingTeam.facultyList, .partnersList.facultyList, .benefactorsList.facultyList {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.foundingTeam.managementList li, .partnersList.managementList li, .benefactorsList.managementList li {
  margin-bottom: 10px !important;
}
.foundingTeam span, .partnersList span, .benefactorsList span {
  display: block;
}
.foundingTeam li, .partnersList li, .benefactorsList li {
  padding-left: 0 !important;
  margin-bottom: 5px !important;
}
.foundingTeam li:before, .partnersList li:before, .benefactorsList li:before {
  display: none !important;
}
.foundingTeam .name, .partnersList .name, .benefactorsList .name {
  margin-bottom: 0 !important;
  display: block;
  white-space: normal;
}
.foundingTeam .title, .partnersList .title, .benefactorsList .title {
  color: #a2dec2;
  white-space: normal !important;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.benefactorsList ul {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}
.benefactorsList ul:nth-child(1) {
  width: 100% !important;
}
@media screen and (max-width: 900px) {
  .benefactorsList ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  .benefactorsList ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.foundingTeam.facultyList {
  -moz-column-count: 2;
       column-count: 2;
}
.foundingTeam.facultyList li {
  font-size: 1.4rem !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 950px) {
  .foundingTeam.facultyList {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (max-width: 600px) {
  .foundingTeam.facultyList {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}

.foundingTeam.managementList li, #foundingAdvisors li {
  font-size: 1.4rem !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 950px) {
  .foundingTeam.managementList, #foundingAdvisors {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
@media screen and (max-width: 600px) {
  .foundingTeam.managementList, #foundingAdvisors {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}

.student {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  border-top: 1px solid #F0EBDC;
}
.student:first-child {
  border-top: 0;
  padding-top: 0 !important;
}
.student .studentImage {
  width: 30%;
  float: left;
  max-width: 200px;
  box-sizing: border-box;
}
.student .studentImage.small {
  max-width: 120px;
}
.student .studentImage img {
  width: 100%;
  height: auto;
}
.student .studentInfo {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding-left: 40px;
}
.student .studentInfo h4 {
  margin-bottom: 20px;
}
.student .studentInfo h4 a {
  text-decoration: none;
  color: #0f8152;
}
.student .studentInfo h6 a {
  text-decoration: none;
  color: #a2dec2;
}
.student .studentInfo p:last-of-type {
  margin-bottom: 30px !important;
}
.student .studentInfo .wp-block-button a {
  background-color: #2E52AA;
  color: white;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .student .studentImage {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .student .studentInfo {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}

.wp-block-button__link {
  border-radius: 0 !important;
  padding: 0 10px 0 10px;
}

.wp-block-button {
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.wp-block-button.is-style-center {
  text-align: center;
}
.wp-block-button.is-style-center a {
  text-align: center;
}
.wp-block-button a {
  border-radius: 0 !important;
  text-decoration: none;
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  display: inline-block;
  padding: 8px 40px 11px 40px;
  transition: transform 0.4s ease-in-out;
  transform-origin: center center;
  font-weight: 400;
}
.wp-block-button a:hover {
  transform: scale(1.04);
}

.location {
  background: url("img/iconLocation.svg") no-repeat;
  background-size: 10px auto;
  background-position: left 3px;
  padding-left: 20px;
  margin-top: 20px;
}

.wp-block-table {
  margin-left: 0;
  margin-right: 0;
  transition: opacity 0.4s ease-in-out;
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}
.wp-block-table table.has-fixed-layout tr td {
  word-break: break-word;
}
.wp-block-table table tbody {
  border: 1px solid #E79F21;
  background-color: #faf9f5;
}
.wp-block-table table tbody tr:first-child td {
  border-top-width: 0;
}
.wp-block-table table tbody tr:last-child td {
  border-bottom-width: 0;
}
.wp-block-table table tbody tr td {
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  border-color: #E79F21;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  color: #E79F21;
  font-weight: 400;
}
.wp-block-table table tbody tr td:first-child {
  border-left: 0;
}
.wp-block-table table tbody tr td:last-child {
  border-right: 0;
}
@media screen and (max-width: 600px) {
  .wp-block-table {
    margin-right: 0;
  }
  .wp-block-table table, .wp-block-table table tr, .wp-block-table table td {
    width: 100% !important;
  }
  .wp-block-table table tbody {
    border-bottom: 0;
  }
  .wp-block-table table:first-child td {
    border-top-width: 1px;
  }
  .wp-block-table table:last-child td {
    border-bottom-width: 1px;
  }
  .wp-block-table table tr td {
    box-sizing: border-box;
    display: block;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 1px !important;
  }
}
.wp-block-table.alt table {
  width: 100%;
  border: 0 !important;
}
.wp-block-table.alt table.has-fixed-layout {
  table-layout: fixed;
}
.wp-block-table.alt table.has-fixed-layout tr td {
  word-break: break-word;
}
.wp-block-table.alt table tbody {
  border: 0 !important;
}
.wp-block-table.alt table tbody tr {
  border: 0 !important;
}
.wp-block-table.alt table tbody tr:first-child td {
  border-top-width: 0;
}
.wp-block-table.alt table tbody tr:last-child td {
  border-bottom-width: 0;
}
.wp-block-table.alt table tbody tr:nth-child(2n) {
  background-color: blue;
}
.wp-block-table.alt table tbody tr:nth-child(2n) td:nth-child(2n) {
  background-color: #C00000 !important;
  color: #FFDCC4;
}
.wp-block-table.alt table tbody tr:nth-child(2n) td:nth-child(2n+1) {
  background-color: #dce8f5 !important;
  color: #2E52AA;
}
.wp-block-table.alt table tbody tr td {
  background-color: #C00000;
  border: 3px solid white;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  color: #FFDCC4;
}
.wp-block-table.alt table tbody tr td:first-child {
  border-left: 0;
}
.wp-block-table.alt table tbody tr td:last-child {
  border-right: 0;
}
.wp-block-table.alt table tbody tr td:nth-child(2n) {
  background-color: #dce8f5 !important;
  color: #2E52AA;
}
.wp-block-table.alt table tbody tr td strong {
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  font-weight: 500;
  margin-bottom: 10px;
  display: block !important;
}
@media screen and (max-width: 800px) {
  .wp-block-table.alt table, .wp-block-table.alt table tr, .wp-block-table.alt table td {
    width: 100% !important;
  }
  .wp-block-table.alt table tbody {
    border-bottom: 0;
  }
  .wp-block-table.alt table:first-child td {
    border-top-width: 0;
  }
  .wp-block-table.alt table:last-child td {
    border-bottom-width: 0;
  }
  .wp-block-table.alt table tr td {
    display: block;
    box-sizing: border-box;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0 !important;
  }
}
.wp-block-table.is-style-inlinestats {
  margin-left: calc(-3vw - 1px);
  margin-bottom: -40px !important;
  margin-top: 40px !important;
  width: calc(100% + 6vw + 4px);
}
@media screen and (max-width: 1300px) {
  .wp-block-table.is-style-inlinestats {
    margin-left: calc(-25px - 1px);
    width: calc(100% + 50px + 4px);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-style-inlinestats {
    margin-left: -25px;
    margin-bottom: -40px;
    margin-top: 25px !important;
    width: calc(100% + 50px);
  }
}
@media screen and (max-width: 600px) {
  .wp-block-table.is-style-inlinestats {
    margin-bottom: -26px !important;
    margin-left: calc(-25px - 1px);
    width: calc(100% + 50px + 2px);
    padding-bottom: 0 !important;
  }
  .wp-block-table.is-style-inlinestats table tbody {
    border-bottom: 1px solid #E79F21;
  }
  .wp-block-table.is-style-inlinestats table tr td {
    margin-bottom: 0 !important;
    padding: 15px 40px 15px 25px !important;
  }
  .wp-block-table.is-style-inlinestats table tr td:last-child {
    border-bottom: 0 !important;
  }
}
.wp-block-table.is-style-inlinestats table tr td {
  border-color: #F0EBDC !important;
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  font-weight: 500;
  color: #E79F21;
  margin-bottom: 20px;
  max-width: 620px;
  text-align: left;
  padding: 30px 40px 30px 40px;
}
.wp-block-table.is-style-inlinestats table tr td:first-child {
  padding-left: 3vw;
}

#content .hideWide {
  display: none;
}
@media screen and (max-width: 767px) {
  #content .hideWide.showTablet {
    display: inherit !important;
  }
}
@media screen and (max-width: 600px) {
  #content .hideWide.showMobile {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  #content .hideTablet {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #content .hideTablet.showMobile {
    display: inherit !important;
  }
}
@media screen and (max-width: 600px) {
  #content .hideMobile {
    display: none !important;
  }
}
#content .hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .wp-block-columns.breakTablet .wp-block-gande-gutenberg-gande-advimage.is-style-keepsize {
    width: 40%;
    float: left;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .wp-block-columns.breakTablet .wp-block-gande-gutenberg-gande-advimage.is-style-keepsize {
    width: 100%;
    float: none;
  }
}

#content > .wp-block-gande-gutenberg-gande-advimage.alignfull .caption {
  padding-left: 15px;
}

.wp-block-gande-gutenberg-gande-advimage {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}
.wp-block-gande-gutenberg-gande-advimage.is-style-block {
  margin-bottom: 30px;
}
.wp-block-gande-gutenberg-gande-advimage img {
  width: 100%;
  height: auto;
}
.wp-block-gande-gutenberg-gande-advimage.blueCaption .caption {
  color: #2E52AA !important;
}
.wp-block-gande-gutenberg-gande-advimage .caption {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  margin-top: 10px;
  color: #0f8152;
  max-width: 420px;
}
.wp-block-gande-gutenberg-gande-advimage .caption.inside {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-left: 0 !important;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.wp-block-gande-gutenberg-gande-advimage .caption.inside.right {
  right: 20px;
  left: auto !important;
}
.wp-block-gande-gutenberg-gande-advimage .caption.right {
  text-align: right;
}

.wp-block-column .wp-block-group {
  width: 100%;
  margin-left: 0;
}

.wp-block-group {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.wp-block-group .wp-block-columns:last-child {
  margin-bottom: 0 !important;
}
.wp-block-group.is-style-outlined {
  border: 1px solid #F0EBDC;
  z-index: 0;
}
.wp-block-group.is-style-flush {
  padding: 0 !important;
}
.wp-block-group g {
  margin-bottom: 0 !important;
}
.wp-block-group.flush-top {
  margin-top: 0 !important;
}
.wp-block-group.is-style-flushleft {
  padding-left: 0 !important;
}
.wp-block-group.is-style-small {
  padding: 30px 30px 30px 30px !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 600px) {
  .wp-block-group.is-style-small {
    padding: 20px 10px 20px 10px !important;
  }
}
.wp-block-group > h1:first-child, .wp-block-group > h2:first-child, .wp-block-group > h3:first-child, .wp-block-group > h4:first-child, .wp-block-group > h5:first-child, .wp-block-group > h6:first-child {
  margin-top: -15px;
}

@media screen and (min-width: 1500px) {
  h1.has-text-align-center:not(.is-style-overline), h2.has-text-align-center:not(.is-style-overline), h3.has-text-align-center:not(.is-style-overline), h4.has-text-align-center:not(.is-style-overline), h5.has-text-align-center:not(.is-style-overline), h6.has-text-align-center:not(.is-style-overline) {
    width: 80% !important;
    max-width: 75ch !important;
    transform: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
h1.is-style-counter, h2.is-style-counter, h3.is-style-counter, h4.is-style-counter, h5.is-style-counter, h6.is-style-counter {
  padding-top: 0;
  position: relative;
  margin-bottom: 16px !important;
  max-width: 450px;
  padding-left: 50px !important;
}
@media screen and (max-width: 900px) {
  h1.is-style-counter, h2.is-style-counter, h3.is-style-counter, h4.is-style-counter, h5.is-style-counter, h6.is-style-counter {
    padding-left: 0 !important;
    padding-top: 30px !important;
  }
}
h1.is-style-counter:before, h2.is-style-counter:before, h3.is-style-counter:before, h4.is-style-counter:before, h5.is-style-counter:before, h6.is-style-counter:before {
  counter-increment: carouselCounter;
  content: "0" counter(carouselCounter);
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.65rem;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #E79F21;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  h1.is-style-counter:before, h2.is-style-counter:before, h3.is-style-counter:before, h4.is-style-counter:before, h5.is-style-counter:before, h6.is-style-counter:before {
    margin-bottom: 25px;
  }
}
h1.is-style-counter + p.revealNext, h2.is-style-counter + p.revealNext, h3.is-style-counter + p.revealNext, h4.is-style-counter + p.revealNext, h5.is-style-counter + p.revealNext, h6.is-style-counter + p.revealNext {
  margin-left: 50px !important;
}
@media screen and (max-width: 900px) {
  h1.is-style-counter + p.revealNext, h2.is-style-counter + p.revealNext, h3.is-style-counter + p.revealNext, h4.is-style-counter + p.revealNext, h5.is-style-counter + p.revealNext, h6.is-style-counter + p.revealNext {
    margin-left: 0 !important;
  }
}

h1 {
  font-size: clamp(2.7rem, 1vw + 2.1rem, 3.5rem);
  line-height: clamp(3.7rem, 0.875vw + 3.175rem, 4.4rem);
}

h2 {
  font-size: clamp(2.4rem, 1vw + 1.8rem, 3.2rem);
  line-height: clamp(3rem, 1.125vw + 2.325rem, 3.9rem);
}

h3 {
  font-size: clamp(2.1rem, 0.75vw + 1.65rem, 2.7rem);
  line-height: clamp(2.8rem, 1vw + 2.2rem, 3.6rem);
}

h4 {
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
}

h5 {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}

h6 {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}

.video {
  margin-bottom: 14px;
}
.video.smallVideo .videoImage {
  width: 30%;
  float: left;
  margin-bottom: 0 !important;
}
.video.smallVideo .videoCaption {
  width: calc(70% - 20px);
  float: right;
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .video.smallVideo .videoCaption {
    padding-right: 0 !important;
  }
}
.video.smallVideo h5 {
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .video.smallVideo {
    margin-bottom: 30px !important;
  }
}
.video .videoImage {
  margin-bottom: 15px;
}
.video .videoImage img {
  width: 100%;
  height: auto;
}
.video a {
  cursor: pointer;
}
.video h5 {
  margin-bottom: 10px;
}
.video h5 a {
  text-decoration: none;
  color: #E79F21;
}
.video .playVideo {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.3rem;
  line-height: 1.2rem;
  padding-left: 15px;
  color: #2E52AA;
  font-weight: 500;
  background: transparent url("img/iconVideo.svg") no-repeat left 1px;
}
.video .playVideo a {
  text-decoration: none;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .wp-block-columns {
    display: block;
    overflow: hidden;
  }
  .wp-block-columns .wp-block-column {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .wp-block-columns .wp-block-column.extraMobileBottomMargin {
    margin-bottom: 50px;
  }
  .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .wp-block-columns.breakWide, .wp-block-columns.is-style-gutter.breakWide {
    display: block;
  }
  .wp-block-columns.breakWide .wp-block-column, .wp-block-columns.is-style-gutter.breakWide .wp-block-column {
    padding-right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-columns.breakWide .wp-block-column:last-child, .wp-block-columns.is-style-gutter.breakWide .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-columns.breakTablet, .wp-block-columns.is-style-gutter.breakTablet {
    display: block;
  }
  .wp-block-columns.breakTablet .wp-block-column, .wp-block-columns.is-style-gutter.breakTablet .wp-block-column {
    padding-right: 0 !important;
    width: 100%;
    margin-bottom: 40px;
  }
  .wp-block-columns.breakTablet .wp-block-column:last-child, .wp-block-columns.is-style-gutter.breakTablet .wp-block-column:last-child {
    margin-bottom: 0;
  }
}
.wp-block-columns.fill {
  justify-content: center;
  align-items: stretch !important;
  align-content: stretch !important;
}
.wp-block-columns.fill .wp-block-column {
  flex: 1;
  align-self: stretch !important;
  display: flex;
}
.wp-block-columns.inset .wp-block-column {
  padding: 36px 3vw 40px 3vw;
}
@media screen and (max-width: 1300px) {
  .wp-block-columns.inset .wp-block-column {
    padding: 37.5px 25px 37.5px 25px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-columns.inset .wp-block-column {
    padding: 25px 25px 25px 25px;
  }
}
.wp-block-columns.bottomBorder {
  border-bottom: 1px solid #E79F21;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.bottomBorder .wp-block-column {
    margin-bottom: 0 !important;
  }
  .wp-block-columns.bottomBorder .wp-block-column:first-child {
    border-bottom: 1px solid #E79F21;
  }
}
.wp-block-columns.is-style-gutter .wp-block-column {
  padding-right: 30px;
  box-sizing: border-box;
}
.wp-block-columns.is-style-gutter .wp-block-column:last-child.flush {
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.is-style-gutter .wp-block-column:last-child {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-columns.is-style-gutter.bordered {
    display: block;
  }
}
.wp-block-columns.is-style-gutter.bordered .wp-block-column {
  padding-right: 20px !important;
}
.wp-block-columns.is-style-gutter.bordered .wp-block-column:first-child {
  position: relative;
}
.wp-block-columns.is-style-gutter.bordered .wp-block-column:first-child:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #E79F21;
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.is-style-gutter.bordered .wp-block-column:first-child {
    width: 100% !important;
  }
  .wp-block-columns.is-style-gutter.bordered .wp-block-column:first-child:after {
    display: none;
  }
}
.wp-block-columns.inlineBottom {
  margin-bottom: 0 !important;
}

.wp-block-column {
  flex: 1;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

@media screen and (min-width: 1500px) {
  #content .wp-block-group.alignfull#videos .wp-block-columns {
    margin-left: 0 !important;
  }
}

.communiversityStory {
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .communiversityStory .wp-block-image figure {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.wp-block-image {
  display: block;
}
.wp-block-image .alignright {
  float: right;
  width: 100% !important;
  max-width: 450px !important;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.wp-block-image .alignright img {
  width: 100% !important;
  height: auto;
}
.wp-block-image .alignleft {
  width: 100% !important;
  float: left;
  max-width: 450px !important;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.wp-block-image .alignleft img {
  width: 100% !important;
  height: auto;
}

@media screen and (max-width: 600px) {
  .quoteCarousel .wp-block-columns .wp-block-column .wp-block-gande-gutenberg-gande-advimage {
    max-width: 200px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  transition: opacity 0.4s ease-in-out;
}
.slick-slider:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.slick-slider p, .slick-slider h1, .slick-slider h2, .slick-slider h3, .slick-slider h5, .slick-slider h6 {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  transition: opacity 0.4s ease-in-out;
}
.slick-slider p:active, .slick-slider h1:active, .slick-slider h2:active, .slick-slider h3:active, .slick-slider h5:active, .slick-slider h6:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide img {
  display: block;
  padding: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#content .is-style-flush .wp-block-cb-carousel {
  padding: 0 0 0 0;
  padding-right: 0 !important;
}
@media screen and (max-width: 600px) {
  #content .is-style-flush .wp-block-cb-carousel {
    padding: 25px 0 25px 0;
  }
}
#content .is-style-flush .wp-block-cb-carousel.slick-dotted {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 600px) {
  #content .is-style-flush .wp-block-cb-carousel.slick-dotted {
    padding-bottom: 60px !important;
  }
  #content .is-style-flush .wp-block-cb-carousel.slick-dotted .wp-block-cb-slide {
    padding: 0 25px 50px 25px !important;
  }
}
#content .is-style-flush .wp-block-cb-carousel .slick-dots {
  padding-bottom: 0 !important;
  margin-bottom: -20px;
}
#content .is-style-flush .wp-block-cb-carousel .wp-block-cb-slide {
  padding: 40px 50px 40px 50px;
}
@media screen and (max-width: 600px) {
  #content .is-style-flush .wp-block-cb-carousel .wp-block-cb-slide {
    padding: 0 25px 75px 25px;
  }
}

.wp-block-cb-carousel, .wp-block-group__inner-container, .slick-list, .slick-track {
  background-color: inherit;
}

.wp-block-group.alignfull.is-style-flush .wp-block-cb-carousel {
  padding-top: 40px;
}
.wp-block-group.alignfull.is-style-flush .wp-block-cb-carousel .wp-block-cb-slide {
  padding-left: 8vw !important;
}
@media screen and (min-width: 1500px) {
  .wp-block-group.alignfull.is-style-flush .wp-block-cb-carousel .wp-block-cb-slide {
    padding-left: 3vw !important;
  }
}

body {
  counter-reset: carouselCounter;
}

#content .wp-block-cb-carousel {
  position: relative;
  visibility: hidden;
  margin-bottom: 0;
  box-sizing: border-box;
}
#content .wp-block-cb-carousel.videoCarousel {
  padding-left: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
#content .wp-block-cb-carousel.videoCarousel .wp-block-cb-slide {
  padding-left: 0 !important;
  padding-right: 5px !important;
  margin-bottom: 20px !important;
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}
#content .wp-block-cb-carousel.videoCarousel .wp-block-cb-slide:after {
  display: none !important;
}
#content .wp-block-cb-carousel.is-style-counter .wp-block-cb-slide:before {
  counter-increment: carouselCounter;
  content: "0" counter(carouselCounter);
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.65rem;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 40px;
  color: #E79F21;
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  #content .wp-block-cb-carousel.is-style-counter .wp-block-cb-slide:before {
    margin-bottom: 25px;
  }
}
#content .wp-block-cb-carousel.slick-initialized {
  visibility: visible;
}
#content .wp-block-cb-carousel.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#content .wp-block-cb-carousel.cb-padding .wp-block-cb-slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#content .wp-block-cb-carousel .wp-block-cb-slide {
  background-color: inherit;
  position: relative;
}
#content .wp-block-cb-carousel .wp-block-cb-slide:after {
  width: 1px;
  height: 100%;
  display: block;
  content: "";
  background-color: #E79F21;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #content .wp-block-cb-carousel .wp-block-cb-slide:after {
    display: none;
  }
}
#content .wp-block-cb-carousel .wp-block-cb-slide .wp-block-columns {
  margin-left: 0 !important;
}
@media screen and (max-width: 600px) {
  #content .wp-block-cb-carousel .wp-block-cb-slide .wp-block-columns {
    display: block;
  }
  #content .wp-block-cb-carousel .wp-block-cb-slide .wp-block-columns .wp-block-column {
    width: 100% !important;
  }
}
#content .wp-block-cb-carousel .wp-block-cb-slide .video {
  padding-left: 0 !important;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #content .wp-block-cb-carousel .wp-block-cb-slide .video {
    margin-bottom: 60px;
  }
}
#content .wp-block-cb-carousel .slick-dots {
  list-style-type: none !important;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
#content .wp-block-cb-carousel .slick-dots li {
  list-style-type: none !important;
  padding: 0;
  display: inline;
  margin-right: 20px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
#content .wp-block-cb-carousel .slick-dots li.slick-active {
  opacity: 1;
}
#content .wp-block-cb-carousel .slick-dots li.slick-active button {
  background-color: #2E52AA;
}
#content .wp-block-cb-carousel .slick-dots li:hover button {
  background-color: #2E52AA;
}
#content .wp-block-cb-carousel .slick-dots li:last-child {
  margin-right: 0;
}
#content .wp-block-cb-carousel .slick-dots li:before {
  display: none;
}
#content .wp-block-cb-carousel .slick-dots li button {
  cursor: pointer !important;
  width: 15px !important;
  height: 15px !important;
  background-color: #dce8f5;
  border-radius: 100%;
  border: 0;
  color: transparent;
  outline: none !important;
  transition: background-color 0.4s ease-in-out;
  padding-right: 0 !important;
}
#content .wp-block-cb-carousel button.slick-prev, #content .wp-block-cb-carousel button.slick-next {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: calc(50% - 5px) !important;
  height: 40px;
  font-size: 100%;
  font-style: inherit;
  background-color: transparent;
  border: none;
  color: transparent;
  background-color: #2E52AA;
  transition: background-color 0.4s ease-in-out;
  z-index: 10;
  box-sizing: border-box !important;
  cursor: pointer;
}
#content .wp-block-cb-carousel button.slick-prev.slick-prev, #content .wp-block-cb-carousel button.slick-next.slick-prev {
  left: 0px !important;
}
#content .wp-block-cb-carousel button.slick-prev.slick-prev:after, #content .wp-block-cb-carousel button.slick-next.slick-prev:after {
  transform: rotate(180deg);
}
#content .wp-block-cb-carousel button.slick-prev:hover:after, #content .wp-block-cb-carousel button.slick-next:hover:after {
  opacity: 1;
  transform: scale(1.08);
}
#content .wp-block-cb-carousel button.slick-prev:hover.slick-prev:after, #content .wp-block-cb-carousel button.slick-next:hover.slick-prev:after {
  transform: rotate(180deg) scale(1.08) !important;
}
#content .wp-block-cb-carousel button.slick-prev:after, #content .wp-block-cb-carousel button.slick-next:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url("img/iconArrowWhite.svg") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  pointer-events: none;
}
#content .wp-block-cb-carousel button.slick-prev.slick-disabled, #content .wp-block-cb-carousel button.slick-next.slick-disabled {
  background-color: #dce8f5;
}

@media screen and (max-width: 800px) {
  .currentAdvisorColumns .wp-block-column {
    flex-basis: 50% !important;
  }
}
ul {
  transition: opacity 0.4s ease-in-out;
}
ul#currentAdvisors li, ul#mediaGroup li, ul#foundingAdvisors li, ul.foundingTeam li {
  padding-left: 0;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  margin-bottom: 8px !important;
}
ul#currentAdvisors li:before, ul#mediaGroup li:before, ul#foundingAdvisors li:before, ul.foundingTeam li:before {
  display: none;
}
ul#currentAdvisors {
  max-width: 970px !important;
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 800px) {
  ul#currentAdvisors {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  ul#currentAdvisors {
    -moz-column-count: 1;
         column-count: 1;
  }
}
ul#foundingAdvisors {
  -moz-column-count: 2;
       column-count: 2;
}
.partnersList .listImage, .benefactorsList .listImage {
  float: left;
  width: 50%;
  max-width: 650px;
}
.partnersList .listImage img, .benefactorsList .listImage img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.partnersList ul, .benefactorsList ul {
  float: left;
  box-sizing: border-box;
  max-width: 100% !important;
}
.partnersList ul li, .benefactorsList ul li {
  padding-left: 0;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  margin-bottom: 10px !important;
}
.partnersList ul li:before, .benefactorsList ul li:before {
  display: none;
}
.partnersList ul:nth-child(1), .benefactorsList ul:nth-child(1) {
  width: 33%;
  padding-right: 40px;
}
.partnersList ul:nth-child(3), .benefactorsList ul:nth-child(3) {
  padding-right: 40px;
  width: 66% !important;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 800px) {
  .partnersList ul:nth-child(1), .benefactorsList ul:nth-child(1) {
    margin-bottom: 20px;
  }
  .partnersList .listImage, .benefactorsList .listImage {
    max-width: 100%;
    width: calc(100% - 20px);
  }
  .partnersList ul, .partnersList ul:nth-child(3), .benefactorsList ul, .benefactorsList ul:nth-child(3) {
    width: 100% !important;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.readm-more {
  font-weight: 500;
  cursor: pointer;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.curriculumCopy {
  max-width: 680px !important;
}

.curriculumImage {
  max-width: 460px !important;
}
@media screen and (max-width: 600px) {
  .curriculumImage {
    max-width: 100% !important;
  }
}

.portalImage {
  max-width: 1000px;
  box-sizing: border-box;
}

.portalWriteup {
  max-width: 1000px;
}

.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child {
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child {
    padding: 30px !important;
    padding-bottom: 10px !important;
  }
}
.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-child {
  padding: 30px !important;
}
.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-child .wp-block-gande-gutenberg-gande-advimage {
  width: 100%;
  height: auto;
}
.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-child .wp-block-gande-gutenberg-gande-advimage img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 950px) {
  .threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column .imageWrapper {
    max-width: 450px !important;
  }
}
.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column .revealNext + * {
  margin-top: 20px !important;
}
.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column .revealNext + *:last-of-type {
  margin-bottom: 50px !important;
}
.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 {
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  font-weight: 500 !important;
  padding-left: 50px !important;
}
@media screen and (max-width: 950px) {
  .threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column h3 {
    padding-left: 0 !important;
  }
}
.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
  padding-left: 50px !important;
}
@media screen and (max-width: 950px) {
  .threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
    padding-left: 0 !important;
  }
}
.threePoints .wp-block-group__inner-container .wp-block-columns .wp-block-column p:last-of-type {
  margin-bottom: 0px !important;
}

#galleryGrid {
  margin-bottom: 100px;
  background-color: #faf9f5;
}
#galleryGrid button.slick-prev, #galleryGrid button.slick-next {
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: calc(50% - 5px) !important;
  height: 40px;
  font-size: 100%;
  font-style: inherit;
  background-color: transparent;
  border: none;
  color: transparent;
  background-color: #2E52AA;
  transition: background-color 0.4s ease-in-out;
  z-index: 10;
  box-sizing: border-box !important;
  cursor: pointer;
}
#galleryGrid button.slick-prev.slick-prev, #galleryGrid button.slick-next.slick-prev {
  left: 0px !important;
}
#galleryGrid button.slick-prev.slick-prev:after, #galleryGrid button.slick-next.slick-prev:after {
  transform: rotate(180deg);
}
#galleryGrid button.slick-prev:hover:after, #galleryGrid button.slick-next:hover:after {
  opacity: 1;
  transform: scale(1.08);
}
#galleryGrid button.slick-prev:hover.slick-prev:after, #galleryGrid button.slick-next:hover.slick-prev:after {
  transform: rotate(180deg) scale(1.08) !important;
}
#galleryGrid button.slick-prev:after, #galleryGrid button.slick-next:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url("img/iconArrowWhite.svg") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  pointer-events: none;
}
#galleryGrid button.slick-prev.slick-disabled, #galleryGrid button.slick-next.slick-disabled {
  background-color: #dce8f5;
}
#galleryGrid .gridItem {
  height: 50vh !important;
  min-height: 600px;
}
#galleryGrid .gridItem img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100%;
  height: 100%;
}

.bold {
  font-weight: 500;
}

.alertBox {
  display: none;
}

#alertBoxContent {
  max-height: 100% !important;
  padding: 0 !important;
  box-sizing: border-box;
}
#alertBoxContent h3 {
  font-weight: 500;
  color: #2E52AA;
  margin-bottom: 10px;
  padding: 0 30px;
}
#alertBoxContent p {
  padding: 0 30px;
}
#alertBoxContent p.button {
  border: 1px solid #2E52AA;
  margin: 0 30px 10px 30px;
  text-align: center;
  padding: 10px !important;
}
#alertBoxContent p.button a {
  text-decoration: none !important;
  color: #2E52AA;
}
#alertBoxContent p:last-child {
  margin-bottom: 20px !important;
}
#alertBoxContent picture {
  max-width: 500px !important;
  margin-bottom: 20px !important;
}
#alertBoxContent picture img {
  width: 100%;
}

.sidebarWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .sidebarWrapper {
    flex-direction: column;
  }
}
.sidebarWrapper h3 {
  font-weight: 500;
}
.sidebarWrapper .sidebar {
  flex: 1;
  min-width: 210px;
}
.sidebarWrapper .rightContent {
  flex: 5;
}

#homeHeader {
  margin-bottom: 20px;
}
#homeHeader img {
  width: 100%;
  margin-bottom: 0px;
}
#homeHeader .headerContent {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#homeHeader .headerContent .copy {
  flex: 2.5;
}
#homeHeader .wp-block-button {
  margin-bottom: 0;
}
#homeHeader h1 {
  color: #C00000;
  font-weight: 500;
  margin-bottom: 10px;
}
#homeHeader h3 {
  color: #0c2561;
}
#homeHeader .stats {
  min-width: 300px;
  flex: 1;
}
#homeHeader ul li {
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#homeHeader ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#homeHeader ul li:before {
  display: none !important;
}

#homeIntro {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}
#homeIntro img {
  width: 100%;
}
#homeIntro .copy {
  flex: 3;
}
#homeIntro .image {
  flex: 1.5;
  max-width: 500px;
  min-width: 250px;
}
#homeIntro .meet {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#homeIntro .meet > div {
  min-width: 300px;
  flex: 1;
}
#homeIntro .meet h4 {
  margin-bottom: 10px;
  color: #C00000;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}
#homeIntro .meet p {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}

.readMoreContent:not(.active) {
  display: none;
}

.testimonialWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.testimonial {
  min-width: 200px;
  flex: 1;
  padding: 25px;
  background: #FFF0BC;
}
@media screen and (max-width: 500px) {
  .testimonial {
    padding: 20px;
  }
}
.testimonial .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.testimonial .imageWrap {
  flex: 1;
  max-width: 150px;
}
@media screen and (max-width: 600px) {
  .testimonial .imageWrap {
    min-width: 100%;
    max-width: unset;
  }
}
.testimonial .imageWrap img {
  width: 100%;
}
.testimonial .contentWrap {
  flex: 2;
}
.testimonial .studentInlay {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.testimonial .studentInlay img {
  height: auto;
  flex: 1;
  max-width: 100px;
  min-width: 75px;
}
.testimonial .studentInlay .person {
  margin-top: 0;
}
.testimonial .studentInlay > div {
  flex: 2;
}
.testimonial p {
  max-width: 70ch;
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}
.testimonial p.has-l-font-size {
  font-size: clamp(2.1rem, 0.75vw + 1.65rem, 2.7rem);
  line-height: clamp(2.8rem, 1vw + 2.2rem, 3.6rem);
}
.testimonial .readMore {
  font-weight: 500;
  color: #C00000;
}
.testimonial .person {
  margin-top: 50px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .testimonial .person {
    margin-top: 0px;
  }
}
.testimonial .title {
  margin-bottom: 0;
}
.testimonial .title + img {
  margin-top: 20px;
  width: 100%;
  max-width: 150px;
}
.testimonial .tag {
  max-width: unset !important;
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
  font-weight: 500;
  padding: 5px 10px;
  background: #2E52AA;
  color: #ffffff;
}

#homeTopFeaturesWrap {
  background: #f3faef;
  margin-bottom: 20px;
}
#homeTopFeaturesWrap .featureWrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
#homeTopFeaturesWrap .featureWrap p {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}
#homeTopFeaturesWrap .featureWrap p:has(a) {
  font-weight: 500;
}
#homeTopFeaturesWrap .featureWrap .title {
  font-weight: bold;
  color: #2E52AA;
  margin-bottom: 7px;
}
#homeTopFeaturesWrap .readMore {
  background-color: #00b050;
  color: white;
  padding: 4px 10px;
  font-weight: 500;
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
  text-decoration: none;
}
#homeTopFeaturesWrap .feature {
  flex: 0 0 calc(33.3333% - 40px);
}
@media screen and (max-width: 1000px) {
  #homeTopFeaturesWrap .feature {
    flex: 0 0 calc(50% - 40px);
  }
}
@media screen and (max-width: 650px) {
  #homeTopFeaturesWrap .feature {
    flex: 1;
    min-width: 100%;
  }
}
#homeTopFeaturesWrap .testimonialWrap {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  margin-top: 40px;
  padding-top: 40px;
}
#homeTopFeaturesWrap .testimonialWrap .testimonial {
  background-color: transparent;
  padding: 0;
}

#homeProgram {
  background: #FFDCC4;
  margin-bottom: 40px;
}
#homeProgram h3 {
  color: #C00000;
}
#homeProgram .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#homeProgram .flex .imageWrap {
  flex: 1;
}
@media screen and (max-width: 600px) {
  #homeProgram .flex .imageWrap {
    min-width: 100%;
  }
}
#homeProgram .flex .imageWrap img {
  width: 100%;
}
#homeProgram .flex .content {
  flex: 2;
}
#homeProgram .testimonial {
  background-color: #C00000;
  color: white;
}

#homeCurriculum {
  background: #dce8f5;
}
#homeCurriculum p {
  max-width: 60ch;
}
#homeCurriculum .testimonialWrap {
  margin-bottom: 0;
}
#homeCurriculum .testimonialWrap .testimonial {
  background-color: #2E52AA;
  color: white;
}
#homeCurriculum .testimonialWrap .testimonial:first-child {
  flex: 2;
}
#homeCurriculum .testimonialWrap .testimonial .tag {
  background-color: #0c2561;
  color: white;
}
#homeCurriculum .subjectWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#homeCurriculum .subjectWrap .subject {
  flex: 0 0 calc(50% - 20px);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  #homeCurriculum .subjectWrap .subject {
    min-width: 100%;
  }
}
#homeCurriculum .subjectWrap .subjectTitle {
  color: #1c7a85;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  font-weight: 500;
}
#homeCurriculum .subjectWrap p:not(.subjectTitle) {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}
#homeCurriculum img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 600px;
}

#homeWorkshops {
  background: #FFFEEA;
}
#homeWorkshops h3 {
  color: #2E52AA;
}
#homeWorkshops .rightContent > img {
  max-width: 600px;
  margin-bottom: 20px;
  width: 100%;
}

#homeProcess {
  background: #f3faef;
}
#homeProcess h3 {
  color: #0f8152;
}
#homeProcess .rightContent img:first-child {
  width: 100%;
  margin-bottom: 20px;
}
#homeProcess .testimonialWrap {
  margin-top: 20px;
}
#homeProcess .wilco {
  width: 100%;
}

#homePlacement {
  background: #dce8f5;
  margin-bottom: 40px;
}
#homePlacement h3 {
  color: #2E52AA;
}
#homePlacement img {
  width: 100%;
  margin-bottom: 20px;
}
#homePlacement img:last-child {
  max-width: 500px;
  margin-top: 20px;
}
#homePlacement .testimonial {
  margin-bottom: 20px;
}
#homePlacement ul {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 850px) {
  #homePlacement ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#homePlacement ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* prevents breaking inside the li */
  /* vendor prefixes for older browsers: */
  page-break-inside: avoid; /* for printing */
}

#homeOutcomes .flex {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#homeOutcomes .flex .imageWrap {
  flex: 1;
  min-width: 250px;
}
#homeOutcomes .flex .imageWrap img {
  width: 100%;
}
#homeOutcomes .flex .content {
  min-width: 250px;
  flex: 2;
}

#statBoxes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.statBox {
  box-sizing: border-box;
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  background: #dce8f5;
  min-width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 1050px) {
  .statBox {
    min-width: 100%;
    max-width: 100%;
  }
}
.statBox div {
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  text-align: center;
  font-weight: 500;
  color: #C00000;
  margin-bottom: 15px;
}
.statBox p {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
  font-weight: 500;
}
.statBox ul {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}
.statBox ul li {
  padding-left: 15px !important;
  margin-bottom: 5px;
  font-weight: 500;
}

.phase1 {
  margin-bottom: 20px;
  display: flex;
  gap: 40px;
}
.phase1 .content {
  flex: 3;
}
.phase1 .imageWrap {
  flex: 2;
}
.phase1 .imageWrap img {
  width: 100%;
}

.employmentGraph {
  display: block;
  max-width: 600px;
  margin-bottom: 20px;
  width: 100%;
}

#portal {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  #portal {
    flex-direction: column;
  }
}
#portal .contentWrap {
  flex: 2;
}
#portal .contentWrap img {
  width: 100%;
  margin-bottom: 20px;
}
#portal .testimonialOuter {
  flex: 1;
}
#portal .testimonialOuter .flex {
  flex-direction: column;
}

#eperienceHead {
  margin-bottom: 30px;
}
#eperienceHead img {
  width: 100%;
}

#studentRow {
  width: 100%;
}

#thanks {
  margin-bottom: 40px;
  background-color: #f3faef;
  text-align: center;
}
#thanks h3 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #2E52AA;
}
#thanks h4 {
  color: #C00000;
}

#content.why img {
  max-width: 100%;
}
#content.why img.margin {
  margin-bottom: 20px;
}
#content.why img.fullWidth {
  width: 100%;
}

#whyReality {
  background-color: #FFFEEA;
  margin-bottom: 30px;
}
#whyReality h3 {
  color: #E79F21;
}
#whyReality strong {
  color: #C00000;
}
#whyReality ul {
  font-weight: 500;
}

#whyNeeds {
  background-color: #F3F6FF;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #whyNeeds {
    flex-direction: column !important;
    gap: 20px !important;
  }
}
#whyNeeds .sidebar {
  min-width: 320px;
}
@media screen and (max-width: 500px) {
  #whyNeeds .sidebar {
    min-width: unset;
  }
}
#whyNeeds .sidebar h3 {
  font-size: clamp(2.1rem, 0.75vw + 1.65rem, 2.7rem);
  line-height: clamp(2.8rem, 1vw + 2.2rem, 3.6rem);
  color: #C00000;
}
#whyNeeds h3 {
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  color: #0f8152;
}
#whyNeeds p {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}
#whyNeeds p:last-child {
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  font-weight: 500;
  color: #2E52AA;
}
#whyNeeds p:last-child strong {
  font-weight: 600;
  color: #0c2561;
}
#whyNeeds strong {
  font-weight: 500;
}
#whyNeeds .need:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#whyModel .flex {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#whyModel .imageWrap {
  flex: 1;
}
#whyModel .contentWrap {
  flex: 2;
}
#whyModel .contentWrap h3 {
  margin-bottom: 10px;
  font-weight: 500;
  color: #2E52AA;
}
#whyModel .contentWrap h3 strong {
  color: #0f8152;
}
#whyModel .contentWrap h4 {
  font-size: clamp(2.1rem, 0.75vw + 1.65rem, 2.7rem);
  line-height: clamp(2.8rem, 1vw + 2.2rem, 3.6rem);
}
#whyModel .points div {
  flex: 1;
  background-color: #FFF6F1;
  box-sizing: border-box;
  flex: 0 0 calc(25% - 20px);
}
@media screen and (max-width: 1400px) {
  #whyModel .points div {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  #whyModel .points div {
    flex: 0 0 100%;
  }
}
#whyModel .points h5 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-weight: 500;
  max-width: 30ch;
  margin: 0 auto 20px auto;
  color: #C00000;
}
#whyModel .points h5 span {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #C00000;
  color: white;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#whyModel .points p {
  max-width: 50ch;
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}

.model {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  margin-bottom: 20px;
}
.model p {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}

.testimonialWrap.images .flex {
  flex-direction: column;
}
.testimonialWrap.images .flex .imageWrap {
  max-width: 100% !important;
}
.testimonialWrap.images .flex img {
  max-width: 100% !important;
}
.testimonialWrap.images .flex .person {
  margin-top: 1px;
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
  font-weight: 500;
}
.testimonialWrap.images .flex .has-l-font-size {
  font-size: clamp(1.8rem, 0.25vw + 1.65rem, 2rem);
  line-height: clamp(2.5rem, 0.625vw + 2.125rem, 3rem);
}

@media screen and (max-width: 1000px) {
  #whyPartnerships, #whyColleges, #whyZoom, #whyAlumni {
    flex-direction: column !important;
    gap: 20px !important;
  }
}
#whyPartnerships .sidebar, #whyColleges .sidebar, #whyZoom .sidebar, #whyAlumni .sidebar {
  min-width: 320px;
}
@media screen and (max-width: 500px) {
  #whyPartnerships .sidebar, #whyColleges .sidebar, #whyZoom .sidebar, #whyAlumni .sidebar {
    min-width: unset;
  }
}
#whyPartnerships .sidebar h3, #whyColleges .sidebar h3, #whyZoom .sidebar h3, #whyAlumni .sidebar h3 {
  font-size: clamp(2.1rem, 0.75vw + 1.65rem, 2.7rem);
  line-height: clamp(2.8rem, 1vw + 2.2rem, 3.6rem);
}

#whyPartnerships {
  background-color: #f3faef;
}
#whyPartnerships .sidebar h3 {
  color: #2E52AA;
}

#whyColleges {
  background-color: #FFF0BC;
}
#whyColleges .sidebar h3 {
  color: #C00000;
}

#whyZoom {
  background-color: #dce8f5;
}
#whyZoom .sidebar h3 {
  color: #0f8152;
}

#whyAlumni {
  background-color: #f3faef;
}
#whyAlumni .sidebar h3 {
  color: #2E52AA;
}

#whyOutcomes .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  #whyOutcomes .flex {
    flex-direction: column;
  }
}
#whyOutcomes .flex .content {
  flex: 1;
}
#whyOutcomes .flex .graph {
  flex: 1;
}
#whyOutcomes .flex .graph img {
  margin-bottom: 30px;
}

#content.inquiries img {
  width: 100%;
  margin-bottom: 30px;
}
#content.inquiries .flex {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #content.inquiries .flex {
    flex-direction: column;
  }
}
#content.inquiries .flex > div:last-child {
  flex: 1;
}
#content.inquiries ul {
  margin-bottom: 30px;
}

#content.about img {
  width: 100%;
  margin-bottom: 30px;
}
#content.about #aboutIntro {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  #content.about #aboutIntro {
    flex-direction: column;
  }
}
#content.about #aboutCommunities {
  margin-bottom: 30px;
  margin-top: 30px;
}
#content.about #aboutCommunities h3 {
  font-weight: bold;
  color: #C00000;
}
#content.about #aboutCommunities .locationWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#content.about #aboutCommunities .locationWrap img {
  margin-bottom: 15px;
}
#content.about #aboutCommunities .locationWrap p:first-of-type {
  margin-bottom: 5px;
}
#content.about #aboutCommunities .locationWrap > div {
  box-sizing: border-box;
  flex: 1;
  padding: 15px !important;
}
@media screen and (max-width: 900px) {
  #content.about #aboutCommunities .locationWrap > div:not(.tokai) {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  #content.about #aboutCommunities .locationWrap > div:not(.tokai) {
    min-width: 100%;
  }
}
#content.about #aboutCommunities .locationWrap .tokai {
  min-width: 100%;
}
#content.about #benefactors h3 {
  font-weight: bold;
  color: #C00000;
}
#content.about #benefactors p {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}
#content.about #benefactors h4 {
  color: #0f8152;
  font-weight: 500;
}
#content.about #benefactors ul {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  -moz-column-count: 3;
       column-count: 3;
  gap: 30px;
  max-width: 100% !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #content.about #benefactors ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  #content.about #benefactors ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
#content.about #benefactors ul.old {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}
#content.about #benefactors ul.new {
  font-weight: bold;
}
#content.about #benefactors ul li {
  padding: 0 0 5px 0 !important;
  margin: 0 !important;
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* prevents breaking inside the li */
  /* vendor prefixes for older browsers: */
  page-break-inside: avoid; /* for printing */
}
#content.about #benefactors ul li:before {
  display: none !important;
}
#content.about .finances {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #content.about .finances {
    flex-direction: column;
  }
}
#content.about .finances .imageWrap {
  flex: 1;
}
#content.about .finances .copy {
  flex: 2;
}
#content.about .finances ul {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
}

#content.team img {
  width: 100%;
  margin-bottom: 30px;
}
#content.team h4 {
  margin-bottom: 5px;
  color: #C00000;
  font-weight: bold;
}
#content.team h5 {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
  color: #2E52AA;
  margin-bottom: 30px;
}
#content.team ul {
  font-size: clamp(1.2rem, 0.125vw + 1.125rem, 1.3rem);
  line-height: clamp(1.7rem, 0.25vw + 1.55rem, 1.9rem);
}
#content.team ul li {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}
#content.team ul li:before {
  display: none !important;
}
#content.team ul span {
  display: block;
  opacity: 0.5;
}
#content.team #managingTeam {
  margin-bottom: 30px;
}
#content.team #managingTeam h3 {
  color: #E79F21;
  font-weight: bold;
}
#content.team #wholeTeam {
  margin-bottom: 30px;
}
#content.team .teamList {
  flex: 3;
}
#content.team .teamList ul {
  max-width: unset;
  -moz-column-count: 3;
       column-count: 3;
  gap: 20px;
}
@media screen and (max-width: 1050px) {
  #content.team .teamList ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 650px) {
  #content.team .teamList ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#content.team .teamList ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* prevents breaking inside the li */
  /* vendor prefixes for older browsers: */
  page-break-inside: avoid; /* for printing */
}
#content.team .campusList {
  background-color: #f3faef;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
}
#content.team .campusList h4 {
  font-size: clamp(1.4rem, 0.25vw + 1.25rem, 1.6rem);
  line-height: clamp(2rem, 0.625vw + 1.625rem, 2.5rem);
  color: #0f8152;
}
#content.team .campusList .location {
  box-sizing: border-box;
  flex: 0 0 calc(25% - 30px);
}
@media screen and (max-width: 1200px) {
  #content.team .campusList .location {
    flex: 0 0 calc(50% - 30px);
  }
}
@media screen and (max-width: 650px) {
  #content.team .campusList .location {
    flex: 1;
    min-width: 100%;
  }
}
#content.team #otherPartners {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  #content.team #otherPartners {
    flex-direction: column;
  }
}
#content.team #otherPartners > div {
  flex: 1;
}
#content.team #otherPartners .board {
  flex: 3;
}
#content.team #otherPartners ul {
  margin-bottom: 30px;
}
#content.team #otherPartners .professionals {
  flex: 2;
}
#cofoundingteam {
  background-color: #FFFEEA;
}
#cofoundingteam h3 {
  font-weight: bold;
  color: #2E52AA;
}
#cofoundingteam h4 {
  color: #0f8152 !important;
}
#cofoundingteam ul {
  max-width: unset;
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 1050px) {
  #cofoundingteam ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 650px) {
  #cofoundingteam ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#cofoundingteam ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* prevents breaking inside the li */
  /* vendor prefixes for older browsers: */
  page-break-inside: avoid; /* for printing */
}

#morePartners {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
  background-color: #F3F6FF;
}
@media screen and (max-width: 1000px) {
  #morePartners {
    flex-direction: column;
  }
}
#morePartners .partners {
  flex: 2;
}
#morePartners .partners ul {
  -moz-column-count: 2;
       column-count: 2;
  max-width: unset;
}
@media screen and (max-width: 1050px) {
  #morePartners .partners ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#morePartners .partners ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* prevents breaking inside the li */
  /* vendor prefixes for older browsers: */
  page-break-inside: avoid; /* for printing */
}
#morePartners .media {
  flex: 1;
}
