.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a1725;
  font-size: 42px;
  line-height: 48px;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1a1725;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #393939;
  line-height: 24px;
}

.body {
  font-family: proxima-nova, sans-serif;
  color: #393939;
  font-size: 17px;
}

.section-navigation {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.navbar-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link {
  padding: 17px 15px;
  color: #706b81;
  font-size: 18px;
  font-weight: 600;
}

.nav-link:hover {
  color: #1a1725;
}

.nav-link.w--current {
  color: #33adff;
}

.nav-link.login {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0c9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.nav-link.login:hover {
  background-color: #019772;
}

.brand {
  margin-right: 5%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.content-container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-copy-container {
  width: 50%;
  color: #fff;
}

.p-large {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
}

.p-large.alternate {
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.p-large.white {
  color: #fff;
}

.p-large.padding {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.p-large.content-small {
  font-size: 22px;
  line-height: 32px;
}

.h1-hero {
  margin-bottom: 0px;
  font-size: 52px;
  line-height: 58px;
  font-weight: 300;
}

.section-content {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section-content.two {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: hsla(254, 9%, 46%, .07);
}

.flex-item-col {
  width: 50%;
  padding-right: 20px;
  padding-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-item-col.learning-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Learning-image-tablet.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-item-col.right {
  position: relative;
  z-index: 1;
  padding-right: 50px;
  padding-left: 20px;
}

.flex-item-col.device-image {
  background-image: url('../images/device-mockup-transparent-v2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-item-col.feature-image {
  background-image: url('../images/feature-banner-m.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-item-col.image-right {
  min-height: 395px;
  padding-left: 20px;
  text-align: right;
}

.flex-item-col.text-col {
  padding-left: 20px;
}

.flex-item-col.image-devices {
  min-height: 395px;
  padding-left: 20px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-container.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-container.feature-banner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-container.signup-title {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-container.cpd-learning {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container.cpd-learning-sub-articles {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container.forms {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container.margin-bottom {
  margin-bottom: 40px;
}

.flex-container.reversed-margin-bottom {
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.unordered-list {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
}

.list-item {
  margin-bottom: 12px;
  background-color: transparent;
}

.dpl-grid {
  margin-bottom: 30px;
  grid-column-gap: 5px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.div-block-2 {
  padding: 20px;
}

.text-block {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1a1725;
  font-size: 24px;
  line-height: 30px;
}

.slider-container {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.slider {
  height: auto;
  background-color: transparent;
}

.quote-container {
  display: block;
  max-width: 696px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  text-align: center;
}

.text-block-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.slide {
  height: auto;
  padding-bottom: 40px;
}

.mask {
  height: auto;
}

.right-arrow {
  display: none;
}

.flex-featured-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.flex-item-feature-learning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.link-block {
  min-height: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-decoration: none;
}

.dpl-button {
  padding: 11px 25px;
  border-radius: 3px !important;
  background-color: #0c9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
}

.dpl-button:hover {
  background-color: #019772;
  color: #fff;
}

.dpl-button.large {
  padding: 20px 25px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 28px;
  font-weight: 400;
}

.dpl-button.large:hover {
  background-color: #019772;
  color: #fff;
}

.dpl-button.large.padding-btm {
  margin-bottom: 20px;
}

.dpl-button.float-right {
  float: right;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dpl-button.in-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  text-align: center;
}

.dpl-button.in-grid:hover {
  background-color: #019772;
  color: #fff;
}

.dpl-button.padding {
  min-width: 150px;
  margin-right: 0px;
  margin-left: 20px;
  text-align: center;
}

.dpl-button.margin {
  margin-bottom: 15px;
}

.section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.blue {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1D4480;
}

.section.blue.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  min-height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-banner-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.blue.page-titles {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eee;
}

.section.footer {
  padding-top: 60px;
  padding-bottom: 50px;
}

.section.one {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: hsla(254, 9%, 46%, .07);
}

.section.feature {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff
}

.section.dark-grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1a1725;
}

.dpl-columns {
  margin-right: -20px;
  margin-left: -20px;
}

.column-1 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-2 {
  padding-right: 20px;
  padding-left: 20px;
}

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

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.link {
  color: #706b81;
  text-decoration: none;
}

.link:hover {
  color: #1a1725;
}

.list-item-2 {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.list-item-2.copy {
  padding-top: 20px;
}

.h2-white {
  color: #fff;
}

.full-image-right {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  background-image: url('../images/Learning-image-tablet3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-image-left {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 90, 92, .53)), to(#fff));
  background-image: linear-gradient(180deg, rgba(86, 90, 92, .53), #fff);
}

.full-image-left-feature-banner {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 60%;
  background-image: url('../images/feature-banner-alternative.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sign-up-teaser-copy {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
}

.sign-up-teaser-copy.questions {
  text-align: right;
}

.green-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #0c9;
  font-weight: 600;
  text-decoration: none;
}

.green-link:hover {
  color: #fff;
  text-decoration: underline;
}

.green-link.hover:hover {
  color: #019772;
}

.price-span {
  margin-left: 10px;
  padding-left: 9px;
  border-left: 1px solid hsla(254, 9%, 46%, .32);
  color: #1a1725;
  font-weight: 600;
}

.price-span.no-margin {
  margin-left: 0px;
  padding-left: 0px;
  border-left-style: none;
}

.special-badge {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 190px;
  margin-top: 40px;
  margin-left: 40px;
  padding: 20px 33px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 50%;
  background-color: #33adff;
  text-align: center;
}

.special-badge.cpd-tracking {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 130px;
  height: 130px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 7px;
}

.special-badge.tracking {
  position: relative;
  left: auto;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.trial-tag {
  padding: 5px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #2891d8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.trial-tag.small-tag {
  margin-top: 2px;
  padding: 2px 9px;
  letter-spacing: 1px;
}

.text-block-4 {
  width: 100%;
  padding: 5px 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #2891d8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.text-block-5 {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 40px;
}

.text-block-6 {
  margin-bottom: 5px;
}

.smiles {
  margin-bottom: 5px;
}

.smiles.small-smiles {
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.mobile-image-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/mobile_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-white {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.link-white:hover {
  color: #1a1725;
}

.unordered-list-2 {
  padding-left: 20px;
  color: #1a1725;
  font-size: 24px;
  line-height: 30px;
}

.list-item-3 {
  padding-bottom: 5px;
}

.sign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-item-signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dashed hsla(0, 0%, 100%, .45);
  color: #fff;
}

.flex-item-signup.lead-in-text {
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
  color: #fff;
}

.h1-no-margins {
  margin-bottom: 0px;
}

.flex-item-col-form {
  width: 60%;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.flex-item-col-form.sign-in {
  width: 40%;
}

.form-block {
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 40px;
}

.form-block.filter {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 40px 40px 20px;
  border-radius: 3px;
  background-color: #e0e0e0;
}

.dpl-text-field {
  height: 43px !important;
  margin-bottom: 25px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: hsla(254, 9%, 46%, .48) !important;
  border-radius: 4px !important;
  background-color: #1a1725 !important;
  -webkit-transition: border-color 200ms ease !important;
  transition: border-color 200ms ease !important;
  color: #fff !important;
  font-size: 17px !important;
}

.dpl-text-field:focus {
  border-color: #0c9 !important;
}

.reset_pass:focus {
  border-color: white !important;
}

.dpl-text-field.white {
  border-color: #ccc !important;
  background-color: #fff !important;
  color: #000 !important;
}

.dpl-field-label {
  color: #b1afb8; !important;
}

.dpl-field-label.note {
  margin-top: -15px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.p-small {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.p-small.password-info {
  margin-top: 19px;
  margin-bottom: 0px;
  color: #b1afb8;
}

.p-small.learning {
  margin-bottom: 0px;
}

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

.image-2 {
  margin-bottom: 25px;
  border-radius: 4px;
}

.fake-select-field {
  width: 100%;
  margin-bottom: 25px;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 10px;
  border: 1px solid #443f51;
  border-radius: 4px;
  background-color: #1a1725;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
}

.dropdown-toggle.w--open {
  border-color: #0c9;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dropdown-toggle.white {
  border-color: #ccc;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.dropdown-list {
  background-color: #1a1725;
}

.dropdown-list.w--open {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 204, 153, .35) #0c9 #0c9;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
}

.dropdown-list.white.w--open {
  border-color: #ccc;
  background-color: #fff;
  color: #000;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  color: #0c9;
}

.dropdown-link.white {
  color: #000;
}

.success-message {
  background-color: transparent;
  font-size: 20px;
}

.error-message {
  margin-top: 25px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #ff5d5d;
  font-size: 19px;
}

.info-block {
  margin-top: 40px;
  color: #fff;
}

.h3-white {
  color: #fff;
}

.icon {
  margin-right: 15px;
}

.icon.green {
  color: #0c9;
}

.flex-item-col-learning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.flex-item-col-learning.featured {
  width: 40%;
}

.flex-item-col-learning._50 {
  width: 50%;
}

.flex-item-col-learning._25 {
  width: 25%;
}

.flex-item-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease;
  color: #1a1725;
  text-decoration: none;
}

.flex-item-product:hover {
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .2);
  color: #019772;
}

.flex-item-product.feature-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: none;
  transition-property: none;
}

.flex-item-product.feature-col:hover {
  box-shadow: none;
}

.flex-item-product.featured-item {
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  background-color: transparent;
  color: #1a1725;
}

.flex-item-product.featured-item:hover {
  box-shadow: none;
  color: #019772;
}

.flex-item-product.featured-item.bottom {
  margin-bottom: 0px;
}

.flex-item-product.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-item-product.feature {
  display: block;
}

.learning-product-image {
  width: 40%;
  min-height: 140px;
  margin-right: 20px;
  background-image: url('../images/feature-banner-m.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.learning-product-image.min-height {
  width: auto;
  margin-right: 0px;
  margin-bottom: 20px;
}

.learning-product-image.featured-learning {
  width: 110px;
  min-height: 70px;
  margin: -10px 15px -10px -10px;
  background-image: url('../images/Learning-image-tablet2.jpg');
}

.learning-product-image.feature-articles {
  width: 100%;
  min-height: 190px;
  margin-bottom: 15px;
  background-position: 50% 0px;
}

.product-discription-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 70;
  margin-top: 10px;
  margin-left: 10px;
}

.text-block-7 {
  display: inline-block;
  margin-right: 0px;
  padding: 3px 10px;
  background-color: #1a1725;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-7.price {
  background-color: #33adff;
}

.text-block-7.coming-soon {
  background-color: #f20516;
}

.featured-learning-title {
  margin-top: 0px;
  font-size: 16px;
  line-height: 22px;
}

.h3-underline {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.price-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 70;
  margin-top: -5px;
  margin-left: -5px;
}

.paragraph-white {
  color: #fff;
  font-weight: 300;
}

.paragraph-white.padding {
  margin-bottom: 20px;
}

.link-title {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(253, 6%, 70%, .36);
  text-align: center;
}

.div-block-9 {
  text-align: center;
}

.text-span-2 {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  width: 40px;
  margin-left: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #0c9;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 600;
  text-decoration: none;
}

.page-link:hover {
  background-color: #0c9;
  color: #fff;
  text-decoration: none;
}

.page-link.first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-link.first-child.current {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #000;
}

.page-link.last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.flex-item-product-feature {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease;
  color: #1a1725;
  text-decoration: none;
}

.flex-item-product-feature:hover {
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, .2);
  color: #019772;
}

.flex-item-product-feature.feature-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-property: none;
  transition-property: none;
}

.flex-item-product-feature.feature-col:hover {
  box-shadow: none;
}

.flex-item-product-feature.featured-item {
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  background-color: transparent;
  color: #1a1725;
}

.flex-item-product-feature.featured-item:hover {
  box-shadow: none;
  color: #019772;
}

.flex-item-product-feature.featured-item.bottom {
  margin-bottom: 0px;
}

.flex-item-product-feature.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-item-product-feature.feature {
  display: block;
}

.btn {
  min-width: 220px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  padding: 0.5rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07rem;
  text-transform: none;
}

.btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .15)), to(hsla(0, 0%, 100%, .15)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .15));
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  color: #fff;
  text-decoration: none;
}

.btn.btn-secondary {
  background-color: #006194;
}

.dark-grey a:hover{
  color: #FFFFFF;
}

.white-block {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 40px 25px;
  background-color: #fff;
}

.white-block.last {
  margin-bottom: 0px;
}

.button-feature-text {
  font-weight: 300;
}

.link-green {
  color: #019772;
  font-weight: 600;
  text-decoration: none;
}

.link-green:hover {
  color: #1a1725;
}

.text-span-4 {
  font-weight: 300;
}

.text-block-5-copy {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}

.text-span-5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.image-3 {
  max-width: 95%;
}

.get-started-block {
  position: relative;
}

.div-block-10 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

@media (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
  h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .nav-menu {
    left: 0px;
    top: 82px;
    right: 0px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
    background-color: #fff;
  }
  .nav-link.login {
    margin-top: 7px;
  }
  .brand {
    width: 180px;
    padding-top: 6px;
  }

  .p-large.content-small {
    line-height: 30px;
  }
  .section-content.two {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flex-item-col {
    width: 100%;
    padding: 40px 40px 80px;
  }
  .flex-item-col.learning-image {
    width: 100%;
    height: 460px;
    background-image: url('../images/Learning-image-tablet3.jpg');
    background-size: cover;
  }
  .flex-item-col.right {
    padding: 40px 40px 80px;
  }
  .flex-item-col.device-image {
    position: relative;
    height: 460px;
    background-image: url('../images/device-mockup-transparent-v2.png'), -webkit-gradient(linear, left bottom, left top, from(#f5f5f6), to(hsla(253, 6%, 70%, .68)));
    background-image: url('../images/device-mockup-transparent-v2.png'), linear-gradient(0deg, #f5f5f6, hsla(253, 6%, 70%, .68));
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }
  .flex-item-col.feature-image {
    height: 360px;
    background-image: url('../images/feature-mobile.jpg');
    background-position: 50% 50%;
  }
  .flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-container.cpd-learning {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-container.cpd-learning-sub-articles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-container.forms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section.blue {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.blue.hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section.one {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.feature {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sign-up-teaser-copy.questions {
    max-width: none;
    padding-top: 30px;
    padding-left: 242px;
    text-align: left;
  }
  .green-link.block {
    display: block;
  }
  .special-badge {
    margin-top: 40px;
    margin-right: 40px;
  }
  .special-badge.cpd-tracking {
    width: 120px;
    height: 120px;
  }
  .special-badge.tracking {
    width: 120px;
    height: 120px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .trial-tag {
    padding-right: 6px;
    padding-left: 6px;
  }
  .menu-button {
    border: 1px solid #0c9;
    color: #0c9;
  }
  .menu-button.w--open {
    border-color: rgba(86, 90, 92, .13);
    background-color: rgba(86, 90, 92, .11);
    color: #1a1725;
  }
  .sign-wrapper {
    display: inline-block;
    padding-top: 3px;
    padding-right: 20px;
  }
  .flex-item-col-form {
    width: 100%;
  }
  .flex-item-col-form.sign-in {
    width: 100%;
    padding-top: 80px;
  }
  .flex-item-col-learning {
    width: 100%;
  }
  .flex-item-col-learning.featured {
    width: 100%;
  }
  .flex-item-col-learning._25 {
    width: 50%;
  }
  .flex-item-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-item-product.featured-item {
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-item-product.hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .learning-product-image {
    width: 100%;
    min-height: 200px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .learning-product-image.min-height {
    margin-right: 0px;
  }
  .learning-product-image.featured-learning {
    width: 110px;
    min-height: 70px;
    margin: 0px 20px 0px 0px;
  }
  .learning-product-image.hero-articles {
    width: 40%;
    min-height: 180px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .learning-product-image.feature-articles {
    min-height: 300px;
  }
  .learning-product-image.feature-articles.home {
    min-height: 140px;
  }
  .div-block-7 {
    margin-top: 10px;
    margin-left: 10px;
  }
  .paragraph-white {
    color: #fff;
  }
  .flex-item-product-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-item-product-feature.featured-item {
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn.btn-secondary {
    min-width: auto;
  }
  .white-block {
    padding: 30px 30px 20px;
  }
  .image-3 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .nav-link.login {
    font-size: 16px;
  }
  .nav-link.sign-up {
    padding-left: 0px;
    font-size: 16px;
  }
  .brand {
    margin-right: 0%;
    padding-top: 5px;
    padding-left: 0px;
  }
  .content-container.hero-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .hero-copy-container {
    width: 100%;
    padding: 40px 40px 60px;
  }
  .p-large.content-small {
    font-size: 20px;
    line-height: 28px;
  }
  .h1-hero {
    font-size: 46px;
    line-height: 52px;
  }
  .flex-item-col {
    padding-bottom: 60px;
  }
  .flex-item-col.learning-image {
    height: 400px;
  }
  .flex-item-col.right {
    padding-bottom: 60px;
  }
  .flex-item-col.device-image {
    height: 400px;
  }
  .flex-item-col.image-right {
    min-height: 0px;
  }
  .flex-item-col.image-devices {
    min-height: 0px;
  }
  .flex-container.signup-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-container.cpd-learning-sub-articles {
    margin-right: -10px;
    margin-left: -10px;
  }
  .dpl-grid {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .div-block-2 {
    padding-bottom: 0px;
  }
  .flex-featured-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-item-feature-learning {
    width: 100%;
  }
  .dpl-button.large.padding-btm {
    font-size: 24px;
    line-height: 26px;
  }
  .section.blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.blue.hero {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .list-item-2 {
    text-align: center;
  }
  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .sign-up-teaser-copy {
    width: 100%;
    padding-top: 15px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sign-up-teaser-copy.questions {
    padding-top: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .special-badge.tracking {
    margin-right: 15px;
    float: right;
  }
  .mobile-image-container {
    width: 100%;
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/hero-image-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .image {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .flex-item-col-form.sign-in {
    padding-top: 60px;
  }
  .form-block {
    padding: 30px;
  }
  .form-block.filter {
    padding: 30px;
  }
  .p-small.password-info {
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .image-2 {
    margin-bottom: 20px;
  }
  .flex-item-col-learning._50 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-item-col-learning._25 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-item-product {
    margin-bottom: 20px;
  }
  .learning-product-image {
    min-height: 160px;
  }
  .learning-product-image.min-height {
    margin-right: 0px;
  }
  .learning-product-image.feature-articles {
    min-height: 320px;
  }
  .h3-underline {
    font-size: 30px;
    line-height: 36px;
  }
  .flex-item-product-feature {
    margin-bottom: 20px;
  }
  .white-block {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .get-started-block {
    padding-right: 120px;
  }
  .get-started-titles {
    width: 77%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .section-navigation {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .nav-menu {
    top: 74px;
    padding-top: 10px;
  }
  .nav-link.login {
    text-align: center;
  }
  .nav-link.mobile-signup {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dotted rgba(86, 90, 92, .3);
  }
  .brand {
    width: 170px;
    padding-top: 5px;
    padding-left: 0px;
  }
  .div-block {
    width: 100%;
  }
  .hero-copy-container {
    padding: 30px 30px 40px;
  }
  .p-large {
    font-size: 26px;
    line-height: 32px;
  }
  .p-large.alternate {
    font-size: 20px;
    line-height: 28px;
  }
  .p-large.padding {
    font-size: 20px;
    line-height: 28px;
  }
  .p-large.content-small {
    font-size: 18px;
    line-height: 26px;
  }
  .h1-hero {
    font-size: 42px;
    line-height: 48px;
  }
  .flex-item-col {
    padding: 30px;
  }
  .flex-item-col.learning-image {
    height: 240px;
  }
  .flex-item-col.right {
    padding: 30px;
  }
  .flex-item-col.device-image {
    height: 240px;
  }
  .flex-item-col.feature-image {
    height: 220px;
  }
  .quote-container {
    padding-top: 10px;
  }
  .text-block-2 {
    font-size: 22px;
    line-height: 30px;
  }
  .button {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.large.padding-btm {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 28px;
    text-align: center;
  }
  .button.padding {
    width: auto;
    margin-bottom: 20px;
  }
  .section.blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .section.dark-grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h2-white {
    font-size: 32px;
    line-height: 38px;
  }
  .sign-up-teaser-copy {
    font-size: 26px;
    line-height: 32px;
  }
  .special-badge {
    left: 0px;
    top: 0px;
    width: 140px;
    height: 140px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
  }
  .special-badge.cpd-tracking {
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .special-badge.tracking {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    margin: 0px 0px 10px 10px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
  }
  .trial-tag {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .trial-tag.small-tag {
    margin-top: -1px;
    padding: 0px 5px;
  }
  .text-block-4 {
    font-size: 12px;
  }
  .text-block-5 {
    font-size: 20px;
    line-height: 26px;
  }
  .div-block-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button {
    padding: 15px;
  }
  .mobile-image-container {
    height: 240px;
  }
  .image {
    margin-bottom: 20px;
  }
  .sign-wrapper {
    width: 100%;
  }
  .flex-item-signup {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px dashed #33adff;
    border-right-style: none;
  }
  .flex-item-signup.lead-in-text {
    padding-top: 10px;
    padding-left: 0px;
    border-bottom-style: none;
  }
  .flex-item-col-form.sign-in {
    padding-top: 40px;
  }
  .form-block {
    padding: 20px;
  }
  .form-block.filter {
    padding: 20px;
  }
  .text-field {
    margin-bottom: 20px;
  }
  .flex-item-col-learning._50 {
    width: 100%;
  }
  .flex-item-col-learning._25 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-item-product.featured-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-item-product.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .learning-product-image {
    min-height: 160px;
  }
  .learning-product-image.min-height {
    min-height: 170px;
  }
  .learning-product-image.featured-learning {
    width: 80px;
    margin-right: 15px;
  }
  .learning-product-image.hero-articles {
    width: 100%;
    min-height: 160px;
    margin-bottom: 20px;
  }
  .learning-product-image.feature-articles {
    min-height: 160px;
  }
  .h3-underline {
    margin-bottom: 20px;
    border-bottom-style: none;
  }
  .flex-item-product-feature.featured-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-5-copy {
    font-size: 20px;
    line-height: 26px;
  }
  .get-started-block {
    padding-right: 0px;
  }
  .get-started-titles {
    width: 100%;
  }
  .div-block-10 {
    position: relative;
    display: inline-block;
    float: right;
  }
}

#w-node-151438b8f555-384da361 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-151438b8f555-384da361 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-ad420bc7c072-384da361 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-ad420bc7c072-384da361 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-f6db9b08fe6e-384da361 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-f6db9b08fe6e-384da361 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-e06669da2755-384da361 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f6db9b08fe73-384da361 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-f6db9b08fe73-384da361 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-a87932c4fcb8-9022f80b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}