h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 80px;
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005c7d;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 92, 125, 0.9)), to(rgba(113, 182, 206, 0.85))), url('../images/hero-home.jpg');
  background-image: linear-gradient(270deg, rgba(0, 92, 125, 0.9), rgba(113, 182, 206, 0.85)), url('../images/hero-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.hero-section.fhm-hero {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 92, 125, 0.9)), to(rgba(113, 182, 206, 0.85))), url('../images/FHM_hero.jpg');
  background-image: linear-gradient(270deg, rgba(0, 92, 125, 0.9), rgba(113, 182, 206, 0.85)), url('../images/FHM_hero.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 105%;
}

.basic-container {
  width: 80%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.basic-container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.basic-container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fhm-landing {
  font-family: 'Source Sans Pro', sans-serif;
}

.heading-2 {
  background-image: url('../images/icon_logo.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: left;
}

.fhm-green-section {
  padding: 50px 90px;
  background-color: #9cbe30;
  font-weight: 300;
  text-align: center;
}

.fhm-white-p {
  width: 80%;
  max-width: 800px;
  margin: 25px auto;
  color: #fff;
  font-size: 28px;
  line-height: 120%;
}

.icon-2 {
  position: static;
  margin-right: 0px;
  margin-left: 8px;
}

.image {
  width: 100%;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 0 8px 15px -10px #5e6770;
}

.image-7 {
  width: 22px;
  margin-left: 15px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 1px 1px 9px -1px rgba(71, 77, 84, 0.35);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-dropdown-link {
  color: #6ba410;
}

.nav-dropdown-link:hover {
  color: #71b6ce;
}

.nav-dropdown-link.w--current {
  color: #489b9b;
}

.nav-link {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6ba410;
  font-weight: 400;
}

.nav-link:hover {
  color: #71b6ce;
}

.nav-link.w--current {
  color: #489b9b;
}

.nav-link.nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.fhm-row {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #767676;
  text-align: center;
}

.fhm-row.dark-row {
  background-color: #3a3f45;
  color: #fff;
}

.fhm-week-label {
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 9px;
  border-bottom: 1px solid #dedede;
  color: #005c7d;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fhm-week-label.dark-row {
  border-bottom-color: #5e6770;
  color: #fff;
}

.fhm-green-span {
  color: #9cbe30;
}

.fhm-week-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fhm-h2 {
  margin-bottom: 20px;
  font-weight: 300;
}

.fhm-reg-p {
  max-width: 78%;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
}

.fhm-assets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #005c7d;
}

.footer-link {
  margin-right: 12px;
  color: #f5f5f5;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.copyright-p {
  padding-top: 12px;
}

.div-block-9 {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}

.footer-social-icon {
  width: 35px;
  max-height: 35px;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
}

.footer-social-icon:hover {
  -webkit-filter: none;
  filter: none;
}

.footer-social-lb {
  max-width: 50px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 18px;
}

.image-2 {
  width: 300px;
}

.footer-div-left {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fhm-asset-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9cbe30;
}

.fhm-top-connector {
  width: 68%;
  height: 1px;
  margin-top: 30px;
  border-top: 1px solid #9cbe30;
}

.fhm-vert-connector {
  position: relative;
  z-index: 1;
  width: 1px;
  height: 30px;
  margin-right: 1px;
  background-color: #9cbe30;
}

.fhm-asset-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.fhm-link {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 56.17021276595745%;
  border-style: solid;
  border-width: 1px;
  border-color: #9cbe30;
  box-shadow: 0 1px 20px -13px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.fhm-link:hover {
  z-index: 2;
  box-shadow: inset 0 0 0 1px #9cbe30, 0 1px 20px -13px #000;
}

.fhm-link.paper1 {
  background-image: url('../images/research-paper-bg-copy.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fhm-link.infographic1 {
  background-image: url('../images/LearnPast92520_final-01.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.fhm-link.video {
  background-image: url('../images/play-btn.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Screen-Shot-2020-09-29-at-4.04.08-WWCD.png');
  background-image: url('../images/play-btn.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Screen-Shot-2020-09-29-at-4.04.08-WWCD.png');
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: 22%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.fhm-gradient-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9cbe30), to(#005c7d));
  background-image: linear-gradient(90deg, #9cbe30, #005c7d);
  -webkit-filter: saturate(120%) brightness(115%);
  filter: saturate(120%) brightness(115%);
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

.fhm-accent-p {
  width: 80%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  line-height: 120%;
}

.fhm-see-more-link {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: -11%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #9cbe30;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.fhm-see-more-link:hover {
  background-color: #005c7d;
  -webkit-transform: scale(1.2) translate(0px, -10px);
  -ms-transform: scale(1.2) translate(0px, -10px);
  transform: scale(1.2) translate(0px, -10px);
}

.fhm-icon {
  width: 20px;
  height: 20px;
}

.fhm-asset-p {
  margin-top: 14px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fhm-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1002;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.fhm-modal.hi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.fhm-modal-content {
  position: relative;
  z-index: 1003;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  margin-top: 75px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.fhm-modal-content.document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
}

.fhm-exit-corner {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1003;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.image-8 {
  width: 30px;
}

.fhm-close-p {
  margin-bottom: 0px;
  padding-right: 20px;
}

.fhm-exit-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1002;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
}

.fhm-infographic {
  max-height: 90vh;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .basic-container {
    width: 85%;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .icon {
    color: #9cbe30;
    font-size: 40px;
  }
  .dropdown-list.w--open {
    position: static;
    box-shadow: none;
  }
  .image-7 {
    width: 28px;
    margin-left: 25px;
    padding-top: 10px;
  }
  .nav-dropdown-link {
    padding-top: 5px;
    padding-left: 35px;
    color: #6ba410;
  }
  .nav-link {
    padding-left: 25px;
    font-size: 18px;
  }
  .nav-link.nav-dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-menu {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 4px 0 14px -7px #3a3f45;
  }
  .fhm-reg-p {
    max-width: 100%;
  }
  .footer-content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-social-lb {
    margin-right: 20px;
    margin-left: 0px;
  }
  .footer-div-left {
    width: 100%;
  }
  .fhm-modal-content.document {
    width: 90%;
  }
  .fhm-infographic {
    max-height: none;
  }
}

@media screen and (max-width: 1280px) {
  .basic-container.nav-container {
    width: 100%;
  }
  .brand {
    width: 225px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.fhm-hero {
    min-height: 40vh;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .basic-container.hero-container {
    font-size: 20px;
  }
  .heading-2 {
    padding-left: 60px;
    background-position: 0% 50%;
    background-size: 40px;
    font-size: 38px;
  }
  .fhm-green-section {
    padding: 25px 0px;
  }
  .fhm-white-p {
    width: 85%;
    font-size: 24px;
  }
  .fhm-row {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .fhm-week-label {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .fhm-week-container {
    text-align: left;
  }
  .fhm-reg-p {
    text-align: left;
  }
  .fhm-assets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fhm-asset-holder {
    width: 100%;
    margin-top: 40px;
  }
  .fhm-top-connector {
    display: none;
  }
  .fhm-vert-connector {
    display: none;
  }
  .fhm-link {
    min-height: 180px;
  }
  .fhm-gradient-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fhm-see-more-link {
    bottom: -8%;
  }
  .fhm-asset-p {
    margin-top: 10px;
  }
  .fhm-exit-corner {
    padding-top: 20px;
    padding-right: 30px;
  }
  .image-8 {
    width: 20px;
  }
  .fhm-close-p {
    padding-right: 12px;
  }
  .fhm-infographic {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 40vh;
  }
  .basic-container.hero-container {
    width: 88%;
    font-size: 18px;
  }
  .basic-container.nav-container {
    width: 90%;
  }
  .heading-2 {
    background-position: 0% 50%;
    font-size: 33px;
  }
  .fhm-week-label {
    letter-spacing: 0.8px;
  }
  .fhm-h2 {
    font-size: 28px;
  }
  .fhm-accent-p {
    font-size: 28px;
  }
}

.dark-row
.fhm-week-label{
  color:white;
}
