@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,800|Nunito:400,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato);
@charset "UTF-8";
@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Black.eot");
  src: url("../font/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../font/AvenirLTStd-Black.woff") format("woff"), url("../font/AvenirLTStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Roman.eot");
  src: url("../font/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../font/AvenirLTStd-Roman.woff") format("woff"), url("../font/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../font/AvenirLTStd-Book.eot");
  src: url("../font/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("../font/AvenirLTStd-Book.woff") format("woff"), url("../font/AvenirLTStd-Book.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  outline: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  font-weight: inherit;
}

input[type=submit],
input[type=button],
input[type=search],
input[type=password],
input[type=text],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  margin-top: 93px;
}
@media only screen and (max-width: 1024px) {
  body {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.body--home {
    margin-top: 70px !important;
  }
}
.fourofour {
  font-size: 4em;
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-weight: bold;
  margin: 160px 0 100px 0;
}
.fourofour a {
  font-size: 0.5em;
  color: inherit;
}

.cookie-notice-container {
  font-family: "Avenir", sans-serif;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }

  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  .featherlight iframe {
    border: 0;
  }

  .featherlight * {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0);
  }

  .featherlight-previous {
    left: 25px;
    right: 80%;
  }

  .featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  .featherlight-next span, .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-shadow: 0 0 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400;
  }

  .featherlight-next span {
    right: 5%;
    left: auto;
  }

  .featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block;
  }

  .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous, .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: 0 0;
  }

  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }

  .featherlight-previous {
    left: 10px;
    right: 85%;
  }

  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.header {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
  background: #fff;
  font-family: "Avenir LT Std";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  z-index: 99999;
}
@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }
}
.header__group {
  display: flex;
}
.header__group--logo {
  max-width: 180px;
  min-width: 180px;
}
.header__group--hamb {
  max-width: 180px;
  min-width: 180px;
  justify-content: flex-end;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1390px;
  padding: 0 20px;
  align-items: center;
}
.header__border {
  background: url("../images/bg.png");
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header__logo {
  width: 190px;
  height: 55px;
  background: url("/wp-content/themes/webbdagarna/public/wd_logo_black.svg") no-repeat center;
  background-size: contain;
  display: flex;
  margin-right: 22px;
  margin-top: 3px;
}
.header__hamburger {
  width: 45px;
  height: 45px;
  background: transparent;
  display: flex;
  flex-flow: row wrap;
  padding: 3px 5px;
  justify-content: center;
  cursor: pointer;
}
.header__hamburger-icon {
  background: url(../images/hamburger-white.svg) no-repeat center;
  width: 35px;
  height: 25px;
  margin-bottom: 7px;
}
.header__hamburger-label {
  font-size: 0.55em;
  font-family: "Lato";
  letter-spacing: 0.3em;
  color: #fff;
}
.header__menu .menu__item:after {
  content: "";
  position: absolute;
  top: 40%;
  width: 1px;
  height: 40%;
  background: lightgray;
  margin-left: 9px;
}
.header__menu .menu__item:last-of-type:after {
  content: none;
}
.header__menu ul {
  display: flex;
  list-style: none;
}
.header__menu ul .menu__item--parent:last-of-type:after {
  content: none;
}
.header__menu ul li {
  margin: 0 0 0 20px;
}
.header__menu ul li.menu__item--noshow ul {
  display: none !important;
}
.header__menu ul li a {
  padding: 20px 5px 17px 5px;
  display: inline-block;
  color: #040507;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: -0.015em;
  text-decoration: none;
  text-align: center;
  margin: 0 5px;
}
.header__menu ul li a span {
  font-size: 0.7em;
  display: block;
  margin-top: 2px;
  font-weight: normal;
}
.header__menu ul li ul {
  display: none;
}
.header__menu ul li:hover a, .header__menu ul li.menu__item--active a, .header__menu ul li.menu__item--ancestor--active a {
  background: #fff;
  color: #000;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  border-bottom: 2px solid orange;
}
.header__menu ul li:hover ul, .header__menu ul li.menu__item--active ul, .header__menu ul li.menu__item--ancestor--active ul {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -58px;
  left: 0;
  right: 0;
  height: 58px;
  background: #f9f9f9;
  justify-content: center;
}
.header__menu ul li:hover ul li, .header__menu ul li.menu__item--active ul li, .header__menu ul li.menu__item--ancestor--active ul li {
  border-right: 2px solid lightgray;
  margin: 0 !important;
  padding: 0 10px !important;
}
.header__menu ul li:hover ul li:last-child, .header__menu ul li.menu__item--active ul li:last-child, .header__menu ul li.menu__item--ancestor--active ul li:last-child {
  border: 0;
}
.header__menu ul li:hover ul li a, .header__menu ul li.menu__item--active ul li a, .header__menu ul li.menu__item--ancestor--active ul li a {
  font-size: 1.1em;
  background: transparent;
  padding: 0 10px;
  margin: 0;
  font-weight: 300;
  white-space: nowrap;
  border-bottom: 0;
}
.header__menu ul li:hover ul li a:hover, .header__menu ul li.menu__item--active ul li a:hover, .header__menu ul li.menu__item--ancestor--active ul li a:hover {
  color: #999;
}
.header__menu ul li:hover ul li a:after, .header__menu ul li.menu__item--active ul li a:after, .header__menu ul li.menu__item--ancestor--active ul li a:after {
  content: normal;
}
.header__menu ul li:hover ul li.menu__item--active a, .header__menu ul li.menu__item--active ul li.menu__item--active a, .header__menu ul li.menu__item--ancestor--active ul li.menu__item--active a {
  font-weight: 900;
  color: #999;
}
.header__menu ul li:hover ul li.menu__item--orange a, .header__menu ul li.menu__item--active ul li.menu__item--orange a, .header__menu ul li.menu__item--ancestor--active ul li.menu__item--orange a {
  color: #fff !important;
  font-weight: 700;
  background-color: #ff8a00;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-bottom: 1px;
}
.header__menu ul li:hover ul li.menu__item--orange a span, .header__menu ul li.menu__item--active ul li.menu__item--orange a span, .header__menu ul li.menu__item--ancestor--active ul li.menu__item--orange a span {
  margin-bottom: 1px;
}
.header__menu ul li:hover ul li.menu__item--orange a span:after, .header__menu ul li.menu__item--active ul li.menu__item--orange a span:after, .header__menu ul li.menu__item--ancestor--active ul li.menu__item--orange a span:after {
  content: "»";
  font-weight: 900;
  font-size: 16px;
  margin-left: 8px;
}
.header__menu-fold-close {
  position: absolute;
  top: -37px;
  right: 22px;
  width: 40px;
  height: 40px;
  background: #fff url(../images/close.svg) no-repeat center;
  background-size: 20px 20px;
}
.header__menu-fold-wrapper {
  width: 100%;
  max-width: 1390px;
  position: relative;
}
.header__menu-fold {
  transform: translateY(-110%);
  background: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 70px 5px;
  z-index: 9999999;
  transition: transform 0.2s;
  display: flex;
  justify-content: center;
}
.header__menu-fold--active {
  display: flex;
  transform: translateY(0);
}
.header__menu-fold ul {
  list-style: none;
  display: flex;
  width: 100%;
}
.header__menu-fold ul li {
  text-align: left;
  margin: 20px 0;
  flex-grow: 1;
}
.header__menu-fold ul li a {
  color: #000;
  font-size: 1em;
  padding: 10px;
  display: block;
  letter-spacing: -0.02em;
  font-weight: bold;
  text-decoration: none;
}
.header__menu-fold ul li a:hover {
  color: #333;
}
.header__menu-fold ul li ul {
  margin: 0px 0;
  display: block;
}
.header__menu-fold ul li ul li {
  text-align: left;
  margin: 5px 0;
  display: block;
}
.header__menu-fold ul li ul li a {
  font-size: 1em;
  text-decoration: none;
  font-weight: normal;
}

@media only screen and (max-width: 1024px) {
  .header-mobile__ul__link .sub {
    display: none;
  }
}

.header-mobile {
  display: none;
  justify-content: center;
  padding: 20px 0 10px 0;
  background: #fff;
  font-family: "Avenir LT Std";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
}
@media only screen and (max-width: 1024px) {
  .header-mobile {
    display: flex;
  }
}
.header-mobile__border {
  background: url("../images/bg.png");
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-mobile__group {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.header-mobile__wrapper {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1390px;
  padding: 0 10px;
}
.header-mobile__academy {
  flex-basis: 20%;
}
.header-mobile__academy ul {
  list-style: none;
}
.header-mobile__academy ul li {
  text-align: center;
}
.header-mobile__academy ul li a {
  text-align: center;
  color: inherit;
  font-size: 0.8em;
}
.header-mobile__logo {
  width: 155px;
  height: 35px;
  background: url("/wp-content/themes/webbdagarna/public/wd_logo_black.svg") no-repeat center;
  background-size: contain;
  display: flex;
  margin-right: 20px;
}
.header-mobile__hamburger {
  background: transparent;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.header-mobile__hamburger span.arrow {
  border-bottom: 3px solid #FF8A00;
}
.header-mobile__hamburger-icon {
  background: url(../images/hamb.svg) no-repeat center right;
  width: 30px;
  height: 30px;
}
.header-mobile__hamburger-icon--active {
  background: url(../images/close.svg) no-repeat center right;
  background-size: 15px 15px;
}
.header-mobile__menu {
  flex-basis: 100%;
  flex-grow: 1;
  margin: 5px -15px 0 -15px;
  position: relative;
  z-index: 99999;
  width: 100%;
}
.header-mobile__menu ul {
  position: absolute;
  background: #fff;
  flex-basis: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 0;
  list-style: none;
  padding-top: 0;
}
.header-mobile__menu ul li {
  border-bottom: 1px solid #eee;
}
.header-mobile__menu ul li:last-child {
  border: 0;
}
.header-mobile__menu ul li a {
  font-weight: bold;
  padding: 15px 45px 12px 15px;
  display: block;
  text-decoration: none;
  color: #222;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  background: url(../images/arrow-down-orange.svg) no-repeat center right 20px;
}
.header-mobile__menu ul li a span {
  margin-left: 5px;
  display: inline-block;
}
.header-mobile__menu ul li ul {
  position: relative;
  padding: 0 0 0 0;
  display: none;
}
.header-mobile__menu ul li ul li {
  border: 0;
}
.header-mobile__menu ul li ul li a {
  font-weight: normal;
  padding: 8px 45px 8px 20px;
  line-height: 1.3;
  margin-top: 0;
  background: transparent;
}
.header-mobile__menu ul li.header-mobile__ul__item--active ul {
  display: block;
}
.header-mobile__menu ul li.header-mobile__ul__item--active a {
  background: url(../images/arrow-up-orange.svg) no-repeat center right 20px;
}
.header-mobile__menu ul li.header-mobile__ul__item--active ul li a {
  background: transparent;
}
.header-mobile__ul {
  display: none;
}
.header-mobile__ul--active {
  display: block;
  max-height: calc(100vh - 70px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header-mobile__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.header-mobile__active {
  flex-basis: 100%;
  flex-grow: 1;
  background: #fff;
  padding: 15px;
  font-size: 1.1em;
  font-weight: bold;
  background: #fff url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM3IDQwNy40MzciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzcgNDA3LjQzNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjM4Ni4yNTgsOTEuNTY3IDIwMy43MTgsMjczLjUxMiAyMS4xNzksOTEuNTY3IDAsMTEyLjgxNSAyMDMuNzE4LDMxNS44NyA0MDcuNDM3LDExMi44MTUgIiBmaWxsPSIjMDAwMDAwIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center right 11px;
  background-size: 20px 20px;
  cursor: pointer;
  align-items: center;
}
.header-mobile__active span {
  font-size: 0.8em;
  font-weight: normal;
}
.header-mobile__menu-fold-close {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/close-white.svg) no-repeat center;
  background-size: cover;
}
.header-mobile__menu-fold {
  transform: translateX(100%);
  background: #040507;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 50px 30px;
  z-index: 99999;
  overflow-y: scroll;
  transition: transform 0.2s;
  max-width: 90%;
}
.header-mobile__menu-fold--active {
  display: block;
  transform: translateX(0);
}
.header-mobile__menu-fold ul {
  list-style: none;
}
.header-mobile__menu-fold ul li {
  text-align: center;
  margin: 10px 0;
}
.header-mobile__menu-fold ul li a {
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.header-mobile__menu-fold ul li ul {
  margin: 10px 0;
}
.header-mobile__menu-fold ul li ul li {
  text-align: center;
  margin: 2px 0;
}
.header-mobile__menu-fold ul li ul li a {
  font-size: 1.3em;
  text-decoration: none;
  font-weight: normal;
}

.header-mobile__ul__item--orange a {
  color: #ff8a00 !important;
  font-weight: bold !important;
}

.lower-hero .hero__wrapper {
  max-height: 300px !important;
}
@media only screen and (max-width: 1024px) {
  .lower-hero .hero__wrapper {
    min-height: 95vw;
  }
}
.lower-hero .hero__heading {
  font-size: 3.5em;
}
@media only screen and (max-width: 1024px) {
  .lower-hero .hero__heading {
    font-size: 2.4em;
    padding: 0;
  }
}

.hero {
  display: flex;
  justify-content: center;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.hero__wrapper {
  display: flex;
  width: 100%;
  max-width: 1600px;
  background: #000;
  position: relative;
  height: 44vw;
  max-height: 700px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-flow: row wrap;
}
@media screen and (max-width: 1024px) {
  .hero__wrapper {
    min-height: 50vw;
    height: auto;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero__wrapper {
    min-height: 120vw;
    height: auto;
    padding: 30px;
  }
}
.hero__media {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__group {
  z-index: 99;
  flex-basis: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero__group {
    max-width: 100%;
  }
}
.hero__heading {
  color: #fff;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 4.6em;
  font-weight: 900;
  padding-left: 15%;
  padding-right: 15%;
  line-height: 1.3;
  letter-spacing: -0.045em;
  flex-basis: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .hero__heading {
    font-size: 2.4em;
    padding: 0;
  }
}
.hero__byline {
  font-family: "Avenir LT Std";
  font-size: 1.3em;
  font-weight: normal;
  color: #fff;
  padding-left: 26%;
  padding-right: 26%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .hero__byline {
    padding-left: 0;
    padding-right: 0;
  }
}

.c2a {
  display: flex;
  justify-content: center;
  background: #040507;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .c2a {
    flex-flow: row wrap;
  }
}
.c2a--none-dark-text {
  background: #fff;
}
.c2a--white {
  background: #fff;
}
.c2a--orange {
  background: #ff8a00;
}
.c2a--green {
  background: green;
}
.c2a--black {
  background: #040507;
}
.c2a--grey {
  background: #ccc;
}
.c2a--darkgrey {
  background: #222;
}
.c2a__wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 80px 50px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
  align-content: center;
  z-index: 9;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .c2a__wrapper {
    padding: 50px 20px;
    flex-basis: 100%;
  }
}
.c2a__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.c2a__header {
  font-family: "Avenir LT Std";
  font-size: 2.3em;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  flex-basis: 100%;
  flex-grow: 1;
  font-weight: 900;
}
.c2a__header--white {
  color: #fff;
}
.c2a__header--black {
  color: #040507;
}
.c2a__header:only-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .c2a__header {
    font-size: 1.7em;
  }
}
.c2a__button {
  background: #ff8a00;
  color: #fff;
  font-family: "Avenir LT Std";
  font-weight: 900;
  font-size: 1.5em;
  padding: 20px 50px;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  border-radius: 4px;
}
.c2a__button--orange {
  background: #ff8a00;
  color: #fff;
}
.c2a__button--black {
  background: #040507;
  color: #fff;
}
.c2a__text {
  flex-basis: 100%;
  color: #fff;
  font-family: "Avenir LT Std";
  text-align: center;
  margin-bottom: 10px;
}
.c2a__text--white {
  color: #fff;
}
.c2a__text--black {
  color: #040507;
}
.c2a__text p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.1em;
}
.c2a__wrapper.Left {
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .c2a__wrapper.Left {
    flex-flow: row wrap;
  }
}
.c2a__wrapper.Left .c2a__header {
  margin-bottom: 0;
  order: 1;
}
@media only screen and (max-width: 1024px) {
  .c2a__wrapper.Left .c2a__header {
    margin-bottom: 30px;
  }
}
.c2a__wrapper.Right {
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .c2a__wrapper.Right {
    flex-flow: row wrap;
  }
}
.c2a__wrapper.Right .c2a__header {
  margin-bottom: 0;
  order: 0;
}
@media only screen and (max-width: 1024px) {
  .c2a__wrapper.Right .c2a__header {
    margin-bottom: 30px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.active-speaker-card {
  cursor: pointer;
}

.speakers-alt {
  display: block;
  align-items: center;
  font-family: "Avenir", sans-serif;
  justify-content: center;
}
.speakers-alt a {
  text-decoration: none;
}
.speakers-alt__wrapper {
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.speakers-alt__wrapper--list {
  flex-flow: row wrap;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .speakers-alt__wrapper--list {
    padding: 20px;
  }
}
.speakers-alt__heading {
  color: #000;
  text-align: center;
  font-family: "Avenir LT Std";
  font-weight: 900;
  padding-left: 15%;
  padding-right: 15%;
  line-height: 1.3;
  letter-spacing: -0.045em;
  flex-basis: 100%;
  flex-grow: 1;
  font-size: 3.5em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .speakers-alt__heading {
    font-size: 2.4em;
    padding: 0;
  }
}
.speakers-alt__list {
  width: 100%;
  padding: 0;
  height: 390px;
}
.speakers-alt__list-item {
  width: 100%;
  height: 390px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
}
.speakers-alt__list-item--list {
  flex-basis: 20%;
}
@media screen and (max-width: 1024px) {
  .speakers-alt__list-item--list {
    flex-basis: 100%;
    flex-grow: 1;
    margin-bottom: 20px;
  }
}
.speakers-alt__list-item-page {
  flex-basis: 25%;
  height: 390px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .speakers-alt__list-item-page {
    flex-basis: 100%;
  }
}
.speakers-alt__list-bar {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  flex-grow: 1;
  cursor: pointer;
}
.speakers-alt__list-name {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
.speakers-alt__list-title {
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
}
.speakers-alt__card {
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transform-origin: 0% 100%;
  opacity: 0;
  transition: all 0.2s;
  z-index: 999;
}
.speakers-alt__card--active {
  transform: scale(1);
  opacity: 1;
}
.speakers-alt__card-name {
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: bold;
}
.speakers-alt__card-title {
  font-size: 1.3em;
  margin-bottom: 25px;
  line-height: 1.2;
}
.speakers-alt__card-description {
  font-size: 1.1em;
}
.speakers-alt__card-description p {
  line-height: 1.2;
  margin-bottom: 20px;
}
.speakers-alt__card-description a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
}
.speakers-alt__card-description ul {
  padding-left: 20px;
}
.speakers-alt__card-description ul li {
  font-size: 1.1em;
  line-height: 1.2;
  margin-bottom: 5px;
}
.speakers-alt__card-close {
  width: 25px;
  height: 25px;
  background: url(../images/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
}
.speakers-alt__elist {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  flex-grow: 1;
  padding: 15px;
}
.speakers-alt .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 100px;
  background: rgba(4, 5, 7, 0.2) url(../images/prev.png) no-repeat center;
  background-size: 20px auto;
  margin-top: -50px;
}
.speakers-alt .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 100px;
  background: rgba(4, 5, 7, 0.2) url(../images/next.png) no-repeat center;
  background-size: 20px auto;
  margin-top: -50px;
}

.video {
  display: flex;
  background: #000;
  justify-content: center;
  padding: 80px 50px;
}
@media only screen and (max-width: 1024px) {
  .video {
    padding: 50px 20px;
  }
}
.video__container {
  width: 100%;
  max-width: 1200px;
}
.video__text {
  text-align: center;
  margin-bottom: 70px;
  font-size: 2.3em;
  line-height: 1.3;
  font-family: "Avenir LT Std";
  color: #647593;
  padding-left: 20%;
  padding-right: 20%;
  letter-spacing: -0.03em;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .video__text {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.7em;
    margin-bottom: 30px;
  }
}
.video__player {
  background: #333;
  width: 100%;
  max-width: 1200px;
  height: 650px;
}
@media only screen and (max-width: 1024px) {
  .video__player {
    height: 70vw;
  }
}

.c2a-form {
  display: flex;
  justify-content: center;
  background: #131314;
  position: relative;
  padding: 80px 0;
  font-family: "Avenir LT Std";
}
.c2a-form .wplf-success,
.c2a-form .wplf-error {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px 3px 10px;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .c2a-form {
    padding: 30px 0;
  }
}
.c2a-form__wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 120px 50px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
  z-index: 9;
  background: #19191a;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__wrapper {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .c2a-form__wrapper--corner {
    padding: 100px 20px 50px 20px;
  }
}
.c2a-form__wrapper--none-dark-text {
  background: #fff;
}
.c2a-form__wrapper--white {
  background: #fff;
}
.c2a-form__wrapper--orange {
  background: #ff8a00;
}
.c2a-form__wrapper--green {
  background: green;
}
.c2a-form__wrapper--black {
  background: #040507;
}
.c2a-form__wrapper--grey {
  background: #888;
}
.c2a-form__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.c2a-form__group {
  z-index: 11;
}
.c2a-form__header {
  font-family: "Avenir LT Std";
  font-size: 2.3em;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  flex-basis: 100%;
  flex-grow: 1;
  font-weight: 900;
}
.c2a-form__header--white {
  color: #fff;
}
.c2a-form__header--black {
  color: #040507;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__header {
    font-size: 1.7em;
  }
}
.c2a-form__button {
  background: #ff8a00;
  color: #fff;
  font-family: "Avenir LT Std";
  font-weight: 900;
  font-size: 1.5em;
  padding: 20px 50px;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  border-radius: 4px !important;
}
.c2a-form__button--orange {
  background: #ff8a00;
  color: #fff;
}
.c2a-form__button--black {
  background: #040507;
  color: #fff;
}
.c2a-form__text {
  flex-basis: 100%;
  color: #fff;
  font-family: "Avenir LT Std";
  text-align: center;
  margin-bottom: 10px;
}
.c2a-form__text--white {
  color: #fff;
}
.c2a-form__text--black {
  color: #040507;
}
.c2a-form__text p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.3em;
}
.c2a-form__text ul li {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.1em;
}
.c2a-form__wrapper.Left {
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__wrapper.Left {
    flex-flow: row wrap;
  }
}
.c2a-form__wrapper.Left .c2a__heading {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__wrapper.Left .c2a__heading {
    margin-bottom: 30px;
  }
}
.c2a-form__wrapper.Left .c2a__button {
  font-weight: normal;
  text-decoration: underline;
}
.c2a-form__wrapper.Right {
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__wrapper.Right {
    flex-flow: row wrap;
  }
}
.c2a-form__wrapper.Right .c2a__heading {
  margin-bottom: 0;
  order: 1;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__wrapper.Right .c2a__heading {
    margin-bottom: 30px;
  }
}
.c2a-form__wrapper.Right .c2a__button {
  order: 0;
  font-weight: normal;
  text-decoration: underline;
}
.c2a-form__form {
  display: flex;
  justify-content: center;
}
.c2a-form__form form {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__form form {
    flex-flow: row wrap !important;
  }
}
@media only screen and (max-width: 1024px) {
  .c2a-form__form {
    flex-flow: row wrap;
  }
}
.c2a-form__field {
  padding: 14px 20px 12px 20px;
  font-family: "Avenir LT Std";
  font-size: 1em;
  border: 0;
  margin: 5px;
  flex-basis: 35%;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__field {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.c2a-form__field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  padding-top: 2px;
}
.c2a-form__submit {
  padding: 20px 40px 15px 40px;
  font-family: "Avenir LT Std";
  font-size: 1.2em;
  font-weight: 900;
  border: 0;
  background: #ff8a00;
  color: #fff;
  align-items: center;
  text-decoration: underline;
  border-radius: 4px !important;
  margin: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .c2a-form__submit {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.c2a-form__submit:hover {
  background-color: #ffa133;
}
.c2a-form__corner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 40px;
  background: #000;
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 1.2em;
  font-weight: 900;
}

.text-block {
  display: flex;
  justify-content: center;
  padding: 80px 50px;
  font-family: "Avenir LT Std";
}
@media only screen and (max-width: 1024px) {
  .text-block {
    padding: 50px 20px;
  }
}
.text-block--image {
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .text-block--image {
    padding: 20px;
  }
}
.text-block--none-dark-text {
  background: #fff;
  color: #000;
}
.text-block--white {
  background: #fff;
  color: #000;
}
.text-block--orange {
  background: #ff8a00;
  color: #fff;
}
.text-block--green {
  background: green;
  color: #fff;
}
.text-block--black {
  background: #040507;
  color: #fff;
}
.text-block--gray {
  background: #888;
  color: #fff;
}
.text-block--dark-gray {
  background: #222;
  color: #fff;
}
.text-block__wrapper {
  width: 100%;
  max-width: 850px;
}
.text-block__wrapper--alt {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .text-block__wrapper--alt {
    flex-flow: row wrap;
  }
}
.text-block__wrapper--full {
  max-width: 100%;
  text-align: center;
}
.text-block__wrapper--medium {
  max-width: 850px;
}
.text-block__wrapper--small {
  max-width: 350px;
}
.text-block__wrapper--center {
  text-align: center;
}
.text-block__wrapper--center ul {
  max-width: 500px;
  text-align: left;
}
.text-block__wrapper--read-more {
  margin-top: 259px;
  z-index: 9;
  width: 75px;
  text-decoration: underline;
  cursor: pointer;
}
.text-block__content {
  margin: 0 auto;
}
.text-block__content--alt {
  margin-right: 70px;
  flex-basis: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .text-block__content--alt {
    margin: 20px 10px;
  }
}
.text-block__content--alt-1 {
  margin-right: 35px;
  flex-basis: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .text-block__content--alt-1 {
    margin: 20px 10px;
  }
}
.text-block__content--alt-2 {
  margin-left: 35px;
  flex-basis: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .text-block__content--alt-2 {
    margin: 20px 10px;
  }
}
.text-block__content--full {
  text-align: center;
}
.text-block__content--full img {
  width: 100% !important;
  height: auto;
}
.text-block__content--medium {
  text-align: center;
}
.text-block__content--medium img {
  width: 100% !important;
  height: auto;
}
.text-block__content--small {
  text-align: center;
}
.text-block__content--small img {
  width: 100% !important;
  height: auto;
}
.text-block__content h1 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 2.3em;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.text-block__content h1:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .text-block__content h1 {
    font-size: 1.7em;
  }
}
.text-block__content h2 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 2em;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.text-block__content h2:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .text-block__content h2 {
    font-size: 1.4em;
  }
}
.text-block__content h3 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 1.5em;
  letter-spacing: -0.03em;
  font-weight: 900;
}
.text-block__content h3:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .text-block__content h3 {
    font-size: 1.1em;
  }
}
.text-block__content strong {
  font-weight: bold;
}
.text-block__content p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.1em;
}
.text-block__content p:last-child {
  margin-bottom: 0;
}
.text-block__content a {
  color: inherit;
}
.text-block__content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.text-block__content ul {
  padding-left: 17px;
  margin: 0 auto;
  font-size: 1.1em;
}
.text-block__content ul li {
  line-height: 1.5;
  margin-bottom: 15px;
}
.text-block__content small {
  line-height: 1.3;
}

.hidden-content--active {
  height: 300px;
  overflow: hidden;
}
.hidden-content--active:before {
  content: "";
  height: 300px;
  width: 100%;
  max-width: 947px;
  position: absolute;
  background: linear-gradient(transparent 150px, #fff);
}

.companies {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 80px 50px;
}
@media only screen and (max-width: 1024px) {
  .companies {
    padding: 50px 20px 50px 0px;
  }
}
.companies--dark {
  background: #000;
  color: #fff;
}
.companies__square {
  position: relative;
  margin: 20px;
  flex-basis: 100%;
  height: 100px;
  flex-flow: row wrap;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .companies__square {
    margin: 10px;
    height: 80px;
  }
}
.companies__header {
  font-family: "Avenir LT Std";
  font-size: 2.3em;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.3;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .companies__header {
    font-size: 1.7em;
  }
}
.companies__wrapper {
  width: 100%;
  max-width: 1200px;
}
.companies__logos {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1024px) {
  .companies__logos {
    justify-content: center;
  }
}
.companies__link {
  flex-basis: 20%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  color: #fff;
  border-bottom: 2px solid white !important;
}
@media only screen and (max-width: 1024px) {
  .companies__link {
    flex-basis: 33.333%;
  }
}
.companies__title {
  color: #fff;
  font-family: "Avenir LT Std";
  font-size: 0.8em;
  text-align: center;
}
.companies__logo {
  height: 80px;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .companies__logo {
    height: 50px;
  }
}

.galleries {
  display: flex;
  justify-content: center;
  padding: 80px 50px;
}
@media only screen and (max-width: 1024px) {
  .galleries {
    padding: 50px 20px;
  }
}
.galleries__wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.galleries__images {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  flex-grow: 1;
}
.galleries__link {
  flex-basis: 12.5%;
  padding-bottom: 12.5%;
  min-height: 120px;
}
@media only screen and (max-width: 1024px) {
  .galleries__link {
    flex-basis: 33.333%;
    padding-bottom: 33.333%;
  }
}
.galleries__header {
  font-size: 2.3em;
  font-family: "Avenir LT Std";
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 50px;
  color: #7588aa;
  width: 60%;
  line-height: 1.3;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .galleries__header {
    width: 100%;
    font-size: 1.7em;
  }
}

.footer {
  display: flex;
  justify-content: center;
  padding: 80px 50px;
  background: #111114;
  color: #fff;
  font-family: "Avenir LT Std";
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 50px 20px;
  }
}
.footer__signature {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1.3;
}
.footer__signature span {
  color: yellow;
  font-weight: 600;
  text-decoration: underline;
}
.footer__wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
}
.footer__line {
  flex-basis: 100%;
  flex-grow: 1;
  margin-bottom: 30px;
}
.footer__line--align-right {
  display: flex;
  justify-content: flex-end;
}
.footer__line ul {
  list-style: none;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 1024px) {
  .footer__line ul {
    flex-flow: row wrap;
  }
}
.footer__line ul li {
  flex-basis: 25%;
}
@media only screen and (max-width: 1024px) {
  .footer__line ul li {
    flex-basis: 100%;
  }
}
.footer__line ul li a {
  display: flex;
  color: orange;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
}
.footer__line ul li ul {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.footer__line ul li ul li a {
  color: #fff;
  font-weight: normal;
}
.footer__line h1, .footer__line h2, .footer__line h3, .footer__line h4, .footer__line h5 {
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
}
.footer__line img {
  margin-bottom: 10px;
  max-width: 150px;
  height: auto;
}
.footer__line p {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 0.95em;
}

.program {
  scroll-behavior: smooth;
  display: flex;
  justify-content: center;
  font-family: "Avenir LT Std";
  padding: 50px 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  .program {
    padding: 0;
  }
}
.program__linkedTo {
  padding-top: 160px !important;
}
.program__wrapper {
  width: 100%;
  max-width: 1000px;
}
.program__wrapper--img {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.program__list {
  border-bottom: 1px solid #ddd;
}
.program__link {
  color: inherit;
  text-decoration: none;
}
.program__main-title {
  color: #000;
  text-align: center;
  font-family: "Avenir LT Std";
  font-weight: 900;
  padding-left: 15%;
  padding-right: 15%;
  line-height: 1.3;
  letter-spacing: -0.045em;
  flex-basis: 100%;
  flex-grow: 1;
  font-size: 3.5em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .program__main-title {
    font-size: 2.4em;
    padding: 0;
  }
}
.program__sub-heading {
  margin: 30px;
  text-align: center;
  line-height: 22px;
}
.program__sub-heading a {
  color: black;
  font-weight: bold;
}
.program__nav {
  list-style: none;
  display: flex;
  margin-left: 150px;
}
.program__nav li {
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .program__nav {
    margin-left: 5px;
  }
}
.program__nav-button {
  padding: 10px 20px;
  display: flex;
  color: #222;
  background: #eee;
  text-decoration: none;
  margin-right: 5px;
  justify-content: center;
}
.program__nav-button--active {
  font-weight: 900;
  background: #fff;
  color: #222;
}
@media only screen and (max-width: 1024px) {
  .program__nav-button {
    padding: 10px 20px;
  }
}
.program__row {
  display: flex;
  border-top: 1px solid #ddd;
  position: relative;
}
.program__row:last-child {
  border-bottom: 4px solid green;
}
@media only screen and (max-width: 1024px) {
  .program__row {
    flex-flow: row wrap;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.program__info-col {
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
}
.program__info-col ul {
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  list-style: none;
}
.program__info-col ul li {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 1024px) {
  .program__info-col ul li {
    border: 0;
  }
}
.program__hour {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  padding: 20px;
  background: #F1EDED;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.program__hour span {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #fff;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #62A617;
  font-weight: 600;
  font-size: 1.1em;
}
@media only screen and (max-width: 1024px) {
  .program__hour span {
    width: auto;
    height: auto;
    background: transparent;
  }
}
@media only screen and (max-width: 1024px) {
  .program__hour {
    width: auto;
    max-width: none;
    min-width: none;
    flex-basis: 100%;
    flex-grow: 1;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
}
.program__block {
  flex-basis: 100%;
  flex-grow: 1;
  padding: 20px;
}
.program__block--active {
  background: #f9f9f9;
}
@media only screen and (max-width: 1024px) {
  .program__block {
    width: 100vw;
    height: 70vw;
    padding: 20px;
    border: 0;
  }
}
.program__control {
  position: absolute;
  top: 56px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 30px;
}
.program__control--prev {
  left: 0;
}
.program__control--next {
  right: 0;
}
.program__day {
  position: relative;
}
.program__thumb {
  max-width: 40px;
  max-height: 40px;
  border-radius: 20px;
}
.program__start {
  margin-bottom: 10px;
  color: #62A617;
  font-weight: bold;
  pointer-events: none;
}
.program__title {
  margin-bottom: 10px;
  max-width: 500px;
  line-height: 1.4;
  font-size: 1.1em;
  pointer-events: none;
}
.program__title--smaller {
  font-size: 0.9em;
  pointer-events: none;
}
.program__title a {
  color: inherit;
  text-decoration: none;
}
.program__arrow {
  width: 53px;
  position: absolute;
  right: -3px;
  top: 2px;
}
.program__info {
  padding: 20px 20px 20px 170px;
  display: none;
  background: #f9f9f9;
  position: relative;
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 1024px) {
  .program__info {
    padding: 20px;
  }
}
.program__info--active {
  display: block;
}
.program__info:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f1eded;
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  .program__info:before {
    display: none;
  }
}
.program__close {
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzNzEuMjMgMzcxLjIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNzEuMjMgMzcxLjIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+Cjxwb2x5Z29uIHBvaW50cz0iMzcxLjIzLDIxLjIxMyAzNTAuMDE4LDAgMTg1LjYxNSwxNjQuNDAyIDIxLjIxMywwIDAsMjEuMjEzIDE2NC40MDIsMTg1LjYxNSAwLDM1MC4wMTggMjEuMjEzLDM3MS4yMyAgIDE4NS42MTUsMjA2LjgyOCAzNTAuMDE4LDM3MS4yMyAzNzEuMjMsMzUwLjAxOCAyMDYuODI4LDE4NS42MTUgIiBmaWxsPSIjMDAwMDAwIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.program__data-time {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.program__data-title {
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 900;
}
.program__data-text p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.program__previous {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggZD0iTTE0NS4xODgsMjM4LjU3NWwyMTUuNS0yMTUuNWM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMXMtMTMuOC01LjMtMTkuMSwwbC0yMjUuMSwyMjUuMWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFsMjI1LjEsMjI1ICAgYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: none;
}
.program__previous.disabled {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .program__previous {
    display: block;
  }
}
.program__extra_heading {
  margin-bottom: 15px;
  font-weight: bold;
  pointer-events: none;
}
.program__next {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggZD0iTTM2MC43MzEsMjI5LjA3NWwtMjI1LjEtMjI1LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwcy01LjMsMTMuOCwwLDE5LjFsMjE1LjUsMjE1LjVsLTIxNS41LDIxNS41ICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6ICAgIiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}
.program__next.disabled {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .program__next {
    display: block;
  }
}
.program__pages {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: none !important;
  height: 20px;
}
@media only screen and (max-width: 1024px) {
  .program__pages {
    display: flex !important;
    justify-content: center;
  }
}
.program__pages li {
  width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ddd;
  margin: 5px;
  font-size: 0;
}
.program__pages li.active {
  background: #222;
}

.quotes-manual {
  overflow: auto;
  padding: 60px !important;
  overflow: auto;
  justify-content: end !important;
  align-items: baseline !important;
}
@media only screen and (max-width: 1024px) {
  .quotes-manual {
    padding: 0px !important;
    display: flex !important;
    align-items: center !important;
    padding: 10px 10px !important;
  }
}
.quotes-manual ul {
  list-style: none;
}
.quotes-manual__box {
  padding: 0px !important;
  height: auto !important;
}
@media only screen and (max-width: 1024px) {
  .quotes-manual__box {
    flex-flow: row !important;
    width: 90% !important;
  }
}
.quotes-manual__text {
  font-size: 1.7em !important;
  line-height: 31px;
  padding-right: 120px;
}
@media only screen and (max-width: 1024px) {
  .quotes-manual__text {
    font-size: 1.4em !important;
    text-align: left !important;
    padding-right: 0px;
    line-height: 26px;
  }
}
.quotes-manual__list {
  opacity: 1 !important;
}
.quotes-manual__stars {
  display: flex;
  margin-bottom: 15px;
}
.quotes-manual__stars--star {
  margin-right: 5px;
}
.quotes-manual__name {
  margin-top: 15px !important;
}
@media only screen and (max-width: 1024px) {
  .quotes-manual__name {
    width: 257px;
    line-height: 19px;
  }
}

.quotes {
  display: flex;
  justify-content: center;
  background: #050d1c;
  padding: 15px 0;
  align-items: center;
}
.quotes__wrapper {
  height: 170px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1600px;
}
@media only screen and (max-width: 1024px) {
  .quotes__wrapper {
    height: auto;
  }
}
.quotes__slider {
  width: 100%;
  height: 170px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .quotes__slider {
    height: auto;
  }
}
.quotes__slider ul {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.quotes__slider ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 800px;
  height: 100%;
  opacity: 0.2;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1024px) {
  .quotes__slider ul li {
    width: 100vw;
  }
}
.quotes__slider ul li.active {
  opacity: 1;
}
.quotes__box {
  height: 170px;
  display: flex;
  color: #fff;
  font-family: "Avenir LT Std";
  position: relative;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 1;
  padding: 30px;
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .quotes__box {
    width: 100vw;
    padding: 20px;
    height: auto;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}
.quotes__control {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 200px;
}
.quotes__control.disabled {
  display: none;
}
.quotes__control--prev {
  left: 0;
  background: url(../images/prev.png) no-repeat center, linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: url(../images/prev.png) no-repeat center, rgba(4, 5, 7, 0.5);
}
.quotes__control--next {
  right: 0;
  background: url(../images/next.png) no-repeat center, linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: url(../images/next.png) no-repeat center, rgba(4, 5, 7, 0.5);
}
.quotes__text {
  font-size: 1.8em;
  letter-spacing: -0.03em;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .quotes__text {
    text-align: center;
  }
}
.quotes__name {
  font-size: 0.6em;
  margin-top: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .quotes__name {
    display: flex;
    margin-top: 14px;
  }
}
.quotes__icon {
  min-width: 43px;
  width: 43px;
  min-height: 60px;
  height: 60px;
  background: url(../images/quote.png) no-repeat center top;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .quotes__icon {
    margin-right: 16px;
    margin-top: -15px;
  }
}

body.body--blog ul.menu__sub-menu {
  display: none !important;
}

.blog__pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 30px 0 0;
  font-family: "Avenir LT Std", sans-serif;
}
.blog__pagination .page-numbers {
  display: block;
  padding: 12px 20px 8px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  text-decoration: none;
  color: #000;
  margin-left: -1px;
  z-index: 1;
  background: #fff;
}
@media (max-width: 1024px) {
  .blog__pagination .page-numbers {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .blog__pagination .page-numbers {
    display: none;
  }
}
.blog__pagination .page-numbers:hover {
  background: #eee;
}
.blog__pagination .page-numbers:first-child {
  margin-left: 0;
  border-radius: 2px 0 0 2px;
}
.blog__pagination .page-numbers:last-child {
  border-radius: 0 2px 2px 0;
}
.blog__pagination .page-numbers.current {
  border: 1px solid orange;
  background: orange;
  color: #fff;
  z-index: 2;
}
.blog__pagination .page-numbers.dots {
  color: #aaa;
}
@media (max-width: 600px) {
  .blog__pagination .page-numbers.prev, .blog__pagination .page-numbers.next {
    display: block !important;
  }
}
.blog__pagination .current + .page-numbers {
  margin-left: -2px;
}
.blog-navigation {
  font-family: "Avenir LT Std", sans-serif;
  text-align: center;
  background: #fff;
}
.blog-navigation__inner {
  max-width: 1390px;
  margin: 0 auto;
  height: 70px;
  position: relative;
}
@media (max-width: 600px) {
  .blog-navigation__inner {
    overflow-x: scroll;
    height: auto;
  }
  .blog-navigation__inner:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
  }
}
.blog-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
@media (max-width: 600px) {
  .blog-navigation ul {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    height: auto;
    padding: 5px 100px 5px 10px;
  }
}
.blog-navigation ul li {
  display: block;
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .blog-navigation ul li {
    display: inline-block;
  }
}
.blog-navigation ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #262525;
}
@media (max-width: 600px) {
  .blog-navigation ul li a {
    padding: 12px 10px;
    font-size: 16px;
  }
}
.blog-navigation ul li a:hover {
  color: #A4529B;
}
.blog-navigation ul li.current-cat a {
  color: #A4529B;
}
.blog-archive {
  font-family: "Avenir LT Std", sans-serif;
  background: #F2F2F2;
  padding: 1px 0;
}
.blog-archive__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 45px 0;
}
@media (max-width: 800px) {
  .blog-archive__inner {
    padding: 20px 20px;
  }
}
.blog-archive__hero {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .blog-archive__hero {
    margin-bottom: 30px;
  }
}
.blog-archive__hero h1 {
  font-size: 32px;
  font-weight: bold;
  color: #4E4C4C;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .blog-archive__hero h1 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.blog-archive__hero h1:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 4px;
  background: #484848;
}
.blog-archive__hero p {
  font-size: 18px;
  line-height: 1.25;
}
.blog-archive__post {
  margin: 20px 0;
}
.blog-archive__post-image {
  display: block;
  position: relative;
  text-decoration: none;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 340px;
}
@media (max-width: 600px) {
  .blog-archive__post-image {
    min-height: 0;
  }
}
.blog-archive__post-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .blog-archive__post-image img {
    display: none;
  }
}
.blog-archive__post-image h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
  color: #fff;
  padding: 55px 30px 25px 30px;
  line-height: 1.2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
@media (max-width: 800px) {
  .blog-archive__post-image h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .blog-archive__post-image h2 {
    position: static;
    font-size: 22px;
    padding: 20px 20px 20px 20px;
  }
}
.blog-archive__post-title {
  display: block;
  background: #fff;
  text-decoration: none;
}
.blog-archive__post-title h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
  color: #4E4C4C;
  padding: 30px 30px 0;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .blog-archive__post-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .blog-archive__post-title h2 {
    font-size: 22px;
    padding: 20px 20px 0;
  }
}
.blog-archive__post-excerpt {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #000;
  position: relative;
  overflow: hidden;
  min-height: 105px;
}
@media (max-width: 600px) {
  .blog-archive__post-excerpt {
    min-height: 70px;
  }
}
.blog-archive__post-excerpt-fade {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  height: 105px;
}
@media (max-width: 600px) {
  .blog-archive__post-excerpt-fade {
    height: 70px;
  }
}
.blog-archive__post-excerpt p {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 25px 40px 35px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 800px) {
  .blog-archive__post-excerpt p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .blog-archive__post-excerpt p {
    padding: 12px 20px 20px;
    font-size: 14px;
  }
}
.blog-archive__post-read-more {
  display: block;
  background: #fff;
  text-align: center;
  padding: 10px 30px 20px;
}
@media (max-width: 600px) {
  .blog-archive__post-read-more {
    padding: 0 20px 15px;
  }
}
.blog-archive__post-read-more span {
  color: #111;
  font-weight: bold;
  font-weight: 15px;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 600px) {
  .blog-archive__post-read-more span {
    font-size: 13px;
  }
}
.blog-archive__post-read-more span:hover {
  color: orange;
}
.blog-single {
  font-family: "Avenir LT Std", sans-serif;
  background: #F2F2F2;
  padding: 1px 0;
  position: relative;
}
.blog-single__share {
  position: absolute;
  top: 250px;
  left: -55px;
}
@media (max-width: 1024px) {
  .blog-single__share {
    position: static;
  }
}
.blog-single__share a {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .blog-single__share a {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.blog-single__share a img {
  display: block;
}
.blog-single__image {
  max-width: 1440px;
  margin: 0 auto -270px;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .blog-single__image {
    margin: 0;
  }
}
.blog-single__image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-single__content {
  max-width: 900px;
  margin: 40px auto 20px;
  background: #fff;
  padding: 45px 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .blog-single__content {
    margin: 0 0 20px;
    padding: 30px 20px;
  }
}
.blog-single__content h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #484848;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .blog-single__content h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .blog-single__content h1 {
    font-size: 22px;
  }
}
.blog-single__content h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 40px 0 20px;
}
@media (max-width: 800px) {
  .blog-single__content h2 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .blog-single__content h2 {
    font-size: 20px;
  }
}
.blog-single__content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 40px 0 20px;
}
@media (max-width: 800px) {
  .blog-single__content h3 {
    font-size: 20px;
  }
}
.blog-single__content img {
  max-width: 100%;
  height: auto;
}
.blog-single__content p {
  font-size: 19px;
  line-height: 1.65;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .blog-single__content p {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .blog-single__content p {
    font-size: 16px;
  }
}
.blog-single__content p a {
  color: #A4529B;
}
.blog-single__content p a:hover {
  color: #222;
}
.blog-single__content p strong {
  font-weight: bold;
}
.blog-single__content p em {
  font-style: italic;
}
.blog-single__content blockquote {
  margin: 50px 0;
}
@media (max-width: 600px) {
  .blog-single__content blockquote {
    margin: 35px 0;
  }
}
.blog-single__content blockquote p {
  margin: 0;
  font-size: 40px;
  text-align: center;
  color: #A4529B;
  font-weight: bold;
}
@media (max-width: 800px) {
  .blog-single__content blockquote p {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .blog-single__content blockquote p {
    font-size: 22px;
  }
}
.blog-single__content blockquote p em {
  display: block;
  font-size: 19px;
  color: #262525;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 600px) {
  .blog-single__content blockquote p em {
    font-size: 14px;
  }
}
.blog-single__content ul {
  margin: 20px 0 20px 20px;
}
.blog-single__content ul li {
  font-size: 19px;
  line-height: 1.65;
}
@media (max-width: 800px) {
  .blog-single__content ul li {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .blog-single__content ul li {
    font-size: 16px;
  }
}
.blog-single__tags {
  margin: 30px 0 10px;
}
@media (max-width: 600px) {
  .blog-single__tags {
    margin: 10px 0 0;
  }
}
.blog-single__tags a {
  display: inline-block;
  line-height: 26px;
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  background: #A4529B;
  border-radius: 13px;
  margin: 0 12px 15px 0;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 600px) {
  .blog-single__tags a {
    font-size: 10px;
    margin: 0 6px 10px 0;
    padding: 0 10px;
  }
}
.blog-single__tags a:hover {
  background: #934a8b;
}
.blog-single__author {
  display: flex;
  margin-top: 55px;
}
.blog-single__author-avatar {
  flex: 0 0 auto;
  margin-right: 25px;
}
.blog-single__author-avatar img {
  height: 70px;
  width: 70px;
  display: block;
  border-radius: 35px;
}
.blog-single__author-text {
  flex: 1;
  line-height: 1.4;
  padding-top: 4px;
}
.blog-single__author-text span {
  font-size: 14px;
}
.blog-single__author-text span strong {
  font-weight: bold;
}
.blog-single__author-text p {
  margin-top: 5px;
  font-size: 14px;
}
.blog-single__banner {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .blog-single__banner {
    padding: 0 20px;
  }
}
.blog-single__most-read {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .blog-single__most-read {
    padding: 0 20px;
  }
}
.blog-most-read {
  margin: 45px 0;
}
@media (max-width: 800px) {
  .blog-most-read {
    margin: 30px 0;
  }
}
@media (max-width: 600px) {
  .blog-most-read {
    margin: 20px 0;
  }
}
.blog-most-read h3 {
  font-size: 18px;
  color: #A4529B;
  margin-bottom: 15px;
}
.blog-most-read__posts {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .blog-most-read__posts {
    display: block;
  }
}
.blog-most-read__posts a {
  display: block;
  flex: 0 0 32%;
  border-left: 3px solid #A4529B;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 40px 20px 20px;
  min-height: 110px;
  font-weight: bold;
  font-size: 16px;
  color: #464646;
  text-decoration: none;
  line-height: 1.45;
  position: relative;
}
@media (max-width: 800px) {
  .blog-most-read__posts a {
    font-size: 14px;
    padding: 15px 35px 15px 15px;
  }
}
@media (max-width: 600px) {
  .blog-most-read__posts a {
    margin-bottom: 10px;
    min-height: 85px;
  }
}
.blog-most-read__posts a:after {
  display: block;
  line-height: 1;
  font-size: 18px;
  content: "»";
  color: #A4529B;
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.blog-most-read__posts a:hover {
  color: #A4529B;
}

.blog-leads-form {
  margin: 30px 0;
  padding: 30px 45px 35px;
  background: #eee;
}
@media (max-width: 800px) {
  .blog-leads-form {
    padding: 30px 20px;
  }
}
.blog-leads-form__inner h4 {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #484848;
  letter-spacing: -1px;
  font-family: "Avenir LT Std";
}
@media (max-width: 800px) {
  .blog-leads-form__inner h4 {
    font-size: 22px;
  }
}
.blog-leads-form__inner form {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .blog-leads-form__inner form {
    display: block;
  }
}
.blog-leads-form__inner form input[type=email],
.blog-leads-form__inner form input[type=text] {
  display: block;
  margin: 0 0 0 10px;
  padding: 0 15px;
  border: 0;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 220px;
}
@media (max-width: 800px) {
  .blog-leads-form__inner form input[type=email],
.blog-leads-form__inner form input[type=text] {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.blog-leads-form__inner form input[type=email]:first-child,
.blog-leads-form__inner form input[type=text]:first-child {
  margin-left: 0;
}
.blog-leads-form__inner form input[type=submit] {
  display: block;
  margin: 0 0 0 10px;
  padding: 0 35px;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-weight: 900;
  border: 0;
  background: #ff8a00;
  color: #fff;
  text-decoration: underline;
  border-radius: 4px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 800px) {
  .blog-leads-form__inner form input[type=submit] {
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .blog-leads-form__inner form input[type=submit] {
    font-size: 16px;
    padding: 18px 20px 15px 20px;
    height: auto;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    white-space: normal;
  }
}
.blog-leads-form__inner form input[type=submit]:hover {
  background: #040507;
}

.post {
  display: flex;
  justify-content: center;
  background: #eee;
  padding: 80px 20px;
}
.post__wrapper {
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 30px;
}
.post__meta {
  font-family: "Avenir LT Std";
  margin-bottom: 20px;
  font-size: 0.9em;
}
.post__title {
  font-family: "Avenir LT Std";
  font-weight: 900;
  font-size: 2.3em;
  line-height: 1;
}
.post__article h1, .post__article h2, .post__article h3, .post__article h4, .post__article h5, .post__article h6 {
  font-family: "Avenir LT Std";
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.3;
}
.post__article a {
  color: inherit;
}
.post__article p {
  font-family: "Avenir LT Std";
  margin-bottom: 20px;
  line-height: 1.4;
}
.post__article ul, .post__article ol {
  padding-left: 25px;
  margin-bottom: 20px;
}
.post__article ul li, .post__article ol li {
  font-family: "Avenir LT Std";
  margin-bottom: 10px;
  line-height: 1.4;
}
.post__article img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.post__article hr {
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.post__breadcrumb {
  font-size: 0.85em;
  margin-bottom: 40px;
}
.post__breadcrumb span {
  padding: 0px;
  background: transparent;
  font-family: "Avenir LT Std";
  display: inline-block;
}
.post__breadcrumb span a {
  padding: 0px;
  background: transparent;
  text-decoration: underline;
}

.academy {
  display: flex;
  justify-content: center;
  background: #f7f7f7;
  padding: 15px 0;
}
@media only screen and (max-width: 1024px) {
  .academy {
    padding: 0;
  }
}
.academy__wrapper {
  display: flex;
  width: 100%;
  max-width: 1366px;
}
@media only screen and (max-width: 1024px) {
  .academy__wrapper {
    flex-flow: row wrap;
  }
}
.academy__courses-header {
  color: #222;
  padding: 20px 20px 10px 20px;
  font-family: "Avenir LT Std";
  font-weight: 900;
}
.academy__courses-header a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .academy__courses-header {
    display: none;
  }
}
.academy__courses-subheading {
  padding: 0 20px 20px 20px;
  line-height: 1.3;
  font-family: "Avenir LT Std";
}
@media only screen and (max-width: 1024px) {
  .academy__courses-subheading {
    display: none;
  }
}
.academy__heading {
  font-family: "Avenir LT Std";
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8em;
  flex-basis: 100%;
  flex-grow: 1;
}
.academy__courses {
  background: #fff;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .academy__courses {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    order: 0;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    display: none;
  }
}
.academy__courses ul {
  list-style: none;
}
.academy__courses ul li a {
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
  font-family: "Avenir LT Std";
  text-decoration: none;
  border-top: 1px solid #ddd;
  color: inherit;
  font-size: 1.1em;
}
.academy__courses ul li a:hover {
  background: #ececec;
}
.academy__courses ul li a .academy__prefix {
  font-size: 0.75em;
  display: block;
  margin-bottom: 5px;
}
.academy__courses ul li a .academy__course-date {
  font-weight: bold;
  font-size: 0.8em;
  color: #62A617;
}
.academy__courses ul li.active {
  background: #62A617;
  color: #fff;
}
.academy__courses ul li.active .academy__course-date {
  color: #fff;
}
.academy__courses ul li.active a:hover {
  background: #62A617;
  color: #fff;
}
.academy__content {
  flex-basis: 75%;
  width: 75%;
  max-width: 75%;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .academy__content {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0px;
    order: 1;
  }
}
.academy__hero {
  height: 370px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .academy h3 {
    font-size: 1.3em;
  }
}
.academy__content-text {
  margin-bottom: 50px;
  margin-top: 20px;
}
.academy__content-text h1, .academy__content-text h2, .academy__content-text h3 {
  font-family: "Avenir LT Std";
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: bold;
}
.academy__content-text p {
  font-family: "Avenir LT Std";
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.1em;
}
.academy__c2a {
  margin-bottom: 50px;
  text-align: center;
}
.academy__c2a-text {
  margin-bottom: 30px;
}
.academy__c2a-text p {
  font-family: "Avenir LT Std";
  text-align: center;
  line-height: 1.3;
  font-size: 1.8em;
}
.academy__button {
  background: #ff8a00;
  padding: 22px 50px 20px 50px;
  font-weight: bold;
  font-family: "Avenir LT Std";
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  margin-top: 30px;
  display: flex;
  line-height: 1.3;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.academy__avatars {
  display: flex;
  flex-flow: row wrap;
  margin-top: 50px;
}
.academy__avatar {
  width: 33.333%;
  height: 23vw;
  max-height: 280px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .academy__avatar {
    width: 50%;
    height: 50vw;
  }
}
.academy__pane {
  padding: 15px;
  color: #fff;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.academy__text {
  font-weight: bold;
  font-family: "Avenir LT Std";
  margin-bottom: 3px;
  line-height: 1.4;
  flex-basis: 100%;
  flex-grow: 1;
}
.academy__title {
  font-family: "Avenir LT Std";
  font-size: 0.9em;
  line-height: 1.4;
  flex-basis: 100%;
  flex-grow: 1;
}
.academy__courses-link {
  font-family: "Avenir LT Std";
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.1em;
  flex-basis: 100%;
  flex-grow: 1;
  display: none;
  padding: 20px 20px 15px 20px;
  color: inherit;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .academy__courses-link {
    display: block;
  }
}
.academy__courses-link:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  background: url(../images/chevron.svg) no-repeat center;
  background-size: contain;
}
.academy__courses-link--active {
  display: block;
}
.academy__courses-link--active:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .academy__list {
    display: none;
  }
  .academy__list--active {
    display: block;
  }
}

.speaker {
  color: #222;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  background: #efefef;
}
.speaker--alt {
  background: #222;
}
.speaker__hero {
  background: #fff;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .speaker__hero {
    padding: 50px 20px;
  }
}
.speaker__wrapper {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .speaker__wrapper {
    flex-flow: row wrap;
    margin-top: 30px;
  }
}
.speaker__title {
  font-size: 2.3em;
  letter-spacing: -0.02em;
  color: #222;
  font-family: "Avenir LT Std";
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 900;
}
.speaker__title a {
  color: inherit;
  text-decoration: none;
  color: #222;
}
.speaker__hero-content {
  flex-basis: 70%;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .speaker__hero-content {
    flex-basis: 100%;
    padding-left: 0;
    order: 1;
  }
}
.speaker__excerpt {
  color: #222;
  font-family: "Avenir LT Std";
  line-height: 1.5;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.speaker__entry-footer {
  font-family: "Avenir LT Std";
  line-height: 1.4;
}
.speaker__entry-footer p {
  color: #222;
  line-height: 1.5;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.speaker__entry-footer a {
  color: inherit;
  font-weight: 600;
}
.speaker__entry-footer strong {
  font-weight: 600;
}
.speaker__entry-footer ul {
  margin-bottom: 20px;
  padding-left: 18px;
}
.speaker__entry-footer ul li {
  margin-bottom: 15px;
  line-height: 1.4;
}
.speaker__hero-sidebar {
  flex-basis: 350px;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 1024px) {
  .speaker__hero-sidebar {
    flex-basis: 100%;
    order: 0;
  }
}
.speaker__thumb {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.speaker__thumb img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .speaker__thumb {
    margin-bottom: 20px;
  }
}

.image__image {
  min-height: 200px;
  background: red;
}

.banner-archive,
.banner-one,
.banner-two {
  display: flex;
  align-items: center;
  padding: 55px 65px 55px 40px;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .banner-archive,
.banner-one,
.banner-two {
    padding: 45px 25px;
  }
}
@media (max-width: 600px) {
  .banner-archive,
.banner-one,
.banner-two {
    padding: 35px 20px 20px;
    display: block;
  }
}
.banner-archive__text,
.banner-one__text,
.banner-two__text {
  flex: 1;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: -1px;
}
@media (max-width: 800px) {
  .banner-archive__text,
.banner-one__text,
.banner-two__text {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .banner-archive__text,
.banner-one__text,
.banner-two__text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.banner-archive__button,
.banner-one__button,
.banner-two__button {
  flex: 0 0 auto;
  margin-left: 70px;
}
@media (max-width: 600px) {
  .banner-archive__button,
.banner-one__button,
.banner-two__button {
    margin-left: 0;
  }
}
.banner-archive__button a,
.banner-one__button a,
.banner-two__button a {
  display: block;
  white-space: nowrap;
  padding: 15px 70px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  border-radius: 3px;
}
@media (max-width: 800px) {
  .banner-archive__button a,
.banner-one__button a,
.banner-two__button a {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .banner-archive__button a,
.banner-one__button a,
.banner-two__button a {
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
  }
}
.banner-archive__button a:hover,
.banner-one__button a:hover,
.banner-two__button a:hover {
  background: #fff !important;
  color: #000 !important;
}

.banner-signup {
  background: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 50px 50px 30px;
  margin: 20px 0;
}
@media (max-width: 800px) {
  .banner-signup {
    padding: 40px 30px 20px;
  }
}
@media (max-width: 600px) {
  .banner-signup {
    padding: 20px;
  }
}
.banner-signup strong {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  letter-spacing: -1px;
}
@media (max-width: 800px) {
  .banner-signup strong {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .banner-signup strong {
    font-size: 22px;
  }
}
.banner-signup form {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .banner-signup form {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .banner-signup form {
    display: block;
  }
}
.banner-signup form input[type=text],
.banner-signup form input[type=email] {
  flex: 1;
  margin: 0 20px 0 0;
  border: 0;
  font-size: 16px;
  line-height: 54px;
  height: 54px;
  padding: 0 15px;
  border-radius: 3px;
}
@media (max-width: 600px) {
  .banner-signup form input[type=text],
.banner-signup form input[type=email] {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.banner-signup form input[type=submit] {
  flex: 0 0 auto;
  white-space: nowrap;
  background: #FF8A01;
  color: #fff;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  border-radius: 3px;
  padding: 0 50px;
  line-height: 54px;
  height: 54px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .banner-signup form input[type=submit] {
    width: 100%;
    font-size: 16px;
  }
}
.banner-signup form input[type=submit]:hover {
  background: #000;
}

.faq {
  border-bottom: 1px solid lightgray;
  margin: 10px 48px;
}

@media screen and (max-width: 1025px) {
  .faq {
    margin: 10px 0px;
  }

  .faq__heading {
    font-size: 2rem !important;
  }

  .faq__item {
    font-size: 1.1rem !important;
  }

  .faq__item--answer p {
    line-height: 2em !important;
  }
}
.faq__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 1.6rem;
  font-family: "Avenir LT Std";
  font-weight: 600;
  font-size: 1.1rem;
  text-align: left;
  border-top: 1px solid lightgray;
}
@media (max-width: 600px) {
  .faq__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5;
  }
}

.faq__heading {
  padding: 0;
  border: none;
  background: none;
  font-family: "Avenir LT Std";
  font-weight: 600;
  font-size: 1.7rem;
  text-align: left;
  padding: 1.6rem;
}

.faq__item--answer {
  padding: 0 28px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-family: "Avenir LT Std";
  padding-top: 1.2rem;
  padding-bottom: 2.5rem;
  font-size: 15px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8em;
  font-size: 1em;
}

.faq__item--answer p {
  line-height: 1.8em;
}

.ahome {
  width: 100%;
  font-family: "Avenir LT Std";
}
.ahome__head {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #222;
  position: relative;
}
.ahome__intro {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  position: relative;
}
.ahome__filters {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.ahome__wrapper {
  max-width: 1390px;
  padding: 80px 20px;
  flex-basis: 100%;
  flex-grow: 1;
}
.ahome__wrapper--head {
  padding: 90px 20px;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  .ahome__wrapper--head {
    padding: 50px 10px;
  }
}
.ahome__wrapper--intro {
  padding: 40px 20px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .ahome__wrapper--intro {
    display: block;
    padding: 20px 10px;
  }
}
.ahome__wrapper--filters {
  padding: 0 20px;
  display: flex;
}
.ahome__wrapper--courses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  padding: 0 20px;
  box-sizing: border;
}
@media only screen and (max-width: 1024px) {
  .ahome__wrapper--courses {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    width: 100%;
    padding: 0;
  }
}
.ahome__intro-paragraph {
  flex-basis: 40%;
  flex-grow: 1;
  padding-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .ahome__intro-paragraph {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.ahome__intro-paragraph p {
  font-size: 17px;
  color: #363535;
  letter-spacing: 0;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  .ahome__intro-paragraph p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.ahome__intro-items {
  display: flex;
  flex-basis: 60%;
  flex-grow: 1;
  max-width: 60%;
  padding-top: 10px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .ahome__intro-items {
    max-width: none;
    overflow-y: scroll;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px 0 10px;
  }
}
.ahome__intro-items-gradient {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: red;
  z-index: 999;
  background: white;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.ahome__intro-item {
  flex-basis: 33%;
  flex-grow: 1;
  padding-right: 50px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .ahome__intro-item {
    padding-right: 0;
    flex-shrink: 0;
    min-width: 60%;
  }
}
.ahome__intro-item-icon {
  height: 30px;
  width: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  background: #ddd;
}
@media only screen and (max-width: 1024px) {
  .ahome__intro-item-icon {
    width: 20px;
    height: 20px;
  }
}
.ahome__intro-item-text {
  padding-left: 20px;
  font-size: 19px;
  color: #363535;
  letter-spacing: -0.47px;
  line-height: 28px;
}
@media only screen and (max-width: 1024px) {
  .ahome__intro-item-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
  }
}
.ahome__head-logo {
  width: 132px;
  height: 35px;
  display: inline-block;
  background: url(../images/WD_Academy_logo_vit_liggande.png) no-repeat center;
  background-size: contain;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  .ahome__head-logo {
    margin-bottom: 20px;
  }
}
.ahome__head-title {
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: -1.43px;
  line-height: 60px;
  padding-right: 20%;
}
@media only screen and (max-width: 1024px) {
  .ahome__head-title {
    line-height: 1.3;
    padding-right: 0;
    font-size: 30px;
  }
}
.ahome__filters {
  background: #f8f8f8;
  z-index: 9999999 !important;
}
@media only screen and (max-width: 1024px) {
  .ahome__filters {
    display: none;
  }
}
.ahome__filter ul {
  list-style: none;
  display: flex;
}
.ahome__filter ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  border-right: 1px solid #e8e8e8;
  position: relative;
}
.ahome__filter ul li:hover .ahome__filter-dropdown {
  display: block;
}
.ahome__filter-link {
  color: #FF8A00;
  padding: 20px 0 20px 0;
  margin-right: 40px;
  display: inline-block;
  border-bottom: 2px solid #FF8A00;
  text-decoration: none;
  font-weight: 600;
}
.ahome__filter-link-all {
  color: #363535;
  padding: 20px 25px 20px 0;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  background: url(../images/filter-arrow.svg) no-repeat center right;
  min-width: 160px;
}
.ahome__filter-link-all span {
  color: #969696;
}
.ahome__filter-link-dropdown {
  color: #363535;
  padding: 20px 25px 20px 0;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  background: url(../images/filter-arrow-dd.svg) no-repeat center right;
  min-width: 160px;
}
.ahome__filter-link-dropdown--open {
  background: url(../images/filter-arrow-dd-open.svg) no-repeat center right;
}
.ahome__filter-link-dropdown span {
  color: #969696;
}
.ahome__filter-dropdown-top {
  padding: 0 35px;
}
.ahome__filter-dropdown {
  position: absolute;
  top: 1px;
  left: -35px;
  right: -15px;
  min-width: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  z-index: 999999 !important;
  display: none;
  cursor: default;
}
.ahome__filter-dropdown ul {
  display: block;
  z-index: 9999999 !important;
  padding: 10px 30px 30px 30px;
}
.ahome__filter-dropdown ul li {
  border: 0;
  margin-bottom: 15px;
}
.ahome__filter-dropdown ul li a {
  font-size: 16px;
  color: #7A7878;
  letter-spacing: -0.13px;
  line-height: 16.5px;
  text-decoration: none;
}
.ahome__filter-dropdown ul li:last-child {
  margin-bottom: 0;
}
.ahome__courses {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .ahome__courses {
    padding: 20px 5px;
  }
}
.ahome__course {
  border: 1px solid #EFEFEF;
  padding: 20px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  padding-bottom: 50px;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ahome__course:hover {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .ahome__course {
    padding: 5px;
    max-width: calc(50vw - 10px);
    min-height: 200px;
  }
}
.ahome__course-image {
  height: 150px;
  background: #EFEFEF;
  margin: -21px -21px 20px -21px;
  border-radius: 3px 3px 0 0;
}
@media only screen and (max-width: 1024px) {
  .ahome__course-image {
    margin: -5px -5px 10px -5px;
    height: 80px;
  }
}
.ahome__course-tags {
  font-size: 12px;
  color: #A1A1A1;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
  min-height: 24px;
}
@media only screen and (max-width: 1024px) {
  .ahome__course-tags {
    line-height: 1.2;
    font-size: 10px;
    margin-bottom: 10px;
    display: none;
  }
}
.ahome__city-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  bottom: 47px;
}
@media (max-width: 600px) {
  .ahome__city-wrapper {
    bottom: 4px;
  }
}
.ahome__course-city {
  font-size: 12px;
  color: #484848;
  letter-spacing: 0;
  line-height: 18px;
  position: absolute;
  font-weight: 600;
  bottom: -36px;
  left: 0px;
  width: 86%;
  position: relative;
}
.ahome__course-city span:after {
  content: " | ";
}
.ahome__course-city span:last-child:after {
  content: "";
}
@media only screen and (max-width: 1024px) {
  .ahome__course-city {
    font-size: 10px;
    line-height: 1.2;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.ahome__course-city--date {
  font-weight: 500;
  font-size: 11px;
}
.ahome__course-heading {
  font-size: 22px;
  color: #363535;
  letter-spacing: -0.18px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .ahome__course-heading {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.ahome__course-description {
  margin-bottom: 20px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .ahome__course-description {
    display: none;
  }
}
.ahome__course-description p {
  font-size: 14px;
  color: #363535;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
}
.ahome__course-description:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.ahome__course-certified-icon {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #fff url(../images/certified.svg) no-repeat center;
  top: -15px;
  right: -15px;
  position: absolute;
}
.ahome__course-certified {
  font-size: 12px;
  color: #FF8A00;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
  background: url(../images/certified.svg) no-repeat center left;
  background-size: contain;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .ahome__course-certified {
    margin-bottom: 10px;
  }
}
.ahome__all {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  align-items: center;
  grid-column: 1/5;
}
@media only screen and (max-width: 1024px) {
  .ahome__all {
    display: block;
    text-align: center;
    grid-column: 1/3;
  }
}
.ahome__all-text {
  font-size: 20px;
  color: #363535;
  letter-spacing: -0.71px;
  font-weight: bold;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .ahome__all-text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ahome__all-cta {
  font-size: 20px;
  color: #FFEEEE;
  letter-spacing: -0.71px;
  text-align: center;
  background: #FF8A00;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 20px 40px;
  font-weight: bold;
  box-shadow: 1px 1px 0 0 #821100;
}
.ahome__all-cta:hover {
  background-color: #ffb35a;
}

.acourse {
  width: 100%;
  font-family: "Avenir LT Std";
}
.acourse__head {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  min-height: 300px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .acourse__head {
    min-height: 150px;
  }
}
.acourse__head-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.acourse__leader-wrapper article:last-of-type {
  margin-bottom: 40px;
}
.acourse__content-user {
  margin-bottom: 40px;
}
.acourse__content-user--additional {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-user {
    margin-bottom: 20px;
  }
}
.acourse__content-user-head {
  margin-bottom: 30px;
}
.acourse__content-user-head h2 {
  font-size: 1.5em;
  color: #363535;
  letter-spacing: -1.14px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-user-head h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.acourse__content-user-content {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-user-content {
    display: block;
  }
}
.acourse__content-user-image {
  margin-right: 30px;
  flex-basis: 300px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-user-image {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.acourse__content-user-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.acourse__content-user-text p {
  font-size: 17px;
  color: #363535;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.acourse__content-user-text a {
  border-bottom: 1px solid orange;
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}
.acourse__content-user-text strong {
  font-weight: bold;
}
.acourse__content-user-text blockquote {
  padding: 10px 20px;
  border-left: 5px solid orange;
  margin-bottom: 30px;
}
.acourse__content-user-text blockquote p {
  font-size: 17px;
  color: #363535;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.acourse__content-user-text blockquote p:last-child {
  margin-bottom: 0;
}
.acourse__intro {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  position: relative;
}
.acourse__content {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  margin-bottom: 100px;
}
.acourse__content-main {
  padding-right: 50px;
  flex-basis: 60%;
  flex-grow: 1;
  max-width: 60%;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-main {
    max-width: none;
    padding-right: 0;
  }
}
.acourse__content-sidebar {
  flex-basis: 40%;
  flex-grow: 1;
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-sidebar {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
}
.acourse__content-box {
  background: #fff;
  padding: 40px;
  transform: translateY(-240px);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08);
  -webkit-clip-path: inset(-40px -40px 0 -40px);
          clip-path: inset(-40px -40px 0 -40px);
  position: relative;
  z-index: 9;
  max-width: 490px;
  overflow-y: scroll;
  height: auto;
  -ms-overflow-style: none;
}
.acourse__content-box::-webkit-scrollbar {
  display: none;
}
.acourse__content-box--body {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-box--body {
    display: block !important;
    transform: none;
    box-shadow: none !important;
    padding: 0px !important;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .acourse__content-box {
    padding: 50px 20px;
    display: none;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    width: 100% !important;
  }
  .acourse__content-box.active {
    display: block;
  }
}
.acourse__content-box-close {
  width: 20px;
  height: 20px;
  background: url(../images/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-box-close {
    display: block;
  }
}
.acourse__dropdown-box-close {
  width: 15px;
  height: 15px;
  background: url(../images/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .acourse__dropdown-box-close {
    display: block;
  }
}
.acourse__content-box-heading {
  font-size: 30px;
  color: #363535;
  letter-spacing: 0;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}
.acourse__city {
  border: 1px solid #EDEDED;
  padding: 30px 20px 10px 20px;
  margin-bottom: 20px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.acourse__city-date {
  padding: 15px 15px;
  background: #F0F9F2;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  opacity: 1;
  pointer-events: none;
}
.acourse__city-date-click {
  opacity: 1;
  pointer-events: all;
}
.acourse__city-date-label {
  font-size: 14px;
  color: #363535;
  letter-spacing: 0;
  line-height: 16.5px;
}
.acourse__city-date-full {
  background: #e44e4e;
  font-size: 11px;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 600px) {
  .acourse__city-date-full {
    font-size: 10px;
    top: 5px;
    right: 0px;
  }
}
.acourse__city-date-radio {
  width: 20px;
  height: 20px;
  border: 3px solid #B2B8B5;
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
  transition: background 0.3s, border 0.3s;
}
.acourse__city-date--selected {
  background: #C4E5CD;
}
.acourse__city-date--selected .acourse__city-date-radio {
  border: 3px solid #fff;
  background: #27AD4A;
}
.acourse__city-heading {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #fff;
  padding: 5px 15px;
}
.acourse__filters {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .acourse__filters {
    display: block;
  }
}
.acourse__wrapper {
  max-width: 1390px;
  padding: 80px 20px;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
}
.acourse__wrapper--head {
  padding: 50px 20px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .acourse__wrapper--head {
    display: block;
    padding: 20px 10px;
  }
}
.acourse__wrapper--intro {
  padding: 40px 20px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .acourse__wrapper--intro {
    display: block;
    padding: 20px 10px;
  }
}
.acourse__wrapper--filters {
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .acourse__wrapper--filters {
    padding: 0 10px;
  }
}
.acourse__wrapper--filters-alt {
  justify-content: flex-start;
}
.acourse__wrapper--content {
  padding: 0 20px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .acourse__wrapper--content {
    display: block;
    padding: 0 10px;
  }
}
.acourse__wrapper--courses {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  padding: 0 20px;
  box-sizing: border;
}
@media only screen and (max-width: 1024px) {
  .acourse__wrapper--courses {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    width: 100%;
    padding: 0;
  }
}
.acourse__intro-items {
  display: flex;
  flex-basis: 60%;
  flex-grow: 1;
  max-width: 60%;
  padding-top: 10px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .acourse__intro-items {
    max-width: none;
    overflow-y: scroll;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px 0 10px;
  }
}
.acourse__intro-items-gradient {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: red;
  z-index: 999;
  background: white;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.acourse__intro-item {
  flex-basis: 33%;
  flex-grow: 1;
  padding-right: 50px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .acourse__intro-item {
    padding-right: 0;
    flex-shrink: 0;
    min-width: 60%;
  }
}
.acourse__intro-item-icon {
  height: 30px;
  width: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  background: #ddd;
}
@media only screen and (max-width: 1024px) {
  .acourse__intro-item-icon {
    width: 20px;
    height: 20px;
  }
}
.acourse__intro-item-text {
  padding-left: 20px;
  font-size: 19px;
  color: #363535;
  letter-spacing: -0.47px;
  line-height: 28px;
}
@media only screen and (max-width: 1024px) {
  .acourse__intro-item-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
  }
}
.acourse__head-title {
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: -1.43px;
  line-height: 60px;
  max-width: 60%;
}
@media only screen and (max-width: 1024px) {
  .acourse__head-title {
    line-height: 1.3;
    padding-right: 0;
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .acourse__head-title {
    font-size: 26px;
    max-width: 100%;
  }
}
.acourse__filters {
  background: #f8f8f8;
  z-index: 9999999 !important;
}
@media only screen and (max-width: 1024px) {
  .acourse__filters {
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .acourse__filter {
    flex-basis: 100%;
    flex-grow: 1;
    width: 100%;
    display: flex;
  }
}
.acourse__filter ul {
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter ul {
    flex-basis: 100%;
    flex-grow: 1;
    width: 100%;
    position: static;
  }
}
.acourse__filter ul li {
  display: flex;
  align-items: center;
  border-right: 1px solid #e8e8e8;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter ul li {
    margin-right: 5px;
    font-size: 13px;
    padding: 15px 10px;
    flex-basis: 25%;
    flex-grow: 1;
    display: inline-block;
    text-align: center;
    margin-right: 0;
    position: static;
  }
  .acourse__filter ul li:first-child {
    border-left: 1px solid #e8e8e8;
  }
}
@media (hover: hover) {
  .acourse__filter ul li:hover .acourse__filter-dropdown {
    display: block;
  }
}
.acourse__filter ul li.active .acourse__filter-dropdown {
  display: block;
}
.acourse__filter-link {
  padding: 20px 40px 20px 40px;
  min-width: 160px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  color: #222;
  backgroud-size: contain;
  border-bottom: 2px solid transparent;
}
.acourse__filter-link:hover, .acourse__filter-link.active {
  border-bottom: 2px solid orange;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter-link {
    width: auto;
    max-width: auto;
    min-width: auto;
    font-size: 13px;
    margin: 0;
    padding: 0;
    margin-right: 0;
    background: none;
    display: inline-block;
    height: auto;
    color: #000;
    padding: 5px 0;
  }
  .acourse__filter-link.active {
    border-bottom: 2px solid orange;
  }
}
.acourse__filter-link-all {
  color: #363535;
  padding: 20px 40px 20px 40px;
  min-width: 160px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.acourse__filter-link-all:hover, .acourse__filter-link-all.active {
  border-bottom: 2px solid orange;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter-link-all {
    min-width: auto;
    margin: 0;
    padding: 5px 0;
    background: none;
    margin-right: 0;
  }
  .acourse__filter-link-all.active {
    border-bottom: 2px solid orange;
  }
  .acourse__filter-link-all span {
    display: none;
  }
}
.acourse__filter-link-all span {
  color: #969696;
}
.acourse__filter-link-dropdown {
  color: #363535;
  padding: 20px 20px 20px 20px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  background: url(../images/filter-arrow-dd-purple.svg) no-repeat center right;
  min-width: 160px;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter-link-dropdown {
    min-width: auto;
    margin: 0;
    padding: 5px 15px 5px 0;
    background: none;
    margin-right: 0;
    background: url(../images/filter-arrow-dd.svg) no-repeat center right;
  }
  .acourse__filter-link-dropdown.active {
    border-bottom: 2px solid orange;
  }
}
.acourse__filter-link-dropdown--open {
  background: url(../images/filter-arrow-dd-open-purple.svg) no-repeat center right;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter-link-dropdown--open {
    background: none;
    padding: 15px 0;
    font-size: 15px;
    border: 0;
  }
}
.acourse__filter-link-dropdown span {
  color: #969696;
}
.acourse__filter-dropdown-top {
  padding: 3px 15px 0 15px;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter-dropdown-top {
    padding: 10px 30px 0 30px;
  }
}
.acourse__filter-dropdown {
  position: absolute;
  top: -2px;
  right: -15px;
  left: -15px;
  min-width: 100%;
  background: #fff;
  z-index: 999999 !important;
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter-dropdown {
    z-index: 100000000000000000000000000000000000000000000000000000000 !important;
    max-width: calc(100vh);
    min-width: 100vw;
    top: 100%;
    right: 0;
    left: 0;
  }
}
.acourse__filter-dropdown ul {
  display: block;
  z-index: 9999999 !important;
  padding: 10px 30px 30px 30px;
}
.acourse__filter-dropdown ul li {
  border: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .acourse__filter-dropdown ul li {
    display: block;
    padding: 0;
  }
}
.acourse__filter-dropdown ul li a {
  font-size: 16px;
  color: #7A7878;
  letter-spacing: -0.13px;
  line-height: 16.5px;
}
.acourse__filter-dropdown ul li a:hover {
  color: #000;
}
.acourse__filter-dropdown ul li:last-child {
  margin-bottom: 0;
}
.acourse .academy-cta {
  display: flex;
  flex-direction: row;
}
.acourse .academy-cta--wrapper {
  display: flex;
  justify-content: center;
}
.acourse .academy-cta--input {
  color: #363535;
  font-size: 12px;
  line-height: 20px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center right 4%;
  background-size: 24px;
  width: 66vw;
  border-right: none !important;
}
.acourse .academy-cta--submit {
  width: 60px;
  border-radius: 0px !important;
  background-color: #FF8A00;
  color: transparent;
  box-shadow: none !important;
  border: none;
  background-image: url(/wp-content/themes/webbdagarna/public/images/ctabuttonarrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  cursor: pointer;
}
.acourse .academy-cta--submit:hover {
  opacity: 0.8;
}
.acourse__cta-sidebar {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.acourse__cta-sidebar h2 {
  margin-bottom: 22px;
}
.acourse__cta-sidebar h4 {
  color: #FF8A00;
  font-family: Avenir;
  font-size: 15px;
  font-weight: 900;
  line-height: 16.5px;
  margin: 0 0 5px 15px;
}
.acourse__cta-sidebar input {
  width: 100%;
  text-decoration: none;
  margin: 5px 0px;
  height: 61px;
}
.acourse__cta-sidebar input[type=email], .acourse__cta-sidebar input[type=text] {
  border: 2px solid #E0E0E0;
  background-color: #FFFFFF;
}
.acourse__cta-sidebar input[type=email]::-moz-placeholder, .acourse__cta-sidebar input[type=text]::-moz-placeholder {
  color: black;
}
.acourse__cta-sidebar input[type=email]:-ms-input-placeholder, .acourse__cta-sidebar input[type=text]:-ms-input-placeholder {
  color: black;
}
.acourse__cta-sidebar input[type=email]::placeholder, .acourse__cta-sidebar input[type=text]::placeholder {
  color: black;
}
.acourse__cta-sidebar input[type=submit] {
  border-radius: 25px;
  box-shadow: 1px 1px 0 1px rgba(80, 0, 0, 0.75);
}
.acourse__cta-sidebar input[type=submit]:hover {
  opacity: 0.8;
}
.acourse__cta-box--selected .acourse__cta {
  background: #FF8A00;
  box-shadow: 1px 1px 0 0 #821100;
  pointer-events: auto;
  cursor: pointer;
}
.acourse__cta-box--selected .acourse__cta:hover {
  opacity: 0.8;
}
.acourse__cta {
  width: 100%;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.71px;
  text-align: center;
  background: #ddd;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 20px 40px;
  font-weight: bold;
  box-shadow: 1px 1px 0 0 #ccc;
  margin-bottom: 20px;
  pointer-events: none;
  cursor: not-allowed;
}
.acourse__meta-price {
  font-size: 17px;
  color: #519575;
  letter-spacing: 0;
  line-height: 16.5px;
  color: #519575;
  margin-bottom: 5px;
  font-weight: bold;
}
.acourse__meta-description {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.5px;
  margin-bottom: 20px;
  font-weight: 200;
}
.acourse__meta-information-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 305px;
  background: url(../images/gradient-icon.svg) no-repeat center bottom 10px, linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background-size: 45px 45px, cover;
  transition: 0.3s;
  cursor: pointer;
}
.acourse__meta-information-gradient:hover {
  background-position: bottom;
}
.acourse__meta-information {
  max-height: 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.acourse__meta-information--active {
  max-height: none !important;
  padding-bottom: 50px;
}
.acourse__meta-information--active .acourse__meta-information-gradient {
  background: url(../images/arrow-up-orange.svg) no-repeat center bottom 10px;
  background-size: 45px 45px, cover;
}
.acourse__meta-information h3 {
  font-size: 1.3px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.acourse__meta-information p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 10px;
}
.acourse__meta-information a {
  border-bottom: 1px solid orange;
  text-decoration: none;
  color: inherit;
}
.acourse__meta-information strong {
  font-weight: 600;
}
.acourse__content-content {
  margin-bottom: 60px;
  max-width: 100%;
}
.acourse__content-content h1 {
  font-size: 2em;
  color: #363535;
  letter-spacing: -1.14px;
  line-height: 70px;
}
.acourse__content-content h2 {
  font-size: 40px;
  color: #363535;
  letter-spacing: -1.14px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-content h2 {
    font-size: 24px !important;
    line-height: 1.2;
  }
}
.acourse__content-content h3 {
  color: #363535;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-content h3 {
    font-size: 1.3em !important;
  }
}
.acourse__content-content p {
  font-size: 17px;
  color: #363535;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.acourse__content-content a {
  border-bottom: 1px solid orange;
  text-decoration: none;
  color: inherit;
}
.acourse__content-content a:hover {
  border-bottom: 2px solid orange !important;
}
.acourse__content-content strong {
  font-weight: bold;
}
.acourse__content-content blockquote {
  padding: 10px 20px;
  border-left: 5px solid orange;
  margin-bottom: 30px;
}
.acourse__content-content blockquote p {
  font-size: 17px;
  color: #363535;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.acourse__content-content blockquote p b {
  font-weight: bold;
}
.acourse__content-content blockquote p:last-child {
  margin-bottom: 0;
}
.acourse__content-content .text-block,
.acourse__content-content .quotes,
.acourse__content-content .galleries {
  padding-left: 20px !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-content .text-block,
.acourse__content-content .quotes,
.acourse__content-content .galleries {
    padding-left: 0px !important;
  }
}
.acourse__content-content .faq {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-content .faq__heading {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .acourse__content-content .faq__heading, .acourse__content-content .faq__item {
    padding-left: 0px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .acourse__content-content .faq__item--answer {
    padding-bottom: 0px;
  }
}
.acourse__content-checklist {
  margin-bottom: 60px;
}
.acourse__content-checklist h2 {
  font-size: 1.5em;
  color: #363535;
  letter-spacing: -1.14px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-checklist h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.acourse__content-checklist ul {
  padding-left: 28px;
}
.acourse__content-checklist ul li {
  font-size: 17px;
  color: #363535;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 20px;
  list-style-image: url(../images/checkbox-fill.svg);
  padding-left: 10px;
}
.acourse__content-program-gradient {
  position: absolute;
  bottom: -11.5px;
  left: 0;
  right: 0;
  height: 60px;
  background: url(../images/gradient-icon.svg) no-repeat center bottom 10px;
  background-color: #fff;
  background-size: 45px 45px, cover;
  transition: 0.5s;
  cursor: pointer;
}
.acourse__content-program-gradient:hover {
  background-position: bottom;
}
.acourse__content-program-gradient:after {
  content: "";
  background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0.5) 100%);
  width: 100%;
  margin-top: -120px;
  position: absolute;
  height: 120px;
}
.acourse__content-program {
  border: 1px solid #f5f5f5;
  padding: 0 30px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-program {
    padding: 15px;
  }
}
.acourse__content-program--active {
  max-height: none;
  border: 0;
  padding-left: 0;
}
.acourse__content-program--active .acourse__content-program-gradient {
  background: url(../images/arrow-up-orange.svg) no-repeat center bottom 10px, linear-gradient(0deg, #fff 0%, rgba(245, 245, 245, 0) 100%);
  background-size: 45px 45px, cover;
}
.acourse__content-program--active .acourse__content-program-gradient:after {
  background: none;
}
.acourse__content-program h2 {
  font-size: 1.5em;
  color: #363535;
  letter-spacing: -1.14px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-program h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.acourse__content-program-line {
  display: flex;
  margin-bottom: 30px;
}
.acourse__content-program-content .no-border {
  border: 0 !important;
}
.acourse__content-program-content h3 {
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-program-content h3 {
    font-size: 1.3em !important;
  }
}
.acourse__content-program-content p {
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 24px;
  line-height: 1.4;
  font-weight: 200;
  font-size: 19px;
  border-left: 2px solid #E9E6E6;
}
.acourse__content-program-content strong {
  font-weight: bold;
}
.acourse__content-program-content a {
  color: inherit;
}
.acourse__content-program-content ul {
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-left: 49px;
  font-weight: 200;
  border-left: 2px solid #E9E6E6;
}
.acourse__content-program-content ul li {
  margin-bottom: 8px;
  line-height: 1.4;
  padding-left: 10px;
  font-size: 17px;
}
.acourse__content-program-time {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .acourse__content-program-time {
    margin-bottom: 10px;
  }
}
.acourse__cta-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #f9f9f9d9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 9999999 !important;
}
@media only screen and (max-width: 1024px) {
  .acourse__cta-mobile {
    display: block;
  }
  .acourse__cta-mobile.active {
    display: none;
  }
}
.acourse__cta-m {
  background: #FF8A00;
  box-shadow: 1px 1px 0 0 #821100;
  transition: background 0.3s, box-shadow 0.3s;
  pointer-events: auto;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.71px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 20px 40px;
  font-weight: bold;
  box-shadow: 1px 1px 0 0 #ccc;
  pointer-events: none;
  cursor: not-allowed;
  font-family: "Avenir LT Std";
}
.acourse__related {
  position: relative;
  margin: 20px 0px 40px 0px;
}
@media only screen and (max-width: 1024px) {
  .acourse__related {
    margin: 20px 0px 30px 0px;
  }
}
.acourse__related h2 {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 60px;
}
@media only screen and (max-width: 1024px) {
  .acourse__related h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}
.acourse__related a {
  text-decoration: none;
  color: #000;
}
.acourse__related .left-gradient {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.acourse__related .left-gradient img {
  display: block;
}
.acourse__related .right-gradient {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.acourse__related .right-gradient img {
  display: block;
}
.acourse__related .trigger-wrapper__left {
  width: 88px;
  height: 100%;
  position: absolute;
  top: 50px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .acourse__related .trigger-wrapper__left {
    top: 68px;
    height: 108%;
  }
}
.acourse__related .trigger-wrapper__right {
  width: 88px;
  height: 100%;
  position: absolute;
  top: 50px;
  display: flex;
  justify-content: center;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .acourse__related .trigger-wrapper__right {
    top: 68px;
    height: 108%;
  }
}
.acourse__related--wrapper {
  display: flex;
  max-width: 980px;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.acourse__related--wrapper::-webkit-scrollbar {
  display: none;
}
.acourse__related--wrapper .related-card {
  margin-right: 20px;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  max-width: 245px;
}
@media only screen and (max-width: 1024px) {
  .acourse__related--wrapper .related-card {
    min-height: 231px;
  }
}
.acourse__related--wrapper .related-card div {
  padding: 5px 15px;
}
.acourse__related--wrapper .related-card ul {
  margin-left: -5px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .acourse__related--wrapper .related-card ul {
    display: none;
  }
}
.acourse__related--wrapper .related-card ul li a {
  text-decoration: none;
  white-space: nowrap;
  margin-left: 4px;
}
.acourse__related--wrapper .related-card__background {
  height: 110px;
  background-size: cover;
  min-width: 243px;
}
.acourse__related--wrapper .mock-card {
  min-width: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.acourse__related--wrapper .mock-card a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF8A00;
  border-radius: 3px;
  width: 203px;
  height: 60px;
  margin: 40px 20px 0px;
  border: none;
  border-bottom: 1px solid #821100;
  border-right: 1px solid #821100;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  padding: 15px 35px;
}
.acourse__related--wrapper .mock-card a:hover {
  border-bottom: 1px solid #821100 !important;
  border-right: 1px solid #821100 !important;
}
.acourse__related--wrapper .mock-card p {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.acourse__related--wrapper ul {
  list-style: none;
}
.acourse__related--wrapper ul li {
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 24px;
  margin-right: 6px;
  display: inline;
}
.acourse__related--wrapper ul li:nth-child(3n) {
  clear: both;
}
.acourse__related--wrapper ul li::after {
  margin: 0px 4px;
  content: "|";
  color: #A1A1A1;
  position: absolute;
}
.acourse__related--wrapper ul li:last-of-type::after {
  content: none;
}
.acourse__related--wrapper ul li a {
  color: #A1A1A1;
}
.acourse__related--wrapper h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  max-width: 215px;
  margin: 10px 0px;
}
@media only screen and (max-width: 1024px) {
  .acourse__related--wrapper h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.acourse__related--wrapper .body {
  padding: 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .acourse__related--wrapper .body {
    display: none;
  }
}
.acourse__related--wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  max-width: 200px;
  overflow: hidden;
}
.acourse__related--wrapper--cities {
  padding: 10px 0px !important;
}
@media only screen and (max-width: 1024px) {
  .acourse__related--wrapper--cities {
    margin-top: 14px;
  }
}
.acourse__related--wrapper--cities p {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  margin: 0 !important;
}
.acourse__related--wrapper--cities p span {
  font-weight: normal;
}
.acourse__related--left-trigger, .acourse__related--right-trigger {
  position: absolute;
  right: 0;
  bottom: 170px;
  cursor: pointer;
  display: none;
}
.acourse__related--left-trigger {
  transform: scaleX(-1);
  left: 0;
  display: none;
}

.cta_block__link {
  font-family: "Avenir LT Std";
  font-weight: 900;
  font-size: 1.5em;
  padding: 20px 50px;
  text-decoration: none;
  margin-bottom: 0;
  text-align: center;
  border-radius: 4px;
}
.cta_block__link:hover {
  opacity: 0.8;
}
.cta_block article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 82px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .cta_block article {
    padding: 30px;
  }
}
.cta_block article h2 {
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  font-size: 2.3em;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .cta_block article h2 {
    font-size: 1.7em;
  }
}
.cta_block article p {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
  margin: 16px 0px 25px 0px;
}
.cta_block article p a {
  color: inherit;
}
.cta_block article form {
  display: flex;
  align-items: center;
}
.cta_block article form input {
  height: 54px;
  min-width: 271px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.cta_block article form input::-moz-placeholder {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.cta_block article form input:-ms-input-placeholder {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.cta_block article form input::placeholder {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
@media (max-width: 600px) {
  .cta_block article form input {
    flex-direction: column;
    min-width: 247px;
  }
}
.cta_block article form input[type=submit] {
  max-width: 247px;
  min-width: 247px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  line-height: 19px;
}
.cta_block article form input[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .cta_block article form {
    flex-direction: column;
  }
}

.widget {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 270px;
  min-height: 198px;
  z-index: 99999999999;
  background-color: #1B1B1B;
  right: 91px;
  top: 16px;
  color: #fff;
  padding: 29px 25px 25px 25px;
  box-shadow: 0px 0px 30px rgba(27, 27, 27, 0.3);
}
@media (max-width: 600px) {
  .widget {
    bottom: -1px;
    top: auto;
    width: 100vw;
    right: auto;
    flex-direction: row;
    padding: 15px;
    max-height: 88px;
    min-height: auto;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.2);
  }
}
.widget__close {
  background-color: #1B1B1B;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 5px;
  background-position: center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/webbdagarna/public/images/close-widget.svg");
  cursor: pointer;
}
@media (max-width: 600px) {
  .widget__close {
    display: none;
  }
}
.widget h4 {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .widget h4 {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
.widget a {
  background-color: #27AD4A;
  color: #fff;
  border-radius: 5px;
  padding: 18px 0;
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.widget a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .widget a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 35px;
    min-width: 167px;
  }
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 1.3em !important;
  }
}
