<html><head><meta name="color-scheme" content="light dark"><style></style></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --green--1000: #008545;
  --medium-sea-green: #00a353;
  --dark-slate-grey: #2f3542;
  --alice-blue: #e8edf5;
  --gold: #feca5c;
  --white: white;
  --red: #ff1b38;
}

.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;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: rgba(47, 53, 66, .75);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

a {
  color: var(--green--1000);
  text-decoration: none;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  max-width: 1024px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.cards-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1 {
  font-family: Proximanova, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.h1.summer {
  color: #ffba29;
}

.paragraph {
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.hero-copy {
  max-width: none;
  margin-top: -40px;
}

.cta-main {
  background-color: var(--medium-sea-green);
  border-radius: 20px;
  height: 40px;
  padding: 11px 30px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s;
}

.cta-main:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .24);
}

.cta-main.secondary {
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.cta-main.secondary.dxtrack-user-action {
  border-radius: 8px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-main.header {
  display: none;
}

.green-text {
  color: var(--medium-sea-green);
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--medium-sea-green);
}

.brand {
  flex: 1;
}

.navbar {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  color: var(--dark-slate-grey);
  font-family: Proximanova, sans-serif;
}

.grid {
  grid-template-rows: auto;
  align-items: center;
  max-width: 1024px;
  margin-left: 20px;
  margin-right: 20px;
}

.html-embed {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block {
  display: flex;
}

.paragraph-2 {
  margin-top: 26px;
}

.tab-link-tab-1 {
  color: #e8edf5;
}

.tab-link-tab-1.w--current {
  background-color: var(--alice-blue);
  color: var(--dark-slate-grey);
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 50px;
  padding-right: 50px;
}

.tab-link-tab-2, .tab-link-tab-3 {
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 50px;
  padding-right: 50px;
}

.tabs {
  margin-top: 69px;
  margin-bottom: 86px;
}

.grid-2 {
  z-index: 4;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  max-width: 68.75rem;
  margin-top: 0;
  position: relative;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  font-size: 18px;
}

.slide {
  object-fit: scale-down;
  max-height: 100%;
}

.mask {
  overflow: hidden;
}

.section-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 0 75px;
  display: flex;
}

.grid-3 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.fb-bg {
  border: 1px solid var(--alice-blue);
  text-align: center;
  background-color: #fff;
  background-image: url('../images/math_fb_test.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 312px;
  padding: 40px 20px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.fb-bg:hover {
  transform: translate(0, -3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

.heading {
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 10px;
  font-size: 20px;
}

.hero-subheader {
  color: rgba(47, 53, 66, .75);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-5 {
  color: var(--medium-sea-green);
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 16px;
  text-decoration: none;
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  padding-bottom: 20px;
}

.heading-2 {
  margin-bottom: 0;
}

.heading-2._1 {
  color: #2f3542;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-6 {
  text-align: center;
  max-width: 700px;
  margin-bottom: 0;
}

.paragraph-6.none {
  font-weight: 600;
  display: block;
}

.header-section {
  background-image: url('../images/hero_blue_bg.svg');
  background-position: 0 100%;
  background-size: cover;
}

.booklets-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 68.75rem;
  display: flex;
}

.text-span {
  color: var(--gold);
}

.fb-wrapper {
  height: auto;
  text-decoration: none;
  overflow: visible;
}

.fb-wrapper.precalc {
  display: none;
}

.fb-title-link {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.fb-title-link:hover {
  color: var(--green--1000);
}

.image-2 {
  border: 1px solid var(--alice-blue);
  object-fit: fill;
  border-radius: 10px;
  transition: box-shadow .2s, transform .2s;
}

.image-2:hover {
  border: 2px none var(--alice-blue);
  transform: translate(0, -3px);
  box-shadow: 3px 3px 24px rgba(47, 53, 66, .24);
}

.subject-wrapper {
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.subject-wrapper.science {
  margin-top: 60px;
}

.subject-wrapper.elementary {
  display: none;
}

.cta-wapper {
  background-color: var(--green--1000);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cta-copy-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  display: flex;
}

.cta-copy {
  color: #fff;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 700;
}

.subject-heading-wrap {
  background-color: var(--alice-blue);
  color: var(--dark-slate-grey);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 30px;
  display: flex;
}

.subject-header-link {
  color: var(--medium-sea-green);
  font-weight: 600;
}

.see-all-links {
  color: var(--green--1000);
  margin-bottom: 0;
  padding-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.see-all-links:hover {
  color: #03c465;
  text-decoration: underline;
}

.footer-wrapper {
  background-color: var(--dark-slate-grey);
  padding: 30px 20px;
}

.footer-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.text-block {
  color: #fff;
}

.footer-header {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.footer-header.display-none, .footer-header.hidden {
  color: var(--dark-slate-grey);
}

.footer-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-text {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-text:hover {
  color: var(--medium-sea-green);
}

.div-block-2 {
  max-width: 1024px;
}

.footer-wrap-bottom {
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.footer-copyright {
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  font-weight: 400;
}

.footer-bottom-right-links {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-right-links:hover {
  color: var(--medium-sea-green);
}

.social-icons-wrap {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.image-3.cc {
  padding-left: 10px;
}

.divider {
  background-color: var(--green--1000);
  width: 100px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sunandclouds {
  z-index: 1;
  display: none;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.announcement-wrapper {
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.announcement-bg {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 25px;
  display: flex;
  box-shadow: 7px 7px 24px rgba(47, 53, 66, .24);
}

.announcement-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 3fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 500px;
  display: grid;
}

.bold-text {
  color: #ff1b39;
  font-weight: 700;
}

.announcement-title {
  color: var(--dark-slate-grey);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.announcement-title:hover {
  color: var(--dark-slate-grey);
}

.announcement-title.cta {
  color: #ff1b38;
  font-size: 18px;
  font-weight: 700;
}

.announcement-body-copy {
  color: var(--dark-slate-grey);
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.announcement-body-copy.links {
  color: var(--red);
  align-self: center;
  padding-top: 0;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.webinar-icon.arrow {
  margin-left: 10px;
  padding-left: 0;
}

.icon-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.announcement-title-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.announcement-title-link.cta {
  padding-top: 5px;
}

.list {
  margin-bottom: 0;
  padding-left: 18px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.webinar-links {
  color: #ff1b38;
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  display: flex;
}

.image-4 {
  align-self: center;
  margin-left: 10px;
  line-height: 14px;
}

.youtube-lightbox-link {
  color: var(--green--1000);
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.lightbox-link {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  max-width: 375px;
  margin-top: 20px;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.lightbox-link:hover {
  background-color: #fff;
  transform: translate(0, -3px);
  box-shadow: 0 4px 10px rgba(47, 53, 66, .24);
}

.lightbox-link.dxtrack-user-action {
  background-color: rgba(0, 0, 0, 0);
  max-width: 325px;
  margin-top: 0;
  padding-left: 0;
  transition-property: none;
}

.lightbox-link.dxtrack-user-action:hover {
  box-shadow: none;
  transform: none;
}

.play-icon {
  padding-right: 10px;
}

.webinar-link-arrow {
  margin-left: 5px;
}

.heading-3 {
  width: 80%;
}

.heading-3.hero-heading {
  width: 18ch;
  margin-bottom: 20px;
}

.cta-main-2 {
  background-color: #00a353;
  border-radius: 20px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 40px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s;
}

.cta-main-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .24);
}

.cta-main-2.dxtrack-user-action {
  background-color: var(--green--1000);
  border-radius: 8px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-wrapper-2 {
  background-color: #2f3542;
  padding: 30px 20px;
}

.footer-link-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.footer-wrap-bottom-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.image-7.footer {
  margin-bottom: 10px;
}

.footer-bottom-right-links-2 {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-right-links-2:hover {
  color: #00a353;
}

.footer-link-text-2 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-text-2:hover {
  color: #00a353;
}

.html-embed-2 {
  margin-top: 20px;
}

.footer-header-3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.social-icons-wrap-3 {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.navigation {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: #2f3542;
  padding-right: 5px;
  transition: color .2s;
}

.dropdown-link:hover {
  color: #2f3542;
}

.other-resources-links {
  color: #00a353;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.other-resources-links:hover {
  transform: translate(2px);
}

.flexlets-banner {
  margin-top: 0;
}

.dropdown-list-2 {
  min-width: 100%;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  height: auto;
  margin-top: -1px;
  padding: 20px;
  position: absolute;
  top: 61px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: auto;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .24);
}

.nav-content-wrap {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flowbase-logo {
  width: 54px;
}

.marketing-banner-cta {
  background-color: #00a353;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 20px;
  transition: all .2s;
}

.marketing-banner-cta:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .24);
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.subject-link {
  color: rgba(47, 53, 66, .75);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: font-size .2s, color .2s;
  display: block;
}

.subject-link:hover {
  color: #00a353;
  font-weight: 600;
}

.logo {
  min-width: 55px;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-bottom-bar {
  background-color: rgba(119, 53, 246, .08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.marketing-banner-title {
  flex: 1;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.dropdown-toggle-2 {
  padding: 10px 26px 10px 18px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: #00a353;
  background-color: #e8edf5;
  border-radius: 5px;
  padding-left: 18px;
  padding-right: 26px;
}

.fletlets-banner-wrap {
  margin-top: 10px;
  display: flex;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-column {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 10px 0;
}

.navigation-column.flexlets {
  padding-top: 0;
}

.navigation-column.subjects {
  width: 20%;
}

.navigation-column.other-resources {
  background-color: var(--alice-blue);
  border-radius: 10px;
  width: auto;
  margin-top: 0;
  padding: 20px;
}

.subject-link-2 {
  color: #2f3542;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: font-size .2s, color .2s;
  display: block;
}

.subject-link-2:hover {
  color: #00a353;
  font-weight: 600;
}

.drop-arrow-plain {
  color: #2f3542;
  margin-right: 10px;
  font-size: 14px;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, .9);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.navigation-link {
  color: #fff;
  white-space: nowrap;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 20px 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #dbdbdb;
}

.navigation-link.w--current {
  color: #99d715;
}

.navigation-link.dxtrack-user-action {
  color: #2f3542;
  margin-right: 5px;
  padding: 10px 18px;
}

.navigation-link.dxtrack-user-action:hover {
  background-color: #e8edf5;
  border-radius: 5px;
  padding-left: 18px;
  padding-right: 18px;
}

.nav-link-details {
  color: rgba(40, 51, 56, .75);
  font-size: 14px;
  line-height: 15px;
}

.hiking {
  position: absolute;
  top: -36.9844px;
}

.explore-icon-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.navigation-drop-container {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-drop-container.explore {
  display: none;
}

.large-link {
  color: #6127da;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-link-block {
  color: #283338;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block:hover {
  color: #00a353;
  background-color: #e8edf5;
}

.navigation-link-block.dxtrack-user-action {
  align-items: stretch;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation-full {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(61, 66, 75, .07);
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  position: static;
}

.navigation-full:hover {
  background-color: rgba(0, 0, 0, 0);
}

.marketing-banner-desc {
  line-height: 18px;
}

.brand-2 {
  margin-right: 44px;
}

.brand-2.dxtrack-user-action {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 0;
  padding: 0;
}

.subject-header-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.grid-8 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template: "." 100px
                 "." 100px
                 "." 100px
                 "." 100px
                 / 1fr 1fr 1fr 1fr;
}

.other-resources-links-2 {
  color: #00a353;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.other-resources-links-2.dxtrack-user-action {
  font-size: 15px;
  line-height: 24px;
  transition: transform .2s;
}

.other-resources-links-2.dxtrack-user-action:hover {
  transform: translate(3px);
}

.nav-menu-3 {
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 40px;
  margin-left: 10px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

.navigation-button:hover {
  color: #00a353;
  background-color: #fff;
  transform: translate(0, -3px);
  box-shadow: 0 4px 14px rgba(47, 53, 66, .24);
}

.navigation-button.dxtrack-user-action {
  color: #00a353;
  background-color: #fff;
  border-color: #00a353;
}

.navigation-button.dxtrack-user-action:hover {
  color: #fff;
  background-color: #00a353;
}

.explore-icons {
  max-width: 25px;
  max-height: 25px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-title-2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title-2._4th-column {
  margin-bottom: 10px;
  padding: 0 15px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.nav-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title._4th-column {
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
}

.navigation-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-wrap {
  z-index: 5;
  border-bottom: 1px solid #e8edf5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-wrap:hover {
  background-color: rgba(0, 0, 0, 0);
}

.marketing-banner-wrap {
  text-align: center;
  background-color: #d5f4fa;
  border-radius: 5px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 50px;
  padding: 30px 15px 10px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.gold-header {
  color: var(--green--1000);
}

.subject-dropdown-text-link {
  transform-origin: 0%;
  color: #000;
  letter-spacing: -.2px;
  border-bottom: 1px #565a65;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.subject-dropdown-text-link:hover {
  color: #008545;
}

.rl_navbar5_logo-link {
  flex: 0 auto;
  max-width: 80px;
  padding-left: 0;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.ugc-tooltip-wrap {
  text-align: center;
  background-color: #f9f9f5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  padding: 4px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: auto;
  right: auto;
  box-shadow: -4px 0 8px rgba(0, 0, 0, .16), 3px 3px 4px rgba(0, 0, 0, .08);
}

.rl_navbar5_link {
  color: #000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.rl_navbar5_link.with-icon {
  border-radius: 5px;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.rl_navbar5_link.with-icon:hover {
  background-color: #e8edf5;
}

.subject-link-wrap {
  margin-top: 4px;
  margin-right: 8px;
}

.subject-link-underline {
  transform-origin: 0%;
  background-color: #2f3542;
  height: 2px;
}

.nav-right {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.rl_navbar5_text-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_dropdown-column-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_navbar5_dropdown-column-text.underline {
  color: #565a65;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e8edf5;
  padding-bottom: 8px;
  font-size: .875rem;
  font-weight: 700;
}

.rl_navbar5_dropdown-column-text.sub {
  color: #565a65;
  font-weight: 700;
}

.rl_navbar5_icon-wrapper {
  flex: none;
}

.math-info-link {
  text-align: center;
  font-size: 1rem;
  text-decoration: underline;
}

.math-category-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-8px {
  width: 100%;
  height: 8px;
}

.other-resources-item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 68.75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.other-resources-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.other-resources-wrap:hover {
  background-color: #e5f3ec;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 0;
  display: grid;
}

.rl_navbar5_dropdown-content-left.explore {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rl_navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_navbar5_item-title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_logo {
  width: 100%;
  height: 100%;
}

.ugc-nav-icon {
  align-items: center;
  display: flex;
}

.html-embed-3 {
  width: 24px;
  height: 24px;
}

.donate-heart {
  margin-right: 4px;
}

.main-navigation {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e8edf5;
}

.rl_navbar5_menu-dropdown {
  position: static;
}

.rl_navbar5_icon {
  width: 1.5rem;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.rl_navbar5_dropdown-list.w--open {
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  border-bottom: 1px solid #e8edf5;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-account-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #008545;
  border: 1.5px solid #008545;
  border-radius: 5px;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #14673f;
  border-color: #14673f;
}

.button-2.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
}

.ugc-tooltip {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.subject-list-wrap {
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.subject-list-wrap.no-wrap {
  flex-direction: column;
  align-items: flex-start;
}

.rl_navbar5_dropdown-link-icon {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  filter: grayscale();
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.rl_navbar5_dropdown-link-icon:hover {
  filter: grayscale(0%);
  background-color: #e5f3ec;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ugc-tooltip-image-wrap {
  position: relative;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-top: 8px;
  display: grid;
}

.rl_navbar5_dropdown-link-list.math-wrap {
  background-color: #f9f9f5;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  padding: 8px;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_dropdown-toggle {
  color: #000;
  border-radius: 5px;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s;
}

.rl_navbar5_dropdown-toggle:hover {
  background-color: #e8edf5;
}

.rl_navbar5_menu-left {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

._1px-divider {
  background-color: #e8edf5;
  width: 1px;
  height: 30px;
  max-height: 100%;
  margin-left: 4px;
  margin-right: 4px;
}

.hide {
  display: none;
}

@media screen and (min-width: 1280px) {
  .grid-2 {
    max-width: 68.75rem;
  }

  .header-section {
    background-position: 50% 100%;
  }

  .booklets-wrapper {
    max-width: 68.75rem;
  }

  .subject-wrapper {
    margin-top: 20px;
  }

  .footer-wrapper {
    background-color: var(--dark-slate-grey);
    width: 100%;
    padding: 30px 19px;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .twitter {
    padding-top: 5px;
  }

  .social-icons-wrap {
    justify-content: space-between;
    display: flex;
  }

  .license-wrap {
    padding-left: 10px;
  }

  .sunandclouds {
    left: 10%;
  }

  .footer-wrapper-2 {
    background-color: #2f3542;
    width: 100%;
    padding: 30px 19px;
  }

  .footer-link-wrap-2 {
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    display: flex;
  }

  .dropdown-list-2.w--open {
    border: 1px solid #e8edf5;
    border-top-width: 2px;
    margin-top: -1px;
  }
}

@media screen and (max-width: 991px) {
  .hero-image {
    width: 70%;
    padding-left: 0;
    overflow: visible;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .hero-copy {
    max-width: none;
    margin-top: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    justify-content: center;
    margin-right: 10px;
    padding: 10px 15px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    text-align: center;
    padding-top: 40px;
  }

  .section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    text-align: center;
  }

  .paragraph-6 {
    text-align: center;
    max-width: none;
  }

  .header-section {
    background-position: 100% 100%;
  }

  .menu-button {
    background-color: var(--dark-slate-grey);
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate-grey);
  }

  .icon {
    color: var(--alice-blue);
  }

  .footer-link-wrap {
    grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
    padding-bottom: 20px;
  }

  .footer-bottom-right-wrap {
    align-items: center;
    display: flex;
  }

  .twitter {
    padding-top: 5px;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .social-icons-wrap {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .item-wrap {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    padding-right: 0;
    display: flex;
  }

  .image-3 {
    padding-left: 10px;
  }

  .license-wrap {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .sunandclouds {
    top: 0%;
    left: 31%;
  }

  .announcement-wrapper {
    justify-content: center;
  }

  .announcement-bg {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .youtube-lightbox-link {
    line-height: 18px;
  }

  .lightbox-link {
    justify-content: center;
    width: auto;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    width: auto;
  }

  .heading-3.hero-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-wrap-2 {
    grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
    padding-bottom: 20px;
  }

  .image-7 {
    min-width: 75px;
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .navigation {
    display: none;
  }

  .mobile-nav-header-bg {
    background-color: #2f3542;
    justify-content: flex-start;
    padding: 10px;
    display: none;
  }

  .other-resources-links.mobile {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 18px;
  }

  .grid-6 {
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-content-wrap {
    align-self: center;
    padding-left: 10px;
  }

  .nav-content-wrap:hover {
    color: #00a353;
  }

  .nav-content-wrap.mobile {
    padding-left: 0;
  }

  .flowbase-logo {
    width: 75px;
  }

  .subject-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .donate-button.mobile {
    color: #2f3542;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }

  .navigation-mob {
    background-color: #fff;
    border: 1px #000;
    flex-direction: row;
    justify-content: center;
    padding: 8px 20px;
    display: flex;
    position: fixed;
  }

  .mobile-toggle {
    color: #2f3542;
    border-radius: 5px;
    width: 100%;
    margin: 5px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color .2s;
  }

  .mobile-toggle:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle.explore {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .marketing-banner-title, .fletlets-banner-wrap {
    margin-top: 0;
  }

  .navigation-column.subjects {
    width: auto;
  }

  .navigation-column.subjects.mobile {
    margin-left: 40px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-column.mobile-explore {
    width: auto;
  }

  .navigation-column.mobile-explore.other-resources {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dashboard-button {
    clear: none;
    background-color: #00a353;
    border-radius: 5px;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 15px 23px;
    font-weight: 600;
    display: flex;
  }

  .mobile-nav-dropdown {
    font-size: 18px;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .text-block-4 {
    color: #00a353;
  }

  .text-block-4.explore {
    color: #2f3542;
    align-self: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .nav-link-details-2 {
    font-size: 15px;
    font-weight: 400;
  }

  .my-dashboard-mob-wrap {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-mob {
    color: #00a353;
    background-color: #e8edf5;
    border-radius: 5px;
    padding: 10px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #008041;
  }

  .nav-link-details {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link-details.mobile {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .icon-2 {
    color: #2f3542;
  }

  .mobile-nav {
    background-color: #fff;
    border: 1px solid #e8edf5;
    height: 80vh;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    overflow: auto;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .hiking {
    margin-right: 20px;
    position: static;
  }

  .explore-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .navigation-left {
    display: none;
  }

  .mobile-nav-link {
    color: #2f3542;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  .mobile-nav-link.dashboard {
    color: #e8edf5;
    background-color: #00a353;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: 18px;
    transition: background-color .2s;
    display: flex;
  }

  .mobile-nav-link.dashboard:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .mobile-nav-link.dashboard.home {
    color: #2f3542;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .mobile-nav-link.dashboard.home:hover {
    color: #00a353;
  }

  .brand-3 {
    padding-left: 0;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-link-block.mobile {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
  }

  .navigation-full {
    background-color: #fff;
  }

  .heart-icon {
    margin-right: 5px;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    margin-bottom: 0;
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px rgba(82, 82, 82, .05);
  }

  .navigation-button.mobile {
    padding: 8px 15px;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .nav-title-2 {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 15px;
    transition: color .2s;
  }

  .nav-title-2:hover {
    color: #00a353;
  }

  .nav-title-2._4th-column {
    font-weight: 500;
  }

  .nav-title-2._4th-column:hover {
    color: #2f3542;
  }

  .nav-title {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 18px;
    transition: color .2s;
  }

  .nav-title:hover {
    color: #00a353;
  }

  .nav-title._4th-column {
    font-weight: 500;
  }

  .nav-title._4th-column:hover {
    color: #2f3542;
  }

  .nav-title._4th-column.mobile {
    padding: 0 10px 10px;
    font-weight: 600;
  }

  .marketing-banner-wrap {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: left;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_link {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 16px;
    font-size: 1.125rem;
  }

  .rl_navbar5_link.with-icon {
    width: 100%;
    padding-left: 16px;
  }

  .rl_navbar5_link.with-icon:hover {
    background-color: #e8edf5;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-right: 16px;
  }

  .nav-left {
    width: 100%;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1rem;
    grid-template-columns: 1.25fr 1fr 1fr;
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .rl_navbar5_dropdown-content-left.explore {
    grid-template-columns: 1fr 1fr;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .donate-heart {
    margin-left: 4px;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    transition: background-color .2s;
    position: relative;
  }

  .rl_navbar5_menu-dropdown:hover {
    background-color: #e8edf5;
    border-radius: 5px;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-account-wrap {
    grid-column-gap: 0px;
    align-items: center;
    width: 100%;
  }

  .text-block-5 {
    order: -1;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 16px;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar5_menu-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl_navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 2.5rem 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 16px;
  }

  ._1px-divider {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    flex-direction: column;
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    width: 90%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .hero-copy {
    text-align: center;
  }

  .grid {
    flex: 0 auto;
    order: 1;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-wrapper {
    width: auto;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .header-section {
    background-position: 0 100%;
  }

  .booklets-wrapper {
    margin-top: 20px;
  }

  .cta-copy-wrapper {
    flex-direction: column;
  }

  .cta-copy {
    text-align: center;
    align-self: center;
    padding-bottom: 10px;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-text {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer-wrap-bottom {
    align-items: flex-start;
  }

  .footer-bottom-right-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-bottom-right-links, .image-3, .image-3.cc {
    padding-left: 0;
  }

  .license-wrap {
    align-self: flex-start;
    padding-top: 5px;
  }

  .sunandclouds {
    left: 24%;
  }

  .announcement-bg {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lightbox-link {
    max-width: 80%;
  }

  .footer-link-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrap-bottom-3 {
    align-items: flex-start;
  }

  .footer-bottom-right-links-2 {
    padding-left: 0;
  }

  .footer-link-text-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .subject-link {
    color: rgba(47, 53, 66, .75);
    font-size: 18px;
    font-weight: 600;
  }

  .navigation-mob {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-column.mobile-explore {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .navigation-column.mobile-explore.other-resources {
    align-items: end;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-nav-dropdown, .text-block-4.explore {
    font-size: 18px;
  }

  .mobile-nav {
    height: 80vh;
    overflow: auto;
  }

  .nav-title, .nav-title._4th-column.mobile {
    font-weight: 600;
  }

  .rl_navbar5_text-small {
    display: none;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_menu-dropdown {
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .rl_navbar5_menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-image {
    width: 100%;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 38px;
    line-height: 42px;
  }

  .hero-copy {
    text-align: center;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
  }

  .hero-wrapper {
    padding-bottom: 80px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-subheader {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .heading-2._1 {
    align-self: center;
  }

  .header-section {
    background-position: 100% 100%;
  }

  .booklets-wrapper {
    margin-top: 0;
  }

  .menu-button {
    border-radius: 5px;
    padding: 5px;
  }

  .cta-copy {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 24px;
    line-height: 24px;
  }

  .subject-heading-wrap {
    text-align: center;
    border-radius: 10px;
    flex-direction: column;
  }

  .footer-bottom-right-links {
    padding-bottom: 5px;
  }

  .image-3.cc {
    padding-left: 0;
  }

  .sunandclouds {
    left: 4%;
  }

  .announcement-bg {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .announcement-grid {
    grid-template-columns: 1.25fr;
  }

  .announcement-title, .announcement-body-copy {
    text-align: center;
  }

  .announcement-body-copy.links {
    text-align: left;
    line-height: 18px;
  }

  .icon-wrapper {
    justify-content: center;
    align-items: center;
  }

  .list {
    padding-top: 10px;
  }

  .youtube-lightbox-link {
    line-height: 24px;
  }

  .lightbox-link {
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .lightbox-link.dxtrack-user-action {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .play-icon {
    width: 20px;
    margin-right: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 38px;
  }

  .heading-3.hero-heading {
    width: 12ch;
    font-size: 38px;
  }

  .heading-3.hero-heading.mobile {
    width: auto;
    font-size: 38px;
    line-height: 36px;
  }

  .footer-wrap-bottom-3 {
    flex-wrap: wrap;
  }

  .image-7 {
    width: 65px;
    min-width: 65px;
  }

  .footer-bottom-left-wrap-2 {
    order: 1;
    padding-top: 10px;
  }

  .footer-bottom-right-links-2 {
    padding-bottom: 5px;
  }

  .social-icons-wrap-3 {
    justify-content: flex-start;
  }

  .mobile-nav-header-bg {
    display: none;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-mob {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-toggle.w--open, .mobile-toggle.explore.w--open {
    background-color: #e8edf5;
  }

  .navigation-column.mobile-explore {
    padding-right: 0;
  }

  .dashboard-button {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .my-dashboard-mob-wrap {
    text-align: center;
    flex-direction: row;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .hiking {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .mobile-nav-link.dashboard {
    display: block;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .marketing-banner-wrap {
    justify-content: center;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: center;
  }

  .other-resources-wrap {
    padding-left: .5rem;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_dropdown-content-left.explore {
    grid-template-columns: 1fr;
  }

  .rl_navbar5_dropdown-link-icon {
    padding-left: .5rem;
  }
}

#w-node-b99eeedc-0db8-166b-8d03-a0ad38d933d6-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d933eb-0b92c145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b99eeedc-0db8-166b-8d03-a0ad38d933ec-0b92c145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b99eeedc-0db8-166b-8d03-a0ad38d93407-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d93436-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d9343b-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d9345a-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d93465-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d93471-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d934ba-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d934d2-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d934e9-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d93500-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d93514-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d935a9-0b92c145, #w-node-b99eeedc-0db8-166b-8d03-a0ad38d935bf-0b92c145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-0b92c145 {
  grid-column-end: span .996094;
  grid-column-start: span .996094;
  grid-row-end: span .996094;
  grid-row-start: span .996094;
  justify-self: start;
}

#w-node-a4379ae1-c36a-c126-f543-2c61d7202271-0b92c145 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-0b92c145 {
    justify-self: center;
  }

  #w-node-a4379ae1-c36a-c126-f543-2c61d7202271-0b92c145 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-0b92c145, #w-node-a4379ae1-c36a-c126-f543-2c61d7202271-0b92c145 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-0b92c145 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b9b17ddf-8c09-5765-e9f0-e6d7fc228650-0b92c145 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Extrabold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}</pre></body></html>