:root {
  --aua-dark-blue: #00567a;
  --aua-accent-teal: #6bcaba;
  --aua-darkest-blue: #092640;
  --white: white;
  --aua-green: #6fa287;
  --aua-lightest-green: #b6d0c1;
  --dropshadow: rgba(85, 85, 85, .2);
  --ucf-green: #7a9b62;
  --ucf-grey: #7c878e;
  --ucf-blue: #41748d;
  --black: black;
  --aua-darkest-green: #6a7970;
  --aua22-purple: #5d4884;
}

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

a {
  color: var(--aua-dark-blue);
  text-decoration: underline;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.body {
  color: var(--aua-dark-blue);
  font-family: komet;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

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

.nav-link-2.w--current {
  color: var(--aua-dark-blue);
  font-weight: 400;
  text-decoration: none;
}

.hero-container {
  color: var(--aua-accent-teal);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.hero-section {
  background-image: linear-gradient(rgba(111, 162, 135, .7), rgba(111, 162, 135, .7));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 450px;
  padding-bottom: 450px;
  display: flex;
}

.green-div {
  z-index: auto;
  background-color: rgba(111, 162, 135, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px 65px;
  display: flex;
  position: relative;
  left: auto;
}

.block-tag {
  background-color: var(--aua-darkest-blue);
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 40px;
  font-family: Old Standard TT, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
}

.block-tag.block-tag-white {
  background-color: var(--white);
  color: var(--aua-darkest-blue);
}

.block-tag.block-tag-green {
  background-color: var(--aua-green);
}

.block-tag.block-tag-ucf {
  background-color: #7a9b62;
}

.advocacy-section {
  background-color: var(--white);
  color: var(--aua-accent-teal);
  padding-top: 50px;
  padding-bottom: 25px;
}

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

.education-section {
  background-color: var(--aua-green);
  padding-top: 75px;
  padding-bottom: 70px;
}

.header {
  color: #fff;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 75px;
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.header.padding-25 {
  margin-bottom: 25px;
}

.top-text {
  z-index: auto;
  background-color: var(--aua-lightest-green);
  color: var(--aua-darkest-blue);
  text-transform: capitalize;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 40px;
  font-family: Old Standard TT, sans-serif;
  font-weight: 400;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: auto;
}

.membership-section {
  background-image: linear-gradient(rgba(9, 38, 64, .8), rgba(9, 38, 64, .8)), url('../images/membership-bkgnd.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 75px;
  padding-bottom: 75px;
}

.content-wrapper {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding-top: 65px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.divider {
  z-index: auto;
  background-color: var(--white);
  width: 15%;
  max-width: 15%;
  height: 3px;
  margin-bottom: 0;
  position: relative;
  left: auto;
}

.burger-4 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px rgba(40, 7, 128, .15);
}

.take-action-link {
  color: var(--aua-dark-blue);
  text-decoration: none;
}

.ucf-section {
  background-image: linear-gradient(rgba(65, 116, 141, .7), rgba(65, 116, 141, .7)), url('../images/UCF-map-background.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 75px;
}

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

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

.guidelines-section {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 75px;
}

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

.middle-text {
  color: #fff;
  text-align: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Old Standard TT, sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: 400;
  line-height: 120px;
}

.bottom-text {
  color: #fff;
  text-align: center;
  width: auto;
  max-width: none;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: FrutigerLTPro-Roman, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.body-text {
  color: var(--aua-darkest-blue);
  text-align: center;
  letter-spacing: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.columns {
  margin-bottom: 50px;
}

.quality-section {
  background-color: var(--white);
  padding-top: 75px;
  padding-bottom: 75px;
}

.research-section {
  background-color: var(--aua-lightest-green);
  padding-top: 50px;
  padding-bottom: 75px;
}

.link-white-to-blue {
  color: var(--white);
  transition: color .5s;
}

.link-white-to-blue:hover {
  color: var(--aua-darkest-blue);
}

.data-section {
  background-color: var(--white);
  padding-top: 75px;
  padding-bottom: 75px;
}

.publications-section {
  background-color: var(--aua-darkest-blue);
  padding-top: 50px;
  padding-bottom: 60px;
}

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

.list {
  color: var(--aua-darkest-blue);
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.footer-logo {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}

.footer {
  background-color: var(--aua-darkest-blue);
  width: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

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

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

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

.social-wrap-2.footer-insta:hover {
  border-color: var(--aua-lightest-green);
  background-color: var(--aua-green);
}

.social-wrap-2.footer-insta:focus {
  background-color: rgba(0, 0, 0, 0);
}

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

.social-wrap-2.footer-youtube:hover {
  border-color: var(--aua-lightest-green);
  background-color: var(--aua-green);
}

.social-wrap-2.footer-youtube:focus {
  background-color: rgba(0, 0, 0, 0);
}

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

.social-wrap-2.footer-twit:hover {
  border-color: var(--aua-lightest-green);
  background-color: var(--aua-green);
}

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

.social-wrap-2.footer-face:hover {
  background-color: var(--aua-green);
  border-color: #62b5e5;
}

.social-wrap-2.footer-face:active {
  border-color: var(--aua-lightest-green);
}

.social-wrap-2.footer-face:focus {
  background-color: rgba(0, 0, 0, 0);
}

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

.footer-logo-link {
  margin-bottom: 50px;
}

.team-section {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 75px;
}

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

.nav-link-3 {
  letter-spacing: -1px;
  margin: 20px 37px;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: opacity .2s;
}

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

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

.number {
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-family: Old Standard TT, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.header-3 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Old Standard TT, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.block-tag-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -71px;
}

.block-tag-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: block;
  position: static;
  top: -95px;
}

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

.body-text-3 {
  color: var(--aua-darkest-blue);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.body-text-3.padding-75 {
  margin-bottom: 75px;
}

.green-background {
  z-index: 1;
  background-color: var(--aua-green);
  width: 50%;
  max-width: 50%;
  padding: 30px 30px 15px;
  position: relative;
}

.body-text-4 {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bold {
  font-weight: 700;
}

.blue-background {
  background-color: var(--aua-darkest-blue);
  width: 52%;
  max-width: 52%;
  height: auto;
  padding: 30px 65px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header-4 {
  border-bottom: 2px solid var(--aua-green);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-bottom: 10px;
  font-family: Old Standard TT, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.research-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-flow: row;
}

.number-2 {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.header-5 {
  color: var(--aua-green);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.header-5.additional-height {
  line-height: 30px;
}

.header-5.additional-height.bold {
  font-weight: 700;
}

.data-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
}

.header-6 {
  color: var(--aua-darkest-blue);
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.header-6.italic {
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.data-image {
  width: auto;
  max-width: 100%;
  height: auto;
}

.list-2 {
  color: var(--aua-darkest-blue);
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.button {
  background-color: var(--aua-green);
  box-shadow: 5px 5px 11px -6px var(--dropshadow);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  font-family: FrutigerLTPro-Bold, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .5s;
}

.button:hover {
  background-color: var(--aua-darkest-blue);
  color: var(--white);
}

.link-blue-to-white {
  color: var(--aua-darkest-blue);
  transition: color .5s;
}

.link-blue-to-white:hover {
  color: var(--white);
}

.leadership-section {
  background-image: linear-gradient(to bottom, var(--aua-green), var(--aua-green));
  padding-top: 50px;
  padding-bottom: 75px;
}

.body-text-6 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 75px;
  font-family: Old Standard TT, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.body-text-6.dark-navy {
  color: var(--aua-darkest-blue);
}

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

.multi-grid-div-1 {
  background-image: url('../images/6216f39edb040b1d250c6030_CPJ_2501_Resized.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 15px;
}

.multi-grid-div-2 {
  background-image: url('../images/622a500a2f547e51f5f3f635_iStock-1141239154.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 15px;
}

.multi-grid-div-3 {
  background-image: url('../images/62263056918c4502b190ba24_iStock-589546222-edit.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 15px;
}

.blue-background-2 {
  background-image: linear-gradient(to bottom, var(--aua-darkest-blue), var(--aua-darkest-blue));
  height: auto;
  padding: 15px;
}

.body-text-7 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.header-7 {
  border-bottom: 2px solid var(--aua-green);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 7px;
  font-family: Old Standard TT, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.link-white-to-green {
  color: var(--white);
  transition: color .5s;
}

.link-white-to-green:hover {
  color: var(--aua-green);
}

.membership-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 0;
}

.header-8 {
  color: #fff;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding-right: 30px;
  font-family: Old Standard TT, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  line-height: 55px;
}

.white-background {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  height: auto;
  padding: 30px 30px 15px;
}

.header-9 {
  color: var(--aua-green);
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.body-text-8 {
  color: var(--aua-darkest-blue);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.small-text {
  margin-left: 2px;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  top: -3px;
}

.small-text.green {
  color: var(--aua-green);
}

.content-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.membership-grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
  margin-bottom: 0;
}

.body-text-11 {
  color: var(--aua-darkest-blue);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.callout {
  color: var(--aua-green);
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
}

.match-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: auto;
  margin-bottom: 15px;
}

.header-12 {
  color: var(--aua-darkest-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Old Standard TT, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.fellowship-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
}

.blue-background-3 {
  z-index: 1;
  background-color: var(--aua-darkest-blue);
  width: 50%;
  max-width: 50%;
  padding: 30px 30px 15px;
  position: relative;
}

.guidelines-div {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Guidelines.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55%;
  max-width: 55%;
  height: 85%;
  max-height: 85%;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navbar-dropdown-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -35px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
  position: static;
}

.navbar-menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.bottom-line {
  background-color: var(--white);
  width: 40px;
  height: 3px;
}

.menu-icon-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .5s;
  display: block;
}

.menu-icon-container:hover {
  opacity: .7;
}

.logo {
  width: 165px;
  max-width: none;
  height: auto;
  transition: opacity .5s;
  position: static;
}

.logo:hover {
  opacity: .7;
}

.navbar-dropdown {
  background-color: var(--aua-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.menu-icon-wrapper {
  flex-direction: row;
  align-items: center;
  display: block;
}

.middle-line {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.logo-link {
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding-left: 0;
  display: block;
  position: static;
}

.menu-icon {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  position: static;
}

.navbar-link {
  color: var(--white);
  margin: 0 0 28px;
  padding: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
  position: static;
}

.navbar-link:hover {
  color: var(--aua-darkest-blue);
  text-decoration: underline;
}

.navbar-link:active {
  color: var(--aua-darkest-blue);
}

.navbar-link:focus {
  color: var(--aua-darkest-blue);
  text-decoration: underline;
}

.navbar-link:visited {
  color: var(--white);
}

.navbar-link.w--current {
  color: #000;
}

.top-line {
  background-color: var(--white);
  width: 40px;
  height: 3px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar-container {
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  z-index: 100;
  background-color: var(--aua-darkest-blue);
  box-shadow: 0 7px 11px 6px var(--dropshadow);
  border-bottom: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 20px 5%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.advocacy {
  width: 0;
  height: 0;
  position: relative;
  top: -120px;
}

.multi-grid-div-4 {
  background-image: url('../images/Museum_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 15px;
}

.multi-grid-div-5 {
  background-image: url('../images/Museum_6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 15px;
}

.multi-grid-div-6 {
  background-image: url('../images/Museum_7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 15px;
}

.pubs-image-2 {
  float: right;
  width: 480px;
  max-width: none;
  margin-top: 4px;
  margin-left: 15px;
  margin-right: 0;
}

.quality-div {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/YIR-Quality.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  max-width: 55%;
  height: 55%;
  max-height: 55%;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-ucf {
  color: var(--white);
  transition: color .5s;
}

.link-ucf:hover {
  color: var(--ucf-green);
}

.ucf-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 75px;
}

.header-13 {
  color: var(--ucf-green);
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.body-text-14 {
  color: var(--ucf-grey);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.list-3 {
  color: var(--ucf-grey);
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Old Standard TT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.blue-bold {
  color: var(--ucf-blue);
  font-weight: 700;
}

.button-2 {
  box-shadow: 5px 5px 11px -6px var(--dropshadow);
  color: var(--white);
  text-align: center;
  background-color: #7a9b62;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  font-family: FrutigerLTPro-Bold, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .5s;
}

.button-2:hover {
  color: var(--white);
  background-color: #a9c47f;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.education, .research, .data, .leadership-and-business, .membership, .guidelines, .museum, .publications, .quality, .ucf {
  width: 0;
  height: 0;
  position: relative;
  top: -120px;
}

.booth-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 75px;
}

.lightbox-link {
  transition: opacity .5s;
}

.lightbox-link:hover {
  opacity: .7;
}

.lightbox-image {
  width: 100%;
  max-width: 100%;
}

.match-div {
  background-image: url('../images/Image16.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 317px;
  max-height: 317px;
}

.link-blue-to-green {
  color: var(--aua-darkest-blue);
  transition: color .5s;
}

.link-blue-to-green:hover {
  color: var(--aua-green);
}

.dei-image {
  float: right;
  width: 290px;
  max-width: 290px;
  margin-top: 4px;
  margin-left: 15px;
}

.education-image {
  float: right;
  width: 290px;
  max-width: 290px;
  margin-top: 4px;
  margin-left: 40px;
}

.ucf-image {
  width: 400px;
  max-width: none;
  margin-bottom: 75px;
}

.ucf-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.link-ucf-2 {
  color: var(--ucf-blue);
  font-weight: 700;
  transition: color .5s;
}

.link-ucf-2:hover {
  color: var(--ucf-green);
}

.link-image {
  transition: opacity .5s;
}

.link-image:hover {
  opacity: .7;
}

.data-image-2 {
  width: auto;
  max-width: 100%;
  height: auto;
  display: none;
}

.stewardship-section {
  background-color: rgba(111, 162, 135, .7);
  padding-top: 50px;
  padding-bottom: 75px;
  display: block;
}

.stewardship {
  width: 0;
  height: 0;
  position: relative;
  top: -120px;
}

.header-10 {
  color: var(--aua-darkest-blue);
  text-align: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.fill {
  background-color: var(--aua-green);
  border-radius: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.fill._38 {
  width: 38%;
}

.fill._16 {
  width: 16%;
}

.fill._18 {
  width: 18%;
}

.fill._1 {
  width: 1%;
}

.fill._2 {
  width: 2%;
}

.fill._4 {
  width: 4%;
}

.fill._23 {
  width: 23%;
}

.fill._9 {
  width: 9%;
}

.fill._10 {
  width: 10%;
}

.fill._19 {
  width: 19%;
}

.fill._11 {
  width: 11%;
}

.fill._5 {
  width: 5%;
}

.fill._17 {
  width: 17%;
}

.fill._6 {
  width: 6%;
}

.fs-name {
  color: var(--aua-darkest-blue);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: FrutigerLTPro-Roman, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.fs-progress-bar {
  border: 1px solid var(--aua-green);
  color: rgba(0, 0, 0, 0);
  border-radius: 0;
  height: 5px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}

.fs-wrapper {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.fs-columns {
  margin-bottom: 55px;
}

.fs-columns._2 {
  margin-bottom: 0;
}

.fs-percentage {
  float: right;
  color: var(--aua-darkest-blue);
  letter-spacing: 0;
  margin-right: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.team-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header-11 {
  color: var(--aua-green);
  text-align: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.header-11._2 {
  margin-bottom: 0;
}

.header-14 {
  color: var(--aua-green);
  text-align: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

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

.team-div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headshot-text {
  color: var(--aua-darkest-blue);
  text-align: center;
  letter-spacing: 0;
  font-family: Old Standard TT, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.headshot {
  width: 140px;
  max-width: none;
  margin-bottom: 15px;
}

.headshot-title {
  font-family: FrutigerLTPro-Light, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

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

.team {
  width: 0;
  height: 0;
  position: relative;
  top: -120px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .close, .open {
    line-height: 45px;
  }

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

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

  .hero-container {
    width: 650px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-section {
    object-fit: fill;
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .green-div {
    width: 75%;
    padding-bottom: 55px;
  }

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

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

  .header {
    font-size: 35px;
    line-height: 45px;
  }

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

  .content-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .guidelines-section {
    padding-bottom: 140px;
  }

  .middle-text {
    margin-bottom: 20px;
    font-size: 110px;
    line-height: 110px;
  }

  .bottom-text {
    margin-top: 40px;
    font-size: 30px;
    line-height: 30px;
  }

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

  .quality-section, .research-section {
    padding-bottom: 140px;
  }

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

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

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

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

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

  .header-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .body-text-3 {
    font-size: 17px;
    line-height: 27px;
  }

  .green-background {
    top: 65px;
  }

  .body-text-4 {
    font-size: 17px;
    line-height: 27px;
  }

  .blue-background {
    max-width: none;
    padding-left: 45px;
    padding-right: 45px;
  }

  .header-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .header-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .header-5.additional-height {
    font-size: 17px;
    line-height: 27px;
  }

  .header-6 {
    font-size: 34px;
    line-height: 44px;
  }

  .data-image {
    height: auto;
  }

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

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

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

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

  .header-7 {
    font-size: 17px;
    line-height: 27px;
  }

  .header-8 {
    width: 100%;
    padding-right: 0;
    font-size: 40px;
    line-height: 55px;
  }

  .white-background {
    padding-bottom: 15px;
  }

  .header-9 {
    font-size: 35px;
    line-height: 45px;
  }

  .body-text-8 {
    font-size: 17px;
    line-height: 27px;
  }

  .small-text {
    font-size: 12px;
    line-height: 12px;
    top: -2px;
  }

  .content-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

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

  .header-12 {
    font-size: 20px;
    line-height: 30px;
  }

  .blue-background-3 {
    top: 65px;
  }

  .guidelines-div {
    background-position: 50%;
    background-size: cover;
    width: 52%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .navbar-menu-button {
    margin-left: 0;
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .bottom-line {
    background-color: var(--white);
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .navbar-dropdown {
    z-index: auto;
    background-color: var(--aua-green);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .middle-line {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .menu-icon {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .navbar-link {
    margin-top: 0;
    margin-bottom: 28px;
    padding: 0;
    font-size: 28px;
    position: static;
  }

  .top-line {
    background-color: var(--white);
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-container {
    grid-auto-columns: 1fr;
  }

  .pubs-image-2 {
    width: 450px;
  }

  .quality-div {
    width: 52%;
    max-width: none;
    height: 55%;
    max-height: none;
  }

  .header-13 {
    font-size: 35px;
    line-height: 45px;
  }

  .body-text-14, .list-3 {
    font-size: 17px;
    line-height: 27px;
  }

  .match-div {
    margin-bottom: 25px;
  }

  .data-image-2 {
    height: auto;
  }

  .header-10 {
    font-size: 34px;
    line-height: 44px;
  }

  .fs-name {
    letter-spacing: 1.3px;
    font-size: 12px;
  }

  .fs-columns {
    margin-bottom: 55px;
  }

  .fs-percentage {
    font-size: 16px;
  }

  .header-11 {
    font-size: 30px;
    line-height: 40px;
  }

  .header-14 {
    width: 100%;
    padding-right: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .headshot-text {
    font-size: 17px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    align-items: flex-start;
    padding-bottom: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .green-div {
    width: 100%;
    padding: 75px 50px 50px;
  }

  .advocacy-section, .education-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    margin-bottom: 75px;
  }

  .membership-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .ucf-section {
    background-image: url('../images/UCF-map-background.png');
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .guidelines-section {
    padding: 50px 20px 75px;
  }

  .museum-section {
    padding: 75px 20px;
  }

  .body-text {
    margin-bottom: 0;
  }

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

  .quality-section {
    padding: 75px 20px;
  }

  .research-section {
    padding: 50px 20px 75px;
  }

  .data-section {
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .publications-section {
    padding: 50px 20px 60px;
  }

  .footer, .team-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    margin-bottom: 50px;
  }

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

  .body-text-3 {
    margin-bottom: 5px;
  }

  .green-background {
    width: auto;
    max-width: none;
    position: static;
  }

  .body-text-4 {
    margin-bottom: 15px;
  }

  .blue-background {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .header-4 {
    margin-bottom: 35px;
  }

  .header-5 {
    margin-bottom: 0;
  }

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

  .header-6 {
    margin-bottom: 25px;
  }

  .data-image {
    display: none;
  }

  .leadership-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-text-6 {
    margin-bottom: 75px;
  }

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

  .multi-grid-div-1, .multi-grid-div-2, .multi-grid-div-3 {
    height: 175px;
  }

  .body-text-7 {
    margin-bottom: 0;
  }

  .header-7 {
    margin-bottom: 12px;
  }

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

  .header-8 {
    width: 100%;
    font-size: 40px;
    line-height: 55px;
  }

  .header-9, .body-text-8 {
    margin-bottom: 25px;
  }

  .body-text-11 {
    margin-bottom: 15px;
  }

  .fellowship-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .blue-background-3 {
    width: auto;
    max-width: none;
    position: static;
  }

  .guidelines-div {
    width: auto;
    height: 400px;
    position: static;
  }

  .navbar-link {
    font-size: 28px;
  }

  .navbar {
    min-height: 4rem;
  }

  .multi-grid-div-4, .multi-grid-div-5, .multi-grid-div-6 {
    height: 175px;
  }

  .pubs-image-2 {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .quality-div {
    width: auto;
    height: 400px;
    position: static;
  }

  .ucf-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .header-13 {
    margin-bottom: 25px;
  }

  .body-text-14 {
    margin-bottom: 15px;
  }

  .booth-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .match-div {
    margin-bottom: 15px;
  }

  .dei-image {
    float: none;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .education-image {
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .ucf-image {
    width: 375px;
  }

  .data-image-2 {
    display: block;
  }

  .stewardship-section {
    padding: 50px 20px 75px;
  }

  .header-10 {
    margin-bottom: 50px;
  }

  .fs-columns-right {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-name {
    font-size: 12px;
  }

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

  .fs-columns {
    margin-bottom: 55px;
  }

  .fs-percentage {
    font-size: 16px;
  }

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

  .team-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .header-11 {
    margin-bottom: 25px;
  }

  .header-14 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .headshot-grid {
    flex-flow: column;
    display: flex;
  }

  .headshot-text {
    margin-bottom: 0;
  }

  .headshot-grid-2 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .line2-1 {
    display: none;
    top: 19px;
    left: 0;
    right: 0;
  }

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

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

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

  .hero-section {
    padding-top: 275px;
    padding-bottom: 275px;
  }

  .green-div {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 75px 20px 30px;
    display: flex;
  }

  .block-tag {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header {
    margin-bottom: 75px;
    font-size: 28px;
    line-height: 38px;
  }

  .membership-section {
    background-image: linear-gradient(rgba(9, 38, 64, .8), rgba(9, 38, 64, .8)), url('../images/membership-bkgnd.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .content-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .divider {
    width: 15%;
    max-width: 15%;
  }

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

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

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

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

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

  .middle-text {
    text-align: center;
    font-size: 90px;
    line-height: 90px;
  }

  .bottom-text {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .column {
    margin-bottom: 50px;
  }

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

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

  .number {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .header-3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .blue-background {
    padding: 30px 20px;
  }

  .research-grid {
    grid-template-columns: auto auto;
  }

  .number-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .header-6 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 38px;
  }

  .leadership-section {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/membership-bkgnd.jpg');
    background-repeat: repeat, repeat, repeat;
  }

  .body-text-7 {
    font-size: 17px;
    line-height: 25px;
  }

  .header-8 {
    margin-top: 0;
  }

  .header-9 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 38px;
  }

  .header-12 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
  }

  .fellowship-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
  }

  .navbar-dropdown-wrapper {
    margin-top: -75px;
  }

  .navbar-dropdown {
    z-index: auto;
  }

  .navbar-link {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .navbar-link.w--current {
    color: #f0a746;
  }

  .header-13 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 38px;
  }

  .ucf-image {
    width: 300px;
  }

  .stewardship-section {
    padding-bottom: 75px;
  }

  .header-10 {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 38px;
  }

  .fs-name {
    margin-right: 35px;
    font-size: 12px;
    line-height: 20px;
  }

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

  .fs-percentage {
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .fs-columns-left {
    margin-bottom: 0;
  }

  .header-11 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 38px;
  }

  .header-14 {
    margin-top: 0;
    font-size: 38px;
    line-height: 48px;
  }
}

#w-node-b1720443-b8b8-34fb-0ea1-f5ab863cbb45-453cb1fa, #w-node-e5cc0e46-46eb-9c3f-1a47-d0c1abadce4d-453cb1fa, #w-node-_2cf2c031-dc33-db73-74c5-e37446ab00fa-453cb1fa, #w-node-_14970311-2843-a0bd-b003-1895ec475251-453cb1fa, #w-node-e2b01298-a93f-6399-577c-7db3d64d267b-453cb1fa, #w-node-e94778f5-fb7b-7440-7c79-fb50c4536002-453cb1fa, #w-node-_55ad0a04-7e5a-188b-ff59-1681b3be3fff-453cb1fa, #w-node-da2caf62-b99b-44be-8917-c1570c179ac2-453cb1fa, #w-node-_95c8791b-7d13-7010-461d-493e3f1af01d-453cb1fa, #w-node-_739b6ef9-56cc-42b7-081b-1f9099729be3-453cb1fa {
  align-self: center;
}

#w-node-_0817a69d-c322-598a-f447-9922140d22be-453cb1fa, #w-node-_4b34b560-8632-60e6-4229-26eeda16ecaa-453cb1fa, #w-node-_5a82afec-4639-3a1b-ac88-3f5e306bd416-453cb1fa, #w-node-_1b6d31c4-f0ad-5c44-7a16-b6e8b4255e75-453cb1fa, #w-node-_4e1b9df0-6650-0cc5-7b92-d930eb9fee4e-453cb1fa, #w-node-e6dc642e-8a10-b242-f920-e7259c15fe06-453cb1fa, #w-node-ab6c72f6-ccfd-bc6e-cd08-26cae4413208-453cb1fa, #w-node-_934b6909-7c4e-b54f-27f1-f9224f9d28e9-453cb1fa, #w-node-_73344064-ca3f-b395-b754-932c1576cb61-453cb1fa, #w-node-_5fb22a19-5ffd-549f-aa64-ed9ca56dcab4-453cb1fa, #w-node-d30cfb18-aa2c-3502-8cef-c736e27ff86c-453cb1fa, #w-node-_6c785ed3-1026-00ac-99ba-9499edd28cd2-453cb1fa, #w-node-a7ae0742-08bf-b298-60ed-26c4a7a75dca-453cb1fa, #w-node-ef287f4e-ea12-bce5-faa0-5220ce6593c6-453cb1fa, #w-node-_9baeef0f-67bc-eb5e-f42b-64b8e7cc4f0f-453cb1fa, #w-node-_3fb6e41c-e3d7-8d9c-871f-fcf7234c2e4d-453cb1fa, #w-node-_7e14e53d-bac5-3bfe-8711-a842378ce4a6-453cb1fa, #w-node-_107cc95a-4d9f-f38c-8d3e-4190eeb54b25-453cb1fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70ed2de3-40cf-b439-b16f-e2d89aac878c-453cb1fa, #w-node-f52e4c6a-083b-aa3a-72ec-96b79cbcbf0a-453cb1fa, #w-node-_624a4f24-497b-8cee-fe49-fec3d71e5927-453cb1fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97c8f058-be09-b5ba-5c8a-f40a605fd701-453cb1fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e67d9015-83f0-5173-5292-73baa7206ae8-453cb1fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-f7cd1468-472f-cfd3-338f-822e64a02bd6-453cb1fa, #w-node-f7cd1468-472f-cfd3-338f-822e64a02bd7-453cb1fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95528942-d943-194e-291e-78f8f1c723f6-453cb1fa, #w-node-_50691fec-fd0b-5d56-92a1-93ce1075be23-453cb1fa, #w-node-b80f2c58-fd0b-d38d-c304-2ab425df13c5-453cb1fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cbf457f3-373e-5448-a75e-bbd303afec2b-453cb1fa, #w-node-_2eca7d8d-24b3-bd0b-27e2-362699357ad0-453cb1fa, #w-node-eab188f3-9b51-7c20-ce3a-7b6c77449323-453cb1fa, #w-node-be22c7ec-9a08-90d2-3428-adaf2ae43dcb-453cb1fa, #w-node-fd10f178-1c00-8e7e-87f6-365e1d1b9770-453cb1fa, #w-node-fd10f178-1c00-8e7e-87f6-365e1d1b977b-453cb1fa, #w-node-fd10f178-1c00-8e7e-87f6-365e1d1b9783-453cb1fa, #w-node-acffabad-ea38-462e-3e72-e4bd6dd1b6bb-453cb1fa, #w-node-c987fb28-a603-463d-6458-f69df207df54-453cb1fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e6cdb80-528c-abb2-a207-e429ae41be9f-453cb1fa, #w-node-_0e806436-2d1f-f381-f48e-f7d5dbb5ebd0-453cb1fa, #w-node-a0a721f3-0c9b-46f7-94b1-89b481806e85-453cb1fa, #w-node-c31ea514-7023-f574-78a8-346e1cbb719b-453cb1fa, #w-node-a8f27f47-0317-620c-bccd-3387eb1437e3-453cb1fa, #w-node-ed5b0e39-cec9-a6ef-e428-c8cbb6a2b240-453cb1fa, #w-node-_2f3f43f1-e748-c4b5-1e59-5d851cbe350f-453cb1fa, #w-node-_285bfecd-d54d-6930-cb2a-9f47f88e4154-453cb1fa, #w-node-fd39a60a-0a35-6224-326e-c86c3cc0861a-453cb1fa, #w-node-_00ae506c-bbca-19d1-7804-3e130fc6b3db-453cb1fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0e6cdb80-528c-abb2-a207-e429ae41be9f-453cb1fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e14e53d-bac5-3bfe-8711-a842378ce4a6-453cb1fa, #w-node-_70ed2de3-40cf-b439-b16f-e2d89aac878c-453cb1fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e806436-2d1f-f381-f48e-f7d5dbb5ebd0-453cb1fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fd10f178-1c00-8e7e-87f6-365e1d1b977b-453cb1fa, #w-node-fd10f178-1c00-8e7e-87f6-365e1d1b9783-453cb1fa {
    grid-area: span 1 / span 1 / span 1 / span 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;
}