@charset "UTF-8";
@font-face {
  font-family: "CV Source Sans";
  src: url(../fonts/CV_SourceSans_Light.woff2) format("woff2"), url(../fonts/CV_SourceSans_Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CV Source Sans";
  src: url(../fonts/CV_SourceSans_Regular.woff2) format("woff2"), url(../fonts/CV_SourceSans_Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CV Source Sans";
  src: url(../fonts/CV_SourceSans_Semibold.woff2) format("woff2"), url(../fonts/CV_SourceSans_Semibold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "CV Source Sans";
  src: url(../fonts/CV_SourceSans_LightItalic.woff2) format("woff2"), url(../fonts/CV_SourceSans_LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "CV Source Sans";
  src: url(../fonts/CV_SourceSans_Italic.woff2) format("woff2"), url(../fonts/CV_SourceSans_Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "CV Source Sans";
  src: url(../fonts/CV_SourceSans_SemiboldItalic.woff2) format("woff2"), url(../fonts/CV_SourceSans_SemiboldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "cv-icons";
  src: url(../fonts/cv-icons.eot);
  src: url(../fonts/cv-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/cv-icons.woff) format("woff"), url(../fonts/cv-icons.ttf) format("truetype"), url(../fonts/cv-icons.svg) format("svg");
}
header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  background-color: #ffffff;
  line-height: 0;
  font-size: 0;
}
header .headerContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  padding: 15px;
  width: 100%;
  max-width: 1140px;
}
@media only screen and (min-width: 768px) {
  header .headerContainer {
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) {
  header .headerContainer {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 1170px) {
  header .headerContainer {
    padding: 25px 0;
  }
}
header .headerContainer .logo img {
  width: 128px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  header .headerContainer .logo img {
    width: 200px;
  }
}
header .headerContainer nav {
  display: none;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  header .headerContainer nav {
    display: block;
  }
}
header .headerContainer nav hr {
  background-color: #BBBBBB;
  height: 13px;
  width: 1px;
  border: none;
  float: left;
  margin-top: 2px;
}
header .headerContainer nav a {
  float: left;
  margin: 0 14px 0 14px;
}
header .headerContainer nav a:hover {
  color: #0094AA;
}
header .headerContainer nav a:last-of-type {
  margin-right: 0;
}
header .headerContainer nav .metaNavLink {
  font-size: 13px;
  line-height: 17px;
  color: #BBBBBB;
}

.banderole {
  height: 130px;
  background-image: url(../images/top_bandrole.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banderole-subtitle {
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  line-height: 17px;
  color: #BBBBBB;
}

.banderole-subtitle .content {
  padding: 0 15px;
}

footer {
  background-color: #333;
  border-top: 1px solid #E0E0E0;
  display: block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 19px;
  line-height: normal;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #595959;
}
footer ul {
  padding: 0 0 0 40px;
  margin: 0 0 23px;
}
footer ul li:before {
  content: ".";
  position: absolute;
  margin-right: 22px;
  top: 4px;
  left: 0;
  font-size: 30px;
  line-height: 0;
}

footer ul li::before {
  content: "";
}

footer, footer * {
  box-sizing: border-box;
}

footer *::before, footer *:after {
  box-sizing: inherit;
}

.footer__top {
  background-color: #f5f5f5;
  color: #333;
  display: block;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 19px;
  line-height: normal;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  text-align: left;
}

.top-column-menu__item-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.footer__top-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 60px 15px;
  max-width: 1170px;
}
.footer__top-container::before, .footer__top-container:after {
  content: "";
  display: table;
}
.footer__top-container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .footer__top-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .footer__top-container {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer__top-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.footer__top-contentcontainer {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .footer__top-contentcontainer {
    display: flex;
  }
}
.footer__top-contentcontainer::before, .footer__top-contentcontainer:after {
  content: "";
  display: table;
}
.footer__top-contentcontainer:after {
  clear: both;
}

.footer__top-heading {
  margin-bottom: 40px;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.footer__top-column-left {
  float: left;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 320px) {
  .footer__top-column-left {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) {
  .footer__top-column-left {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-column-left {
    width: 75%;
    flex: 0 0 75%;
  }
}
@media screen and (min-width: 992px) {
  .footer__top-column-left {
    width: 41.66667%;
    flex: 0 0 41.66667%;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-column-left {
    flex: 0 0 auto;
    width: 460px;
  }
}

.footer__link-button {
  background-color: #0094AA;
  border: 1px solid #007688;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  width: 100%;
  margin-bottom: 60px;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 20px;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.footer__link-button:hover {
  background-color: #007688;
  border: 1px solid #007688;
}
@media screen and (min-width: 480px) {
  .footer__link-button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer__link-button {
    font-size: 15px;
    line-height: 44px;
    width: 150px;
    height: 45px;
  }
}
.footer__link-button::before, .footer__link-button:after {
  content: "";
  display: table;
}
.footer__link-button:after {
  clear: both;
}

.footer__top-column-middle {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 320px) {
  .footer__top-column-middle {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) {
  .footer__top-column-middle {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-column-middle {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 992px) {
  .footer__top-column-middle {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-column-middle {
    flex: 0 0 auto;
    width: 235px;
    float: right;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer__top-column-middle .footer__accordion-item {
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 768px) {
  .footer__top-column-middle .footer__accordion-item {
    border: 0;
  }
}

.footer__top-column-right {
  margin-top: 60px;
  float: left;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 320px) {
  .footer__top-column-right {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) {
  .footer__top-column-right {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-column-right {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer__top-column-right {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 480px) {
  .footer__top-column-right {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .footer__top-column-right {
    flex: 0 0 auto;
    width: 261px;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 40px;
    border-left: 1px solid #E0E0E0;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-column-right .footer__top-column-right-inner {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer__top-column-right .footer__top-column-right-inner {
    margin-bottom: 30px;
  }
  .footer__top-column-right .footer__top-column-right-inner:last-of-type {
    margin-bottom: 0;
  }
}

.footer__accordion-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #E0E0E0;
}
@media screen and (min-width: 768px) {
  .footer__accordion-item {
    border: 0;
  }
}

.top_column__inner-top {
  height: 120px;
}
@media screen and (min-width: 992px) {
  .top_column__inner-top {
    margin-bottom: 30px;
  }
}

footer input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  margin: 0 7px 0 0;
  cursor: pointer;
}
footer input[type=radio]:focus {
  outline: none;
}
footer input[type=radio].footer__accordion-item-switch {
  opacity: 0;
  z-index: -1;
}
footer input[type=radio].footer__accordion-item-switch:checked .footer__accordion-content {
  height: auto;
}
footer input[type=radio].footer__accordion-item-switch:checked + .footer__accordion-item-headline > .footer__accordion-item-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer input[type=radio].footer__accordion-item-switch:checked + .footer__accordion-item-headline > .footer__accordion-item-title {
    margin-bottom: 0;
  }
}
footer input[type=radio].footer__accordion-item-switch:checked + .footer__accordion-item-headline > .footer__accordion-item-title::before {
  transform: rotate(0deg);
  color: #0094AA;
}

.footer__accordion-item-headline {
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 0;
  color: #333;
  cursor: default;
  margin: 0;
}
.footer__accordion-item-headline .footer__accordion-item-title {
  margin-bottom: 0;
  padding: 0;
  padding-left: 2px;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 60px;
  color: #333;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: block;
  background-color: transparent;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
@media (min-width: 768px) {
  .footer__accordion-item-headline .footer__accordion-item-title {
    padding-left: 0;
    line-height: 25px;
  }
}
.footer__accordion-item-headline .footer__accordion-item-title::before, .footer__accordion-item-headline .footer__accordion-item-title::after {
  font-size: 11px;
  line-height: 1;
}
.footer__accordion-item-headline .footer__accordion-item-title::before {
  font-family: "cv-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  transform: rotate(-180deg);
  transition-property: color, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  right: 10px;
  color: #0094AA;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  .footer__accordion-item-headline .footer__accordion-item-title::before {
    display: none;
  }
}

.footer__accordion-item .footer__accordion-content {
  padding-left: 2px;
  height: 0;
  overflow: hidden;
  background: transparent;
  transition-property: height;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  border-top: none;
}
@media (min-width: 768px) {
  .footer__accordion-item .footer__accordion-content {
    padding-left: 0;
    height: auto;
    border-bottom: none;
  }
}

.footer__bottom .footer__accordion-item {
  border-top: none;
  border-bottom: 1px solid #595959;
}
@media (min-width: 768px) {
  .footer__bottom .footer__accordion-item {
    border-bottom: none;
  }
}
.footer__bottom .footer__accordion-item ul li:last-of-type {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .footer__bottom .footer__accordion-item ul li:last-of-type {
    margin-bottom: 0;
  }
}

.footer__top-column-column-title {
  margin-bottom: 20px;
  margin-left: 2px;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .footer__top-column-column-title {
    margin-left: 0;
  }
}
.footer__top-column-column-title.title-socialmedia {
  display: none;
}
@media screen and (min-width: 480px) {
  .footer__top-column-column-title.title-socialmedia {
    display: block;
    padding-left: 28px;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-column-column-title.title-socialmedia {
    padding-left: 17px;
  }
}
@media screen and (min-width: 992px) {
  .footer__top-column-column-title.title-socialmedia {
    padding-left: 0;
  }
}

.footer__top-link-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.footer__top-link-list.link-list-socialmedia {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 375px) {
  .footer__top-link-list.link-list-socialmedia {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 480px) {
  .footer__top-link-list.link-list-socialmedia {
    padding-left: 28px;
    padding-right: 0;
    justify-content: normal;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-link-list.link-list-socialmedia {
    padding-left: 17px;
  }
}
@media screen and (min-width: 992px) {
  .footer__top-link-list.link-list-socialmedia {
    justify-content: flex-start;
    padding-left: 0;
  }
}
.footer__top-link-list.link-list-socialmedia li:last-of-type a {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .footer__top-link-list {
    margin-top: 20px;
  }
}

.footer__accordion-content-inner {
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.footer__link-list {
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .footer__link-list {
    margin-top: 20px;
  }
}
.footer__link-list li {
  padding-left: 0;
  padding-right: 0;
}
.footer__link-list li::before {
  content: ".";
  position: absolute;
  margin-right: 22px;
  top: 4px;
  left: 0;
  font-size: 30px;
  line-height: 0;
}
.footer__link-list li::before {
  content: none;
}

@media screen and (min-width: 768px) {
  .footer__link-list--twocolumns {
    column-count: 2;
  }
}

.footer__link-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #757575;
  list-style: none;
  position: relative;
  margin-top: 5px;
}
.footer__link-list-item a {
  display: flex;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  color: #0094AA;
  width: 205px;
  line-height: 22px;
}
.footer__link-list-item a:hover {
  text-decoration: underline;
  color: #007688;
}
.footer__link-list-item a span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.footer__link-list-item:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .footer__link-list-item:first-of-type {
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .footer__link-list-item {
    display: inline-block;
    width: 100%;
    margin-top: 0 !important;
  }
}
.footer__link-list-item:last-of-type {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .footer__link-list-item:last-of-type {
    padding-bottom: 8px;
  }
}

li.footer__link-list-item {
  margin: 0;
}

.footer__link-list li {
  margin-top: 5px;
}
.footer__link-list li:first-of-type {
  margin-top: 0;
}

.inner-bottom__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.inner-bottom__list-item {
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
  line-height: 28px;
  padding-left: 0;
  margin-bottom: 0;
}

.socialmedia-icon {
  margin-right: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  position: relative;
  font-size: 21px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  white-space: nowrap;
}

.socialmedia-icon__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.socialmedia-icon__icon::before {
  vertical-align: top;
  font-family: "cv-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.footer__bottom {
  border-bottom: 1px solid #595959;
  color: #E0E0E0;
  display: block;
}

.footer__bottom-container {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .footer__bottom-container {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .footer__bottom-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
  }
}
.footer__bottom-container::before, .footer__bottom-container:after {
  content: "";
  display: table;
}
.footer__bottom-container:after {
  clear: both;
}
.footer__bottom-container .footer__bottom-contentcontainer {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .footer__bottom-container .footer__bottom-contentcontainer {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .footer__bottom-container .footer__bottom-contentcontainer {
    display: flex;
  }
}
.footer__bottom-container .footer__bottom-contentcontainer::before, .footer__bottom-container .footer__bottom-contentcontainer:after {
  content: "";
  display: table;
}
.footer__bottom-container .footer__bottom-contentcontainer:after {
  clear: both;
}
.footer__bottom-container .footer__bottom-contentcontainer .bottom__left-column {
  float: left;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .footer__bottom-container .footer__bottom-contentcontainer .bottom__left-column {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) {
  .footer__bottom-container .footer__bottom-contentcontainer .bottom__left-column {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer__bottom-container .footer__bottom-contentcontainer .bottom__left-column {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer__bottom-container .footer__bottom-contentcontainer .bottom__left-column {
    width: 41.66667%;
    flex: 0 0 41.66667%;
  }
}
.footer__bottom-container .footer__bottom-contentcontainer .bottom__left-column .footer__accordion-content-inner {
  margin-left: 2px;
}
.footer__bottom-container .footer__bottom-contentcontainer .bottom__right-column {
  float: left;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .footer__bottom-container .footer__bottom-contentcontainer .bottom__right-column {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) {
  .footer__bottom-container .footer__bottom-contentcontainer .bottom__right-column {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer__bottom-container .footer__bottom-contentcontainer .bottom__right-column {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer__bottom-container .footer__bottom-contentcontainer .bottom__right-column {
    width: 58.33333%;
    flex: 0 0 58.33333%;
  }
}
.footer__bottom-container h1 {
  margin: 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 48px;
  color: #333;
  text-rendering: optimizeLegibility;
}
.footer__bottom-container h1 .footer__accordion-item-title {
  padding-left: 2px;
  color: #E0E0E0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 60px;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: block;
  background-color: transparent;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  .footer__bottom-container h1 .footer__accordion-item-title {
    padding-left: 0;
    line-height: 25px;
  }
}
.footer__bottom-container .footer__accordion-content-inner {
  padding: 0;
  overflow: hidden;
  background: transparent;
  transition-property: height;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
  .footer__bottom-container .footer__accordion-content-inner {
    margin-top: 30px;
  }
}
.footer__bottom-container .footer__accordion-content-inner p {
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 0;
}
.footer__bottom-container .footer__accordion-content-inner p:last-child {
  margin-bottom: 0;
}
.footer__bottom-container .footer__accordion-content-inner p:last-of-type {
  margin-bottom: 45px;
  padding-left: 2px;
  color: #E0E0E0;
}
@media screen and (min-width: 768px) {
  .footer__bottom-container .footer__accordion-content-inner p:last-of-type {
    margin-bottom: 0;
    padding-left: 0;
  }
}

.footer__payment-icon-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 430px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .footer__payment-icon-container {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer__payment-icon-container {
    max-width: 451px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__payment-icon-container {
    max-width: none;
  }
}
.footer__payment-icon-container img {
  margin-right: 25px;
  vertical-align: middle;
  font-style: italic;
}
.footer__payment-icon-container .footer__payment-icon {
  margin-right: 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) {
  .footer__payment-icon-container .footer__payment-icon {
    margin-right: auto;
  }
}
@media screen and (min-width: 375px) {
  .footer__payment-icon-container .footer__payment-icon {
    margin-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .footer__payment-icon-container .footer__payment-icon {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.footer__payment-icon-container .footer__payment-icon:first-child {
  width: 55px;
  height: 55px;
}
.footer__payment-icon-container .footer__payment-icon:nth-child(2) {
  width: 130px;
  margin-right: 0;
}
@media screen and (min-width: 450px) {
  .footer__payment-icon-container .footer__payment-icon:nth-child(2) {
    margin-right: 25px;
  }
}
.footer__payment-icon-container .footer__payment-icon:nth-child(3) {
  margin-right: 25px;
  width: 90px;
}
.footer__payment-icon-container .footer__payment-icon:last-child {
  margin-right: 0;
}
.footer__payment-icon-container .footer__payment-icon-separator {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .footer__payment-icon-container .footer__payment-icon-separator {
    display: none;
  }
}

.top-column-menu__item-content-inner {
  margin-left: 2px;
}

.footer__benefit-list {
  display: block;
  padding-left: 0px;
  margin-bottom: 0;
  list-style: none;
}
.footer__benefit-list li {
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 19px;
  position: relative;
}
.footer__benefit-list li:last-of-type {
  margin-bottom: 0;
}
.footer__benefit-list li::before {
  font-size: 17px;
  margin-top: 5px;
  vertical-align: middle;
  font-family: "cv-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 18px;
}

.footer__compliance {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer__compliance .footer__compliance-inner {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  color: #E0E0E0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer__compliance .footer__compliance-inner {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .footer__compliance .footer__compliance-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
  }
}
.footer__compliance .footer__compliance-inner .footer__compliance-copyright {
  font: 400 19px "CV Source Sans", Helvetica, Arial, sans-serif;
  order: 2;
  padding-left: 2px;
  font-size: 17px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .footer__compliance .footer__compliance-inner .footer__compliance-copyright {
    padding-left: 0;
  }
}
.footer__compliance .footer__compliance-inner .footer__compliance-link-list {
  padding-left: 0;
  list-style: none;
  order: 1;
  display: flex;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .footer__compliance .footer__compliance-inner .footer__compliance-link-list {
    margin: 0;
  }
}
.footer__compliance .footer__compliance-inner .footer__compliance-link-list .link-list-item {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0 40px 0 0;
  padding: 0;
  line-height: 28px;
}
.footer__compliance .footer__compliance-inner .footer__compliance-link-list .link-list-item:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.footer__compliance .footer__compliance-inner .footer__compliance-link-list .link-list-item:last-of-type {
  margin-right: 0;
  padding-bottom: 0;
}
.footer__compliance .footer__compliance-inner .footer__compliance-link-list .link-list-item::before {
  content: none;
}
.footer__compliance .footer__compliance-inner .footer__compliance-link-list .link-list-item a {
  display: flex;
  padding: 0;
  line-height: 23px;
}
.footer__compliance .footer__compliance-inner .footer__compliance-link-list .link-list-item a:hover {
  text-decoration: underline;
  color: #E0E0E0;
}
.footer__compliance .footer__compliance-inner .footer__compliance-link-list .link-list-item a span {
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #E0E0E0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.schoolFormContainer,
.schoolSubjectContainer {
  position: relative;
  /*border: 1px solid blue;*/
  height: 0;
}
.schoolFormContainer ul,
.schoolSubjectContainer ul {
  display: none;
  list-style: none;
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  top: -15px;
  padding: 0;
  z-index: 1000;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #E0E0E0;
}
.schoolFormContainer ul.active,
.schoolSubjectContainer ul.active {
  display: block;
}
.schoolFormContainer ul li,
.schoolSubjectContainer ul li {
  padding: 8px 5px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schoolFormContainer ul li:hover,
.schoolSubjectContainer ul li:hover {
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #0C46FF;
  background-color: #007FFF;
}

.addSubjectButton.disabled:hover {
  cursor: not-allowed;
}

#addSchoolFormButton {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 13px 19px;
}

.schoolForm_2 {
  display: none;
}

.removeButtonWrapper {
  position: relative;
  text-align: right;
}

.removeSubjectButton,
.removeSchoolFormButton {
  position: relative;
  display: inline-block;
  text-align: right;
  padding-right: 18px;
}
.removeSubjectButton::after,
.removeSchoolFormButton::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 13px;
  top: 3px;
  right: 0;
  background-image: url("../images/delete.svg");
  background-position-y: center;
  -webkit-background-size: 9px 13px;
  background-size: 9px 13px;
  clear: both;
}
.removeSubjectButton:hover,
.removeSchoolFormButton:hover {
  text-decoration: underline;
  color: #007688;
}

.subjectContainer.additional {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 0 30px 0;
  margin: 10px 0 20px 0;
}
.subjectContainer.additional.first {
  border-top: 1px solid #E0E0E0;
  padding: 10px 0 30px 0;
}

.removeSchoolFormButton {
  margin-top: 30px;
}

body.error {
  background-color: #005867 !important;
}
body.error main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  color: #ffffff;
  text-align: center;
}
body.error main h1 {
  font-size: 43px;
  line-height: 48px;
}
body.error main div, body.error main h1 {
  margin-bottom: 45px;
}
body.error main div:last-child, body.error main h1:last-child {
  margin-bottom: 0;
}
body.error main .error {
  margin: 60px 0;
  max-width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 556px) {
  body.error main .error {
    max-width: 555px;
    padding: 0;
  }
}
body.error main .error h1 {
  color: #ffffff;
}
body.error main .error .image img {
  width: 100%;
  height: auto;
}
body.error main .error .text {
  font-size: 19px;
  line-height: 28px;
}
@media only screen and (min-width: 556px) {
  body.error main .error .text {
    padding: 0 39px 0 38px;
  }
}
body.error main .error .button {
  max-width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 480px) {
  body.error main .error .button {
    max-width: 360px;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

h1,
h2,
h3,
h5,
h6,
p,
body {
  margin: 0;
  padding: 0;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
}

body {
  background-color: #FAFAFA;
}

h1 {
  color: #333333;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  text-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  h1 {
    font-size: 43px;
    line-height: 48px;
  }
}
h1.semibold {
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
}

h2 {
  color: #757575;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  text-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
    line-height: 47px;
  }
}

h5 {
  color: #333333;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

h6 {
  color: #333333;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}

p {
  color: #595959;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 28px;
  padding-bottom: 20px;
}

a {
  color: #0094AA;
  text-decoration: none;
}

.header {
  height: 62px;
}

.description ul {
  margin: 0 0 0 30px;
  padding: 0;
}

.description ul li {
  padding-left: 10px;
  color: #595959;
}

.description ul li span {
  color: #595959;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0;
}

.content {
  max-width: 750px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  /* Tooltip container */
  /* Tooltip text */
}
@media (min-width: 768px) {
  .content {
    padding: 30px 70px 20px 70px;
  }
}
@media (min-width: 992px) {
  .content {
    padding: 30px 121px 20px 121px;
  }
}
@media (min-width: 1366px) {
  .content {
    padding: 30px 308px 20px 308px;
  }
}
.content > div, .content > form > div {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content div.description {
    padding: 0 15px;
  }
}
.content .areas {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .content .areas {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.content .areas .area {
  box-sizing: border-box;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  padding: 30px 20px;
  position: relative;
}
.content .areas .area .description {
  margin-top: 10px;
  color: #757575;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .content .areas .area.confirmation h1 {
    padding-right: 80px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .areas .area.confirmation h1 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .content .areas .area.confirmation h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .content .areas .area.confirmation {
    padding-right: 140px;
    padding-left: 40px;
  }
}
.content .areas .area.confirmation > p {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .content .areas .area {
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .content .areas .area {
    padding: 30px 101px;
  }
}
.content .areas .area:first-child {
  border-top: 1px solid #E0E0E0;
}
.content .areas .area > h3 {
  color: #333333;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.content .areas .area > h3.preferences {
  margin-bottom: 10px;
}
.content .areas .area > label, .content .areas .area .checkbox-wrapper label {
  color: #595959;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  display: block;
}
.content .areas .area > label.bold, .content .areas .area .checkbox-wrapper label.bold {
  font-weight: 600;
}
.content .areas .area div.bold {
  font-weight: 600;
}
.content .areas .area input[type=text] {
  box-sizing: border-box !important;
  outline: none !important;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  height: 45px;
  padding: 14px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px 0 #bbb;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #333;
}
.content .areas .area input[type=text].no-margin-bottom {
  margin-bottom: 0;
}
.content .areas .area input[type=text]:focus {
  border: 1px solid #007688 !important;
  background-color: #E5F4F6 !important;
  box-shadow: inset 0 1px 2px 0 #BBBBBB !important;
}
.content .areas .area input[type=text]:disabled {
  cursor: not-allowed;
}
.content .areas .area .form-select-wrapper {
  box-sizing: border-box;
  position: relative;
}
.content .areas .area .form-select-wrapper:after {
  box-sizing: border-box;
  margin-left: -28px;
  position: absolute;
  top: 21px;
  pointer-events: none;
  font-family: "cv-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
@media screen and (max-width: 767px) {
  .content .areas .area .form-select-wrapper.region:after {
    right: 13px;
    margin-left: 0;
  }
}
.content .areas .area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-transform: none;
  display: inline-block;
  margin: 10px 0 30px 0;
  vertical-align: baseline;
  box-sizing: border-box;
  padding: 11px 34px 10px 15px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #9E9E9E;
}
.content .areas .area select.full-width {
  width: 100%;
}
@media (min-width: 768px) {
  .content .areas .area select.full-width {
    width: auto;
  }
}
.content .areas .area select.no-margin-bottom {
  margin-bottom: 0;
}
.content .areas .area select > option {
  padding: 0;
}
.content .areas .area select:focus {
  outline: none;
}
.content .areas .area input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  background-color: #ffffff;
}
.content .areas .area label.checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 15px;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: fit-content;
}
.content .areas .area label.checkbox:last-of-type {
  margin-bottom: 0;
}
.content .areas .area label.checkbox:hover input ~ span {
  background-color: #FFFFFF;
}
.content .areas .area label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.content .areas .area label.checkbox input:checked ~ span {
  background-color: #FFFFFF;
}
.content .areas .area label.checkbox input:checked ~ span:after {
  display: block;
}
.content .areas .area label.checkbox span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
}
.content .areas .area label.checkbox span.checkmark.is-invalid {
  border: 1px solid #B73E06;
  background-color: rgba(235, 0, 27, 0.2);
  box-shadow: inset 0 1px 2px 0 #BBBBBB;
}
.content .areas .area label.checkbox span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.content .areas .area label.checkbox span.checkmark:after {
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #0094AA;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content .areas .area .checkbox-wrapper {
  position: relative;
}
.content .areas .area .checkbox-wrapper label.checkbox {
  margin-bottom: 22px;
  display: inline-block;
}
.content .areas .area .checkbox-wrapper:last-of-type label.checkbox {
  margin-bottom: 0;
}
.content .areas .area > div {
  color: #595959;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
}
.content .areas .area > div.bold {
  font-weight: 600;
}
.content .areas .area > div.text-danger {
  margin-top: 10px;
  color: #B73E06;
  font-size: 13px;
  line-height: 17px;
}
.content .areas .area > div.text-danger.checkbox {
  padding-left: 25px;
}
.content .areas .area > p {
  color: #595959;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.content .areas .area img.confirmation-icon {
  position: absolute;
  top: -17px;
  right: 20px;
  height: 60px;
  width: 60px;
}
@media (min-width: 768px) {
  .content .areas .area img.confirmation-icon {
    top: -15px;
    right: 30px;
    height: 80px;
    width: 80px;
  }
}
.content .tooltip {
  cursor: pointer;
  /* If you want dots under the hoverable text */
}
.content .tooltip::before {
  position: absolute;
  color: #0094AA;
  font-family: "cv-icons";
  content: "";
  font-size: 19px;
  line-height: 19px;
  margin-top: 1px;
  margin-left: 9px;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.content .tooltip:hover::before {
  color: #007688;
}
.content .tooltip .tooltiptext {
  visibility: hidden;
  width: 162px;
  color: #757575;
  font-family: "CV Source Sans";
  font-size: 13px;
  line-height: 17px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #0094AA;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.content .tooltip .tooltiptext {
  width: 162px;
  bottom: 100%;
  margin-bottom: 10px;
  margin-left: -12px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}
@media screen and (max-width: 389.98px) {
  .content .tooltip .tooltiptext {
    margin-left: -32px;
  }
}
@media screen and (max-width: 359.98px) {
  .content .tooltip .tooltiptext {
    margin-left: -75px;
  }
}
.content .tooltip:hover .tooltiptext {
  visibility: visible;
}
.content .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: -7px;
  /* At the bottom of the tooltip */
  height: 12px;
  width: 12px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 4px;
  border-right: 1px solid #0094AA;
  border-bottom: 1px solid #0094AA;
  background-color: #ffffff;
}
@media screen and (max-width: 389.98px) {
  .content .tooltip .tooltiptext::after {
    left: 40px;
  }
}
@media screen and (max-width: 359.98px) {
  .content .tooltip .tooltiptext::after {
    left: 82px;
  }
}
@media (min-width: 480px) {
  .content .buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .content .buttons.single {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .content .buttons {
    padding: 0 15px;
  }
}

.button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  height: 50px;
  max-width: 360px;
  min-width: 130px;
  width: 100%;
  color: #595959;
  font-family: "CV Source Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #BBBBBB;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 13px 20px;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 480px) {
  .button {
    width: auto;
  }
}
@media (min-width: 992px) {
  .button {
    height: 45px;
    font-size: 15px;
    text-align: center;
  }
}
.button:hover, .button:active {
  border-color: #007688;
  color: #007688;
}
.button.primary {
  color: #FFFFFF;
  background-color: #0094AA;
  border: solid 1px #007688;
  font-weight: 400;
}
.button.primary:hover, .button.primary:active {
  color: #FFFFFF;
  background-color: #007688;
  border: solid 1px #007688;
}
.button.disabled, .button.disabled:hover {
  color: #9E9E9E;
  border-color: #E0E0E0;
}

@media (max-width: 767px) {
  .subscribe .buttons {
    flex-direction: row;
  }
}
.space-top-10 {
  margin-top: 10px;
}

.space-top-20 {
  margin-top: 20px;
}

.space-bottom-20 {
  margin-bottom: 20px;
}

.space-bottom-40 {
  margin-bottom: 40px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

input.is-invalid, select.is-invalid, textarea.is-invalid {
  border: 1px solid #B73E06 !important;
  background-color: rgba(235, 0, 27, 0.2) !important;
  box-shadow: inset 0 1px 2px 0 #BBBBBB !important;
}

.hp-input {
  display: none;
}

.content .areas .area label.checkbox.privacy {
  font-size: 15px;
  line-height: 22px;
  color: #595959;
}
.content .areas .area label.checkbox.privacy a:hover {
  text-decoration: underline;
  color: #007688;
}

.privacy.checkbox span.checkmark {
  top: 2px !important;
}

#Emailadresse {
  margin-bottom: 0;
}
.subscribe .areas .area p.space-top-20 {
  padding-bottom: 0;
}

.text-danger.newsletters {
  margin-top: -12px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .footer__accordion-item-headline .footer__accordion-item-title::before {
    content: "";
  }

  footer ul li::before {
    content: "";
  }

  .socialmedia-icon__icon--twitter::before {
    content: "";
  }

  .socialmedia-icon__icon--facebook::before {
    content: "";
  }

  .socialmedia-icon__icon--youtube::before {
    content: "";
  }

  .footer__benefit-list li::before {
    content: "";
  }

  .form-select-wrapper:after {
    content: "" !important;
    font-size: 19px;
    vertical-align: baseline;
    top: 22px !important;
    margin-left: -31px !important;
  }

  select::-ms-expand {
    display: none;
  }

  .content .tooltip::before {
    content: "" !important;
  }
}

/*# sourceMappingURL=style.css.map */
