:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.image {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.hide {
  display: none;
}

.heading {
  color: #fff;
  letter-spacing: 3px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.div-block {
  background-color: #008081;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

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

.button.solid {
  color: #fff;
  background-color: #008081;
}

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

.button.solid.lms {
  margin-left: auto;
  margin-right: auto;
}

.button.solid.lms.hide {
  display: none;
}

.button.solid.lms.darker {
  background-color: #025152;
}

.spacer-80px {
  width: 100%;
  height: 80px;
}

.heading-2 {
  font-family: PT Sans, sans-serif;
  font-size: 80px;
  line-height: 100px;
}

.hero-heading-div {
  text-align: center;
  padding-bottom: 50px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.html-embed {
  width: 100%;
  margin-top: 30px;
  display: block;
}

.paragraph {
  color: #000;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.spacer-50px {
  width: 100%;
  height: 50px;
}

.heading-3 {
  color: #008081;
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: #615c6f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
}

.line {
  background-color: #008081;
  width: 50%;
  height: 1px;
}

.lms-section {
  background-color: #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container.careers {
  max-width: 1080px;
}

.section-2 {
  background-color: #008081;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Open Sans, sans-serif;
}

.nav-link:hover {
  color: #d3d3d3;
}

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

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #008081;
  font-family: Montserrat, sans-serif;
}

.program-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block {
  color: #035858;
}

.programm-subtitle {
  color: #000;
}

.image-2, .image-3, .image-4, .image-5 {
  padding-top: 20px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: #035858;
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.spacer-30px {
  width: 100%;
  height: 30px;
}

.container-3 {
  max-width: 1290px;
}

@media screen and (max-width: 991px) {
  .background-video {
    height: 70vh;
  }

  .image {
    width: 50%;
  }

  .div-block {
    justify-content: flex-start;
  }

  .heading-2 {
    font-size: 60px;
  }

  .bold-text {
    font-size: 25px;
    line-height: 35px;
  }

  .icon {
    color: #fff;
    font-size: 70px;
  }

  .menu-button {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .menu-button.w--open {
    background-color: #292929;
  }

  .nav-menu {
    background-color: #000;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: 40vh;
  }

  .button {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    font-size: 48px;
  }

  .hero-heading-div {
    padding-bottom: 15px;
  }

  .text-block {
    font-size: 28px;
    line-height: 28px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 27px;
  }

  .flex-block {
    flex-direction: column;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cell-image {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 50vh;
  }

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

  .bold-text {
    font-size: 18px;
    line-height: 18px;
  }
}

#w-node-_2078413b-229d-cd37-cc96-80efc98c9477-b932f9fb, #w-node-a248a543-633a-b5d8-b08d-6a19a4ef1126-b932f9fb, #w-node-_0b3914de-386f-5b89-3462-5190f7d762db-b932f9fb, #w-node-f3fa4642-7dee-2c7d-59c3-ca03ba6280b8-b932f9fb {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_2078413b-229d-cd37-cc96-80efc98c9477-b932f9fb, #w-node-a248a543-633a-b5d8-b08d-6a19a4ef1126-b932f9fb, #w-node-_0b3914de-386f-5b89-3462-5190f7d762db-b932f9fb, #w-node-f3fa4642-7dee-2c7d-59c3-ca03ba6280b8-b932f9fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


