html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * TODO: Replace trial font help classes with real font rules when we have licensed font
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  font-family: 'aktiv-grotesk', Arial, sans-serif;
}
body {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  line-height: 1.2;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 20px;
}
p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0B6EFF;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
input,
select {
  -webkit-appearance: none;
}
#gallery-2 img {
  border: none !important;
}
.u-g-12-12 {
  width: calc((100% * 12) / 12);
  float: left;
}
.u-g-11-12 {
  width: calc((100% * 11) / 12);
  float: left;
}
.u-g-10-12 {
  width: calc((100% * 10) / 12);
  float: left;
}
.u-g-9-12 {
  width: calc((100% * 9) / 12);
  float: left;
}
.u-g-8-12 {
  width: calc((100% * 8) / 12);
  float: left;
}
.u-g-7-12 {
  width: calc((100% * 7) / 12);
  float: left;
}
.u-g-6-12 {
  width: calc((100% * 6) / 12);
  float: left;
}
.u-g-5-12 {
  width: calc((100% * 5) / 12);
  float: left;
}
.u-g-4-12 {
  width: calc((100% * 4) / 12);
  float: left;
}
.u-g-3-12 {
  width: calc((100% * 3) / 12);
  float: left;
}
.u-g-2-12 {
  width: calc((100% * 2) / 12);
  float: left;
}
.u-g-1-12 {
  width: calc((100% * 1) / 12);
  float: left;
}
.u-tg-12-12 {
  width: calc((100% * 12) / 12);
  display: table-cell;
}
.u-tg-11-12 {
  width: calc((100% * 11) / 12);
  display: table-cell;
}
.u-tg-10-12 {
  width: calc((100% * 10) / 12);
  display: table-cell;
}
.u-tg-9-12 {
  width: calc((100% * 9) / 12);
  display: table-cell;
}
.u-tg-8-12 {
  width: calc((100% * 8) / 12);
  display: table-cell;
}
.u-tg-7-12 {
  width: calc((100% * 7) / 12);
  display: table-cell;
}
.u-tg-6-12 {
  width: calc((100% * 6) / 12);
  display: table-cell;
}
.u-tg-5-12 {
  width: calc((100% * 5) / 12);
  display: table-cell;
}
.u-tg-4-12 {
  width: calc((100% * 4) / 12);
  display: table-cell;
}
.u-tg-3-12 {
  width: calc((100% * 3) / 12);
  display: table-cell;
}
.u-tg-2-12 {
  width: calc((100% * 2) / 12);
  display: table-cell;
}
.u-tg-1-12 {
  width: calc((100% * 1) / 12);
  display: table-cell;
}
.u-o-12-12 {
  margin-left: calc((100% * 12) / 12);
}
.u-o-11-12 {
  margin-left: calc((100% * 11) / 12);
}
.u-o-10-12 {
  margin-left: calc((100% * 10) / 12);
}
.u-o-9-12 {
  margin-left: calc((100% * 9) / 12);
}
.u-o-8-12 {
  margin-left: calc((100% * 8) / 12);
}
.u-o-7-12 {
  margin-left: calc((100% * 7) / 12);
}
.u-o-6-12 {
  margin-left: calc((100% * 6) / 12);
}
.u-o-5-12 {
  margin-left: calc((100% * 5) / 12);
}
.u-o-4-12 {
  margin-left: calc((100% * 4) / 12);
}
.u-o-3-12 {
  margin-left: calc((100% * 3) / 12);
}
.u-o-2-12 {
  margin-left: calc((100% * 2) / 12);
}
.u-o-1-12 {
  margin-left: calc((100% * 1) / 12);
}
.u-g-5-5 {
  width: calc((100% * 5) / 5);
  float: left;
}
.u-g-4-5 {
  width: calc((100% * 4) / 5);
  float: left;
}
.u-g-3-5 {
  width: calc((100% * 3) / 5);
  float: left;
}
.u-g-2-5 {
  width: calc((100% * 2) / 5);
  float: left;
}
.u-g-1-5 {
  width: calc((100% * 1) / 5);
  float: left;
}
.u-tg-5-5 {
  width: calc((100% * 5) / 5);
  display: table-cell;
}
.u-tg-4-5 {
  width: calc((100% * 4) / 5);
  display: table-cell;
}
.u-tg-3-5 {
  width: calc((100% * 3) / 5);
  display: table-cell;
}
.u-tg-2-5 {
  width: calc((100% * 2) / 5);
  display: table-cell;
}
.u-tg-1-5 {
  width: calc((100% * 1) / 5);
  display: table-cell;
}
.u-o-5-5 {
  margin-left: calc((100% * 5) / 5);
}
.u-o-4-5 {
  margin-left: calc((100% * 4) / 5);
}
.u-o-3-5 {
  margin-left: calc((100% * 3) / 5);
}
.u-o-2-5 {
  margin-left: calc((100% * 2) / 5);
}
.u-o-1-5 {
  margin-left: calc((100% * 1) / 5);
}
@media only screen and (min-width: 480px) {
  .u-g-12-12--s {
    width: calc((100% * 12) / 12);
    float: left;
  }
  .u-g-11-12--s {
    width: calc((100% * 11) / 12);
    float: left;
  }
  .u-g-10-12--s {
    width: calc((100% * 10) / 12);
    float: left;
  }
  .u-g-9-12--s {
    width: calc((100% * 9) / 12);
    float: left;
  }
  .u-g-8-12--s {
    width: calc((100% * 8) / 12);
    float: left;
  }
  .u-g-7-12--s {
    width: calc((100% * 7) / 12);
    float: left;
  }
  .u-g-6-12--s {
    width: calc((100% * 6) / 12);
    float: left;
  }
  .u-g-5-12--s {
    width: calc((100% * 5) / 12);
    float: left;
  }
  .u-g-4-12--s {
    width: calc((100% * 4) / 12);
    float: left;
  }
  .u-g-3-12--s {
    width: calc((100% * 3) / 12);
    float: left;
  }
  .u-g-2-12--s {
    width: calc((100% * 2) / 12);
    float: left;
  }
  .u-g-1-12--s {
    width: calc((100% * 1) / 12);
    float: left;
  }
  .u-tg-12-12--s {
    width: calc((100% * 12) / 12);
    display: table-cell;
  }
  .u-tg-11-12--s {
    width: calc((100% * 11) / 12);
    display: table-cell;
  }
  .u-tg-10-12--s {
    width: calc((100% * 10) / 12);
    display: table-cell;
  }
  .u-tg-9-12--s {
    width: calc((100% * 9) / 12);
    display: table-cell;
  }
  .u-tg-8-12--s {
    width: calc((100% * 8) / 12);
    display: table-cell;
  }
  .u-tg-7-12--s {
    width: calc((100% * 7) / 12);
    display: table-cell;
  }
  .u-tg-6-12--s {
    width: calc((100% * 6) / 12);
    display: table-cell;
  }
  .u-tg-5-12--s {
    width: calc((100% * 5) / 12);
    display: table-cell;
  }
  .u-tg-4-12--s {
    width: calc((100% * 4) / 12);
    display: table-cell;
  }
  .u-tg-3-12--s {
    width: calc((100% * 3) / 12);
    display: table-cell;
  }
  .u-tg-2-12--s {
    width: calc((100% * 2) / 12);
    display: table-cell;
  }
  .u-tg-1-12--s {
    width: calc((100% * 1) / 12);
    display: table-cell;
  }
  .u-o-12-12--s {
    margin-left: calc((100% * 12) / 12);
  }
  .u-o-11-12--s {
    margin-left: calc((100% * 11) / 12);
  }
  .u-o-10-12--s {
    margin-left: calc((100% * 10) / 12);
  }
  .u-o-9-12--s {
    margin-left: calc((100% * 9) / 12);
  }
  .u-o-8-12--s {
    margin-left: calc((100% * 8) / 12);
  }
  .u-o-7-12--s {
    margin-left: calc((100% * 7) / 12);
  }
  .u-o-6-12--s {
    margin-left: calc((100% * 6) / 12);
  }
  .u-o-5-12--s {
    margin-left: calc((100% * 5) / 12);
  }
  .u-o-4-12--s {
    margin-left: calc((100% * 4) / 12);
  }
  .u-o-3-12--s {
    margin-left: calc((100% * 3) / 12);
  }
  .u-o-2-12--s {
    margin-left: calc((100% * 2) / 12);
  }
  .u-o-1-12--s {
    margin-left: calc((100% * 1) / 12);
  }
  .u-g-5-5--s {
    width: calc((100% * 5) / 5);
    float: left;
  }
  .u-g-4-5--s {
    width: calc((100% * 4) / 5);
    float: left;
  }
  .u-g-3-5--s {
    width: calc((100% * 3) / 5);
    float: left;
  }
  .u-g-2-5--s {
    width: calc((100% * 2) / 5);
    float: left;
  }
  .u-g-1-5--s {
    width: calc((100% * 1) / 5);
    float: left;
  }
  .u-tg-5-5--s {
    width: calc((100% * 5) / 5);
    display: table-cell;
  }
  .u-tg-4-5--s {
    width: calc((100% * 4) / 5);
    display: table-cell;
  }
  .u-tg-3-5--s {
    width: calc((100% * 3) / 5);
    display: table-cell;
  }
  .u-tg-2-5--s {
    width: calc((100% * 2) / 5);
    display: table-cell;
  }
  .u-tg-1-5--s {
    width: calc((100% * 1) / 5);
    display: table-cell;
  }
  .u-o-5-5--s {
    margin-left: calc((100% * 5) / 5);
  }
  .u-o-4-5--s {
    margin-left: calc((100% * 4) / 5);
  }
  .u-o-3-5--s {
    margin-left: calc((100% * 3) / 5);
  }
  .u-o-2-5--s {
    margin-left: calc((100% * 2) / 5);
  }
  .u-o-1-5--s {
    margin-left: calc((100% * 1) / 5);
  }
}
@media only screen and (min-width: 768px) {
  .u-g-12-12--m {
    width: calc((100% * 12) / 12);
    float: left;
  }
  .u-g-11-12--m {
    width: calc((100% * 11) / 12);
    float: left;
  }
  .u-g-10-12--m {
    width: calc((100% * 10) / 12);
    float: left;
  }
  .u-g-9-12--m {
    width: calc((100% * 9) / 12);
    float: left;
  }
  .u-g-8-12--m {
    width: calc((100% * 8) / 12);
    float: left;
  }
  .u-g-7-12--m {
    width: calc((100% * 7) / 12);
    float: left;
  }
  .u-g-6-12--m {
    width: calc((100% * 6) / 12);
    float: left;
  }
  .u-g-5-12--m {
    width: calc((100% * 5) / 12);
    float: left;
  }
  .u-g-4-12--m {
    width: calc((100% * 4) / 12);
    float: left;
  }
  .u-g-3-12--m {
    width: calc((100% * 3) / 12);
    float: left;
  }
  .u-g-2-12--m {
    width: calc((100% * 2) / 12);
    float: left;
  }
  .u-g-1-12--m {
    width: calc((100% * 1) / 12);
    float: left;
  }
  .u-tg-12-12--m {
    width: calc((100% * 12) / 12);
    display: table-cell;
  }
  .u-tg-11-12--m {
    width: calc((100% * 11) / 12);
    display: table-cell;
  }
  .u-tg-10-12--m {
    width: calc((100% * 10) / 12);
    display: table-cell;
  }
  .u-tg-9-12--m {
    width: calc((100% * 9) / 12);
    display: table-cell;
  }
  .u-tg-8-12--m {
    width: calc((100% * 8) / 12);
    display: table-cell;
  }
  .u-tg-7-12--m {
    width: calc((100% * 7) / 12);
    display: table-cell;
  }
  .u-tg-6-12--m {
    width: calc((100% * 6) / 12);
    display: table-cell;
  }
  .u-tg-5-12--m {
    width: calc((100% * 5) / 12);
    display: table-cell;
  }
  .u-tg-4-12--m {
    width: calc((100% * 4) / 12);
    display: table-cell;
  }
  .u-tg-3-12--m {
    width: calc((100% * 3) / 12);
    display: table-cell;
  }
  .u-tg-2-12--m {
    width: calc((100% * 2) / 12);
    display: table-cell;
  }
  .u-tg-1-12--m {
    width: calc((100% * 1) / 12);
    display: table-cell;
  }
  .u-o-12-12--m {
    margin-left: calc((100% * 12) / 12);
  }
  .u-o-11-12--m {
    margin-left: calc((100% * 11) / 12);
  }
  .u-o-10-12--m {
    margin-left: calc((100% * 10) / 12);
  }
  .u-o-9-12--m {
    margin-left: calc((100% * 9) / 12);
  }
  .u-o-8-12--m {
    margin-left: calc((100% * 8) / 12);
  }
  .u-o-7-12--m {
    margin-left: calc((100% * 7) / 12);
  }
  .u-o-6-12--m {
    margin-left: calc((100% * 6) / 12);
  }
  .u-o-5-12--m {
    margin-left: calc((100% * 5) / 12);
  }
  .u-o-4-12--m {
    margin-left: calc((100% * 4) / 12);
  }
  .u-o-3-12--m {
    margin-left: calc((100% * 3) / 12);
  }
  .u-o-2-12--m {
    margin-left: calc((100% * 2) / 12);
  }
  .u-o-1-12--m {
    margin-left: calc((100% * 1) / 12);
  }
  .u-g-5-5--m {
    width: calc((100% * 5) / 5);
    float: left;
  }
  .u-g-4-5--m {
    width: calc((100% * 4) / 5);
    float: left;
  }
  .u-g-3-5--m {
    width: calc((100% * 3) / 5);
    float: left;
  }
  .u-g-2-5--m {
    width: calc((100% * 2) / 5);
    float: left;
  }
  .u-g-1-5--m {
    width: calc((100% * 1) / 5);
    float: left;
  }
  .u-tg-5-5--m {
    width: calc((100% * 5) / 5);
    display: table-cell;
  }
  .u-tg-4-5--m {
    width: calc((100% * 4) / 5);
    display: table-cell;
  }
  .u-tg-3-5--m {
    width: calc((100% * 3) / 5);
    display: table-cell;
  }
  .u-tg-2-5--m {
    width: calc((100% * 2) / 5);
    display: table-cell;
  }
  .u-tg-1-5--m {
    width: calc((100% * 1) / 5);
    display: table-cell;
  }
  .u-o-5-5--m {
    margin-left: calc((100% * 5) / 5);
  }
  .u-o-4-5--m {
    margin-left: calc((100% * 4) / 5);
  }
  .u-o-3-5--m {
    margin-left: calc((100% * 3) / 5);
  }
  .u-o-2-5--m {
    margin-left: calc((100% * 2) / 5);
  }
  .u-o-1-5--m {
    margin-left: calc((100% * 1) / 5);
  }
}
@media only screen and (min-width: 960px) {
  .u-g-12-12--l {
    width: calc((100% * 12) / 12);
    float: left;
  }
  .u-g-11-12--l {
    width: calc((100% * 11) / 12);
    float: left;
  }
  .u-g-10-12--l {
    width: calc((100% * 10) / 12);
    float: left;
  }
  .u-g-9-12--l {
    width: calc((100% * 9) / 12);
    float: left;
  }
  .u-g-8-12--l {
    width: calc((100% * 8) / 12);
    float: left;
  }
  .u-g-7-12--l {
    width: calc((100% * 7) / 12);
    float: left;
  }
  .u-g-6-12--l {
    width: calc((100% * 6) / 12);
    float: left;
  }
  .u-g-5-12--l {
    width: calc((100% * 5) / 12);
    float: left;
  }
  .u-g-4-12--l {
    width: calc((100% * 4) / 12);
    float: left;
  }
  .u-g-3-12--l {
    width: calc((100% * 3) / 12);
    float: left;
  }
  .u-g-2-12--l {
    width: calc((100% * 2) / 12);
    float: left;
  }
  .u-g-1-12--l {
    width: calc((100% * 1) / 12);
    float: left;
  }
  .u-tg-12-12--l {
    width: calc((100% * 12) / 12);
    display: table-cell;
  }
  .u-tg-11-12--l {
    width: calc((100% * 11) / 12);
    display: table-cell;
  }
  .u-tg-10-12--l {
    width: calc((100% * 10) / 12);
    display: table-cell;
  }
  .u-tg-9-12--l {
    width: calc((100% * 9) / 12);
    display: table-cell;
  }
  .u-tg-8-12--l {
    width: calc((100% * 8) / 12);
    display: table-cell;
  }
  .u-tg-7-12--l {
    width: calc((100% * 7) / 12);
    display: table-cell;
  }
  .u-tg-6-12--l {
    width: calc((100% * 6) / 12);
    display: table-cell;
  }
  .u-tg-5-12--l {
    width: calc((100% * 5) / 12);
    display: table-cell;
  }
  .u-tg-4-12--l {
    width: calc((100% * 4) / 12);
    display: table-cell;
  }
  .u-tg-3-12--l {
    width: calc((100% * 3) / 12);
    display: table-cell;
  }
  .u-tg-2-12--l {
    width: calc((100% * 2) / 12);
    display: table-cell;
  }
  .u-tg-1-12--l {
    width: calc((100% * 1) / 12);
    display: table-cell;
  }
  .u-o-12-12--l {
    margin-left: calc((100% * 12) / 12);
  }
  .u-o-11-12--l {
    margin-left: calc((100% * 11) / 12);
  }
  .u-o-10-12--l {
    margin-left: calc((100% * 10) / 12);
  }
  .u-o-9-12--l {
    margin-left: calc((100% * 9) / 12);
  }
  .u-o-8-12--l {
    margin-left: calc((100% * 8) / 12);
  }
  .u-o-7-12--l {
    margin-left: calc((100% * 7) / 12);
  }
  .u-o-6-12--l {
    margin-left: calc((100% * 6) / 12);
  }
  .u-o-5-12--l {
    margin-left: calc((100% * 5) / 12);
  }
  .u-o-4-12--l {
    margin-left: calc((100% * 4) / 12);
  }
  .u-o-3-12--l {
    margin-left: calc((100% * 3) / 12);
  }
  .u-o-2-12--l {
    margin-left: calc((100% * 2) / 12);
  }
  .u-o-1-12--l {
    margin-left: calc((100% * 1) / 12);
  }
  .u-g-5-5--l {
    width: calc((100% * 5) / 5);
    float: left;
  }
  .u-g-4-5--l {
    width: calc((100% * 4) / 5);
    float: left;
  }
  .u-g-3-5--l {
    width: calc((100% * 3) / 5);
    float: left;
  }
  .u-g-2-5--l {
    width: calc((100% * 2) / 5);
    float: left;
  }
  .u-g-1-5--l {
    width: calc((100% * 1) / 5);
    float: left;
  }
  .u-tg-5-5--l {
    width: calc((100% * 5) / 5);
    display: table-cell;
  }
  .u-tg-4-5--l {
    width: calc((100% * 4) / 5);
    display: table-cell;
  }
  .u-tg-3-5--l {
    width: calc((100% * 3) / 5);
    display: table-cell;
  }
  .u-tg-2-5--l {
    width: calc((100% * 2) / 5);
    display: table-cell;
  }
  .u-tg-1-5--l {
    width: calc((100% * 1) / 5);
    display: table-cell;
  }
  .u-o-5-5--l {
    margin-left: calc((100% * 5) / 5);
  }
  .u-o-4-5--l {
    margin-left: calc((100% * 4) / 5);
  }
  .u-o-3-5--l {
    margin-left: calc((100% * 3) / 5);
  }
  .u-o-2-5--l {
    margin-left: calc((100% * 2) / 5);
  }
  .u-o-1-5--l {
    margin-left: calc((100% * 1) / 5);
  }
}
.u-confine {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.u-confine--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.u-container {
  width: 100%;
}
.u-container--nowrap {
  display: table;
  height: 100%;
}
.u-clearfix {
  zoom: 1;
}
.u-clearfix:before {
  content: '';
  display: block;
}
.u-clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.u-gutter-left-10 {
  margin-left: 10px;
}
.u-gutter-right-10 {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .u-confine {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-confine--no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .u-confine {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-confine--no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .u-gutter-left-10--l {
    margin-left: 10px;
  }
  .u-gutter-right-10--l {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1320px) {
  .u-confine {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1440px;
  }
  .u-confine--no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@-webkit-keyframes loader-stretch {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-o-keyframes loader-stretch {
  0%,
  40%,
  100% {
    -o-transform: scaleY(0.4);
       transform: scaleY(0.4);
  }
  20% {
    -o-transform: scaleY(1);
       transform: scaleY(1);
  }
}
@keyframes loader-stretch {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
         -o-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.site {
  width: 100%;
  margin: 0 auto;
}
.site__content--no-section {
  margin-top: 20px;
  margin-bottom: 30px;
}
.site__section {
  padding-bottom: 20px;
}
.site__section--green {
  border-top: 5px solid #2AAC6C;
}
.site__section--sound {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 5px solid #2AAC6C;
}
.error404 .site__section {
  border: none;
}
.blog .site__section {
  border-top: 1px solid #d9d9d9;
}
.site__section--sidebar {
  border-right: 1px solid #d9d9d9;
}
.site__section-header {
  display: table;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.site__section-title {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.site__section-link {
  display: table-cell;
  text-align: right;
}
.site__section-link:hover {
  text-decoration: underline;
}
.site__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120%;
  z-index: 500;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.57);
  -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.21, 1);
  -o-transition: opacity 0.2s cubic-bezier(0, 0, 0.21, 1);
  transition: opacity 0.2s cubic-bezier(0, 0, 0.21, 1);
  pointer-events: none;
}
.site__overlay.js-overlay--active {
  pointer-events: auto;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .site__content--no-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .site__section {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .site__overlay {
    display: none;
  }
}
/**
 *
 * Universal components such as page__header that are used on most pages
 *
 */
.page__header {
  position: relative;
}
.page__header-title {
  margin-bottom: 40px;
}
.page__content--404 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .page__header-title--large {
    font-size: 50px;
    font-size: 5rem;
    font-size: 4.3vw;
  }
}
@media only screen and (min-width: 1280px) {
  .page__print-link {
    right: 60px;
  }
}
.header-main {
  border-bottom: 5px solid #CC171A;
}
.header-main--green {
  border-bottom: 5px solid #2AAC6C;
}
.header-main__content {
  position: relative;
}
.header-main__content:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 800;
  border-bottom: 5px solid #CC171A;
}
.header-main__content--tight {
  padding-top: 10px;
}
.header-main__content--width-search {
  padding-top: 0;
}
.header-main__content--width-search:after {
  border-bottom: 5px solid #2AAC6C;
}
.header-main__branding-container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px;
}
.header-main__branding {
  display: block;
}
.header-main__menu-top {
  display: none;
}
.header-main__logo-link {
  display: inline-block;
  position: relative;
  z-index: 1000;
}
.header-main__logo {
  width: 200px;
  height: 36px;
  background-image: url(_/assets/img/logo-horsellinjen.svg);
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0;
}
.header-main__search-container {
  background-color: #2AAC6C;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  z-index: 900;
}
.header-main__logo-text {
  display: none;
}
.header-main__menu-main {
  display: none;
}
.header-main__tagline {
  display: none;
}
.header-main__mobile-btn {
  position: absolute;
  bottom: 10px;
  right: 12px;
  height: 40px;
  width: 30px;
  margin-top: 5px;
  border: none;
  padding: 0;
  padding-top: 27px;
  background-color: #fff;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1000;
}
.header-main__mobile-btn:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .header-main__content--loose {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-main__logo-link:after {
    height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .header-main__content {
    height: auto;
  }
  .header-main__content--loose {
    padding-bottom: 25px;
  }
  .header-main__content--width-search {
    padding-top: 10px;
  }
  .header-main__content:after {
    content: '';
    position: relative;
    display: table;
    clear: both;
    border: none;
  }
  .header-main__menu-main {
    display: block;
    position: absolute;
    bottom: 0;
    right: 40px;
  }
  .header-main__menu-top {
    display: block;
    margin-bottom: 13px;
    padding-right: 40px;
  }
  .header-main__branding-container {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .header-main__logo {
    height: 74px;
    width: 290px;
    height: 52.2px;
  }
  .header-main__tagline {
    display: block;
    position: absolute;
    right: 20px;
  }
  .header-main__tagline-text {
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-main__tagline-dot {
    display: inline-block;
    position: relative;
    top: -1px;
    height: 9px;
    width: 9px;
    margin: 0 3px;
    background-color: #CC171A;
    border-radius: 50%;
  }
  .header-main__mobile-btn {
    display: none;
  }
}
@media only screen and (min-width: 1090px) {
  .header-main__content--loose {
    padding-top: 25px;
    padding-left: 30px;
  }
  .header-main__branding-container {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .header-main__logo-link:after {
    height: 21px;
  }
}
@media only screen and (min-width: 1320px) {
  .header-main__content--tight {
    padding-top: 13px;
  }
  .header-main__logo-link:after {
    height: 21px;
  }
  .header-main__menu-top {
    padding-right: 60px;
  }
  .header-main__menu-main {
    right: 60px;
  }
  .header-main__tagline {
    right: 60px;
  }
  .header-main__tagline-text {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.navbar__container {
  display: inline-block;
}
.navbar__item {
  display: inline-block;
  margin-right: 18px;
  border-bottom: 5px solid transparent;
}
.navbar__item:last-child {
  margin-right: 0;
}
.navbar__item:hover {
  border-bottom: 5px solid #000;
}
.navbar__item--current,
.navbar .current-page-ancestor {
  border-bottom: 5px solid #2AAC6C;
  color: #2AAC6C;
}
.navbar__item--current:hover,
.navbar .current-page-ancestor:hover {
  border-bottom: 5px solid #2AAC6C;
}
.navbar__item--current .navbar__link,
.navbar .current-page-ancestor .navbar__link {
  color: #2AAC6C;
}
.navbar__link {
  display: block;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.navbar__link--default {
  font-size: 16px;
  font-size: 1.6rem;
}
.navbar__link--large {
  font-size: 26px;
  font-size: 2.6rem;
}
.navbar__link--tight {
  padding-bottom: 2px;
}
.navbar__link--loose {
  padding-bottom: 9px;
}
@media only screen and (min-width: 960px) {
  .navbar__link--default {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .navbar__link--large {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .navbar__link--tight {
    padding-bottom: 5px;
  }
  .navbar__link--loose {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1090px) {
  .navbar__link--default {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1320px) {
  .navbar__item {
    margin-right: 30px;
  }
}
.nav-top {
  float: right;
}
.nav-top__item {
  float: left;
  margin-left: 40px;
  position: relative;
}
.nav-top__item:after {
  clear: both;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.nav-top__item.phone:after {
  background-image: url(_/assets/img/icon-phone.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 16px;
}
.nav-top__item.mail:after {
  background-image: url(_/assets/img/icon-mail.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 34px;
}
.nav-top__item.clock:after {
  background-image: url(_/assets/img/icon-clock.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
}
.nav-top__link {
  color: rgba(0, 0, 0, 0.7);
}
.nav-top__link:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .nav-top__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1320px) {
  .nav-top__link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.search-box {
  display: block;
  padding: 10px;
  text-align: left;
}
.search-box__title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .search-box {
    display: inline-block;
    padding: 20px 40px;
  }
  .search-box__title {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
  }
  .search-box__title a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
  }
  .search-box__title a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 960px) {
  .search-box {
    min-width: 800px;
  }
}
.hero {
  position: relative;
  color: #fff;
  height: 100%;
}
.hero--home {
  padding-top: 20px;
  height: 310px;
}
.hero--portal {
  height: auto;
  border-top: 1px solid #CCCCCC;
}
.hero--dark {
  color: #000;
  border-bottom-color: #000;
}
.hero--light {
  color: #fff;
  border-bottom-color: #fff;
}
.hero--green {
  color: #2AAC6C;
}
.hero--tight {
  height: 220px;
}
.hero__content {
  position: relative;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero--overlay .hero__content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
}
.hero__content--image-bg {
  background-size: 0 0;
}
.hero__link {
  display: block;
  color: inherit;
}
.hero__link:hover {
  text-decoration: underline;
}
.hero__caption {
  z-index: 2;
  position: relative;
}
.hero__caption--default {
  padding-top: 8%;
  padding-bottom: 8%;
}
.hero__caption--home {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ie .hero__caption--home {
  top: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  padding-top: 8%;
  padding-bottom: 8%;
}
.hero__title {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.15;
  font-size: 28px;
  font-size: 2.8rem;
  color: inherit;
}
.hero__link:hover .hero__title {
  text-decoration: underline;
}
.hero__tagline {
  display: block;
  padding-right: 25px;
  padding-bottom: 0px;
  color: inherit;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.4;
  border-bottom: 2px solid transparent;
  font-size: 20px;
  font-size: 2rem;
}
.hero__link:hover .hero__tagline {
  border-bottom-color: inherit;
}
.hero__tagline:empty {
  display: none;
}
.hero__tagline--border {
  border-top: 2px solid currentColor;
  padding-top: 20px;
}
.hero__tagline--small {
  font-size: 18px;
  font-size: 1.8rem;
}
.hero__tagline--home {
  display: none;
}
@media only screen and (min-width: 480px) {
  .hero__caption--home {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .hero--tight {
    height: 480px;
  }
  .hero__content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero__title {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 40px;
  }
  .hero__tagline {
    padding-right: 28px;
    padding-bottom: 1px;
    background-size: 23px 18px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .hero__tagline--border {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .hero--portal {
    float: left;
    position: relative;
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
  }
  .hero__content--image-bg {
    background-size: cover;
    background-color: #fff !important;
  }
  .hero__caption--home {
    width: 70%;
  }
  .hero__caption--portal {
    width: 82%;
  }
  .hero__title {
    font-size: 68px;
    font-size: 6.8rem;
  }
  .hero__title--small {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .hero__tagline--home {
    display: block;
  }
  .hero__tagline--small {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1090px) {
  .hero--home {
    display: table-cell;
    width: 67%;
    height: 100%;
    min-height: 460px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
  }
  .hero--portal {
    padding: 35px 20px 35px 40px;
  }
  .hero--tight {
    height: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .hero--home {
    width: 73%;
  }
}
@media only screen and (min-width: 1320px) {
  .hero--portal,
  .hero__content {
    padding-left: 60px;
  }
}
.quick-menu {
  position: relative;
  width: 100%;
}
.quick-menu__item {
  border-bottom: 2px solid #666666;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.quick-menu__item:last-child {
  border-bottom: none;
}
.quick-menu__item:hover {
  background-color: #E9F2FF;
}
.quick-menu__item:hover .quick-menu__title {
  text-decoration: underline;
}
.quick-menu__link {
  display: block;
  padding-left: 20px;
  padding-right: 40px;
  text-decoration: none;
  color: #333333;
}
.quick-menu__link--green {
  color: #2AAC6C;
}
.quick-menu__title {
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.quick-menu__description {
  display: none;
}
.quick-menu__icon {
  display: inline-block;
  float: right;
  position: relative;
  top: 3px;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .flexbox .quick-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quick-menu__item {
    width: 50%;
    float: left;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 2px solid #666666;
  }
  .quick-menu__item:nth-child(odd) {
    border-right: 1px solid #d9d9d9;
  }
  .quick-menu__item:nth-child(3) {
    border-bottom: none;
  }
  .quick-menu__link {
    padding-left: 10%;
    padding-right: 10%;
  }
  .quick-menu__title {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #CCCCCC;
  }
  .quick-menu__description {
    display: block;
    padding-right: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    color: #575757;
  }
}
@media only screen and (min-width: 960px) {
  .flexbox .quick-menu__content {
    display: block;
  }
  .quick-menu .quick-menu__item--hidden-lg {
    display: none;
  }
}
@media only screen and (min-width: 1090px) {
  .quick-menu {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 33%;
  }
  .quick-menu__item {
    width: 100%;
    height: 25%;
    border-right: 1px solid #CCCCCC;
  }
  .quick-menu__description {
    padding-right: 0;
  }
  .quick-menu__link {
    padding-left: 8%;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .quick-menu {
    width: 27%;
  }
  .quick-menu__link {
    padding-right: 60px;
  }
}
.mobile-menu {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
.mobile-menu__content {
  position: absolute;
  top: 100%;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 800;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1);
  transition: -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1);
  -o-transition: -o-transform 0.233s cubic-bezier(0, 0, 0.21, 1);
  transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1);
  transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1), -webkit-transform 0.233s cubic-bezier(0, 0, 0.21, 1), -o-transform 0.233s cubic-bezier(0, 0, 0.21, 1);
}
.mobile-menu__content.js-mobile-menu--open {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}
.mobile-menu__item {
  position: relative;
  list-style: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mobile-menu__item--parent:after {
  background-image: url(_/assets/img/icon-plus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -o-transform 0.1s;
  border-left: 1px solid #999999;
}
.mobile-menu__item--current-ancestor .mobile-menu__link--primary {
  background-color: #E6E6E6;
}
.mobile-menu__item--current-ancestor:after {
  background-image: url(_/assets/img/icon-minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
}
.mobile-menu__item--main:last-child {
  border-bottom: 4px solid #000;
}
.mobile-menu__item--main:last-child > a {
  border-bottom: none;
}
.mobile-menu__item--sub .js-sub-menu--open {
  color: #000;
}
.mobile-menu__item--sub .mobile-menu__item--sub .mobile-menu__link {
  padding-left: 40px;
}
.mobile-menu__link {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  color: #000;
  border-bottom: 1px solid #999999;
  text-decoration: none;
  font-weight: 700;
}
.mobile-menu__link--primary {
  padding: 20px 0 17px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
}
.mobile-menu__link--secondary {
  color: #575757;
  padding: 20px 0 19px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.mobile-menu__link:hover {
  text-decoration: underline;
  background-color: rgba(42, 169, 108, 0.25);
}
.js-sub-menu--open > .mobile-menu__link {
  color: #000;
  background-color: #F4F4F4;
}
.mobile-menu__item--current > .mobile-menu__link,
.js-sub-menu--open.mobile-menu__item--current > .mobile-menu__link {
  background-color: rgba(42, 169, 108, 0.25);
}
.mobile-menu__sub-menu {
  max-height: 0;
  overflow: hidden;
}
.mobile-menu__item--current-ancestor > .mobile-menu__sub-menu,
.mobile-menu__sub-menu.js-sub-menu--open {
  max-height: 2000px;
  background-color: #F4F4F4;
}
.mobile-menu__item--current-ancestor > .mobile-menu__sub-menu .js-sub-menu--open,
.mobile-menu__sub-menu.js-sub-menu--open .js-sub-menu--open {
  background-color: #fff;
}
@media only screen and (min-width: 960px) {
  .mobile-menu {
    display: none;
  }
}
.article {
  min-height: 100%;
  padding-bottom: 20px;
  border-top: 1px solid #d9d9d9;
}
.article__title {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.article__subtitle--nowrap {
  float: none !important;
}
.article__date {
  display: block;
  margin-bottom: 20px;
  color: #666666;
}
.article__preamble {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.article__featured-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.article__readspeaker {
  margin-left: 0;
}
@media only screen and (min-width: 480px) {
  .article__header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ie9 .article__header-container {
    display: block;
  }
  .article__title {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .no-flexbox .article__title {
    float: left;
    width: calc(100% - 200px);
  }
  .article__readspeaker {
    top: -5px;
  }
}
@media only screen and (min-width: 768px) {
  .article {
    padding-bottom: 30px;
  }
  .article__featured-image {
    margin-bottom: 45px;
  }
  .article__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .article__date {
    margin-bottom: 30px;
  }
  .article__readspeaker {
    top: -10px;
  }
}
@media only screen and (min-width: 960px) {
  .article {
    padding-bottom: 40px;
  }
  .article__preamble {
    margin-bottom: 50px;
  }
  .article--sidebar {
    border-right: 1px solid #d9d9d9;
  }
  .article__title {
    font-size: 48px;
    font-size: 4.8rem;
    font-size: calc(30px + (48 - 30) * (100vw - 960px)/ (1320 - 960));
  }
  .article__readspeaker {
    top: -10px;
  }
}
@media only screen and (min-width: 1090px) {
  .article__header-container {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
@media only screen and (min-width: 1320px) {
  .article {
    padding-bottom: 50px;
  }
  .article__featured-image {
    margin-bottom: 40px;
  }
  .article__title {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.article-tools {
  position: relative;
  min-width: 100px;
}
.ie9 .article-tools {
  display: block;
  float: right;
  width: 110px;
}
.article-tools__item {
  margin-top: 12px;
  margin-bottom: 12px;
}
.article-tools__item:hover {
  text-decoration: underline;
}
.ie9 .article-tools__item {
  float: right;
  clear: right;
}
.article-tools__item--print {
  display: none;
}
.article-tools__item--listen {
  display: block;
}
@media only screen and (min-width: 1090px) {
  .article-tools {
    padding-top: 30px;
  }
  .article-tools__item--print {
    display: block;
  }
}
.sidebar {
  display: none;
}
@media only screen and (min-width: 960px) {
  .sidebar {
    display: block;
    float: right;
    border-top: 1px solid #d9d9d9;
  }
  .sidebar__title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 0 20px 20px;
    margin: 0;
    color: #2AAC6C;
    border-bottom: 5px solid #2AAC6C;
  }
  .sidebar__menu-item {
    list-style: none;
  }
  .sidebar__menu-item--parent {
    position: relative;
  }
  .js .sidebar__menu-item--parent.icon:after {
    border-left: none;
  }
  .js .sidebar__menu-item.js-submenu-open:after {
    background-image: url(_/assets/img/icon-minus.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .sidebar__menu-link {
    display: block;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border-bottom: 1px solid #d9d9d9;
  }
  .sidebar__menu-link--primary {
    padding: 19px 0 18px 20px;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333333;
  }
  .sidebar__menu-link--secondary {
    color: #666666;
    padding: 18px 0 15px 20px;
  }
  .sidebar__menu-link:hover {
    text-decoration: underline;
    background-color: rgba(42, 169, 108, 0.25);
  }
  .sidebar__menu-item--current > .sidebar__menu-link {
    background-color: rgba(42, 169, 108, 0.25);
  }
  .sidebar__sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar__sub-menu.js-submenu-open {
    max-height: 2000px;
  }
}
@media only screen and (min-width: 1090px) {
  .sidebar__menu-link--secondary {
    padding-left: 35px;
  }
}
.wysiwyg {
  /*----------  .wp-caption and images  ----------*/
  /*=====  End of Section .wp-caption  ======*/
}
.wysiwyg h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
.wysiwyg h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.wysiwyg p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.wysiwyg a:hover {
  text-decoration: underline;
}
.wysiwyg ul,
.wysiwyg ol {
  list-style: initial;
  padding-left: 20px;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
}
.wysiwyg div {
  line-height: 1.4;
}
.wysiwyg .preamble {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.wysiwyg img.alignleft {
  display: inline;
  margin: 0 15px 2px 0;
  padding: 0 4px;
}
.wysiwyg img.alignright {
  display: inline;
  margin: 0 0 2px 15px;
  padding: 0 4px;
}
.wysiwyg .wp-caption {
  margin-bottom: 20px;
}
.wysiwyg .wp-caption img {
  margin-bottom: 10px;
}
.wysiwyg > .wp-caption {
  max-width: 690px;
  margin-top: 7px;
  margin-bottom: 20px;
}
.wysiwyg > .wp-caption.aligncenter,
.wysiwyg > .wp-caption.alignnone {
  width: 100% !important;
}
.wysiwyg > .wp-caption.aligncenter {
  float: left;
}
.wysiwyg > .wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto;
}
.wysiwyg > .wp-caption.alignleft {
  float: left;
  max-width: 50%;
  margin-bottom: 0;
  margin-right: 15px;
}
.wysiwyg > .wp-caption.alignright {
  float: right;
  max-width: 50%;
  margin-bottom: 0;
  margin-left: 15px;
}
.wysiwyg > .wp-caption img {
  margin-bottom: 5px;
}
.wysiwyg .wp-caption-text {
  margin: 2px;
  font-size: 14px;
  font-size: 1.4rem;
}
.wysiwyg .aligncenter .wp-caption-text {
  text-align: center;
}
.wysiwyg__img-wrap {
  max-width: 690px;
  margin-top: 7px;
}
.wysiwyg__img-wrap--alignright {
  float: right;
  max-width: 50%;
}
.wysiwyg__img-wrap--alignleft {
  float: left;
  max-width: 50%;
}
.wysiwyg__img-wrap--aligncenter img {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 480px) {
  .wysiwyg p,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg ol,
  .wysiwyg ul,
  .wysiwyg hr,
  .wysiwyg blockquote {
    max-width: 690px;
  }
  .wysiwyg__img-wrap--alignleft {
    float: left;
    clear: both;
  }
  .wysiwyg .wp-caption.alignright {
    float: right;
    margin-left: 15px;
    padding: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .wysiwyg__img-wrap--alignright,
  .wysiwyg .wp-caption.alignright {
    margin-right: calc(100% - 690px);
  }
  .wysiwyg p,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg ol,
  .wysiwyg ul {
    max-width: 690px;
  }
  .wysiwyg h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  .wysiwyg h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .wysiwyg p,
  .wysiwyg li,
  .wysiwyg a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .wysiwyg li {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol {
    margin-bottom: 23px;
  }
  .wysiwyg p,
  .wysiwyg li,
  .wysiwyg a {
    font-size: 20px;
    font-size: 2rem;
  }
  .wysiwyg blockquote p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .wysiwyg > p,
  .wysiwyg > h2,
  .wysiwyg > h3,
  .wysiwyg > ol,
  .wysiwyg > ul,
  .wysiwyg > hr,
  .wysiwyg > blockquote {
    float: left;
    width: calc(100% - 310px);
  }
  .wysiwyg blockquote p {
    width: 100%;
  }
  .wysiwyg__img-wrap--alignleft + p {
    float: none;
  }
  .wysiwyg__img-wrap--aligncenter {
    width: calc(100% - 310px);
  }
  .wysiwyg__img-wrap--alignnone {
    float: left;
    width: calc(100% - 310px);
  }
  .wysiwyg__img-wrap--alignright {
    float: right;
    clear: both;
  }
  .wysiwyg__img-wrap--alignright + p {
    float: none;
  }
  .wysiwyg .wp-caption.alignleft,
  .wysiwyg .wp-caption.alignright {
    clear: both;
  }
  .wysiwyg .wp-caption.alignleft + h2,
  .wysiwyg .wp-caption.alignright + h2,
  .wysiwyg .wp-caption.alignleft + p,
  .wysiwyg .wp-caption.alignright + p {
    float: none;
  }
  .wysiwyg__img-wrap--alignright,
  .wysiwyg .wp-caption.alignright {
    margin-right: 300px;
  }
  .wysiwyg > img,
  .wysiwyg .img-wrap > *,
  .wysiwyg > .wp-caption {
    max-width: calc(100% - 310px) !important;
  }
}
.feed__content {
  margin-left: -40px;
}
.feed__items {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.feed__item {
  cursor: pointer;
  height: 100%;
}
.feed__item--small:nth-child(2n+2) {
  clear: both;
}
.feed__item:hover .feed__item-title {
  text-decoration: underline;
}
.feed__item-link {
  color: #333333;
  display: block;
  margin-left: 40px;
  height: 100%;
}
.feed__item-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}
.feed__excerpt {
  margin-bottom: 30px;
}
.feed__excerpt > p {
  font-size: 16px;
  font-size: 1.6rem;
}
.feed__date {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .feed__item-title--small {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .feed__item-title--large {
    font-size: 30px;
    font-size: 3rem;
  }
  .feed__excerpt--large > p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .feed__items--featured {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .feed__items--featured:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .feed__item--small:nth-child(2n+2) {
    clear: none;
  }
  .feed__item-title--small {
    font-size: 20px;
    font-size: 2rem;
  }
  .feed__excerpt--small > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.icon--arrow-circle:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  margin-top: 3px;
  background-image: url(_/assets/img/icon-grey-arrow.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
}
.icon--arrow-circle-external:after {
  -webkit-transform: rotate(-40deg);
       -o-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.icon--arrow-circle-important:after {
  background-image: url(_/assets/img/icon-red-arrow.svg);
  background-size: auto;
  background-repeat: no-repeat;
}
.icon--arrow {
  position: relative;
  padding-right: 50px;
}
.icon--arrow:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 24px;
  top: 4px;
  right: 0;
  margin-top: -3px;
  background-position: center right;
}
.icon--arrow-black:after {
  background-image: url(_/assets/img/icon-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--arrow-white:after {
  background-image: url(_/assets/img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--arrow-hero {
  padding-right: 25px;
  background-position: center right;
}
.hero--dark .icon--arrow-hero {
  background-image: url(_/assets/img/icon-arrow-black.svg);
  background-size: 19px 15px;
  background-repeat: no-repeat;
}
.hero--light .icon--arrow-hero {
  background-image: url(_/assets/img/icon-arrow.svg);
  background-size: 19px 15px;
  background-repeat: no-repeat;
}
.icon--arrow-portal {
  position: relative;
  padding-right: 37px;
}
.icon--arrow-portal:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 27.5px;
  height: 22px;
  margin-left: 7px;
  background-position: center right;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(_/assets/img/icon-arrow-black.svg);
  background-size: 25px;
  background-repeat: no-repeat;
}
.icon--arrow-post {
  position: relative;
  padding-right: 30px;
}
.icon--arrow-post:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 19px;
  height: 15px;
  margin-left: 5px;
  background-image: url(_/assets/img/icon-arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.js .icon--plus:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  background-image: url(_/assets/img/icon-plus.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -o-transform 0.1s;
  border-left: 1px solid #999999;
}
.icon--menu {
  background-image: url(_/assets/img/icon-hamburger-menu.svg);
  background-size: auto;
  background-repeat: no-repeat;
}
.icon--print {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 38px;
  background-image: url(_/assets/img/icon-print.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center left;
}
.icon--listen {
  padding-left: 29px;
  background-image: url(_/assets/img/icon-listen.svg);
  background-size: 23px 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (min-width: 960px) {
  .icon--hero-arrow {
    padding-right: 33px;
    background-size: 23px 18px;
  }
}
@media only screen and (min-width: 1090px) {
  .icon--listen {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 38px;
    background-image: url(_/assets/img/icon-listen.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .ie9 .icon--listen {
    background-size: auto;
  }
}
@media only screen and (min-width: 1320px) {
  .icon--arrow-circle:after {
    right: 20px;
  }
}
.icon--phone {
  background-image: url(_/assets/img/icon-phone.svg);
  background-size: auto;
  background-repeat: no-repeat;
}
.icon--mail {
  background-image: url(_/assets/img/icon-mail.svg);
  background-size: auto;
  background-repeat: no-repeat;
}
.icon--clock {
  background-image: url(_/assets/img/icon-clock.svg);
  background-size: auto;
  background-repeat: no-repeat;
}
.icon--search {
  background-image: url(_/assets/img/icon-search.svg);
  background-size: auto;
  background-repeat: no-repeat;
}
.infobox__content {
  position: relative;
  height: 100%;
  margin-top: 20px;
  margin-left: -20px;
}
.flexbox.flexwrap .infobox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infobox__item {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  min-height: 300px;
}
.infobox__item:hover .infobox__item-title {
  text-decoration: underline;
}
.infobox__item-link {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  margin-left: 20px;
  color: #fff;
}
.infobox__item-content {
  padding: 25px 20px;
}
.infobox__item-title {
  height: 5.2rem;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
}
.infobox__item-description {
  padding-top: 20px;
  border-top: 2px solid white;
  font-weight: 400;
  line-height: 1.38;
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (min-width: 480px) {
  .infobox__item {
    margin-bottom: 20px;
  }
  .infobox__item-title {
    padding-right: 40px;
    font-size: calc(18px + (24 - 18) * (100vw - 480px) / (1090 - 480));
  }
  .infobox__item-description {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .infobox__content {
    margin-top: 40px;
    margin-left: -40px;
  }
  .infobox__item {
    margin-bottom: 40px;
  }
  .infobox__item-link {
    margin-left: 40px;
  }
  .infobox__item-title,
  .infobox__item-description {
    padding-right: 35%;
  }
}
@media only screen and (min-width: 960px) {
  .no-flexbox .infobox__item {
    height: 250px;
  }
  .infobox__item-content {
    padding: 30px 25px 40px;
  }
  .infobox__item-title {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 40px;
    padding-right: 55%;
  }
  .infobox__item-description {
    padding-right: 0;
    padding-right: 35%;
  }
}
@media only screen and (min-width: 1090px) {
  .infobox__content {
    margin-top: 20px;
    margin-left: -20px;
  }
  .infobox__item {
    width: 25%;
    margin-bottom: 20px;
  }
  .no-flexbox .infobox__item {
    height: 300px;
  }
  .infobox__item-link {
    margin-left: 20px;
  }
  .infobox__item-title {
    padding-right: 40px;
    font-size: calc(18px + (22 - 18) * (100vw - 1090px) / (1280 - 1090));
  }
  .infobox__item-description {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .infobox__content {
    margin-top: 40px;
    margin-left: -40px;
  }
  .infobox__item {
    margin-bottom: 40px;
  }
  .infobox__item-link {
    margin-left: 40px;
  }
  .infobox__item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1320px) {
  .no-flexbox .infobox__item {
    height: 280px;
  }
  .infobox__item-title {
    padding-right: 60px;
  }
}
.share {
  margin-top: 40px;
  margin-bottom: 40px;
}
.share--post {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.share--post--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.share__title {
  padding-bottom: 20px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.share__item {
  display: inline-block;
  margin-bottom: 20px;
}
.share__item:first-child {
  padding-right: 15px;
}
.share__link {
  display: block;
  padding: 14px 10px 15px 55px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-position: left center;
}
.share__link:hover {
  text-decoration: underline;
  -webkit-box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 10px 0px;
}
.share__link--facebook {
  background-image: url(_/assets/img/facebook.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.share__link--twitter {
  background-image: url(_/assets/img/twitter.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (min-width: 480px) {
  .share__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .share__item:first-child {
    padding-right: 30px;
  }
  .share__link {
    font-size: 20px;
    font-size: 2rem;
    padding: 13px 17px 15px 66px;
  }
}
@media only screen and (min-width: 768px) {
  .share__title {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .share__item:first-child {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .share__link {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 13px 20px 16px 70px;
  }
}
.breadcrumb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb__item-link {
  color: #666666;
  line-height: 1.5;
}
.breadcrumb__item-link:after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #333333;
}
.breadcrumb__item-link:hover {
  text-decoration: underline;
  color: #333333;
}
.breadcrumb__item-link:hover:after {
  text-decoration: none;
}
.breadcrumb__item--current {
  color: #333333;
}
@media only screen and (min-width: 960px) {
  .breadcrumb {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .breadcrumb__item,
  .breadcrumb__item-link {
    line-height: 2rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.factbox {
  padding: 20px 20px;
  margin-bottom: 40px;
  background-color: #E8E8E8;
  max-width: 690px;
}
.factbox p,
.factbox a {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  width: 100%;
}
.factbox a {
  font-weight: 400;
}
p.factbox__title {
  padding-bottom: 18px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #666666;
}
.factbox ul,
.factbox ol {
  padding-left: 25px;
  margin-bottom: 15px;
}
.factbox li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding-left: 0;
}
.factbox .wysiwyg__img-wrap,
.factbox .wp-caption {
  float: none;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .factbox {
    padding: 30px 40px 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .factbox {
    padding: 20px 20px 30px;
    margin-bottom: 40px;
    float: right;
    width: 265px;
  }
}
.recent-posts__header {
  margin-bottom: 20px;
}
.recent-posts__title {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.recent-posts__item-link {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 16px;
  font-size: 1.6rem;
}
.recent-posts__item-link:hover {
  text-decoration: underline;
}
.recent-posts__list > .recent-posts__item {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .recent-posts__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recent-posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .recent-posts__list > .recent-posts__item {
    max-width: 50%;
  }
  .recent-posts__header {
    margin-bottom: 40px;
  }
  .recent-posts__title {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .recent-posts__item-link {
    font-size: 20px;
    font-size: 2rem;
  }
}
.footer {
  background-color: #d9d9d9;
}
.footer__primary {
  padding-top: 40px;
}
.footer__sitemap {
  background-color: #666666;
}
.footer__content {
  margin-left: -40px;
}
.footer__item {
  padding-bottom: 50px;
}
.footer__item-content {
  margin-left: 40px;
}
.footer__item-title {
  margin-bottom: 20px;
  color: #575757;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
.footer p {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.footer img {
  max-width: 100%;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer a {
  margin-bottom: 20px;
  color: #333333;
  text-decoration: underline;
}
.footer a:hover {
  color: #595959;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 960px) {
  .footer__primary {
    padding-top: 50px;
  }
  .footer__item {
    padding-bottom: 50px;
  }
  .footer__item-title {
    margin-bottom: 20px;
  }
}
.form__error {
  outline: 1px solid red;
}
.form span.form__error,
.form span.form__error-captcha {
  font-size: 12px;
  font-size: 1.2rem;
  outline: none;
  bottom: -20px;
  color: red;
  left: 0;
  position: absolute;
}
.form span.form__error-captcha {
  display: none;
}
.form__captcha.form__error + span.form__error-captcha {
  display: block;
  margin-bottom: 30px;
}
.form__captcha.form__error {
  margin-bottom: 30px;
}
.form--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ie .form--top {
  display: block;
}
.form--question {
  padding: 30px 0 0;
}
.form__field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.ie .form__field--search {
  float: left;
  width: calc(100% - 170px);
}
.form__radio {
  float: left;
  -webkit-appearance: radio;
}
.form__checkbox {
  float: left;
  -webkit-appearance: checkbox;
}
.form__checkbox--approve {
  margin-top: 3px;
}
.form__button {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #2AAC6C;
  border: none;
  color: #ffffff;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 40px;
  width: 100%;
}
.form__button--search {
  background-color: #D4EDE1;
  color: transparent;
  position: relative;
  width: auto;
}
.form__button--search:after {
  background-image: url(_/assets/img/icon-search.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
.ie .form__button--search {
  float: right;
}
.form__submit-container {
  line-height: 40px;
  min-height: 42px;
  text-align: center;
}
.form__submit-loader-container {
  background-color: #2AAC6C;
  display: none;
  min-width: 150px;
}
.form__textarea {
  border: 1px solid #d9d9d9;
  font-family: 'aktiv-grotesk', Arial, sans-serif;
  height: 200px;
  padding: 10px;
  resize: none;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.form__select {
  height: 40px;
  border: 1px solid #d9d9d9;
  position: relative;
}
.form__select:after {
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 35px;
}
.form__select select {
  position: relative;
  left: 10px;
  height: 100%;
  width: 100%;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
}
.form__select select:focus {
  outline: none;
}
.form__select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.ie .form__select:after {
  display: none;
}
.form__select--light:after {
  background-image: url(_/assets/img/arrow-down-black.svg);
  background-size: 18px;
  background-repeat: no-repeat;
}
.form__select--dark {
  background-color: #d9d9d9;
}
.form__select--dark:after {
  background-image: url(_/assets/img/arrow-down-blue.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.form__select--dark select {
  color: #1774F5;
}
.form__label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
  max-width: 80%;
}
.form__radio + .form__label,
.form__checkbox + .form__label {
  font-weight: 400;
  margin-top: 0;
}
.form__sublabel {
  display: block;
  margin-bottom: 20px;
}
.form__label--big {
  font-size: 26px;
  font-size: 2.6rem;
}
.form__label--inline {
  display: inline-block;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 40px;
}
.form__label--hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  color: transparent;
}
.form__row {
  margin-bottom: 20px;
}
.form__container {
  position: relative;
}
.form__container--high {
  margin-top: 30px;
}
.form__container--approve span.form__error {
  left: 20px;
  bottom: 10px;
}
.form__captcha {
  display: inline-block;
}
.form__empty {
  display: none;
}
@media only screen and (min-width: 768px) {
  .form span.form__error,
  .form span.form__error-captcha {
    font-size: 14px;
    font-size: 1.4rem;
    bottom: -23px;
  }
  .form__container--approve span.form__error {
    bottom: 10px;
  }
  .form__field {
    font-size: 18px;
    font-size: 1.8rem;
    height: 50px;
    width: 100%;
  }
  .form__button {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    height: 50px;
    min-width: 150px;
    padding: 0 30px;
    width: auto;
  }
  .form__button:after {
    display: none;
  }
  .form__button--search {
    color: #000000;
    margin-left: 20px;
  }
  .form__submit-container {
    display: inline-block;
    line-height: 52px;
    min-height: 50px;
  }
  .form__select {
    height: 50px;
  }
  .form__select select {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form__select--big {
    height: 60px;
    max-width: 530px;
  }
  .form__select--big:after {
    background-position: left center;
    background-size: 50%;
    width: 40px;
  }
  .form__select--big select {
    font-size: 20px;
    font-size: 2rem;
  }
  .form__label {
    margin-top: 20px;
  }
  .form__row--m {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .form__container--high {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form__container--approve {
    margin-top: 20px;
  }
}
@-moz-document url-prefix() {
  .form__select select {
    left: 0;
    padding-left: 12px;
  }
}
.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}
.loader--question {
  height: 40px;
  background-color: #2AAC6C;
  color: #ffffff;
  width: 50px;
}
.loader__bar {
  -webkit-animation: loader-stretch 1.2s infinite ease-in-out;
       -o-animation: loader-stretch 1.2s infinite ease-in-out;
          animation: loader-stretch 1.2s infinite ease-in-out;
  background-color: #d9d9d9;
  display: inline-block;
  height: 30px;
  width: 6px;
}
.loader__bar--on-dark {
  background-color: #ffffff;
}
.loader__bar--2 {
  -webkit-animation-delay: -1.1s;
       -o-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loader__bar--3 {
  -webkit-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.loader__bar--4 {
  -webkit-animation-delay: -0.9s;
       -o-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loader__bar--5 {
  -webkit-animation-delay: -0.8s;
       -o-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@media only screen and (min-width: 960px) {
  .loader--question {
    height: 50px;
  }
  .loader__bar {
    height: 40px;
  }
}
.accordion {
  margin-top: 30px;
  margin-bottom: 60px;
}
.accordion h3 {
  font-size: 20px;
  font-size: 2rem;
}
.accordion--border {
  border-top: 1px solid #CCCCCC;
}
.accordion__item {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.accordion__item--fact:first-of-type {
  border-top: 1px solid #CCCCCC;
}
h2.accordion__handle {
  float: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 50px 20px 0;
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  font-size: 20px;
  font-size: 2rem;
}
h2.accordion__handle:hover {
  background-color: #E9F2FF;
  text-decoration: underline;
}
h2.accordion__handle:focus {
  background-color: red;
}
h2.accordion__handle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 50px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(_/assets/img/icon-plus.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
h2.accordion__handle--active:after {
  background-image: url(_/assets/img/icon-minus.svg);
  background-size: 19px;
  background-repeat: no-repeat;
}
.accordion__expander {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0B6EFF;
  font-weight: 400;
  top: -30px;
  right: 0;
  position: absolute;
}
.accordion__expander:hover {
  text-decoration: underline;
}
.accordion__content {
  position: relative;
  padding-bottom: 20px;
}
.accordion__handle + .accordion__content {
  display: none;
}
.accordion__handle--active + .accordion__content {
  display: block;
}
@media only screen and (min-width: 768px) {
  h2.accordion__handle {
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 960px) {
  .accordion {
    margin-bottom: 80px;
  }
  h2.accordion__handle {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 20px;
  }
  h2.accordion__handle:after {
    width: 70px;
    height: 86px;
    background-image: url(_/assets/img/icon-plus.svg);
    background-size: 24px;
    background-repeat: no-repeat;
  }
  h2.accordion__handle--active:after {
    background-image: url(_/assets/img/icon-minus.svg);
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .accordion__content {
    padding-left: 20px;
  }
  .accordion__content > p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .accordion__content > p,
  .accordion__content > h2,
  .accordion__content > h3,
  .accordion__content > ol,
  .accordion__content > ul,
  .accordion__content > hr,
  .accordion__content > blockquote {
    float: left;
    width: calc(100% - 310px);
  }
}
.filter {
  display: none;
}
.filter--vuxen:checked ~ .filter__container .filter__label--vuxen,
.filter--barn:checked ~ .filter__container .filter__label--barn {
  background-color: #2AAC6C;
  color: #ffffff;
}
.filter__container {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}
.filter--vuxen:checked ~ .filter__target--vuxen {
  display: block;
}
.filter--barn:checked ~ .filter__target--barn {
  display: block;
}
.filter__label {
  float: left;
  display: block;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #2AAC6C;
  color: #2AAC6C;
  cursor: pointer;
  text-align: center;
}
.filter:checked ~ .filter__label {
  background-color: #2AAC6C;
  color: #ffffff;
}
.filter__label:last-child {
  margin-left: 20px;
}
.filter__instruction {
  border-bottom: none;
}
.filter__target {
  display: none;
}
@media only screen and (min-width: 960px) {
  .filter__container {
    display: block;
  }
  .filter__label {
    width: auto;
    min-width: 150px;
  }
}
.find-aid {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site__section .find-aid {
  padding-bottom: 0;
}
.find-aid__logo {
  display: none;
}
.find-aid__title {
  font-size: 26px;
  font-size: 2.6rem;
}
.find-aid__title--default {
  font-weight: 500;
  margin-bottom: 10px;
}
.find-aid__title--list {
  margin-bottom: 10px;
  font-weight: 700;
}
.find-aid__subtitle {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.find-aid__option {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 480px) {
  .find-aid__title--list {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .find-aid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .find-aid__logo {
    display: block;
    max-width: 190px;
    padding-right: 35px;
  }
  .find-aid__title--list {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 960px) {
  .find-aid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .find-aid__logo {
    max-width: 270px;
    padding-right: 50px;
  }
  .find-aid__subtitle {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1090px) {
  .find-aid__title {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.list--padded {
  margin-bottom: 80px;
}
.list__item {
  border-bottom: 1px solid #CCCCCC;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.list__item:hover {
  background-color: #E9F2FF;
}
.list__item--search:first-child {
  border-top: 1px solid #CCCCCC;
}
.list__item-link {
  display: block;
  color: #333333;
}
.list__title {
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: margin-left 0.15s ease;
  -o-transition: margin-left 0.15s ease;
  transition: margin-left 0.15s ease;
}
.list__item:hover .list__title:after {
  margin-left: 10px;
}
.list__preview {
  line-height: 1.35;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 480px) {
  .list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .list--narrow {
    max-width: 75%;
  }
  .list__preview {
    width: 85%;
  }
}
@media only screen and (min-width: 960px) {
  .list__item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px 40px;
  }
  .list__preview {
    width: 75%;
  }
}
.portal {
  margin-left: 20px;
  margin-right: 20px;
}
.portal__item {
  margin-top: 20px;
  padding-bottom: 20px;
  background-color: #F3F9F7;
  list-style: none;
}
.portal__item-link {
  display: block;
  margin-bottom: 20px;
  padding: 20px 45px 20px 0;
  font-size: 20px;
  font-size: 2rem;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-bottom: 1px solid #CCCCCC;
}
.portal__title {
  display: inline-block;
  color: #333333;
  font-weight: 500;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}
.portal__title:hover:after {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 960px) {
  .portal__item-link {
    padding: 30px 75px 30px 0;
    background-size: auto 55px;
  }
  .portal__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1090px) {
  .portal {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .portal {
    margin-left: 60px;
  }
}
.portal-list__item {
  line-height: 30px;
}
.portal-list__link {
  font-size: 16px;
  font-size: 1.6rem;
}
.portal-list__link:hover {
  text-decoration: underline;
}
.portal-list__link:after {
  display: inline-block;
  content: "\203A";
  margin-left: 5px;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .portal-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .ie .portal-list {
    zoom: 1;
  }
  .ie .portal-list:before {
    content: '';
    display: block;
  }
  .ie .portal-list:after {
    content: '';
    display: table;
    clear: both;
  }
  .portal-list__item {
    line-height: 50px;
  }
  .ie .portal-list__item {
    width: 50%;
    float: left;
  }
  .portal-list__link {
    font-size: 20px;
    font-size: 2rem;
  }
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-iframe:last-child {
  margin-bottom: 0;
}
.sound__list {
  padding: 0 !important;
}
.sound__list-item {
  margin-right: 10px;
  padding: 0 !important;
  list-style: none;
}
.sound__list-item--row {
  display: inline-block;
}
.sound__title {
  margin-bottom: 10px !important;
  font-weight: 700;
}
.sound__button {
  display: block;
  min-height: 40px;
  width: 200px;
  padding-bottom: 10px;
  padding-left: 36px;
  padding-right: 12px;
  padding-top: 10px;
  border: none;
  cursor: pointer;
  background-color: #2AAC6C;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background-image: url(_/assets/img/icon-play.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 11px 50%;
}
.sound__button:hover {
  background-color: #208352;
}
.sound__button:focus {
  outline: #2AAC6C auto 5px;
}
.sound__button--playing {
  background-image: url(_/assets/img/icon-pause.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 11px 50%;
}
@media only screen and (min-width: 1280px) {
  .wysiwyg__img-wrap ~ .sound--aside {
    position: absolute;
    left: calc(100% - 310px);
  }
  .sound__list-item--quality {
    display: block;
  }
}
#cookie-notice {
  line-height: 2.3;
}
#cookie-notice a {
  font-size: inherit;
  color: #ffffff;
  text-decoration: underline;
}
.cookie-notice-container {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 15px;
  zoom: 1;
}
.cookie-notice-container:before {
  content: '';
  display: block;
}
.cookie-notice-container:after {
  content: '';
  display: table;
  clear: both;
}
#cn-notice-text {
  display: block;
  width: calc(100% - 66px);
  margin-top: 10px;
  float: left;
  line-height: 1.7;
  text-align: left;
}
#cookie-notice .button.bootstrap {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  display: inline-block;
  float: right;
  margin-top: 0;
  margin-right: 0;
  border: none;
  border-radius: 0;
  background-color: #0b6eff;
  background-image: none;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.12s;
  -o-transition: all 0.12s;
  transition: all 0.12s;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
#cookie-notice .button.bootstrap:hover {
  background-color: #71abff;
}
@media only screen and (min-width: 768px) {
  .hearingaid-table--mobile {
    display: none;
  }
}
.hearingaid-table--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hearingaid-table--desktop {
    display: block;
  }
}
.hearingaid-table__table {
  border-collapse: collapse;
  margin-bottom: 60px;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  display: table;
}
.hearingaid-table th,
.hearingaid-table td {
  border: 1px solid #CCCCCC;
}
.hearingaid-table__column {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  background: #F4F4F4;
}
.hearingaid-table__rowItem {
  padding: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 150px;
  line-height: 1.4;
}
.hearingaid-table__rowItem--phone,
.hearingaid-table__rowItem--adress {
  white-space: nowrap;
}
.hearingaid-table__rowItem--phone,
.hearingaid-table__rowItem--company {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .hearingaid-table__rowItem--phone,
  .hearingaid-table__rowItem--company {
    margin-bottom: 0px;
  }
}
.hearingaid-table__rowItem--companyTitle {
  font-weight: 600!important;
}
.hearingaid-table__rowItem a {
  margin-bottom: 5px;
}
.hearingaid-table__rowItem a:hover {
  text-decoration: underline;
}
.hearingaid-table__rowItem a,
.hearingaid-table__rowItem p {
  font-size: 1.4rem;
  font-weight: 400;
}
.hearingaid-table__rowItem-title {
  font-weight: 600;
}
@media print {
  body {
    background: none;
    color: black;
  }
  aside,
  footer,
  iframe,
  .iframe-wrap,
  .header-main,
  .infobox,
  .accordion__expander {
    display: none;
  }
  .accordion__content {
    display: block !important;
  }
  .factbox {
    margin-bottom: 20px;
    padding: 12px 20px;
    border: 1px solid gray;
  }
  .factbox__title {
    margin-bottom: 10px !important;
  }
  .factbox p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  img {
    max-width: 500px;
  }
}


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