@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 90rem;
  margin: 0 auto; }
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto; }
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto; }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }
.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media print, screen and (min-width: 61.25em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 61.25em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; } }
.grid-margin-x > .auto {
  width: auto; }
.grid-margin-x > .shrink {
  width: auto; }
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem); }
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem); }
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem); }
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem); }
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem); }
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem); }
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem); }
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem); }
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem); }
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem); }
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem); }
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem); }
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem); }
  .grid-margin-x > .medium-auto {
    width: auto; }
  .grid-margin-x > .medium-shrink {
    width: auto; }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem); } }
@media print, screen and (min-width: 61.25em) {
  .grid-margin-x > .large-auto {
    width: auto; }
  .grid-margin-x > .large-shrink {
    width: auto; }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 61.25em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 61.25em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0; }
.small-margin-collapse > .small-1 {
  width: 8.33333%; }
.small-margin-collapse > .small-2 {
  width: 16.66667%; }
.small-margin-collapse > .small-3 {
  width: 25%; }
.small-margin-collapse > .small-4 {
  width: 33.33333%; }
.small-margin-collapse > .small-5 {
  width: 41.66667%; }
.small-margin-collapse > .small-6 {
  width: 50%; }
.small-margin-collapse > .small-7 {
  width: 58.33333%; }
.small-margin-collapse > .small-8 {
  width: 66.66667%; }
.small-margin-collapse > .small-9 {
  width: 75%; }
.small-margin-collapse > .small-10 {
  width: 83.33333%; }
.small-margin-collapse > .small-11 {
  width: 91.66667%; }
.small-margin-collapse > .small-12 {
  width: 100%; }
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 61.25em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 61.25em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }

@media print, screen and (min-width: 61.25em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 61.25em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 61.25em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 61.25em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 61.25em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 61.25em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
.grid-y > .cell {
  width: auto; }
.grid-y > .auto {
  height: auto; }
.grid-y > .shrink {
  height: auto; }
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
@media print, screen and (min-width: 61.25em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
.grid-y > .small-1 {
  height: 8.33333%; }
.grid-y > .small-2 {
  height: 16.66667%; }
.grid-y > .small-3 {
  height: 25%; }
.grid-y > .small-4 {
  height: 33.33333%; }
.grid-y > .small-5 {
  height: 41.66667%; }
.grid-y > .small-6 {
  height: 50%; }
.grid-y > .small-7 {
  height: 58.33333%; }
.grid-y > .small-8 {
  height: 66.66667%; }
.grid-y > .small-9 {
  height: 75%; }
.grid-y > .small-10 {
  height: 83.33333%; }
.grid-y > .small-11 {
  height: 91.66667%; }
.grid-y > .small-12 {
  height: 100%; }
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto; }
  .grid-y > .medium-shrink {
    height: auto; }
  .grid-y > .medium-1 {
    height: 8.33333%; }
  .grid-y > .medium-2 {
    height: 16.66667%; }
  .grid-y > .medium-3 {
    height: 25%; }
  .grid-y > .medium-4 {
    height: 33.33333%; }
  .grid-y > .medium-5 {
    height: 41.66667%; }
  .grid-y > .medium-6 {
    height: 50%; }
  .grid-y > .medium-7 {
    height: 58.33333%; }
  .grid-y > .medium-8 {
    height: 66.66667%; }
  .grid-y > .medium-9 {
    height: 75%; }
  .grid-y > .medium-10 {
    height: 83.33333%; }
  .grid-y > .medium-11 {
    height: 91.66667%; }
  .grid-y > .medium-12 {
    height: 100%; } }
@media print, screen and (min-width: 61.25em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto; }
  .grid-y > .large-shrink {
    height: auto; }
  .grid-y > .large-1 {
    height: 8.33333%; }
  .grid-y > .large-2 {
    height: 16.66667%; }
  .grid-y > .large-3 {
    height: 25%; }
  .grid-y > .large-4 {
    height: 33.33333%; }
  .grid-y > .large-5 {
    height: 41.66667%; }
  .grid-y > .large-6 {
    height: 50%; }
  .grid-y > .large-7 {
    height: 58.33333%; }
  .grid-y > .large-8 {
    height: 66.66667%; }
  .grid-y > .large-9 {
    height: 75%; }
  .grid-y > .large-10 {
    height: 83.33333%; }
  .grid-y > .large-11 {
    height: 91.66667%; }
  .grid-y > .large-12 {
    height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; } }
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; } }
.grid-margin-y > .auto {
  height: auto; }
.grid-margin-y > .shrink {
  height: auto; }
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem); }
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem); }
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem); }
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem); }
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem); }
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem); }
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem); }
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem); }
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem); }
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem); }
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem); }
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem); }
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }
@media print, screen and (min-width: 61.25em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%; }
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 61.25em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 61.25em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 61.25em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem; } }
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem; }
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; } }
.grid-margin-y > .auto {
  height: auto; }
.grid-margin-y > .shrink {
  height: auto; }
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem); }
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem); }
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem); }
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem); }
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem); }
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem); }
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem); }
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem); }
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem); }
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem); }
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem); }
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem); }
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }
@media print, screen and (min-width: 61.25em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 61.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 61.25em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

/* FOUNDATION COMPONENTS */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #C3C3C3; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #009cdd;
  text-decoration: none;
  cursor: pointer; }
a:hover, a:focus {
  color: #0086be; }
a img {
  border: 0; }

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #C3C3C3;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #C3C3C3; }
blockquote, blockquote p {
  line-height: 1.6;
  color: #6A6A6A; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #6A6A6A; }
cite:before {
  content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #3B3B3B;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #C3C3C3;
  background-color: #DFDFDF;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #3B3B3B; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #DFDFDF;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #3B3B3B; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #6A6A6A; }

.lead {
  font-size: 20px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
p + .stat {
  margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 61.25em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #6A6A6A;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5556;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

html, body, ul {
  padding: 0;
  margin: 0; }

html, body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px; }

body {
  border-top: 5px solid #009cdd;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
  color: #009cdd;
  font-weight: bold;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.2; }

h1 {
  font-size: 1.5em; }
@media (min-width: 40em) {
  h1 {
    font-size: 1.75em; } }
@media (min-width: 48.875em) {
  h1 {
    font-size: 2.2223em; } }

h2 {
  font-size: 1.25em;
  margin-top: 2em; }
@media (min-width: 48.875em) {
  h2 {
    font-size: 1.9445em; } }

h3 {
  font-size: 1.125em; }
@media (min-width: 48.875em) {
  h3 {
    font-size: 1.6667em; } }

h4 {
  font-size: 1.3889em;
  margin: 1.5em 0 .5em !important; }

h5, h6 {
  font-size: 1.1112em;
  font-weight: normal; }

p:empty {
  display: none; }

hr {
  margin: 3em auto; }

ul:not([class]) li:not([class]) {
  padding-left: 1.25em;
  position: relative;
  overflow: hidden; }
ul:not([class]) li:not([class]):not(:first-child) {
  margin-top: .5em; }
ul:not([class]) li:not([class])::before {
  background-color: #009cdd;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: .75em;
  left: 0;
  top: .375em;
  width: .75em; }

.bg-primary {
  background-color: #009cdd;
  color: #FFFFFF; }
.bg-primary * {
  color: inherit; }

.bg-secondary {
  background-color: #f4d200; }

.bg-black {
  background-color: #3B3B3B; }

.is--one-thirds {
  max-width: 33.33%;
  margin: 0 auto 25px; }

.is--two-thirds {
  max-width: 66.66%;
  margin: 0 auto 25px; }

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.alignright {
  float: right;
  margin-bottom: 2em;
  margin-left: 2em; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

:not([class]):first-child {
  margin-top: 0; }

:not([class]):last-child {
  margin-bottom: 0; }

.aligncenter {
  text-align: center; }

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px; }

.wp-post-image {
  width: 100%;
  height: auto; }

.wp-block-separator--large {
  border-bottom: 1px solid #f5f5f5;
  margin: 3em 0;
  max-width: 100%; }

.wp-block-table {
  width: 100%; }
.wp-block-table tr.tr-odd td {
  background-color: #efefef; }
.wp-block-table th, .wp-block-table td {
  text-align: left;
  padding: 0.2em 0.5em; }
.wp-block-table th {
  background-color: #f5f5f5; }

.message.error {
  background-color: #cc4b37;
  color: #FFFFFF;
  padding: 5px 10px; }

.home .content__container {
  padding: 0; }

@media screen and (max-width: 980px) {
  .single .sidebar {
    display: none; } }

.single .entry {
  display: block; }
@media print, screen and (min-width: 40em) {
  .single .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.single .entry .entry__meta {
  margin-bottom: 15px;
  width: 100%; }
@media print, screen and (min-width: 40em) {
  .single .entry .entry__meta {
    margin-bottom: 0px;
    width: 128px; } }

.evaluator-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #009cdd;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px; }

.alert {
  margin-bottom: 1em;
  padding: 1em; }
.alert--error {
  background-color: #cc4b37;
  color: #FFFFFF; }
.alert--error li::before {
  background-color: white !important; }
.alert--success {
  background-color: #3adb76;
  color: #FFFFFF; }

.table {
  width: 100%; }
.table thead {
  background-color: #009cdd;
  color: #FFFFFF;
  text-transform: uppercase; }
.table thead th:first-child {
  border-top-left-radius: 3px; }
.table thead th:last-child {
  border-top-right-radius: 3px; }
.table tbody tr:nth-child(odd) {
  background-color: #F5F5F5; }
.table tbody tr:nth-child(even) {
  background-color: #FFFFFF; }
.table th,
.table td {
  padding: 10px;
  text-align: left; }

.overlay {
  top: 172px;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 1000;
  position: fixed;
  display: none; }
.overlay .overlay-toggle.close {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 50px;
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../../img/closer.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.overlay .overlay-wrapper {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px;
  position: relative; }
.overlay .overlay-wrapper input {
  color: #3B3B3B;
  font-size: 1.4em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #3B3B3B; }
@media screen and (min-width: 640px) {
  .overlay .overlay-wrapper input {
    font-size: 3em; } }
@media screen and (min-width: 980px) {
  .overlay .overlay-wrapper input {
    font-size: 5em; } }
.overlay .overlay-wrapper input:focus {
  outline: 0; }

.page-wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

.navigation-meta {
  display: none; }
@media print, screen and (min-width: 61.25em) {
  .navigation-meta {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto -40px auto;
    max-width: 90rem;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0; } }
.navigation-meta .menu-social-menue-container,
.navigation-meta .menu-social-menu-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-bottom: 15px; }
@media print, screen and (min-width: 61.25em) {
  .navigation-meta .menu-social-menue-container,
  .navigation-meta .menu-social-menu-container {
    margin-bottom: 0; } }
.navigation-meta .menu-social-menue-container .menu,
.navigation-meta .menu-social-menu-container .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media print, screen and (min-width: 61.25em) {
  .navigation-meta .menu-social-menue-container,
  .navigation-meta .menu-social-menu-container {
    background-color: #F5F5F5;
    margin: 0 -40px 0 40px;
    padding: 11px 35px 11px 0; }
  .navigation-meta .menu-social-menue-container::before,
  .navigation-meta .menu-social-menu-container::before {
    background-image: url("../../img/bezier-border-xlight-gray.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: "";
    left: -46px;
    position: absolute;
    top: 0;
    width: 51px; } }
.navigation-meta .menu-header-meta-container {
  margin-bottom: 1em; }
.navigation-meta .menu-header-meta-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none; }
.navigation-meta .menu-header-meta-container .menu-item {
  display: inline-block;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0 5px;
  font-size: .666667em; }
@media screen and (min-width: 75em) {
  .navigation-meta .menu-header-meta-container .menu-item {
    font-size: .7777777em; } }
.navigation-meta .menu-header-meta-container .menu-item-type-language {
  border-left: 1px solid #44c8ff;
  padding-left: 10px; }
.navigation-meta .menu-header-meta-container .current-menu-item > a {
  color: #f4d200; }
.navigation-meta .menu-header-meta-container a {
  color: #AEAEAE; }
@media print, screen and (min-width: 61.25em) {
  .navigation-meta .menu-header-meta-container a {
    color: #FFFFFF; }
  .navigation-meta .menu-header-meta-container a:hover {
    color: #f4d200; } }
@media print, screen and (min-width: 61.25em) {
  .navigation-meta .menu-header-meta-container {
    background-color: #009cdd;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 11px 35px 11px 0;
    position: relative;
    z-index: 10; }
  .navigation-meta .menu-header-meta-container::before {
    border-color: #009cdd;
    background-image: url("../../img/bezier-border.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: "";
    left: -44px;
    position: absolute;
    top: -1px;
    width: 51px; }
  .navigation-meta .menu-header-meta-container::after {
    border-color: #009cdd;
    background-image: url("../../img/bezier-border.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: "";
    position: absolute;
    right: -44px;
    top: -1px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 51px; } }

.nav__sidebar {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: none;
  margin-top: 60px; }
@media print, screen and (min-width: 61.25em) {
  .nav__sidebar {
    display: block;
    margin-top: 0; } }
.nav__sidebar ul {
  display: none;
  list-style: none;
  margin: 0; }
.nav__sidebar li {
  background-color: #FFFFFF;
  border-top: 1px solid #F5F5F5;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
.nav__sidebar a {
  color: #3B3B3B;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 300;
  padding: 10px 15px;
  text-transform: uppercase; }
.nav__sidebar a:hover {
  color: #009cdd; }
.nav__sidebar div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.nav__sidebar button {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #FFFFFF;
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px; }
.nav__sidebar button:focus {
  outline: 0; }
.nav__sidebar button::after {
  background: url("../../img/chevron-right.svg") center center no-repeat transparent;
  background-size: 16px 16px;
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%; }
.nav__sidebar .menu-item-has-children > div > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.nav__sidebar .menu {
  display: block; }
.nav__sidebar .sub-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }
.nav__sidebar .current-menu-item-ancestor,
.nav__sidebar .current-menu-item,
.nav__sidebar .current-page-ancestor,
.nav__sidebar .current_page_parent,
.nav__sidebar .current_page_item {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.nav__sidebar .current-menu-item-ancestor > div > button::after,
.nav__sidebar .current-menu-item > div > button::after,
.nav__sidebar .current-page-ancestor > div > button::after,
.nav__sidebar .current_page_parent > div > button::after,
.nav__sidebar .current_page_item > div > button::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.nav__sidebar .current-menu-item-ancestor > ul,
.nav__sidebar .current-menu-item > ul,
.nav__sidebar .current-page-ancestor > ul,
.nav__sidebar .current_page_parent > ul,
.nav__sidebar .current_page_item > ul {
  display: block; }
.nav__sidebar .current-menu-item-ancestor > ul li,
.nav__sidebar .current-menu-item > ul li,
.nav__sidebar .current-page-ancestor > ul li,
.nav__sidebar .current_page_parent > ul li,
.nav__sidebar .current_page_item > ul li {
  display: block; }
.nav__sidebar .current-menu-item-ancestor.menu-item--open > div > button::after,
.nav__sidebar .current-menu-item.menu-item--open > div > button::after,
.nav__sidebar .current-page-ancestor.menu-item--open > div > button::after,
.nav__sidebar .current_page_parent.menu-item--open > div > button::after,
.nav__sidebar .current_page_item.menu-item--open > div > button::after {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0); }
.nav__sidebar .menu-item--open > div > button::after {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg); }
.nav__sidebar > ul > li {
  border: 0;
  /* First level is hidden */ }
.nav__sidebar > ul > li > div > a {
  display: none; }
.nav__sidebar > ul > li::after {
  display: none; }
.nav__sidebar > ul > li > ul > li {
  /* 2nd level */ }
.nav__sidebar > ul > li > ul > li:first-child {
  border: 0; }
.nav__sidebar > ul > li > ul > li > div > a {
  font-weight: bold; }
.nav__sidebar > ul > li > ul > li button {
  border-left-color: #F5F5F5; }
.nav__sidebar > ul > li > ul > li > ul > li {
  /* 3rd level */ }
.nav__sidebar > ul > li > ul > li > ul > li > div > a {
  border-left: 15px solid #C3C3C3; }
.nav__sidebar > ul > li > ul > li > ul > li > ul > li {
  /* 3rd level */ }
.nav__sidebar > ul > li > ul > li > ul > li > ul > li > div > a {
  border-left: 30px solid #C3C3C3; }
.nav__sidebar > ul > li > ul > li > ul > li > ul > li > ul > li {
  /* 3rd level */ }
.nav__sidebar > ul > li > ul > li > ul > li > ul > li > ul > li > div > a {
  border-left: 45px solid #C3C3C3; }
.nav__sidebar > ul > li > ul > li > ul .current_page_parent,
.nav__sidebar > ul > li > ul > li > ul .current-menu-ancestor,
.nav__sidebar > ul > li > ul > li > ul .current-menu-item-ancestor,
.nav__sidebar > ul > li > ul > li > ul .current-menu-item {
  color: #009cdd; }
.nav__sidebar > ul > li > ul > li > ul .current_page_parent > div > a,
.nav__sidebar > ul > li > ul > li > ul .current-menu-ancestor > div > a,
.nav__sidebar > ul > li > ul > li > ul .current-menu-item-ancestor > div > a,
.nav__sidebar > ul > li > ul > li > ul .current-menu-item > div > a {
  border-left-color: #009cdd;
  color: inherit; }
.nav__sidebar > ul > li > ul > .current_page_parent,
.nav__sidebar > ul > li > ul > .current-menu-ancestor,
.nav__sidebar > ul > li > ul > .current-menu-item-ancestor,
.nav__sidebar > ul > li > ul > .current-menu-item,
.nav__sidebar > ul > li > ul > .current-post-ancestor {
  background-color: #f4d200;
  color: #FFFFFF; }
.nav__sidebar > ul > li > ul > .current_page_parent > div > a,
.nav__sidebar > ul > li > ul > .current-menu-ancestor > div > a,
.nav__sidebar > ul > li > ul > .current-menu-item-ancestor > div > a,
.nav__sidebar > ul > li > ul > .current-menu-item > div > a,
.nav__sidebar > ul > li > ul > .current-post-ancestor > div > a {
  color: inherit; }
.nav__sidebar > ul > li > ul > .current_page_parent > div > button::after,
.nav__sidebar > ul > li > ul > .current-menu-ancestor > div > button::after,
.nav__sidebar > ul > li > ul > .current-menu-item-ancestor > div > button::after,
.nav__sidebar > ul > li > ul > .current-menu-item > div > button::after,
.nav__sidebar > ul > li > ul > .current-post-ancestor > div > button::after {
  background-image: url("../../img/chevron-right-white.svg"); }
.nav__sidebar > ul > .current_page_parent,
.nav__sidebar > ul > .current-menu-ancestor,
.nav__sidebar > ul > .current-menu-item-ancestor,
.nav__sidebar > ul > .current-menu-item {
  background: #009cdd;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF; }
.nav__sidebar > ul > .current_page_parent ~ li,
.nav__sidebar > ul > .current-menu-ancestor ~ li,
.nav__sidebar > ul > .current-menu-item-ancestor ~ li,
.nav__sidebar > ul > .current-menu-item ~ li {
  display: none; }
.nav__sidebar > ul > .current_page_parent > div > a,
.nav__sidebar > ul > .current-menu-ancestor > div > a,
.nav__sidebar > ul > .current-menu-item-ancestor > div > a,
.nav__sidebar > ul > .current-menu-item > div > a {
  color: inherit;
  display: block;
  font-weight: bold; }
.nav__sidebar > ul > .current_page_parent > div > button::after,
.nav__sidebar > ul > .current-menu-ancestor > div > button::after,
.nav__sidebar > ul > .current-menu-item-ancestor > div > button::after,
.nav__sidebar > ul > .current-menu-item > div > button::after {
  background-image: url("../../img/chevron-right-white.svg"); }

.content-sidebar {
  margin-top: 60px; }

.menu-social-menue-container .menu,
.menu-social-menu-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.menu-social-menue-container .menu .menu-item,
.menu-social-menu-container .menu .menu-item {
  display: inline-block;
  margin: 0 5px; }
.menu-social-menue-container .menu .menu-item a,
.menu-social-menu-container .menu .menu-item a {
  width: .9em;
  height: .9em; }
@media screen and (min-width: 75em) {
  .menu-social-menue-container .menu .menu-item a,
  .menu-social-menu-container .menu .menu-item a {
    width: 1em;
    height: 1em; } }

.navigation-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 90rem;
  padding: 25px 0;
  position: relative; }

.menu-main {
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 400;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  -o-transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out; }
.menu-main .menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 2em; }
.menu-main .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 1px solid #F5F5F5;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase; }
.menu-main .menu-item:hover > div > a {
  color: #009cdd; }
.menu-main .current-menu-parent > div > a,
.menu-main .current_page_parent > div > a,
.menu-main .current-menu-ancestor > div > a,
.menu-main .current-menu-item > div > a {
  color: #009cdd; }
.menu-main li {
  display: block; }
.menu-main div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.menu-main a {
  color: #3B3B3B;
  border-color: #C3C3C3;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px; }
@media print, screen and (min-width: 61.25em) {
  .menu-main a {
    padding: 0; } }
.menu-main button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #F5F5F5;
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px; }
.menu-main button:focus {
  outline: 0; }
.menu-main button::after {
  background: url("../../img/chevron-right.svg") center center no-repeat transparent;
  background-size: 16px 16px;
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px; }
.menu-main .menu-item-has-children > div > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.menu-main .sub-menu {
  display: none;
  margin: 0; }
.menu-main .sub-menu a {
  border-left: 0 solid #C3C3C3;
  text-transform: none; }
.menu-main .sub-menu > .menu-item > div > a {
  border-left-width: 15px; }
.menu-main .sub-menu > .menu-item > .sub-menu > .menu-item > div > a {
  border-left-width: 30px; }
.menu-main .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > div > a {
  border-left-width: 45px; }
.menu-main.is--search a {
  height: auto;
  text-indent: 0;
  background-image: url("../../img/search-white.svg");
  background-position: right; }
@media print, screen and (min-width: 61.25em) {
  .menu-main.is--search a {
    text-indent: 99999px;
    width: 1.5em;
    height: 1.5em;
    background-image: url("../../img/search.svg");
    background-position: center; } }
.menu-main .current_page_parent > div > a,
.menu-main .current-menu-ancestor > div > a,
.menu-main .current-menu-item > div > a {
  border-color: #009cdd; }
.menu-main .menu-item--open > div > button::after {
  right: 1.2em;
  top: .8em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
@media print, screen and (min-width: 61.25em) {
  .menu-main {
    border-left: 0;
    border-right: 0;
    display: block;
    position: relative;
    margin-top: 30px; }
  .menu-main button {
    display: none; }
  .menu-main .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-top: 0; }
  .menu-main .menu-item {
    border-bottom: 0;
    border-top: 0;
    display: inline-block;
    font-size: .8888rem;
    padding: 0 15px;
    position: relative; }
  .menu-main .menu-item:not(:first-child) {
    border-left: 1px solid #DFDFDF; }
  .menu-main .menu-item:hover > .sub-menu {
    height: auto;
    opacity: 1;
    overflow: visible;
    border-top: 3px solid #009cdd; }
  .menu-main .sub-menu {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(59, 59, 59, 0.2);
    box-shadow: 0 2px 2px rgba(59, 59, 59, 0.2);
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    width: 260px; }
  .menu-main .sub-menu .menu-item {
    border: none;
    display: block;
    padding: 0;
    position: relative; }
  .menu-main .sub-menu .menu-item:not(:first-child) {
    border-top: 1px solid #DFDFDF; }
  .menu-main .sub-menu .menu-item a {
    border: none;
    padding: 10px 15px; }
  .menu-main .sub-menu .menu-item .sub-menu {
    display: none;
    left: 100%;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .menu-main .menu-item-has-children > div > button {
    display: none; } }
@media screen and (min-width: 75em) {
  .menu-main .menu-item {
    padding: 0 20px;
    font-size: 1.1111em; } }

.logo-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
@media print, screen and (min-width: 61.25em) {
  .logo-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }
.logo-main img {
  height: 60px; }
@media print, screen and (min-width: 61.25em) {
  .logo-main img {
    height: 90px; } }

.menu-toggle {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em auto;
  cursor: pointer;
  display: block;
  height: 2em;
  position: absolute;
  right: 15px;
  top: 37px;
  width: 2em; }
@media print, screen and (min-width: 61.25em) {
  .menu-toggle {
    display: none; } }
.menu-toggle.open {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../../img/hamburger.svg"); }
.nav--visible .menu-toggle {
  background-image: url("../../img/closer.svg"); }

.keyvisual-container {
  overflow: hidden;
  line-height: 0; }
.keyvisual-container .slider {
  min-height: 100%;
  height: 100%; }
.keyvisual-container .keyvisual {
  min-height: 100%; }
.keyvisual-container .keyvisual::before {
  background-image: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2) 120%);
  background-image: -o-radial-gradient(center, circle, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2) 120%);
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2) 120%);
  background-position: center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
.keyvisual-container .keyvisual img {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.6;
  width: 100% !important;
  height: 100%;
  width: auto;
  position: absolute; }
.keyvisual-container .keyvisual .keyvisual-content {
  left: 50%;
  margin: 0;
  max-width: calc(90rem * 0.6);
  padding: 30px;
  position: relative;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 100;
  width: 80%; }
@media screen and (max-width: 780px) {
  .keyvisual-container .keyvisual .keyvisual-content {
    font-size: 12px; } }
.keyvisual-container .keyvisual .keyvisual-content .keyvisual-title {
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.222222em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em; }
.keyvisual-container .keyvisual .keyvisual-content .keyvisual-text {
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.2;
  font-size: 1.388889em;
  margin-top: 2em; }

.breadcrumbs-container {
  border-bottom: 1px solid #F5F5F5;
  border-top: 1px solid #F5F5F5;
  display: none;
  padding: 15px 0; }
@media print, screen and (min-width: 40em) {
  .breadcrumbs-container {
    display: block; } }
.breadcrumbs-container .breadcrumbs {
  font-size: .777778em; }
.breadcrumbs-container .breadcrumbs > span > span > a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../../img/home.svg");
  background-size: 1em;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-right: .5em; }
.breadcrumbs-container .breadcrumbs a {
  font-weight: bold;
  color: #3B3B3B; }
.breadcrumbs-container .breadcrumbs .seperator {
  display: inline-block;
  width: .5em;
  height: .75em;
  background-image: url("../../img/chevron-right.svg");
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 .5em; }

.content {
  background: url(../../img/signet.svg) left -200px no-repeat;
  background-size: 100%; }

.content__container {
  padding: 60px 0; }
@media print, screen and (min-width: 61.25em) {
  .content__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.container {
  margin: auto;
  max-width: 1440px;
  padding: 0 15px;
  position: relative; }
@media print, screen and (min-width: 40em) {
  .container {
    padding: 0 30px; } }
@media screen and (min-width: 75em) {
  .container {
    padding: 0 60px; } }

@media print, screen and (min-width: 61.25em) {
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 320px;
    padding-right: 30px;
    width: 30%; } }

.main {
  max-width: 100%; }
@media print, screen and (min-width: 61.25em) {
  .main:not(:last-child) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 30px; } }

.blog__section {
  max-width: 100%; }
@media screen and (max-width: 980px) {
  .blog__section article {
    min-width: 100%; } }

@media (min-width: 40em) {
  .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1em; }
@media (min-width: 40em) {
  .entry__meta {
    margin-right: 1em;
    margin-bottom: 0;
    width: 128px; } }

.entry__date--range {
  background-color: #009cdd;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2; }
.entry__date--range .entry__date {
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
.entry__date--range .entry__date__delimiter {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  height: 0;
  margin: .5em auto;
  width: 50%; }
.entry__date--range .entry__date__day {
  border-radius: 0;
  font-size: 1rem; }

.entry__location {
  background-color: #f4d200;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #FFFFFF;
  font-size: .75rem;
  margin-top: -4px;
  padding: calc(.25em + 4px) 1em 0.25em;
  text-align: center;
  z-index: 1; }

.entry__date {
  background-color: #009cdd;
  border-radius: 5px;
  color: #FFFFFF;
  left: 0;
  line-height: 1;
  padding: 15px;
  position: relative;
  text-align: center;
  top: 0;
  z-index: 2; }
.entry__date__day {
  line-height: 1;
  font-size: 1.5rem; }
@media (min-width: 40em) {
  .entry__date__day {
    font-size: 1.75rem; } }
@media (min-width: 48.875em) {
  .entry__date__day {
    font-size: 2rem; } }

.entry__content__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.entry__header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em; }

.entry__title {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 0; }

.entry__footer {
  margin-top: 2em; }

.post-type-archive .content {
  background: transparent; }

.posts {
  margin: 30px 0; }
.posts .hentry {
  padding: 50px 0; }
.posts .hentry:first-child {
  padding-top: 0; }
.posts .hentry:not(:first-child) {
  border-top: 1px solid #DFDFDF; }

.post-type-archive-dissertation .entry {
  padding: 4em 0; }
.post-type-archive-dissertation .entry:first-child {
  padding-top: 0; }
.post-type-archive-dissertation .entry:not(:first-child) {
  border-top: 1px solid #DFDFDF; }
.post-type-archive-dissertation .entry__header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em; }
.post-type-archive-dissertation .entry__header p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

.wp-caption-text {
  color: #6A6A6A;
  font-size: .75rem;
  font-style: italic; }

.page-footer {
  background-color: #F5F5F5; }
.page-footer .footer-blocks {
  max-width: 90rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 15px; }
@media print, screen and (min-width: 61.25em) {
  .page-footer .footer-blocks {
    padding: 80px 0; } }
.page-footer .footer-blocks > div {
  margin: 0 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 30px); }
@media print, screen and (min-width: 40em) {
  .page-footer .footer-blocks > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 30px); } }
@media print, screen and (min-width: 61.25em) {
  .page-footer .footer-blocks > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(25% - 30px); } }
.page-footer .footer-blocks > div .widgettitle {
  font-size: 1.111111em;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.2; }
.page-footer .footer-blocks > div .textwidget {
  font-size: .888888em;
  font-weight: 100; }
.page-footer .footer-blocks > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
@media print, screen and (min-width: 61.25em) {
  .page-footer .footer-blocks > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 15px);
    margin-right: 15px; } }
.page-footer .footer-blocks > div:first-child .textwidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.page-footer .footer-blocks > div:first-child .textwidget p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
@media print, screen and (min-width: 40em) {
  .page-footer .footer-blocks > div:first-child .textwidget p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
.page-footer .footer-blocks > div:last-child {
  margin-right: 0; }

.copyright-footer-container .copyright-footer {
  max-width: 90rem;
  font-size: .666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0 80px; }
.copyright-footer-container .copyright-footer .footer-copyright {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #DFDFDF;
  margin: 0 15px;
  max-width: calc(100% - 30px); }
.copyright-footer-container .copyright-footer .footer-menu-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 15px;
  max-width: calc(100% - 30px); }
@media print, screen and (min-width: 40em) {
  .copyright-footer-container .copyright-footer .footer-menu-meta {
    text-align: right; } }
.copyright-footer-container .copyright-footer .footer-menu-meta .menu {
  list-style: none; }
.copyright-footer-container .copyright-footer .footer-menu-meta .menu .menu-item {
  display: inline-block; }

.teaser__box {
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 15px 0;
  overflow: hidden;
  position: relative; }
.teaser__box:hover .teaser__button {
  opacity: 1; }

.teaser__image {
  padding-top: 68.5%;
  position: relative; }
.teaser__image::before {
  background-position: center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
.teaser__image img {
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  top: 0;
  width: 100%; }

.teaser__button {
  left: 50%;
  opacity: 0;
  font-weight: normal;
  position: absolute;
  top: 33.3%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-transform: uppercase;
  z-index: 20; }

.teaser__content__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  max-height: 164px;
  padding: 1em;
  position: absolute;
  right: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  z-index: 15; }

.teaser__title {
  font-size: 2rem;
  margin: 0; }

.teaser__content {
  color: #3B3B3B;
  margin-top: .5em; }

.scroll-to-top {
  background-color: #AEAEAE;
  border: 0;
  border-radius: 5px;
  bottom: 1em;
  cursor: pointer;
  line-height: 0;
  padding: 1.333em 1em;
  position: fixed;
  right: 1.333em;
  opacity: .5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 100; }
.scroll-to-top:hover {
  background-color: #009cdd;
  opacity: 1; }

.aside-content {
  margin-top: 30px; }

.downloads:not(:first-child) {
  margin-top: 3em; }

.download__subcategory {
  font-size: 1.5rem; }

.download__list__item {
  list-style: none;
  padding-left: 1.5em;
  position: relative; }
.download__list__item:not(:first-child) {
  margin-top: .5em; }
.download__list__item::before {
  content: url("../../img/icon-download.svg");
  left: 0;
  position: absolute; }

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.testimonial:not(:first-child) {
  margin-top: 5em; }
.testimonial__container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
[lang=de-DE] .testimonial__content > :first-child::before {
  content: '„'; }
[lang=fr-FR] .testimonial__content > :first-child::before {
  content: '»'; }
[lang=de-DE] .testimonial__content > :last-child::after {
  content: '“'; }
[lang=fr-FR] .testimonial__content > :last-child::after {
  content: '«'; }
.testimonial__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 3em; }
.testimonial__img {
  width: auto; }
.testimonial__author::before {
  display: none; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3em 0; }
@supports (display: grid) {
  .gallery {
    display: grid;
    grid-gap: 15px; } }
.gallery-columns-2 .gallery-item {
  width: calc(50% - 15px); }
@supports (display: grid) {
  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr); }
  .gallery-columns-2 .gallery-item {
    width: 100%; } }
.gallery-columns-3 .gallery-item {
  width: calc(33.333% - 20px); }
@supports (display: grid) {
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr); }
  .gallery-columns-3 .gallery-item {
    width: 100%; } }
.gallery-columns-4 .gallery-item {
  width: calc(25% - 22.5px); }
@supports (display: grid) {
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr); }
  .gallery-columns-4 .gallery-item {
    width: 100%; } }
.gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 30px;
  width: 100%; }
@supports (display: grid) {
  .gallery-item {
    margin-top: 0;
    width: 100%; } }
.gallery-item a {
  display: block;
  height: 100%; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; } }
.gallery-icon {
  height: 100%;
  line-height: 0;
  width: 100%; }

img {
  height: auto;
  max-width: 100%;
  width: auto; }

.accordion .accordion__item {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1px; }
.accordion .accordion__item .accordion__title {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  cursor: pointer;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  padding: 15px 60px 15px 20px;
  position: relative; }
.accordion .accordion__item .accordion__title:after {
  background-image: url("../../img/chevron-right.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 20px; }
.accordion .accordion__item .accordion__title.is--open:after {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotateZ(90deg);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.accordion .accordion__item .accordion__content {
  border: 1px solid #F5F5F5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px; }
.accordion .accordion__item .accordion__content > * {
  margin-bottom: 15px; }
.accordion .accordion__item .accordion__content > ul {
  margin-bottom: 30px; }
.accordion .accordion__item .accordion__content > ul:last-of-type {
  margin-bottom: 15px; }

.accordion.primary .accordion__item .accordion__title {
  background-color: #009cdd;
  border-color: #009cdd;
  color: #FFFFFF; }
.accordion.primary .accordion__item .accordion__title:after {
  background-image: url("../../img/chevron-right-white.svg"); }

.accordion.primary .accordion__item .accordion__content {
  border-color: #009cdd; }

.box {
  border: 1px solid #009cdd;
  border-radius: 5px;
  padding: 1em; }
.box__title {
  font-size: 1.25rem;
  margin: 0; }
.box__content, .box__footer {
  margin-top: 1em; }

.widget--light .widget-title {
  color: #FFFFFF; }

.data-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: .777em;
  padding: 15px 18.25px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 40; }
.data-box--bottom {
  bottom: 0; }
.data-box--top {
  top: 0; }
.data-box b:first-of-type {
  font-size: 2.142em; }

.widget_blog .widget-title {
  text-align: center;
  text-transform: uppercase; }

.blog .entry {
  display: block; }
@media print, screen and (min-width: 61.25em) {
  .blog .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.blog .entry .entry__meta {
  margin-bottom: 15px;
  width: 100%; }
@media print, screen and (min-width: 61.25em) {
  .blog .entry .entry__meta {
    margin-bottom: 0px;
    width: 128px; } }

.blog__sections {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.blog__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media print, screen and (min-width: 61.25em) {
  .blog__section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 15px); } }
.blog__section:first-child .blog__post {
  width: 100%; }

.blog__post:not(:first-child) {
  margin-top: 30px; }

@media print, screen and (min-width: 61.25em) {
  .blog__post {
    width: calc(50% - 15px); }
  .blog__post:nth-child(2) {
    margin-top: 0; } }

.blog__link {
  color: #3B3B3B; }
.blog__link:hover {
  color: #009cdd; }

.blog__image {
  border-radius: 5px;
  overflow: hidden;
  padding-top: 66.6%;
  position: relative; }
.blog__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10; }
.blog__image__img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .blog__image__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; } }

.blog__date {
  background-color: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 5px;
  bottom: 0;
  line-height: 1;
  color: #3B3B3B;
  font-size: .777em;
  padding: 15px 18.25px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 40; }
.blog__date b:first-of-type {
  font-size: 2.142em; }

.blog__header {
  padding: 1em 0; }

.blog__title {
  color: inherit;
  font-size: 1.5rem;
  margin: 0; }

.blog__black {
  color: inherit; }

.widget_videos .widget-title {
  text-align: center;
  text-transform: uppercase; }

.widget_videos .posts__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px; }

.widget_videos .video {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 15px;
  max-width: calc(33.3% - 30px); }

.widget_videos .box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 15px;
  max-width: calc(66.6% - 30px); }

.icon a {
  width: 1em;
  height: 1em;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  text-indent: -99999px;
  /*&:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            //background-color: red;
        }*/ }
.icon a:hover {
  opacity: .8; }

.icon.is--facebook a {
  background-image: url("../../img/facebook.svg"); }

.icon.is--twitter a {
  background-image: url("../../img/twitter.svg"); }

.icon.is--xing a {
  background-image: url("../../img/xing.svg"); }

.icon.is--pinterest a {
  background-image: url("../../img/pinterest.svg"); }

.icon.is--youtube a {
  background-image: url("../../img/youtube.svg"); }

.icon.is--linkedin a {
  background-image: url("../../img/linkedin.svg"); }

.icon.is--blogger a {
  background-image: url("../../img/blogger.svg"); }

.icon.is--instagram a {
  background-image: url("../../img/instagram.svg"); }

.icon.is--search {
  padding-top: 15px; }
@media print, screen and (min-width: 61.25em) {
  .icon.is--search {
    padding-top: 0; } }
.icon.is--search a {
  background-image: url("../../img/search.svg"); }

.pagination-items {
  margin-left: 15px; }

.page-numbers {
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: .5em .725em;
  text-align: center;
  margin: 0 2px; }
.page-numbers:not(.dots):hover {
  background-color: #DFDFDF;
  color: #FFFFFF; }
.page-numbers.current {
  background-color: #009cdd;
  border-color: #009cdd;
  color: #FFFFFF; }
.page-numbers.current:hover {
  background-color: #009cdd;
  border-color: #009cdd; }
.page-numbers.prev, .page-numbers.next {
  background-color: #DFDFDF;
  color: #FFFFFF; }
.page-numbers.dots {
  border: none; }

.pagination:first-child {
  margin-bottom: 30px; }

.pagination:last-child {
  margin-top: 30px; }

.screen-reader-text {
  display: none; }

.nav--visible .navigation-main,
.nav--visible .navigation-meta {
  display: block; }

.nav--visible .navigation-main .menu-main {
  display: block; }

.nav--visible .keyvisual,
.nav--visible .keyvisual-container,
.nav--visible .breadcrumbs-container,
.nav--visible .content,
.nav--visible .content-wrapper,
.nav--visible .page-footer,
.nav--visible .copyright-footer-container {
  display: none; }

.accordion .accordion__item {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1px; }
.accordion .accordion__item .accordion__title {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  cursor: pointer;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  padding: 15px 60px 15px 20px;
  position: relative; }
.accordion .accordion__item .accordion__title:after {
  background-image: url("../../img/chevron-right.svg");
  background-size: cover;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 20px; }
.accordion .accordion__item .accordion__title.is--open:after {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotateZ(90deg);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
.accordion .accordion__item .accordion__content {
  border: 1px solid #F5F5F5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px; }
.accordion .accordion__item .accordion__content > * {
  margin-bottom: 15px; }
.accordion .accordion__item .accordion__content > ul {
  margin-bottom: 30px; }
.accordion .accordion__item .accordion__content > ul:last-of-type {
  margin-bottom: 15px; }

.accordion.primary .accordion__item .accordion__title {
  background-color: #009cdd;
  border-color: #009cdd;
  color: #FFFFFF; }
.accordion.primary .accordion__item .accordion__title:after {
  background-image: url("../../img/chevron-right-white.svg"); }

.accordion.primary .accordion__item .accordion__content {
  border-color: #009cdd; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 solid black;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold; }
.button:hover {
  cursor: pointer; }
.button.is--xsmall {
  font-size: .666666em; }
.button.is--small {
  font-size: .777777em; }
.button.is--medium {
  font-size: 1em; }
.button.is--large {
  font-size: 1.111111em; }
.button.is--xlarge {
  font-size: 1.388888em; }
.button.primary {
  background-color: #009cdd;
  border: 1px solid #009cdd;
  color: #FFFFFF;
  padding: .25em .5em; }
.button.white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #009cdd;
  padding: .25em .5em; }
.button.primary.is--outlined {
  border: 1px solid #009cdd;
  color: #009cdd;
  background: transparent; }
.button.primary:hover {
  background-color: transparent;
  color: #009cdd; }
.button.primary:hover.is--outlined {
  background: #009cdd;
  color: #FFFFFF; }
.button.secondary {
  background-color: #f4d200;
  border: 1px solid #f4d200;
  color: #3B3B3B;
  padding: .25em .5em; }
.button.secondary.is--outlined {
  background-color: transparent;
  border: 1px solid #f4d200; }
.button.secondary:hover {
  background-color: transparent; }
.button.secondary:hover.is--outlined {
  background: #f4d200; }
.button.white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #009cdd;
  padding: .25em .5em; }
.button.white.is--outlined {
  background-color: transparent;
  border: 1px solid #FFFFFF; }
.button.white:hover {
  background-color: #009cdd;
  border-color: #009cdd;
  color: #FFFFFF; }
.button .button-link {
  color: inherit; }

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.slide__image__img {
  height: auto;
  width: 100%; }
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .slide__image__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; } }

.slide__content-wrapper {
  left: 50%;
  max-width: 66.666%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slide__title {
  font-size: 3.25rem; }

.slide__content {
  font-size: 1.25rem; }

.bx-wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0; }
.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
  background: url("../../img/chevron-left-white.svg") 50% no-repeat #3B3B3B;
  background-size: 23px 30px;
  color: #FFFFFF;
  height: 60px;
  margin-top: -30px;
  width: 60px;
  z-index: 10; }
.bx-wrapper .bx-controls-direction .bx-prev:hover,
.bx-wrapper .bx-controls-direction .bx-next:hover {
  background-color: #009cdd;
  background-position: 50%; }
.bx-wrapper .bx-controls-direction .bx-prev {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  left: 0; }
.bx-wrapper .bx-controls-direction .bx-next {
  background-image: url("../../img/chevron-right-white.svg");
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  right: 0; }
.bx-wrapper .bx-controls .bx-default-pager a {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-color: transparent; }
.bx-wrapper .bx-controls .bx-default-pager a:hover, .bx-wrapper .bx-controls .bx-default-pager a.active {
  background-color: #FFFFFF; }

.latest-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.latest-posts .latest-post,
.latest-posts .latest-posts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 30px); }
@media print, screen and (min-width: 61.25em) {
  .latest-posts .latest-post,
  .latest-posts .latest-posts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 30px); } }
.latest-posts a {
  color: black;
  display: block; }
.latest-posts a:hover {
  color: #009cdd; }
.latest-posts .latest-post {
  margin: 0 15px; }
.latest-posts .latest-post .latest-post-thumbnail-container {
  background-color: #009cdd;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  padding-top: 61%; }
.latest-posts .latest-post .latest-post-thumbnail-container a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../../img/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: 1em, auto;
  background-position: center; }
.latest-posts .latest-post .latest-post-thumbnail-container .latest-post-thumbnail {
  border-radius: 5px;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
.latest-posts .latest-post .latest-post-thumbnail-container .latest-post-date {
  position: absolute;
  bottom: 0;
  padding: 15px 18.25px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: .777777em;
  text-transform: uppercase; }
.latest-posts .latest-post .latest-post-thumbnail-container .latest-post-date b:first-of-type {
  font-size: 2.142857em; }
.latest-posts .latest-post .latest-post-title {
  font-size: 1.388888em;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.2; }
.latest-posts .latest-posts {
  margin: 30px 15px 0; }
@media print, screen and (min-width: 61.25em) {
  .latest-posts .latest-posts {
    margin: 0 15px;
    max-width: calc(50% - 30px); } }
.latest-posts .latest-posts .latest-post {
  margin: 0;
  max-width: 100%; }
@media print, screen and (min-width: 40em) {
  .latest-posts .latest-posts .latest-post {
    margin: 0 15px;
    max-width: calc(50% - 15px); }
  .latest-posts .latest-posts .latest-post:nth-child(2n+1) {
    margin-left: 0; }
  .latest-posts .latest-posts .latest-post:nth-child(2n) {
    margin-right: 0; } }
.latest-posts .latest-posts .latest-post .latest-post-thumbnail-container {
  margin-bottom: 20px; }
.latest-posts .latest-posts .latest-post .latest-post-thumbnail-container .latest-post-date {
  font-size: .666667em; }
.latest-posts .latest-posts .latest-post .latest-post-thumbnail-container .latest-post-date b:first-of-type {
  font-size: 2.083333em; }
.latest-posts .latest-posts .latest-post:first-child .latest-post-thumbnail-container {
  background-color: #f4d200; }
.latest-posts .latest-posts .latest-post:nth-child(2) .latest-post-thumbnail-container {
  background-color: #3adb76; }
.latest-posts .latest-posts .latest-post:nth-child(3) .latest-post-thumbnail-container {
  background-color: #cc4b37; }

@media print, screen and (min-width: 61.25em) {
  .newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.newsletter__column {
  margin-top: 2em; }
@media print, screen and (min-width: 61.25em) {
  .newsletter__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 0;
    width: calc(50% - 30px); } }
.newsletter__column:first-child {
  margin-top: 0; }

.newsletter__title {
  margin-top: 0; }
@media print, screen and (min-width: 61.25em) {
  .newsletter__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; } }

.newsletter__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 1em; }

.newsletter__email {
  background: url("../../img/icon-mail.svg") 1em center transparent no-repeat;
  border: 1px solid #FFFFFF;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: white;
  padding: .5em .5em .5em 4em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 1rem; }
.newsletter__email::-webkit-input-placeholder {
  color: #FFFFFF; }
.newsletter__email:-ms-input-placeholder {
  color: #FFFFFF; }
.newsletter__email::-ms-input-placeholder {
  color: #FFFFFF; }
.newsletter__email::placeholder {
  color: #FFFFFF; }

.newsletter__button {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #009cdd;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1rem;
  padding: 0 2em; }
.newsletter__button:hover {
  background-color: #009cdd;
  color: #FFFFFF; }

.newsletter__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  margin: 0; }
.newsletter__privacy__input {
  margin-right: 1em;
  position: relative;
  top: .25em; }

.validation_error {
  background-color: #cc4b37;
  border-radius: 2px;
  color: #FFFFFF;
  margin-bottom: 1em;
  padding: 1em; }

.gsection_title {
  margin-top: 0; }

.gform_wrapper {
  margin: 3em 0; }

.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.gform_wrapper li.hidden_label input {
  margin-top: 12px; }

.gform_wrapper
.field_sublabel_hidden_label
.ginput_complex.ginput_container
input[type="text"],
.gform_wrapper
.field_sublabel_hidden_label
.ginput_complex.ginput_container
select {
  margin-bottom: 12px; }

.ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.ginput_complex > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 12px;
  width: calc(50% - 15px); }

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 3.7%; }

.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
  width: 100%; }

.gfield_label,
label {
  font-weight: bold; }

.gfield_label_before_complex {
  display: block;
  font-weight: bold;
  margin: 2em 0 1em; }

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  color: #3B3B3B;
  font-size: .8em;
  padding: 10px 15px;
  width: 100%; }

.gform_wrapper input[type="submit"] {
  background-color: #3B3B3B;
  border: 1px solid #3B3B3B;
  color: #FFFFFF;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
.gform_wrapper input[type="submit"]:hover {
  background-color: transparent;
  color: #3B3B3B; }

.gform_wrapper input:focus, .gform_wrapper input:active {
  outline: 0; }

.gform_wrapper textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  color: #3B3B3B;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: .8em;
  padding: 10px 15px;
  resize: none;
  width: 100%; }

.gform_wrapper ul {
  list-style: none; }

.gform_wrapper li[class^="gchoice_"] input[type="checkbox"] {
  display: none; }
.gform_wrapper li[class^="gchoice_"] input[type="checkbox"] + label {
  cursor: pointer;
  position: relative; }
.gform_wrapper li[class^="gchoice_"] input[type="checkbox"] + label:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #3B3B3B;
  border-radius: 3px;
  content: "";
  display: block;
  height: .8em;
  left: -1.25em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .8em; }
.gform_wrapper li[class^="gchoice_"] input[type="checkbox"]:checked + label:before {
  background-color: #3B3B3B;
  background-image: url("../../img/checked.svg"); }

.gform_wrapper li[class^="gchoice_"] input[type="radio"] {
  display: none; }
.gform_wrapper li[class^="gchoice_"] input[type="radio"] + label {
  cursor: pointer;
  position: relative; }
.gform_wrapper li[class^="gchoice_"] input[type="radio"] + label:before {
  background-clip: content-box;
  border: 1px solid #3B3B3B;
  border-radius: 50%;
  content: "";
  display: block;
  height: .65em;
  left: -1.25em;
  padding: .15em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .65em; }
.gform_wrapper li[class^="gchoice_"] input[type="radio"]:checked + label:before {
  background-color: #3B3B3B; }

.gform_wrapper .gform_title {
  color: #3B3B3B; }

.gform_wrapper .ginput_container_select {
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  cursor: pointer;
  position: relative; }
.gform_wrapper .ginput_container_select:after {
  background-image: url("../../img/chevron-down-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px; }
.gform_wrapper .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0 solid transparent;
  color: #3B3B3B;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%; }
.gform_wrapper .ginput_container_select select option {
  color: inherit; }

.gform_wrapper .gfield {
  margin-bottom: 10px; }

.gform_wrapper .dark input[type="text"] {
  color: #FFFFFF; }

.gform_wrapper .dark input[type="submit"] {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3B3B3B; }
.gform_wrapper .dark input[type="submit"]:hover {
  background-color: transparent;
  color: #FFFFFF; }

.gform_wrapper .dark textarea {
  color: #FFFFFF; }

.gform_wrapper .dark label {
  color: #FFFFFF; }

.gform_wrapper .dark li[class^="gchoice_"] input[type="checkbox"] + label:before {
  border: 1px solid #FFFFFF; }

.gform_wrapper .dark li[class^="gchoice_"] input[type="checkbox"]:checked + label:before {
  background-color: #FFFFFF;
  background-image: url("../../img/checked-black.svg"); }

.gform_wrapper .dark li[class^="gchoice_"] input[type="radio"] + label:before {
  border: 1px solid #FFFFFF; }

.gform_wrapper .dark li[class^="gchoice_"] input[type="radio"]:checked + label:before {
  background-color: #FFFFFF; }

.gform_wrapper .dark .gform_title {
  color: #FFFFFF; }

.gform_wrapper .dark .ginput_container_select:after {
  background-image: url("../../img/chevron-down.svg"); }

.gform_wrapper .dark .ginput_container_select select {
  color: #FFFFFF; }
.gform_wrapper .dark .ginput_container_select select option {
  color: #3B3B3B; }

.gform_wrapper .primary li[class^="gchoice_"] input[type="checkbox"] + label:before {
  border: 1px solid #009cdd; }

.gform_wrapper .primary li[class^="gchoice_"] input[type="checkbox"]:checked + label:before {
  background-color: #009cdd;
  background-image: url("../../img/checked.svg"); }

.gform_wrapper .primary li[class^="gchoice_"] input[type="radio"] + label:before {
  border: 1px solid #009cdd; }

.gform_wrapper .primary li[class^="gchoice_"] input[type="radio"]:checked + label:before {
  background-color: #009cdd; }

.gform_wrapper .newsletter__form {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 75%; }
.gform_wrapper .newsletter__form .validation_error {
  border-color: #cc4b37;
  color: #cc4b37;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; }
.gform_wrapper .newsletter__form .gfield_error label,
.gform_wrapper .newsletter__form .gfield_error .gfield_required {
  color: #cc4b37; }
.gform_wrapper .newsletter__form .gform_body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  margin: 0;
  padding: 0;
  z-index: 20; }
.gform_wrapper .newsletter__form .gform_body .gfield,
.gform_wrapper .newsletter__form .gform_body .ginput_container {
  background-color: transparent;
  border: 0 solid transparent;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0; }
.gform_wrapper .newsletter__form .gfield_description.validation_message {
  display: none; }
.gform_wrapper .newsletter__form .ginput_container {
  position: relative; }
.gform_wrapper .newsletter__form .ginput_container:before {
  background-color: #FFFFFF;
  content: "";
  display: inline-block;
  height: 1em;
  left: .5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em; }
.gform_wrapper .newsletter__form .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: .8em;
  margin-bottom: 0;
  padding: 10px 15px 10px 2.5em;
  width: 100%; }
.gform_wrapper .newsletter__form .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
  color: #FFFFFF; }
.gform_wrapper .newsletter__form .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder {
  color: #FFFFFF; }
.gform_wrapper .newsletter__form .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-ms-input-placeholder {
  color: #FFFFFF; }
.gform_wrapper .newsletter__form .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder {
  color: #FFFFFF; }
.gform_wrapper .newsletter__form .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .gform_wrapper .newsletter__form .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):active {
  outline: 0; }
.gform_wrapper .newsletter__form .gform_footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 0;
  padding: 0;
  z-index: 40; }
.gform_wrapper .newsletter__form .gform_footer .gform_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  color: #009cdd;
  cursor: pointer;
  font-size: .8em;
  margin: 0;
  margin-left: -1.5em;
  padding: 10px 30px;
  width: calc(100% + 1.5em); }
.gform_wrapper .newsletter__form .gform_footer .gform_button:hover {
  background-color: #009cdd;
  color: #FFFFFF; }
.gform_wrapper .newsletter__form .gform_footer .gform_button:focus, .gform_wrapper .newsletter__form .gform_footer .gform_button:active {
  outline: 0; }

.validation_message {
  color: #cc4b37;
  font-size: .875em; }

.gfield_error input[type="text"],
.gfield_error input[type="email"],
.gfield_error select,
.gfield_error textarea {
  border-color: #cc4b37; }

input[type="text"] {
  width: 100%; }

.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.video-container .video-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 30px);
  margin: 0 15px 30px;
  border-radius: 5px;
  overflow: hidden; }
@media print, screen and (min-width: 40em) {
  .video-container .video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
    /*&:nth-child(2n+1){
            margin-left: 0;
        }
        &:nth-child(2n){
            margin-right: 0;
        }*/ } }
@media print, screen and (min-width: 61.25em) {
  .video-container .video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
    /*&:nth-child(2n+1){
            margin-left: 15px;
        }
        &:nth-child(2n){
            margin-right: 15px;
        }*/
    /*&:nth-child(4n+1){
            margin-left: 0;
        }
        &:nth-child(4n){
            margin-right: 0;
        }*/ } }
.video-container .video-item .video-date {
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 15px 18.25px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: .777777em;
  text-transform: uppercase;
  z-index: 40; }
.video-container .video-item .video-date b:first-of-type {
  font-size: 2.142857em; }
.video-container .video-item .video-thumbnail {
  position: relative;
  z-index: 20; }
.video-container .video-item .video-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../../img/video-play-gray.svg");
  background-repeat: no-repeat;
  background-size: 3em, auto;
  background-position: center; }
.video-container .video-item .video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.video-container .video-item .video-title {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  font-size: 1.388888em;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.2; }
.video-container .video-item a {
  color: #3B3B3B; }
.video-container .video-annotation {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: calc(100% - 30px);
  margin: 0 15px 30px;
  border: 1px solid #009cdd;
  border-radius: 5px;
  padding: 15px 30px; }
@media print, screen and (min-width: 40em) {
  .video-container .video-annotation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 30px); } }
@media print, screen and (min-width: 61.25em) {
  .video-container .video-annotation {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }
.video-container .video-annotation .video-annotation-title {
  color: #009cdd;
  font-size: 1.666666em;
  font-weight: bold;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 30px; }
.video-container .video-annotation .video-annotation-content {
  margin-bottom: 30px; }
.video-container .video-annotation .video-annotation-link {
  margin-bottom: 30px; }
.video-container .video-annotation .video-annotation-link a {
  background-color: #009cdd;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 5px 15px; }

@media screen and (max-width: 980px) {
  .widget_videos .video {
    max-width: calc(50% - 30px); } }

@media screen and (max-width: 783px) {
  .widget_videos .video {
    max-width: calc(100% - 30px); } }

@media (min-width: 40em) {
  .post-type-archive-videos .posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.post-type-archive-videos .video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 30px;
  padding: 0; }
@media (min-width: 40em) {
  .post-type-archive-videos .video {
    width: calc(50% - 15px); } }
.post-type-archive-videos .video:first-child {
  margin: 0;
  width: 100%; }

.video-wrapper {
  margin-bottom: 2em;
  padding-top: 56.25%;
  position: relative; }
.video-wrapper iframe {
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.video {
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  position: relative; }
.video__link {
  color: #3B3B3B; }
.video__link:hover {
  color: #009cdd; }
.video__date {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 5px;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 10; }
.video__date__day {
  line-height: 1;
  font-size: 2rem; }
.video__title {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: inherit;
  font-size: 1rem;
  left: 0;
  line-height: 1.2;
  margin: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  z-index: 10; }
.video__preview {
  line-height: 0; }
.video__preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center; }
.video__preview::after {
  content: url("../../img/video-play-gray.svg");
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 39%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem; }
.video img {
  height: auto;
  max-width: 100%;
  width: 100%; }

.widget_testimonial-slider {
  text-align: center; }
.widget_testimonial-slider .bx-wrapper .bx-controls-direction .bx-prev,
.widget_testimonial-slider .bx-wrapper .bx-controls-direction .bx-next {
  background-color: transparent; }

.testimonial-slide {
  padding: 0 60px 30px; }
.testimonial-slide__content {
  margin: 0 auto 30px;
  max-width: 920px; }
.testimonial-slide__author {
  font-weight: bold; }
.testimonial-slide__division {
  font-style: italic; }

.studie-filter label {
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }

.studie-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #FFFFFF;
  background: none;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  padding: 10px 35px 10px 15px;
  position: relative;
  width: 100%; }
.studie-filter select:focus, .studie-filter select:active {
  outline: 0; }
.studie-filter select option {
  color: initial; }

.studie-filter .select-wrapper {
  position: relative; }
.studie-filter .select-wrapper:after {
  background-image: url("../../img/chevron-down.svg");
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 13px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px; }

/*.studie-archive {
    border-radius: 5px;
    overflow: hidden;
}*/
.studie-archive-header {
  background-color: #009cdd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase; }
.studie-archive-header .cell {
  padding: 10px 5px; }
.studie-archive-header .cell:first-child {
  border-right: 1px solid #FFFFFF; }

.studie-archive-item {
  position: relative;
  /*&:nth-child(2n){
        background-color: $white;
    }*/ }
.studie-archive-item:nth-child(2n) {
  background-color: #FFFFFF; }
.studie-archive-item:nth-child(2n+1) {
  background-color: #F5F5F5; }
.studie-archive-item .cell {
  padding: 20px 5px; }
.studie-archive-item .cell:first-child {
  border-right: 1px solid #FFFFFF; }
.studie-archive-item .cell:last-child {
  padding-right: 35px; }
.studie-archive-item .studie-title {
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px; }
.studie-archive-item .studie-uni {
  font-size: 18px;
  line-height: 28px; }
.studie-archive-item .studi-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0; }
.studie-archive-item p {
  margin-bottom: 0; }

.faq-categories {
  list-style: none; }
@media (min-width: 48.875em) {
  .faq-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -30px; } }
.faq-categories__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
@media (min-width: 48.875em) {
  .faq-categories__item {
    width: calc(50% - 15px); } }
@media (min-width: 61.25em) {
  .faq-categories__item {
    width: calc(33.3% - 20px); } }
.faq-categories__item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em 1em;
  text-align: center; }
.faq-categories__item__link:hover {
  background-color: #009cdd;
  border-color: #009cdd;
  color: #FFFFFF; }

.faq__term {
  margin-top: 3em; }
.faq__term__title {
  background: transparent;
  border: 0;
  display: block;
  font-size: 1.5rem; }

.faq__item {
  background-color: #ececec;
  border: 4px solid #ececec;
  border-radius: 5px; }
.faq__item:not(:first-child) {
  margin-top: 4px; }

.faq__header.is--open .faq__toggle::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.faq__title {
  color: #6A6A6A;
  font-size: 1.25rem;
  margin: 0; }

.faq__toggle {
  background-color: transparent;
  border: 0;
  color: #6A6A6A;
  display: block;
  font-size: 1.25rem;
  padding: .5em 1em .5em .5em;
  position: relative;
  text-align: left;
  width: 100%; }
.faq__toggle::after {
  background: url("../../img/chevron-right.svg") no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 1em;
  top: .888em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 14px; }
.faq__toggle:focus {
  outline: 0; }

.faq__content {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: none;
  padding: 1em; }

.grid-container {
  padding-top: 4em;
  padding-bottom: 4em;
  /*.cell {
        > h1, > h2, > h3, > h4, > h5, > h6 {
            padding: 0 15px;
        }
    }*/ }
.grid-container.full .grid-x {
  max-width: 90rem;
  margin: 0 auto; }
.grid-container.full .grid-x.padding-bottom {
  padding-bottom: 100px; }
.grid-container.has-signet {
  background-image: url("../../img/signet.svg");
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat; }
.grid-container.bg-primary.has-signet {
  background-image: url("../../img/signet-primary.svg"); }
.grid-container.bg-light-gray {
  background-color: #DFDFDF; }

.image-box {
  min-height: 470px;
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
.image-box .box-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute; }
.image-box .box-link .box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px; }
.image-box .box-link .box-content .box-title {
  color: #009cdd;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Quicksand", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.2; }
.image-box .box-link .box-content .box-text {
  color: #3B3B3B;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-right: 2em; }
.image-box .box-link .box-content .box-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 2em;
  height: 2em;
  text-indent: 99999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../img/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center; }
.image-box.center {
  text-align: center; }
.image-box.left {
  text-align: left; }
.image-box.right {
  text-align: right; }
.image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* z-indizes

400   | main menu

*/
figure .gallery {
  display: block;
  margin-bottom: 0;
  margin-top: 0; }

/* Hide the progess of the form */
.gf_progressbar,
.gf_progressbar_title {
  display: none;
}

/* Hide register (Disabled in the backend as well) */
#wpmem_reg {
  display: none;
}

.studies .entry__content {
  /* Same height for each column */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.studies h1 {
  margin-bottom: 30px !important;
}
.studies .university {
  width: 49%;
  float: left;
  display: inline-block;
  margin: -15px;
  padding: 15px;
  margin-right: 15px;
  background: #F5F5F5;
  margin-bottom: 50px;
}
.studies .university + .university {
  margin-right: -15px;
  margin-left: 15px;
}
.studies .contact {
  margin-bottom: 50px;
}




.studies .accordion {
  background-color: transparent;
  color: #009cdd;
  cursor: pointer;
  padding: 15px 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #F5F5F5;
}
.studies .accordion:before {
  color: #009cdd;
  content: '\002B';
  font-weight: bold;
  float: left;
  margin-left: -15px;
}
.studies .accordion.active:before {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid #009cdd;
  /* 	margin-top: 20px; */
  /*     margin-bottom: 35px; */
}

.panel-button * {
  float: right;
  margin-left: 15px;
}

/* Added 19-09-05 */
.accordion .accordion__item .accordion__content h3 {
  font-size: 1.3em;
}