.navbar {
  margin-top: 0px;
  padding: 15px 20px 10px;
  background-color: #000;
  color: #fff;
}

.responsive-menu {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.navlink {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #fff;
  color: #000;
}

.hero-bg-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 8px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f2e33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 3, 3, 0.5)), to(rgba(15, 3, 3, 0.5))), url('../images/Optimized-iStock_000072077501_Large.jpg');
  background-image: linear-gradient(180deg, rgba(15, 3, 3, 0.5), rgba(15, 3, 3, 0.5)), url('../images/Optimized-iStock_000072077501_Large.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.section-heading {
  font-size: 42px;
  line-height: 48px;
}

.hero-scroll-link {
  width: 40px;
  margin-top: 50px;
}

.section {
  padding: 50px 20px 60px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
}

.section.section-bgcolor1 {
  padding-right: 20px;
  background-color: #e3e2df;
}

.h-flex-vstretched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.half {
  width: 45%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
}

.centered-content-max-padding {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 5px;
  float: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.centered-heading-paragraph {
  padding: 10px 5px 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.halign-vcentd-spaced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.link-unblue-w150px {
  width: 150px;
  letter-spacing: 1px;
  text-decoration: none;
}

.centered-content-min-padding {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.cta-button-blue {
  position: relative;
  margin-top: 5px;
  padding: 12px 17px;
  background-color: #13a89e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

.h-flex-v-cent-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.grid-img {
  width: 125px;
  padding: 3px;
}

.cta-section {
  margin-top: 0px;
  padding: 30px;
  background-color: #247291;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.cta-button-orange {
  display: inline-block;
  margin: 0px;
  padding: 15px 25px;
  float: none;
  background-color: #ff6c38;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button-orange:hover {
  background-color: #fff;
  color: #000;
}

.v-space-15px {
  padding-top: 7px;
  padding-bottom: 8px;
}

.feature-description-left-align {
  margin-top: 5px;
  clear: both;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
}

.tiny-button {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-color: #13a89e;
  border-radius: 8px;
  background-color: #13a89e;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
}

.footer {
  padding: 10px 20px;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
}

.fourth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  display: inline-block;
  float: none;
  clear: right;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  background-color: #3a5199;
}

.footer-link:active {
  color: #f7931e;
}

.third {
  position: static;
  width: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.third.bg-swatch1 {
  background-color: #febedd;
}

.footer-image-link {
  display: inline-block;
  width: 40px;
  margin-top: 5px;
  margin-right: 6px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: scroll;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Droid Serif', serif;
  font-weight: 700;
  text-align: center;
}

.popup-form-wrapper {
  position: static;
  overflow: visible;
  width: 450px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.close-link {
  display: block;
  padding: 2px 6px;
  float: right;
  border-style: none;
  background-color: #f7931e;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.v-space-30px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-field {
  height: 50px;
  padding-bottom: 8px;
  border: 1px solid #220aab;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.form-field.hide-element {
  display: none;
}

.cta-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f7931e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.brand {
  padding-top: 10px;
  padding-bottom: 20px;
}

.remove-formatting-link {
  color: #000;
  text-decoration: none;
}

.h-space-8px {
  padding: 1px 4px;
}

.hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Instructional-designer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Instructional-designer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
}

.icon-float-left-30px {
  width: 30px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-right: 5px;
  float: left;
}

.thumbnail-img {
  position: relative;
}

.img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: transparent;
  color: transparent;
  text-align: center;
  text-decoration: none;
}

.img-overlay:hover {
  background-color: rgba(26, 1, 1, 0.7);
  color: #fff;
}

.paragraph-fixed-height-200px {
  height: 200px;
  line-height: 23px;
}

.icon-float-left-60px {
  height: 60px;
  margin-right: 10px;
  float: left;
}

.paragraph-full-width {
  display: block;
  padding-right: 250px;
  padding-left: 100px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.h-flex-vstretched-revord {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.blog-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 75px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.blog-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  background-color: #fff;
  text-align: center;
}

.img-round {
  border: 1px solid #000;
  border-radius: 999px;
}

.highlight-box {
  padding: 5px 5px 5px 15px;
  border-style: none none none solid;
  border-width: 5px 5px 8px 8px;
  border-color: #eac756;
  background-color: #d7eacc;
}

.centered-img-caption {
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.section-slider {
  display: block;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
}

.display-none {
  display: none;
}

.cooke-consent {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .responsive-menu {
    background-color: #000;
  }

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

  .section.section-bgcolor1 {
    padding-right: 10px;
  }

  .half {
    width: 48%;
  }

  .centered-content-min-padding {
    display: block;
    margin-top: 5px;
    text-align: center;
  }

  .grid-img {
    width: 100px;
  }

  .v-space-15px {
    display: block;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .fourth {
    width: 22%;
  }

  .third {
    width: 30%;
  }

  .footer-image-link {
    margin-right: 8px;
  }

  .close-link {
    display: block;
  }

  .paragraph-full-width {
    padding-right: 60px;
    padding-left: 40px;
  }

  .section-slider {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .hero-scroll-link {
    margin-top: 40px;
  }

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

  .section.section-bgcolor1 {
    padding-right: 5px;
  }

  .half {
    width: 95%;
  }

  .centered-heading-paragraph {
    margin-bottom: 1px;
  }

  .halign-vcentd-spaced {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .centered-content-min-padding {
    display: block;
    text-align: center;
  }

  .cta-button-orange {
    background-color: #f7931e;
  }

  .footer {
    padding-right: 5px;
    padding-left: 5px;
  }

  .fourth {
    width: 45%;
  }

  .third {
    width: 40%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 5px;
  }

  .modal-wrapper {
    overflow: scroll;
  }

  .hero-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-fixed-height-200px {
    height: 160px;
  }

  .paragraph-full-width {
    padding-right: 20px;
    padding-left: 25px;
  }

  .blog-hero {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-slider {
    height: 575px;
  }
}

@media screen and (max-width: 479px) {
  .hero-bg-img {
    font-size: 19px;
    line-height: 22px;
  }

  .section-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-scroll-link {
    margin-top: 10px;
  }

  .grid-img {
    width: 100px;
  }

  .cta-section {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph {
    line-height: 21px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .fourth {
    width: 90%;
  }

  .third {
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-image-link:hover {
    width: 40px;
  }

  .modal-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .cta-fixed {
    position: fixed;
    display: -ms-grid;
    display: grid;
    min-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: transparent;
  }

  .fixed-call-2 {
    overflow: hidden;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f7931e;
    color: #ff0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
  }

  .fixed-call-2:hover {
    background-color: #000;
  }

  .fixed-call {
    overflow: hidden;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #4fce5d;
    color: #ff0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
  }

  .fixed-call:hover {
    background-color: #000;
  }

  .image {
    text-align: center;
  }

  .brand.w--current {
    width: 180px;
  }

  .hero-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Instructional-designer.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Instructional-designer.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-full-width {
    padding-right: 8px;
    padding-left: 12px;
  }

  .blog-hero {
    font-size: 19px;
    line-height: 22px;
  }

  .heading {
    font-size: 28px;
    line-height: 33px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-slider {
    height: 700px;
  }
}

