:root {
  --dark-slate-gray: #262c46;
  --silver: rgba(194, 190, 179, .59);
  --dark-slate-gray-2: rgba(49, 43, 61, .89);
  --light-sea-green: #1abc9c;
  --peru: #b59143;
  --sandy-brown: #fac960;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #8a6d2f;
  letter-spacing: 0;
  text-shadow: none;
  margin: 10px 0;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
}

h2 {
  color: #8a6d2f;
  text-shadow: none;
  margin: 0 0 27px;
  font-size: 38px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: rgba(0, 0, 0, .4);
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.button {
  width: 30%;
  height: 54px;
  float: left;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #015b4c;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: -1px;
  padding: 4px 29px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.button:hover {
  opacity: .7;
  background-color: #333;
}

.field {
  width: 70%;
  height: 54px;
  float: left;
  color: #806732;
  background-color: #fff;
  border: 0 solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .15s;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0);
}

.field:focus {
  box-shadow: inset 0 0 0 2px #b59143;
}

.sign-up-form {
  margin-top: 40px;
  padding-top: 60px;
}

.social-widget {
  width: 100px;
  float: left;
  transition: opacity .3s;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.success-message {
  color: #fff;
  background-color: #b59143;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}

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

.social-section {
  text-align: center;
  background-color: #2d5c4e;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  opacity: .15;
  margin-left: 17px;
  padding-left: 2px;
  padding-right: 2px;
  transition: opacity .25s;
}

.social-btn:hover {
  opacity: .7;
}

.social-btn.footer {
  margin-left: 9px;
  margin-right: 9px;
}

.navbar {
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 23px;
}

.right-nav {
  text-align: right;
  padding-top: 2px;
}

.brand {
  color: #2e2e2e;
  font-size: 32px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.logo {
  margin-top: -10px;
  margin-right: 13px;
}

.logo.footer {
  margin: 0 auto 21px;
  display: block;
}

.section {
  text-align: center;
  background-color: #2f3745;
  padding-top: 81px;
  padding-bottom: 81px;
}

.section.hero {
  opacity: 1;
  text-align: center;
  background-color: #e38782;
  background-image: url('../images/yldp_bg.jpg');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  display: none;
}

.section.hero.success {
  background-color: #18c7aa;
}

.section.grey {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.grey-heading {
  color: #eee;
  text-shadow: none;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
}

.image-crop {
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
  overflow: hidden;
}

.phone-image {
  width: 381px;
}

.infinite {
  opacity: .15;
  margin-top: 52px;
}

.text-block {
  color: #eee;
  margin-left: auto;
  margin-right: auto;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.heading {
  color: #eee;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.columns {
  max-width: 100%;
  margin: 30px auto;
}

.image {
  filter: invert();
  padding-left: 0;
}

.image-2 {
  filter: invert();
  padding-right: 0;
}

.text-block-2 {
  max-width: 90%;
  color: #eee;
  margin-top: 15px;
  padding-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-3 {
  margin-top: 15px;
  padding-right: 100px;
}

.text-block-4 {
  max-width: 90%;
  color: #eee;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Droid Serif, serif;
  font-size: 16px;
}

.text-block-5 {
  max-width: 90%;
  color: #eee;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Droid Serif, serif;
  font-size: 16px;
}

.paragraph {
  color: #eee;
}

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

.nav-link {
  color: #000;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.heading-2 {
  color: #333;
  font-family: Barlow Condensed, sans-serif;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  margin-bottom: 100px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  background-color: #fff;
  border-radius: 11px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  color: #333;
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  display: block;
}

.accordion__item {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.accordion__item:hover {
  box-shadow: 0 3px 9px rgba(46, 50, 60, .09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.faq-button {
  background-color: #e38782;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  opacity: .7;
  background-color: #e38782;
}

.faq-wrapper {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.faq-video {
  margin-top: 40px;
}

.accordion_item-image {
  width: 40px;
}

.paragraph-2 {
  color: #eee;
  font-family: Droid Serif, serif;
}

.paragraph-3 {
  max-width: 100%;
  color: #eee;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.image-3 {
  filter: invert();
}

.cta-button {
  width: 30%;
  height: 54px;
  max-width: 200px;
  float: left;
  opacity: 1;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: #e4baab;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 29px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.cta-button:hover {
  background-color: #476671;
}

.nav-link-2, .nav-link-3 {
  color: #000;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.column-2 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3, .column-4, .column-5 {
  display: flex;
}

.partner-logo {
  max-height: 150px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-2 {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.om-programmet {
  text-align: center;
  background-color: #c77971;
  padding-top: 81px;
  padding-bottom: 81px;
}

.om-programmet.hero {
  text-align: center;
  background-color: #e38782;
  background-image: url('../images/yldp_bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.om-programmet.hero.success {
  background-color: #18c7aa;
}

.om-programmet.grey {
  background-color: #eee;
}

.cta {
  text-align: center;
  background-color: #d0dedb;
  padding-top: 81px;
  padding-bottom: 81px;
}

.cta.hero {
  text-align: center;
  background-color: #e38782;
  background-image: url('../images/yldp_bg.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.cta.hero.success {
  background-color: #18c7aa;
}

.cta.grey {
  background-color: #eee;
}

.host-logo {
  max-height: 300px;
  max-width: 180px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.button-2 {
  max-height: 135px;
  max-width: 450px;
  min-height: 100px;
  min-width: 100px;
  opacity: 1;
  text-transform: uppercase;
  background-color: #005c4c;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

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

.container-3 {
  margin-left: auto;
  margin-right: auto;
}

.heading-partners {
  color: #333;
  font-family: Exo, sans-serif;
  display: none;
}

.background-video {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 160px;
}

.link {
  color: #000;
}

.heading-black {
  color: #333;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.paragraph-black {
  max-width: 100%;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  display: none;
}

.list {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  list-style-type: square;
}

.list-2 {
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  font-family: Barlow, sans-serif;
}

.list-item {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.paragraph-black-short {
  max-width: 100%;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.columns-4 {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.accordion-body__contents_big, .accordion-body__contents_big_mobile, .ws1 {
  opacity: 1;
  color: #9096a4;
  background-color: #fff;
  border-radius: 11px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 30px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.image-4 {
  border-radius: 11px;
}

.heading-black-activity {
  color: #333;
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.paragraph-activity {
  margin-bottom: 30px;
  font-size: 16px;
}

.activity {
  width: 100%;
  border-radius: 11px;
  display: block;
}

.div-block {
  width: 35%;
  height: 2px;
  background-color: #333;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  width: 20%;
  max-width: 30%;
  object-fit: cover;
  margin-bottom: -300px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.image-mobile {
  width: 20%;
  max-width: 30%;
  object-fit: cover;
  margin-bottom: -300px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 30%;
  }

  .field {
    width: 70%;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .section.hero {
    background-position: 100% 100%;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-2 {
    display: block;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-3 {
    max-width: 90%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .cta-button {
    width: 30%;
  }

  .columns-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    filter: invert();
  }

  .container-3 {
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .heading-partners, .section-2 {
    display: none;
  }

  .paragraph-black {
    max-width: 90%;
  }

  .list {
    padding-left: 20px;
  }

  .paragraph-black-short {
    max-width: 90%;
  }

  .image-mobile {
    width: 30%;
    max-width: 100%;
    margin-top: 110px;
    margin-bottom: 0;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 40%;
  }

  .field {
    width: 60%;
  }

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

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .heading {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-3 {
    max-width: 90%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .cta-button {
    width: 40%;
  }

  .om-programmet.hero, .cta.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .button-2 {
    margin-top: 30px;
  }

  .icon {
    filter: invert();
  }

  .paragraph-black, .paragraph-black-short {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: none;
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button {
    width: 100%;
    background-color: #60998a;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: 0;
  }

  .button:hover {
    opacity: 1;
    background-color: rgba(227, 135, 130, .7);
  }

  .field {
    width: 100%;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .sign-up-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 194px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .social-section {
    background-color: #005245;
    padding-left: 14px;
    padding-right: 14px;
  }

  .navbar {
    background-color: #fff;
  }

  .section {
    background-color: #202e38;
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .section.hero {
    display: block;
  }

  .grey-heading {
    text-shadow: none;
  }

  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }

  .phone-image {
    width: 80%;
  }

  .heading {
    max-width: 95%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
  }

  .image {
    padding-left: 0;
  }

  .image-2 {
    padding-right: 0;
  }

  .text-block-2 {
    width: 66%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .text-block-4 {
    max-width: 66%;
    margin-bottom: 30px;
  }

  .text-block-5 {
    margin-top: 15px;
    padding-right: 0;
  }

  .accordion-body__contents {
    font-family: Droid Serif, serif;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
    font-family: Exo, sans-serif;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-image {
    margin-top: 20px;
  }

  .faq-button {
    background-color: #60998a;
  }

  .faq-button:hover {
    background-color: rgba(227, 135, 130, .7);
  }

  .accordion_item-image {
    width: 30px;
  }

  .paragraph-2 {
    font-family: Droid Serif, serif;
    font-size: 18px;
  }

  .paragraph-3 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .cta-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: 0;
  }

  .partner-logo {
    max-width: 66%;
    flex: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: visible;
  }

  .columns-2 {
    width: 95%;
    flex-wrap: wrap;
  }

  .om-programmet {
    background-color: #d07268;
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .cta {
    background-color: #d0dedb;
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .host-logo {
    max-height: 200px;
    max-width: 100px;
  }

  .button-2 {
    max-height: 100%;
    max-width: 90%;
    background-color: #005145;
    margin: 30px auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    filter: invert();
    background-color: #eee;
  }

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

  .background-video {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-2 {
    display: none;
  }

  .heading-black {
    max-width: 95%;
  }

  .paragraph-black {
    font-size: 18px;
  }

  .list {
    width: 90%;
    text-align: center;
    padding-left: 20px;
  }

  .list-item-5 {
    padding-bottom: 0;
  }

  .list-item-6 {
    padding-top: 0;
  }

  .paragraph-black-short {
    font-size: 18px;
  }

  .columns-4, .column-6 {
    text-align: center;
  }

  .accordion-body__contents_big {
    font-family: Droid Serif, serif;
  }

  .accordion-body__contents_big_mobile, .ws1 {
    border-radius: 15px;
    font-family: Droid Serif, serif;
    font-size: 14px;
  }

  .heading-black-activity {
    max-width: 95%;
    font-size: 30px;
  }
}


