* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: inherit;
  color: #135841; }

p {
  font-size: 16px;
  line-height: 1.75rem;
  color: #111;
  margin: .5rem 0; }
  @media (min-width: 1600px) {
    p {
      font-size: 18px;
      line-height: 2rem; } }

h2 {
  color: #135841;
  margin: 1rem 0; }

.menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: space-around;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #135841; }
  @media (min-width: 1000px) {
    .menu {
      z-index: 1;
      height: 100px;
      flex-direction: row;
      align-items: center;
      padding-bottom: 25px;
      margin-bottom: 0;
      justify-content: space-around;
      margin-left: 5px;
      margin-right: 5px; } }
  @media (min-width: 1200px) {
    .menu {
      max-width: 1200px;
      margin: 0 auto;
      justify-content: space-between; } }

.menu-logo {
  width: 250px;
  margin-bottom: 0;
  height: auto;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer; }
  .menu-logo:hover, .menu-logo:focus {
    opacity: 80%; }
  @media (min-width: 900px) {
    .menu-logo {
      width: 180px; } }
  @media (min-width: 1200px) {
    .menu-logo {
      width: 200px; } }

.menu-items {
  color: #fff;
  margin: 5px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around; }
  @media (min-width: 900px) {
    .menu-items {
      flex-direction: row;
      align-items: flex-start; } }

.menu-item {
  color: #fff;
  font-family: "Lato";
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 17px;
  cursor: pointer; }
  .menu-item:hover, .menu-item:focus {
    opacity: 80%; }
  .menu-item a {
    text-decoration: none; }
  @media (min-width: 1000px) {
    .menu-item {
      padding: 10px 25px;
      font-size: 15px; } }
  @media (min-width: 1600px) {
    .menu-item {
      font-size: 16px;
      padding: 10px 20px; } }

.menu-item-button {
  color: #fff;
  font-family: "Lato";
  letter-spacing: 1px;
  margin: 8px 0;
  padding: 10px 25px;
  font-size: 17px;
  border: 2px solid #fff;
  border-radius: 35px;
  cursor: pointer;
  transition: .1s; }
  .menu-item-button:hover, .menu-item-button:focus {
    color: #B5BD34;
    border: 2px solid #B5BD34; }
  .menu-item-button a {
    text-decoration: none; }
  @media (min-width: 1000px) {
    .menu-item-button {
      padding: 10px 25px;
      margin: 0 5px;
      font-size: 15px; } }
  @media (min-width: 1600px) {
    .menu-item-button {
      font-size: 16px;
      padding: 10px 20px; } }

nav {
  background-color: #135841; }

.nav-menu {
  background-color: rgba(100, 100, 100, 0);
  margin-top: 15px;
  z-index: 3;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  transition: 0.4s; }
  .nav-menu:focus, .nav-menu:active {
    background-color: rgba(100, 100, 100, 0); }
  @media (min-width: 1000px) {
    .nav-menu {
      display: none; } }

.menupanel {
  padding: 0 18px;
  background-color: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  @media (min-width: 1000px) {
    .menupanel {
      overflow: visible;
      display: flex;
      flex-direction: row;
      padding: 0;
      max-height: none; } }

.header {
  display: flex;
  height: 60vh;
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 60px; }
  @media (min-width: 900px) {
    .header {
      background-position: center;
      align-items: flex-start;
      height: 40vh; } }

.header-title {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  z-index: 1; }
  @media (min-width: 900px) {
    .header-title {
      font-size: 50px; } }

.title-section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 0; }

.title-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 200px;
  opacity: 70%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 70%);
  visibility: visible;
  display: block; }
  @media (min-width: 900px) {
    .title-background {
      visibility: hidden;
      display: none; } }

.intro-section {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: space-between; }
  @media (min-width: 900px) {
    .intro-section {
      flex-direction: row;
      padding: 0 60px; } }
  @media (min-width: 1200px) {
    .intro-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0; } }

.intro-text {
  padding: 20px 30px;
  width: 100vw;
  margin: 0 0 10px 0; }
  @media (min-width: 900px) {
    .intro-text {
      padding-top: 20px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 40px;
      margin: 0 100px 0 0;
      width: 60vw; } }

.cta-block {
  background-color: #135841;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100vw;
  color: #fff; }
  .cta-block h2 {
    color: #fff; }
  .cta-block p {
    color: #fff; }
  @media (min-width: 900px) {
    .cta-block {
      width: 40vw; } }
  @media (min-width: 900px) {
    .cta-block {
      width: 30vw; } }

.cta-button {
  background-color: #B5BD34;
  color: #062A1C;
  font-family: "Lato";
  font-weight: 500;
  margin: 0 5px;
  padding: 15px 50px;
  font-size: 17px;
  border: 2px solid #B5BD34;
  border-radius: 35px;
  cursor: pointer;
  transition: .1s;
  width: auto; }
  .cta-button:hover, .cta-button:focus {
    background-color: rgba(100, 100, 100, 0);
    color: #B5BD34;
    border: 2px solid #B5BD34; }

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #135841;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-bottom: 10px; }

#learning {
  fill: #fff;
  width: 60px;
  height: 60px; }

#success {
  fill: #fff;
  width: 60px;
  height: 60px; }

#affordability {
  fill: #fff;
  width: 60px;
  height: 60px; }

.three-column-section {
  width: 100%;
  background-color: #f7f7f7;
  padding: 40px 0; }

.three-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px; }
  @media (min-width: 900px) {
    .three-column {
      flex-direction: row;
      padding: 30px 60px; } }
  @media (min-width: 1200px) {
    .three-column {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0; } }

.column-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  margin: 15px 0; }
  .column-block h3 {
    margin: .5rem 0;
    color: #135841;
    font-size: 21px; }
  @media (min-width: 900px) {
    .column-block {
      margin: 0;
      width: 33%; } }

.testamonial-block {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  padding-left: 0; }
  @media (min-width: 900px) {
    .testamonial-block {
      flex-direction: row;
      padding-left: 60px; } }
  @media (min-width: 1200px) {
    .testamonial-block {
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 0; } }

.quote-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 900px) {
    .quote-block {
      padding-right: 30px;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .quote-block {
      padding-right: 60px;
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; } }

.quote-text {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
  color: #135841; }
  @media (min-width: 900px) {
    .quote-text {
      font-size: 21px;
      line-height: 40px; } }

.quote-name {
  color: #111;
  font-size: 18px;
  font-weight: 700; }
  .quote-name small {
    font-weight: 500; }
  @media (min-width: 900px) {
    .quote-name {
      font-size: 21px; } }

.quote-image {
  width: 100%; }
  @media (min-width: 900px) {
    .quote-image {
      width: 50vw; } }
  @media (min-width: 1200px) {
    .quote-image {
      width: 700px; } }

footer {
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #135841;
  padding: 1rem; }
  footer p {
    color: #135841; }

.footer-top {
  margin-top: 1rem;
  padding: 0 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #A0b8b0; }
  @media (min-width: 800px) {
    .footer-top {
      width: 800px;
      flex-direction: row;
      margin-left: 6rem;
      margin-right: 6rem;
      justify-content: space-between;
      align-items: baseline; } }
  @media (min-width: 1200px) {
    .footer-top {
      width: 1200px; } }

.footer-logo {
  width: 240px;
  margin-bottom: 2rem;
  height: auto; }
  .footer-logo:hover, .footer-logo:focus {
    opacity: 80%; }
  @media (min-width: 800px) {
    .footer-logo {
      width: 18%;
      margin-bottom: 0; } }

.footer-bottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 800px) {
    .footer-bottom {
      margin-left: 10rem;
      margin-right: 10rem; } }
  @media (min-width: 1200px) {
    .footer-bottom {
      width: 1200px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.address-copy {
  font-size: 18px;
  text-align: center; }
  .address-copy p {
    font-size: 18px; }
  @media (min-width: 1200px) {
    .address-copy {
      text-align: left; } }

p.bold {
  font-weight: 700; }

.socialmedia {
  color: #fff;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#footerurl {
  color: #00553b; }

.fa {
  padding: 1rem 1.5rem;
  color: inherit; }
  @media (min-width: 768px) {
    .fa {
      padding: 0 1rem; } }
  .fa:hover, .fa:focus {
    color: #A0B8B0; }

.copyright {
  font-size: 14px;
  text-align: center; }
  @media (min-width: 1200px) {
    .copyright {
      text-align: right; } }

.video_container {
  width: 100%;
  padding: 0; }
  @media (min-width: 1200px) {
    .video_container {
      width: 60%;
      padding: 0; } }

.video-image {
  width: auto;
  margin: 20px 40px; }
  @media (min-width: 1200px) {
    .video-image {
      width: 70%;
      margin: 20px 40px; } }

.video-info {
  padding: 10px 50px;
  text-align: left; }

.video_container-image {
  width: 100%;
  height: auto;
  padding: 0; }

.embed-responsive {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  padding-left: 1rem;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }
