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

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

body {
  height: 100%;
  background-color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
}

a {
  color: #4f65be;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

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

li {
  margin-bottom: 6px;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 20px 0px 30px;
  border-left: 5px solid #4f65be;
  font-size: 18px;
  line-height: 27px;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 770px;
}

.hero-section.smaller {
  height: auto;
  min-height: 0px;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.hero-slider.auto-height {
  height: auto;
}

.hero-slide {
  background-image: url('../images/killerwebsite.jpg');
  background-position: 50% 100px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-slide._2 {
  background-image: url('../images/business-mixer.jpg');
  background-position: 50% 100px;
  background-size: cover;
}

.hero-slide._3 {
  background-image: url('../images/hand-help.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-slide._4 {
  background-image: url('../images/successful-young-business-people-using-laptop-in-meeting_1926399.jpg');
}

.hero-slide-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-slide-overlay.padding {
  padding-top: 270px;
  padding-bottom: 120px;
}

.container {
  position: relative;
}

.container.hero-slide-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.blocks-row-container {
  margin-top: 50px;
}

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

.container.course-header {
  padding-left: 300px;
}

.hero-slide-content-block {
  position: relative;
  z-index: 40;
  width: 530px;
  float: left;
  clear: none;
}

.hero-slide-title {
  color: #fff;
  font-size: 60px;
  line-height: 53px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-slide-intro-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.button {
  position: static;
  margin-top: 20px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 3px;
  background-color: #22364e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.button.slider-button {
  position: relative;
  left: auto;
  overflow: hidden;
  margin-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  clear: left;
  border-radius: 3px;
  background-color: #f8ab21;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.slider-button:hover {
  background-color: #000;
}

.button.submit-button {
  display: block;
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #22364e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.button.submit-button:hover {
  background-color: #000;
}

.button.events-learn-more {
  margin-top: 10px;
  font-size: 10px;
  line-height: 17px;
}

.button.pricing-button {
  display: block;
  width: 100%;
  margin-top: 0px;
}

.button.take-course {
  width: 100%;
  margin-top: 0px;
  text-align: center;
}

.button.teacher-view-more {
  margin-top: 15px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #22364e;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
}

.button.blog-read-more {
  margin-top: 20px;
}

.button.white {
  margin-top: 40px;
  clear: none;
  background-color: #f3b130;
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

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

.button.text-button {
  display: inline-block;
  margin-top: 15px;
  padding: 9px 14px;
  color: #fff;
  font-size: 9px;
  line-height: 14px;
}

.hero-content-overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  padding-bottom: 90px;
}

.hero-overlay-block {
  position: relative;
  display: block;
  width: 100%;
  height: 148px;
  padding-top: 43px;
  padding-right: 25px;
  padding-left: 125px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 0 13px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #4f65be;
  text-decoration: none;
}

.hero-overlay-block:hover {
  box-shadow: 4px 4px 23px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  text-decoration: none;
}

.hero-overlay-block-title {
  color: #b9b9b9;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-overlay-number {
  position: absolute;
  left: 30px;
  top: 39px;
  display: inline-block;
  font-size: 78px;
  line-height: 68px;
}

.hero-slider-button {
  width: 80px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease, width 200ms ease;
  transition: background-color 200ms ease, width 200ms ease;
  font-size: 15px;
}

.hero-slider-button:hover {
  width: 100px;
  background-color: rgba(0, 0, 0, 0.4);
}

.header-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.6);
}

.navbar {
  background-color: #fff;
}

.logo-block {
  float: left;
}

.logo-block:hover {
  text-decoration: none;
}

.logo-block.right {
  float: right;
}

.nav-menu {
  float: right;
}

.nav-menu.left {
  float: left;
}

.nav-link {
  margin-right: 0px;
  margin-left: 20px;
  padding: 36px 0px 33px;
  border-bottom: 3px solid #fff;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #22364e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #f3b130;
  color: #f3b130;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: #f3b130;
  color: #f3b130;
}

.nav-link.dropdown-toggle {
  padding-right: 0px;
}

.nav-link.dropdown-toggle.w--open {
  border-bottom-color: #4f65be;
}

.nav-link.left {
  margin-right: 20px;
  margin-left: 0px;
}

.top-navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22364e;
}

.top-nav-link {
  margin-left: 20px;
  color: #fff;
}

.top-nav-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.top-nav-title {
  display: inline-block;
}

.top-nav-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.slide-intro-paragraph {
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.link-block-paragraph {
  color: #000;
}

.dropdown-icon {
  margin-right: 0px;
  opacity: 0.33;
  font-size: 12px;
}

.dropdown-icon.lock-icon {
  background-image: url('../images/icons8-lock-26.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-load-boar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 11px;
  background-color: rgba(0, 0, 0, 0.14);
}

.slide-load-bar-fill {
  width: 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

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

.section.tint {
  background-color: #f7f7fa;
}

.section.tint.stats {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.categories {
  padding-bottom: 50px;
}

.section-title-wrapper {
  margin-bottom: 40px;
}

.section-title-wrapper.course {
  margin-bottom: 20px;
}

.section-title-wrapper.column {
  margin-bottom: 30px;
}

.section-title {
  margin: 0px auto;
  font-size: 45px;
  font-weight: 300;
  text-align: center;
}

.section-title.subtitle {
  margin-top: 10px;
  color: #c2c2c2;
  font-size: 19px;
  line-height: 24px;
}

.section-title.subtitle.with-name {
  display: inline-block;
  margin-right: 5px;
}

.section-title.sidebar {
  margin-bottom: 20px;
  color: #4f65be;
  font-size: 20px;
}

.section-title-divider {
  width: 100px;
  height: 1px;
  margin-top: 20px;
  background-color: #000;
  opacity: 0.1;
}

.course-block-wrapper {
  overflow: hidden;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.course-block-wrapper:hover {
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.2);
}

.course-block-wrapper.auto-height {
  height: auto;
  background-color: #fff;
}

.course-block-wrapper.home-first {
  height: 330px;
}

.course-block-wrapper.home-featured {
  height: 330px;
}

.course-block-wrapper.list-view {
  position: relative;
  height: 110px;
  padding-left: 140px;
}

.course-image-link-block {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.course-image-link-block.large {
  height: 130px;
}

.course-image-link-block.home-featured {
  height: 180px;
}

.course-image-link-block.list-view {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 110px;
}

.course-content-block {
  padding: 33px 25px 25px;
}

.course-content-block._2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f1f1f1;
}

.course-content-block.list-view {
  padding-top: 15px;
  padding-bottom: 15px;
}

.course-title-link {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.course-title-link:hover {
  color: #f3b130;
  text-decoration: none;
}

.course-title-link.with-summary {
  margin-bottom: 17px;
  font-size: 25px;
  line-height: 23px;
  font-weight: 400;
}

.course-title-link.list-view {
  font-size: 18px;
}

.course-info-icon {
  display: inline-block;
  margin-right: 9px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #bebebe;
}

.course-info-title {
  display: inline-block;
  margin-right: 9px;
  color: #aaa;
}

.course-info-title.list {
  font-size: 13px;
}

.teacher-overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.teacher-overlay-title {
  padding-top: 6px;
  color: #fff;
  font-size: 13px;
}

.teacher-overlay-title.list-view {
  display: inline-block;
  margin-right: 15px;
  padding-top: 0px;
  float: none;
  color: #aaa;
  font-size: 13px;
}

.teacher-overlay-photo {
  width: 45px;
  height: 45px;
  margin-right: 13px;
  margin-bottom: -11px;
  margin-left: 25px;
  float: left;
  border: 2px solid #fff;
  border-radius: 6px;
}

.teacher-overlay-photo.list-view-photo {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -1px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
}

.image-section {
  background-image: url('../images/killerwebsite.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: rgba(0, 0, 0, 0.4);
}

.image-section-content-block {
  width: 470px;
  float: left;
}

.image-section-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 46px;
  line-height: 43px;
  text-transform: uppercase;
}

.image-section-title._2 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  text-transform: none;
}

.image-section-contact-form {
  overflow: hidden;
  width: 350px;
  margin-bottom: 0px;
  float: right;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.4);
}

.contact-form-block {
  padding: 25px 40px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #22364e;
  text-align: center;
}

.contact-form-block._2 {
  border-bottom-width: 0px;
  background-color: #fff;
}

.field {
  height: 45px;
  margin-bottom: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  text-align: left;
}

.field:hover {
  border-color: #d1d1d1;
  background-color: #fff;
}

.field:focus {
  border-color: #4f65be;
  background-color: #fff;
}

.field.area {
  height: 135px;
  padding-top: 12px;
}

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

.contact-form-title {
  color: #fff;
  font-size: 27px;
  line-height: 28px;
  font-weight: 300;
}

.event-item {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-right: 40px;
  padding-left: 350px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.event-item:hover {
  box-shadow: 6px 6px 31px 3px rgba(0, 0, 0, 0.29);
}

.event-date-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 31px 21px 27px 31px;
  border-right: 1px solid #dfdfdf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}

.event-date-title {
  display: inline-block;
  margin-right: 20px;
  float: left;
  color: #fff;
  font-size: 54px;
  line-height: 40px;
  font-weight: 700;
}

.event-date-title.month {
  display: block;
  float: none;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.event-image-block {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 300px;
  height: 200px;
  border-radius: 3px 0px 0px 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.event-title-link {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
}

.event-title-link:hover {
  color: #4f65be;
  text-decoration: none;
}

.event-info-wrapper {
  margin-bottom: 10px;
}

.event-info-title {
  display: inline-block;
  margin-right: 10px;
  color: #888;
}

.bottom-info-text {
  margin-top: 30px;
}

.course-summary {
  margin-bottom: 0px;
}

.blog-post-title-link {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 22px;
}

.blog-post-title-link.blog-page {
  margin-bottom: 17px;
  font-size: 20px;
}

.blog-post-title-link.blog-page:hover {
  text-decoration: none;
}

.blog-post-info-block.blog-overview {
  margin-bottom: 10px;
}

.blog-info-title {
  display: inline-block;
  margin-right: 10px;
  color: #979797;
  line-height: 19px;
}

.blog-post-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.about-image-block {
  overflow: hidden;
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-image: url('../images/Photo-9_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-image-block.smaller {
  height: 200px;
}

.about-column-right {
  padding-left: 40px;
}

.news-column-left {
  padding-right: 30px;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 11px 13px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

.dropdown-link:hover {
  background-color: #29285e;
  color: #fff;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #4f65be;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.featured-course-column-right {
  padding-left: 0px;
}

.featured-course-right {
  width: 47%;
  margin-left: 13px;
  float: right;
}

.success-bg {
  padding-top: 28px;
  padding-bottom: 10px;
  background-color: #4f65be;
  color: #fff;
}

.error-bg {
  margin-top: 0px;
  padding: 24px 25px 2px;
  background-color: #ecc2c2;
  color: #e42424;
  font-size: 11px;
  text-align: center;
}

.error-bg.contact {
  margin-top: 10px;
  border-radius: 4px;
}

.link-below-paragraph {
  display: inline-block;
  margin-top: 10px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url('../images/Footer.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: #7c7c7c;
}

.footer-column {
  padding-right: 20px;
}

.bottom-footer-block {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.14);
}

.bottom-footer-text {
  display: inline-block;
  float: left;
  font-size: 12px;
}

.bottom-footer-text.right {
  float: right;
}

.footer-link:hover {
  color: #fff;
}

.footer-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-list-link {
  display: block;
  margin-bottom: 8px;
  color: grey;
}

.footer-list-link:hover {
  color: #fff;
}

.footer-contact-block {
  display: block;
  margin-bottom: 11px;
  color: #fff;
}

.footer-contact-block:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.footer-contact-title {
  display: inline-block;
}

.footer-contact-title.icon {
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.footer-social-button {
  width: 30px;
  height: 30px;
  margin-top: 13px;
  margin-right: 4px;
  padding-top: 3px;
  padding-left: 2px;
  border-radius: 3px;
  background-color: #4f65be;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  text-align: center;
}

.footer-social-button:hover {
  background-color: #5f616b;
}

.footer-social-icon {
  width: 15px;
  margin-right: 2px;
  color: #22364e;
}

.featured-courses-row {
  margin-bottom: 40px;
}

.upcoming-events-list-wrapper {
  margin-bottom: 40px;
}

._404-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/hand-help.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hand-help.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.courses-grid {
  background-image: url('../images/Phoot-6.jpg');
  background-size: cover;
}

.page-header.featured-courses {
  background-image: url('../images/Photo-8.jpg');
  background-position: 0% 31%;
  background-size: cover;
}

.page-header.events {
  background-image: url('../images/Photo-9_1.jpg');
  background-position: 0% 42%;
}

.page-header.teacher {
  background-image: url('../images/Phoot-6_1.jpg');
}

.page-header.teachers {
  background-image: url('../images/Photo-4.jpg');
}

.page-header.pricing {
  background-image: url('../images/Photo-5.jpg');
}

.page-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 70px;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-header-overlay.color {
  background-color: rgba(48, 60, 105, 0.94);
}

.page-header-overlay.color.pricing {
  padding-bottom: 190px;
  background-color: rgba(34, 54, 78, 0.76);
}

.page-header-overlay.course {
  padding-top: 230px;
  padding-bottom: 80px;
  background-color: rgba(28, 30, 37, 0.81);
}

.page-header-overlay.pricing {
  padding-bottom: 190px;
}

.page-header-overlay.blog-post {
  padding-top: 300px;
  padding-bottom: 170px;
  text-align: left;
}

.page-header-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 53px;
  font-weight: 600;
}

.page-header-title.course-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 41px;
}

.page-header-title.teacher-name {
  margin-top: 25px;
}

.page-header-title.blog-post-title {
  font-size: 50px;
  line-height: 48px;
}

.page-subtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  font-weight: 300;
}

.page-subtitle.category {
  display: inline-block;
  margin-right: 10px;
}

.page-subtitle.teacher-subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
}

.page-subtitle.pricing {
  margin-top: 20px;
}

.featured-label {
  display: inline-block;
  padding-right: 11px;
  padding-left: 11px;
  float: right;
  border-bottom-left-radius: 3px;
  background-color: #f8ab21;
  color: #fff;
  font-size: 9px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-us-image-block {
  width: 100%;
  height: 355px;
  border-radius: 4px;
  background-image: url('../images/Photo-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-us-col-left {
  padding-right: 60px;
}

.large-contact-block {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px;
  border-radius: 3px;
  background-color: #f3b130;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.large-contact-block:hover {
  background-color: #5a5a5a;
  color: #fff;
  text-decoration: none;
}

.large-contact-block._2 {
  background-color: #22364e;
}

.large-contact-block._2:hover {
  background-color: #5a5a5a;
}

.contact-block-small-title {
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-block-icon {
  position: absolute;
  top: 42px;
  right: 41px;
  opacity: 0.3;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.contact-block-title {
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
}

.pricing-row {
  margin-top: -220px;
}

.pricing-block {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.pricing-block:hover {
  box-shadow: 11px 11px 43px 0 rgba(0, 0, 0, 0.18);
}

.pricing-content-block {
  padding: 40px;
  text-align: center;
}

.pricing-content-block.feature {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
}

.pricing-content-block.feature.with-button {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-title {
  font-size: 26px;
  font-weight: 300;
}

.pricing-title.subtitle {
  margin-top: 10px;
  color: #b3b3b3;
  font-size: 18px;
}

.pricing-feature-title {
  display: inline-block;
  float: left;
  font-size: 18px;
}

.pricing-feature-title.subtitle {
  float: right;
  color: #b6b6b6;
  font-size: 16px;
  font-weight: 300;
}

.contact-us-row {
  margin-top: -215px;
}

.contact-us-map {
  height: 325px;
  border-radius: 4px;
}

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

.contact-us-block {
  height: 320px;
  min-height: 320px;
  padding: 40px 40px 60px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 17px 0 rgba(0, 0, 0, 0.1);
}

.contact-info-block {
  display: block;
  margin-top: 9px;
}

.contact-info-icon {
  display: inline-block;
  margin-right: 11px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #22364e;
}

.contact-info-text {
  display: inline-block;
  color: #22364e;
}

.contact-social-button {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: 3px;
  padding-top: 4px;
  border-radius: 3px;
  background-color: #4f65be;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #22364e;
  text-align: center;
}

.contact-social-button:hover {
  background-color: #000;
}

.fields-row {
  margin-bottom: 5px;
}

.fields-col-left {
  padding-right: 0px;
}

.faq-title {
  width: 340px;
  float: left;
  font-size: 24px;
  line-height: 30px;
}

.faq-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.faq-answer {
  width: 560px;
  float: right;
}

.course-block-left {
  overflow: hidden;
  width: 250px;
  margin-top: -255px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.1);
}

.course-image-block {
  width: 100%;
  height: 220px;
  background-image: url('../images/Photo-4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.course-info-block {
  padding: 30px 30px 20px;
  border-top: 1px solid #e7e7e7;
}

.course-info-block.with-button {
  padding-top: 20px;
}

.main-course-info-title {
  font-size: 14px;
  text-transform: uppercase;
}

.main-course-info-title.info {
  color: #acacac;
  text-transform: none;
}

.course-main-info-block {
  width: 620px;
  margin-top: -20px;
  float: right;
}

.teacher-block-wrapper {
  margin-bottom: 10px;
}

.teacher-class-photo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
}

.teacher-title {
  display: block;
  margin-top: 2px;
  font-size: 14px;
}

.teacher-title._2 {
  margin-top: 0px;
  color: #b4b4b4;
}

.course-content-wrapper {
  margin-bottom: 20px;
}

.teacher-block {
  margin-top: 10px;
}

.course-main-info-wrapper {
  margin-bottom: 12px;
}

.course-category-title {
  display: inline-block;
  margin-right: 11px;
  color: #fff;
  font-size: 19px;
}

.course-category-title.icon {
  margin-top: -2px;
  margin-right: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
}

.course-category-link {
  display: inline-block;
  margin-left: 0px;
  color: #a0aeeb;
  font-size: 19px;
}

.course-category-link:hover {
  color: #fff;
}

.empty-state {
  padding-top: 24px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.07);
  text-align: center;
}

.empty-state.empty-courses {
  height: 310px;
  padding-top: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), color-stop(58%, #fff)), url('../images/No-Courses.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), #fff 58%), url('../images/No-Courses.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.teacher-photo-block {
  width: 230px;
  height: 230px;
  margin-right: 50px;
  float: left;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.short-teacher-biography {
  width: 90%;
  margin-bottom: 0px;
  color: #fff;
}

.image-logo {
  height: 55px;
  margin-top: 25px;
}

.teacher-overview-block {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 3px 3px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.teacher-overview-block:hover {
  box-shadow: 10px 10px 28px 0 rgba(0, 0, 0, 0.17);
}

.teacher-overview-image {
  width: 90px;
  height: 90px;
  margin-top: 20px;
  margin-bottom: -35px;
  border-radius: 7px;
}

.teacher-main-title {
  font-size: 20px;
}

.teacher-main-title.job-title {
  margin-top: 2px;
  color: #b8b8b8;
  font-size: 14px;
}

.teacher-content-bloc {
  padding: 55px 25px 25px;
  border-top: 1px solid #f1f1f1;
}

.blog-post-block {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.blog-post-block:hover {
  box-shadow: 12px 12px 33px 0 rgba(0, 0, 0, 0.2);
}

.blog-post-image-block {
  display: block;
  width: 100%;
  height: 200px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-content-block {
  padding: 45px;
}

.blog-post-summary {
  margin-bottom: 0px;
  color: #8f8f8f;
  font-size: 15px;
  line-height: 23px;
}

.image-overlay-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.image-overlay-block:hover {
  background-color: rgba(79, 101, 190, 0.2);
}

.list-info-link {
  font-size: 13px;
}

.course-category-fixed-block {
  position: fixed;
  top: 175px;
  right: 0px;
  z-index: 2000;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.fixed-block-title {
  padding: 10px 30px;
  border-bottom: 1px solid #eee;
  font-size: 19px;
  line-height: 30px;
}

.category-link-title {
  display: block;
  padding: 10px 30px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

.category-link-title:hover {
  background-color: #4f65be;
  color: #fff;
  text-decoration: none;
}

.category-link-title.w--current {
  background-color: #4f65be;
  color: #fff;
}

.video-lightbox {
  display: block;
}

.video-lightbox:hover {
  text-decoration: none;
}

.lightbox-overlay-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.lightbox-overlay-block:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay-lightbox-icon {
  -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-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 50px;
  text-align: center;
}

.overlay-lightbox-icon:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.blog-post-wrapper {
  display: block;
  overflow: hidden;
  width: 80%;
  margin-top: -170px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px -20px 33px 1px rgba(0, 0, 0, 0.17);
}

.blog-post-content-wrapper {
  padding: 30px 60px;
  border-top: 1px solid #f0f0f0;
  background-color: #f7f7fa;
}

.blog-post-content-wrapper.first {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top-width: 0px;
  background-color: #fff;
}

.blog-post-author-link {
  color: #fff;
  text-decoration: underline;
}

.blog-post-author-link:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.blog-post-date-title {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

.blog-post-header-info-block {
  margin-top: 30px;
}

.blog-title-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.blog-author-photo {
  width: 80px;
  height: 80px;
  margin-right: 27px;
  float: left;
  border-radius: 4px;
}

.blog-author-title {
  font-size: 12px;
}

.blog-author-title.job-title {
  margin-top: 3px;
  color: #c2c2c2;
  font-size: 15px;
  font-weight: 300;
}

.blog-author-title-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 30px;
  line-height: 30px;
}

.blog-author-title-link:hover {
  text-decoration: none;
}

.category-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-bottom: 17px;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 3px 23px 0 rgba(0, 0, 0, 0.2);
}

.category-block.right {
  width: 94%;
  float: right;
}

.category-block.large {
  height: 417px;
}

.category-column-left {
  padding-right: 0px;
}

.category-column-right {
  padding-left: 0px;
}

.category-overlay-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.category-overlay-block:hover {
  background-color: rgba(79, 101, 190, 0.3);
}

.category-text-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px 30px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(74%, rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4) 74%);
}

.category-title {
  color: #fff;
  font-size: 25px;
}

.small-events-list-item {
  position: relative;
  height: 60px;
  margin-bottom: 13px;
  padding-right: 10px;
  padding-left: 80px;
}

.small-events-date-block {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background-color: #4f65be;
  color: #fff;
  text-align: center;
}

.small-event-date-title {
  margin-bottom: -8px;
  opacity: 0.5;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.small-event-date-title.day {
  margin-right: -3px;
  padding-top: 1px;
  opacity: 1;
  font-size: 51px;
  line-height: 50px;
  font-weight: 700;
  text-align: right;
}

.small-events-list-link-title {
  font-size: 17px;
  line-height: 22px;
}

.small-location-title {
  display: inline-block;
  color: #afafaf;
  font-size: 14px;
}

.news-column {
  padding-right: 20px;
}

.events-column {
  padding-left: 20px;
}

.about-us-column {
  padding-left: 20px;
}

.video-hero {
  height: auto;
  padding-top: 200px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.no-courses-title {
  font-size: 45px;
  line-height: 40px;
  font-weight: 600;
}

.no-courses-title._2 {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 300;
}

.top-bar-text {
  display: inline-block;
  margin-right: 10px;
  float: left;
  opacity: 0.7;
  color: #fff;
}

.top-bar-link {
  color: #fff;
}

.top-bar-link:hover {
  color: #fff;
}

.center-h2 {
  margin-bottom: 80px;
  font-size: 45px;
  font-weight: 300;
  text-align: center;
}

.benefits-section {
  padding-top: 70px;
  background-color: #fff;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hero-corner {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 100px;
  height: 100px;
}

.hero-corner.hero-corner-bottom-left {
  left: -3px;
  top: auto;
  bottom: -3px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.hero-corner.hero-corner-bottom-right {
  left: auto;
  top: auto;
  right: -3px;
  bottom: -3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-corner.hero-corner-top-right {
  left: auto;
  right: -3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.benefit-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6%;
  height: 100%;
  border-radius: 5px;
  background-color: #22364e;
}

.feature-box {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 16px 50px 0 rgba(26, 39, 81, 0.1);
}

.benefit-line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 6px;
  border-radius: 5px;
  background-color: #22364e;
}

.container-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
}

.container-2.slim-container {
  max-width: 780px;
  background-color: #fff;
}

.feature-svg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.feature-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  min-height: 400px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-text {
  color: #5b6a87;
  font-size: 19px;
  line-height: 1.8em;
}

.home-text.center-home-text {
  margin-top: -60px;
  text-align: center;
}

.link {
  color: #f3b130;
  font-weight: 400;
}

.link:hover {
  color: #22364e;
}

.user-pic {
  overflow: hidden;
  width: 80px;
  min-width: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(26, 39, 81, 0.2);
}

.user-testimonial {
  margin-bottom: 20px;
}

.giant-quotes {
  position: absolute;
  left: 2%;
  top: 0px;
  right: 0px;
  width: 30%;
  height: 171px;
  color: #f3b130;
  font-size: 210px;
  line-height: 0px;
  text-align: center;
}

.testimonial-row {
  position: relative;
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #fff;
  background-image: url('../images/Testimonial.svg');
  background-position: 58% -13%;
  background-size: 1000px 1000px;
  background-repeat: no-repeat;
}

.testimonial-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 400px;
  padding: 30px;
  -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;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 16px 48px 0 rgba(26, 39, 81, 0.1);
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
}

.testimonial-box.left-testimonial {
  position: relative;
  margin-top: 150px;
}

.testimonial-box.right-testimonial {
  margin-top: 60px;
}

.footer-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  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: 60px 40px;
  grid-template-rows: 60px 40px;
}

.footer-link-2 {
  margin-left: 18px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b8c9e2;
  font-size: 15px;
}

.footer-link-2:hover {
  opacity: 1;
  color: #fff;
}

.template-tag {
  display: none;
}

.footer-image {
  width: 60px;
}

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 25px;
}

.footer-copywrite {
  color: #b8c9e2;
}

.footer-section {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Footer.svg');
  background-size: cover;
  background-repeat: repeat-x;
  color: #fff;
  font-weight: 400;
}

.footer-link-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.section-title-wrapper-2 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper-2.small-title {
  margin-bottom: 30px;
}

.section-title-wrapper-2.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper-2.full.info {
  margin-bottom: 30px;
}

.section-title-wrapper-2.cta {
  margin-bottom: 30px;
}

.section-title-wrapper-2.full-centered {
  width: 100%;
}

.section-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-2.tint {
  background-color: #f5f5f5;
}

.section-2.blue-cta-section {
  background-color: #22364e;
  color: #fff;
}

.section-2.feature-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.client-logo {
  height: 50px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.client-logo:hover {
  opacity: 1;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.map-contact-form {
  position: relative;
  z-index: 10;
  width: 380px;
  min-height: 450px;
  padding: 19px;
  float: right;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.error-bg-2 {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.section-title-2 {
  margin-top: 0px;
  color: #0f0101;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.section-title-2.large {
  line-height: 47px;
}

.worldmap-left-wrapper {
  position: absolute;
  left: -141px;
  top: 17px;
  z-index: 1;
  width: 730px;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.button-2 {
  position: static;
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #f3b130;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #f3b130;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-2.full-submit {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.button-2.full-submit:hover {
  background-color: #22364e;
}

.button-2.cta-button {
  width: 20%;
  margin-top: 5px;
  float: right;
  background-color: #5ec045;
  line-height: 31px;
  text-align: center;
}

.button-2.cta-button:hover {
  background-color: #73d65a;
}

.button-2.cta-button.white {
  background-color: #fff;
  color: #000;
}

.button-2.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button-2.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.map-marker {
  position: absolute;
  left: 86px;
  top: 145px;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #22364e;
}

.map-marker._2 {
  left: 344px;
  top: 164px;
  background-color: #22364e;
}

.small-column-icon {
  height: 17px;
  margin-top: 3px;
  margin-right: 8px;
  float: left;
}

.dark-field {
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 2px;
  background-color: #edeef1;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.field-label {
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-column-title.number {
  margin-right: 10px;
  color: #1f6fff;
}

.text-column {
  padding-right: 20px;
}

.top-line-block {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-cta-title {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.info-block-right {
  width: 50%;
  float: right;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

.section-description {
  margin-top: 30px;
  padding-bottom: 60px;
  color: #2c0303;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.download-image-left {
  position: absolute;
  left: -200px;
  top: -65px;
  width: 640px;
}

.hero-download-form {
  width: 350px;
  margin-bottom: 0px;
  padding: 24px;
  float: right;
  clear: none;
  border-radius: 4px;
  background-color: #fff;
}

.checkbox {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #979eac;
  font-size: 13px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
}

.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.browser-mockup-right {
  position: absolute;
  top: -35px;
  right: -395px;
  width: 770px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 3px 3px 33px 0 rgba(0, 0, 0, 0.1);
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.long-feature-icon {
  height: 25px;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 65px;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

.small-features-wrapper {
  margin-top: 30px;
}

.feature-text-block {
  width: 440px;
  float: left;
}

.image-section-2 {
  background-image: url('../images/Photo-5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section-2.about-us-3 {
  background-image: url('../images/Photo-1.jpg');
}

.image-section-2.newsletter {
  background-color: transparent;
  background-image: none;
}

.image-section-2.ui-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eee;
  background-image: linear-gradient(86deg, #eee 39%, hsla(0, 0%, 93.3%, 0.2)), url('../images/makh4.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 700px;
  background-repeat: repeat, no-repeat;
}

.image-section-overlay-2 {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay-2.white-gradient {
  padding-top: 40px;
  padding-bottom: 240px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 39%, hsla(0, 0%, 100%, 0));
  color: #000;
}

.image-section-overlay-2.pricing {
  background-color: #fff;
}

.team-member-list {
  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;
  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;
}

.empty-state-2 {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

.team-member-block {
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
}

.team-member-image {
  width: 90px;
  height: 90px;
  margin-bottom: 11px;
  border-radius: 100%;
}

.team-member-tag {
  display: inline-block;
  margin-top: 4px;
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 3px;
  background-color: #22364e;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.team-member-description {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #838383;
  font-size: 12px;
  line-height: 18px;
}

.team-small-social-button {
  margin-right: 4px;
  margin-left: 4px;
  opacity: 0.37;
  cursor: pointer;
}

.team-small-social-button:hover {
  opacity: 1;
}

.team-small-social-icon {
  height: 15px;
}

.quote-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 54, 78, 0.67)), to(rgba(34, 54, 78, 0.67))), url('../images/fabio-oyXis2kALVg-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 54, 78, 0.67), rgba(34, 54, 78, 0.67)), url('../images/fabio-oyXis2kALVg-unsplash.jpg');
  background-position: 0px 0px, 100% 59%;
  background-size: auto, cover;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-3._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-quote {
  z-index: 2;
  width: 800px;
  border-left: 10px solid #f8ab21;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.lock-icon {
  position: absolute;
  display: block;
  margin-right: 5px;
  margin-left: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-image: url('../images/icons8-lock-26.png');
  background-position: 70px 0px;
  background-size: cover;
  direction: ltr;
  text-align: right;
  letter-spacing: 1px;
}

.benefits-section-2 {
  padding-top: 0px;
  background-color: #fff;
}

.center-h2-2 {
  margin-top: 60px;
  margin-bottom: 80px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -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;
  background-color: #fff;
  font-weight: 400;
}

.password-link {
  display: inline-block;
  padding-top: 20px;
  border-bottom: 1px dashed #22364e;
  color: #f3b130;
  line-height: 1.8em;
  font-weight: 400;
}

.button-3 {
  margin-top: 10px;
  padding: 15px 22px 13px;
  border-radius: 3px;
  background-color: #2ba8ff;
  background-image: radial-gradient(circle closest-corner at 50% 50%, transparent, hsla(0, 0%, 100%, 0.1));
  box-shadow: 0 10px 20px -5px rgba(13, 67, 105, 0.2);
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.button-3.full-button {
  width: 100%;
  background-color: #22364e;
}

.button-3.full-button:hover {
  background-color: #f3b130;
}

.nav-link-2 {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px 10px;
  border-radius: 3px;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nav-link-2:hover {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 3px 16px 0 rgba(57, 111, 148, 0.2);
  color: #2ba8ff;
}

.nav-link-2.w--current {
  color: #2ba8ff;
}

.nav-link-2.login-link {
  margin-left: auto;
  float: right;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.5px;
}

.nav-link-2.login-link:hover {
  color: #e90647;
}

.login-section {
  min-height: 100vh;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #f8ab21;
  font-size: 16px;
}

.brand {
  width: 50px;
  padding-left: 0px;
}

.page-wrapper {
  overflow: hidden;
  width: 100%;
}

.login-container {
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}

.login-form {
  position: static;
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}

.login-label {
  position: relative;
  z-index: 2;
  height: 26px;
  margin-bottom: -26px;
  padding-left: 10px;
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  line-height: 33px;
}

.login-field {
  position: relative;
  height: 70px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 14px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  font-weight: 400;
}

.login-field:hover {
  font-weight: 400;
}

.login-field:focus {
  z-index: 1;
  border: 1px solid #2ba8ff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 6px 0 #2ba8ff;
}

.login-head {
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
}

.error-message {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.login-section-2 {
  min-height: 100vh;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-size: 16px;
}

.section-3 {
  margin-top: 40px;
  background-color: #fff;
}

.body-2 {
  background-color: #fff;
}

.h2 {
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.field-2 {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field-2:hover {
  background-color: #fff;
}

.field-2:focus {
  background-color: #fff;
}

.field-2.email {
  margin-bottom: 0px;
  background-color: #f8ab21;
  color: #fff;
  text-align: center;
}

.field-2.email:focus {
  background-color: #fff;
}

.contact-form-2 {
  display: block;
  width: 550px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.button-4 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #22364e;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #f3b130;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-4.submit-newsletter {
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-radius: 5px;
}

.collection-list {
  width: 100%;
}

.empty-state-3 {
  display: none;
  height: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.div-block-39 {
  display: none;
}

.faq-plus-l {
  position: absolute;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #f3b130;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-h2 {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-left: 20px;
}

.dollar-sign {
  position: relative;
  top: -19px;
  margin-right: 2px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-accent {
  position: absolute;
  left: 0px;
  top: -3px;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background-color: #f3b130;
}

.pricing-accent.red-accent {
  left: auto;
  top: -3px;
  right: 0px;
  background-color: #22364e;
}

.pricing-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.faq-answer-2 {
  overflow: hidden;
  padding-left: 20px;
  border-bottom: 1px solid rgba(29, 43, 76, 0.1);
}

.plan-amount-block {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.plan-duration {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.pricing-column-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 450px;
  padding: 40px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 16px 48px 0 rgba(26, 39, 81, 0.1);
  line-height: 2em;
}

.pricing-column-2.basic-column {
  margin-right: 20px;
}

.plan-name {
  font-size: 20px;
  font-weight: 700;
}

.plan-features {
  margin-bottom: auto;
}

.pricing-disclaimer {
  margin-bottom: 120px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.pricing-section {
  position: relative;
  padding-top: 10px;
  padding-bottom: 70px;
  background-color: #fff;
  background-image: url('../images/Pricing.svg');
  background-position: 100% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.faq-plus {
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background-color: #f3b130;
}

.faq-min-height {
  min-height: 450px;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 16px;
  min-width: 16px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.cloneable-element-wrapper {
  margin-bottom: 0px;
  padding: 30px;
  border: 1px none #ebebeb;
  background-color: #fff;
}

.grid {
  grid-template-areas: ". Area";
}

.grid-2 {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-title-3 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.info-block-left {
  width: 56%;
}

.info-block-left.ui {
  width: 45%;
}

.process-tab-menu {
  margin-top: -50px;
  padding-top: 40px;
  text-align: center;
}

.process-tabs-line {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-button {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border: 0px solid transparent;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 0 30px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-tab-button:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #22364e;
}

.process-tab-button.w--current {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.section-description-2 {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
  color: #e4dbdb;
}

.block-quote-2 {
  border-left-color: #22364e;
}

.button-5 {
  margin-left: 20px;
  background-color: #f3b130;
}

.button-5:hover {
  color: #fff;
}

.text-block-2 {
  padding-right: 0px;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5b6a87;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.body-3 {
  background-color: #fff;
}

.body-4 {
  background-color: #fff;
}

.body-5 {
  background-color: #fff;
}

.container-footer {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #22364e;
}

.container-footer.slim-container {
  max-width: 780px;
}

.body-6 {
  background-color: #fff;
}

.body-7 {
  background-color: #fff;
}

.body-8 {
  background-color: #fff;
}

.body-9 {
  background-color: #fff;
}

.submit-button-2 {
  background-color: #22364e;
}

.image {
  margin-top: 36px;
  margin-left: 20px;
  padding-left: 10px;
}

.menu---copy-this {
  margin-top: 10px;
  margin-bottom: 0px;
}

.block-quote-3 {
  border-left-color: #22364e;
}

.block-quote-4 {
  border-left-color: #22364e;
}

html.w-mod-js *[data-ix="hide-slider-arrow"] {
  opacity: 0.15000000000000005;
}

html.w-mod-js *[data-ix="slide-title-1"] {
  opacity: 0;
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="slide-title-2"] {
  opacity: 0;
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="slide-title-3"] {
  opacity: 0;
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="slide-title-4"] {
  opacity: 0;
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media (max-width: 991px) {
  .hero-slide-overlay {
    padding-right: 65px;
    padding-left: 65px;
  }
  .hero-slide-overlay.padding {
    padding-top: 220px;
    padding-bottom: 90px;
  }
  .container.blocks-row-container {
    margin-top: 30px;
  }
  .container.course-header {
    padding-left: 260px;
  }
  .hero-slide-content-block {
    width: 580px;
  }
  .hero-slide-title {
    margin-bottom: 0px;
    font-size: 54px;
    line-height: 47px;
  }
  .hero-overlay-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-overlay-block {
    height: 105px;
    padding-top: 25px;
    padding-right: 18px;
    padding-left: 90px;
  }
  .hero-overlay-number {
    left: 18px;
    top: 21px;
    font-size: 58px;
    line-height: 58px;
  }
  .hero-slider-button {
    width: 40px;
  }
  .hero-slider-button:hover {
    width: 50px;
  }
  .navbar {
    height: 65px;
  }
  .nav-menu {
    margin-right: 0px;
    margin-left: 60px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 #000;
  }
  .nav-menu.left {
    margin-right: 60px;
    margin-left: 0px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom-width: 1px;
    border-bottom-color: #f8f8f8;
    -webkit-transition: border 200ms ease, color 200ms ease, background-color 200ms ease;
    transition: border 200ms ease, color 200ms ease, background-color 200ms ease;
  }
  .nav-link:hover {
    border-bottom-color: #f5f5f5;
    background-color: rgba(79, 101, 190, 0.1);
  }
  .nav-link.dropdown-toggle.w--open {
    border-bottom-color: #eee;
  }
  .nav-link.left {
    margin-right: 0px;
  }
  .top-navbar {
    z-index: 1001;
  }
  .slide-intro-paragraph {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .link-block-paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .dropdown-icon {
    margin-right: 25px;
  }
  .section {
    padding: 40px;
  }
  .section.tint.event {
    padding-top: 60px;
  }
  .section-title-wrapper {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  .section-title.sidebar {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .course-block-wrapper.home-first {
    height: 350px;
  }
  .course-block-wrapper.home-featured {
    height: 350px;
  }
  .course-image-link-block {
    height: 130px;
  }
  .course-image-link-block.home-featured {
    height: 220px;
  }
  .course-content-block {
    padding: 25px 15px 15px;
  }
  .course-content-block._2 {
    padding-right: 5px;
  }
  .course-title-link {
    font-size: 13px;
    line-height: 18px;
  }
  .course-info-icon {
    margin-right: 4px;
    font-size: 12px;
  }
  .course-info-title {
    margin-right: 4px;
    font-size: 12px;
  }
  .teacher-overlay-title {
    font-size: 11px;
  }
  .teacher-overlay-photo {
    width: 35px;
    height: 35px;
    margin-right: 7px;
    margin-left: 15px;
  }
  .image-section-overlay {
    padding: 70px 40px;
  }
  .image-section-content-block {
    width: 390px;
  }
  .image-section-title {
    margin-bottom: 20px;
  }
  .image-section-contact-form {
    width: 250px;
  }
  .event-item {
    padding-right: 20px;
    padding-left: 300px;
  }
  .event-image-block {
    width: 260px;
  }
  .bottom-info-text {
    margin-top: 20px;
  }
  .dropdown-list.w--open {
    background-color: #4f65be;
    box-shadow: 0 0 0 0 transparent;
  }
  .dropdown-link {
    color: #fff;
  }
  .dropdown-link:hover {
    background-color: #3e52a2;
  }
  .dropdown-link.w--current {
    color: #fff;
  }
  .dropdown-link.w--current:hover {
    background-color: #4055a7;
  }
  .featured-course-right {
    width: 46%;
  }
  .footer {
    padding: 45px;
  }
  .footer-column {
    padding-right: 10px;
  }
  .featured-courses-row {
    margin-bottom: 10px;
  }
  ._404-section {
    height: auto;
    padding: 190px 60px 100px;
  }
  .page-header-overlay {
    padding: 150px 40px 35px;
  }
  .page-header-overlay.course {
    padding-top: 180px;
    padding-bottom: 60px;
  }
  .page-header-overlay.blog-post {
    padding-top: 200px;
    padding-bottom: 110px;
  }
  .page-header-title {
    font-size: 48px;
  }
  .page-header-title.course-title {
    font-size: 30px;
    line-height: 31px;
  }
  .page-header-title.teacher-name {
    margin-top: 16px;
    font-size: 34px;
    line-height: 34px;
  }
  .page-header-title.blog-post-title {
    font-size: 40px;
    line-height: 45px;
  }
  .page-subtitle.category {
    font-size: 20px;
  }
  .page-subtitle.teacher-subtitle {
    margin-top: 7px;
    font-size: 21px;
    line-height: 15px;
  }
  .page-subtitle.pricing {
    margin-top: 10px;
  }
  .about-us-image-block {
    height: 415px;
  }
  .about-us-col-left {
    padding-right: 20px;
  }
  .pricing-row {
    margin-top: -190px;
  }
  .pricing-content-block {
    padding: 20px;
  }
  .pricing-content-block.feature.with-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pricing-title {
    font-size: 20px;
  }
  .pricing-title.subtitle {
    margin-top: 7px;
    font-size: 16px;
  }
  .pricing-feature-title {
    font-size: 16px;
  }
  .contact-us-row {
    margin-top: -195px;
  }
  .contact-us-block {
    padding: 28px;
  }
  .faq-title {
    width: 100%;
    margin-bottom: 17px;
  }
  .faq-item {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .faq-answer {
    width: 100%;
  }
  .course-block-left {
    width: 220px;
    margin-top: -215px;
  }
  .course-info-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-course-info-title.info {
    font-size: 13px;
  }
  .course-main-info-block {
    width: 430px;
  }
  .teacher-class-photo {
    width: 35px;
    height: 35px;
  }
  .teacher-title {
    font-size: 12px;
    line-height: 18px;
  }
  .course-main-info-wrapper.last {
    margin-bottom: 0px;
  }
  .short-teacher-biography {
    width: 100%;
  }
  .image-logo {
    height: 45px;
    margin-top: 10px;
  }
  .blog-post-image-block {
    height: 130px;
  }
  .blog-post-content-block {
    padding: 25px;
  }
  .course-category-fixed-block {
    position: static;
    border-radius: 0px;
  }
  .fixed-block-title {
    padding-right: 40px;
    padding-left: 40px;
  }
  .category-link-title {
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px solid #f3f3f3;
  }
  .blog-post-wrapper {
    margin-top: -110px;
  }
  .blog-post-content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .blog-post-content-wrapper.first {
    padding-top: 40px;
  }
  .blog-post-header-info-block {
    margin-top: 20px;
  }
  .menu-button {
    width: 65px;
    height: 65px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    background-color: #f3f3f3;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .menu-button.left {
    float: left;
  }
  .small-events-list-item {
    padding-right: 0px;
    padding-left: 75px;
  }
  .small-events-list-link-title {
    font-size: 14px;
    line-height: 20px;
  }
  .video-hero {
    padding-top: 180px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-4_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-4_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .container-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .feature-column {
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
  }
  .testimonial-box {
    width: 32%;
    padding: 3%;
  }
  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-title-wrapper-2.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title-wrapper-2.full.info {
    margin-bottom: 20px;
  }
  .section-2 {
    padding: 45px;
  }
  .section-2.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .client-logo {
    height: 40px;
  }
  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .section-title-2.large {
    line-height: 37px;
  }
  .worldmap-left-wrapper {
    left: -101px;
    top: 27px;
    width: 670px;
  }
  .button-2.cta-button {
    width: 30%;
    margin-top: 15px;
  }
  .map-marker._2 {
    left: 296px;
    top: 146px;
  }
  .text-column-title {
    font-size: 13px;
  }
  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .dark-cta-title {
    width: 60%;
  }
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
  .download-image-left {
    top: -23px;
    width: 560px;
  }
  .hero-download-form {
    width: 260px;
  }
  .browser-mockup-right {
    top: 9px;
    right: -288px;
    width: 540px;
  }
  .feature-text-block {
    width: 400px;
  }
  .image-section-2.ui-section {
    padding-right: 45px;
    padding-left: 45px;
    background-size: auto, cover;
  }
  .image-section-overlay-2 {
    padding: 90px 45px;
  }
  .image-section-overlay-2.white-gradient {
    padding-bottom: 120px;
  }
  .team-member-image {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .nav-link-2 {
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 10px;
    text-align: right;
  }
  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .collection-item {
    display: block;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cloneable-element-wrapper {
    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-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;
  }
  .section-title-3 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .info-block-left.ui {
    width: 55%;
  }
  .section-description-2 {
    margin-top: 20px;
    font-size: 19px;
  }
  .process-tab-col-left {
    padding-right: 30px;
  }
  .container-footer {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 0px;
  }
  .hero-slide-overlay {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 35px;
  }
  .hero-slide-overlay.padding {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .container.course-header {
    padding-left: 0px;
  }
  .hero-slide-content-block {
    width: 90%;
  }
  .hero-slide-title {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 34px;
  }
  .button.slider-button {
    margin-top: 10px;
  }
  .button.white {
    margin-top: 10px;
  }
  .navbar {
    height: 55px;
  }
  .top-navbar {
    padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 9px;
  }
  .top-nav-menu {
    float: none;
    text-align: center;
  }
  .top-nav-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slide-intro-paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .section {
    padding: 20px;
  }
  .section.tint.event {
    padding-top: 20px;
  }
  .section.tint.stats {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-title-wrapper {
    margin-bottom: 20px;
  }
  .section-title-wrapper.course {
    margin-bottom: 10px;
  }
  .course-block-wrapper.home-first {
    height: auto;
  }
  .course-block-wrapper.home-featured {
    height: auto;
  }
  .course-block-wrapper.list-view {
    height: auto;
    padding-left: 0px;
  }
  .course-image-link-block.home-featured {
    height: 130px;
  }
  .course-image-link-block.list-view {
    position: static;
    width: 100%;
    height: 80px;
  }
  .course-content-block._2.list-view {
    padding-bottom: 5px;
  }
  .course-title-link {
    font-size: 16px;
  }
  .course-info-icon {
    margin-right: 7px;
    font-size: 13px;
  }
  .course-info-title {
    margin-right: 6px;
    font-size: 13px;
  }
  .teacher-overlay-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .teacher-overlay-title {
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .teacher-overlay-photo {
    position: relative;
    bottom: -9px;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    margin-bottom: -18px;
  }
  .teacher-overlay-photo.list-view-photo {
    bottom: 0px;
    margin-top: -2px;
  }
  .image-section-overlay {
    padding: 30px 20px;
    text-align: center;
  }
  .image-section-content-block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .image-section-title {
    font-size: 36px;
    line-height: 35px;
  }
  .image-section-title._2 {
    font-size: 20px;
    line-height: 26px;
  }
  .image-section-contact-form {
    width: 100%;
    margin-top: 20px;
  }
  .field {
    margin-bottom: 4px;
  }
  .event-item {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-date-block {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .event-image-block {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 0px;
  }
  .bottom-info-text {
    margin-top: 10px;
  }
  .about-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-course-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-course-column-right {
    padding-right: 0px;
  }
  .featured-course-right {
    width: 100%;
    margin-left: 0px;
  }
  .footer {
    padding: 20px;
  }
  .footer-column {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .bottom-footer-block {
    margin-top: 10px;
    padding-top: 20px;
  }
  .bottom-footer-text {
    float: none;
  }
  .bottom-footer-text.right {
    margin-top: 10px;
    float: none;
  }
  .footer-title {
    margin-bottom: 20px;
  }
  ._404-section {
    padding: 150px 25px 80px;
  }
  .page-header-overlay {
    padding: 120px 20px 20px;
  }
  .page-header-overlay.course {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .page-header-overlay.blog-post {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .page-header-title {
    font-size: 38px;
    line-height: 34px;
  }
  .page-header-title.course-title {
    font-size: 25px;
    line-height: 31px;
  }
  .page-header-title.blog-post-title {
    font-size: 30px;
    line-height: 35px;
  }
  .page-subtitle {
    margin-top: 5px;
    font-size: 20px;
  }
  .page-subtitle.category {
    margin-top: 6px;
    font-size: 17px;
  }
  .featured-course-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .courses-list-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-image-block {
    height: 265px;
  }
  .about-us-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-column-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-column-left {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .contact-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .pricing-column.last {
    padding-bottom: 0px;
  }
  .contact-us-row {
    margin-top: -185px;
  }
  .contact-us-map {
    height: 210px;
  }
  .contact-us-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-us-column-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .contact-us-block {
    height: auto;
  }
  .fields-row {
    margin-bottom: 1px;
  }
  .fields-col-left {
    padding-left: 0px;
  }
  .fields-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq-title {
    font-size: 19px;
  }
  .course-block-left {
    width: 100%;
    margin-top: -60px;
  }
  .course-image-block {
    height: 190px;
  }
  .course-main-info-block {
    width: 100%;
    margin-top: 20px;
  }
  .teacher-block-wrapper {
    margin-bottom: 6px;
  }
  .teacher-class-photo {
    width: 45px;
    height: 45px;
  }
  .teacher-title {
    margin-top: 6px;
    font-size: 16px;
  }
  .teacher-title._2 {
    margin-top: 2px;
    font-size: 13px;
  }
  .course-content-wrapper {
    margin-bottom: 10px;
  }
  .course-category-title {
    font-size: 15px;
  }
  .course-category-title.icon {
    font-size: 13px;
  }
  .empty-state.empty-courses {
    height: 200px;
    padding-top: 60px;
  }
  .teacher-photo-block {
    width: 160px;
    height: 160px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .image-logo {
    height: 40px;
    margin-right: 20px;
  }
  .teacher-overview-block {
    margin-bottom: 10px;
  }
  .blog-list-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fixed-block-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .category-link-title {
    padding: 5px 20px;
  }
  .blog-post-wrapper {
    width: 90%;
  }
  .blog-post-content-wrapper {
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .blog-post-content-wrapper.first {
    padding: 30px 30px 10px;
  }
  .blog-title-wrapper {
    width: 90%;
  }
  .blog-author-photo {
    width: 70px;
    height: 70px;
    margin-right: 17px;
  }
  .blog-author-title-link {
    font-size: 24px;
    line-height: 20px;
  }
  .menu-button {
    height: 55px;
    padding-top: 17px;
  }
  .course-teacher-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .event-info-block {
    padding: 25px;
  }
  .hero-slider-nav {
    height: 50px;
    padding-right: 20px;
    font-size: 8px;
    text-align: right;
  }
  .teacher-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .stats-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .category-block.right {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
  .category-block.large {
    height: 150px;
    margin-bottom: 10px;
  }
  .category-column-left {
    padding-left: 0px;
  }
  .category-column-right {
    padding-right: 0px;
  }
  .small-events-list-link-title {
    font-size: 17px;
  }
  .news-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .events-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-column {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-hero {
    padding: 120px 20px 30px;
  }
  .no-courses-title {
    font-size: 35px;
  }
  .no-courses-title._2 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 30px;
  }
  .center-h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .feature-row {
    margin-top: 30px;
  }
  .home-text {
    font-size: 15px;
  }
  .user-pic {
    width: 60px;
    min-width: 60px;
    margin-bottom: 0px;
  }
  .user-testimonial {
    margin-bottom: 0px;
    padding-right: 3%;
    padding-left: 4%;
  }
  .giant-quotes {
    top: -91px;
  }
  .testimonial-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testimonial-box {
    width: 100%;
    min-height: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .testimonial-box.left-testimonial {
    margin-top: 0px;
    padding-top: 27px;
  }
  .testimonial-box.right-testimonial {
    margin-top: 0px;
  }
  .testimonial-name-wrapper {
    margin-top: auto;
    padding-top: 27px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-link-2 {
    margin-left: 18px;
  }
  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title-wrapper-2.small-title {
    margin-bottom: 19px;
  }
  .section-title-wrapper-2.full {
    margin-bottom: 30px;
  }
  .section-title-wrapper-2.full.info {
    text-align: center;
  }
  .section-2 {
    padding: 25px;
  }
  .section-2.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .logo-column {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .map-contact-form {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-title-2.large {
    line-height: 37px;
  }
  .worldmap-left-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .field-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-2.cta-button {
    width: 50%;
    float: none;
  }
  .map-marker {
    left: 48px;
    top: 101px;
  }
  .map-marker._2 {
    left: 195px;
    top: 83px;
  }
  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }
  .dark-cta-title {
    width: 100%;
    float: none;
  }
  .info-block-right {
    width: 100%;
  }
  .info-block-right.download-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .download-image-left {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: -80px;
  }
  .hero-download-form {
    width: 100%;
    margin-top: 30px;
  }
  .browser-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .feature-text-block {
    width: 100%;
  }
  .image-section-2.ui-section {
    padding: 25px;
  }
  .image-section-overlay-2 {
    padding: 60px 25px;
  }
  .image-section-overlay-2.white-gradient {
    padding-top: 140px;
    padding-bottom: 110px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #fff), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, #fff 12%, hsla(0, 0%, 100%, 0.6));
  }
  .image-section-overlay-2.pricing {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .team-member-item {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-member-block {
    margin-bottom: 10px;
  }
  .center-h2-2 {
    font-size: 48px;
    line-height: 60px;
  }
  .password-link {
    padding-top: 10px;
  }
  .nav-link-2 {
    height: 8vh;
    min-height: 8vh;
    padding-top: 3vh;
    font-size: 18px;
    line-height: 1.3;
  }
  .nav-link-2.login-link {
    height: auto;
    min-height: auto;
    padding-top: 14px;
  }
  .brand {
    width: 50px;
  }
  .login-form {
    padding-right: 5%;
    padding-left: 5%;
  }
  .login-label {
    height: 20px;
    margin-bottom: -20px;
    font-size: 12px;
    line-height: 27px;
  }
  .login-field {
    height: 64px;
    padding-top: 13px;
    font-size: 16px;
  }
  .login-head {
    font-size: 24px;
    line-height: 40px;
  }
  .field-2.email {
    margin-bottom: 10px;
  }
  .contact-form-2 {
    width: 100%;
  }
  .collection-list {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item {
    display: block;
    width: 100%;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pricing-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-column-2 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .plan-features {
    margin-bottom: 40px;
  }
  .section-title-3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .info-block-left {
    width: 100%;
  }
  .process-tab-col-right {
    padding-left: 0px;
  }
  .process-tab-menu {
    margin-top: -39px;
  }
  .process-tab-pane {
    padding-top: 40px;
  }
  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 9px;
    font-size: 10px;
    line-height: 12px;
  }
  .process-tab-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .process-tab-icon {
    height: 23px;
  }
}

@media (max-width: 479px) {
  blockquote {
    padding-right: 5px;
    font-size: 15px;
    line-height: 21px;
  }
  .hero-slide-overlay {
    padding: 140px 25px 50px;
  }
  .hero-slide-overlay.padding {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .container.teacher-container {
    text-align: center;
  }
  .hero-slide-content-block {
    width: 100%;
  }
  .hero-slide-content-block.simple {
    width: 90%;
  }
  .hero-slide-title {
    font-size: 28px;
    line-height: 27px;
  }
  .hero-slide-title.smaller {
    font-size: 24px;
    line-height: 25px;
  }
  .hero-slide-intro-title {
    font-size: 15px;
  }
  .button.slider-button {
    margin-top: 5px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 12px;
    line-height: 17px;
  }
  .nav-link {
    font-size: 13px;
    line-height: 13px;
  }
  .top-nav-link {
    margin-left: 10px;
  }
  .top-nav-title {
    font-size: 11px;
  }
  .slide-intro-paragraph {
    font-size: 15px;
    line-height: 19px;
  }
  .section-title-wrapper.course {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title.subtitle {
    margin-top: 3px;
    font-size: 15px;
    line-height: 21px;
  }
  .section-title.subtitle.with-name {
    margin-top: 4px;
    font-size: 14px;
    line-height: 14px;
  }
  .section-title.subtitle.with-name.first {
    margin-top: 11px;
  }
  .section-title-divider {
    margin-top: 10px;
  }
  .course-block-wrapper.home-first {
    margin-bottom: 10px;
  }
  .course-block-wrapper.home-featured {
    margin-bottom: 10px;
  }
  .course-image-link-block {
    height: 110px;
  }
  .course-content-block._2.list-view {
    padding-top: 6px;
    padding-bottom: 8px;
  }
  .course-info-icon {
    margin-right: 5px;
  }
  .course-info-title.list {
    font-size: 12px;
  }
  .teacher-overlay-title {
    padding-top: 13px;
  }
  .teacher-overlay-title.list-view {
    margin-right: 6px;
    padding-bottom: 0px;
    font-size: 12px;
  }
  .teacher-overlay-photo.list-view-photo {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .image-section-content-block {
    width: 100%;
  }
  .image-section-title {
    font-size: 29px;
    line-height: 28px;
  }
  .image-section-title._2 {
    font-size: 17px;
    line-height: 22px;
  }
  .contact-form-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-form-title {
    font-size: 23px;
    line-height: 23px;
  }
  .event-date-block {
    padding: 20px 20px 15px;
  }
  .event-date-title {
    margin-right: 14px;
  }
  .event-image-block {
    height: 130px;
  }
  .event-title-link {
    font-size: 21px;
  }
  .event-info-wrapper {
    margin-bottom: 5px;
  }
  .event-info-title {
    margin-right: 5px;
    font-size: 12px;
  }
  .blog-post-title-link.blog-page {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 20px;
  }
  .blog-info-title {
    font-size: 13px;
  }
  .about-image-block {
    height: 120px;
  }
  .footer {
    padding-top: 30px;
    padding-left: 24px;
  }
  ._404-section {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .page-header-overlay {
    padding-top: 114px;
    padding-bottom: 21px;
  }
  .page-header-overlay.color {
    padding-bottom: 30px;
  }
  .page-header-overlay.course {
    padding-bottom: 65px;
  }
  .page-header-overlay.blog-post {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .page-header-title {
    font-size: 25px;
    line-height: 24px;
  }
  .page-header-title.course-title {
    font-size: 21px;
    line-height: 26px;
  }
  .page-header-title.teacher-name {
    font-size: 24px;
  }
  .page-header-title.blog-post-title {
    font-size: 24px;
    line-height: 29px;
  }
  .page-subtitle {
    margin-top: 7px;
    font-size: 16px;
    line-height: 17px;
  }
  .page-subtitle.category {
    margin-top: 0px;
    font-size: 15px;
  }
  .page-subtitle.teacher-subtitle {
    margin-top: 3px;
    font-size: 18px;
  }
  .about-us-image-block {
    height: 135px;
  }
  .about-us-column-right {
    padding-top: 10px;
  }
  .large-contact-block {
    padding: 20px;
  }
  .contact-block-small-title {
    font-size: 11px;
  }
  .contact-block-icon {
    top: 16px;
    right: 21px;
    font-size: 44px;
  }
  .contact-block-title {
    margin-top: 0px;
    font-size: 20px;
  }
  .pricing-content-block.feature {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pricing-title {
    font-size: 25px;
  }
  .pricing-title.subtitle {
    margin-top: 4px;
  }
  .contact-us-map {
    height: 150px;
  }
  .contact-us-block {
    padding: 21px 24px 24px;
  }
  .faq-title {
    font-size: 18px;
    line-height: 23px;
  }
  .course-image-block {
    height: 140px;
  }
  .course-main-info-block {
    margin-top: 30px;
  }
  .course-category-title {
    font-size: 13px;
  }
  .course-category-title.icon {
    font-size: 13px;
  }
  .empty-state.empty-courses {
    height: 140px;
    padding-top: 30px;
  }
  .teacher-photo-block {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .short-teacher-biography {
    display: inline-block;
    width: 93%;
  }
  .teacher-overview-image {
    width: 70px;
    height: 70px;
  }
  .blog-post-block {
    margin-bottom: 10px;
  }
  .blog-post-image-block {
    height: 90px;
  }
  .blog-post-summary {
    font-size: 13px;
    line-height: 20px;
  }
  .blog-post-wrapper {
    width: 100%;
    margin-top: -90px;
  }
  .blog-post-content-wrapper {
    padding-top: 20px;
  }
  .blog-post-content-wrapper.first {
    padding: 20px 20px 0px;
  }
  .blog-post-date-title {
    font-size: 12px;
  }
  .blog-title-wrapper {
    width: 100%;
  }
  .blog-author-photo {
    width: 50px;
    height: 50px;
  }
  .blog-author-title-link {
    font-size: 19px;
    line-height: 18px;
  }
  .event-info-block {
    padding: 20px;
  }
  .hero-slider-nav {
    height: 50px;
  }
  .stats-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .stats-column.last {
    padding-bottom: 0px;
  }
  .category-block.right {
    height: 130px;
  }
  .category-block.large {
    height: 130px;
  }
  .category-text-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .video-hero {
    padding-top: 120px;
  }
  .no-courses-title {
    font-size: 25px;
    line-height: 38px;
  }
  .no-courses-title._2 {
    font-size: 18px;
  }
  .center-h2 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .benefits-section {
    padding-top: 30px;
  }
  .feature-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feature-row.no-reverse-feature-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-column {
    width: 100%;
    min-height: 1px;
    padding-bottom: 5%;
  }
  .home-text.center-home-text {
    margin-top: -40px;
  }
  .user-pic {
    margin-bottom: 26px;
  }
  .giant-quotes {
    left: 70%;
  }
  .testimonial-row {
    margin-top: 40px;
  }
  .testimonials-section {
    padding-top: 30px;
  }
  .testimonial-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .testimonial-name-wrapper {
    margin-left: auto;
    padding-top: 16px;
  }
  .footer-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-image {
    margin-bottom: 40px;
  }
  .social-icon {
    margin-right: 25px;
    margin-left: 25px;
  }
  .footer-copywrite {
    margin-bottom: 20px;
  }
  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title-wrapper-2.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .section-title-wrapper-2.full.info {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }
  .section-2 {
    padding: 25px;
  }
  .section-2.blue-cta-section {
    text-align: center;
  }
  .client-logo {
    height: 28px;
  }
  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }
  .logo-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }
  .section-title-2.large {
    line-height: 30px;
  }
  .worldmap-left-wrapper {
    width: 260px;
  }
  .button-2 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .button-2.cta-button {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .map-marker {
    left: 24px;
    top: 56px;
  }
  .map-marker._2 {
    left: 115px;
    top: 53px;
  }
  .dark-field.area {
    height: 98px;
  }
  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }
  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }
  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }
  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }
  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 65px;
  }
  .long-feature-title {
    margin-bottom: 7px;
  }
  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }
  .image-section-2.ui-section {
    background-image: linear-gradient(86deg, #eee 39%, hsla(0, 0%, 93.3%, 0.8)), url('../images/UI-Elements.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .image-section-overlay-2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .team-member-block {
    margin-bottom: 12px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .benefits-section-2 {
    padding-top: 30px;
  }
  .center-h2-2 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .button-3 {
    padding: 10px 18px 9px;
    font-size: 14px;
  }
  .login-container {
    min-width: 0px;
  }
  .button-4 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .faq-h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
  .pricing-column-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-title-3 {
    font-size: 25px;
    line-height: 26px;
  }
  .info-block-left {
    width: 100%;
  }
  .info-block-left.ui {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .process-tab-pane {
    padding-top: 20px;
  }
  .process-tab-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 9px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .section-description-2 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .process-tab-icon {
    height: 13px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}