/**
 * @file
 * Main file imports.
 */
/**
 * @file
 * Colours.
 */
/* Core colours. */
/* Greyscale colours */
/* Default colours */
/* Colour variants. */
/* Transparent colours */
/**
 * @file
 * Main file imports.
 */
/* Base. */
/**
 * @file
 * Reset.
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  box-sizing: border-box; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

body,
html {
  height: 100%;
  width: 100%; }

a img {
  border: none; }

blockquote:after,
blockquote:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
td,
th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* CK Editor styles. */
.cke_editable {
  font-size: px2rem(18);
  padding: px2rem(20); }

/*
 * @file
 * Grid - @see http://flexboxgrid.com/
 */
container, .container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }

.row.reverse {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.col.reverse {
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem; }

.col-xs {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -webkit-flex-basis: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -webkit-flex-basis: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex-basis: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -webkit-flex-basis: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex-basis: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -webkit-flex-basis: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex-basis: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -webkit-flex-basis: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-align-items: flex-start;
          align-items: flex-start; }

.middle-xs {
  -webkit-align-items: center;
          align-items: center; }

.bottom-xs {
  -webkit-align-items: flex-end;
          align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.between-xs {
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.first-xs {
  -webkit-order: -1;
          order: -1; }

.last-xs {
  -webkit-order: 1;
          order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-sm {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .middle-sm {
    -webkit-align-items: center;
            align-items: center; }
  .bottom-sm {
    -webkit-align-items: flex-end;
            align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-sm {
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .first-sm {
    -webkit-order: -1;
            order: -1; }
  .last-sm {
    -webkit-order: 1;
            order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-md {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .middle-md {
    -webkit-align-items: center;
            align-items: center; }
  .bottom-md {
    -webkit-align-items: flex-end;
            align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-md {
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .first-md {
    -webkit-order: -1;
            order: -1; }
  .last-md {
    -webkit-order: 1;
            order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-lg {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .middle-lg {
    -webkit-align-items: center;
            align-items: center; }
  .bottom-lg {
    -webkit-align-items: flex-end;
            align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
            justify-content: space-around; }
  .between-lg {
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .first-lg {
    -webkit-order: -1;
            order: -1; }
  .last-lg {
    -webkit-order: 1;
            order: 1; } }

/**
 * @file
 * Fonts.
 */
@font-face {
  font-family: EestiBold;
  font-weight: bold;
  src: url("../fonts/GT-Eesti-Display-Bold.otf") format("opentype"); }

/**
 * @file
 * Functions.
 */
/* Converting px to em. */
/* Converting px to rem. */
/* Converting px line height to relative line height. */
/*
 * Retreive z-index from sass map.
 *
 * usage:
 * z-index: z('default');
*/
/**
 * @file
 * Variables.
 */
/* Font families. */
/* Breakpoints. */
/* Z-index. */
/* Outer gutter spacing. */
/* Inner column spacing. */
/* Margin bottom */
/**
 * @file
 * Mixins.
 */
/* Min-width breakpoints. */
/* Fonts. */
/* Clearing floats. */
/* Visually hiding content. */
/* Print. */
/* Hiding for print. */
/* Font smoothing. */
/* Font size. */
/* Vertical align. */
/* Consistent box shadows. */
/* CSS chevrons */
/* Gutter spacing. */
/* Column spacing. */
/* Aspect ratio image. */
/* Inner scroll */
/**
 * @file
 * Helpers.
 */
/* Text align. */
.text-center {
  text-align: center; }

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

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

/* Floats & clears. */
.float-right {
  float: right; }

.float-left {
  float: left; }

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

.clear {
  clear: both; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

/* Spacing. */
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

/* Display Types. */
.display-none {
  display: none; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-inline {
  display: inline; }

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

/**
 * @file
 * Layout.
 */
body {
  min-width: 18.75rem;
  padding-top: 3.8125rem; }
  @media only screen and (min-width: 64rem) {
    body {
      padding-top: 6.25rem; } }

main {
  outline: 0; }

*[class*='col-xs'], *[class*='col-sm'], *[class*='col-md'], *[class*='col-lg'] {
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 48rem) {
    *[class*='col-xs'], *[class*='col-sm'], *[class*='col-md'], *[class*='col-lg'] {
      padding-left: 20px;
      padding-right: 20px; } }

hr {
  margin: 1.875rem 0; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  @media only screen and (min-width: 48rem) {
    .row {
      margin-left: -20px;
      margin-right: -20px; } }

/**
 * @file
 * Typography.
 */
/* Base. */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Sintony", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.46667; }

/* Headings. */
h1,
.h1,
h2,
.h2,
.article-teaser__title,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "EestiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  margin-top: 0; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  .article-teaser__title a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    color: inherit; }

h1,
.h1 {
  font-size: 1.875rem;
  line-height: 1.16667; }
  @media only screen and (min-width: 48rem) {
    h1,
    .h1 {
      font-size: 2.8125rem; } }

h2,
.h2,
.article-teaser__title {
  font-size: 1.375rem;
  line-height: 1.18182; }
  @media only screen and (min-width: 48rem) {
    h2,
    .h2,
    .article-teaser__title {
      font-size: 1.875rem; } }

h3,
.h3 {
  font-size: 1.125rem;
  line-height: 1.22222; }
  @media only screen and (min-width: 48rem) {
    h3,
    .h3 {
      font-size: 1.375rem; } }

h4,
.h4 {
  font-size: 0.9375rem;
  line-height: 1.46667; }
  @media only screen and (min-width: 48rem) {
    h4,
    .h4 {
      font-size: 1.125rem; } }

h5,
.h5 {
  font-size: 0.9375rem;
  line-height: 1.46667; }

/* Links. */
a {
  color: #537d77;
  text-decoration: none; }

.skip-link {
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  background: #c03;
  color: #fff;
  opacity: 0;
  padding: 0.9375rem;
  position: fixed;
  text-align: center;
  top: -3.75rem;
  width: 100%;
  z-index: 10000; }
  .skip-link:focus {
    opacity: 1;
    top: 0; }

/* Text. */
p {
  margin: 0.9375rem 0; }

i,
.italic {
  font-style: italic; }

strong,
.strong {
  font-family: "Sintony", sans-serif;
  font-weight: 700; }

small,
.text-small,
.cookie-banner p,
.cookie-banner__text-link {
  font-size: 0.8125rem; }

.text-large,
.strapline-cta__text {
  font-size: 1.125rem;
  line-height: 1.22222; }
  @media only screen and (min-width: 48rem) {
    .text-large,
    .strapline-cta__text {
      font-size: 1.375rem; } }

.heading-large {
  font-size: 1.6875rem; }
  @media only screen and (min-width: 48rem) {
    .heading-large {
      font-size: 2.3125rem;
      margin-bottom: 1.875rem; } }

/* Lists */
ul,
ol {
  margin-bottom: 0.9375rem;
  padding-left: 0.9375rem; }
  ul li,
  ol li {
    margin-bottom: 0.4375rem; }

/**
 * @file
 * Icons.
 */
.icon-chevron-down {
  display: block;
  height: 0;
  width: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.3125rem solid #c03; }

.icon-chevron-right {
  display: block;
  height: 0;
  width: 0;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.3125rem solid #c03;
  border-top: 0.25rem solid transparent; }

.icon-chevron-left {
  display: block;
  height: 0;
  width: 0;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.3125rem solid #c03;
  border-top: 0.25rem solid transparent; }

.icon-close {
  height: 25px;
  width: 25px; }
  .icon-close:before, .icon-close:after {
    background-color: #c03;
    content: ' ';
    height: 1.25rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0.1875rem; }
  .icon-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .icon-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.svg-icon {
  display: block; }

/**
 * @file.
 * Background.
 */
.bg-primary-xl, .hero--primary-bg, .bg-primary, .player-cta {
  background-color: #800020;
  background-image: url("../assets/bg-primary.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-primary-xl, .hero--primary-bg {
  background-size: 250% 250%; }

.bg-gradient, .section--bg-gradient {
  background-color: #000;
  background-image: -o-linear-gradient(right, rgba(204, 0, 51, 0.8), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(270deg, rgba(204, 0, 51, 0.8), rgba(0, 0, 0, 0.4)); }

/* Atoms. */
/**
 * @file
 * Buttons.
 */
/* Base button. */
/*
 * Set button type.
 *
 * usage:
 * @include buttonType(primary);
*/
/* Buttons. */
.button {
  font-size: 0.9375rem;
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  border-color: transparent;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.9375rem;
  position: relative;
  text-align: center;
  text-decoration: none; }
  .button:hover {
    text-decoration: none; }
  .button--primary {
    background-color: #c03;
    color: #fff;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color;
    padding-right: 2.8125rem; }
    .button--primary:focus, .button--primary:hover {
      background-color: #b3002d;
      color: #fff; }
    .button--primary:after {
      display: block;
      height: 0;
      width: 0;
      border-bottom: 0.25rem solid transparent;
      border-left: 0.3125rem solid #fff;
      border-top: 0.25rem solid transparent;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      content: '';
      right: 1.5625rem; }
  .button--primary-inverted,
  .section--bg-gradient .button {
    background-color: #fff;
    color: #c03;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color; }
    .button--primary-inverted:focus, .button--primary-inverted:hover,
    .section--bg-gradient .button:focus,
    .section--bg-gradient .button:hover {
      background-color: #f2f2f2;
      color: #c03; }
    .button--primary-inverted:after,
    .section--bg-gradient .button:after {
      display: block;
      height: 0;
      width: 0;
      border-bottom: 0.25rem solid transparent;
      border-left: 0.3125rem solid #c03;
      border-top: 0.25rem solid transparent; }
  .button--secondary {
    background-color: #fff;
    color: #537d77;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2); }
    .button--secondary:focus, .button--secondary:hover {
      background-color: #f2f2f2;
      color: #537d77; }
  .button--ghost {
    background-color: #fff;
    color: #537d77;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
    padding: 1.25rem 1.875rem; }
    .button--ghost:focus, .button--ghost:hover {
      background-color: #f2f2f2;
      color: #537d77; }
    @media only screen and (min-width: 48rem) {
      .button--ghost {
        font-size: 1.375rem;
        background-color: #fff;
        color: #868686;
        padding-right: 2.8125rem; }
        .button--ghost:focus, .button--ghost:hover {
          background-color: #f2f2f2;
          color: #868686; } }
    @media only screen and (min-width: 48rem) {
      .button--ghost:after {
        display: block;
        height: 0;
        width: 0;
        border-bottom: 0.25rem solid transparent;
        border-left: 0.3125rem solid #537d77;
        border-top: 0.25rem solid transparent;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        content: '';
        right: 1.5625rem; } }
  .button--small {
    padding: 0.5rem 1.5625rem; }
  .button--trigger {
    font-family: "EestiBold", sans-serif;
    font-weight: 700;
    background-color: #c03;
    color: #fff;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color;
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem 0.75rem 2.5rem; }
    .button--trigger:focus, .button--trigger:hover {
      background-color: #b3002d;
      color: #fff; }
    @media only screen and (min-width: 75rem) {
      .button--trigger {
        padding: 0.75rem 2.8125rem 0.75rem 3.75rem; } }
    .button--trigger .svg-icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      fill: #fff;
      height: 1.6875rem;
      left: 0.9375rem;
      width: 1.25rem; }
      @media only screen and (min-width: 75rem) {
        .button--trigger .svg-icon {
          left: 1.5625rem; } }
  .button--disabled {
    background-color: #f6f6f6;
    color: #868686;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color;
    cursor: default; }
    .button--disabled:focus, .button--disabled:hover {
      background-color: #f6f6f6;
      color: #868686; }

/**
 * @file
 * Form elements.
 */
/* Generic form fields */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='submit'],
input[type='date'],
input[type='time'],
textarea,
select {
  font-family: "Sintony", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: inline-block;
  line-height: 1.46667;
  padding: 0.8125rem 0.9375rem;
  width: 100%; }
  input[type='text'].error,
  input[type='email'].error,
  input[type='password'].error,
  input[type='number'].error,
  input[type='tel'].error,
  input[type='url'].error,
  input[type='search'].error,
  input[type='submit'].error,
  input[type='date'].error,
  input[type='time'].error,
  textarea.error,
  select.error {
    border-color: #c03;
    color: #c03; }

/* Form elements. */
.form-item {
  margin-bottom: 1.5625rem;
  position: relative; }
  @media only screen and (min-width: 48rem) {
    .form-item--half-width {
      width: 50%; } }
  .form-item label,
  .form-item .fieldset-legend {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 0.4375rem; }
    .form-item label.error,
    .form-item .fieldset-legend.error {
      color: #c03;
      margin-top: 0.3125rem; }
    .form-item label.form-required:after,
    .form-item .fieldset-legend.form-required:after {
      color: #c03;
      content: '*';
      margin-left: 0.3125rem; }

fieldset legend {
  margin-bottom: 0.4375rem; }

.markup-wrapper,
.field--type-markup {
  margin-bottom: 1.5625rem; }

.form-link {
  margin-bottom: 1.5625rem; }

/* Select menus. */
.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    display: block;
    height: 0;
    width: 0;
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-top: 0.3125rem solid #c03;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    content: '';
    right: 1rem; }
  .select-wrapper .form-select {
    padding-right: 1.875rem; }

/* Checkboxes. */
.form-checkbox, .form-radio {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .form-checkbox + label, .form-radio + label {
    font-family: "Sintony", sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 1.5625rem;
    position: relative; }
    .form-checkbox + label:before, .form-radio + label:before, .form-checkbox + label:after, .form-radio + label:after {
      content: '';
      position: absolute; }
    .form-checkbox + label:before, .form-radio + label:before {
      border: 0.0625rem solid rgba(0, 0, 0, 0.2);
      height: 1.125rem;
      left: 0;
      top: 0.125rem;
      width: 1.125rem; }
      .section--bg-grey .form-checkbox + label:before, .section--bg-grey .form-radio + label:before,
      .section--bg-grey-dark .form-checkbox + label:before,
      .section--bg-grey-dark .form-radio + label:before,
      .section--bg-gradient .form-checkbox + label:before,
      .section--bg-gradient .form-radio + label:before {
        border-color: #fff; }
    .form-checkbox + label:after, .form-radio + label:after {
      border-bottom: 0.125rem solid #c03;
      border-right: 0.125rem solid #c03;
      height: 0.625rem;
      left: 0.375rem;
      opacity: 0;
      top: 0.3125rem;
      -webkit-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
              transform: rotate(30deg);
      -o-transition: 0.2s opacity;
      transition: 0.2s opacity;
      width: 0.3125rem; }
  .form-checkbox:checked + label:after, .form-radio:checked + label:after {
    opacity: 1; }
  .error.form-checkbox + label, .error.form-radio + label {
    margin-bottom: 0.3125rem; }
    .error.form-checkbox + label:before, .error.form-radio + label:before {
      border-color: #c03; }

/* Radio buttons. */
.form-radio + label:before, .form-radio + label:after {
  border-radius: 100%; }

.form-radio + label:after {
  background: #c03;
  border: 0;
  height: 0.5rem;
  left: 0.3125rem;
  top: 0.4375rem;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: 0.2s opacity, 0.2s -webkit-transform;
  -o-transition: 0.2s opacity, 0.2s transform;
  transition: 0.2s opacity, 0.2s transform;
  transition: 0.2s opacity, 0.2s transform, 0.2s -webkit-transform;
  width: 0.5rem; }

.form-radio:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.radio-wrapper,
.js-form-type-radio {
  display: inline-block;
  margin: 0 1.25rem 0 0; }

.radio-wrapper label.form-required:after,
.checkbox-wrapper label.form-required:after,
.js-form-type-radio label.form-required:after,
.js-form-type-checkbox label.form-required:after {
  content: '';
  margin-left: 0; }

/* Textareas. */
textarea {
  min-height: 12.5rem;
  resize: vertical; }

/* Webform overrides. */
.webform-element-description,
.webform-element-more {
  margin: 0.625rem 0; }

.field-prefix {
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 0.9375rem; }

/* IE overrides. */
select::-ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

/**
 * @file
 * Image.
 */
img {
  height: auto;
  max-width: 100%; }

/**
 * @file
 * Lazy image.
 */
.lazyload,
.lazyloading {
  opacity: 0; }
  .no-js .lazyload, .no-js
  .lazyloading {
    display: none; }

.lazyloaded {
  opacity: 1;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity; }

/**
 * @file
 * Video.
 */
.responsive-video {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .responsive-video embed,
  .responsive-video iframe,
  .responsive-video object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.embedded-entity {
  margin-bottom: 0.9375rem; }

/**
 * @file
 * Table.
 */
table {
  width: 100%; }

th,
td {
  border: 0.0625rem solid #868686;
  padding: 0.3125rem; }

th {
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  background: #537d77;
  color: #fff; }

tr:nth-child(even) td {
  background: #f6f6f6; }

/* Molecules. */
/**
 * @file
 * Site logo.
 */
@media only screen and (min-width: 48rem) {
  .site-logo {
    margin-right: 1.25rem; } }

.site-logo__link, .site-logo__image {
  display: block;
  width: 8.75rem; }

.site-logo__image {
  height: 1.5625rem;
  width: 100%; }

/**
 * @file
 * Main menu.
 */
.main-menu {
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.125rem 0.9375rem 0;
  left: 0;
  max-height: 0;
  opacity: 0;
  padding-bottom: 0.875rem;
  position: fixed;
  top: 3.75rem;
  visibility: hidden;
  width: 100%;
  z-index: 100; }
  @media only screen and (min-width: 48rem) {
    .main-menu {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 64rem) {
    .main-menu {
      background: transparent;
      box-shadow: none;
      max-height: none;
      max-width: 34.375rem;
      opacity: 1;
      padding: 0;
      position: relative;
      top: auto;
      visibility: visible; } }
  .toolbar-vertical .main-menu {
    top: 6.1875rem; }
    @media only screen and (min-width: 64rem) {
      .toolbar-vertical .main-menu {
        top: auto; } }
  .menu-open .main-menu,
  .no-js .main-menu {
    max-height: none;
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 64rem) {
      .menu-open .main-menu,
      .no-js .main-menu {
        top: auto; } }
  .no-js .main-menu {
    box-shadow: none;
    padding: 0;
    position: relative;
    top: 0; }
  .main-menu:before {
    background-color: #fff;
    content: '';
    height: 0.625rem;
    left: 0;
    position: absolute;
    top: -0.625rem;
    width: 100%; }
    @media only screen and (min-width: 64rem) {
      .main-menu:before {
        display: none; } }
  .main-menu__items {
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
    @media only screen and (min-width: 64rem) {
      .main-menu__items {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between; } }
  .main-menu__item {
    margin: 0.9375rem 0; }
    @media only screen and (min-width: 64rem) {
      .main-menu__item {
        margin: 0;
        position: relative; } }
    .main-menu__item--active .main-menu__sub-items {
      display: block; }
  .main-menu__link {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    color: #000;
    display: inline-block;
    padding: 0.4375rem 0;
    position: relative; }
    @media only screen and (min-width: 64rem) {
      .main-menu__link {
        padding: 0.9375rem 1.25rem; } }
    @media only screen and (min-width: 64rem) {
      .main-menu__link:before {
        background: #c03;
        bottom: 0;
        content: '';
        height: 0;
        left: 0.625rem;
        position: absolute;
        -o-transition: 0.1s height;
        transition: 0.1s height;
        width: calc(100% - 1.25rem);
        z-index: 10; } }
    .main-menu__item--active .main-menu__link:before {
      height: 0.3125rem; }
    .main-menu__link--with-drop {
      padding-right: 1.875rem; }
      @media only screen and (min-width: 64rem) {
        .main-menu__item--active .main-menu__link--with-drop {
          box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2); } }
      @media only screen and (min-width: 64rem) {
        .main-menu__item--active .main-menu__link--with-drop:after {
          background: #fff;
          bottom: -0.3125rem;
          content: '';
          height: 0.625rem;
          left: 0;
          position: absolute;
          width: 100%;
          z-index: 6; } }
  .main-menu__dropdown-icon {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    -webkit-transform: rotate(0deg) translateY(-50%);
        -ms-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
    transition: 0.2s -webkit-transform;
    -o-transition: 0.2s transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform; }
    .main-menu__item--active .main-menu__dropdown-icon {
      -webkit-transform: rotate(180deg) translateY(50%);
          -ms-transform: rotate(180deg) translateY(50%);
              transform: rotate(180deg) translateY(50%); }
      @media only screen and (min-width: 64rem) {
        .main-menu__item--active .main-menu__dropdown-icon {
          -webkit-transform: rotate(0deg) translateY(-50%);
              -ms-transform: rotate(0deg) translateY(-50%);
                  transform: rotate(0deg) translateY(-50%); } }
  .main-menu__sub-items {
    display: none;
    list-style: none;
    margin-bottom: 0; }
    @media only screen and (min-width: 64rem) {
      .main-menu__sub-items {
        background: #fff;
        box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
        min-width: calc(100% + 4.0625rem);
        padding: 0.9375rem 0 0.4375rem;
        position: absolute;
        z-index: 5; } }
    .main-menu__sub-items .main-menu__items {
      padding-left: 1.5625rem; }
      @media only screen and (min-width: 64rem) {
        .main-menu__sub-items .main-menu__items {
          display: block;
          padding: 0; } }
    .main-menu__sub-items .main-menu__item {
      margin: 0; }
    .main-menu__sub-items .main-menu__link {
      display: block;
      padding: 0.75rem 0; }
      @media only screen and (min-width: 64rem) {
        .main-menu__sub-items .main-menu__link {
          box-shadow: none;
          padding: 0.4375rem 1.25rem; } }
      .main-menu__sub-items .main-menu__link:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        background: #c03;
        content: '';
        display: none;
        height: 75%;
        left: 0;
        -o-transition: 0.1s width;
        transition: 0.1s width;
        width: 0rem; }
        @media only screen and (min-width: 64rem) {
          .main-menu__sub-items .main-menu__link:before {
            display: block; } }
      .main-menu__sub-items .main-menu__link:after {
        display: block;
        height: 0;
        width: 0;
        border-bottom: 0.25rem solid transparent;
        border-left: 0.3125rem solid #c03;
        border-top: 0.25rem solid transparent;
        content: '';
        display: none;
        margin-left: 0.625rem;
        opacity: 0;
        position: relative;
        right: -0.3125rem;
        -o-transition: 0.1s right, 0.1s opacity;
        transition: 0.1s right, 0.1s opacity; }
        @media only screen and (min-width: 64rem) {
          .main-menu__sub-items .main-menu__link:after {
            display: inline-block; } }
      .main-menu__sub-items .main-menu__link:hover:before, .main-menu__sub-items .main-menu__link:focus:before {
        width: 0.3125rem; }
      .main-menu__sub-items .main-menu__link:hover:after, .main-menu__sub-items .main-menu__link:focus:after {
        opacity: 1;
        right: 0; }
  .main-menu__mobile-cta {
    display: block; }
    @media only screen and (min-width: 64rem) {
      .main-menu__mobile-cta {
        display: none; } }

/**
 * @file
 * Mobile menu toggle.
 */
.mobile-menu-toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: none;
  border: 0;
  cursor: pointer;
  height: 1.5625rem;
  overflow: hidden;
  padding: 0;
  right: 0;
  width: 1.875rem; }
  @media only screen and (min-width: 64rem) {
    .mobile-menu-toggle {
      display: none; } }
  .no-js .mobile-menu-toggle {
    display: none; }
  .mobile-menu-toggle__lines {
    background-image: -o-linear-gradient(top left, #c03 33%, #000);
    background-image: linear-gradient(to bottom right, #c03 33%, #000);
    display: block;
    height: 0.3125rem;
    position: absolute;
    top: 0;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    width: 100%; }
    .mobile-menu-toggle__lines:before, .mobile-menu-toggle__lines:after {
      content: '';
      display: block;
      height: 0.3125rem;
      position: absolute;
      -o-transition-duration: 0.15s;
         transition-duration: 0.15s;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -o-transition-timing-function: ease;
         transition-timing-function: ease;
      width: 100%; }
    .mobile-menu-toggle__lines:before {
      background-image: -o-linear-gradient(top left, #c03 25%, #000);
      background-image: linear-gradient(to bottom right, #c03 25%, #000);
      top: 0.625rem; }
    .mobile-menu-toggle__lines:after {
      background-image: -o-linear-gradient(top left, #c03 10%, #000);
      background-image: linear-gradient(to bottom right, #c03 10%, #000);
      top: 1.25rem; }
    .menu-open .mobile-menu-toggle__lines {
      background-image: -o-linear-gradient(left, #c03 0%, #000);
      background-image: linear-gradient(to right, #c03 0%, #000);
      -webkit-transform: translate3d(0, 0.625rem, 0) rotate(45deg);
              transform: translate3d(0, 0.625rem, 0) rotate(45deg); }
      .menu-open .mobile-menu-toggle__lines:before {
        background-image: -o-linear-gradient(left, #c03 0%, #000);
        background-image: linear-gradient(to right, #c03 0%, #000);
        opacity: 0;
        -webkit-transform: rotate(-45deg) translate3d(-0.35714rem, -0.375rem, 0);
                transform: rotate(-45deg) translate3d(-0.35714rem, -0.375rem, 0); }
      .menu-open .mobile-menu-toggle__lines:after {
        -webkit-transform: translate3d(0, -1.25rem, 0) rotate(-90deg);
                transform: translate3d(0, -1.25rem, 0) rotate(-90deg); }

/**
 * @file
 * Language picker.
 */
.language-picker {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  right: 3.125rem;
  z-index: 5; }
  @media only screen and (min-width: 64rem) {
    .language-picker {
      margin-right: 0.625rem;
      position: relative;
      right: auto;
      top: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .language-picker--active .language-picker__items {
    display: block; }
  .menu-open .language-picker {
    display: none; }
    @media only screen and (min-width: 64rem) {
      .menu-open .language-picker {
        display: block; } }
  .language-picker__trigger {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    -webkit-align-items: center;
            align-items: center;
    color: #000;
    display: -webkit-flex;
    display: flex;
    padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
    position: relative; }
    .language-picker__trigger:before {
      background: #c03;
      bottom: -0.3125rem;
      content: '';
      height: 0;
      left: 0.625rem;
      position: absolute;
      -o-transition: 0.1s height;
      transition: 0.1s height;
      width: calc(100% - 1.25rem);
      z-index: 10; }
    .language-picker--active .language-picker__trigger {
      box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2); }
      .language-picker--active .language-picker__trigger:after {
        background: #fff;
        bottom: -0.3125rem;
        content: '';
        height: 0.625rem;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 6; }
      .language-picker--active .language-picker__trigger:before {
        height: 0.3125rem; }
  .language-picker__trigger-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    word-wrap: normal; }
    @media only screen and (min-width: 75rem) {
      .language-picker__trigger-text {
        height: auto;
        overflow: visible;
        position: relative;
        width: auto; } }
  .language-picker__items {
    background: #fff;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
    display: none;
    list-style: none;
    margin: 0;
    min-width: 8.125rem;
    padding: 0.9375rem 0 0.4375rem;
    position: absolute;
    width: 100%; }
  .language-picker .language-link {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    color: #000;
    display: block;
    padding: 0.4375rem 1.25rem;
    position: relative; }
    .language-picker .language-link:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      background: #c03;
      content: '';
      display: none;
      height: 75%;
      left: 0;
      -o-transition: 0.1s width;
      transition: 0.1s width;
      width: 0rem; }
      @media only screen and (min-width: 64rem) {
        .language-picker .language-link:before {
          display: block; } }
    .language-picker .language-link:after {
      display: block;
      height: 0;
      width: 0;
      border-bottom: 0.25rem solid transparent;
      border-left: 0.3125rem solid #c03;
      border-top: 0.25rem solid transparent;
      content: '';
      display: none;
      margin-left: 0.625rem;
      opacity: 0;
      position: relative;
      right: -0.3125rem;
      -o-transition: 0.1s right, 0.1s opacity;
      transition: 0.1s right, 0.1s opacity; }
      @media only screen and (min-width: 64rem) {
        .language-picker .language-link:after {
          display: inline-block; } }
    .language-picker .language-link:hover:before, .language-picker .language-link:focus:before {
      width: 0.3125rem; }
    .language-picker .language-link:hover:after, .language-picker .language-link:focus:after {
      opacity: 1;
      right: 0; }
  .language-picker .svg-icon {
    display: block;
    height: 1.75rem;
    width: 1.75rem; }
    @media only screen and (min-width: 75rem) {
      .language-picker .svg-icon {
        margin-right: 0.625rem; } }
  .language-picker .icon-chevron-down {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    right: 0.9375rem; }

/**
 * @file
 * Footer menu.
 */
.footer-menu {
  margin: 0 -0.5rem 2.1875rem;
  max-width: 50rem; }
  @media only screen and (min-width: 64rem) {
    .footer-menu--primary {
      margin-bottom: 3.125rem; } }
  .footer-menu--primary .footer-menu__item-link {
    color: #fff; }
  @media only screen and (min-width: 64rem) {
    .footer-menu--secondary {
      margin-bottom: 1.25rem; } }
  .footer-menu--secondary .footer-menu__item-link {
    color: #868686; }
  .footer-menu__items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    margin: 0 -0.4375rem;
    padding: 0; }
  .footer-menu__item-link {
    padding: 0.4375rem 0.875rem; }

/**
 * @file
 * Footer logo.
 */
.footer-logo {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 64rem) {
    .footer-logo {
      float: right;
      margin-top: -2.5rem; } }
  .footer-logo img {
    display: block;
    max-width: 8.75rem; }

/**
 * @file
 * Footer strapline.
 */
.footer-strapline {
  color: #868686; }

/**
 * @file
 * Tabs.
 */
.tabs {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  .tabs li {
    margin: 0 0.125rem 0 0; }
  .tabs a {
    background-color: #f6f6f6;
    color: #000;
    display: block;
    padding: 0.625rem 0.875rem;
    -o-transition: 0.3s background-color, 0.3s color;
    transition: 0.3s background-color, 0.3s color; }
    .tabs a:hover, .tabs a:focus {
      background-color: rgba(0, 0, 0, 0.2); }
    .tabs a.is-active {
      font-family: "Sintony", sans-serif;
      font-weight: 700;
      background-color: #c03;
      color: #fff; }

/**
 * file.
 * Article metadata.
 */
.article-metadata {
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  margin: 1.25rem 0 0.3125rem; }

/**
 * @file
 * Article teaser.
 */
.article-teaser {
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 48rem) {
    .article-teaser {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-bottom: 2.5rem; } }
  .article-teaser:hover .article-teaser__image, .article-teaser.clickable-hover .article-teaser__image {
    opacity: 0.85; }
  .article-teaser.clickable {
    cursor: pointer; }
  @media only screen and (min-width: 48rem) {
    .article-teaser__image, .article-teaser__content {
      -webkit-flex-basis: 50%;
              flex-basis: 50%; } }
  .article-teaser__image {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    opacity: 1;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity; }
    .article-teaser__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      width: 100%; }
    @media only screen and (min-width: 48rem) {
      .article-teaser__image {
        height: auto;
        padding-bottom: 0; } }
  .article-teaser__content {
    background: #fff;
    color: #000;
    padding: 1.875rem 1.25rem; }
    @media only screen and (min-width: 48rem) {
      .article-teaser__content {
        padding: 2.8125rem 2.5rem 1.875rem 1.875rem; } }
  .article-teaser__meta {
    margin-bottom: 1.5625rem; }

/**
 * @file
 * Message.
 */
.status-message {
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  background: #537d77;
  border-radius: 0.125rem;
  color: #fff;
  margin: 1.25rem 0 2.5rem;
  padding: 1.25rem; }
  .status-message--error {
    background-color: #c03; }
    .status-message--error .backtrace {
      overflow: scroll; }
  .status-message a {
    color: #fff;
    text-decoration: underline; }

/**
 * @file
 * Pager.
 */
.pager {
  margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 48rem) {
    .pager {
      margin-bottom: 2.5rem; } }
  .pager__items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
  .pager__item {
    margin: 0; }
    .pager__item--previous, .pager__item--next {
      position: relative; }
      .pager__item--previous:before, .pager__item--next:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        content: '';
        display: block; }
    .pager__item--previous:before {
      display: block;
      height: 0;
      width: 0;
      border-bottom: 0.25rem solid transparent;
      border-right: 0.3125rem solid #c03;
      border-top: 0.25rem solid transparent;
      border-right-color: #537d77;
      left: 0.9375rem; }
    .pager__item--previous .pager__link {
      padding-left: 1.5625rem; }
    .pager__item--next:before {
      display: block;
      height: 0;
      width: 0;
      border-bottom: 0.25rem solid transparent;
      border-left: 0.3125rem solid #c03;
      border-top: 0.25rem solid transparent;
      border-left-color: #537d77;
      right: 0.9375rem; }
    .pager__item--next .pager__link {
      padding-right: 1.5625rem; }
    .pager__item--active {
      background: #537d77;
      color: #fff; }
  .pager__item--active, .pager__link {
    font-family: "Sintony", sans-serif;
    font-weight: 700;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0.3125rem;
    padding: 0.3125rem 0.625rem; }
  .pager__link {
    background: #fff;
    color: #537d77;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color; }
    .pager__link:hover, .pager__link:focus {
      background-color: #f2f2f2; }

/**
 * @file
 * Hero search.
 */
.hero-search {
  position: relative; }
  .hero-search input {
    padding: 1.25rem 0.9375rem; }
    @media only screen and (min-width: 64rem) {
      .hero-search input {
        font-size: 1.125rem; } }
  .hero-search__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    background: none;
    border: 0;
    cursor: pointer;
    height: 3.125rem;
    padding: 0;
    right: 0.3125rem;
    width: 3.125rem; }
    .hero-search__button i {
      display: block;
      height: 1.25rem;
      margin: 0 auto;
      width: 1.25rem; }
  @media only screen and (min-width: 64rem) {
    .hero-search__results {
      top: 4.1875rem; } }

/**
 * @file
 * Icon list-item.
 */
.icon-list-item {
  display: -webkit-flex;
  display: flex;
  margin: 1.875rem 0; }
  .icon-list-item:last-child {
    margin-bottom: 0; }
  .icon-list-item__icon {
    margin-right: 1.5625rem;
    width: 3.125rem; }
    @media only screen and (min-width: 64rem) {
      .icon-list-item__icon {
        margin-right: 1.875rem;
        width: 5rem; } }
    .icon-list-item__icon img {
      border-radius: 100%;
      width: 100%; }
  .icon-list-item__content-wrapper {
    -webkit-flex: 1;
            flex: 1; }
  .icon-list-item__title {
    margin-bottom: 0.625rem; }
  .icon-list-item__content {
    margin: 0; }

/**
 * @file
 * Station filter item.
 */
.station-filter-item {
  list-style: none;
  margin: 0; }
  .station-filter-item__link {
    color: #868686;
    display: block;
    padding: 0.4375rem 0.4375rem 0.4375rem 0;
    white-space: nowrap; }
  .station-filter-item__letter {
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #537d77;
    display: inline-block;
    height: 1.625rem;
    line-height: 1;
    margin-right: 0.3125rem;
    padding: 0.4375rem;
    text-align: center;
    width: 1.625rem; }

/**
 * @file
 * Station filter.
 */
.station-filter {
  border-bottom: 0.25rem solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 64rem) {
    .station-filter {
      border-bottom: 0;
      border-right: 0.25rem solid rgba(0, 0, 0, 0.2);
      padding-right: 1.25rem;
      width: 15.625rem; } }
  .station-filter__title {
    font-size: 1.375rem;
    margin: 0;
    padding: 0.625rem 0;
    position: relative; }
    @media only screen and (min-width: 64rem) {
      .station-filter__title {
        margin-bottom: 1.875rem;
        padding: 0; } }
  .station-filter__mobile-toggle {
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    @media only screen and (min-width: 64rem) {
      .station-filter__mobile-toggle {
        display: none; } }
    .station-filter__mobile-toggle:after {
      border-bottom: 0.3125rem solid #c03;
      border-right: 0.3125rem solid #c03;
      content: '';
      height: 1.125rem;
      position: absolute;
      right: 0.3125rem;
      top: 0.625rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 1.125rem; }
    .station-filter__mobile-toggle--open:after {
      top: 0.9375rem;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .no-js .station-filter__mobile-toggle {
      display: none; }
  .station-filter__items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -o-transition: 0.3s max-height, 0.3s margin;
    transition: 0.3s max-height, 0.3s margin; }
    @media only screen and (min-width: 64rem) {
      .station-filter__items {
        margin-bottom: 2.1875rem;
        max-height: none;
        overflow: visible; } }
    .station-filter__items--open {
      margin-bottom: 1.25rem;
      max-height: 43.75rem;
      overflow: visible; }
    .no-js .station-filter__items {
      margin-bottom: 2.1875rem;
      max-height: none;
      overflow: visible; }

/**
 * @file
 * Station list.
 */
.station-list {
  width: 100%; }
  @media only screen and (min-width: 64rem) {
    .station-list {
      margin-left: 2.5rem; } }
  .station-list__title {
    font-size: 1.875rem;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (min-width: 64rem) {
      .station-list__title {
        margin-bottom: 1.875rem; } }
  .station-list__sub-title {
    font-family: "Sintony", sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    margin-left: 0.3125rem; }
  @media only screen and (min-width: 37.5rem) {
    .station-list__list {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: -0.625rem; } }
  @media only screen and (min-width: 75rem) {
    .station-list__list {
      margin: -1.25rem; } }
  .station-list__list .station-card {
    margin-bottom: 0.9375rem; }
    @media only screen and (min-width: 37.5rem) {
      .station-list__list .station-card {
        margin: 0.625rem;
        width: calc(50% - 1.25rem); } }
    @media only screen and (min-width: 48rem) {
      .station-list__list .station-card {
        width: calc(33.33% - 1.25rem); } }
    @media only screen and (min-width: 64rem) {
      .station-list__list .station-card {
        width: calc(25% - 1.25rem); } }
    @media only screen and (min-width: 75rem) {
      .station-list__list .station-card {
        margin: 1.25rem;
        width: calc(20% - 2.5rem); } }
  .station-list__cta-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 1.875rem; }
  .station-list__cta:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    content: ''; }
  .station-list__cta--next {
    padding-right: 1.875rem; }
    .station-list__cta--next:before {
      display: block;
      height: 0;
      width: 0;
      border-bottom: 0.25rem solid transparent;
      border-left: 0.3125rem solid #537d77;
      border-top: 0.25rem solid transparent;
      right: 0.9375rem; }
  .station-list__cta--prev {
    padding-left: 1.875rem; }
    .station-list__cta--prev:before {
      display: block;
      height: 0;
      width: 0;
      border-bottom: 0.25rem solid transparent;
      border-right: 0.3125rem solid #537d77;
      border-top: 0.25rem solid transparent;
      left: 0.9375rem; }

/**
 * @file
 * Station card.
 */
.station-card {
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative; }
  .station-card__image {
    height: 0;
    overflow: hidden;
    padding-bottom: 11.5625rem;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 12.1875rem;
    position: relative;
    width: 100%; }
    .station-card__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      width: 100%; }
  .station-card__cta {
    background: rgba(204, 0, 51, 0.8);
    content: '';
    height: 11.5625rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity;
    width: 100%; }
  .station-card__cta-text {
    font-family: "EestiBold", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    font-size: 1.875rem;
    -webkit-align-items: center;
            align-items: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    left: 0;
    margin: 0 1.25rem;
    right: 0; }
    .station-card__cta-text .svg-icon {
      height: 3.4375rem;
      margin-right: 0.9375rem;
      width: 2.5rem; }
  .station-card__content {
    padding: 1.125rem 1.25rem; }
  .station-card__name {
    font-size: 1.375rem;
    color: #537d77;
    margin-bottom: 0.625rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -o-transition: 0.2s color;
    transition: 0.2s color; }
  .station-card__description {
    margin: 0; }

.station-card__link {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .station-card__link:hover ~ .station-card__cta, .station-card__link:focus ~ .station-card__cta {
    opacity: 1; }
  .station-card__link:hover ~ .station-card__content .station-card__name, .station-card__link:focus ~ .station-card__content .station-card__name {
    color: #c03; }

/**
 * @file
 * App store links.
 */
.app-store-link {
  list-style: none;
  margin: 0 1.25rem 1.25rem 0;
  max-width: 8.4375rem; }
  @media only screen and (min-width: 48rem) {
    .app-store-link {
      margin-right: 1.875rem; } }
  .hero .app-store-link {
    margin: 0.3125rem 0.3125rem 0 0; }
    @media only screen and (min-width: 48rem) {
      .hero .app-store-link {
        margin: 1.25rem 1.25rem 0 0; } }
  .app-store-link a,
  .app-store-link img {
    display: block; }

/**
 * @file
 * FAQ item.
 */
.faq-item {
  list-style: none;
  margin-bottom: 0.9375rem; }
  .faq-item__title {
    background: #f6f6f6;
    margin: 0;
    padding: 0.9375rem 3.75rem 0.9375rem 0.9375rem;
    position: relative; }
    .section--bg-grey-light .faq-item__title {
      background: #fff; }
    .section--bg-grey .faq-item__title,
    .section--bg-grey-dark .faq-item__title,
    .section--bg-gradient .faq-item__title {
      color: #000; }
  .faq-item__toggle {
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .faq-item__toggle:after {
      border-bottom: 0.3125rem solid #c03;
      border-right: 0.3125rem solid #c03;
      content: '';
      height: 1.125rem;
      position: absolute;
      right: 1.25rem;
      top: 0.9375rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 1.125rem; }
    .faq-item__toggle--open:after {
      top: 1.5625rem;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .faq-item__content {
    max-height: 0;
    overflow: hidden; }
    .faq-item__content--open,
    .no-js .faq-item__content {
      margin-bottom: 1.25rem;
      max-height: none;
      padding: 0 0.9375rem; }

/* Organisms. */
/**
 * @file
 * Sections.
 */
.section--bg-default {
  background: #fff; }

.section--bg-grey {
  background: #868686;
  color: #fff; }

.section--bg-grey-light {
  background: #f6f6f6; }

.section--bg-grey-dark {
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }

.section--bg-gradient {
  color: #fff; }

.section--padded {
  padding: 1.875rem 0 0.9375rem; }
  @media only screen and (min-width: 48rem) {
    .section--padded {
      padding: 3.75rem 0 1.25rem; } }

.section--padded-sm {
  padding: 1.875rem 0 0.9375rem; }
  @media only screen and (min-width: 48rem) {
    .section--padded-sm {
      padding: 2.5rem 0 0; } }

.section--page {
  padding: 3.75rem 0; }
  @media only screen and (min-width: 48rem) {
    .section--page {
      padding: 6.25rem 0; } }

/**
 * @file
 * Container.
 */
.container,
.promo {
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  max-width: 88.75rem;
  width: auto; }
  @media only screen and (min-width: 48rem) {
    .container,
    .promo {
      padding-left: 20px;
      padding-right: 20px; } }

/**
 * @file
 * Header.
 */
.header {
  background: #fff;
  left: 0;
  padding: 1.125rem 0;
  position: fixed;
  top: 0;
  -o-transition: 0.2s padding;
  transition: 0.2s padding;
  width: 100%;
  z-index: 500; }
  @media only screen and (min-width: 64rem) {
    .header {
      padding: 1.5625rem 0; } }
  .adminimal-admin-toolbar .header {
    position: relative; }
  .header--mini {
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 64rem) {
      .header--mini {
        padding: 0.625rem 0; } }
    @media only screen and (min-width: 64rem) {
      .adminimal-admin-toolbar .header--mini {
        padding: 1.5625rem 0; } }
  .header__inner {
    position: relative; }
    @media only screen and (min-width: 64rem) {
      .header__inner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between; } }
  .header__links {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex; }
    .no-js .header__links {
      display: block; }
      @media only screen and (min-width: 64rem) {
        .no-js .header__links {
          display: -webkit-flex;
          display: flex; } }
  @media only screen and (min-width: 64rem) {
    .header__actions {
      -webkit-align-items: center;
              align-items: center;
      display: -webkit-flex;
      display: flex; } }
  .header__desktop-cta {
    display: none; }
    @media only screen and (min-width: 64rem) {
      .header__desktop-cta {
        display: block;
        margin: 0 0 0 1.25rem; } }

/**
 * @file
 * Footer.
 */
.footer {
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  background: #000;
  padding: 2.8125rem 0; }
  @media only screen and (min-width: 64rem) {
    .footer {
      padding: 3.75rem 0; } }

/**
 * @file
 * Promos.
 */
.promo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative; }
  @media only screen and (min-width: 48rem) {
    .promo {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 48rem) {
    .promo__image, .promo__content {
      padding-left: 10px;
      padding-right: 10px;
      -webkit-flex-basis: 50%;
              flex-basis: 50%; } }
  @media only screen and (min-width: 48rem) and (min-width: 48rem) {
    .promo__image, .promo__content {
      padding-left: 20px;
      padding-right: 20px; } }
  .promo__content {
    margin: 2.8125rem 0 0.625rem; }
    @media only screen and (min-width: 48rem) {
      .promo__content {
        -webkit-align-items: center;
                align-items: center;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 4.375rem 0; } }
    @media only screen and (min-width: 64rem) {
      .promo__content {
        margin: 6.25rem 0; } }
    .promo__content .button {
      margin: 0.9375rem 0 1.875rem; }
      @media only screen and (min-width: 48rem) {
        .promo__content .button {
          margin: 0.9375rem 0 0; } }
      @media only screen and (min-width: 64rem) {
        .promo__content .button {
          margin: 1.875rem 0 0; } }
  .promo__image {
    margin-bottom: 2.5rem;
    width: 100%; }
    .promo__image img {
      display: block;
      margin: 0 auto; }

@media only screen and (min-width: 48rem) {
  .promo--content-left .promo__content {
    padding-left: 0; } }

@media only screen and (min-width: 64rem) {
  .promo--content-left .promo__content {
    margin-left: 8.33333333%;
    padding-left: 20px; } }

@media only screen and (min-width: 48rem) {
  .promo--content-left .promo__image {
    padding-right: 0; } }

@media only screen and (min-width: 64rem) {
  .promo--content-left .promo__image {
    margin-right: 8.33333333%;
    padding-right: 20px; } }

@media only screen and (min-width: 48rem) {
  .promo--content-right {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media only screen and (min-width: 48rem) {
  .promo--content-right .promo__content {
    padding-right: 0; } }

@media only screen and (min-width: 64rem) {
  .promo--content-right .promo__content {
    margin-right: 8.33333333%;
    padding-right: 20px; } }

@media only screen and (min-width: 48rem) {
  .promo--content-right .promo__image {
    padding-left: 0; } }

@media only screen and (min-width: 64rem) {
  .promo--content-right .promo__image {
    margin-left: 8.33333333%;
    padding-left: 20px; } }

@media only screen and (min-width: 48rem) {
  .promo--contained .promo__image {
    margin-bottom: 4.375rem;
    margin-top: 4.375rem; } }

@media only screen and (min-width: 48rem) {
  .promo--full-height {
    -webkit-align-items: stretch;
            align-items: stretch; } }

.promo--full-height .promo__image {
  margin-bottom: 0; }
  @media only screen and (min-width: 48rem) {
    .promo--full-height .promo__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

@media only screen and (min-width: 48rem) {
  .promo--background {
    -webkit-align-items: stretch;
            align-items: stretch; } }

@media only screen and (min-width: 48rem) {
  .promo--background.promo--content-left {
    padding-right: 0; } }

@media only screen and (min-width: 48rem) {
  .promo--background.promo--content-left .promo__content {
    padding-right: 40px; } }

@media only screen and (min-width: 64rem) {
  .promo--background.promo--content-left .promo__image {
    margin-right: 0; } }

@media only screen and (min-width: 48rem) {
  .promo--background.promo--content-left .promo__image img {
    right: 0; } }

@media only screen and (min-width: 48rem) {
  .promo--background.promo--content-right {
    padding-left: 0; } }

@media only screen and (min-width: 48rem) {
  .promo--background.promo--content-right .promo__content {
    padding-left: 40px; } }

@media only screen and (min-width: 64rem) {
  .promo--background.promo--content-right .promo__image {
    margin-left: 0; } }

@media only screen and (min-width: 48rem) {
  .promo--background.promo--content-right .promo__image img {
    left: 0; } }

.promo--background .promo__image {
  margin: 0 -10px;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: calc(100% + (10px * 2)); }
  @media only screen and (min-width: 48rem) {
    .promo--background .promo__image {
      margin: 0;
      padding: 0;
      width: 100%; } }
  .promo--background .promo__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }

/**
 * @file
 * Quote.
 */
.quote {
  margin: 2.8125rem 0;
  padding: 0 2.1875rem;
  position: relative; }
  @media only screen and (min-width: 48rem) {
    .quote {
      padding: 0; } }
  .section--bg-grey .quote,
  .section--bg-grey-dark .quote,
  .section--bg-gradient .quote {
    color: #fff; }
  .quote__text {
    font-size: 1.875rem;
    line-height: 1.16667;
    margin-bottom: 1.25rem;
    text-align: right;
    text-indent: 3.125rem; }
  .quote__author {
    text-align: right; }
  .quote__icon {
    font-style: normal; }
    @media only screen and (min-width: 48rem) {
      .quote__icon {
        display: inline-block;
        height: 2.5rem;
        position: relative;
        width: 2.5rem; } }
    .section--bg-gradient .quote__icon:before {
      color: #fff; }
    .quote__icon:before {
      font-size: 7.5rem;
      color: #c03;
      content: open-quote;
      left: -1.25rem;
      position: absolute;
      top: -1.25rem; }
      @media only screen and (min-width: 48rem) {
        .quote__icon:before {
          left: -3.4375rem;
          top: -1.25rem; } }

/**
 * @file
 * Player CTA.
 */
.player-cta {
  padding: 3.75rem 0;
  text-align: center; }
  @media only screen and (min-width: 64rem) {
    .player-cta {
      padding: 5.625rem 0; } }
  .player-cta .button {
    font-size: 1.375rem;
    padding: 1.25rem 2.8125rem 1.25rem 5rem; }
    @media only screen and (min-width: 48rem) {
      .player-cta .button {
        font-size: 1.875rem;
        padding: 1.875rem 4.6875rem 1.875rem 8.125rem; } }
  .player-cta .svg-icon {
    left: 2.8125rem; }
    @media only screen and (min-width: 48rem) {
      .player-cta .svg-icon {
        height: 3.4375rem;
        left: 4.6875rem;
        width: 2.5rem; } }
  .player-cta--slim {
    padding: 1.25rem 0; }
    .player-cta--slim .button {
      padding: 0.9375rem 1.25rem 0.9375rem 2.5rem; }
      @media only screen and (min-width: 48rem) {
        .player-cta--slim .button {
          font-size: 1.875rem;
          padding: 1.5625rem 4.6875rem 1.5625rem 8.125rem; } }
    .player-cta--slim .svg-icon {
      left: 0.8125rem; }
      @media only screen and (min-width: 48rem) {
        .player-cta--slim .svg-icon {
          height: 2.5rem;
          left: 4.6875rem;
          width: 1.875rem; } }

/**
 * @file
 * Strapline CTA.
 */
.strapline-cta {
  background: #537d77; }
  @media only screen and (min-width: 64rem) {
    .strapline-cta {
      background: #868686; } }
  .strapline-cta__inner {
    margin: 2.8125rem 0 2.1875rem;
    text-align: center; }
    @media only screen and (min-width: 64rem) {
      .strapline-cta__inner {
        -webkit-align-items: center;
                align-items: center;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
                justify-content: center;
        margin: 2.8125rem 0;
        text-align: left; } }
  .strapline-cta__text {
    color: #fff;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 64rem) {
      .strapline-cta__text {
        margin: 0 1.875rem 0 0; } }

/**
 * @file
 * One column text.
 */
.one-col-text {
  margin: 2.8125rem 0; }

/**
 * @file
 * Two column text.
 */
.two-col-text {
  overflow: auto; }
  @media only screen and (min-width: 48rem) {
    .two-col-text--no-cta {
      padding-bottom: 3.4375rem; } }
  .two-col-text__content:first-child {
    margin-bottom: 1.25rem;
    margin-top: 2.8125rem; }
    @media only screen and (min-width: 48rem) {
      .two-col-text__content:first-child {
        margin-top: 4.375rem; } }
    @media only screen and (min-width: 64rem) {
      .two-col-text__content:first-child {
        margin-bottom: 2.8125rem;
        margin-top: 6.25rem; } }
  .two-col-text__content:nth-child(2) {
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 48rem) {
      .two-col-text__content:nth-child(2) {
        margin-top: 4.375rem; } }
    @media only screen and (min-width: 64rem) {
      .two-col-text__content:nth-child(2) {
        margin-bottom: 2.8125rem;
        margin-top: 6.25rem; } }
    .two-col-text--no-cta .two-col-text__content:nth-child(2) {
      margin-bottom: 1.5625rem; }
  .two-col-text__cta {
    margin-bottom: 2.8125rem; }
    @media only screen and (min-width: 48rem) {
      .two-col-text__cta {
        margin-bottom: 3.75rem; } }

/**
 * @file
 * Hero.
 */
.hero {
  padding: 2.8125rem 0 3.4375rem; }
  .hero--default {
    padding-bottom: 0.9375rem; }
  .hero--custom-bg, .hero--primary-bg {
    color: #fff; }
  .hero--custom-bg {
    background-position: center center;
    background-size: cover;
    padding: 1.875rem 0;
    position: relative; }
    @media only screen and (min-width: 48rem) {
      .hero--custom-bg {
        padding: 6.25rem 0; } }
    .hero--custom-bg .hero__inner {
      padding: 1.25rem 0; }
      @media only screen and (min-width: 48rem) {
        .hero--custom-bg .hero__inner {
          padding: 2.5rem 0; } }
      .hero--custom-bg .hero__inner:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        background: rgba(0, 0, 0, 0.4);
        content: '';
        height: calc(100% + 1.25rem);
        left: -0.625rem;
        right: -0.625rem;
        width: calc(100% + 1.25rem);
        z-index: -1; }
        @media only screen and (min-width: 48rem) {
          .hero--custom-bg .hero__inner:before {
            height: calc(100% + 2.5rem);
            left: -1.25rem;
            right: -1.25rem;
            width: calc(100% + 2.5rem); } }
  @media only screen and (min-width: 48rem) {
    .hero--primary-bg {
      padding: 3.75rem 0 3.4375rem; } }
  .hero__inner {
    position: relative;
    z-index: 1; }
  @media only screen and (min-width: 64rem) {
    .hero__content {
      display: -webkit-flex;
      display: flex; } }
  @media only screen and (min-width: 64rem) {
    .hero__subcontent {
      -webkit-flex: 1;
              flex: 1;
      padding-right: 1.25rem; } }
  .hero__subtitle {
    margin-top: 0.9375rem; }
    @media only screen and (min-width: 48rem) {
      .hero__subtitle {
        font-size: 1.375rem; } }
  .hero__actions {
    margin-top: 0.9375rem;
    max-width: 35rem; }
    @media only screen and (min-width: 64rem) {
      .hero__actions {
        -webkit-flex: 1;
                flex: 1;
        margin-top: 1.25rem;
        padding-left: 1.25rem; } }
  .hero__image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
    .hero__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }

/**
 * @file
 * Form embed.
 */
.form-embed {
  padding: 3.75rem 0; }
  @media only screen and (min-width: 48rem) {
    .form-embed {
      padding: 4.375rem 0; } }
  @media only screen and (min-width: 64rem) {
    .form-embed {
      padding: 5.625rem 0; } }
  .form-embed__content {
    margin-bottom: 1.875rem; }

/**
 * @file
 * Icon list.
 */
.icon-list {
  margin: 1.875rem 0 0;
  padding: 0; }
  @media only screen and (min-width: 64rem) {
    .icon-list {
      margin: 3.125rem 0 0; } }

/**
 * @file.
 * Two column icon list.
 */
.two-col-icon-list {
  margin: 3.75rem 0; }
  @media only screen and (min-width: 64rem) {
    .two-col-icon-list {
      margin: 5.625rem 0; } }
  @media only screen and (min-width: 48rem) {
    .two-col-icon-list .icon-list {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 0; } }
  @media only screen and (min-width: 64rem) {
    .two-col-icon-list .icon-list {
      margin-top: 1.875rem; } }
  @media only screen and (min-width: 48rem) {
    .two-col-icon-list .icon-list-item {
      width: 50%; } }
  @media only screen and (min-width: 48rem) {
    .two-col-icon-list .icon-list-item:nth-child(odd) {
      padding-right: 20px; } }
  @media only screen and (min-width: 48rem) {
    .two-col-icon-list .icon-list-item:nth-child(even) {
      padding-left: 20px; } }

/**
 * @file
 * Station listing.
 */
.station-listing {
  padding: 1.875rem 0; }
  @media only screen and (min-width: 64rem) {
    .station-listing {
      display: -webkit-flex;
      display: flex;
      padding: 5rem 0 2.8125rem; } }

/**
 * @file
 * Trending stations.
 */
.trending-stations {
  margin: 1.875rem 0 3.75rem; }
  .trending-stations__wrapper {
    overflow: visible; }
  .trending-stations__title {
    padding-left: 4.375rem;
    position: relative; }
    @media only screen and (min-width: 64rem) {
      .trending-stations__title {
        padding-left: 6.25rem; } }
  .trending-stations__intro {
    margin: 1.875rem 0; }
    @media only screen and (min-width: 64rem) {
      .trending-stations__intro {
        margin-top: 0;
        padding-left: 6.25rem; } }
  .trending-stations__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    left: 0;
    position: absolute; }
    .trending-stations__icon svg {
      width: 3.75rem; }
      @media only screen and (min-width: 64rem) {
        .trending-stations__icon svg {
          width: 5.625rem; } }
  .trending-stations__list {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    margin: -0.3125rem;
    width: calc(100% + 1.25rem); }
    .trending-stations__list > * {
      display: inline-block;
      float: none;
      white-space: normal; }
    @media only screen and (min-width: 75rem) {
      .trending-stations__list {
        margin: -0.625rem;
        overflow: hidden;
        white-space: normal;
        width: 100%; } }
    .trending-stations__list .station-card {
      -webkit-flex: 0 0 calc(12.5rem - 0.625rem);
              flex: 0 0 calc(12.5rem - 0.625rem);
      margin: 0.3125rem; }
      @media only screen and (min-width: 75rem) {
        .trending-stations__list .station-card {
          -webkit-flex-basis: calc(16.66% - 1.25rem);
                  flex-basis: calc(16.66% - 1.25rem);
          margin: 0.625rem; } }
  .trending-stations__cta {
    margin-top: 1.875rem;
    text-align: center; }

/**
 * @file
 * Trending listing.
 */
.trending-listing {
  padding: 1.875rem 0; }
  @media only screen and (min-width: 30rem) {
    .trending-listing {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: -0.625rem; } }
  @media only screen and (min-width: 64rem) {
    .trending-listing {
      margin: -1.25rem;
      padding: 5rem 0 2.8125rem; } }
  .trending-listing .station-card {
    margin-bottom: 0.9375rem; }
    @media only screen and (min-width: 30rem) {
      .trending-listing .station-card {
        margin: 0.625rem;
        width: calc(50% - 1.25rem); } }
    @media only screen and (min-width: 48rem) {
      .trending-listing .station-card {
        width: calc(25% - 1.25rem); } }
    @media only screen and (min-width: 64rem) {
      .trending-listing .station-card {
        margin: 1.25rem;
        width: calc(20% - 2.5rem); } }
    @media only screen and (min-width: 75rem) {
      .trending-listing .station-card {
        width: calc(16.66% - 2.5rem); } }

/**
 * @file
 * App store links.
 */
.app-store-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1.875rem 0;
  padding: 0; }
  @media only screen and (min-width: 48rem) {
    .app-store-links {
      margin: 2.5rem 0; } }
  .hero .app-store-links {
    margin: 0.9375rem 0 1.25rem; }
    @media only screen and (min-width: 48rem) {
      .hero .app-store-links {
        margin-bottom: 1.875rem; } }
    @media only screen and (min-width: 64rem) {
      .hero .app-store-links {
        margin-bottom: 0; } }

/**
 * @file
 * FAQs.
 */
.faqs {
  margin: 1.875rem 0;
  padding: 0; }

/**
 * @file
 * Cookie banner.
 *
 * Contains overrides for EU Cookie Compliance Drupal module.
 * @see - https://www.drupal.org/project/eu_cookie_compliance
 */
.cookie-banner {
  background: #537d77;
  padding: 0.625rem 0; }
  @media only screen and (min-width: 64rem) {
    .cookie-banner {
      padding: 1.25rem 0; } }
  .cookie-banner__content {
    max-width: none; }
    @media only screen and (min-width: 64rem) {
      .cookie-banner__content {
        display: -webkit-flex;
        display: flex; } }
  .cookie-banner__message {
    float: none;
    margin: 0;
    max-width: none; }
    @media only screen and (min-width: 64rem) {
      .cookie-banner__message {
        max-width: 60%;
        padding-right: 1.25rem; } }
  .cookie-banner h2 {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 0.3125rem; }
  .cookie-banner p {
    color: #fff;
    display: inline;
    margin-top: 0; }
  .cookie-banner__text-link {
    background: none;
    border: 0;
    color: #fff;
    display: inline;
    padding: 0;
    text-decoration: underline; }
  .cookie-banner__cta-wrapper {
    float: none;
    margin: 0.625rem 0;
    max-width: none; }
    @media only screen and (min-width: 64rem) {
      .cookie-banner__cta-wrapper {
        -webkit-flex: 1;
                flex: 1;
        text-align: right; } }
  .cookie-banner__cta {
    background-image: none;
    border-radius: 0;
    margin: 0; }
    @media only screen and (min-width: 64rem) {
      .cookie-banner__cta:first-child {
        margin-right: 0.625rem; } }

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