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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

body {
  background-color: #f5f3f0;
  font-family: kings-caslon, sans-serif;
  color: #202023;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.6px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

h6 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

p {
  margin-bottom: 10px;
  -webkit-column-count: auto;
  column-count: auto;
}

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

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #fc987a;
  font-size: 18px;
  line-height: 22px;
}

.body {
  font-family: kings-caslon, sans-serif;
  color: #202023;
}

.heading {
  letter-spacing: -0.5px;
}

.display {
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.8px;
}

.display.secondary {
  font-family: aktiv-grotesk-extended, sans-serif;
}

.display.secondary.text-white.mt0 {
  margin-top: 0px;
}

.secondary {
  font-family: aktiv-grotesk-extended, sans-serif;
}

.secondary.text-uppercase {
  text-transform: uppercase;
}

.secondary.title-box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5f3f0;
  font-size: 20px;
  line-height: 25px;
}

.secondary.text-white.text-55 {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -0.6px;
}

.secondary._15 {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.secondary.mb-20 {
  margin-bottom: 20px;
}

.secondary.text-center.mt-0.smaller.home-top {
  margin-bottom: 20px;
}

.secondary.mt-5 {
  margin-top: 5px;
}

.secondary.mt-5.mb-5 {
  margin-bottom: 0px;
}

.secondary.mt-5.mb-event {
  margin-bottom: 70px;
}

.secondary.mt-0 {
  margin-top: 0px;
}

.secondary.mt-0.mb-10 {
  margin-bottom: 10px;
}

.secondary.wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-large {
  font-size: 20px;
  line-height: 30px;
}

.body-large._22 {
  width: 555px;
  margin-bottom: 35px;
  font-size: 22px;
}

.body-large._22.text-white.mbless {
  margin-bottom: 15px;
}

.body-large.size-22 {
  font-size: 22px;
}

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

.text-center.text-white {
  color: #fff;
}

.text-center.secondary._16 {
  font-size: 16px;
}

.text-center.secondary._16.campaign {
  margin-top: 50px;
}

.text-center.mb-20.mt-0 {
  margin-top: 0px;
}

.text-center.mb-20.mt-5 {
  margin-top: 5px;
}

.text-center.mb-20.mt-5.max-900 {
  width: 900px;
  max-width: 95vw;
  margin-right: auto;
  margin-left: auto;
}

.text-center._w-560 {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.text-center.mt-0 {
  margin-top: 0px;
}

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

.large-container {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.large-container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.large-container.flex.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.large-container.flex.space-between.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #201e6b;
}

.nav-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #201e6b;
}

.cta {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta.text-center {
  background-color: #fff;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  width: 40px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f3f0;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  width: 40px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f3f0;
}

.navbar-animated {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #201e6b;
}

.nav-work {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.nav-contact {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  width: 40px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f3f0;
}

.nav-button-animated {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 900;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
}

.nav-button-animated.w--open {
  background-color: transparent;
}

.nav-home {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
}

.nav-home:hover {
  color: #3e7ac1;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.full-screen-menu-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #201e6b;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container {
  display: block;
  width: 1131px;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.header-logo-link {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 207px;
  padding-top: 107px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #201e6b;
}

.hero-small.room-bottom {
  height: 400px;
  padding-top: 160px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-small.no-bg {
  min-height: 221px;
  padding-top: 140px;
  background-color: transparent;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #f5f3f0;
  font-size: 55px;
  text-align: center;
}

.hero-title.text-black {
  color: #202023;
}

.on-page-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 107px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #3837bc;
  text-align: center;
}

.on-page-nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #f5f3f0;
  font-size: 15px;
  line-height: 64px;
  font-weight: 700;
  text-decoration: none;
}

.on-page-nav-link:hover {
  border-bottom-color: #f5f3f0;
}

.on-page-nav-link.w--current {
  border-bottom-color: #fff;
}

.section {
  height: 200vh;
}

.main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main.svg {
  background-image: url('../images/Texture_2.svg');
  background-position: 100% 27%;
  background-size: 36vw;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.main.svg.mt {
  margin-top: 90px;
}

.main.svg-bottom {
  background-image: url('../images/Texture_1.svg');
  background-position: 115% 89%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.main.svg-bottom.move-up {
  background-image: url('../images/Texture_2.svg');
  background-position: 100% 21%;
  background-size: 400px;
}

.main.svgtop {
  background-image: url('../images/value_svg.svg');
  background-position: 100% 40px;
  background-size: 500px;
  background-repeat: no-repeat;
}

.main.padding-mobile-20.about-svg {
  margin-top: 100px;
  padding-bottom: 90px;
  background-image: url('../images/about-svg.svg');
  background-position: 0px 82vh;
  background-size: 40vw;
  background-repeat: no-repeat;
}

.main.pbless {
  padding-bottom: 30px;
}

.main.position {
  padding-top: 170px;
  background-image: url('../images/value_svg.svg');
  background-position: 100% 90%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.people-section {
  width: 1130px;
  max-width: 90vw;
  margin: -200px auto 60px;
  padding-top: 200px;
}

.people-section.one {
  margin-top: 0px;
  padding-top: 0px;
}

.title-box {
  background-color: #3837bc;
}

.content-box {
  padding: 55px 50px 20px;
  background-color: #fff;
}

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.person.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.person.hover {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.person.hover:hover {
  opacity: 0.7;
}

.image {
  width: 45%;
  margin-right: 40px;
}

.people-meta {
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #202023;
}

.people-meta.no-border {
  border-bottom-style: none;
}

.accent-13 {
  margin-bottom: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.accent-13.no-border {
  border-bottom-style: none;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.submit-button {
  width: 200px;
  height: 55px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #202023;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #202023;
  color: #f5f3f0;
}

.text-field {
  width: 345px;
  height: 55px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #202023;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.text-field:focus {
  border-top: 1px none #000;
  border-left: 1px none #000;
  border-right-style: none;
  border-bottom-color: #201e6b;
}

.cta-heading {
  max-width: 745px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.footer {
  padding: 30px 20px;
  background-color: #201e6b;
}

.text-white {
  color: #fff;
  -webkit-column-count: 0;
  column-count: 0;
}

.text-white.footer-link {
  margin-bottom: 5px;
}

.text-white.mt-10 {
  margin-top: 10px;
}

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

.footer-subtext {
  margin-top: 15px;
  opacity: 0.4;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to-top {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.back-to-top:hover {
  opacity: 0.7;
}

.footer-social-link {
  height: 24px;
  margin-left: 15px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 1;
}

.nav-link {
  bottom: -10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
 /*font-size: 36px;
  line-height: 40px;*/
  font-size: 30px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.nav-link:hover {
  border-bottom: 2px solid #cae5d1;
  color: #cae5d1;
}

.nav-link.w--current {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px 15px;
  border: 1px solid #f7f4f0;
  color: #fff;
  text-align: center;
}

.nav-link.in {
  bottom: 0px;
  opacity: 1;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.social:hover {
  border-color: #cae5d1;
  background-color: #cae5d1;
  color: #201e6b;
}

.social.on-page {
  width: 70px;
  height: 70px;
  border-color: #202023;
  color: #202023;
  font-size: 26px;
}

.social-container {
  position: relative;
  top: 10vh;
  display: block;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-container._0 {
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-container._0.mb-0 {
  margin-bottom: 0px;
}

.social-container._0.jd {
  margin-bottom: 0px;
}

.social-container.in {
  opacity: 1;
}

.social-container.navsocial {
  opacity: 0;
}

.social-container.navsocial.in {
  opacity: 1;
}

.hero-two-up {
  position: relative;
  max-width: 1000px;
  margin-top: 207px;
  margin-right: auto;
  margin-left: auto;
}

.image-container {
  background-image: url('../images/hero-single.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-container.h-550 {
  height: 100%;
  min-height: 650px;
}

.image-container.fellowship-single-image-container {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-container.fellowship-single-image-container.parallax-image-container.mob {
  background-image: none;
}

.image-container._w-900 {
  width: 900px;
}

.image-container._w-900.h-435 {
  height: 435px;
}

.image-container._w-900.h-435.hero-image {
  max-width: 95vw;
  margin-top: -150px;
  margin-right: auto;
  margin-left: auto;
}

.image-container._w-900.h-435.hero-image.ns_hero {
  width: 1130px;
  height: 490px;
  background-image: url('../images/ns_hero.jpg');
}

.image-container._w-900.h-490 {
  height: 490px;
}

.image-container._w-900.h-490.event-hero {
  max-width: 95vw;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-image: url('../images/event2.jpg');
}

.image-container.ns-intro-image {
  height: 550px;
}

.image-container.ns-single-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 219px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Rectangle_1.jpg');
}

.image-container.alumni-image {
  width: 329px;
  height: 381px;
  margin-right: 60px;
  background-image: url('../images/person.jpg');
}

.image-container.value-hero-image {
  width: 670px;
  height: 670px;
  max-height: 70vh;
  max-width: 100%;
  background-image: none;
}

.image-container.value-image {
  position: relative;
  width: 1100px;
  height: 460px;
  max-width: 90vw;
  margin: 40px auto 50px;
  background-image: url('../images/value_intro.jpg');
}

.image-container.home-column-image {
  width: 500px;
  height: 633px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
}

.image-container.tab-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 32vw;
  height: 100%;
}

.image-container.tab-image.parallax-image-container {
  background-image: none;
}

.image-container.event-image {
  width: 50%;
  height: 400px;
}

.image-container.event-image.parallax-image-container {
  background-image: none;
}

.image-container.news-thumbnail {
  height: 190px;
  margin-bottom: 20px;
}

.image-container.main-news {
  width: 55%;
  height: 100%;
  max-width: 670px;
}

.image-container._1100-container.about-image {
  height: 500px;
  margin-top: 40px;
  background-image: url('../images/about-hero.jpg');
}

.image-container.absolute-container {
  position: absolute;
  left: 0px;
  top: 5%;
  width: 590px;
  height: 90%;
  max-width: 45%;
}

.image-container.article-image-top {
  position: relative;
  height: 520px;
  margin-top: -320px;
}

.image-container.article-image-top._900-container {
  height: 459px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #201e6b;
}

.plr-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.column {
  padding: 40px;
}

.div-block-2 {
  position: relative;
  z-index: -9;
  height: 550px;
  margin-top: -430px;
  background-color: #e1f0f4;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url('../images/foundation_svg.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.fellowship-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fellowship-single-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 545px;
  height: 600px;
  max-width: 49vw;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #201e6b;
}

.fellowship-single-right {
  width: 589px;
  max-width: 49vw;
  min-height: 623px;
  margin-top: 22px;
  padding: 50px 60px;
  background-color: #fff;
}

.learn-more-button {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 2px solid #cae5d1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}

.learn-more-button:hover {
  border-bottom-color: #201e6b;
  color: #201e6b;
}

.learn-more-button.smaller {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-more-button.smaller.left {
  margin-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.icon {
  margin-left: 6px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20.secondary.mt-0 {
  margin-top: 0px;
}

.mb-20.mw-476 {
  max-width: 476px;
}

._900-container {
  width: 900px;
  max-width: 95vw;
  margin-right: auto;
  margin-left: auto;
}

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

._900-container.mt {
  margin-top: 40px;
}

.single-page-columns {
  margin-top: 60px;
  margin-bottom: 60px;
}

.single-page-columns.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  background-image: url('../images/Texture-Copy-2_1.svg');
  background-position: 122% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section-3.ns-svg {
  margin-bottom: 30px;
  background-image: url('../images/Fill-1.svg');
  background-position: 0px 58%;
  background-size: 50vw;
}

.map-container {
  padding: 30px 20px;
  background-color: #fff;
}

.map {
  height: 345px;
  margin-top: 20px;
}

.pl-0 {
  padding-right: 60px;
  padding-left: 0px;
}

.pl-0.pr-high {
  padding-right: 62px;
}

.pr-0 {
  padding-right: 0px;
}

._20-spacer {
  height: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 68vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: 108px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section-4 {
  padding-top: 130px;
  padding-bottom: 60px;
}

.section-4.svg {
  margin-top: 100px;
  background-image: url('../images/Texture.svg');
  background-position: 100% 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-4.svg.contact-hero {
  padding-top: 30px;
}

.section-4.fellowship-app-svg {
  padding-top: 40px;
  background-image: url('../images/Texture-Copy.svg');
  background-position: 0px 40px;
  background-size: 25vw;
  background-repeat: no-repeat;
}

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

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

.form-container {
  width: 915px;
  max-width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 100px;
  background-color: #fff;
}

._16 {
  font-size: 16px;
}

.ns-container {
  text-align: center;
}

.ns-container.style-links-inside {
  margin-top: 45px;
}

._w-640 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

._w-640.text-center {
  max-width: 675px;
}

._w-640.text-center.form-copy-animate.mb25 {
  margin-bottom: 50px;
}

.nav-copyright {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-social {
  margin-left: 15px;
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 23px;
  text-decoration: none;
}

.footer-social:hover {
  opacity: 1;
}

.sign-up {
  width: 175px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sign-up:hover {
  opacity: 0.7;
}

.sign-up.mawrgin {
  margin-top: 15px;
  padding-bottom: 15px;
}

.sign-up.mawrgin.mt0 {
  margin-top: 0px;
}

.open-positions-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px none #202020;
  border-bottom: 1px solid #202020;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3.event-column-3 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.location {
  display: block;
  margin-top: 5px;
  color: #202023;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.location.no-link.date.text-uppercase {
  margin-top: 10px;
  text-transform: uppercase;
}

.date {
  color: #202023;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.date.text-center.text-uppercase {
  text-transform: uppercase;
}

.date.text-uppercase {
  text-transform: uppercase;
}

.date.text-uppercase.article-page-date {
  margin-top: -26px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  white-space: nowrap;
}

.learn-more {
  width: 200px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.learn-more:hover {
  opacity: 0.7;
}

.learn-more.event-learn-more {
  width: 175px;
  margin-top: 20px;
}

.learn-more.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.learn-more.mb-20.mt-xl {
  margin-top: 20px;
}

.learn-more.mb-20.mt-xl.show-mobile {
  display: none;
}

.learn-more.mb-20.mt-xl.cs-b {
  margin-top: 10px;
  margin-bottom: 0px;
}

.learn-more.mb-20.mt-xl.smaller {
  width: 170px;
}

.learn-more.mb-20.mt-xl.smaller.mb-0 {
  margin-bottom: 0px;
}

.open-positions-item-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-more-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filters-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.filters-wrapper.animate-list-item.mt-less {
  margin-top: 40px;
}

.filters-wrapper.fade-in-delay.margin-top-less {
  margin-top: 30px;
}

.filters-wrapper.margin-top-less {
  margin-top: 30px;
}

.filters-wrapper.mt-less {
  margin-top: 40px;
}

.positions {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.select-field {
  width: 193px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  color: #202023;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.form-block {
  margin-bottom: 0px;
}

.image-3 {
  width: 100%;
  max-width: 330px;
}

.div-block-5 {
  margin-left: 40px;
}

.div-block-5.event-meta-div {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.position-image {
  width: 330px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Rectangle.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.position-image.event-image {
  height: 262px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.map-container-2 {
  padding: 30px 20px;
  background-color: #fff;
}

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

.no-link.category {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.no-link.category.article-page-category {
  margin-bottom: 10px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.job-description-section {
  margin-bottom: 30px;
}

.hero-small-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #201e6b;
}

.hero-small-2.room-bottom {
  height: 275px;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-title-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #f5f3f0;
  font-size: 55px;
}

.social-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.social-2:hover {
  border-color: #cae5d1;
  background-color: #cae5d1;
  color: #201e6b;
}

.social-2.on-page {
  width: 70px;
  height: 70px;
  border-color: #202023;
  color: #202023;
  font-size: 26px;
}

.sign-up-2 {
  width: 175px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sign-up-2:hover {
  opacity: 0.7;
}

._1100-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1130px;
  max-width: 95vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._1100-container.block {
  display: block;
}

._1100-container.block.about-intro {
  margin-top: 80px;
  margin-bottom: 80px;
}

._1100-container.block.article-body {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #fff;
}

._1100-container.h-100 {
  height: 100%;
}

._1100-container.flex-right {
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.national-society {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

._w-476 {
  max-width: 476px;
  margin-right: auto;
  margin-left: auto;
}

._w-476.wider {
  max-width: 600px;
}

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

.image-4 {
  width: 160px;
  height: 160px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #201e6b;
}

.ns-name {
  margin-bottom: 0px;
}

.grid-2 {
  margin-top: 30px;
  margin-bottom: 0px;
  grid-column-gap: 23px;
  grid-row-gap: 33px;
}

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

.section-5.home-svg {
  background-image: url('../images/home-middle.svg'), url('../images/home-top-svg.svg');
  background-position: 0px 45%, 0px 0px;
  background-size: 200px, 34vw;
  background-repeat: no-repeat, no-repeat;
}

.pagination-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  display: none;
}

.event-gallery {
  margin-bottom: 50px;
}

.event-gallery-grid {
  margin-top: 20px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-gallery {
  height: 275px;
  background-image: url('../images/person.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs.speaker {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tabs-menu {
  width: 35vw;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tabs-content {
  max-width: 70vw;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.tab:hover {
  opacity: 0.7;
}

.tab.w--current {
  display: none;
}

.meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta.current {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-person-image {
  width: 125px;
  height: 125px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: url('../images/person.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.event-person-title {
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.event-person-bio {
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.value-hero {
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #201e6b;
}

.image-citation {
  position: relative;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 557px;
  min-height: 65px;
  margin-left: auto;
  padding: 10px 20px;
  clear: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid #fc987a;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.image-citation.simple {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-style: none;
  background-color: #f5f3f0;
  color: #202023;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.2px;
}

.image-citation.simple.white-bg {
  background-color: #fff;
}

.image-citation.simple.blue-bg {
  background-color: #201e6b;
  color: #fff;
}

.image-citation.simple.lb-bg {
  background-color: #e1f0f4;
}

.image-citation.simple.lb-bg.no-padding.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-citation.simple.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.image-citation.simple.no-padding-left {
  padding-left: 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  margin-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  width: 45vw;
  max-width: 575px;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 75px;
  right: 0%;
  bottom: 0%;
  margin: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.image-5:hover {
  opacity: 0.7;
}

.lightbox-link {
  position: relative;
  width: 100%;
}

.tabs-menu-link {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 0px;
  border: 4px none #f1eeff;
  background-color: transparent;
  opacity: 0.3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
}

.tabs-menu-link:hover {
  opacity: 1;
}

.tabs-menu-link.w--current {
  background-color: transparent;
  opacity: 1;
}

.image-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10vw;
  height: 10vw;
  max-height: 150px;
  max-width: 150px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-this-is-copied-to-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.tabs-dynamic-list {
  width: 100%;
  height: 100%;
}

.tabs-pane {
  min-height: 400px;
}

.tabs-dynamic-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.tabs-dynamic-wrapper.hide {
  display: none;
}

.tabs-dynamic-item {
  width: 100%;
  height: 100%;
}

.name {
  font-size: 20px;
  line-height: 1.2;
}

.name.slider-large {
  font-size: 50px;
}

.name.tab-name {
  display: none;
  font-size: 50px;
}

.tab-inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 700;
}

.services.slider-large {
  font-size: 20px;
}

.tabs-content-2 {
  border: 4px solid #f1eeff;
}

.tabs-menu {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.tabs-menu.home-menu {
  width: 285px;
}

.div-block-9 {
  position: relative;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10.mt-0 {
  margin-top: 0px;
}

.heading-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.section-6 {
  background-color: #fff;
}

.section-6.padding {
  padding-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.6);
}

.collection-list-wrapper-2 {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 50px auto;
  grid-template-rows: auto auto;
}

.collection-list.home {
  padding-top: 35px;
  padding-bottom: 35px;
  grid-row-gap: 0px;
  border-top: 1px solid #202023;
  border-bottom: 1px solid #202023;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

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

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-2:hover {
  opacity: 0.7;
}

.link-block-2.left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-5 {
  margin-top: 6px;
  margin-bottom: 25px;
  font-size: 16px;
}

.heading-5.mt-0 {
  margin-top: 0px;
}

.section-7 {
  height: 600px;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url('../images/Hero.jpg');
  background-position: 100% 50%;
  background-size: 39vw 100%;
  background-repeat: no-repeat;
}

.div-block-13 {
  width: 45%;
  padding-right: 40px;
}

.hide {
  display: none;
}

.fellowship-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 673px;
  height: 750px;
  padding-right: 45px;
  padding-left: 190px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.slide-background {
  position: relative;
  width: 60vw;
  height: 850px;
  float: right;
  background-color: #fcc2b4;
}

.slide {
  height: 100%;
}

.mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-color: rgba(32, 32, 35, 0.5);
}

.slider {
  display: none;
  width: 90vw;
  height: 100%;
  float: right;
  background-color: transparent;
}

.image-in-bg {
  width: 82%;
  height: 100%;
  background-image: url('../images/value_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.top-image {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: 0%;
  width: 400px;
  height: 75%;
  background-image: url('../images/Rectangle.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-content {
  position: absolute;
  left: 175px;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 99;
  overflow: hidden;
  width: 500px;
  height: 575px;
  margin-top: 100px;
  background-color: transparent;
}

.arrow {
  left: 175px;
  top: 740px;
  right: auto;
  bottom: auto;
  width: 42px;
  height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #201e6b;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow.right {
  left: 235px;
}

.icon-2 {
  color: #201e6b;
  font-size: 16px;
}

.div-block-14 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #201e6b;
}

.div-block-15 {
  margin-top: 100px;
  margin-bottom: 120px;
}

.article-hero-bottom {
  height: 500px;
  background-color: #201e6b;
}

.inner-image {
  background-color: #fff;
}

.inner-image._1100-container {
  height: 100%;
  background-image: url('../images/article-hero-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.article-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15%;
  font-size: 45px;
  line-height: 50px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-16 {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #202023;
}

.div-block-17 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-body {
  margin-bottom: 35px;
}

.div-block-18 {
  width: 45%;
  max-width: 443px;
  min-height: 400px;
  margin-right: 40px;
  background-image: url('../images/person.jpg');
  background-position: 50% 5%;
  background-size: cover;
}

.fellowships-copy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fellowships-copy.sub {
  width: 50%;
}

.fell-app-intro {
  width: 564px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.apply {
  width: 175px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.apply:hover {
  opacity: 0.7;
}

.white {
  padding-top: 20px;
  background-color: #fff;
}

.image-6 {
  width: 100%;
}

.map-2 {
  height: 300px;
  margin-top: 20px;
}

.pagination-2 {
  display: block;
}

.success-message {
  background-color: transparent;
}

.text-block {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
}

.image-7 {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-19 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  z-index: 3;
  overflow: visible;
  width: 500px;
  height: 70%;
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  background-color: transparent;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-color: #e1f0f4;
}

.div-block-22.no-bg {
  background-image: none;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  overflow: hidden;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60px;
}

.div-block-25 {
  position: absolute;
  right: -31%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: #fff;
}

.text-block-2 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 100px;
  font-weight: 100;
}

.link-block-3 {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  font-style: normal;
  text-decoration: none;
}

.div-block-27 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-color: #f5f3f0;
}

.div-block-28 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  text-decoration: none;
}

.icon-3 {
  background-color: transparent;
}

.text-block-4 {
  position: static;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.div-block-29 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 60px;
  background-color: #1d1d1d;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-2 {
  height: 800px;
  margin-top: 40px;
  background-color: transparent;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 100px;
  font-weight: 900;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  max-width: 56%;
  margin-left: 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-32 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
}

.image-8 {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  background-image: url('../images/06.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 100px;
  bottom: 0%;
  height: 60px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 10px;
}

.div-block-33 {
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.text-block-6 {
  position: static;
  margin-bottom: 35px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  white-space: nowrap;
}

.text-block-3 {
  position: relative;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hack6-loading-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hack6-gif {
  width: 320px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-indicator {
  position: relative;
  z-index: 25;
  width: 40%;
  height: 2px;
  max-width: 250px;
  background-color: rgba(192, 192, 211, 0.2);
}

.prloader-fill {
  width: 20%;
  height: 100%;
  background-color: #081c3a;
}

.preloader-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 50%;
  background-color: #fff;
}

.preloader-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50%;
  background-color: #fff;
}

.text-field-2 {
  display: none;
}

.background-video {
  height: 90vh;
}

.home-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
}

.fade-in-up.secondary.smaller.mbbeta {
  margin-bottom: 20px;
}

.fade-in-up.mbbeta {
  margin-bottom: 20px;
}

.preload {
  position: fixed;
  top: 0px;
  z-index: 999999999999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #f5f3f0;
  opacity: 1;
}

.div-block-35 {
  position: relative;
}

.collection-list-wrapper-3 {
  margin-top: 40px;
}

.div-block-36 {
  margin-top: 105px;
  text-align: center;
}

.heading-8 {
  font-size: 36px;
  line-height: 40px;
}

.button-hide {
  display: none;
}

.image-caption-container {
  position: static;
  width: 1130px;
  max-width: 95vw;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
}

.video {
  display: none;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(32, 32, 35, 0.8);
  opacity: 1;
}

.container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #f5f3f0;
  font-size: 24px;
  text-decoration: none;
}

.close:hover {
  opacity: 0.7;
}

.block-quote {
  border-left-color: #fc987a;
}

.block-quote-2 {
  border-left-color: #fc987a;
}

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

.text-span {
  width: 53%;
  text-align: right;
}

.pagination-3 {
  display: none;
}

.heroimg {
  display: none;
}

.hero-slide {
  height: 100%;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(15, 19, 38, 0.55);
}

.overlay.light {
  background-color: rgba(15, 19, 38, 0.35);
}

.video-button-waves {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 27;
  display: none;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.video-button-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.grid-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.xxl-heading {
  font-size: 68px;
  line-height: 1.1em;
}

.slider-arrow-icon {
  width: 16px;
}

.video-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  background-color: rgba(192, 192, 211, 0.2);
}

.hero-collection-wrapper {
  height: 100%;
}

.wave-one {
  width: 88%;
  height: 88%;
  border-radius: 100%;
  background-color: rgba(192, 192, 211, 0.2);
}

.video-hover-button {
  position: relative;
  z-index: 35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.3);
  border-radius: 100%;
  cursor: pointer;
}

.horizontal-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(192, 192, 211, 0.2);
}

.subtitle {
  font-size: 11px;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subtitle.white {
  color: #fff;
}

.home-hero-intro {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  max-width: 550px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-slider-mask {
  overflow: visible;
}

.video-icon {
  -webkit-filter: none;
  filter: none;
}

.hero-slide-arrow {
  left: auto;
  top: auto;
  right: 360px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2) hsla(0, 0%, 100%, 0.6) hsla(0, 0%, 100%, 0.6);
  border-radius: 0px;
  background-color: #fff;
}

.hero-slide-arrow.left {
  bottom: 70px;
  border-top-style: none;
  border-top-left-radius: 5px;
}

.sbutton {
  display: inline-block;
  min-width: 175px;
  margin-top: 15px;
  padding: 7px 0px 7px 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 20px;
  background-color: #cae5d1;
  background-image: url('../images/button.png');
  background-position: 5px 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  font-family: aktiv-grotesk, sans-serif;
  color: #202023;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sbutton:hover {
  opacity: 0.7;
}

.sbutton.white {
  background-color: #fff;
  color: #081c3a;
}

.sbutton.white:hover {
  background-color: #e6e6f3;
  color: #081c3a;
}

.home-hero-title {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-video-button {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-top: -36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 100%;
}

.home-hero-content {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 92px;
  padding-bottom: 152px;
  padding-left: 80px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 360px;
  grid-template-columns: 1fr 360px;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  color: #fff;
}

.wave-two {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(192, 192, 211, 0.2);
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.video-button-verlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
  background-color: rgba(15, 19, 38, 0.59);
}

.subtitle-intro-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-slider {
  height: 100%;
  background-color: transparent;
}

.button-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 300px;
  height: 300px;
  min-height: 300px;
  min-width: 300px;
}

.slide-nav-2 {
  display: block;
}

.slider-3 {
  height: 100vh;
}

.slide-2 {
  background-color: #201e6b;
}

.home-hero-meta {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-38 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/maldives-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.arrows {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrows:hover {
  color: #3837bc;
}

.icons {
  margin-right: 12px;
  margin-left: 12px;
}

.icons.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fellowship-fellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.fellowship-fellow-image {
  max-width: 245px;
  min-width: 245px;
  padding-right: 1rem;
}

.image-10 {
  height: auto;
}

.fellowship-fellow-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-9 {
  margin-bottom: 25px;
}

.rich-text-block-2 {
  width: 60%;
  margin-top: 25px;
}

.button-2 {
  display: block;
  margin-top: 10px;
}

.button-2.wp-block-button__link {
  display: inline;
}

.button-2.wp-block-button__link.center {
  margin-right: auto;
  margin-left: auto;
}

.button-2.wp-block-button__link.get-tickets {
  display: inline-block;
  margin-top: 15px;
}

.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-39 {
  position: relative;
  display: block;
  overflow: scroll;
  width: 700px;
  max-height: 90vh;
  max-width: 90%;
  padding: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 5px 1px;
  border-color: #201e6b #e5e5e5;
  background-color: #fff;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 35px;
  font-weight: 700;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.paragraph-7 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button-3 {
  position: absolute;
  left: auto;
  top: 5px;
  right: 0%;
  bottom: auto;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #000;
  font-size: 18px;
}

.button-3:hover {
  color: #201e6b;
}

.popup-info {
  display: none;
}

.slider-title {
  margin-top: 0px;
  color: #f5f3f0;
}

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

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

.text-span-2 {
  display: block;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 12px;
}

@media screen and (min-width: 1440px) {
  .nav-button-animated {
    margin-right: 4vw;
  }

  .header-logo-link {
    margin-left: 4vw;
  }

  .hero-title {
    font-size: 63px;
    line-height: 67px;
  }

  .main.svg-bottom {
    background-position: 115% 89%;
    background-size: 700px;
  }

  .image-container.home-column-image {
    width: 40vw;
  }

  .image-container.main-news {
    width: 55%;
  }

  .section-3 {
    background-position: 122% 31%;
  }

  .hero-title-2 {
    font-size: 63px;
    line-height: 67px;
  }

  .event-gallery-grid {
    grid-row-gap: 2px;
  }

  .tabs-menu {
    width: 25vw;
  }

  .div-block-13 {
    width: 45%;
  }

  .div-block-20 {
    width: 65%;
  }

  .div-block-21 {
    width: 35%;
  }

  .text-span {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
  }

  p {
    font-size: 20px;
    line-height: 27px;
  }

  li {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .secondary.text-white.text-55 {
    margin-bottom: 30px;
    font-size: 70px;
  }

  .body-large.text-white {
    font-size: 24px;
    line-height: 35px;
  }

  .body-large.text-center._w-640.mb-20.smaller-large {
    max-width: 800px;
    font-size: 24px;
    line-height: 36px;
  }

  .text-center.mb-20 {
    font-size: 70px;
    line-height: 75px;
  }

  .text-center.mb-20.mt-5.max-900 {
    width: 65vw;
  }

  .full-screen-menu-overlay {
    border: 1px solid #f7f4f0;
  }

  .container {
    width: 1200px;
    max-width: 80vw;
  }

  .header-logo-link {
    width: 110px;
  }

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

  .hero-small {
    height: auto;
    min-height: 300px;
    padding-top: 130px;
  }

  .hero-small.room-bottom {
    height: 325px;
  }

  .hero-small.room-bottom.fel {
    height: 453px;
  }

  .hero-title {
    font-size: 80px;
    line-height: 5vw;
  }

  .hero-title.text-black {
    color: #202023;
  }

  .on-page-nav {
    top: 121px;
    height: 70px;
  }

  .on-page-nav-link {
    font-size: 18px;
  }

  .main.svg {
    background-position: 100% 25%;
  }

  .main.svg.mt {
    margin-top: 120px;
  }

  .main.svg-bottom {
    background-position: 115% 89%;
    background-size: 800px;
  }

  .main.svgtop {
    background-size: 700px;
  }

  .main.padding-mobile-20.about-svg {
    background-position: 0px 62vh;
  }

  .people-section {
    width: 1400px;
  }

  .people-meta {
    padding-top: 5px;
    line-height: 31px;
  }

  .accent-13 {
    font-size: 16px;
  }

  .image-2 {
    width: 100%;
  }

  .cta-heading {
    max-width: 60vw;
    font-size: 60px;
    line-height: 66px;
  }

  .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }

  .nav-link.w--current {
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
  }

  .social-container {
    display: block;
  }

  .hero-two-up {
    max-width: 70vw;
  }

  .image-container.h-550 {
    height: 800px;
  }

  .image-container._w-900.h-435.hero-image {
    width: 54vw;
    height: 550px;
  }

  .image-container._w-900.h-490.event-hero {
    width: 65vw;
    height: 530px;
  }

  .image-container.value-image {
    font-size: 19px;
  }

  .image-container.main-news {
    width: 45%;
  }

  .image-container._1100-container.about-image {
    height: 550px;
  }

  .image-container.absolute-container {
    max-width: 100%;
  }

  .image-container.article-image-top._900-container.smaller-large {
    width: 900px;
  }

  .columns-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    height: 600px;
  }

  .fellowship-single-left {
    width: 35vw;
  }

  .fellowship-single-right {
    width: 36vw;
  }

  ._900-container {
    width: 1200px;
    max-width: 85vw;
  }

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

  ._900-container.body {
    width: 900px;
  }

  .section-3.ns-svg {
    background-position: 0px 50vh;
    background-size: 38vw;
  }

  .section-4 {
    padding-top: 145px;
  }

  .section-4.svg {
    margin-top: 120px;
    background-position: 100% 50px;
    background-attachment: scroll;
  }

  .section-4.fellowship-app-svg {
    background-size: 24vw;
  }

  .nav-copyright {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sign-up {
    width: 225px;
  }

  .location {
    margin-top: 10px;
  }

  .date.text-center.text-uppercase.larger-large {
    font-size: 18px;
    line-height: 23px;
  }

  .learn-more {
    width: 220px;
  }

  .learn-more.mb-20.mt-xl {
    margin-top: 20px;
  }

  .learn-more.mb-20.mt-xl.cs-b {
    width: 220px;
  }

  .filters-wrapper.mt-less {
    margin-top: 60px;
  }

  .positions {
    font-size: 30px;
    line-height: 35px;
  }

  .select-field {
    width: 300px;
    height: 50px;
    font-size: 21px;
    line-height: 26px;
  }

  .position-image {
    width: 330px;
    height: 300px;
  }

  .position-image.event-image {
    width: 350px;
  }

  .hero-small-2 {
    height: 160px;
  }

  .hero-small-2.room-bottom {
    height: 325px;
  }

  .hero-title-2 {
    font-size: 80px;
    line-height: 5vw;
  }

  ._1100-container.h-100 {
    width: 1300px;
  }

  ._w-476 {
    max-width: 600px;
  }

  ._w-476.wider {
    max-width: 700px;
  }

  .section-5.home-svg {
    background-size: 320px, 34vw;
  }

  .event-gallery {
    margin-top: 70px;
  }

  .event-gallery-grid {
    margin-top: 30px;
  }

  .image-gallery {
    height: 350px;
  }

  .tabs-menu {
    width: 21vw;
  }

  .meta {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .meta.current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .event-person-image {
    width: 140px;
    height: 140px;
    margin-right: 25px;
  }

  .event-person-title {
    font-size: 18px;
    line-height: 20px;
  }

  .event-person-bio {
    max-width: 90%;
    margin-top: 30px;
    font-size: 22px;
    line-height: 30px;
  }

  .image-citation {
    font-size: 16px;
    line-height: 23px;
  }

  .image-citation.simple {
    min-height: auto;
    padding: 10px 30px;
    font-size: 0.9rem;
    line-height: 1rem;
  }

  .div-block-7 {
    max-width: 80vw;
  }

  .div-block-8 {
    width: 35vw;
    max-width: 30vw;
  }

  .image-5 {
    width: 130px;
  }

  .tab-inner-content {
    width: 23vw;
  }

  .collection-list-wrapper-2 {
    padding-bottom: 30px;
  }

  .section-7 {
    background-size: 28vw 100%;
  }

  .div-block-13 {
    width: 55%;
  }

  .slide-background {
    width: 67vw;
  }

  .slide-content {
    left: 450px;
    width: 30%;
    height: 625px;
  }

  .arrow {
    left: 450px;
    top: 786px;
  }

  .arrow.right {
    left: 510px;
  }

  .div-block-18 {
    width: 35%;
    min-height: 423px;
    margin-right: 45px;
  }

  .fellowships-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fellowships-copy.sub {
    margin-top: 5px;
  }

  .fell-app-intro {
    width: 650px;
    font-size: 24px;
    line-height: 33px;
  }

  .apply {
    width: 225px;
  }

  .div-block-20 {
    width: 55%;
  }

  .div-block-21 {
    width: 45%;
  }

  .div-block-36 {
    margin-top: 125px;
  }

  .div-block-39 {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .display {
    font-size: 55px;
    line-height: 60px;
  }

  .secondary.text-white.text-55 {
    font-size: 40px;
    line-height: 57px;
  }

  .secondary.mt-5.mb-event {
    margin-bottom: 45px;
  }

  .body-large {
    font-size: 18px;
    line-height: 26px;
  }

  .body-large.text-white.smaller-med {
    font-size: 15px;
    line-height: 23px;
  }

  .body-large._22 {
    width: 85%;
  }

  .body-large._22.text-white.mbless.full-med {
    width: 100%;
  }

  .body-large.size-22 {
    font-size: 20px;
  }

  .text-center.secondary._16.campaign {
    margin-top: 50px;
  }

  .text-center.mb-20.mt-5.smaller {
    font-size: 46px;
    line-height: 54px;
  }

  .main.svg {
    background-position: 100% 22%;
  }

  .main.svg-bottom {
    background-position: 475px 89%;
    background-size: 450px;
  }

  .main.svgtop {
    background-size: 350px;
  }

  .main.padding-mobile-20 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main.padding-mobile-20.about-svg {
    padding-bottom: 60px;
    background-position: 0px 59vh;
  }

  .main.position {
    background-image: none;
  }

  .content-box {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .person {
    margin-bottom: 20px;
  }

  .image {
    width: 250px;
    height: 100%;
    margin-right: 25px;
  }

  .people-meta {
    padding-bottom: 20px;
  }

  .text-white.nowrap {
    white-space: nowrap;
  }

  .hero-two-up {
    max-width: 90vw;
    margin-top: 167px;
  }

  .image-container.h-550 {
    height: 100%;
  }

  .image-container._w-900.h-435.hero-image.ns_hero {
    height: 350px;
  }

  .image-container._w-900.h-490.event-hero {
    width: 95vw;
    height: 300px;
    max-width: 95vw;
  }

  .image-container.alumni-image {
    width: 250px;
    height: 325px;
    margin-right: 30px;
  }

  .image-container.value-hero-image {
    height: 450px;
  }

  .image-container.value-image {
    height: 300px;
  }

  .image-container.home-column-image {
    width: 34vw;
    height: 500px;
    margin-right: 30px;
  }

  .image-container.tab-image {
    display: none;
  }

  .image-container.event-image {
    height: 350px;
  }

  .image-container.news-thumbnail {
    height: 175px;
  }

  .image-container.main-news {
    width: 45%;
  }

  .image-container._1100-container.about-image {
    width: 100%;
    height: 350px;
    max-width: 100%;
  }

  .image-container.absolute-container {
    width: 50vw;
    max-width: 100%;
  }

  .image-container.article-image-top._900-container.smaller-large {
    width: 80vw;
    height: 350px;
    margin-top: -250px;
  }

  .div-block-2 {
    height: 450px;
    margin-top: -350px;
  }

  .section-2 {
    background-image: none;
  }

  .fellowship-single-left {
    width: 400px;
    padding-left: 40px;
  }

  .fellowship-single-right {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._900-container {
    width: 100%;
  }

  .section-3 {
    background-size: 70vw;
  }

  .section-3.ns-svg {
    margin-bottom: 0px;
    background-position: 0px 31%;
    background-size: 41vw;
  }

  .map {
    height: 300px;
  }

  .pl-0.pr-0-med {
    padding-right: 0px;
  }

  .section-4.svg {
    background-size: 300px;
  }

  .section-4.svg.contact-hero {
    padding-top: 30px;
  }

  .location {
    font-size: 18px;
    line-height: 24px;
  }

  .location.no-link.date.text-uppercase.smaller {
    font-size: 16px;
  }

  .open-positions-item-columns {
    display: block;
  }

  .column-4 {
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-3 {
    max-width: 225px;
  }

  .div-block-5 {
    margin-left: 20px;
  }

  .div-block-5.event-meta-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .position-image {
    width: 250px;
  }

  .position-image.event-image {
    width: 200px;
    height: 230px;
  }

  .no-link.category.article-page-category {
    font-size: 16px;
    line-height: 19px;
  }

  ._1100-container.block.article-body {
    padding-top: 140px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-5.home-svg {
    background-position: 0px 33%, 0px 0px;
    background-size: 150px, 34vw;
  }

  .image-gallery {
    height: 250px;
  }

  .tab.w--current {
    display: none;
  }

  .event-person-image {
    width: 90px;
    height: 90px;
  }

  .image-citation {
    width: 400px;
  }

  .image-citation.simple {
    width: 100%;
    max-width: 100%;
  }

  .div-block-8 {
    width: 56vw;
    max-width: 650px;
  }

  .tabs-dynamic-wrapper {
    display: none;
  }

  .tab-inner-content {
    width: auto;
  }

  .div-block-9 {
    margin-top: 0px;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list.home {
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-13 {
    width: 55%;
  }

  .fellowship-content {
    width: 55vw;
    height: 500px;
    padding-left: 16vw;
  }

  .slide-content {
    left: 0px;
    top: 0%;
    height: 575px;
    margin-top: 50px;
  }

  .arrow {
    left: 0px;
    top: 637px;
  }

  .arrow.right {
    left: 55px;
  }

  .article-hero-bottom {
    height: 410px;
  }

  .article-title {
    padding-right: 18%;
    font-size: 36px;
    line-height: 44px;
  }

  .div-block-16 {
    margin-bottom: 25px;
  }

  .article-body {
    margin-bottom: 30px;
  }

  .article-body.campaign {
    margin-bottom: 20px;
  }

  .div-block-18 {
    margin-right: 20px;
  }

  .fell-app-intro {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

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

  .slider-2 {
    height: 645px;
  }

  .background-video {
    height: 75vh;
  }

  .div-block-36 {
    margin-top: 90px;
  }

  .grid-wrapper {
    -ms-grid-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .xxl-heading {
    font-size: 54px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .home-hero-intro {
    margin-bottom: 140px;
    text-align: left;
  }

  .hero-slide-arrow {
    left: 101px;
    right: auto;
  }

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 140px;
  }

  .home-hero-content {
    padding-top: 140px;
    padding-left: 36px;
    grid-column-gap: 36px;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home-hero {
    height: auto;
    max-height: 900px;
    min-height: 93vh;
  }

  .container-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .icons {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 28px;
  }

  .icons.right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .repeater {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .display {
    font-size: 35px;
    line-height: 42px;
  }

  .secondary.title-box-text {
    height: 50px;
    font-size: 18px;
  }

  .secondary.text-center.mt-0.smaller.home-top {
    margin-bottom: 12px;
  }

  .secondary.mt-5.mb-event {
    margin-bottom: 20px;
  }

  .secondary.padding {
    padding-left: 20px;
  }

  .secondary.wide.smaller {
    font-size: 25px;
    line-height: 30px;
  }

  .secondary.smaller {
    font-size: 23px;
    line-height: 35px;
  }

  .body-large._22 {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .body-large.size-22 {
    font-size: 18px;
    line-height: 23px;
  }

  .text-center.mb-20.mt-5.smaller {
    font-size: 32px;
    line-height: 43px;
  }

  .cta.text-center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-small {
    height: auto;
    min-height: 165px;
  }

  .hero-small.room-bottom {
    height: 350px;
    padding-top: 120px;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .on-page-nav {
    position: relative;
    top: 0px;
    display: none;
  }

  .main {
    padding-top: 40px;
  }

  .main.svg {
    padding-top: 20px;
    background-image: none;
  }

  .main.svg.mt {
    margin-top: 95px;
  }

  .main.svg-bottom {
    background-image: none;
  }

  .main.svg-bottom.move-up {
    background-image: none;
  }

  .main.svgtop {
    background-position: 100% 20px;
    background-size: 300px;
  }

  .main.pt-20.ptless {
    padding-top: 15px;
  }

  .main.padding-mobile-20.about-svg {
    background-image: none;
  }

  .people-section {
    margin-bottom: 40px;
  }

  .person {
    display: block;
    margin-bottom: 25px;
  }

  .image {
    width: 200px;
  }

  .people-meta {
    padding-bottom: 15px;
  }

  .accent-13 {
    padding-bottom: 10px;
  }

  .accent-13.no-border {
    margin-bottom: 8px;
    padding-bottom: 0px;
  }

  .image-2 {
    width: 100px;
  }

  .cta-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .text-white.secondary.mb-20.mt-0.mb {
    margin-bottom: 20px;
  }

  .text-white.nowrap {
    white-space: normal;
  }

  .text-white.mb-20 {
    margin-bottom: 10px;
  }

  .text-white.mb-20.mt-0 {
    margin-top: 0px;
  }

  .back-to-top {
    margin-bottom: 0px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 38px;
  }

  .nav-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .social.on-page {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }

  .hero-two-up {
    margin-top: 157px;
  }

  .image-container.h-550.parallax-image-container.smaller-mobile {
    height: 250px;
    min-height: 200px;
  }

  .image-container.fellowship-single-image-container {
    display: none;
  }

  .image-container.fellowship-single-image-container.parallax-image-container {
    display: block;
  }

  .image-container.fellowship-single-image-container.parallax-image-container.mob {
    height: 250px;
    background-image: none;
  }

  .image-container._w-900.h-435.hero-image {
    height: 300px;
  }

  .image-container._w-900.h-435.hero-image.ns_hero {
    height: 275px;
  }

  .image-container._w-900.h-490.event-hero {
    height: 200px;
  }

  .image-container.ns-intro-image {
    height: 250px;
  }

  .image-container.ns-single-image {
    height: 175px;
  }

  .image-container.alumni-image {
    width: 225px;
    height: 250px;
  }

  .image-container.value-hero-image {
    height: 250px;
    margin-top: 30px;
  }

  .image-container.value-image {
    height: 250px;
    margin-top: 20px;
  }

  .image-container.home-column-image {
    display: none;
  }

  .image-container.event-image {
    display: none;
  }

  .image-container.news-thumbnail {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-container._1100-container.about-image {
    height: 225px;
    margin-top: 20px;
  }

  .image-container.absolute-container {
    display: none;
  }

  .image-container.article-image-top._900-container.smaller-large {
    height: 300px;
  }

  .columns-2 {
    display: block;
  }

  .plr-0.hidden-mobile {
    display: none;
  }

  .column {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .div-block-2 {
    height: 300px;
    margin-top: -250px;
  }

  .section-2 {
    padding-top: 20px;
  }

  .fellowship-single {
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .fellowship-single-left {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    padding: 25px 20px 30px;
  }

  .fellowship-single-right {
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    padding: 30px 20px;
  }

  ._900-container.mt {
    margin-top: 25px;
  }

  .single-page-columns {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .single-page-columns.center {
    display: block;
  }

  .section-3.ns-svg {
    background-image: none;
  }

  .map-container {
    margin-top: 40px;
  }

  .pl-0 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pl-0.pr-0-med {
    padding-left: 0px;
  }

  .pl-0.mobile-no-pad-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pr-0 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pr-0.mobile-no-pad-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4 {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-4.svg {
    margin-top: 80px;
    background-image: none;
  }

  .section-4.svg.contact-hero {
    padding-top: 30px;
  }

  .section-4.fellowship-app-svg {
    padding-top: 30px;
    background-image: none;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

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

  .form-container {
    margin-top: 30px;
    padding: 25px 20px;
  }

  .ns-container.style-links-inside {
    margin-top: 20px;
  }

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

  .open-positions-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .location {
    margin-top: 0px;
    clear: left;
    font-size: 18px;
    line-height: 22px;
  }

  .learn-more.mb-20.mt-xl.show-mobile {
    display: block;
  }

  .open-positions-item-columns {
    display: block;
  }

  .learn-more-column {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .column-4 {
    margin-top: 15px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .filters-wrapper._1100-container.less-up {
    margin-top: 0px;
  }

  .positions {
    margin-bottom: 5px;
  }

  .image-3 {
    display: none;
  }

  .div-block-5 {
    margin-left: 0px;
  }

  .position-image {
    display: none;
  }

  .map-container-2 {
    margin-top: 40px;
  }

  .no-link.category.article-page-category {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .hero-small-2 {
    height: 100px;
  }

  .hero-small-2.room-bottom {
    height: 236px;
  }

  .hero-title-2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 8vw;
    text-align: center;
  }

  .social-2.on-page {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }

  ._1100-container {
    display: block;
  }

  ._1100-container.block {
    max-width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  ._1100-container.block.about-intro {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 0px;
  }

  ._1100-container.block.article-body {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .national-society {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .national-society.padding {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-4 {
    width: 120px;
    height: 120px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-5.home-svg {
    background-image: url('../images/home-top-svg.svg');
    background-position: 0px 0px;
    background-size: 34vw;
    background-repeat: no-repeat;
  }

  .event-gallery {
    margin-top: 30px;
  }

  .event-gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-gallery {
    height: 200px;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    margin-top: 30px;
  }

  .tabs-menu.hide-mobile {
    display: none;
  }

  .tabs-content {
    max-width: 100%;
  }

  .meta {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .event-person-bio {
    max-width: 100%;
  }

  .value-hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .image-citation {
    max-width: 100%;
  }

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .column-5 {
    margin-bottom: 10px;
  }

  .div-block-7 {
    max-width: 100%;
    margin-top: 30px;
  }

  .div-block-8 {
    width: 47100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-5 {
    width: 70px;
  }

  .tabs-component.home-tabs {
    display: none;
  }

  .name.slider-large {
    font-size: 30px;
  }

  .name.tab-name {
    font-size: 30px;
  }

  .services.slider-large {
    font-size: 15px;
  }

  .div-block-11 {
    display: block;
  }

  .event-meta {
    width: 100%;
    padding: 20px;
  }

  .section-6.padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list.home {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-5.mt-0 {
    margin-bottom: 15px;
  }

  .section-7 {
    display: none;
  }

  .mb-small {
    margin-bottom: 20px;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 40px;
  }

  .mt-10-mobile {
    margin-top: 10px;
  }

  .fellowship-content {
    width: 100%;
    height: auto;
    padding: 30px 20px 20px;
  }

  .slide-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .arrow {
    position: relative;
    top: 0px;
    display: block;
    margin-top: 15px;
    float: left;
  }

  .arrow.right {
    left: 15px;
  }

  .div-block-14 {
    margin-top: 10px;
    padding: 20px 25px;
  }

  .div-block-15 {
    margin-top: 40px;
  }

  .article-hero-bottom {
    height: 390px;
  }

  .article-title {
    font-size: 28px;
    line-height: 36px;
  }

  .article-body {
    margin-bottom: 30px;
  }

  .div-block-18 {
    width: 50%;
    height: 250px;
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .fellowships-copy.sub {
    width: 100%;
    font-size: 12px;
    line-height: 19px;
  }

  .fell-app-intro {
    font-size: 18px;
    line-height: 23px;
  }

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

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

  .div-block-23 {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-2 {
    height: auto;
    margin-top: 10px;
  }

  .slider-2.fade-in {
    margin-top: 20px;
  }

  .background-video {
    height: 400px;
  }

  .fade-in-up.mbbeta {
    margin-bottom: 15px;
  }

  .collection-list-wrapper-3 {
    margin-top: 20px;
  }

  .div-block-37 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-wrapper {
    -ms-grid-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .xxl-heading {
    font-size: 48px;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .home-hero-intro {
    margin-bottom: 48px;
    grid-row-gap: 24px;
    text-align: center;
  }

  .hero-slide-arrow {
    left: 36px;
  }

  .hero-video-button {
    margin-bottom: 48px;
  }

  .home-hero-content {
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-hero {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .slider-3 {
    height: auto;
    min-height: 500px;
  }

  .slide-2 {
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .home-hero-meta {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-38 {
    height: 100%;
  }

  .fellowship-fellow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fellowship-fellow-image {
    max-width: 100%;
    min-width: 100%;
    padding-right: 0rem;
  }

  .image-10 {
    margin-bottom: 1.5rem;
  }

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

  .div-block-39 {
    max-height: 80vh;
    padding: 25px;
  }

  .div-block-40 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
    line-height: 25px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .display {
    font-size: 28px;
    line-height: 32px;
  }

  .secondary.title-box-text {
    font-size: 17px;
  }

  .secondary.text-white.text-55 {
    font-size: 30px;
    line-height: 40px;
  }

  .secondary._15 {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 13px;
  }

  .secondary.mb-20 {
    margin-bottom: 10px;
  }

  .secondary.text-center.mt-0.smaller {
    font-size: 19px;
  }

  .secondary.text-center.mt-0.smaller.home-top {
    margin-bottom: 5px;
    line-height: 27px;
  }

  .secondary.mt-5.mb-5.mb {
    margin-bottom: 10px;
  }

  .secondary.wide {
    font-size: 25px;
  }

  .body-large.text-white {
    font-size: 16px;
    line-height: 24px;
  }

  .body-large._22 {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
  }

  .body-large.size-22 {
    font-size: 16px;
    line-height: 21px;
  }

  .text-center {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-center.secondary._16.campaign {
    margin-top: 30px;
  }

  .text-center.mb-20.mt-5.max-900 {
    max-width: 100%;
    font-size: 28px;
    line-height: 32px;
  }

  .text-center.mb-20.mt-5.smaller {
    font-size: 25px;
    line-height: 31px;
  }

  .text-center.shrink {
    font-size: 25px;
    line-height: 30px;
  }

  .text-center.shrink.mt-0 {
    margin-top: 0px;
  }

  .text-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .text-right.text-center-mobile {
    margin-top: 20px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .cta.text-center {
    padding: 40px 20px;
  }

  .nav-button-animated {
    top: -5px;
    width: 40px;
    height: 40px;
  }

  .full-screen-menu-overlay {
    padding-top: 110px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container {
    max-width: 100%;
  }

  .container.plr {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-small {
    min-height: 144px;
    padding-top: 107px;
    padding-bottom: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-small.room-bottom {
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-small.no-bg.news-hero {
    min-height: auto;
    padding-top: 115px;
  }

  .hero-title {
    margin-bottom: 0px;
    font-size: 31px;
    line-height: 39px;
  }

  .main.svg {
    padding-top: 30px;
  }

  .main.svg.mt {
    margin-top: 80px;
  }

  .main.svg-bottom.move-up {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }

  .main.svgtop {
    background-position: 100% 25px;
    background-size: 150px;
  }

  .main.pt-20 {
    padding-top: 20px;
  }

  .main.padding-mobile-20.about-svg {
    margin-top: 70px;
  }

  .main.pbless {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main.position.padding {
    padding-top: 120px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image {
    width: 100%;
  }

  .image-2 {
    width: 75px;
  }

  .submit-button {
    width: 100px;
    font-size: 12px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-white.mb-20.mt-0.mbbeta {
    margin-bottom: 15px;
  }

  .footer-subtext {
    font-size: 11px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .back-to-top {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .footer-social-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-link {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .social-container.navsocial {
    top: 5vh;
  }

  .hero-two-up {
    margin-top: 130px;
  }

  .image-container.h-550.parallax-image-container.smaller-mobile {
    height: 200px;
    min-height: 200px;
  }

  .image-container.fellowship-single-image-container.parallax-image-container {
    display: block;
  }

  .image-container.fellowship-single-image-container.parallax-image-container.mob {
    height: 175px;
    background-image: none;
  }

  .image-container._w-900.h-435.hero-image {
    height: 150px;
    max-width: 100%;
    margin-top: -50px;
  }

  .image-container._w-900.h-435.hero-image.ns_hero {
    height: 200px;
  }

  .image-container._w-900.h-435.hero-image.ns_hero.parallax-image-container {
    display: block;
  }

  .image-container._w-900.h-435.hero-image.ns_hero.parallax-image-container.no-top {
    margin-top: 30px;
  }

  .image-container._w-900.h-435.hero-image.parallax-image-container {
    display: none;
  }

  .image-container._w-900.h-490.event-hero {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .image-container.ns-intro-image {
    height: 200px;
    margin-top: 20px;
  }

  .image-container.ns-single-image {
    height: 150px;
  }

  .image-container.alumni-image {
    width: 75%;
    height: 175px;
  }

  .image-container.value-hero-image {
    height: 200px;
  }

  .image-container._1100-container.about-image {
    height: 150px;
  }

  .image-container.article-image-top._900-container.smaller-large {
    height: 150px;
    margin-top: -118px;
  }

  .column {
    padding-right: 25px;
    padding-left: 25px;
  }

  .fellowship-single-left {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fellowship-single-right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .learn-more-button {
    font-size: 16px;
  }

  .learn-more-button.smaller {
    font-size: 12px;
  }

  .mb-20 {
    margin-bottom: 10px;
  }

  .column-2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }

  ._900-container {
    max-width: 100%;
  }

  ._900-container.margin {
    margin-top: 40px;
  }

  .single-page-columns.center {
    margin-top: 20px;
  }

  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .map {
    height: 200px;
  }

  .pl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pl-0.pr-0-med {
    padding-left: 0px;
  }

  .pr-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .utility-page-wrap {
    margin-top: 80px;
  }

  .section-4.svg {
    margin-top: 60px;
  }

  .section-4.svg.contact-hero {
    padding-top: 30px;
  }

  .nav-copyright {
    font-size: 11px;
  }

  .footer-social {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-3.event-column-3 {
    padding-right: 0px;
  }

  .location.no-link {
    margin-top: 5px;
    font-size: 16px;
  }

  .location.no-link.date.text-uppercase {
    font-size: 14px;
    line-height: 20px;
  }

  .date.text-center.text-uppercase.larger-large {
    font-size: 12px;
  }

  .date.text-uppercase.article-page-date {
    margin-top: 10px;
    text-align: left;
  }

  .learn-more {
    width: 55%;
  }

  .filters-wrapper {
    display: block;
    margin-top: 30px;
  }

  .filters-wrapper.margin-top-less.mt0 {
    margin-top: 0px;
  }

  .positions {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
  }

  .select-field {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-5.event-meta-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .no-link.category.article-page-category {
    font-size: 14px;
    line-height: 17px;
  }

  .hero-small-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-small-2.room-bottom {
    height: 180px;
  }

  .hero-title-2 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  ._1100-container.block {
    max-width: 100%;
  }

  ._1100-container.block.about-intro {
    padding-right: 0px;
  }

  ._1100-container.block.article-body {
    padding-top: 60px;
  }

  ._1100-container.block.no-pad {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._1100-container.flex-right {
    display: block;
    max-width: 100%;
  }

  .national-society {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .national-society.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._w-476.wider {
    max-width: 100%;
  }

  .image-4 {
    width: 90px;
    height: 90px;
  }

  .div-block-6 {
    height: 52px;
  }

  .grid-2 {
    grid-row-gap: 22px;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event-gallery {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-gallery {
    height: 150px;
  }

  .tabs.speaker {
    display: block;
  }

  .value-hero {
    padding-top: 100px;
  }

  .image-citation {
    display: block;
    min-height: 0px;
  }

  .image-citation.simple {
    padding-left: 10px;
  }

  .div-block-7 {
    margin-top: 20px;
  }

  .image-5 {
    width: 70px;
  }

  .tabs-this-is-copied-to-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-pane {
    height: 250px;
  }

  .name {
    font-size: 18px;
  }

  .tab-inner-content {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-10 {
    display: block;
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-list-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .collection-list-wrapper.no-pad {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .section-6.padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list.home {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mb-small {
    margin-bottom: 20px;
  }

  .mt-10-mobile {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .fellowship-content {
    max-width: 100%;
  }

  .div-block-14 {
    padding: 30px 20px;
  }

  .article-hero-bottom {
    height: 230px;
  }

  .inner-image._1100-container {
    max-width: 92vw;
  }

  .article-title {
    padding-right: 0px;
    font-size: 20px;
    line-height: 27px;
  }

  .div-block-16 {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 29px;
  }

  .div-block-18 {
    width: 100%;
    height: 250px;
  }

  .fell-app-intro {
    font-size: 16px;
    line-height: 21px;
  }

  .image-7 {
    width: 100px;
  }

  .background-video {
    height: 300px;
  }

  .fade-in-up.secondary.smaller {
    line-height: 30px;
  }

  .fade-in-up.secondary.smaller.mbbeta {
    margin-bottom: 15px;
  }

  .collection-list-wrapper-3 {
    margin-top: 20px;
  }

  .div-block-36 {
    margin-top: 70px;
  }

  .image-caption-container {
    max-width: 100%;
  }

  .grid-wrapper {
    -ms-grid-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .xxl-heading {
    font-size: 42px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .home-hero-intro {
    margin-bottom: 0px;
  }

  .video-icon {
    width: 12px;
  }

  .hero-slide-arrow {
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0%;
    width: 60px;
    height: 60px;
    margin-left: 0px;
    border-right-style: solid;
  }

  .hero-slide-arrow.left {
    bottom: 60px;
    border-radius: 0px;
  }

  .hero-video-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }

  .home-hero-content {
    padding-top: 136px;
    padding-bottom: 136px;
    grid-row-gap: 48px;
  }

  .home-hero {
    min-height: 93vh;
  }

  .slider-3 {
    background-color: transparent;
  }

  .slide-2 {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .home-hero-meta {
    position: relative;
  }

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-nav-3 {
    display: none;
  }

  .icons {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 22px;
  }

  .modal {
    top: 0px;
    display: none;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-39 {
    height: auto;
    max-height: 75vh;
    max-width: 95%;
    margin-top: 5vh;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .heading-16 {
    font-size: 24px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .button-3 {
    font-size: 22px;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2'), url('../fonts/fa-duotone-900.eot') format('embedded-opentype'), url('../fonts/fa-duotone-900.woff') format('woff'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}