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

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

a:hover {
  color: rgba(0, 86, 122, 0.8);
}

.no-padding {
  padding: 0px;
}

.white-text {
  color: #fff;
}

.center {
  text-align: center;
}

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

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

.m-b-30 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.m-b-40 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.m-b-60 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.m-b-10 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.m-b-50 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.m-t-40 {
  margin-top: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hamburger-menu-list {
  padding-top: 10px;
  background-color: transparent;
}

.bubbly-nav-menu {
  top: 90px;
  background-color: transparent;
}

.hamburger-menu-item {
  background-color: #fff;
  color: #df7134;
}

.point-left-nav {
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.open-close-mask {
  position: absolute;
  top: 0px;
  right: 65px;
  bottom: 0px;
  overflow: hidden;
  width: 70px;
  height: 50px;
}

.open-close-mask.moose {
  margin-top: 8px;
}

.square-front {
  position: absolute;
  left: 0px;
  top: 7px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.melted {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 75px;
  background-color: #000;
}

.melted.w--open {
  background-color: #000;
}

.close {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.container-2 {
  position: relative;
  height: 60px;
}

.moose-line-1---2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.nav-container {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 5px;
}

.spring-3 {
  position: absolute;
  left: 0px;
  top: 43px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.open {
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 1px;
}

.moose-menu-button {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.39);
}

.moose-menu-button.w--open {
  background-color: #fff;
}

.moose-navbar {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.example-navbar {
  padding-top: 20px;
  background-color: transparent;
}

.x-menu {
  background-color: transparent;
}

.sliding-block {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 60px;
  max-width: 250px;
  float: right;
  clear: none;
  background-color: #cea142;
}

.simple-nav-link-holder {
  background-color: hsla(0, 0%, 100%, 0);
}

.square-parent {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.spring-2 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.hamburger-menu {
  background-color: transparent;
}

.top-bubble {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.lettuce {
  position: absolute;
  left: -1px;
  top: -2px;
  right: 0px;
  display: block;
  width: 42px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #6ace61;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-1.simple {
  top: 18px;
}

.line-1.simple.white {
  background-color: #fff;
}

.line-1.v2 {
  width: 30px;
  background-color: #fff;
}

.nav-link-bubble {
  width: 100%;
  margin-top: 10px;
  border-radius: 55px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, padding 350ms ease;
  transition: color 200ms ease, padding 350ms ease;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 1px;
}

.nav-link-bubble:hover {
  padding-left: 30px;
}

.triangle-nav-button {
  width: 50px;
  height: 50px;
  padding: 0px;
  border-right: 2px solid #786df7;
  border-bottom: 2px solid #786df7;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #4c459e;
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
}

.triangle-nav-button:hover {
  box-shadow: 4px 4px 0 0 #4c459e;
}

.triangle-nav-button.w--open {
  border-bottom: 2px solid #4c459e;
  border-right-color: #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
}

.rightx {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 25px;
  height: 3px;
  background-color: #cea142;
  -webkit-transform: rotateX(0deg) rotateY(-45deg) rotateZ(0deg) translate3d(-10px, 0px, -15px);
  transform: rotateX(0deg) rotateY(-45deg) rotateZ(0deg) translate3d(-10px, 0px, -15px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rightx._3 {
  top: 34px;
}

.rightx._2 {
  top: 24px;
}

.triangle-nav-menu {
  background-color: transparent;
}

.spring-menu {
  left: 0px;
  right: 0px;
  z-index: 10;
  overflow: hidden;
  margin-top: 70px;
  border-radius: 5px;
  background-color: #786df7;
  color: #fff;
}

.nav-link-holder {
  width: 100%;
  height: 60px;
  max-width: 250px;
  margin-top: 2.75px;
  margin-bottom: 2.75px;
  float: right;
  clear: both;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
}

.nav-link-holder:hover {
  color: #fff;
}

.hamburger-button {
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.hamburger-button.w--open {
  background-color: #fff;
}

.bottom-bubble {
  position: absolute;
  left: 0px;
  top: 38px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.moose-color-overlay-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #14213d;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.triangle {
  position: relative;
  top: 10.5px;
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-left: auto;
  border-right: 13px solid transparent;
  border-bottom: 23px solid #786df7;
  border-left: 13px solid transparent;
}

.flipper-nav-container {
  position: relative;
  left: 0px;
  right: 0px;
  height: 43px;
  border-radius: 25px;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.v2 {
  width: 30px;
  background-color: #fff;
}

.line-3.simple {
  top: 38px;
}

.line-3.simple.white {
  background-color: #fff;
}

.spring-1 {
  position: absolute;
  left: 0px;
  top: 12px;
  right: 0px;
  display: block;
  width: 45px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #333;
}

.triangle-link {
  right: 5px;
  width: 75%;
  margin-top: 10px;
  float: right;
  clear: left;
  border-right: 2px solid #4c459e;
  border-bottom: 2px solid #4c459e;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #786df7;
  -webkit-transition: box-shadow 250ms ease, border-color 250ms ease;
  transition: box-shadow 250ms ease, border-color 250ms ease;
  color: #786df7;
  font-size: 18px;
}

.triangle-link:hover {
  border-right-color: #786df7;
  border-bottom-color: #786df7;
  box-shadow: 4px 4px 0 0 #4c459e;
}

.spring-nav-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 3px;
  background-color: #fff;
}

.spring-nav-menu.w--open {
  background-color: #fff;
}

.leftx {
  position: absolute;
  left: 8px;
  top: 14px;
  width: 25px;
  height: 3px;
  float: left;
  clear: left;
  background-color: #cea142;
  -webkit-transform: perspective(1200px) rotateX(0deg) rotateY(45deg) rotateZ(0deg) translate3d(10px, 0px, -15px);
  transform: perspective(1200px) rotateX(0deg) rotateY(45deg) rotateZ(0deg) translate3d(10px, 0px, -15px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leftx._3 {
  top: 34px;
}

.leftx._2 {
  top: 24px;
}

.moose-nav-link {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 85px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: letter-spacing 250ms ease, border-color 250ms ease, width 250ms ease;
  transition: letter-spacing 250ms ease, border-color 250ms ease, width 250ms ease;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.moose-nav-link:hover {
  width: 100%;
  border-bottom: 3px solid #cea142;
  letter-spacing: 2px;
}

.moose-line-1 {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.nav-links {
  width: 100%;
  float: left;
  clear: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.x-menu-button {
  width: 65px;
  height: 65px;
  padding: 5px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.x-menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0);
}

.flipper-nav-button {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 43px;
  height: 43px;
  padding: 0px;
  border-radius: 55px;
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
}

.moose-line-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.button-10 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #4de79d;
}

.button-10.w--open {
  background-color: #48d591;
}

.triangle-nav {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.purple-nav-link {
  right: 3px;
  width: 52%;
  margin-top: 10px;
  float: right;
  clear: left;
  border-radius: 50px;
  background-color: #786df7;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 47.8%, 0.55);
  -webkit-transition: letter-spacing 250ms ease, width 250ms ease;
  transition: letter-spacing 250ms ease, width 250ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 2px;
}

.purple-nav-link:hover {
  width: 55%;
  letter-spacing: 4px;
}

.top-bun {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  display: block;
  width: 35px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px 25px 0px 0px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.menu-row {
  position: relative;
  background-color: #f5f5f5;
}

.x-line {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 45px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cea142;
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  -ms-transform: translate(0px, -50%) rotate(45deg);
  transform: translate(0px, -50%) rotate(45deg);
}

.x-line._2 {
  -webkit-transform: translate(0px, -50%) rotate(-45deg);
  -ms-transform: translate(0px, -50%) rotate(-45deg);
  transform: translate(0px, -50%) rotate(-45deg);
}

.moose-nav-menu {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.middle-bubble {
  position: absolute;
  left: 0px;
  top: 28px;
  right: 0px;
  display: block;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.spring-nav {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.bottom-bun {
  position: absolute;
  left: 0px;
  top: 37px;
  right: 0px;
  display: block;
  width: 35px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fdba58;
  box-shadow: 1px 1px 0 0 #be9848;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.v2 {
  background-color: #fff;
}

.line-2.simple {
  top: 28px;
}

.line-2.simple.white {
  background-color: #fff;
}

.splash-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
}

.tomato {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  display: block;
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e91111;
  box-shadow: 1px 1px 0 0 #b90707;
}

.hamburger-meat {
  position: absolute;
  left: 0px;
  top: 29px;
  right: 0px;
  display: block;
  width: 40px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #63452d;
}

.menu-column {
  overflow: hidden;
  height: 50vh;
  padding-top: 10px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #fff;
}

.menu-column.padded-top {
  padding-top: 10px;
}

.menu-column.middle {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.line2-1 {
  position: absolute;
  left: 0px;
  top: 19px;
  right: 0px;
  display: none;
  width: 0px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #7a7a7a;
}

.flipper-nav-link-menu {
  top: 62px;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0);
}

.square-floor {
  position: absolute;
  left: 8px;
  top: 7px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  -webkit-perspective: 9999px;
  perspective: 9999px;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-nav {
  left: 0px;
  top: 10px;
  right: 0px;
  background-color: transparent;
}

.menu-button {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: visible;
  width: 41px;
  height: 43px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

.menu-button.w--open {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: transparent;
}

.simple-link {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #afafaf;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #333;
}

.number {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  padding: 20px;
  background-color: #333;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
}

.nav-link {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 60px;
  max-width: 360px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  clear: both;
  border: 2px solid #5fc9f3;
  -webkit-transition: background-color 200ms ease, color 250ms ease, text-shadow 250ms ease;
  transition: background-color 200ms ease, color 250ms ease, text-shadow 250ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: right;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  text-shadow: 0 0 0 #000;
}

.nav-link.w--current {
  max-width: 250px;
  border-color: #fff;
  color: #7a7a7a;
}

.nav-link.w--current:hover {
  color: #333;
}

.nav-link.white {
  border-color: #7a7a7a;
}

.nav-link.white:hover {
  color: #fff;
}

.simple-nav {
  background-color: hsla(0, 0%, 100%, 0);
}

.simple-menu-button {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: #fff;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.simple-menu-button.circular {
  border-radius: 55px;
}

.nav-menu {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.moose-line-2-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  z-index: 2;
  display: none;
  width: 4px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #cea142;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  background-color: transparent;
}

.bottom-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #363b4e;
}

.light-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

.webflow-logo {
  background-image: url('../images/webflow-logo-white-full.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.link {
  color: #94e6a5;
}

.link.white {
  color: #fff;
}

.body {
  font-family: komet;
  color: #00567a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.nav-link-2 {
  margin: 20px 37px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  letter-spacing: -1px;
}

.nav-link-2:hover {
  opacity: 0.5;
}

.nav-link-2.w--current {
  color: #00567a;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.last {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Old Standard TT', sans-serif;
  color: #fff;
  font-size: 14.5px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.5px;
}

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

.contain {
  display: block;
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  color: #6bcaba;
}

.contain.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contain.flex.no-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.contain.relative {
  position: relative;
  padding-top: 96px;
  padding-bottom: 80px;
}

.contain.guidelines-top-pad {
  padding-top: 43px;
}

.contain.home-contain {
  margin-top: -600px;
  margin-bottom: 275px;
  padding-bottom: 0px;
}

.brand {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.brand.nav.w--current {
  margin-top: 15px;
  margin-bottom: 15px;
}

.home-hero-section {
  display: block;
  padding-top: 400px;
  padding-bottom: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 162, 135, 0.7)), to(rgba(111, 162, 135, 0.7)));
  background-image: linear-gradient(180deg, rgba(111, 162, 135, 0.7), rgba(111, 162, 135, 0.7));
}

.flex-hor-left-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-hero-div {
  position: relative;
  padding: 76px 64px 119px;
  background-color: #fff;
}

.white-hero-div.absolute {
  position: absolute;
  right: 0px;
  bottom: -180px;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 40px;
}

.white-hero-div.story-quote {
  padding-bottom: 76px;
}

.white-hero-div.home {
  width: 50%;
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: rgba(111, 162, 135, 0.79);
}

.hero-brush-text {
  width: 296px;
  max-width: 100%;
  margin-top: 30px;
  font-family: flood-std;
  color: #fff;
  font-size: 72px;
  line-height: 76px;
}

.div-block {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.block-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: -16px;
  margin-left: 64px;
  padding: 11px 40px;
  background-color: #00567a;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-tag.center {
  position: static;
  left: 36%;
  margin-top: -23px;
  margin-left: 0px;
  background-color: #092640;
  font-family: 'Old Standard TT', sans-serif;
  font-weight: 700;
}

.block-tag.white {
  position: static;
  margin-left: 0px;
  background-color: #fff;
  font-family: 'Old Standard TT', sans-serif;
  color: #00567a;
  font-weight: 700;
}

.block-tag.white.wider {
  padding-right: 64px;
  padding-left: 64px;
}

.block-tag.white.blog-grid {
  margin-top: 0px;
}

.block-tag.blue {
  position: static;
  margin-bottom: 0px;
  float: none;
  background-color: #6fa287;
  font-family: 'Old Standard TT', sans-serif;
  color: #fff;
  font-weight: 700;
}

.block-tag.blue.margin-bottom {
  margin-bottom: 50px;
  background-color: #6fa287;
}

.blue-sentence-link {
  display: inline-block;
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #00567a;
}

.blue-sentence-link:hover {
  opacity: 0.5;
}

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

.take-action-row {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.take-action-column {
  width: 25%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-sm {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

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

.heading-sm.right-aligned {
  color: #092640;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  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;
}

.education-section {
  padding-top: 88px;
  padding-bottom: 160px;
  background-color: #6fa287;
}

.headline-lrg {
  width: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
}

.headline-lrg.blue {
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  color: #6fa287;
  font-size: 40px;
  white-space: normal;
}

.text-block {
  position: relative;
  left: auto;
  top: -5%;
  right: 26%;
  bottom: auto;
  z-index: 2;
  margin-top: 0px;
  margin-left: 0px;
}

.text-block.about {
  right: 0%;
  background-color: #6fa287;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 700;
}

.text-block.team {
  position: static;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-block.slider {
  position: absolute;
  left: auto;
  top: -4%;
  right: 36%;
  bottom: auto;
  z-index: 5;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #092640;
  font-family: 'Old Standard TT', sans-serif;
  font-weight: 700;
}

.text-block.home-hero {
  right: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #b6d0c1;
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 14px;
  text-transform: capitalize;
}

.div-block-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: -16px;
  margin-left: 64px;
}

.div-block-4.about {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: auto;
}

.what-we-do-col {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  float: left;
}

.what-we-do-col.last {
  max-width: 85%;
}

.what-we-do-col-bg {
  width: 90%;
  margin-top: 30px;
  padding: 220px 30px 30px;
  background-color: #fff;
  text-align: left;
}

.surgical-vid {
  position: absolute;
  z-index: 10;
  width: 90%;
  height: 224px;
  margin-left: 10%;
  background-color: transparent;
  background-image: url('../images/YIR-laptop-pics2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-btn {
  padding: 13px 40px;
  border-radius: 30px;
  background-color: #6bcaba;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: poynter-oldstyle-display;
  color: #00567a;
  font-size: 18px;
  line-height: 22px;
}

.cta-btn:hover {
  background-color: #00567a;
  color: #6bcaba;
}

.col-wrap {
  width: auto;
  float: left;
}

.col-wrap.middle {
  margin-right: 60px;
  margin-left: 60px;
}

.membership-section {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 162, 135, 0.8)), to(rgba(111, 162, 135, 0.8))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/membership-bkgnd.jpg');
  background-image: linear-gradient(180deg, rgba(111, 162, 135, 0.8), rgba(111, 162, 135, 0.8)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/membership-bkgnd.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto;
  background-repeat: repeat, repeat, repeat;
}

.brush-text {
  width: 365px;
  max-width: 100%;
  margin-top: 30px;
  font-family: 'Old Standard TT', sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 68px;
  font-style: italic;
  font-weight: 400;
}

.flex-vert-top-left {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.did-you-know-content-wrap {
  width: 100%;
  float: left;
}

.did-you-know-div {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 40px;
  background-color: #fff;
}

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

.twitter-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-left: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #6bcaba;
  border-radius: 50%;
  background-color: #6bcaba;
  background-image: url('../images/iconmonstr-twitter-1.svg');
  background-position: 50% 50%;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.twitter-circle:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #00567a;
  background-color: #6bcaba;
}

.facebook-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-left: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #6bcaba;
  border-radius: 50%;
  background-color: #6bcaba;
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50% 50%;
  background-size: 8px 16px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.facebook-circle:hover {
  border-color: #00567a;
}

.slide-nav {
  left: 0px;
  top: 61px;
  right: 0px;
  display: none;
  margin-top: -60px;
  margin-bottom: 0px;
  text-align: left;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
  padding-top: 64px;
  padding-bottom: 80px;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: visible;
  max-width: 55%;
  margin-bottom: 0px;
  margin-left: 0%;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slider {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.ucf2-section {
  padding-top: 128px;
  padding-bottom: 112px;
  background-color: #b6d0c1;
}

.accent-text-lg {
  width: 847px;
  max-width: 100%;
  margin-top: 0px;
  font-family: flood-std;
  color: #fff;
  font-size: 72px;
  line-height: 76px;
}

.m-b-70 {
  margin-bottom: 70px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.ucf-grid-right-side {
  max-width: 100%;
  padding: 20px 0px 5px 50px;
}

.div-block-17 {
  width: 100%;
  background-image: url('../images/YIR-2021-UCF-Humanitarian.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-signup-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #6bcaba;
}

.newsletter-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.newsletter-cta-wrap {
  width: 50%;
  margin-right: 30px;
}

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

.email-input {
  width: auto;
  height: 48px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding: 10px 115px 13px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #00567a;
  font-size: 17px;
  line-height: 30px;
}

.email-input:focus {
  border-color: #00567a;
}

.email-input::-webkit-input-placeholder {
  color: #00567a;
}

.email-input:-ms-input-placeholder {
  color: #00567a;
}

.email-input::-ms-input-placeholder {
  color: #00567a;
}

.email-input::placeholder {
  color: #00567a;
}

.flex-hor-left-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.submit-btn {
  padding: 13px 37px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #00567a;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: poynter-oldstyle-display;
  color: #6bcaba;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.submit-btn:hover {
  background-color: #fff;
  color: #00567a;
}

.footer-section {
  padding-top: 114px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-24 {
  height: 4px;
  max-width: 15%;
  margin-bottom: 30px;
  background-color: #fff;
}

.footer-col {
  width: 160px;
  max-width: 33%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.text-block-4 {
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  color: #00567a;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.footer-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #00567a;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.div-block-26 {
  display: none;
  max-width: 100%;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.burger-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.take-action-link {
  color: #00567a;
  text-decoration: none;
}

.ucf1-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 86, 122, 0.4)), to(rgba(0, 86, 122, 0.4))), url('../images/UCF-map-background.png');
  background-image: linear-gradient(180deg, rgba(0, 86, 122, 0.4), rgba(0, 86, 122, 0.4)), url('../images/UCF-map-background.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.values-icon {
  max-height: 56px;
  max-width: 56px;
}

.values-col {
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.values-col.second-row {
  margin-top: 60px;
}

.m-t-80 {
  margin-top: 80px;
}

.mission-values-section {
  padding-top: 88px;
  padding-bottom: 160px;
  background-color: #00567a;
}

.team-section {
  padding-top: 128px;
  padding-bottom: 96px;
  background-color: #fff;
}

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

.body-text {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
}

.team-section-description {
  width: 1034px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
}

.column-2 {
  padding-top: 10px;
}

.team-member-col {
  position: relative;
  width: 33%;
  margin-bottom: 70px;
  padding-right: 15px;
  padding-left: 15px;
}

.team-member-image {
  width: 93%;
  height: 320px;
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.07-PM2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-image.two {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.17-PM2x.png');
  background-size: 320px;
}

.team-member-image.three {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.35.37-PM2x.png');
  background-size: 320px;
}

.team-member-image.four {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.36.04-PM2x-1.png');
  background-size: 320px;
}

.team-member-image.five {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.36.19-PM2x.png');
  background-size: 320px;
}

.team-member-image.six {
  background-image: url('../images/Screen-Shot-2018-10-04-at-9.37.13-PM2x.png');
  background-size: 320px;
}

.team-member-name {
  width: 93%;
  margin-top: -24px;
  padding: 14px 10px 14px 30px;
  float: right;
  background-color: #00567a;
  font-family: FrutigerLTPro-Bold, Arial, sans-serif;
  color: #fff;
  font-size: 15px;
}

.stats-section {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #00567a;
  background-image: url('../images/Impact-Background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.div-block-32 {
  display: block;
  width: 742px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.stat-number {
  margin-bottom: 0px;
  font-family: flood-std;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
}

.about-history-section {
  padding-top: 128px;
  padding-bottom: 112px;
  background-color: #00567a;
}

.history-slide {
  width: 33.33%;
}

.history-slide-wrap {
  margin-right: 16px;
  margin-left: 16px;
}

.history-slider-item-image {
  width: 100%;
  height: 250px;
  background-image: url('../images/Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.div-block-34 {
  padding: 32px;
  background-color: #fff;
}

.text-block-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  bottom: -50px;
}

.mask {
  width: auto;
}

.div-block-35 {
  position: relative;
  top: 23px;
  padding-left: 32px;
}

.navbar-2 {
  position: relative;
  background-color: #092640;
  color: #092640;
}

.guidelines-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff;
}

.m-b-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -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;
}

.accent-heading {
  font-family: flood-std;
  color: #fff;
  font-size: 44px;
  line-height: 46px;
}

.accent-heading.blue {
  position: absolute;
  z-index: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #00567a;
}

.div-block-37 {
  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-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;
}

.youtube-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-left: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #6bcaba;
  border-radius: 50%;
  background-color: #6bcaba;
  background-image: url('../images/social-1_logo-youtube2x_1social-1_logo-youtube@2x.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.youtube-circle:hover {
  border-color: #00567a;
}

.instagram-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-left: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #6bcaba;
  border-radius: 50%;
  background-color: #6bcaba;
  background-image: url('../images/social-1_logo-instagram2x_1social-1_logo-instagram@2x.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.instagram-circle:hover {
  border-color: #00567a;
}

.rss-circle {
  width: 32px;
  height: 32px;
  margin-right: 7px;
  margin-left: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #6bcaba;
  border-radius: 50%;
  background-color: #6bcaba;
  background-image: url('../images/Group-512x_1Group 51@2x.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.rss-circle:hover {
  border-color: #00567a;
}

.paragraph {
  display: block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.latest-blog-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  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;
  grid-template-rows: auto;
}

.latest-blog-image-wrap {
  height: 416px;
  background-image: url('../images/Blog-post-image2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.latest-blog-content-wrap {
  padding: 60px 64px;
  background-color: #6bcaba;
}

.medium-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: poynter-oldstyle-display;
  font-size: 36px;
  line-height: 46px;
}

.medium-heading.smaller-on-tablet {
  color: #00567a;
}

.museum-section {
  display: block;
  padding-top: 64px;
  padding-bottom: 122px;
  background-color: rgba(111, 162, 135, 0.7);
}

.tabs-menu {
  display: none;
  padding: 10px;
  border-radius: 50px;
  background-color: #00567a;
  text-align: right;
}

.tabs {
  text-align: right;
}

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

.blog-post-tab-menu-link {
  background-color: hsla(0, 0%, 86.7%, 0);
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
  color: #6bcaba;
  text-decoration: underline;
}

.blog-post-tab-menu-link:hover {
  font-size: 16px;
  text-decoration: none;
}

.blog-post-tab-menu-link.w--current {
  border-radius: 50px;
  background-color: #fff;
  color: #00567a;
  text-decoration: none;
}

.div-block-39 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-40 {
  position: relative;
  width: 100%;
  background-color: #00567a;
}

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

.wpdm-img-1 {
  height: 300px;
  background-image: url('../images/DiduschEmailHeader-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-42 {
  position: relative;
  height: 321px;
  max-height: 321px;
  padding: 30px;
  text-align: left;
}

.div-block-43 {
  position: absolute;
  left: 30px;
  top: -9%;
  right: auto;
  bottom: auto;
}

.div-block-43.event {
  left: 30px;
  top: 38%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.white-sentence-link {
  display: block;
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.white-sentence-link:hover {
  opacity: 0.5;
}

.div-block-44 {
  position: relative;
  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;
  background-color: #00567a;
}

.div-block-45 {
  position: relative;
  height: 279px;
  background-image: url('../images/tree-planting.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-46 {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.tabs-content {
  margin-top: 60px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  margin-bottom: 15px;
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 19px;
  line-height: 29px;
}

.paragraph-2.white {
  margin-bottom: 15px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
}

.paragraph-2.right-aligned {
  color: #092640;
}

.paragraph-2.grey {
  color: rgba(0, 0, 0, 0.8);
}

.paragraph-2.grey.left-tab {
  padding-left: 40px;
}

.paragraph-2.left-aligned {
  font-weight: 400;
}

.div-block-48 {
  width: 393px;
  max-width: 100%;
}

.stories-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #00567a;
}

.stories-sidebar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 246px;
  margin-right: 64px;
}

.div-block-50 {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 768px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.stories-tabs-menu {
  margin-top: 40px;
}

.story-name {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #00567a;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
}

.story-name.claudia {
  background-color: #6bcaba;
  color: #00567a;
  cursor: pointer;
}

.story-name.zainab {
  cursor: pointer;
}

.story-name.caritas {
  cursor: pointer;
}

.story-name.euphrasie {
  cursor: pointer;
}

.story-name.unis {
  cursor: pointer;
}

.story-name.regina {
  cursor: pointer;
}

.stories-tab-content {
  position: relative;
  width: 100%;
  padding-top: 545px;
}

.stories-tab-content.claudia {
  display: block;
}

.stories-tab-content.zainab {
  display: none;
}

.stories-tab-content.caritas {
  display: none;
}

.stories-tab-content.eurphrasie {
  display: none;
}

.stories-tab-content.unis {
  display: none;
}

.stories-tab-content.regina {
  display: none;
}

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

.div-block-53 {
  width: 544px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-54 {
  padding-left: 63px;
}

.story-name-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: poynter-oldstyle-display;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
}

.story-body-text {
  margin-bottom: 32px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.success-message {
  background-color: #ddf6e6;
}

.text-block-8 {
  color: #00567a;
  font-weight: 400;
}

.page-transition-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: #00567a;
}

.lower-footer-wrap {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.lottie-animation {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.big-number {
  width: auto;
  max-width: 100%;
  margin-top: 0px;
  font-family: poynter-oldstyle-display;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
}

.big-number.blue {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Old Standard TT', sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 91px;
  font-style: italic;
  font-weight: 400;
}

.bignumber-subhead {
  width: auto;
  max-width: 100%;
  margin-top: 0px;
  font-family: poynter-oldstyle-display;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
}

.bignumber-subhead.blue {
  margin-top: 0px;
  font-family: FrutigerLTPro-Roman, Arial, sans-serif;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.take-action-row-2 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.services-image {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-align-center {
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.3px;
}

.text-align-center.teal {
  color: #092640;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0.3px;
}

.text-align-center.margin-top {
  padding-left: 40px;
}

.columns {
  margin-bottom: 50px;
}

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

.columns-3 {
  margin-bottom: 100px;
}

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

.columns-5 {
  margin-bottom: 70px;
}

.image-5 {
  margin-right: 20px;
  margin-bottom: 20px;
}

.text-block-9 {
  margin-right: 0px;
  margin-bottom: 15px;
  padding-right: 0px;
  float: none;
  direction: ltr;
  font-family: 'Old Standard TT', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 19px;
  line-height: 29px;
  white-space: normal;
}

.text-block-10 {
  margin-right: 0px;
  margin-bottom: 15px;
  font-family: 'Old Standard TT', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 19px;
  line-height: 29px;
  white-space: normal;
}

.text-block-10.green-text {
  color: #6fa287;
  font-size: 23px;
  font-weight: 700;
}

.quality-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fff;
}

.text-block-11 {
  font-family: 'Old Standard TT', sans-serif;
  color: #00567a;
  font-size: 19px;
  line-height: 29px;
}

.text-block-11.white {
  color: #fff;
  font-size: 19px;
  line-height: 29px;
}

.text-block-12 {
  font-family: 'Old Standard TT', sans-serif;
  color: #00567a;
  font-size: 19px;
  line-height: 29px;
}

.research-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #b6d0c1;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.wpdm-img-2 {
  height: 300px;
  background-image: url('../images/laptop.png');
  background-position: 50% 46%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wpdm-img-3 {
  height: 300px;
  background-image: url('../images/Russon.png');
  background-position: 50% 45%;
  background-size: cover;
  background-repeat: no-repeat;
}

.data-section {
  padding-top: 128px;
  padding-bottom: 112px;
  background-color: #fff;
}

.data-grid {
  max-width: 100%;
  margin-top: 28px;
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.data-grid-text-right-side {
  max-width: 100%;
  padding: 20px 0px 20px 50px;
}

.data-grid-text-left-side {
  max-width: 100%;
  padding: 20px 50px 20px 0px;
}

.publications-section {
  padding-top: 128px;
  padding-bottom: 112px;
  background-color: #092640;
}

.pubs-editor {
  width: auto;
  height: auto;
  max-width: 30%;
  margin-top: 5px;
  margin-right: 25px;
  float: left;
  clear: left;
  background-color: transparent;
}

.list-item {
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
}

.list {
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
}

.footer-text {
  margin-top: 50px;
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-logo {
  display: block;
  margin: 0px auto 50px;
  padding: 7px 15px;
  border-radius: 3px;
  background-color: transparent;
}

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

.footer {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #092640;
}

.social-wrap-2 {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  margin-left: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
}

.social-wrap-2:hover {
  border-color: #fcc900;
  background-color: #fcc900;
}

.social-wrap-2.footer-podcast {
  background-image: url('../images/social-icons-podcast.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.social-wrap-2.footer-podcast:hover {
  border-color: #b6d0c1;
  background-color: #6fa287;
}

.social-wrap-2.footer-podcast:focus {
  background-color: transparent;
}

.social-wrap-2.footer-insta {
  background-image: url('../images/social-icons-insta.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.social-wrap-2.footer-insta:hover {
  border-color: #b6d0c1;
  background-color: #6fa287;
}

.social-wrap-2.footer-insta:focus {
  background-color: transparent;
}

.social-wrap-2.footer-youtube {
  background-image: url('../images/youtube-logo_1youtube-logo.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.social-wrap-2.footer-youtube:hover {
  border-color: #b6d0c1;
  background-color: #6fa287;
}

.social-wrap-2.footer-youtube:focus {
  background-color: transparent;
}

.social-wrap-2.footer-twit {
  background-color: transparent;
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.social-wrap-2.footer-twit:hover {
  border-color: #b6d0c1;
  background-color: #6fa287;
}

.social-wrap-2.footer-face {
  background-image: url('../images/facebook_1facebook.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.social-wrap-2.footer-face:hover {
  border-color: #62b5e5;
  background-color: #6fa287;
}

.social-wrap-2.footer-face:active {
  border-color: #b6d0c1;
}

.social-wrap-2.footer-face:focus {
  background-color: transparent;
}

.footer-social-block {
  position: relative;
  width: 100%;
  text-align: center;
}

.link-block-2 {
  margin-bottom: 0px;
}

.abstract-views {
  position: absolute;
  z-index: 10;
  width: 90%;
  height: 224px;
  margin-left: 10%;
  background-color: transparent;
  background-image: url('../images/YIR-laptop-pics5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.data-img {
  width: 100%;
  background-image: url('../images/YIR-2021-pubs-covers2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aqua-img {
  width: 100%;
  background-image: url('../images/YIR-AQUA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pubs-img {
  width: 100%;
  background-image: url('../images/ju.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #b6d0c1;
}

.abstract-subhead {
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}

.abstract-subhead.grey {
  color: rgba(0, 0, 0, 0.8);
}

._2022-section {
  padding-top: 88px;
  padding-bottom: 100px;
  background-color: #fff;
}

.advocacy-image {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

._2021-grid {
  max-width: 100%;
  margin-top: 28px;
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aua2021-img {
  width: 100%;
  height: 500px;
  background-image: url('../images/YIR-2021-AUA-2022.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.data-grid-mobile {
  display: none;
}

.pubs-grid {
  max-width: 100%;
  margin-top: 28px;
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ucf-grid {
  max-width: 100%;
  margin-top: 150px;
  margin-bottom: 111px;
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 45px;
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.membership-brush-text {
  width: 365px;
  max-width: 100%;
  margin-top: 30px;
  font-family: 'Old Standard TT', sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 68px;
  font-style: italic;
  font-weight: 400;
}

.div-block-56 {
  padding-left: 40px;
}

.nav-link-3 {
  margin: 20px 37px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  letter-spacing: -1px;
}

.nav-link-3:hover {
  opacity: 0.5;
}

.nav-link-3.w--current {
  color: #354463;
  font-weight: 400;
  text-decoration: none;
}

.quote-div-research {
  position: relative;
  width: 50%;
  max-width: 50%;
  padding: 50px 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00567a;
}

.quote-div-research.teal {
  padding-bottom: 40px;
  background-color: #6fa287;
  color: #00567a;
}

.quote-div-guidelines {
  position: relative;
  width: 50%;
  max-width: 50%;
  padding: 50px 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #6fa287;
}

.quote-div-quality {
  position: relative;
  width: 50%;
  max-width: 50%;
  padding: 50px 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00567a;
}

.quote-div-quality.teal {
  padding-bottom: 40px;
  background-color: #6fa287;
  color: #00567a;
}

.link-4 {
  color: #092640;
}

.link-4:hover {
  color: rgba(9, 38, 64, 0.7);
}

.link-5 {
  color: #092640;
}

.link-5:hover {
  color: rgba(9, 38, 64, 0.7);
}

.link-6 {
  color: #092640;
}

.link-6:hover {
  color: rgba(9, 38, 64, 0.7);
}

.link-7 {
  color: #092640;
}

.link-7:hover {
  color: rgba(9, 38, 64, 0.7);
}

.abstract-subhead-2 {
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

.link-8 {
  color: #092640;
}

.link-8:hover {
  color: rgba(9, 38, 64, 0.7);
}

.dark-blue-link {
  color: #092640;
}

.dark-blue-link:hover {
  color: rgba(9, 38, 64, 0.7);
}

.image-7 {
  margin-right: 20px;
}

.plus {
  font-size: 12px;
  line-height: 13px;
}

.link-11 {
  color: #fff;
}

.link-11:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-12 {
  color: #fff;
}

.link-12:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-13 {
  color: #fff;
}

.link-13:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-14 {
  color: #fff;
}

.link-14:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-15 {
  color: #fff;
}

.link-15:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-16 {
  color: #fff;
}

.link-16:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-17 {
  color: #fff;
}

.link-17:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-18 {
  color: #fff;
}

.link-18:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-19 {
  color: #092640;
}

.link-19:hover {
  color: rgba(9, 38, 64, 0.7);
}

.link-20 {
  color: #092640;
}

.link-20:hover {
  color: rgba(9, 38, 64, 0.7);
}

.link-21 {
  color: #092640;
}

.link-21:hover {
  color: rgba(9, 38, 64, 0.7);
}

.ucf-grid-2 {
  margin-top: 35px;
  margin-bottom: 50px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ucf-image-1 {
  height: 300px;
  background-image: url('../images/Una-Lee.jpeg');
  background-position: 50% 45%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ucf-image-2 {
  height: 300px;
  background-image: url('../images/David-Rapp.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ucf-image-3 {
  height: 300px;
  background-image: url('../images/Catherine-deVries.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ucf-grid-text {
  font-family: 'Old Standard TT', sans-serif;
  color: #00567a;
  font-size: 19px;
  line-height: 29px;
}

.ucf-grid-text.white {
  margin-bottom: 15px;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
}

.div-block-49 {
  position: relative;
  height: 424px;
  max-height: 424px;
  padding: 30px;
  text-align: left;
}

.link-23 {
  color: #fff;
}

.link-23:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-24 {
  color: #fff;
}

.link-24:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-25 {
  color: #fff;
}

.link-25:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.abstract-subhead-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

.link-26 {
  color: #092640;
}

.link-26:hover {
  color: #092640;
}

.advocacy-div {
  position: relative;
  top: -43px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.education-div {
  position: relative;
  top: -32px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.research-div {
  position: relative;
  top: -16px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.data-div {
  position: relative;
  top: -30px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.membership-div {
  position: relative;
  top: -37px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.guidelines-div {
  position: relative;
  top: 4px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.museum-div {
  position: relative;
  top: -30px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.publications-div {
  position: relative;
  top: -31px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.quality-div {
  position: relative;
  top: -4px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

.ucf-div {
  position: relative;
  top: 71px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

._2022-div {
  position: relative;
  top: -29px;
  width: 0px;
  height: auto;
  max-height: none;
  max-width: 0px;
}

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

.ucf-button {
  padding: 11px 40px;
  background-color: #092640;
  font-family: 'Old Standard TT', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.ucf-button:hover {
  background-color: rgba(9, 38, 64, 0.7);
  color: #fff;
}

.heading-sm-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  text-align: right;
}

.heading-sm-2.white {
  color: #fff;
}

.heading-sm-2.right-aligned {
  color: #092640;
  text-align: right;
}

.abstract-subhead-2-no-bottom-pad {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Old Standard TT', sans-serif;
  color: #092640;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

.aua2022-purple {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: FrutigerLTPro-BoldItalic, Arial, sans-serif;
  color: #5d4884;
  font-size: 27px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
}

.aua2022-purple.white {
  color: #fff;
}

.aua2022-purple.right-aligned {
  color: #092640;
}

.grey-link {
  color: rgba(0, 0, 0, 0.8);
}

.grey-link:hover {
  color: rgba(0, 0, 0, 0.57);
}

html.w-mod-js *[data-ix="close-word-on-load"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="bottom-x-2"] {
  opacity: 0;
  -webkit-transform: rotate(-45deg) translate(0px, 50%);
  -ms-transform: rotate(-45deg) translate(0px, 50%);
  transform: rotate(-45deg) translate(0px, 50%);
}

html.w-mod-js *[data-ix="spring-initial-0"] {
  height: 0px;
}

html.w-mod-js *[data-ix="moose-nav-link-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="sliding-block"] {
  width: 0px;
}

html.w-mod-js *[data-ix="square-front"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="moose-nav-link-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="moose-nav-link-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="bottom-x"] {
  opacity: 0;
  -webkit-transform: rotate(45deg) translate(0px, 50%);
  -ms-transform: rotate(45deg) translate(0px, 50%);
  transform: rotate(45deg) translate(0px, 50%);
}

@media screen and (max-width: 991px) {
  .open-close-mask {
    height: 50px;
  }

  .close {
    line-height: 45px;
  }

  .open {
    line-height: 45px;
  }

  .sliding-block {
    max-width: 250px;
  }

  .nav-link-holder {
    max-width: 250px;
  }

  .splash-section {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    margin-top: 0px;
  }

  .menu-button {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .menu-button.w--open {
    margin-top: 10px;
  }

  .header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .nav-link-2 {
    display: none;
  }

  .nav-link-2.last {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .contain {
    width: 660px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contain.flex {
    display: block;
  }

  .contain.relative {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contain.home-contain {
    margin-top: -443px;
    margin-bottom: 190px;
    padding-right: 147px;
    padding-bottom: 0px;
  }

  .brand.footer {
    margin-bottom: 32px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .brand.nav {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .home-hero-section {
    padding-top: 203px;
    padding-bottom: 350px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .flex-hor-left-middle.tablet-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-hor-left-middle.center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .white-hero-div {
    width: 100%;
  }

  .white-hero-div.absolute {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .white-hero-div.story-quote {
    padding-bottom: 76px;
  }

  .white-hero-div.home {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 81px;
    padding-right: 119px;
    padding-bottom: 30px;
  }

  .hero-brush-text {
    margin-top: 0px;
  }

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

  .block-tag.center {
    margin-left: 0px;
  }

  .blue-sentence-link {
    font-size: 14px;
    line-height: 20px;
  }

  .take-action-row {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .take-action-column {
    width: 50%;
    margin-bottom: 40px;
  }

  .heading-sm.white {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-sm.smaller-on-tablet {
    font-size: 22px;
    line-height: 28px;
  }

  .education-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .headline-lrg {
    font-size: 34px;
    line-height: 36px;
  }

  .headline-lrg.blue {
    font-size: 36px;
    line-height: 41px;
  }

  .text-block.slider {
    position: static;
    margin-bottom: 30px;
  }

  .what-we-do-col {
    margin-top: 0px;
    margin-bottom: 64px;
  }

  .what-we-do-col.last {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .what-we-do-col-bg {
    margin-top: 85px;
    padding-bottom: 10px;
  }

  .surgical-vid {
    height: 275px;
  }

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

  .col-wrap {
    width: 100%;
  }

  .col-wrap.middle {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .membership-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brush-text {
    display: none;
    width: 100%;
    font-size: 35px;
    line-height: 46px;
  }

  .flex-vert-top-left {
    width: 25%;
    margin-right: 64px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .did-you-know-div {
    padding: 30px 32px;
  }

  .slide-nav {
    position: static;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
  }

  .slide-content-wrap {
    padding-top: 450px;
    padding-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image {
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0px;
    width: 550px;
    max-width: 100%;
  }

  .ucf2-section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .ucf-grid-right-side {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 32px;
  }

  .div-block-17 {
    height: auto;
    padding-right: 32px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .newsletter-cta-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flex-hor-left-stretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-section {
    padding-top: 56px;
    padding-bottom: 0px;
  }

  .div-block-22 {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-row {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .footer-col.middle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ucf1-section {
    background-image: url('../images/UCF-map-background.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .values-col {
    max-width: 33.33%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .values-col.second-row {
    margin-top: 15px;
  }

  .values-col.center {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .mission-values-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .team-section-description {
    margin-bottom: 64px;
  }

  .team-member-col {
    width: 50%;
  }

  .team-member-image {
    height: 272px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .team-member-image.two {
    background-size: contain;
  }

  .about-history-section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .history-slide {
    width: 50%;
  }

  .history-slider-item-image {
    height: 208px;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
  }

  .menu-button-3.w--open {
    background-color: transparent;
  }

  .nav-menu-3 {
    background-color: rgba(9, 38, 64, 0.7);
  }

  .icon-2 {
    color: #fff;
    font-size: 40px;
  }

  .div-block-37 {
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph {
    display: block;
    margin-top: 0px;
    margin-left: 6px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .latest-blog-image-wrap {
    height: 416px;
  }

  .latest-blog-content-wrap {
    padding: 32px;
  }

  .medium-heading.smaller-on-tablet {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-39 {
    display: block;
  }

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

  .wpdm-img-1 {
    height: 400px;
  }

  .div-block-42 {
    height: auto;
    max-height: none;
  }

  .div-block-43.event {
    top: 42%;
  }

  .div-block-45 {
    height: 217px;
  }

  .div-block-46 {
    padding-bottom: 60px;
  }

  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .paragraph-2 {
    font-size: 17px;
    line-height: 27px;
  }

  .paragraph-2.white {
    font-size: 17px;
    line-height: 27px;
  }

  .div-block-48 {
    width: 100%;
  }

  .stories-sidebar {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .image-4 {
    position: relative;
    width: 100%;
  }

  .stories-tab-content {
    padding-top: 0px;
  }

  .stories-tab-content.claudia {
    padding-top: 0px;
  }

  .div-block-51 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-53 {
    width: 100%;
  }

  .div-block-54 {
    margin-top: 60px;
    padding-left: 0px;
  }

  .big-number {
    font-size: 28px;
    line-height: 36px;
  }

  .bignumber-subhead {
    font-size: 28px;
    line-height: 36px;
  }

  .bignumber-subhead.blue {
    font-size: 35px;
  }

  .take-action-row-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-image {
    max-width: 80%;
    margin-bottom: -15px;
    padding-bottom: 0px;
  }

  .text-align-center {
    font-size: 17px;
    line-height: 27px;
  }

  .text-align-center.teal {
    font-size: 17px;
    line-height: 27px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-align-center.margin-top {
    padding-left: 0px;
  }

  .image-5 {
    display: inline-block;
    width: 39%;
    max-width: none;
  }

  .text-block-9 {
    font-size: 17px;
    line-height: 23px;
  }

  .text-block-10 {
    font-size: 17px;
    line-height: 27px;
  }

  .text-block-11.white {
    font-size: 17px;
    line-height: 27px;
  }

  .wpdm-img-2 {
    height: 400px;
  }

  .wpdm-img-3 {
    height: 400px;
    background-position: 50% 41%;
  }

  .data-section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .data-grid {
    grid-row-gap: 60px;
  }

  .data-grid-text-right-side {
    padding-bottom: 0px;
    padding-left: 32px;
  }

  .data-grid-text-left-side {
    padding-bottom: 0px;
    padding-left: 32px;
  }

  .publications-section {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .pubs-editor {
    max-width: 100%;
  }

  .abstract-views {
    height: 275px;
  }

  .data-img {
    height: auto;
    padding-right: 32px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .aqua-img {
    height: auto;
    padding-right: 32px;
    background-position: 31% 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pubs-img {
    height: auto;
    padding-right: 32px;
  }

  .abstract-subhead {
    font-size: 19px;
    line-height: 29px;
  }

  .abstract-subhead.grey {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 27px;
  }

  ._2022-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  ._2021-grid {
    grid-row-gap: 60px;
  }

  .aua2021-img {
    width: 300px;
    height: 100%;
    padding-right: 0px;
    background-position: 50% 0%;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pubs-grid {
    grid-row-gap: 60px;
  }

  .ucf-grid {
    margin-top: 0px;
    margin-bottom: 80px;
    grid-row-gap: 60px;
  }

  .membership-brush-text {
    width: 100%;
    font-size: 35px;
    line-height: 46px;
  }

  .image-6 {
    display: inline-block;
    width: 47%;
    max-width: none;
  }

  .nav-link-3 {
    display: none;
  }

  .quote-div-research {
    width: 576px;
    max-width: 100%;
    margin-top: 24px;
  }

  .quote-div-research.teal {
    margin-top: -101px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .quote-div-guidelines {
    width: 576px;
    max-width: 100%;
    margin-top: -40px;
  }

  .quote-div-quality {
    width: 576px;
    max-width: 100%;
    margin-top: 24px;
  }

  .quote-div-quality.teal {
    margin-top: 12px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .abstract-subhead-2 {
    font-size: 19px;
    line-height: 29px;
  }

  .image-7 {
    display: inline-block;
    width: 39%;
    max-width: none;
  }

  .image-8 {
    display: inline-block;
    width: 47%;
    max-width: none;
  }

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

  .ucf-image-1 {
    height: 400px;
  }

  .ucf-image-2 {
    height: 400px;
  }

  .ucf-image-3 {
    height: 400px;
  }

  .ucf-grid-text.white {
    font-size: 17px;
    line-height: 27px;
  }

  .div-block-49 {
    height: auto;
    max-height: none;
  }

  .abstract-subhead-3 {
    font-size: 19px;
    line-height: 29px;
  }

  .heading-sm-2.white {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-sm-2.smaller-on-tablet {
    font-size: 22px;
    line-height: 28px;
  }

  .abstract-subhead-2-no-bottom-pad {
    font-size: 18px;
    line-height: 29px;
  }

  .aua2022-purple {
    font-size: 29px;
    line-height: 42px;
  }

  .aua2022-purple.white {
    font-size: 22px;
    line-height: 28px;
  }

  .aua2022-purple.smaller-on-tablet {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-b-60 {
    margin-bottom: 0px;
  }

  .menu-column {
    min-height: 350px;
    border-color: #000 #fff #fff;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .menu-column.middle {
    border-top: 1px none #000;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.w--open {
    margin-top: 10px;
  }

  .contain {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contain.home-contain {
    margin-top: -468px;
    margin-bottom: 209px;
    padding-right: 40px;
    padding-bottom: 0px;
  }

  .home-hero-section {
    padding-bottom: 400px;
  }

  .flex-hor-left-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .flex-hor-left-middle.team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .white-hero-div.absolute {
    padding-bottom: 50px;
  }

  .take-action-row {
    padding-top: 0px;
    padding-bottom: 20px;
  }

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

  .headline-lrg {
    margin-bottom: 10px;
  }

  .what-we-do-col {
    max-width: 100%;
  }

  .what-we-do-col.last {
    max-width: 100%;
  }

  .what-we-do-col-bg {
    margin-top: 120px;
  }

  .surgical-vid {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .col-wrap {
    width: auto;
    max-width: 100%;
  }

  .brush-text {
    width: 100%;
    font-size: 40px;
    line-height: 54px;
  }

  .flex-vert-top-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .div-block-11 {
    margin-right: auto;
    margin-left: auto;
  }

  .slide-content-wrap {
    padding-top: 606px;
    padding-bottom: 0px;
  }

  .image {
    width: 100%;
  }

  .ucf2-section {
    padding-top: 60px;
  }

  .ucf-grid-right-side {
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-17 {
    margin-bottom: 0px;
    padding-top: 175px;
    padding-right: 0px;
    padding-bottom: 175px;
  }

  .form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .email-input {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-section {
    padding-bottom: 0px;
  }

  .footer-col.middle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ucf1-section {
    background-image: url('../images/UCF-map-background.png');
    background-position: 50% 50%;
  }

  .values-col {
    max-width: 50%;
  }

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

  .team-section-description {
    margin-bottom: 32px;
  }

  .team-member-image {
    width: 100%;
    height: 144px;
    background-size: cover;
  }

  .team-member-image.one {
    width: 100%;
    height: 144px;
  }

  .team-member-image.two {
    background-size: cover;
  }

  .team-member-name {
    width: 100%;
    margin-top: 0px;
  }

  .div-block-35 {
    padding-left: 0px;
    text-align: center;
  }

  .guidelines-section {
    padding-top: 0px;
  }

  .accent-heading.blue {
    position: static;
  }

  .latest-blog-grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .latest-blog-image-wrap {
    height: 312px;
  }

  .museum-section {
    padding-bottom: 80px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-post-tab-menu-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .big-number.blue {
    font-size: 110px;
  }

  .bignumber-subhead.blue {
    font-size: 30px;
    line-height: 55px;
  }

  .take-action-row-2 {
    padding-bottom: 40px;
  }

  .text-align-center {
    margin-bottom: 0px;
  }

  .text-align-center.margin-top {
    margin-top: 20px;
  }

  .columns {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-2 {
    margin-bottom: 0px;
  }

  .columns-3 {
    margin-bottom: 75px;
  }

  .columns-4 {
    margin-bottom: 0px;
  }

  .columns-5 {
    margin-bottom: 75px;
  }

  .quality-section {
    padding-top: 0px;
  }

  .research-section {
    padding-top: 30px;
  }

  .data-grid {
    display: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 0.25fr);
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .data-grid-text-right-side {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    text-align: center;
  }

  .data-grid-text-left-side {
    padding-bottom: 75px;
    padding-left: 0px;
    text-align: center;
  }

  .publications-section {
    padding-top: 50px;
  }

  .pubs-editor {
    max-width: 35%;
    margin-left: 10px;
  }

  .abstract-views {
    overflow: visible;
    width: 90%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .data-img {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding-top: 250px;
    padding-right: 0px;
    padding-bottom: 250px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .aqua-img {
    margin-bottom: 30px;
    padding-top: 250px;
    padding-right: 0px;
    padding-bottom: 250px;
  }

  .pubs-img {
    margin-bottom: 0px;
    padding-top: 200px;
    padding-right: 0px;
    padding-bottom: 200px;
  }

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

  .aua2021-img {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 200px;
    padding-right: 0px;
    padding-bottom: 200px;
  }

  .hidden {
    display: none;
  }

  .data-grid-mobile {
    display: block;
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .pubs-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 0.25fr);
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ucf-grid {
    display: block;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .membership-brush-text {
    width: 100%;
    font-size: 40px;
    line-height: 54px;
  }

  .quote-div-research {
    margin-top: -150px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .quote-div-research.teal {
    margin-top: -218px;
  }

  .quote-div-guidelines {
    margin-top: -150px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .quote-div-quality {
    margin-top: -150px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .quote-div-quality.teal {
    margin-top: -150px;
  }

  .aua2022-purple {
    font-size: 28px;
    line-height: 37px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    height: 60px;
  }

  .line2-1 {
    left: 0px;
    top: 19px;
    right: 0px;
    display: none;
  }

  .menu-button {
    height: 43px;
  }

  .menu-button.w--open {
    height: 43px;
    margin-top: 10px;
  }

  .nav-link {
    max-width: 100%;
  }

  .nav-link-2 {
    display: block;
    margin: 0px 10px;
    background-color: #fff;
  }

  .nav-link-2.w--current {
    background-color: #fff;
  }

  .nav-link-2.last {
    margin-bottom: 10px;
    background-color: transparent;
  }

  .contain.flex.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand.footer {
    padding-left: 0px;
  }

  .brand.nav {
    margin-bottom: 20px;
    text-align: left;
  }

  .flex-hor-left-middle.stretch-on-tablet {
    -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;
  }

  .flex-hor-left-middle.team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .white-hero-div {
    padding: 50px 30px 30px;
    text-align: center;
  }

  .white-hero-div.absolute {
    padding-top: 80px;
  }

  .white-hero-div.home {
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .hero-brush-text {
    font-size: 44px;
    line-height: 46px;
  }

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

  .heading-sm {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .headline-lrg {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .headline-lrg.blue {
    margin-bottom: 20px;
  }

  .div-block-4 {
    left: 0px;
    top: 0px;
    right: 0px;
    margin-left: 0px;
  }

  .what-we-do-col-bg {
    width: 100%;
    padding-top: 150px;
    text-align: center;
  }

  .surgical-vid {
    width: 80%;
    height: 250px;
    margin-right: 10%;
  }

  .membership-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/membership-bkgnd.jpg');
    background-image: linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), url('../images/membership-bkgnd.jpg');
    background-repeat: repeat, repeat, repeat;
  }

  .brush-text {
    display: none;
    margin-top: 20px;
  }

  .did-you-know-content-wrap {
    width: 100%;
  }

  .did-you-know-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -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;
    text-align: center;
  }

  .twitter-circle {
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .facebook-circle {
    margin-left: 5px;
  }

  .slide-nav {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: -40px;
    margin-top: 0px;
    text-align: center;
  }

  .slide-content-wrap {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image {
    position: static;
    z-index: 0;
    margin-bottom: 0px;
  }

  .ucf2-section {
    padding-bottom: 50px;
  }

  .accent-text-lg {
    font-size: 44px;
    line-height: 46px;
    text-align: center;
  }

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

  .footer-section {
    padding-bottom: 0px;
  }

  .div-block-22 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-col {
    text-align: left;
  }

  .footer-col.middle {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .nav-content-wrap {
    position: static;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    text-align: left;
  }

  .burger-4 {
    width: 55px;
    height: 55px;
    box-shadow: none;
  }

  .ucf1-section {
    position: static;
    z-index: 1;
  }

  .values-col {
    max-width: 75%;
    text-align: center;
  }

  .values-col.center {
    width: 80%;
    max-width: 80%;
  }

  .team-section {
    padding-top: 64px;
  }

  .team-member-col {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .stats-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .stat-number {
    font-size: 50px;
    line-height: 66px;
  }

  .history-slide {
    width: 100%;
  }

  .div-block-35 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .menu-button-3 {
    background-color: #092640;
  }

  .menu-button-3.w--open {
    background-color: transparent;
  }

  .nav-menu-3 {
    padding-bottom: 10px;
    background-color: rgba(9, 38, 64, 0.75);
  }

  .icon-2 {
    color: #fff;
  }

  .m-b-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-37 {
    width: 100%;
  }

  .youtube-circle {
    margin-left: 5px;
  }

  .instagram-circle {
    margin-left: 5px;
  }

  .rss-circle {
    margin-left: 5px;
  }

  .museum-section {
    padding-bottom: 64px;
  }

  .tabs {
    margin-top: 0px;
  }

  .div-block-39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-40 {
    width: 100%;
  }

  .div-block-40.second {
    margin-top: 20px;
  }

  .grid-2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wpdm-img-1 {
    height: 250px;
  }

  .paragraph-2.grey {
    text-align: left;
  }

  .big-number {
    font-size: 22px;
    line-height: 28px;
  }

  .big-number.blue {
    margin-bottom: 30px;
    font-size: 97px;
    text-align: center;
  }

  .bignumber-subhead {
    font-size: 22px;
    line-height: 28px;
  }

  .bignumber-subhead.blue {
    font-size: 29px;
    line-height: 55px;
    text-align: left;
  }

  .columns-3 {
    margin-bottom: 60px;
  }

  .columns-5 {
    margin-bottom: 60px;
  }

  .image-5 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .wpdm-img-2 {
    height: 250px;
  }

  .wpdm-img-3 {
    height: 250px;
  }

  .data-grid {
    display: none;
  }

  .abstract-views {
    width: 80%;
    height: 250px;
    margin-right: 10%;
  }

  .data-img {
    margin-bottom: 25px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .aqua-img {
    margin-bottom: 25px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pubs-img {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .abstract-subhead {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .aua2021-img {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .data-grid-mobile {
    display: block;
  }

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

  .membership-brush-text {
    margin-top: 20px;
  }

  .div-block-56 {
    padding-left: 0px;
  }

  .image-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-link-3 {
    display: block;
    margin: 0px 10px;
    background-color: #fff;
  }

  .nav-link-3.w--current {
    background-color: #fff;
  }

  .quote-div-research {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0px;
    padding: 30px 32px;
    text-align: center;
  }

  .quote-div-research.teal {
    margin-top: 0px;
  }

  .quote-div-guidelines {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0px;
    padding: 30px 32px;
    text-align: center;
  }

  .quote-div-quality {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0px;
    padding: 30px 32px;
    text-align: center;
  }

  .quote-div-quality.teal {
    margin-top: 0px;
  }

  .abstract-subhead-2 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .image-7 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image-8 {
    width: 100%;
  }

  .ucf-grid-2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ucf-image-1 {
    height: 250px;
  }

  .ucf-image-2 {
    height: 250px;
  }

  .ucf-image-3 {
    height: 250px;
  }

  .abstract-subhead-3 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .ucf-button {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-sm-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .abstract-subhead-2-no-bottom-pad {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .aua2022-purple {
    font-size: 23px;
    line-height: 35px;
  }
}

#w-node-_1276a775-b163-1ec9-1bcf-71263758fba8-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1276a775-b163-1ec9-1bcf-71263758fba9-e226be90 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_1276a775-b163-1ec9-1bcf-71263758fbaa-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_1276a775-b163-1ec9-1bcf-71263758fbbd-e226be90 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fbd620d0-bf8e-5141-d603-8059ba9aee2d-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f6bb9d10-409a-707d-aa95-4c16bd6cba8a-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_95a1e279-c1be-b1fe-c5e7-cc2588776ebb-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cdae2ee7-d142-9ad7-e2ed-013587599f86-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd85fe-e226be90 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd8609-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd8614-e226be90 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd8640-e226be90 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd864a-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd8654-e226be90 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_61e07c75-6374-79b6-951d-4798e194c343-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_24f27889-c0cc-b1bf-aade-3459c60c5826-e226be90 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f5de541e-f83c-4655-e735-ffd5ae0474dd-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ea2fe531-5d13-a3be-3c74-e0c4c584d883-e226be90 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_591a6677-d4fb-478c-2e4b-766b049ff5d5-e226be90 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_591a6677-d4fb-478c-2e4b-766b049ff5e9-e226be90 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_97b1435f-c86d-7ea5-14bc-4be427915727-6226be99 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6e4413d2-9ffc-df1a-d24c-19254c50faec-6226be99 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2590b437-4ff7-5678-bfed-7f798aa709f0-6226be99 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2590b437-4ff7-5678-bfed-7f798aa709fa-6226be99 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2590b437-4ff7-5678-bfed-7f798aa70a04-6226be99 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_6fd984fe-7914-cb7e-feb3-4f527023b723-6226be99 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6fd984fe-7914-cb7e-feb3-4f527023b72d-6226be99 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_6fd984fe-7914-cb7e-feb3-4f527023b737-6226be99 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c1f88009-a0a1-44fc-1bc0-8cdb654a75c3-6226be99 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c1f88009-a0a1-44fc-1bc0-8cdb654a75cf-6226be99 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c1f88009-a0a1-44fc-1bc0-8cdb654a75db-6226be99 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd85e9-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd85fe-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd8609-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd8614-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd862b-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd8640-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd864a-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd8654-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b4847910-bc7e-35a8-c1a6-9bdbc2fd866b-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_041f414f-5c39-6c4c-57d7-1d1d06ebfcdb-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ddfb6743-4408-d7f6-37c2-920baaddc80b-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ae8852ae-bb44-e227-ccae-d08d1cbfca80-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_921f884e-4924-13bb-f9ea-b9570a5b7f25-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_055eaef8-cda4-f287-34eb-bb2e33b8bdca-e226be90 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_591a6677-d4fb-478c-2e4b-766b049ff5d5-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_2590b437-4ff7-5678-bfed-7f798aa709db-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2590b437-4ff7-5678-bfed-7f798aa709f0-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2590b437-4ff7-5678-bfed-7f798aa709fa-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2590b437-4ff7-5678-bfed-7f798aa70a04-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6fd984fe-7914-cb7e-feb3-4f527023b70e-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6fd984fe-7914-cb7e-feb3-4f527023b723-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6fd984fe-7914-cb7e-feb3-4f527023b72d-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6fd984fe-7914-cb7e-feb3-4f527023b737-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c1f88009-a0a1-44fc-1bc0-8cdb654a75ae-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c1f88009-a0a1-44fc-1bc0-8cdb654a75c3-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c1f88009-a0a1-44fc-1bc0-8cdb654a75cf-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c1f88009-a0a1-44fc-1bc0-8cdb654a75db-6226be99 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1276a775-b163-1ec9-1bcf-71263758fbaa-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1276a775-b163-1ec9-1bcf-71263758fbbd-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-fbd620d0-bf8e-5141-d603-8059ba9aee2d-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f6bb9d10-409a-707d-aa95-4c16bd6cba8a-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_95a1e279-c1be-b1fe-c5e7-cc2588776ebb-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-cdae2ee7-d142-9ad7-e2ed-013587599f86-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_24f27889-c0cc-b1bf-aade-3459c60c5826-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ea2fe531-5d13-a3be-3c74-e0c4c584d883-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_591a6677-d4fb-478c-2e4b-766b049ff5e9-e226be90 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_97b1435f-c86d-7ea5-14bc-4be427915727-6226be99 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_6e4413d2-9ffc-df1a-d24c-19254c50faec-6226be99 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}

@font-face {
  font-family: 'FrutigerLTPro-LightCndItalic';
  src: url('../fonts/Linotype---FrutigerLTPro-LightCnIta.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-Light';
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-Black';
  src: url('../fonts/Linotype---FrutigerLTPro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-BlackCnd';
  src: url('../fonts/Linotype---FrutigerLTPro-BlackCn.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-BlackItalic';
  src: url('../fonts/Linotype---FrutigerLTPro-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-BlackCndItalic';
  src: url('../fonts/Linotype---FrutigerLTPro-BlackCnIta.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-BoldCn';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-BoldCndItalic';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldCnIta.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-BoldItalic';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-CndItalic';
  src: url('../fonts/Linotype---FrutigerLTPro-CondensedIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-Cnd';
  src: url('../fonts/Linotype---FrutigerLTPro-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-LightCnd';
  src: url('../fonts/Linotype---FrutigerLTPro-LightCn.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-LightItalic';
  src: url('../fonts/Linotype---FrutigerLTPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTPro-Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}