body {
  margin: 0;
  padding: 0;
}

body.toolbar-tray-open, body.toolbar-tray-open .logo-container {
  margin-top: 80px;
}

.layout-container {
  width: 100%;
  overflow: hidden;
}

.logo-container {
  background: #f1f2f4;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.other .region-content {
  padding-top: 60px;
}

.container {
  max-width: 1170px;
}

.logo {
  margin-left: 10px;
}

.hero {
  position: relative;
  width: 100vw;
  height: 600px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/themes/custom/draggable/img/hero_03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: brightness(60%);
}

.hero-content {
  position: relative;
  margin: 0px auto;
  padding: 120px 10px 0px 10px;
}

.hero-content h1 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 28px;
  margin: 5px 0px;
  color: #fff;
  text-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.hero-content h2 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 28px;
  margin: 5px 0px;
  color: #fff;
  text-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.hero-content .button {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 20px;
  background: #2a588d;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  display: inline-block;
  margin-top: 60px;
}

.hero-content .button:hover {
  background: #336298;
}

.hero-content .button a {
  display: block;
  padding: 15px 60px;
  color: #fff;
  text-decoration: none;
}

.form-submit {
  padding: 15px 30px;
}

.hero-content .button a:hover, .hero-content .button a:active, .hero-content .button a:focus, .hero-content .button a:visited {
  color: #fff;
  text-decoration: none;
}

.front h1.page-header {
  display: none;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.layout-content {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
}

.layout-content h3 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 36px;
  text-align: center;
}

.layout-content hr.primary {
  max-width: 100px;
  margin: 25px auto;
  border-bottom: none;
  border-top: 6px solid #2a588d;
}

.layout-content p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.6;
}

.layout-content .button {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 20px;
  background: #2a588d;
  border-radius: 15px;
  display: inline-block;
  margin-top: 30px;
}

.layout-content .button:hover {
  background: #336298;
}

.layout-content .button a, .layout-content .button a:hover, .layout-content .button a:focus, .layout-content .button a:active, .layout-content .button a:visited {
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  display: block;
}

.blue-bg {
  background: #2a588d;
}

.process-icon {
  display: block;
  font-size: 0px;
  margin: 15px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  color: #2a588d;
  background: #f4f5f7;
}

.process-icon:before {
  font-family: 'fontawesome';
  speak: none;
  font-size: 60px;
  line-height: 150px;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.lightgray-bg {
  background: #f1f2f4;
}

h1.page-header {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 28px;
  border-bottom: none;
}

#block-process h3 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

#block-process h4 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

#block-home-lessons h3 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 32px;
}

#block-home-lessons h4 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 28px;
  line-height: 1.4;
}

#block-home-lessons h4 a, #block-home-lessons h4 a:hover, #block-home-lessons h4 a:active, #block-home-lessons h4 a:focus, #block-home-lessons h4 a:visited {
  color: #2a588d;
  text-decoration: none;
}

.lesson-teaser img {
  border: 1px solid #ccc;
}

.blue-bg .quote {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 36px;
  color: #fff;
  padding: 15px 30px;
  margin-top: -50px;
}

.blue-bg .quote-mark {
  font-family: 'Times New Roman', Times, Serif;
  font-weight: bold;
  font-size: 96px;
  color: #fff;
  margin-top: -25px;
}

.blue-bg .quote-by {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 24px;
  color: #fff;
  padding: 15px 30px;
}

.contact-form .form-item {
  max-width: 580px;
  margin: 15px auto;
}

.contact-form label {
  ont-family: 'Libre Franklin', sans-serif;
  font-size: 24px;
}

.contact-form .form-required:after {
  background: none !important;
}

.contact-form .form-control {
  font-size: 18px;
  height: auto;
}

.contact-form .form-item-email-confirm {
  display: none;
}

#block-footer-2 a, #block-footer-2 a:hover, #block-footer-2 a:visited, #block-footer-2 a:focus, #block-footer-2 a:active {
  color: #272b31;
  text-decoration: none;
}

#block-footer-2 .social-icons {
  font-size: 32px;
  margin-bottom: 25px;
}

#block-footer-copyright {
  background: #272b31;
  color: #f4f5f7;
}

@media (min-width: 768px) {

  .hero {
    height: 100vh;
  }

  .hero-content {
    max-width: 600px;
    margin: 0px auto;
    padding: 180px 0px 0px 0px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content h2 {
    font-size: 42px;
  }

  .hero-content .button {
    margin-top: 90px;
    font-size: 24px;
  }

  .layout-content p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

  .logo-nav {
    max-width: 1200px;
    margin: 0px auto;
  }

  .hero-content {
    max-width: 800px;
  }

  .hero-content h1 {
    font-size: 46px;
  }

  .hero-content h2 {
    font-size: 46px;
  }
}

@media (min-width: 2200px) {

  .hero-content h1 {
    font-size: 64px;
  }

  .hero-content h2 {
    font-size: 64px;
  }

  .hero-content .button {
    margin-top: 220px;
    font-size: 36px;
  }
}
