body {
  font-family: Averta, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  color: #464a4c;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #47b7b7;
  text-decoration: none;
}

.section-hero {
  display: block;
  height: 850px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 300px;
  padding-bottom: 1px;
  background-color: #1c1b23;
  background-image: url('../images/img-hero.jpg');
  background-position: 50% -65px;
  background-size: 1440px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.hero-content-text {
  display: block;
  max-width: 465px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.hero-content-button-register {
  margin-right: 10px;
  margin-left: 0px;
  padding: 18px 30px;
  border-radius: 2px;
  background-color: #49b3b3;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.hero-content-button-register:hover {
  opacity: 0.75;
}

.hero-content-button-watch-video {
  margin-right: 10px;
  margin-left: 10px;
  padding: 18px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.hero-content-button-watch-video:hover {
  opacity: 0.75;
}

.hero-content-buttons {
  display: block;
  max-width: 960px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: both;
}

.section-overview {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 125px 50px;
  background-color: #49b3b3;
  text-align: center;
}

.header-large {
  display: block;
  max-width: 900px;
  margin: 0px auto 10px;
  font-family: Averta, sans-serif;
  font-size: 60px;
  line-height: 66px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.header-large.header-large-white {
  margin-bottom: 40px;
  color: #fff;
}

.logo-marriagetoday {
  display: inline-block;
  height: 40px;
  max-width: 80%;
}

.section-footer {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 5%;
  background-color: #2b2f33;
  text-align: center;
}

.footer-social-link {
  width: 65px;
  height: 50px;
}

.footer-social-link.footer-social-link-facebook {
  background-image: url('../images/icon-facebook.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.footer-social-link.footer-social-link-facebook:hover {
  opacity: 0.75;
}

.footer-social-link.footer-social-link-twitter {
  background-image: url('../images/icon-twitter.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.footer-social-link.footer-social-link-twitter:hover {
  opacity: 0.75;
}

.footer-social-link.footer-social-link-instagram {
  background-image: url('../images/icon-instagram.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.footer-social-link.footer-social-link-instagram:hover {
  opacity: 0.75;
}

.footer-social-link.footer-social-linkyoutube {
  background-image: url('../images/icon-youtube.svg');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.footer-social-link.footer-social-linkyoutube:hover {
  opacity: 0.75;
}

.footer-social-links {
  display: block;
  margin: 60px auto 10px;
}

.footer-secondary-text {
  font-size: 13px;
}

.footer-secondary-text-link {
  display: inline-block;
  margin: 6px 12px;
  color: #6b7580;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.footer-secondary-text-link:hover {
  opacity: 0.75;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.overview-content {
  display: block;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.options-rich-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #136df3;
}

.options-rich-text p {
  color: #fff;
}

.options-row {
  margin-top: 19px;
}

.options-columns {
  padding: 5px;
}

.section-teachers {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px 60px;
  background-color: #f4f5f9;
  text-align: center;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  background-color: transparent;
}

.nav-link {
  height: 30px;
  padding: 5px 13px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 0.55;
}

.nav-link.w--current {
  color: #49b3b3;
}

.nav-link.nav-btn-filled {
  height: 40px;
  margin-top: -5px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15));
}

.nav-link.nav-btn-filled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 1;
  color: #201f27;
}

.nav-link.nav-btn-stroke {
  height: 40px;
  margin-top: -5px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 9px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 2px;
}

.nav-link.nav-btn-stroke:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  opacity: 1;
}

.nav-menu {
  display: inline-block;
  width: 95%;
  height: 40px;
  margin-left: 0px;
  padding-top: 5px;
  float: right;
  opacity: 1;
}

.logo-brand {
  width: 5%;
}

.hero-content {
  display: block;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.hero-content-logo-pastors-school {
  display: block;
  margin-bottom: 30px;
}

.text-large-white {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.text-large-white.text-large-overview {
  max-width: 725px;
}

.text-large-white.text-large-register {
  max-width: 725px;
}

.paragraph-large {
  display: block;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.teacher-names {
  padding: 23px 20px;
  font-size: 15px;
  font-weight: 600;
}

.teacher-link-block {
  width: 17%;
  max-width: 200px;
  margin: 10px;
  border-radius: 4px;
  background-color: #fff;
}

.teacher-photos {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.teacher-row {
  display: block;
  max-width: 810px;
  margin: 59px auto 40px;
}

.teacher-row.teacher-row-2 {
  max-width: 539px;
}

.section-contents {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  background-color: #fff;
}

.body-wrapper {
  background-color: #e6e7eb;
}

.subheader-small {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #bbbcbf;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.subheader-large {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #47b7b7;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.course-contents-header {
  display: block;
  max-width: 680px;
  margin: 60px auto 39px;
}

.paragraph-small-light-gray {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #bbbcbf;
  text-align: center;
}

.contents-row {
  display: block;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.contents-list {
  padding-left: 0px;
  border-bottom: 1px solid #e1e2e6;
  list-style-type: none;
}

.contents-list-item-time {
  float: right;
  clear: right;
  color: #bbbcbf;
  font-size: 10px;
}

.contents-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e1e2e6;
  font-size: 15px;
}

.contents-list-item-title {
  padding-right: 21px;
  float: left;
}

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

.contents-list-item-total-length {
  float: left;
  color: #bbbcbf;
  font-size: 10px;
  text-transform: uppercase;
}

.course-contents-list-item-total-time {
  float: right;
  font-size: 10px;
  font-weight: 700;
}

.section-testimonials {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f4f5f9;
}

.section-testimonials.section-testimonials-video {
  padding-bottom: 120px;
  text-align: center;
}

.testimonials-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.testimonials-right-arrow:hover {
  opacity: 1;
}

.testimonials-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.testimonials-left-arrow:hover {
  opacity: 1;
}

.testimonials-slider {
  height: 600px;
  background-color: #f3f5f9;
}

.testimonials-slide-nav {
  padding-bottom: 81px;
  opacity: 1;
  font-size: 8px;
}

.testimonials-text {
  display: block;
  margin: 40px auto;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.testimonials-quote-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.testimonials-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.testimonials-content.testimonial-content-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-author {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #47b7b7;
  font-size: 18px;
  text-align: center;
}

.testimonials-content-inner-wrapper {
  margin-top: -30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-register {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 110px 50px 125px;
  background-color: #49b3b3;
  text-align: center;
}

.register-headline {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.register-button {
  margin-top: 40px;
  padding: 18px 30px;
  border-radius: 2px;
  background-color: #fff;
  color: #49b3b3;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.footer-text {
  color: #fff;
  font-size: 15px;
}

.navbar-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  height: 82px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2b2f33;
}

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

.pgteacher-section-intro {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 175px;
  padding-bottom: 100px;
  background-color: #49b3b3;
  text-align: center;
}

.overviewvideo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -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-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;
}

.videooverview-body {
  background-color: #2b2f33;
}

.link-block {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/icon-menu-close.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.testimonials-video-link {
  text-align: center;
}

.testimonials-video-text {
  margin-top: 15px;
  color: #bbbcbf;
}

.teacher-link-blocks {
  margin-top: 40px;
  margin-bottom: 60px;
}

.contents-included-row {
  margin-top: 30px;
  text-align: left;
}

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

.contents-included-list-item {
  margin-bottom: 20px;
}

.contents-included-column {
  padding-right: 15px;
  padding-left: 15px;
}

.course-contents-footer {
  display: block;
  max-width: 680px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section-teacher {
  display: block;
  max-width: 1440px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 125px 50px;
  background-color: #fff;
  text-align: left;
}

.teachers-paragraph-large {
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.teachers-header-large {
  display: block;
  max-width: 850px;
  margin: 0px auto 35px;
  font-family: Averta, sans-serif;
  font-size: 60px;
  line-height: 66px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.teachers-header-large.header-large-white {
  margin-bottom: 40px;
  color: #fff;
}

.teachers-paragraph-small {
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.teachers-paragraph-small.centered {
  font-style: normal;
  text-align: center;
}

.div-block-2 {
  display: block;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.teachers-row {
  display: block;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
}

.teachers-photos {
  margin-top: 12px;
}

.teachers-column-1 {
  padding-left: 0px;
}

.teachers-column-2 {
  padding-left: 40px;
}

.nav-bar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  background-color: #2b2f33;
}

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

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

.bold-text-2 {
  color: #fff;
}

._21-container {
  height: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

._21-container.smaller {
  max-width: 860px;
}

._21-content {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  color: #fff;
  font-size: 23px;
  line-height: 150%;
  font-weight: 300;
}

.xonowcontent {
  display: block;
  margin-bottom: 0px;
}

._21-h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.image-3 {
  margin-bottom: 40px;
}

.section-xo-now {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 50px;
  background-color: #49b3b3;
  text-align: center;
}

.xo-now-block {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

html.w-mod-js *[data-ix="navbar-background"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }

  .section-hero {
    height: 600px;
    padding-top: 200px;
    background-position: 50% 50%;
    background-size: 150%;
  }

  .hero-content-text {
    padding-right: 13%;
    font-size: 18px;
  }

  .hero-content-button-register {
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 16px;
  }

  .hero-content-button-watch-video {
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 16px;
  }

  .section-overview {
    padding: 75px 3% 60px;
  }

  .header-large {
    font-size: 48px;
  }

  .logo-marriagetoday {
    width: 40px;
    max-width: 80%;
    margin-bottom: 80px;
  }

  .section-footer {
    padding-right: 3%;
    padding-left: 3%;
  }

  .options-rich-text {
    min-height: 225px;
    margin-bottom: -49px;
    padding-top: 6px;
  }

  .options-row {
    margin-top: 0px;
  }

  .section-teachers {
    padding: 60px 32px 30px;
  }

  .nav-bar {
    z-index: 1000;
    height: 65px;
    padding-top: 11px;
    padding-right: 16px;
    padding-left: 15px;
  }

  .nav-link {
    display: none;
    margin-bottom: 20px;
    text-align: right;
  }

  .nav-link.nav-btn-filled {
    display: block;
    float: right;
  }

  .nav-link.nav-btn-stroke {
    display: block;
  }

  .nav-menu {
    display: block;
    width: 70%;
    opacity: 0.98;
  }

  .menu-button {
    width: 80px;
    height: 80px;
    margin-top: -20px;
    margin-right: -30px;
    background-image: url('../images/icon-menu.svg');
    background-position: 50% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button.w--open {
    z-index: 999;
    margin-top: -20px;
    background-color: transparent;
    background-image: url('../images/icon-menu-close.svg');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
  }

  .menu-icon {
    display: none;
  }

  .logo-brand {
    width: 50px;
    height: 40px;
  }

  .hero-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-content-logo-pastors-school {
    max-width: 400px;
  }

  .text-large-white.text-large-overview {
    max-width: 575px;
    margin-bottom: 50px;
  }

  .text-large-white.text-large-register {
    max-width: 650px;
    font-size: 20px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .teacher-names {
    font-size: 16px;
  }

  .teacher-link-block {
    width: 23%;
    max-width: 160px;
  }

  .teacher-row {
    margin-top: 40px;
  }

  .teacher-columns {
    padding-right: 3px;
    padding-left: 3px;
  }

  .section-contents {
    padding-top: 75px;
  }

  .course-contents-header {
    max-width: 600px;
  }

  .contents-list-item-time {
    float: right;
    clear: none;
  }

  .contents-column {
    margin-top: -11px;
  }

  .section-testimonials.section-testimonials-video {
    padding-bottom: 90px;
  }

  .testimonials-slider {
    height: 750px;
  }

  .testimonials-text {
    font-size: 20px;
  }

  .testimonials-author {
    font-size: 16px;
  }

  .section-register {
    padding-top: 75px;
    padding-bottom: 85px;
  }

  .register-headline {
    font-size: 32px;
  }

  .navbar-background {
    height: 65px;
  }

  .teacher-link-blocks {
    margin-bottom: 29px;
  }

  .course-contents-footer {
    max-width: 550px;
  }

  .section-teacher {
    margin-top: 65px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .teachers-paragraph-large {
    font-size: 20px;
  }

  .teachers-header-large {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 52px;
  }

  .teachers-row {
    max-width: 700px;
  }

  .teachers-photos {
    margin-bottom: 30px;
  }

  .teachers-column-1 {
    padding-left: 10px;
  }

  .teachers-column-2 {
    padding-left: 10px;
  }

  .nav-bar-2 {
    z-index: 1000;
    height: 65px;
    padding-top: 11px;
    padding-right: 16px;
    padding-left: 15px;
  }

  .xonowcontent {
    margin-bottom: 60px;
  }

  .section-xo-now {
    padding-top: 75px;
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .section-hero {
    height: 600px;
    padding-top: 100px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .hero-content-text {
    max-width: 575px;
    padding-right: 0%;
    float: none;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .hero-content-button-register {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .hero-content-button-watch-video {
    display: block;
    max-width: 250px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .hero-content-buttons {
    float: none;
  }

  .section-overview {
    padding: 50px 50px 80px;
  }

  .header-large {
    margin-bottom: 0px;
    font-size: 32px;
  }

  .logo-marriagetoday {
    margin-bottom: 60px;
  }

  .section-footer {
    padding-right: 12%;
    padding-left: 12%;
  }

  .footer-social-links {
    margin-top: 30px;
  }

  .overview-content {
    padding-top: 40px;
  }

  .options-rich-text {
    min-height: 165px;
    margin-bottom: 0px;
    padding-top: 7px;
  }

  .options-columns {
    margin-bottom: -45px;
  }

  .section-teachers {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .nav-menu {
    padding-left: 60px;
  }

  .menu-button {
    margin-top: -25px;
    margin-right: -20px;
  }

  .menu-button.w--open {
    margin-top: -25px;
  }

  .hero-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-content-logo-pastors-school {
    display: block;
    max-width: 368px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-large-white.text-large-overview {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }

  .text-large-white.text-large-register {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .teacher-names {
    font-size: 14px;
  }

  .teacher-link-block {
    width: 40%;
    max-width: 200px;
  }

  .teacher-row {
    max-width: 500px;
    margin-top: 20px;
  }

  .teacher-columns {
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .section-contents {
    padding-top: 60px;
    padding-bottom: 63px;
  }

  .course-contents-header {
    margin-top: 20px;
  }

  .contents-row {
    margin-bottom: 60px;
  }

  .contents-column {
    margin-top: -11px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-testimonials {
    padding-top: 45px;
  }

  .testimonials-right-arrow {
    margin-right: 15px;
  }

  .testimonials-left-arrow {
    margin-left: 15px;
  }

  .testimonials-slider {
    height: 660px;
  }

  .testimonials-slide-nav {
    padding-bottom: 60px;
  }

  .section-register {
    padding-top: 60px;
  }

  .register-headline {
    margin-bottom: 20px;
    line-height: 36px;
  }

  .register-button {
    display: block;
    max-width: 250px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .course-contents-footer {
    margin-top: 18px;
  }

  .section-teacher {
    padding-top: 40px;
    padding-bottom: 63px;
  }

  .teachers-header-large {
    font-size: 32px;
    line-height: 34px;
  }

  ._21-container {
    max-width: 1260px;
  }

  .section-xo-now {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .section-hero {
    height: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-content-text {
    max-width: 250px;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-content-button-register {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .hero-content-button-watch-video {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .hero-content-buttons {
    padding-bottom: 30px;
  }

  .section-overview {
    padding: 30px 20px 50px;
  }

  .header-large {
    margin-bottom: 10px;
    padding-right: 8%;
    padding-left: 8%;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .logo-marriagetoday {
    width: 40px;
    margin-bottom: 30px;
  }

  .section-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-social-links {
    margin-top: 20px;
  }

  .footer-secondary-text-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .overview-content {
    padding-top: 40px;
  }

  .options-rich-text {
    font-size: 16px;
    line-height: 22px;
  }

  .options-columns {
    margin-bottom: -30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-teachers {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .nav-bar {
    height: 55px;
    margin-bottom: 60px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 1px;
  }

  .nav-link.nav-btn-filled {
    height: 36px;
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }

  .nav-link.nav-btn-stroke {
    height: 36px;
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 7px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }

  .nav-menu {
    width: 78%;
    padding-left: 0px;
  }

  .menu-button {
    margin-right: -30px;
  }

  .logo-brand {
    margin-top: -2px;
  }

  .hero-content {
    padding-top: 125px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content-logo-pastors-school {
    width: 100%;
    max-width: 250px;
  }

  .text-large-white.text-large-overview {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-large {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 24px;
  }

  .teacher-link-block {
    width: 60%;
  }

  .teacher-columns {
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-contents {
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 20px;
  }

  .contents-row {
    margin-bottom: 30px;
  }

  .contents-list-item-time {
    display: none;
    float: left;
    clear: left;
  }

  .contents-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .section-testimonials {
    padding-top: 45px;
  }

  .testimonials-right-arrow {
    margin-right: 5px;
  }

  .testimonials-left-arrow {
    margin-left: 5px;
  }

  .testimonials-slider {
    height: 640px;
  }

  .testimonials-text {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonials-content-inner-wrapper {
    margin-top: -65px;
  }

  .section-register {
    padding-top: 40px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .register-headline {
    font-size: 24px;
    line-height: 28px;
  }

  .register-button {
    width: 100%;
    max-width: 250px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .footer-text {
    font-size: 14px;
  }

  .navbar-background {
    height: 55px;
  }

  .testimonials-video-link {
    width: 200px;
  }

  .course-contents-footer {
    margin-top: 0px;
    margin-bottom: 45px;
  }

  .section-teacher {
    margin-top: 55px;
    padding: 20px 20px 50px;
  }

  .teachers-paragraph-large {
    line-height: 24px;
  }

  .teachers-header-large {
    margin-bottom: 10px;
  }

  .teachers-paragraph-small {
    line-height: 24px;
  }

  .teachers-photos {
    margin-bottom: 25px;
  }

  .nav-bar-2 {
    height: 55px;
    margin-bottom: 60px;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 1px;
  }

  ._21-content {
    margin-bottom: 20px;
  }

  ._21-content.no-margin {
    margin-bottom: 0px;
  }

  .text-block {
    font-size: 20px;
  }

  ._21-h6 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .section-xo-now {
    padding-top: 40px;
    padding-right: 31px;
    padding-left: 31px;
  }
}

@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Bold.eot') format('embedded-opentype'), url('../fonts/Averta-Bold.woff') format('woff'), url('../fonts/Averta-Bold.ttf') format('truetype'), url('../fonts/Averta-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Averta-BoldItalic.woff') format('woff'), url('../fonts/Averta-BoldItalic.ttf') format('truetype'), url('../fonts/Averta-BoldItalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Extrathin.eot') format('embedded-opentype'), url('../fonts/Averta-Extrathin.woff') format('woff'), url('../fonts/Averta-Extrathin.ttf') format('truetype'), url('../fonts/Averta-Extrathin.svg') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Light.eot') format('embedded-opentype'), url('../fonts/Averta-Light.woff') format('woff'), url('../fonts/Averta-Light.ttf') format('truetype'), url('../fonts/Averta-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Semibold.eot') format('embedded-opentype'), url('../fonts/Averta-Semibold.woff') format('woff'), url('../fonts/Averta-Semibold.ttf') format('truetype'), url('../fonts/Averta-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-LightItalic.eot') format('embedded-opentype'), url('../fonts/Averta-LightItalic.woff') format('woff'), url('../fonts/Averta-LightItalic.ttf') format('truetype'), url('../fonts/Averta-LightItalic.svg') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Regular.eot') format('embedded-opentype'), url('../fonts/Averta-Regular.woff') format('woff'), url('../fonts/Averta-Regular.ttf') format('truetype'), url('../fonts/Averta-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-RegularItalic.eot') format('embedded-opentype'), url('../fonts/Averta-RegularItalic.woff') format('woff'), url('../fonts/Averta-RegularItalic.ttf') format('truetype'), url('../fonts/Averta-RegularItalic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-ExtrathinItalic.eot') format('embedded-opentype'), url('../fonts/Averta-ExtrathinItalic.woff') format('woff'), url('../fonts/Averta-ExtrathinItalic.ttf') format('truetype'), url('../fonts/Averta-ExtrathinItalic.svg') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Averta-SemiboldItalic.woff') format('woff'), url('../fonts/Averta-SemiboldItalic.ttf') format('truetype'), url('../fonts/Averta-SemiboldItalic.svg') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}