.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #2f3542;
  font-family: Proximanova, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 3.5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #008545;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.margin-tiny {
  margin: .125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-xhuge {
  padding: 8rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: .0625rem dashed #0073e6;
  position: relative;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-weight-bold {
  font-weight: 700;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_heading-medium {
  color: #2f3542;
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.form_component {
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_background {
  width: 100%;
  border: .0625rem solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.padding-huge {
  padding: 6rem;
}

.icon-height-small {
  height: 1rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-0 {
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.margin-large {
  margin: 3rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.margin-small {
  margin: 1rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.hide {
  display: none;
}

.margin-xxhuge {
  margin: 12rem;
}

.icon-height-large {
  height: 3rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-medium {
  font-weight: 500;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #008545;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.button.is-text {
  color: #2f3542;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(0, 0, 0, 0);
}

.button.is-large {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  color: #2f3542;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #2f3542;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #2f3542;
  text-decoration: none;
}

.button.is-secondary.dxtrack-user-action {
  color: #008545;
  border-color: #008545;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1rem;
}

.button.is-secondary.dxtrack-user-action:hover {
  color: #fff;
  background-color: #008545;
}

.button.is-small {
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.margin-xsmall {
  margin: .5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.flexbox {
  justify-content: space-between;
  display: flex;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-small {
  padding: 1rem;
}

.text-color-grey {
  color: gray;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-color-black {
  color: #000;
}

.text-color-white {
  color: #fff;
}

.padding-tiny {
  padding: .125rem;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e8edf5;
  border-radius: 8px;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::-ms-input-placeholder {
  font-weight: 600;
}

.form_input::placeholder {
  font-weight: 600;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.text-style-italic {
  font-style: italic;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-xsmall {
  padding: .5rem;
}

.fs-styleguide_heading-large {
  color: #2f3542;
  font-size: 6rem;
  font-weight: 800;
  line-height: 6.5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-color-white {
  background-color: #fff;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.text-style-link {
  color: #008545;
  text-decoration: none;
}

.icon-height-medium {
  height: 2rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-weight-xbold, .text-rich-text h1, .text-rich-text h2, .text-rich-text h3 {
  font-weight: 800;
}

.text-rich-text img {
  border-radius: 8px;
}

.text-style-muted {
  opacity: .6;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xxsmall {
  margin: .25rem;
}

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

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.margin-medium {
  margin: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-align-center {
  text-align: center;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-large {
  padding: 3rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.background-color-grey {
  background-color: #f2f2f2;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xhuge {
  margin: 8rem;
}

.text-align-right {
  text-align: right;
}

.padding-xxsmall {
  padding: .25rem;
}

.overflow-auto {
  overflow: auto;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.home-message_logo {
  width: 4rem;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.subject-link-4 {
  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-4:hover {
  color: #00a353;
  font-weight: 600;
}

.navigation-mobile {
  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%;
}

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

.navigation-left {
  align-items: center;
  display: flex;
}

.dropdown-link-3 {
  padding-right: 5px;
  transition: color .2s;
}

.nav-content-wrap-2 {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.explore-icons {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand {
  margin-right: 44px;
}

.brand.dxtrack-user-action {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 0;
  padding: 0;
}

.logo {
  min-width: 55px;
}

.flexlets-banner {
  margin-top: 0;
}

.other-resources-links-3 {
  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-3:hover {
  transform: translate(2px);
}

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

.nav-title-2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title-2._4th-column {
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
}

.nav-link {
  color: #2f3542;
  white-space: nowrap;
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #e8edf5;
  text-decoration: none;
}

.nav-link.w--current {
  color: #99d715;
}

.nav-link.dxtrack-user-action {
  color: #051b44;
  margin-right: 5px;
  padding: 20px 24px;
  font-family: Proximanova, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.nav-link.dxtrack-user-action:hover {
  background-color: #e8edf5;
  border-radius: 5px;
  padding-left: 18px;
  padding-right: 18px;
}

.nav-menu {
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.marketing-banner-title-2 {
  flex: 1;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.nav-drop-container {
  max-width: 1024px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-drop-container.explore {
  display: none;
}

.navigation-link-block-2 {
  width: 100%;
  color: #283338;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-2:hover {
  color: #00a353;
  background-color: #e8edf5;
}

.navigation-link-block-2.dxtrack-user-action {
  height: 100%;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-title-4 {
  color: #051b44;
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-title-4._4th-column {
  margin-bottom: 10px;
  padding: 0 15px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.nav-title-4.announcement {
  padding: 0 15px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.navigation-full {
  z-index: 99;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(61, 66, 75, .07);
  align-items: center;
  padding: 10px 2.5rem;
  display: flex;
  position: static;
}

.navigation-full:hover {
  background-color: rgba(0, 0, 0, 0);
}

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

.nav-link-details-4 {
  color: #2f3542;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.explore-desc-wrap {
  flex: 1;
}

.hiking-2 {
  position: absolute;
  top: -36.9844px;
}

.navigation {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-column {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 0;
}

.nav-column.subjects {
  width: 20%;
}

.nav-column.flexlets {
  padding-top: 0;
}

.nav-column.other-resources {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.nav-column.announcement-banner {
  width: auto;
  text-align: center;
  background-color: #e8edf5;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 15px;
  display: flex;
}

.fletlets-banner-wrap-2 {
  margin-top: 10px;
  display: flex;
}

.marketing-banner-wrap-2 {
  width: 100%;
  min-height: 100px;
  text-align: center;
  background-color: #d5f4fa;
  border-radius: 5px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 30px 15px 10px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.nav-dropdown-toggle {
  color: #2f3542;
  padding: 10px 32px 10px 24px;
  font-family: Proximanova, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.nav-dropdown-toggle:hover {
  background-color: #e8edf5;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 32px;
}

.nav-link-details-3 {
  color: rgba(40, 51, 56, .75);
  font-size: 14px;
  line-height: 15px;
}

.grid-18 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template: "." 100px
                 "." 100px
                 "." 100px
                 "." 100px
                 / 1fr 1fr 1fr 1fr;
}

.nav-dropdown-list {
  min-width: 100%;
}

.nav-dropdown-list.w--open {
  height: auto;
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  padding: 20px 2.5rem;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: auto;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .24);
}

.large-link {
  color: #6127da;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.drop-arrow-plain-2 {
  color: #2f3542;
  margin-right: 10px;
  font-size: 14px;
}

.subject-header-3 {
  color: #051b44;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.nav-cta {
  min-height: 40px;
  min-width: auto;
  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;
  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;
}

.nav-cta:hover {
  color: #00a353;
  background-color: #fff;
  transform: translate(0, -3px);
  box-shadow: 0 4px 14px rgba(47, 53, 66, .24);
}

.nav-cta.dxtrack-user-action {
  color: #008545;
  background-color: #fff;
  border-color: #008545;
  border-radius: 8px;
  font-weight: 700;
}

.nav-cta.dxtrack-user-action:hover {
  color: #fff;
  background-color: #008545;
}

.flowbase-logo {
  width: 54px;
}

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

.subject-link-2.dxtrack-user-action {
  color: rgba(5, 27, 68, .75);
  font-family: Proximanova, sans-serif;
  font-weight: 400;
  transition: transform .2s, font-size .2s, color .2s;
}

.subject-link-2.dxtrack-user-action:hover {
  color: #00a353;
  transform: translate(2px);
}

.explore-icon-wrap {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.navigation-right {
  width: 50%;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-right.dxtrack-user-action {
  width: auto;
}

.nav-dropdown-list-full-wrap {
  max-width: 1024px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  color: #008545;
  padding-left: 0;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  transition: transform .2s;
}

.other-resources-links-2.dxtrack-user-action:hover {
  transform: translate(3px);
}

.marketing-banner-desc-2 {
  line-height: 18px;
}

.feature-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.footer-link-text {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-text:hover {
  color: #00a353;
}

.footer-link-text.dxtrack-user-action {
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  font-weight: 400;
}

.footer-link-text.dxtrack-user-action:hover {
  color: #00cc69;
}

.footer-link-text.dxtrack-user-action {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.footer-link-text.dxtrack-user-action:hover {
  color: #00cc69;
}

.footer-copyright {
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  font-weight: 400;
}

.html-embed-2 {
  margin-top: 20px;
}

.fs-styleguide_messege-heading {
  line-height: 4rem;
}

.ck-section-footer {
  background-color: #2f3542;
  position: relative;
  top: auto;
}

.footer-header {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.cta-main-2 {
  height: 40px;
  background-color: #00a353;
  border-radius: 20px;
  padding: 11px 30px;
  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.secondary {
  color: #2f3542;
  background-color: #fff;
}

.cta-main-2.secondary.dxtrack-user-action {
  height: auto;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
}

.ck-section-hero {
  background-image: url('../images/hero-wave-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.ck-section-hero.max-width-full {
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 20px;
}

.footer-link-wrap {
  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;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.cta-copy {
  color: #fff;
  flex: 1;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}

.section-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  position: static;
}

.item-wrap.dxtrack-user-action {
  flex: 0 auto;
}

.hero-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-link {
  color: #2f3542;
  font-size: 18px;
  font-weight: 600;
}

.cta-wrapper {
  width: 100%;
  background-color: #008545;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.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: #00a353;
}

.integration-content-left {
  text-align: left;
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.image-35.cc {
  padding-left: 10px;
}

.social-icons-wrap-3 {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ck-section-about {
  background-color: #e8edf5;
}

.image-58.footer {
  margin-bottom: 10px;
}

.spacer-20px {
  width: 100%;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.trainer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link-2 {
  text-decoration: underline;
}

.hero-image {
  width: 100%;
  border-radius: 8px;
  margin-top: 20px;
  transition: opacity .2s;
}

.hero-image:hover {
  opacity: .8;
}

.trainer-card-parent-wrap {
  height: 100%;
  text-align: center;
  background-color: rgba(239, 173, 34, .05);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 6px 22px rgba(47, 53, 66, .1);
}

.trainer-card-parent-wrap:hover {
  box-shadow: 0 6px 22px rgba(47, 53, 66, .24);
}

.trainer-card-parent-wrap.more-to-come {
  justify-content: center;
}

.profile-pic-wrap {
  width: 140px;
  height: 140px;
  border-radius: 1000px;
  overflow: hidden;
}

.cep-profile-badge {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.profile-pic {
  position: relative;
}

.name-email-wrap {
  display: flex;
}

.profile-link {
  color: #efad22;
}

.profile-bio-link {
  color: #008545;
  margin-top: 2rem;
  text-decoration: underline;
  transition: color .2s;
}

.profile-bio-link:hover {
  color: #2f3542;
  text-decoration: underline;
}

.email-icon-link-block {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.ck-section-disclaimer {
  background-color: rgba(239, 173, 34, .1);
  padding-bottom: 20px;
}

.ck-section-sessions {
  color: #fff;
  background-color: #2f3542;
}

.bio-modal-popup {
  z-index: 999;
  background-color: rgba(47, 53, 66, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bio-modal-popup.show {
  display: flex;
}

.bio-modal-wrap {
  max-height: 95vh;
  min-width: 80vw;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  overflow: auto;
}

.modal-header {
  border-bottom: 1px solid #e8edf5;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.bio-content-wrap {
  padding: 1.25rem;
}

.bio-content-section-1 {
  background-color: rgba(239, 173, 34, .1);
  border-radius: 8px;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.bio-content-top-name {
  text-align: left;
  margin-left: 10px;
}

.bio-profile-pic-wrap {
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  overflow: hidden;
}

.bio-cep-profile-badge {
  width: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bio-content-section-2 {
  text-align: left;
  margin-top: 20px;
}

.modal-header-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bio-content-name {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.bio-modal-close-btn {
  cursor: pointer;
}

.trainer-name {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.trainer-card-wrap {
  flex-direction: column;
  align-items: center;
}

.link {
  color: #008545;
}

.disclaimer-wrap {
  background-color: rgba(239, 173, 34, .1);
  border-radius: 8px;
  padding: 20px 20px 30px;
}

.bio-modal-rich-text a {
  color: #008545;
  font-weight: 700;
  text-decoration: underline;
}

.bio-modal-rich-text p {
  line-height: 1.5rem;
}

.announcement-banner-image {
  margin-bottom: 10px;
}

.hero-heading {
  font-size: 3rem;
  line-height: 3.25rem;
}

.prof-dev {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.prof-dev a {
  color: #00bb48;
  text-decoration: underline;
}

.prof-dev ul {
  line-height: 1.75rem;
}

.cta-button-badge-wrap {
  position: relative;
}

.image-59 {
  width: 50px;
  position: absolute;
  top: -24%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.hero-subtitle {
  color: #fff;
  text-transform: uppercase;
  background-color: #008545;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: .825rem;
  font-weight: 600;
  line-height: 1rem;
  display: inline-block;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.subject-link-underline {
  height: 2px;
  transform-origin: 0%;
  background-color: #2f3542;
}

.main-navigation {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e8edf5;
}

.rl_navbar5_dropdown-list.w--open {
  width: 100vw;
  max-width: 100%;
  min-width: 100vw;
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  border-bottom: 1px solid #e8edf5;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.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_menu-dropdown {
  position: static;
}

.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-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_menu {
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.ugc-tooltip-wrap {
  min-width: 260px;
  text-align: center;
  background-color: #f9f9f5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  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_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.math-info-link {
  text-align: center;
  font-size: 1rem;
  text-decoration: underline;
}

.subject-link-wrap {
  margin-top: 4px;
  margin-right: 8px;
}

.nav-right {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.rl_navbar5_item-title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

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

.ugc-nav-icon {
  align-items: center;
  display: flex;
}

.rl_navbar5_icon {
  width: 1.5rem;
}

.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_logo {
  width: 100%;
  height: 100%;
}

._1px-divider {
  width: 1px;
  height: 30px;
  max-height: 100%;
  background-color: #e8edf5;
  margin-left: 4px;
  margin-right: 4px;
}

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

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

.ugc-tooltip {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.rl_navbar5_container {
  width: 100%;
  height: 100%;
  max-width: 68.75rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.ugc-tooltip-image-wrap {
  position: relative;
}

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

.rl_navbar5_icon-wrapper {
  flex: none;
}

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

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

.spacer-8px {
  width: 100%;
  height: 8px;
}

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

.other-resources-item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.donate-heart {
  margin-right: 4px;
}

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

.nav-account-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.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.sub {
  color: #565a65;
  font-weight: 700;
}

.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_menu-left {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.html-embed-3 {
  width: 24px;
  height: 24px;
}

.rl_navbar5_logo-link {
  max-width: 80px;
  flex: 0 auto;
  padding-left: 0;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.ck12-logo.footer {
  margin-bottom: 24px;
}

.ck-section-footer-2 {
  color: #fff;
  background-color: #2f3542;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-60.cc {
  padding-left: 10px;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_social-link:hover {
  color: #008545;
}

.footer-link-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_line-divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.footer-bottom-wrap-2 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-list.w--open {
    border: 1px solid #e8edf5;
    border-top-width: 2px;
    margin-top: -1px;
  }

  .ck-section-footer {
    width: 100%;
    padding: 30px 19px;
  }

  .license-wrap {
    padding-left: 10px;
  }

  .ck-section-hero.max-width-full {
    background-position: 50% 100%;
    background-size: cover;
  }

  .footer-link-wrap {
    max-width: 1024px;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrapper {
    background-color: #008545;
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    display: flex;
  }

  .ck-section-disclaimer {
    background-color: rgba(239, 173, 34, .1);
    padding-bottom: 20px;
  }

  .bio-modal-popup.show {
    margin-left: auto;
    margin-right: auto;
  }

  .bio-modal-wrap {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-wrap-2 {
    max-width: 1024px;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .mobile-nav-header-bg-2 {
    background-color: #2f3542;
    justify-content: flex-start;
    padding: 10px;
    display: none;
  }

  .subject-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .navigation-mobile {
    background-color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #e8edf5;
    flex-direction: row;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .navigation-left {
    display: none;
  }

  .nav-content-wrap-2 {
    align-self: center;
    padding-left: 10px;
  }

  .nav-content-wrap-2:hover {
    color: #00a353;
  }

  .nav-content-wrap-2.mobile {
    padding-left: 0;
  }

  .icon-3 {
    color: #2f3542;
  }

  .other-resources-links-3.mobile {
    color: #008545;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 18px;
  }

  .text-block-4 {
    color: #00a353;
  }

  .text-block-4.explore {
    color: #2f3542;
    align-self: center;
    font-size: 18px;
    text-decoration: none;
  }

  .heart-icon {
    margin-right: 5px;
  }

  .nav-title-2 {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 18px;
    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-2._4th-column.mobile {
    padding: 0 10px 10px;
    font-weight: 600;
  }

  .marketing-banner-title-2 {
    margin-top: 0;
  }

  .menu-mob-2 {
    color: #00a353;
    background-color: #e8edf5;
    border-radius: 5px;
    padding: 10px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #008041;
  }

  .navigation-link-block-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-link-block-2.mobile {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
  }

  .my-dashboard-mob-wrap {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navigation-container-mob {
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }

  .nav-title-4 {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 15px;
    transition: color .2s;
  }

  .nav-title-4:hover {
    color: #00a353;
  }

  .nav-title-4._4th-column {
    font-weight: 500;
  }

  .nav-title-4._4th-column:hover {
    color: #2f3542;
  }

  .nav-title-4.announcement {
    font-weight: 500;
  }

  .nav-title-4.announcement:hover {
    color: #2f3542;
  }

  .navigation-full {
    background-color: #fff;
  }

  .brand-3 {
    padding-left: 0;
  }

  .nav-link-details-4 {
    font-size: 15px;
    font-weight: 400;
  }

  .explore-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mobile-toggle-3 {
    width: 97%;
    color: #2f3542;
    border-radius: 5px;
    margin: 5px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    transition: background-color .2s;
  }

  .mobile-toggle-3:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-3.w--open {
    font-weight: 700;
  }

  .mobile-toggle-3.explore {
    z-index: 100;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .hiking-2 {
    margin-right: 20px;
    position: static;
  }

  .navigation {
    display: none;
  }

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

  .dropdown-list-mob.w--open {
    z-index: 9999;
    margin-bottom: 0;
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px rgba(82, 82, 82, .05);
  }

  .nav-column.subjects {
    width: auto;
  }

  .nav-column.subjects.mobile {
    margin-left: 40px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-column.mobile-explore {
    width: auto;
  }

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

  .fletlets-banner-wrap-2 {
    margin-top: 0;
  }

  .grid-2 {
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-link-2 {
    width: 100%;
    color: #2f3542;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  .mobile-nav-link-2.dashboard {
    width: auto;
    color: #e8edf5;
    background-color: #00a353;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    transition: background-color .2s;
    display: flex;
  }

  .mobile-nav-link-2.dashboard:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .mobile-nav-link-2.dashboard.home {
    color: #2f3542;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .mobile-nav-link-2.dashboard.home:hover {
    color: #00a353;
  }

  .marketing-banner-wrap-2 {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .donate-button.mobile {
    color: #2f3542;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .nav-link-details-3 {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link-details-3.mobile {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .mobile-nav-dropdown {
    font-size: 18px;
  }

  .mobile-nav-2 {
    height: 80vh;
    background-color: #fff;
    border: 1px solid #e8edf5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    top: 50px;
    overflow: auto;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .mobile-dropdown {
    width: 100%;
    display: block;
  }

  .mobile-dropdown.explore {
    display: flex;
  }

  .nav-cta.mobile {
    padding: 8px 15px;
  }

  .flowbase-logo {
    width: 75px;
  }

  .dashboard-button {
    clear: none;
    color: #fff;
    background-color: #008545;
    border-radius: 8px;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 15px 23px;
    font-weight: 600;
    display: flex;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: left;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .license-wrap {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .ck-section-hero.max-width-full {
    background-position: 50% 100%;
    background-size: auto 100%;
    padding-bottom: 60px;
  }

  .footer-link-wrap {
    grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
    padding-bottom: 20px;
  }

  .cta-copy {
    padding-right: 0;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 2.75rem;
  }

  .item-wrap {
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-right: 0;
    display: flex;
  }

  .hero-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cta-wrapper {
    flex-direction: column;
  }

  .image-35 {
    padding-left: 10px;
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-58 {
    min-width: 75px;
  }

  .footer-bottom-right-wrap {
    align-items: center;
    display: flex;
  }

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

  .hero-image {
    margin-top: 0;
  }

  .cta-copy-wrap {
    flex: 1;
    margin-bottom: 20px;
  }

  .cta-sub-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    min-width: auto;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    transition: background-color .2s;
    position: relative;
  }

  .rl_navbar5_menu-dropdown:hover {
    background-color: #e8edf5;
    border-radius: 5px;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 16px;
  }

  .nav-left {
    width: 100%;
  }

  .text-block-5 {
    order: -1;
  }

  .rl_navbar5_menu {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 2.5rem 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
  }

  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  ._1px-divider {
    display: none;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 16px;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .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 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .donate-heart {
    margin-left: 4px;
  }

  .nav-account-wrap {
    width: 100%;
    grid-column-gap: 0px;
    align-items: center;
  }

  .rl_navbar5_menu-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .ck12-logo {
    min-width: 75px;
  }

  .footer-column-wrap-2 {
    margin-bottom: 16px;
  }

  .image-60 {
    padding-left: 10px;
  }

  .footer-link-wrap-2 {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .subject-link-4 {
    color: rgba(47, 53, 66, .75);
    font-size: 18px;
    font-weight: 600;
  }

  .text-block-4.explore {
    font-size: 18px;
  }

  .nav-title-2, .nav-title-2._4th-column.mobile {
    font-weight: 600;
  }

  .navigation-container-mob {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-column.mobile-explore {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .nav-column.mobile-explore.other-resources {
    align-items: end;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .mobile-nav-dropdown {
    font-size: 18px;
  }

  .mobile-nav-2 {
    height: 80vh;
    overflow: auto;
  }

  .mobile-dropdown {
    display: block;
  }

  .feature-image {
    width: 100%;
    order: 1;
  }

  .footer-link-text {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .license-wrap {
    align-self: flex-start;
    padding-top: 5px;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .cta-copy {
    text-align: center;
    align-self: center;
    padding: 0;
  }

  .hero-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    flex-direction: column;
  }

  .footer-bottom-right-links {
    padding-left: 0;
  }

  .footer-bottom-wrap {
    align-items: flex-start;
  }

  .image-35, .image-35.cc {
    padding-left: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-bottom-right-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .trainer-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-width: 100%;
    margin-top: 0;
  }

  .bio-modal-wrap {
    max-height: 98vh;
    overflow: auto;
  }

  .bio-content-section-1 {
    flex-direction: column;
    padding: 10px;
  }

  .cta-sub-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .rl_navbar5_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .rl_navbar5_menu-dropdown {
    padding-right: 0;
  }

  .rl_navbar5_menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .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_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-60, .image-60.cc {
    padding-left: 0;
  }

  .footer-link-wrap-2 {
    grid-template-columns: 1fr;
  }

  .footer-bottom-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.modal {
    padding-left: .45rem;
    padding-right: .45rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-nav-header-bg-2 {
    display: none;
  }

  .navigation-link-block-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .my-dashboard-mob-wrap {
    text-align: center;
    flex-direction: row;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile-toggle-3.w--open, .mobile-toggle-3.explore.w--open {
    background-color: #e8edf5;
  }

  .hiking-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .nav-column.mobile-explore {
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-nav-link-2.dashboard {
    display: block;
  }

  .marketing-banner-wrap-2 {
    justify-content: center;
  }

  .dashboard-button {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: center;
  }

  .cta-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .cta-wrapper {
    padding: 25px 16px;
  }

  .footer-bottom-right-links {
    padding-bottom: 5px;
  }

  .footer-bottom-wrap {
    flex-wrap: wrap;
  }

  .image-35.cc {
    padding-left: 0;
  }

  .social-icons-wrap-3 {
    justify-content: flex-start;
  }

  .image-58 {
    width: 65px;
    min-width: 65px;
  }

  .footer-bottom-left-wrap {
    order: 1;
    padding-top: 10px;
  }

  .bio-modal-wrap {
    max-height: 98vh;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
  }

  .bio-content-section-1 {
    flex-direction: column;
  }

  .rl_navbar5_dropdown-link-icon, .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;
  }

  .ck12-logo {
    width: 65px;
    min-width: 65px;
  }

  .image-60.cc {
    padding-left: 0;
  }

  .footer-bottom-wrap-2 {
    flex-wrap: wrap;
  }
}

#w-node-_08d49f27-735c-ee66-4b84-6c5fd27f114e-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f1163-da76b460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08d49f27-735c-ee66-4b84-6c5fd27f1164-da76b460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_08d49f27-735c-ee66-4b84-6c5fd27f117f-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f11ae-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f11b3-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f11d2-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f11dd-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f11e9-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f1232-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f124a-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f1261-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f1278-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f128c-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f1321-da76b460, #w-node-_08d49f27-735c-ee66-4b84-6c5fd27f1337-da76b460, #w-node-_611d5d59-0c49-eb16-74e4-bf0162573c8c-da76b460, #w-node-b842cfcb-5d6f-13c7-0af3-a7d766b427a7-da76b460, #w-node-_611d5d59-0c49-eb16-74e4-bf0162573ca3-da76b460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_611d5d59-0c49-eb16-74e4-bf0162573cb3-da76b460 {
  align-self: center;
}

#w-node-_4f61f5a3-deae-69ca-1b36-daf88241288f-da76b460, #w-node-d340eb93-1e78-cd3e-c088-9b3aaed0e66f-da76b460, #w-node-f3a7e778-7fbf-1954-acf2-427deae9358d-da76b460, #w-node-_83ee2661-63e1-2821-5500-8b0fdf19ef4f-da76b460, #w-node-_4a5d259a-bf14-6bfb-8edb-f8f5b3d948a2-da76b460, #w-node-_6a7c2884-6415-c0e8-6cab-5ce1b2b25872-da76b460, #w-node-_87956b5d-6d95-23ae-428d-3dbf825e9b36-da76b460, #w-node-a7a0f1ce-74fa-09e5-215e-c61f8a726983-da76b460, #w-node-_868ae16f-6e9e-6968-4d20-3b9f1a094116-da76b460, #w-node-cd25d953-6029-7dd4-bc3c-a863c7478a53-da76b460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a38e7d82-808d-1226-2e4f-c199b55f0701-da76b460 {
  align-self: center;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331792a8-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331792ad-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331792b2-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331792b7-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331792bd-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331792c3-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331792c9-c676b462 {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331793d6-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331793ef-c676b462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331793f2-c676b462 {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331793f4-c676b462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331793f7-c676b462 {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db33179449-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179453-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179454-c676b462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db331794c2-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794c7-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794cc-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794d1-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794d6-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794db-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794e5-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794ea-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794ef-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794f4-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794f9-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331794fe-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179503-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179508-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db3317950d-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179512-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179517-c676b462 {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317951b-c676b462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317951c-c676b462 {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317951e-c676b462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db33179521-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179526-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db3317952b-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179540-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179545-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db3317954a-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db3317954f-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179554-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179559-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179563-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179568-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db3317956d-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179572-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179577-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db3317957c-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179581-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179586-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db3317958b-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179590-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db33179595-c676b462 {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db33179599-c676b462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317959a-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db3317959f-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331795a4-c676b462, #w-node-c62a13b9-b2d0-b577-e174-29db331795a9-c676b462 {
  justify-self: start;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317962f-c676b462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c62a13b9-b2d0-b577-e174-29db3317968b-c676b462 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a103802f-6f9e-8d2a-77fd-322e47c452d4-da76b460 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a103802f-6f9e-8d2a-77fd-322e47c452d8-da76b460, #w-node-a103802f-6f9e-8d2a-77fd-322e47c452f3-da76b460 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a103802f-6f9e-8d2a-77fd-322e47c452d4-da76b460, #w-node-a103802f-6f9e-8d2a-77fd-322e47c4530d-da76b460 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}