<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">: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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.close {
  height: 45px;
  color: #7a7a7a;
  letter-spacing: 1px;
  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;
  width: 30px;
  height: 4px;
  background-color: #cea142;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

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

.open {
  height: 45px;
  color: #7a7a7a;
  letter-spacing: 1px;
  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;
  width: 100%;
  height: 60px;
  max-width: 250px;
  float: right;
  clear: none;
  background-color: #cea142;
  position: absolute;
}

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

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

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

.line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  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 {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.moose-line-2-2 {
  z-index: 2;
  width: 4px;
  height: 30px;
  background-color: #cea142;
  border-radius: 10px;
  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 {
  width: 1140px;
  max-width: 100%;
  color: var(--aua-accent-teal);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  width: 50%;
  background-color: rgba(111, 162, 135, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 25%;
  float: left;
  flex: 1;
}

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

.header {
  width: auto;
  max-width: none;
  color: #fff;
  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 {
  width: auto;
  height: auto;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 65px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

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

.burger-4 {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: center;
  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 {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: center;
  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 {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin: 0;
  padding: 0;
  display: block;
}

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

.social-wrap-2 {
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  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.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 {
  width: 100%;
  text-align: center;
  position: relative;
}

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

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

.advocacy-icon {
  max-width: none;
  object-fit: contain;
  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 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: -71px;
}

.block-tag-div-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  width: 50%;
  max-width: 50%;
  background-color: var(--aua-green);
  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 {
  width: 52%;
  height: auto;
  max-width: 52%;
  background-color: var(--aua-darkest-blue);
  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 {
  width: auto;
  max-width: none;
  color: var(--aua-darkest-blue);
  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;
  height: auto;
  max-width: 100%;
}

.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 {
  width: 100%;
  background-color: var(--aua-green);
  box-shadow: 5px 5px 11px -6px var(--dropshadow);
  color: var(--white);
  text-align: center;
  border-radius: 0;
  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;
}

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

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

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

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

.blue-background-2 {
  height: auto;
  background-image: linear-gradient(to bottom, var(--aua-darkest-blue), var(--aua-darkest-blue));
  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 {
  width: auto;
  max-width: none;
  color: #fff;
  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 {
  height: auto;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  padding: 30px 30px 15px;
}

.header-9 {
  width: auto;
  max-width: none;
  color: var(--aua-green);
  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 {
  height: auto;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  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;
  width: 50%;
  max-width: 50%;
  background-color: var(--aua-darkest-blue);
  padding: 30px 30px 15px;
  position: relative;
}

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

.navbar-dropdown-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 40px;
  height: 3px;
  background-color: var(--white);
}

.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;
  height: auto;
  max-width: none;
  transition: opacity .5s;
  position: static;
}

.logo:hover {
  opacity: .7;
}

.navbar-dropdown {
  height: 100vh;
  background-color: var(--aua-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 40px;
  height: 3px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

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

.menu-icon {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  width: 40px;
  height: 3px;
  background-color: var(--white);
  padding-bottom: 0;
  padding-right: 0;
}

.navbar-container {
  width: 100%;
  height: auto;
  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;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  z-index: 100;
  min-height: auto;
  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;
  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 {
  height: 150px;
  background-image: url('../images/Museum_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

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

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

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

.quality-div {
  width: 55%;
  height: 55%;
  max-height: 55%;
  max-width: 55%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/YIR-Quality.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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 {
  width: auto;
  max-width: none;
  color: var(--ucf-green);
  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 {
  width: 100%;
  box-shadow: 5px 5px 11px -6px var(--dropshadow);
  color: var(--white);
  text-align: center;
  background-color: #7a9b62;
  border-radius: 0;
  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;
}

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

.am-div {
  height: 65%;
  background-color: #0050b5;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.am-logo {
  width: 280px;
  max-width: none;
}

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

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

.am-logo-2 {
  width: 280px;
  max-width: none;
  display: none;
}

.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 {
  height: 317px;
  max-height: 317px;
  background-image: url('../images/Image16.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

.ucf-div {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  height: auto;
  max-width: 100%;
  display: none;
}

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

  ._2024-section {
    padding-top: 75px;
    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 {
    width: 52%;
    height: 100%;
    max-height: none;
    max-width: none;
    background-position: 50%;
    background-size: cover;
  }

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

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

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

  .menu-icon {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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 {
    width: 40px;
    height: 3px;
    background-color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .am-div {
    height: 45%;
  }

  .am-logo {
    width: 240px;
  }

  .header-15 {
    font-size: 28px;
    line-height: 38px;
  }

  .am-logo-2 {
    width: 240px;
  }

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

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

@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, ._2024-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 {
    width: 100%;
    float: none;
    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;
  }

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

  .am-div {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
  }

  .am-logo {
    width: 200px;
    display: none;
  }

  .am-logo-2 {
    width: 350px;
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 45px;
    display: block;
  }

  .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 {
    width: 100%;
    max-width: none;
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }

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

  .ucf-image {
    width: 375px;
  }

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

@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 {
    width: 55px;
    height: 55px;
    box-shadow: none;
  }

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

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

  .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: 22px;
    font-size: 22px;
    line-height: 22px;
  }

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

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

  .header-15 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .am-logo-2 {
    width: 280px;
  }

  .ucf-image {
    width: 300px;
  }
}

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

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

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

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

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

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

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

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

#w-node-_0e6cdb80-528c-abb2-a207-e429ae41be9f-751274ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b528ec3b-3176-8db3-61f2-fa75f53db342-751274ce, #w-node-_8c82daf7-b2df-0d9a-67a8-def44f667fe1-751274ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

@media screen and (max-width: 767px) {
  #w-node-_7e14e53d-bac5-3bfe-8711-a842378ce4a6-751274ce, #w-node-_70ed2de3-40cf-b439-b16f-e2d89aac878c-751274ce, #w-node-b528ec3b-3176-8db3-61f2-fa75f53db342-751274ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fd10f178-1c00-8e7e-87f6-365e1d1b977b-751274ce, #w-node-fd10f178-1c00-8e7e-87f6-365e1d1b9783-751274ce {
    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;
}</pre></body></html>