@font-face {
  font-family: Frutiger Bold;
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger Roman;
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Frutiger Light;
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --289-c: #092640;
  --white: #fff;
  --50-2915-c: #b7d9f2;
  --570-c: #6bcaba;
  --801-c: #009ace;
  --grey: #555;
  --7700-c: #00567a;
  --2915-c: #62b5e5;
  --556-c: #6fa287;
  --5615-c: #6a7970;
  --50-7700-c: #91aabc;
  --50-556-c: #b6d0c1;
  --144-c: #ed8b00;
  --268-c: #582c83;
  --187-c: #a6192e;
  --127-c: #fbe682;
  --361-c: #43b02a;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #5c5c5c;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.body {
  background-color: var(--289-c);
}

.nav {
  z-index: 10;
  background-color: var(--289-c);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 7px 11px -6px #0003;
}

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

.button-wrapper {
  z-index: 10;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 30px;
}

.logo-link {
  justify-content: center;
  align-items: center;
  transition: opacity .5s;
}

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

.nav-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu {
  z-index: 8;
  background-color: var(--50-2915-c);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 20vw;
  height: 100vh;
  padding: 105px 75px 30px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: -7px 0 11px -6px #0003;
}

.button-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  position: relative;
}

.top-line {
  background-color: var(--white);
  width: 100%;
  height: 3px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--289-c);
  margin-bottom: 15px;
  font-family: Old Standard TT, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .5s;
}

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

.nav-link._2 {
  margin-bottom: 0;
}

.logo {
  width: 200px;
}

.sm-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.sm {
  width: 30px;
  margin-right: 20px;
}

.footer-text {
  color: var(--289-c);
  text-align: left;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.footer-link {
  color: var(--289-c);
  transition: opacity .5s;
}

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

.header {
  background-image: linear-gradient(315deg, #b7d9f2e6, #092640e6);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  margin-top: 130px;
  padding: 30px;
  display: flex;
}

.header-text {
  color: var(--white);
  margin-bottom: 45px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 98px;
}

.header-year {
  font-family: Old Standard TT, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 188px;
}

.header-button {
  background-color: var(--289-c);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 15px 40px 13px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
  transition: color .5s, background-color .5s;
  box-shadow: 0 7px 11px -6px #0003;
}

.header-button:hover {
  background-color: var(--50-2915-c);
  color: var(--289-c);
}

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

.section._2 {
  background-color: var(--50-2915-c);
}

.section._4 {
  background-color: #0000;
  background-image: linear-gradient(#41748dcc, #41748dcc), url('../images/UCF-Background.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section._3 {
  background-color: #0000;
  background-image: linear-gradient(#53697acc, #53697acc), url('../images/Museum-Background.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section._5 {
  background-color: #0000;
  background-image: url('../images/Nexus-Background.png'), linear-gradient(90deg, var(--570-c), var(--801-c));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.h1 {
  color: var(--289-c);
  text-align: center;
  margin-bottom: 75px;
  font-family: Old Standard TT, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 88px;
}

.slide {
  padding-left: 80px;
  padding-right: 80px;
}

.arrow {
  color: var(--289-c);
  justify-content: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 177px;
}

.arrow-link {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
}

.body-text {
  color: var(--grey);
  text-align: center;
  flex-flow: column;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body-text._2 {
  color: var(--289-c);
}

.body-text._2.bold {
  font-family: Frutiger Bold, Arial, sans-serif;
  font-weight: 700;
}

.body-text._2.bold.left-aligned, .body-text._2.left-aligned {
  text-align: left;
}

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

.body-text._3 {
  color: var(--50-2915-c);
}

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

.body-text.white {
  color: var(--white);
}

.slide-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 177px;
  display: flex;
}

.icon {
  margin-bottom: 25px;
}

.h2 {
  color: var(--289-c);
  text-align: center;
  margin-bottom: 75px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.h2._2 {
  margin-bottom: 25px;
}

.h2._2.ucf-blue {
  color: #41748d;
}

.h2._3 {
  margin-top: 75px;
}

.h2._4 {
  border-bottom: 2px solid var(--50-2915-c);
  text-align: left;
  margin-top: 75px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.h2._4.q-m {
  border-bottom-color: var(--white);
}

.h2._4.light-blue {
  border-bottom-color: var(--white);
  color: var(--50-2915-c);
}

.h2._4.nexus {
  border-bottom-color: var(--7700-c);
  color: var(--white);
}

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

.grid._2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.grid-div {
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 7px 11px -6px #0003;
}

.grid-div._2 {
  background-color: var(--289-c);
}

.grid-div._3 {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  display: block;
}

.grid-div._4 {
  background-color: #b8dde1cc;
  align-items: flex-start;
}

.number {
  color: var(--289-c);
  text-align: center;
  flex-flow: column;
  margin-bottom: 20px;
  font-family: Old Standard TT, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.number._2 {
  color: var(--white);
}

.list {
  color: var(--289-c);
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Frutiger Roman, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.list._2 {
  margin-top: 0;
}

.list._2.ucf-green {
  color: #7a9b62;
}

.list._2.light-blue {
  color: var(--50-2915-c);
}

.list-item {
  margin-bottom: 10px;
}

.image {
  float: right;
  box-shadow: 0 7px 11px -6px #0003;
}

.image._2 {
  margin-left: 20px;
}

.image._3 {
  margin-bottom: 20px;
  margin-left: 20px;
}

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

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

.grid-header {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#092640b3, #092640b3), url('../images/iStock-1213228195.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Old Standard TT, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
  box-shadow: 0 7px 11px -6px #0003;
}

.grid-header._2 {
  background-image: linear-gradient(#092640b3, #092640b3), url('../images/Stats.png');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.grid-header._3 {
  background-image: linear-gradient(#092640b3, #092640b3), url('../images/DRP.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-header._4 {
  background-image: linear-gradient(#092640b3, #092640b3), url('../images/AQUA.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.button {
  background-color: var(--289-c);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 15px 15px 13px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .5s;
  box-shadow: 0 7px 11px -6px #0003;
}

.button:hover {
  background-color: #092640b3;
}

.membership-text {
  color: var(--289-c);
  text-align: center;
  margin-bottom: 75px;
  font-family: Old Standard TT, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 47px;
}

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

.image-2 {
  box-shadow: 0 7px 11px -6px #0003;
}

.footer {
  background-color: var(--289-c);
  color: var(--white);
  text-align: center;
  padding: 20px;
  font-family: Frutiger Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.bold {
  font-family: Frutiger Bold, Arial, sans-serif;
  font-weight: 700;
}

.ucf-logo {
  background-image: url('../images/UCF.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  padding-top: 100px;
  display: flex;
}

.museum-logo {
  background-image: url('../images/Museum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 75px;
}

.grid-5 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 175px auto 175px auto;
}

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

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

.am-logo {
  margin-bottom: 40px;
  box-shadow: 0 7px 11px -6px #0003;
}

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

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

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

.link {
  color: var(--289-c);
  font-family: Frutiger Bold, Arial, sans-serif;
  font-weight: 700;
  transition: opacity .5s;
}

.link:hover {
  opacity: .7;
}

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

.link._3 {
  color: #41748d;
}

.grid-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 75px;
}

.nexus-logo {
  background-image: url('../images/Nexus-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  padding-top: 150px;
  display: flex;
}

.nexus-div {
  background-color: var(--white);
  color: var(--7700-c);
  text-align: center;
  border-radius: 5px;
  margin-top: 75px;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Frutiger Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  box-shadow: 0 7px 11px -6px #0003;
}

.innovation-nexus {
  width: 0;
  height: 0;
  position: relative;
  top: -70px;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }

  h2 {
    font-size: 32px;
    line-height: 31px;
  }

  h4 {
    margin-top: 5px;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  p {
    font-size: 13px;
    line-height: 21px;
  }

  .nav-menu {
    color: #fff;
    width: 41vw;
  }

  .slider, .slide-div {
    height: 230px;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 125px auto 125px auto;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0;
  }

  .nav-menu {
    width: 65vw;
  }

  .header {
    padding: 20px;
  }

  .header-text {
    font-size: 60px;
    line-height: 68px;
  }

  .header-year {
    font-size: 120px;
    line-height: 128px;
  }

  .header-button {
    font-size: 30px;
    line-height: 38px;
  }

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

  .slider, .slide-div {
    height: 340px;
  }

  .h2._2.ucf-blue {
    text-align: left;
  }

  .h2._4 {
    font-size: 37px;
    line-height: 45px;
  }

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

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

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

  .image._2, .image._3 {
    margin-left: 0;
  }

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

  .grid-header, .grid-header._2 {
    font-size: 36px;
    line-height: 44px;
  }

  .membership-text {
    font-size: 28px;
    line-height: 38px;
  }

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

  .museum-div {
    flex-flow: column;
    align-items: flex-start;
  }

  .mockup {
    width: 150px;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  h2 {
    font-size: 28px;
    line-height: 27px;
  }

  h4 {
    font-size: 14px;
    line-height: 15px;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .nav-menu {
    width: 100vw;
  }

  .header {
    height: 91vh;
  }

  .header-text {
    font-size: 46px;
    line-height: 54px;
  }

  .header-year {
    font-size: 92px;
    line-height: 100px;
  }

  .header-button {
    font-size: 25px;
    line-height: 33px;
  }

  .h1 {
    font-size: 55px;
    line-height: 63px;
  }

  .slide {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .h2._4 {
    font-size: 30px;
    line-height: 38px;
  }

  .membership-text {
    font-size: 25px;
    line-height: 35px;
  }

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

  .footer {
    font-size: 13px;
    line-height: 21px;
  }

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

#w-node-_889e6f18-fd00-fd70-cda9-3a6565a681f8-a314064b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5307001e-a723-5962-6349-17bbe5681e7e-a314064b, #w-node-d91ed84c-99cc-4b09-3e19-1118962194b1-a314064b, #w-node-_2d1403c9-98af-2da0-f466-169e4065fbba-a314064b, #w-node-_855c0766-65ad-8841-f9bc-2187a69319fb-a314064b, #w-node-_6b9862ac-639b-ce1c-68e1-4e4d42b195e8-a314064b, #w-node-bd8989ad-760a-f11e-b34b-4cfff2538c0f-a314064b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f64d2ec3-0c1b-9bb7-b1c4-6434dbc1440b-a314064b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Frutiger Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Light';
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}