/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!../node_modules/import-glob/index.js!./styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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: none;
}

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

@font-face {
  font-family: "Brown";
  src: url(/app/themes/main/dist/fonts/lineto-brown-regular.eot);
  src: url(/app/themes/main/dist/fonts/lineto-brown-regular.eot?#iefix) format("embedded-opentype"), url(/app/themes/main/dist/fonts/lineto-brown-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brown";
  src: url(/app/themes/main/dist/fonts/lineto-brown-italic.eot);
  src: url(/app/themes/main/dist/fonts/lineto-brown-italic.eot?#iefix) format("embedded-opentype"), url(/app/themes/main/dist/fonts/lineto-brown-italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Brown";
  src: url(/app/themes/main/dist/fonts/lineto-brown-bold.eot);
  src: url(/app/themes/main/dist/fonts/lineto-brown-bold.eot?#iefix) format("embedded-opentype"), url(/app/themes/main/dist/fonts/lineto-brown-bold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Brown";
  src: url(/app/themes/main/dist/fonts/lineto-brown-light.eot);
  src: url(/app/themes/main/dist/fonts/lineto-brown-light.eot?#iefix) format("embedded-opentype"), url(/app/themes/main/dist/fonts/lineto-brown-light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}
html.nav-active {
  overflow: hidden;
}
@media (min-width: 768px) {
  html.nav-active {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

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

body {
  font-size: 1.6rem;
  line-height: 2.6rem;
  background-color: #faf8f6;
  color: #303030;
  font-family: "Brown", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 70px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body.nav-active {
  min-height: 100vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.nav-active {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  body {
    margin-top: 95px;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
body.logged-in {
  margin-top: 25px;
}
@media (min-width: 768px) {
  body.logged-in {
    margin-top: 60px;
  }
}

a {
  color: #23643C;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

:target::before {
  content: "";
  display: block;
  height: 70px;
  margin: -70px 0 0;
}
@media (min-width: 768px) {
  :target::before {
    height: 95px;
    margin: -95px 0 0;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-o-keyframes float {
  0% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
  }
  100% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.u-clearfix {
  zoom: 1;
}
.u-clearfix::before {
  content: "";
  display: block;
}
.u-clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.u-center {
  margin: 0 auto;
}
.u-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 480px) {
  .u-wrap--sm {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .u-wrap--md {
    max-width: 820px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .u-wrap--lg {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.u-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.u-ucase {
  text-transform: uppercase;
}

.wrap {
  margin: 0 auto;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  max-width: 1280px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .wrap {
    padding: 0 40px;
  }
}

.btn {
  display: inline-block;
}
.btn:hover {
  cursor: pointer;
}
.btn:focus {
  outline: none;
}
.btn--rounded {
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .btn--rounded {
    padding: 0 50px;
  }
}
.btn--white {
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn--white:hover, .btn--white:focus {
  background-color: #ffffff;
  color: #303030;
}
.btn--green {
  border: 1px solid #23643C;
  color: #23643C;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 57px;
}
.btn--green a {
  color: #23643C;
}
.btn--green:hover, .btn--green:focus {
  background-color: #23643C;
  color: #fff;
}
.btn--green:hover a, .btn--green:focus a {
  color: #fff !important;
}
.btn--more {
  color: transparent;
  display: block;
  height: 13px;
  overflow: hidden;
  position: relative;
  width: 22px;
}
.btn--more::before {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

#catapult-cookie-bar button#catapultCookie {
  background-color: #ffffff;
  border-radius: 40px;
  border: none;
  color: #000000;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  opacity: 0.8;
  padding: 0 35px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#catapult-cookie-bar button#catapultCookie:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  #catapult-cookie-bar button#catapultCookie {
    padding: 0 50px;
  }
}

.icon, .icon--coworkers::before, .icon--angle-arrow-blue::before, .page-numbers.prev::before, .page-numbers.next::before, .icon--linkedin-green::before, .share__link--linkedin:hover::before, .icon--linkedin::before, .share__link--linkedin::before, .icon--instagram-gradient::before, .icon--instagram-green::before, .share__link--instagram:hover::before, .icon--instagram::before, .share__link--instagram::before, .icon--twitter-green::before, .share__link--twitter:hover::before, .icon--twitter::before, .share__link--twitter::before, .icon--facebook-blue::before, .icon--facebook-green::before, .share__link--facebook:hover::before, .icon--facebook::before, .share__link--facebook::before, .icon--download-green::before, .icon--search-white::before, .icon--search::before, .search-handle::before, .search-form::before, .icon--long-arrow-right-white::before, .has-bg .link-content .link-content__icon-arrow::before, .icon--long-arrow-right-green::before, .link-content .link-content__icon-arrow::before, .btn--more::before, .icon--close::before, .icon--menu::before {
  background-repeat: no-repeat;
  content: "";
}
.icon--menu::before {
  background-image: url(/app/themes/main/dist/img/icon-menu.svg);
}
.icon--close::before {
  background-image: url(/app/themes/main/dist/img/icon-close.svg);
}
.icon--long-arrow-right-green::before, .link-content .link-content__icon-arrow::before, .btn--more::before {
  background-image: url(/app/themes/main/dist/img/long-arrow-right-green.svg);
}
.icon--long-arrow-right-white::before, .has-bg .link-content .link-content__icon-arrow::before {
  background-image: url(/app/themes/main/dist/img/long-arrow-right-white.svg);
}
.icon--search::before, .search-handle::before, .search-form::before {
  background-image: url(/app/themes/main/dist/img/icon-search.svg);
}
.icon--search-white::before {
  background-image: url(/app/themes/main/dist/img/icon-search-white.svg);
}
.icon--download-green::before {
  background-image: url(/app/themes/main/dist/img/download-green.svg);
}
.icon--facebook::before, .share__link--facebook::before {
  background-image: url(/app/themes/main/dist/img/facebook.svg);
}
.icon--facebook-green::before, .share__link--facebook:hover::before {
  background-image: url(/app/themes/main/dist/img/facebook-green.svg);
}
.icon--facebook-blue::before {
  background-image: url(/app/themes/main/dist/img/facebook-blue.svg);
}
.icon--twitter::before, .share__link--twitter::before {
  background-image: url(/app/themes/main/dist/img/twitter.svg);
}
.icon--twitter-green::before, .share__link--twitter:hover::before {
  background-image: url(/app/themes/main/dist/img/twitter-green.svg);
}
.icon--instagram::before, .share__link--instagram::before {
  background-image: url(/app/themes/main/dist/img/instagram.svg);
}
.icon--instagram-green::before, .share__link--instagram:hover::before {
  background-image: url(/app/themes/main/dist/img/instagram-green.svg);
}
.icon--instagram-gradient::before {
  background-image: url(/app/themes/main/dist/img/instagram-gradient.svg);
}
.icon--linkedin::before, .share__link--linkedin::before {
  background-image: url(/app/themes/main/dist/img/linkedin.svg);
}
.icon--linkedin-green::before, .share__link--linkedin:hover::before {
  background-image: url(/app/themes/main/dist/img/linkedin-green.svg);
}
.icon--angle-arrow-blue::before, .page-numbers.prev::before, .page-numbers.next::before {
  background-image: url(/app/themes/main/dist/img/angle-arrow-left-blue.svg);
}
.icon--coworkers::before {
  background-image: url(/app/themes/main/dist/img/coworkers.svg);
}

.background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.background--mobile {
  display: block;
}
@media (min-width: 768px) {
  .background--mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .background--mobile {
    display: none;
  }
}
.background--pad {
  display: none;
}
@media (min-width: 768px) {
  .background--pad {
    display: block;
  }
}
@media (min-width: 1024px) {
  .background--pad {
    display: none;
  }
}
.background--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .background--desktop {
    display: block;
  }
}
.background__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.project-header .background__image {
  background-position: top;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .project-header .background__image {
    background-size: cover;
  }
}

.heading {
  font-weight: 600;
  margin: 0.4em 0 0.2em;
}
.heading--mini {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.heading--xsmall {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  .heading--xsmall {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.heading--small {
  font-size: 2rem;
  line-height: 3.4rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .heading--small {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.heading--small-lc {
  font-size: 2rem;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  .heading--small-lc {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.heading--medium {
  font-size: 2.2rem;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  .heading--medium {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.heading--large {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  .heading--large {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.heading--xlarge {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 768px) {
  .heading--xlarge {
    font-size: 5rem;
    line-height: 6.2rem;
  }
}
.heading--hero {
  font-size: 3.6rem;
  line-height: 4.2rem;
}
@media (min-width: 768px) {
  .heading--hero {
    font-size: 6rem;
    line-height: 8.9rem;
  }
}
@media (min-width: 1024px) {
  .heading--hero {
    font-size: 7rem;
    line-height: 8.9rem;
  }
}
.heading--search {
  font-size: 2rem;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  .heading--search {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.heading--blue {
  color: #234678;
}
.heading--red {
  color: #9b232d;
}
.heading--beige {
  color: #e1d7c8;
}
.heading--green {
  color: #23643C;
}
.heading--light {
  font-weight: 400;
}

.gradient {
  color: #ffffff;
}
.gradient a {
  color: #ffffff;
}
.gradient--light-green {
  background: -webkit-linear-gradient(45deg, #94ad76 0%, #23643C 100%);
  background: -o-linear-gradient(45deg, #94ad76 0%, #23643C 100%);
  background: linear-gradient(45deg, #94ad76 0%, #23643C 100%);
}
.gradient--green {
  background: -webkit-linear-gradient(45deg, #197227 0%, #2a9b3c 100%);
  background: -o-linear-gradient(45deg, #197227 0%, #2a9b3c 100%);
  background: linear-gradient(45deg, #197227 0%, #2a9b3c 100%);
}
.gradient--dark-green {
  background: -webkit-linear-gradient(45deg, #3c7846 0%, #489c56 100%);
  background: -o-linear-gradient(45deg, #3c7846 0%, #489c56 100%);
  background: linear-gradient(45deg, #3c7846 0%, #489c56 100%);
}
.gradient--red {
  background: -webkit-linear-gradient(45deg, #9b232d 0%, #cc2d3b 100%);
  background: -o-linear-gradient(45deg, #9b232d 0%, #cc2d3b 100%);
  background: linear-gradient(45deg, #9b232d 0%, #cc2d3b 100%);
}
.gradient--blue {
  background: -webkit-linear-gradient(45deg, #1b375f 0%, #2d548c 100%);
  background: -o-linear-gradient(45deg, #1b375f 0%, #2d548c 100%);
  background: linear-gradient(45deg, #1b375f 0%, #2d548c 100%);
}

.header {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-property: opacity, -webkit-box-shadow;
  transition-property: opacity, -webkit-box-shadow;
  -o-transition-property: opacity, box-shadow;
  transition-property: opacity, box-shadow;
  transition-property: opacity, box-shadow, -webkit-box-shadow;
  opacity: 1;
}
@media (min-width: 768px) {
  .header--faded {
    opacity: 0.9;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .header__container {
    padding: 20px 40px;
  }
}
@media (min-width: 1024px) {
  .header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .header__container::after {
    display: none;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .header__logo {
    margin-right: 40px;
  }
}
.header__nav {
  background-color: #faf8f6;
  height: 100%;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 70px 35px 0;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  width: 100%;
  z-index: -2;
}
@media (min-width: 768px) {
  .header__nav {
    padding: 0 40px;
    top: 95px;
  }
}
@media (min-width: 1024px) {
  .header__nav {
    width: 90%;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    background-color: transparent;
    height: auto;
    overflow: visible;
    padding: 0;
    position: static;
    z-index: 1;
  }
}
@media (min-width: 1300px) {
  .header__nav {
    width: 100%;
  }
}
.nav-active .header__nav {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 1024px) {
  .nav-active .header__nav {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .header__nav-container--secondary {
    display: none;
  }
}
.header__nav-container--icons {
  padding: 10px 0 10px 0;
  border-top: 1px solid #e1d7c8;
  border-bottom: 1px solid #e1d7c8;
}
@media (min-width: 1024px) {
  .header__nav-container--icons {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__search-form {
    display: none;
  }
}
.header__nav-handle {
  font-size: 2rem;
  line-height: 3.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .header__nav-handle {
    display: none;
  }
}
.nav-active .header__nav-handle {
  display: none;
}
.header__nav-handle::before {
  background-position: center;
  background-size: 100%;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.header__nav-handle--close {
  display: none;
}
.nav-active .header__nav-handle--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .nav-active .header__nav-handle--close {
    display: none;
  }
}
.header__nav-handle--close::before {
  background-size: 20px;
}
.header__search-handle, .header__coworkers-handle {
  display: none;
  width: 80px;
}
@media (min-width: 1024px) {
  .header__search-handle, .header__coworkers-handle {
    display: inline-block;
  }
}
.header__search-handle--mobile, .header__coworkers-handle--mobile {
  font-size: 1.8rem;
  line-height: 3.2rem;
  border-left: 0;
  border-right: 0;
  display: block;
  padding: 10px 0 5px 35px;
  width: 100%;
}
@media (min-width: 1024px) {
  .header__search-handle--mobile, .header__coworkers-handle--mobile {
    display: none;
  }
}
.header__book {
  display: none;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header__book {
    display: block;
  }
}
.header__book--mobile {
  font-size: 1.8rem;
  line-height: 3.2rem;
  display: block;
  padding: 10px 0 12px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .header__book--mobile {
    display: none;
  }
}
.header__book__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .header__book__icons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-search {
  padding: 20px 40px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    padding: 70px 0;
  }
}
.header-search--big {
  padding: 60px 40px;
}
@media (min-width: 768px) {
  .header-search--big {
    padding: 155px 0;
  }
}
.header-search--small {
  background-color: transparent !important;
  padding: 0 !important;
}
.header-search--small input {
  border: 1px solid lightgray;
  font-size: 1.8rem;
  height: 45px;
  padding: 0 25px 0 15px;
}
.header-search--small .search-form__submit {
  right: 20px;
}
.header-search--small .search-form__icon::before {
  background-size: 80%;
}
.header-search--404 {
  padding: 40px 0;
}
.header-search--blue {
  background-color: #234678;
}
.header-search--blue {
  background-color: #e1d7c8;
}
.header-search--green {
  background-color: #23643C;
}
.header-search--beige {
  background-color: #e1d7c8;
}
.header-search__content {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}
.header-search__content::before {
  background-position: center;
  background-size: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 40px;
  width: 27px;
}
.header-search__field {
  font-size: 1.8rem;
  border-radius: 95px;
  border: none;
  height: 65px;
  padding: 0 85px 0 25px;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search__field {
    font-size: 2.4rem;
    height: 95px;
    padding: 0 95px 0 45px;
  }
}
.header-search__field:focus {
  outline: 0;
}

.footer {
  background-color: #ffffff;
  background-image: url(/app/themes/main/dist/img/siluette-white.svg);
  background-origin: content-box;
  background-position: right 60px;
  background-repeat: no-repeat;
  background-size: 200%;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .footer {
    background-image: url(/app/themes/main/dist/img/siluette-white.svg);
    background-position: center;
    background-size: contain;
    margin-top: 20px;
  }
  .sok .footer {
    margin-top: 0;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .footer__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__content {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 1280px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__content {
    padding: 20px 40px;
  }
}
.footer__column {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__column {
    width: 30%;
    margin-bottom: 0;
  }
}
.footer__bottom {
  font-size: 1.4rem;
  line-height: 3rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding-top: 30px;
  position: relative;
}
.footer__bottom:before {
  content: "";
  display: block;
  background: #2A9B3C;
  width: 100%;
  position: absolute;
  height: 1px;
  opacity: 0.2;
  top: 0;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 30px;
  }
}
.footer__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.footer__item {
  display: block;
}
.footer__link {
  font-size: 1.6rem;
  color: #303030;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
  text-decoration: underline;
}
.footer__text {
  font-size: 1.6rem;
  max-width: 375px;
}
.footer__text a {
  color: #23643C;
  text-decoration: underline;
}
.footer__searchfield {
  margin-top: 20px;
}

.logo {
  background: url(/app/themes/main/dist/img/ss-logo.svg) 0/contain no-repeat;
  display: inline-block;
  height: 25px;
  width: 170px;
}
@media (min-width: 768px) {
  .logo {
    height: 32px;
    width: 190px;
  }
}
@media (min-width: 1024px) {
  .logo--hero {
    background: url(/app/themes/main/dist/img/ss-logo.svg) 0/contain no-repeat;
  }
}
.logo--tagline {
  background: url(/app/themes/main/dist/img/ss-logo-tagline.svg) 0/contain no-repeat;
  height: 51px;
  width: 100px;
}
@media (min-width: 768px) {
  .logo--tagline {
    height: 77px;
    width: 148px;
  }
}
.logo--stockholm {
  background: url(/app/themes/main/dist/img/stockholm-logo.png) 0/contain no-repeat;
  display: inline-block;
  height: 44px;
  width: 170px;
}
@media (min-width: 768px) {
  .logo--stockholm {
    height: 65px;
    width: 253px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -1.6rem;
  }
}
.logo {
  /* &--alt {
       background: url($basepath + 'img/ss-logo-alt.svg') 0 / contain no-repeat;
       height: 96px;
       width: 103px;
   }*/
}

.breadcrumbs {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #9b232d;
  margin: 20px auto 0;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 0 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1300px) {
  .breadcrumbs {
    padding: 0;
  }
}
.breadcrumbs a {
  color: #9b232d;
  margin: 0 5px;
}
.breadcrumbs > span > span > a {
  margin-left: 0;
}
.breadcrumbs .breadcrumb_last {
  color: #444444;
  margin-left: 5px;
}

.nav {
  font-size: 2rem;
  line-height: 3.4rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .nav {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding-bottom: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav--secondary {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.nav--secondary .nav__item {
  padding-bottom: 15px;
}
.nav__item {
  position: relative;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .nav__item {
    display: inline-block;
    margin-right: 25px;
    padding-bottom: 0;
  }
}
.nav__tooltip {
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
  display: block;
  visibility: hidden;
  margin: 0 auto;
  padding: 13px 15px 12px 15px;
  white-space: nowrap;
  background: white;
  border: 1px solid #e1d7c8;
  font-weight: normal;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  opacity: 0;
  -webkit-transition: 200ms opacity 350ms ease-out;
  -o-transition: 200ms opacity 350ms ease-out;
  transition: 200ms opacity 350ms ease-out;
}
@media (min-width: 1024px) {
  .nav__item:hover .nav__tooltip {
    visibility: visible;
    opacity: 1;
  }
}
.nav__link {
  color: #23643C;
  padding-bottom: 4px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .page-template-template-start .nav__link {
    color: #23643C;
  }
}
.nav__link:hover, .nav__link:focus {
  border-bottom: 3px solid currentColor;
}
.nav .current_page_item {
  font-weight: 600;
}
.nav .sub-menu {
  display: none;
}

.search-form {
  border-bottom: 1px solid #e1d7c8;
  border-top: 1px solid #e1d7c8;
  padding: 20px 0;
  position: relative;
}
.search-form::before {
  background-position: center;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.search-form__field {
  border: none;
  font-size: 1.6rem;
  padding-left: 30px;
  width: 100%;
}
.search-form__submit {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 40px;
  top: calc(50% - 16px);
  width: 27px;
}
.search-form__submit:focus {
  outline: none;
}
.search-form__icon {
  cursor: pointer;
}
.search-form__icon::before {
  background-position: center;
  background-size: 100%;
  display: block;
  height: 100%;
}

.nav-activity {
  padding: 40px 0 30px;
  margin-bottom: 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .nav-activity {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .nav-activity__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin: -120px -20px 0;
    z-index: 100;
  }
}
.nav-activity__list .sub-menu {
  padding-top: 20px;
}
.nav-activity__item {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: white;
}
@media (min-width: 768px) {
  .nav-activity__item {
    width: calc(33.33% - 40px);
    margin: 20px;
  }
}
.sub-menu .nav-activity__item {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  background: none;
}
.nav-activity__item.current-menu-parent {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .nav-activity__item.current-menu-parent {
    border-bottom: 1px solid #e1d7c8;
  }
}
.nav-activity__link {
  color: #303030;
  display: block;
  font-size: 2.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .nav-activity__link {
    font-size: 1.9rem;
  }
}
@media (min-width: 1024px) {
  .nav-activity__link {
    font-size: 2.2rem;
  }
}
.nav-activity__link {
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 20px;
}
@media (min-width: 768px) {
  .nav-activity__link {
    padding: 20px 30px;
  }
}
.nav-activity__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #efeae3;
}
.nav-activity__item .nav-activity__item .nav-activity__link:hover {
  text-decoration: underline;
}
.nav-activity__item .nav-activity__item .nav-activity__link::after {
  display: none;
}
.nav-activity__item:not(.menu-item-object-custom) .nav-activity__link {
  color: #23643C;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .nav-activity__item:not(.menu-item-object-custom) .nav-activity__link {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .nav-activity__item:not(.menu-item-object-custom) .nav-activity__link {
    margin-bottom: 10px;
  }
}
.nav-activity__item:not(.menu-item-object-custom) .nav-activity__link {
  padding: inherit;
}

.wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.has-sidebar .main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 852px;
  width: 100%;
}
@media (min-width: 768px) {
  .has-sidebar .main {
    width: 66.6666666667%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66.6666666667%;
            flex: 1 1 66.6666666667%;
  }
}
.main--search {
  margin: 0 auto 40px;
  max-width: 980px;
}
.main__heading {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  .main__heading {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .main__heading {
    font-size: 5rem;
    line-height: 6.2rem;
  }
}
.page-content--employee .main__heading {
  margin-bottom: 40px;
}
.main__heading--search {
  margin: 40px 0;
}
.main__heading--post {
  margin-bottom: 0;
}
.main__content--activity {
  max-width: 780px;
}
.main__meta {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #23643C;
  margin: 0 0 20px;
}
.main__anchor-container {
  border-top: 1px solid #e1d7c8;
  border-bottom: 1px solid #e1d7c8;
  padding: 20px 0;
  margin: 10px 0 20px;
}
@media (min-width: 768px) {
  .main__anchor-container {
    margin: 15px 0 25px;
  }
}
.main__anchor {
  font-size: 2rem;
  line-height: 20px;
  text-decoration: none;
  margin-right: 20px;
}
.main__anchor:last-child {
  margin-right: 0;
}

.page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .page__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page-template-template-portal .page__content, .search-results .page__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page__content--article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .page__content--article {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page__content--article {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.page__content__contact {
  border-top: 1px solid #e1d7c8;
  margin-top: 40px;
}
.page__content__read-more-link {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page__content__read-more-link {
    margin-top: -40px;
  }
}
.page__top {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.page__text {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .page__text {
    padding: 0 40px;
  }
}
@media (min-width: 1300px) {
  .page__text {
    padding: 0;
  }
}

.wysiwyg .box {
  margin: 1.5em 0 2em;
  padding: 1em 1.5em 0.4em;
}
.wysiwyg .box a {
  display: inline-block;
}

.wysiwyg p, #tinymce p {
  margin-bottom: 1em;
  line-height: 1.6;
  max-width: 620px;
}
.wysiwyg a, #tinymce a {
  text-decoration: underline;
}
.wysiwyg h2, #tinymce h2 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 5rem;
}
.wysiwyg--portal h2, #tinymce--portal h2 {
  margin-bottom: 20px;
}
.wysiwyg h3, #tinymce h3 {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 600;
}
.wysiwyg h4, #tinymce h4 {
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.wysiwyg ul, #tinymce ul {
  margin: 1em 0;
  padding: 0 0 0 1em;
}
.wysiwyg ul li, #tinymce ul li {
  list-style: disc;
}
.wysiwyg ol, #tinymce ol {
  counter-reset: li;
}
.wysiwyg ol li::before, #tinymce ol li::before {
  content: counter(li) ".";
  counter-increment: li;
  padding-right: 0.2em;
}
.wysiwyg img, #tinymce img {
  height: auto;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wysiwyg .iframe, #tinymce .iframe {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 620px;
}
.wysiwyg__featured, #tinymce__featured {
  position: relative;
  width: 100%;
  margin: 0 1em 1em 0;
}
.wysiwyg__featured::after, #tinymce__featured::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 480px) {
  .wysiwyg__featured::after, #tinymce__featured::after {
    padding-bottom: 140%;
  }
}
@media (min-width: 480px) {
  .wysiwyg__featured, #tinymce__featured {
    float: left;
    width: 250px;
  }
}
.wysiwyg .image, #tinymce .image {
  padding-top: 1em;
}
.wysiwyg .image--left, .wysiwyg .image--right, .wysiwyg .image--center, #tinymce .image--left, #tinymce .image--right, #tinymce .image--center {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wysiwyg .image--left, #tinymce .image--left {
    float: left;
    padding: 0 1em 1em 0;
  }
}
@media (min-width: 768px) {
  .wysiwyg .image--right, #tinymce .image--right {
    float: right;
    padding: 0 0 1em 1em;
  }
}
.wysiwyg .image-figure, #tinymce .image-figure {
  padding: 1em 0;
}
.wysiwyg .image-figure--left, #tinymce .image-figure--left {
  text-align: center;
}
@media (min-width: 768px) {
  .wysiwyg .image-figure--left, #tinymce .image-figure--left {
    float: left;
    padding: 0 1em 1em 0;
    text-align: left;
  }
}
.wysiwyg .image-figure--right, #tinymce .image-figure--right {
  text-align: center;
}
@media (min-width: 768px) {
  .wysiwyg .image-figure--right, #tinymce .image-figure--right {
    float: right;
    padding: 0 0 1em 1em;
    text-align: left;
  }
}
.wysiwyg .image-figure--center, #tinymce .image-figure--center {
  text-align: center;
}
.wysiwyg .image-figure__caption, #tinymce .image-figure__caption {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-style: italic;
}
.wysiwyg blockquote, #tinymce blockquote {
  padding: 0 2em;
}
.wysiwyg table, #tinymce table {
  margin: 1.5em 0;
}
.wysiwyg td, #tinymce td {
  padding: 20px;
}
@media (min-width: 768px) {
  .wysiwyg td, #tinymce td {
    padding: 20px;
  }
}
.wysiwyg iframe, #tinymce iframe {
  max-height: 200px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wysiwyg iframe, #tinymce iframe {
    max-height: none;
  }
}
.wysiwyg .video-container iframe, #tinymce .video-container iframe {
  max-height: none;
}
.wysiwyg img, .wysiwyg figure, #tinymce img, #tinymce figure {
  max-width: 100%;
  height: auto;
}
.wysiwyg figcaption, #tinymce figcaption {
  font-size: 1.2rem;
}

.btn {
  display: inline-block;
  font-family: "Brown", sans-serif;
}
.btn:hover {
  cursor: pointer;
}
.btn:focus {
  outline: none;
}
.btn--rounded {
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .btn--rounded {
    padding: 0 50px;
  }
}
.btn--green {
  border: 1px solid #23643C;
  color: #23643C;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 57px;
}
.btn--green a {
  color: #23643C;
}
.btn--green:hover, .btn--green:focus {
  background-color: #23643C;
  color: #fff;
}
.btn--green:hover a, .btn--green:focus a {
  color: #fff !important;
}

.page-header {
  height: 240px;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .page-header {
    height: 440px;
  }
}

.page-nav__desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-nav__desktop {
    display: block;
  }
}
.page-nav__mobile {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .page-nav__mobile {
    display: none;
  }
}
.page-nav__heading {
  border-bottom: 1px solid #e1d7c8;
  display: none;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.page-nav__heading a {
  color: #303030;
}
@media (min-width: 768px) {
  .page-nav__heading {
    display: block;
  }
}
.page-nav__link {
  border-bottom: 1px solid #e1d7c8;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0.5em 0.4em;
  position: relative;
}
.page-nav__link:hover, .page-nav__item--depth-0 .page-nav__link:hover {
  background-color: #e1d7c8;
}
.page-nav__children {
  display: none;
}
.page-nav__children .page-nav__link {
  padding-left: 1.5em;
}
.page-nav__children .page-nav__children .page-nav__link {
  padding-left: 3em;
}
.page-nav__item--is-active > .page-nav__children, .page-nav__item--is-ancestor > .page-nav__children {
  display: block;
}
.page-nav__link--has-children .page-nav__sign {
  background-image: url(/app/themes/main/dist/img/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  margin-left: auto;
  width: 15px;
}
.page-nav__link--is-active .page-nav__sign, .page-nav__link--is-ancestor .page-nav__sign {
  background-image: url(/app/themes/main/dist/img/minus.svg);
}
.page-nav__link--js-active .page-nav__sign {
  background-image: url(/app/themes/main/dist/img/minus.svg);
}
.page-nav__link--js-inactive .page-nav__sign {
  background-image: url(/app/themes/main/dist/img/plus.svg);
}
.page-nav__link--is-ancestor {
  font-weight: 800;
}
.page-nav__link--is-active {
  color: #23643C;
  font-weight: 800;
}
.page-nav__select {
  -webkit-appearance: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  background: #ffffff url(/app/themes/main/dist/img/arrow-down.svg) right 1em center/11px no-repeat;
  border: 1px solid #e1d7c8;
  border-radius: 0;
  font-family: "Brown", sans-serif;
  height: 55px;
  line-height: 55px;
  padding: 0 40px 0 20px;
  width: 100%;
}

.sidebar {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .sidebar {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    padding: 0 40px;
    width: 33.3333333333%;
    padding-bottom: 40px;
  }
}
.sidebar__item {
  margin: 40px 0;
}
.sidebar__item--padding-bottom {
  padding-bottom: 40px;
}
.sidebar__item--border-bottom {
  border-bottom: 1px solid #e1d7c8;
}
.page-content__promo--find .sidebar__item--border-bottom, .page-content__promo--contact .sidebar__item--border-bottom {
  border-bottom: none;
}

.link-underline, .wysiwyg .box a {
  border-bottom: 3px solid currentColor;
  padding-bottom: 2px;
}
.link-underline--light, .wysiwyg .box a {
  border-bottom-width: 2px;
}
.link-underline--animated, .wysiwyg .box a {
  display: inline;
  -webkit-transition: padding-bottom 0.2s ease-in-out;
  -o-transition: padding-bottom 0.2s ease-in-out;
  transition: padding-bottom 0.2s ease-in-out;
}
.link-underline--animated:hover, .wysiwyg .box a:hover {
  padding-bottom: 6px;
}
.link-underline-hover, .breadcrumbs a, .page__content__read-more-link {
  border-bottom: 3px solid transparent;
  padding-bottom: 2px;
}
.link-underline-hover--light, .breadcrumbs a, .page__content__read-more-link {
  border-bottom-width: 2px;
}
.link-underline-hover:hover, .breadcrumbs a:hover, .page__content__read-more-link:hover, .link-underline-hover:active, .breadcrumbs a:active, .page__content__read-more-link:active, .link-underline-hover:focus, .breadcrumbs a:focus, .page__content__read-more-link:focus {
  border-color: currentColor;
}
.link-content .link-content__icon-arrow::before {
  display: inline-block;
  height: 11px;
  margin-left: 8px;
  -webkit-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  width: 17px;
}
.link-content .link-content__text {
  border-bottom: 3px solid transparent;
  padding-bottom: 2px;
}
.portal-items .link-content .link-content__text {
  border-color: currentColor;
}
.link-content--light .link-content__text {
  border-bottom-width: 2px;
}
.link-content:hover .link-content__text, .link-content:active .link-content__text, .link-content:focus .link-content__text {
  border-color: currentColor;
}
.link-content:hover .link-content__icon-arrow::before, .link-content:active .link-content__icon-arrow::before, .link-content:focus .link-content__icon-arrow::before {
  margin-left: 12px;
}
.link-content--animated .link-content__text {
  border-color: currentColor;
  display: inline;
  -webkit-transition: padding-bottom 0.2s ease-in-out;
  -o-transition: padding-bottom 0.2s ease-in-out;
  transition: padding-bottom 0.2s ease-in-out;
}
.link-content--animated:hover .link-content__text, .link-content--animated:active .link-content__text, .link-content--animated:focus .link-content__text {
  padding-bottom: 6px;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 72px);
  background: rgba(0, 0, 0, 0.4);
}
.hero__container--small {
  min-height: 280px;
}
@media (min-width: 768px) {
  .hero__container--small {
    min-height: calc(70vh - 70px);
  }
}
.hero__container {
  padding: 40px 20px;
  position: relative;
  width: 100vw;
}
@media (min-width: 768px) {
  .hero__container {
    min-height: 620px;
    padding: 40px 20px;
  }
}
.hero__container::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.hero__container--no-shade::after {
  display: none;
}
@media (min-width: 768px) {
  .hero--video .hero__container {
    position: relative;
    padding: 0;
    min-height: auto;
    max-height: calc(100vh - 90px);
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .hero--video .hero__container {
    min-height: 520px;
  }
}
.hero__video {
  display: none;
}
@media (min-width: 768px) {
  .hero__video {
    display: block;
    padding-top: 0;
  }
}
.hero__video {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  opacity: 0;
  -webkit-transition: 300ms opacity 400ms ease-out;
  -o-transition: 300ms opacity 400ms ease-out;
  transition: 300ms opacity 400ms ease-out;
}
.hero__video--loaded {
  opacity: 1;
}
.hero__video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.hero__video__container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero__video__container iframe,
.hero__video__container object,
.hero__video__container embed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.18);
       -o-transform: scale(1.18);
          transform: scale(1.18);
}
.hero__content {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.hero__title {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
}
.hero__text {
  max-width: 780px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #ffffff;
  margin: 10px auto 25px;
  text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .hero__text {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 10px auto 40px;
  }
}
.hero__btn {
  font-weight: 800;
}
.hero__more {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  height: 50px;
  width: 30px;
  -webkit-animation: float 2s 2s ease-in-out 6;
       -o-animation: float 2s 2s ease-in-out 6;
          animation: float 2s 2s ease-in-out 6;
  z-index: 100;
}
@media (min-width: 1024px) {
  .hero__more::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/app/themes/main/dist/img/arrow-down-video.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share__item {
  margin-right: 10px;
}
.share-links {
  margin: 20px 0 40px;
}
.share__link {
  color: transparent;
  display: block;
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 35px;
}
.share__link::before {
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  width: 100%;
}
.search-handle {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media (min-width: 1024px) {
  .search-handle {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.search-handle {
  color: #23643C;
  position: relative;
  text-decoration: none;
}
.search-handle--active, .search-handle:hover {
  border-bottom: 2px solid currentColor;
}
.search-handle::before {
  position: absolute;
  display: block;
  height: 26px;
  width: 100%;
  left: -30px;
  top: -3px;
}
@media (min-width: 1024px) {
  .search-handle::before {
    top: -9px;
  }
}
.search-handle::before {
  background-position: left center;
  background-size: 19px;
}

.preamble {
  font-size: 2rem;
  line-height: 3.4rem;
}
@media (min-width: 768px) {
  .preamble {
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
}

.list__item {
  border-top: 1px solid #e1d7c8;
  padding: 25px 0;
}
.list__item:last-child {
  border-bottom: 1px solid #e1d7c8;
}
.list:last-child {
  border-bottom: 1px solid #e1d7c8;
}
.list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .list__summary {
    margin-right: 55px;
    padding: 10px 0;
    width: calc(80% - 55px);
  }
}
.list__image {
  display: none;
}
@media (min-width: 1024px) {
  .list__image {
    display: block;
    position: relative;
    width: 20%;
  }
}
.list__title {
  margin-bottom: 8px;
}
.list__link {
  color: #444444;
}
.list__more {
  margin-top: 20px;
}

.video-container {
  height: 0;
  margin: 20px 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .video-container {
    margin: 20px 0;
  }
}
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 55px 0 35px;
}

.page-numbers {
  border: 1px solid #234678;
  color: #234678;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 30px;
}
@media (min-width: 768px) {
  .page-numbers {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.page-numbers.current {
  background-color: #234678;
  color: #ffffff;
}
.page-numbers.dots, .page-numbers.prev, .page-numbers.next {
  border: none;
}
.page-numbers.prev, .page-numbers.next {
  width: 20px;
}
.page-numbers.prev::before, .page-numbers.next::before {
  background-position: left center;
  background-size: 7px;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-numbers.next::before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.error404 {
  margin-top: 0;
}
.error404 .wrapper {
  background-color: #23643C;
  color: #ffffff;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 480px;
  text-align: center;
}
@media (min-width: 1024px) {
  .error404 .wrapper {
    min-height: 780px;
  }
}
.error404__heading {
  margin: 0.8em 0;
}
.error404__link {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #23643C;
  font-weight: 600;
}
@media (min-width: 768px) {
  .error404__link {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.error404__search-heading {
  margin: 40px 0;
}

.entry {
  border: 1px solid #e1d7c8;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
}
.entry:first-of-type {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .entry:first-of-type {
    margin-top: 40px;
  }
}
.entry__link {
  color: #303030;
}
.entry__heading {
  margin-bottom: 0;
}
.entry__icon {
  margin-left: -8px;
}

.categories {
  border-top: 1px solid #e1d7c8;
  margin-top: 20px;
}
.categories__item {
  font-size: 2rem;
  line-height: 3.4rem;
  border-bottom: 1px solid #e1d7c8;
  padding: 10px 15px;
}
.categories__link {
  color: #303030;
}

.cta {
  background-color: #ffffff;
  width: 100%;
}
.cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .cta__content {
    padding: 60px 0;
  }
}
.cta__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  text-align: center;
}
.cta__item:empty {
  display: none;
}
@media (min-width: 768px) {
  .cta__item:first-child {
    border-right: 1px solid #e1d7c8;
  }
  .cta--single .cta__item:first-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .cta__item:last-child {
    border-left: 1px solid #e1d7c8;
  }
  .cta--single .cta__item:last-child {
    border-left: none;
  }
}
.cta__item h2, .cta__item h3, .cta__item h4 {
  font-size: 2rem;
  font-weight: 700;
}
.cta__item p {
  font-size: 1.6rem;
}
.cta__item a {
  font-size: 1.6rem;
  text-decoration: underline;
}

.page-template-template-article .page-contact__heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-template-article .page-contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -25px;
  }
}

body:not(.ua-msie) .blurbs .blurbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.ua-msie) .blurbs .blurbs__list .blurbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blurbs {
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .blurbs {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .blurbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.blurbs__list .blurbs__content {
  display: table;
}
.blurbs__title {
  margin: 20px 0;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .blurbs--quote {
    margin: 80px 0;
  }
}
.blurbs--list {
  margin-bottom: 20px;
}
.blurbs__item {
  font-size: 1.6rem;
  line-height: 2.6rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 10px;
  display: table;
}
@media (min-width: 768px) {
  .blurbs__item {
    margin: 0 20px 40px;
    width: calc(33.3333333333% - 40px);
  }
  .blurbs--single .blurbs__item {
    width: calc(100% - 40px);
  }
  .blurbs--half .blurbs__item {
    width: calc(50% - 40px);
  }
}
.blurbs__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blurbs__col--first {
  background: #e1d7c8;
}
@media (min-width: 768px) {
  .blurbs__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-height: 300px;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .blurbs__col {
    min-height: 767px;
    padding: 40px;
  }
}
.blurbs__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4 !important;
}
.blurbs__link:hover ~ .blurbs__content:after {
  opacity: 1;
}
.blurbs.has-bg .blurbs__content:hover:after {
  opacity: 1;
}
.blurbs:not(.has-bg) .blurbs__link:hover + .blurbs__image-wrapper .blurbs__image {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.blurbs__image-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.blurbs--full.has-bg .blurbs__image-wrapper {
  min-height: 400px;
}
.blurbs--full .blurbs__image-wrapper, .blurbs--list-full .blurbs__image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.blurbs__image {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  min-height: 200px;
}
.has-bg .blurbs__image {
  min-height: 390px;
  margin: 0 0 10px;
}
.right.has-bg .blurbs__image {
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .blurbs__image {
    padding: 20px;
  }
  .has-bg .blurbs__image {
    padding: 40px;
    margin: 0;
  }
  .right .blurbs__image {
    padding: 60px;
    margin: 0;
  }
  .has-bg.right .blurbs__image {
    padding: 80px;
    margin: 0;
  }
}
.blurbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 20px;
  color: #303030;
  background: white;
}
.blurbs__content--no-link {
  padding-bottom: 35px;
}
.has-bg .blurbs__content {
  position: relative;
  min-height: 355px;
  color: white;
  background: -webkit-linear-gradient(45deg, #60b078 0%, #abc395 100%);
  background: -o-linear-gradient(45deg, #60b078 0%, #abc395 100%);
  background: linear-gradient(45deg, #60b078 0%, #abc395 100%);
}
.has-bg .blurbs__content > * {
  z-index: 3;
  width: auto;
}
.has-bg .blurbs__content:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-linear-gradient(45deg, #abc395 0%, #60b078 100%);
  background: -o-linear-gradient(45deg, #abc395 0%, #60b078 100%);
  background: linear-gradient(45deg, #abc395 0%, #60b078 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .blurbs__content {
    padding: 20px 40px;
  }
  .blurbs__content--no-link {
    padding-bottom: 35px;
  }
  .has-bg .blurbs__content {
    margin-left: 40px;
  }
}
.has-bg .blurbs__heading {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.blurbs__read-more {
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: inline-block;
  font-weight: 600;
  padding: 20px 0;
  color: #23643C;
  text-transform: uppercase;
}
.has-bg .blurbs__read-more {
  color: white;
}
.blurbs--quote .blurbs__read-more {
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .blurbs--quote .blurbs__read-more {
    padding: 0 0 0 20px;
  }
}

.video {
  padding: 0 20px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .video {
    padding: 0 40px;
    margin: 0 0 40px;
  }
}
.video__container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video__container iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #23643C;
  background-repeat: norepeat;
  background-position: center;
  background-size: cover;
}
.video__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.js-state-video-active .video__overlay {
  display: none;
}
.video__button {
  display: block;
  width: 70px;
  height: 70px;
}
@media (min-width: 768px) {
  .video__button {
    width: 100px;
    height: 100px;
  }
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  background: url(/app/themes/main/dist/img/play.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.video__button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
       -o-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.quote {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .quote {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .quote {
    margin: 0 auto 80px;
  }
}
.quote {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -o-transform;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.quote--in-view {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.quote__text {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  color: #23643C;
  text-align: center;
}
@media (min-width: 1024px) {
  .quote__text {
    font-size: 50px;
  }
}

.find-us {
  max-width: 1280px;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .find-us {
    padding: 0 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .find-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
}
.find-us__map {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  min-height: 400px;
  max-height: 750px;
}
@media (min-width: 1024px) {
  .find-us__map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.find-us__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.find-us__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .find-us__content {
    padding-right: 80px;
    margin-top: 0;
  }
}
.find-us__title {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.map-text {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .map-text {
    padding: 20px;
    margin-bottom: 80px;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .map-text {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .map-text--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.map-text__text {
  width: 100%;
  padding-top: 20px;
}
.map-text--right .map-text__text {
  padding-left: 0;
}
@media (min-width: 768px) {
  .map-text__text {
    width: 50%;
    padding: 20px 20px 20px 30px;
  }
}
.map-text__map {
  width: 100%;
}
@media (min-width: 768px) {
  .map-text__map {
    width: 50%;
  }
}
.map-text__title {
  font-size: 20px;
  font-weight: bold;
}
.map-text p:not(:empty) {
  margin-bottom: 16px;
}

.contact {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .contact {
    padding: 20px;
    width: calc(100% + 25px);
  }
}
@media (min-width: 1300px) {
  .contact {
    padding: 0;
    margin-top: 30px;
  }
}
.contact__title {
  margin-bottom: 23px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3823529412;
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.contact__item {
  width: 100%;
  height: 146px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 26px;
  background-color: #fff;
  border-left: 4px solid #23643C;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .contact__item {
    width: 375px;
    margin-right: 25px;
  }
}
.contact__image {
  margin-right: 25px;
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.contact__position {
  color: #757575;
  font-size: 16px;
  line-height: 1.2;
}
.contact__name {
  font-size: 20px;
  font-weight: bold;
}
.contact__degree {
  color: #23643C;
  font-size: 16px;
}

.popup {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  color: black;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
.popup--cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
.popup--cookie.js-state-initial {
  opacity: 0;
  -webkit-animation: popupStateInitial 0.2s 2s;
       -o-animation: popupStateInitial 0.2s 2s;
          animation: popupStateInitial 0.2s 2s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes popupStateInitial {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes popupStateInitial {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupStateInitial {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup a,
.popup button {
  color: black;
  text-decoration: underline;
}
.popup__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-image: url(/app/themes/main/dist/img/close-black.svg);
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}
@media print {
  .popup {
    display: none !important;
  }
}

.banner {
  padding: 28px 0 24px 0;
  background-color: #23643C;
  color: #fff;
  display: none;
  position: relative;
  z-index: 11;
}
.menu-active .banner {
  border-bottom: 1px solid #fff;
}
.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner__text {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .banner__text {
    font-size: 1.8rem;
  }
}
.banner__link {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: url(/app/themes/main/dist/img/arrow-white.svg);
  background-size: 19px 10px;
  background-position: center right 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
  -webkit-transition: background-position 0.5s, opacity 0.5s;
  -o-transition: background-position 0.5s, opacity 0.5s;
  transition: background-position 0.5s, opacity 0.5s;
}
@media (min-width: 768px) {
  .banner__link {
    font-size: 1.6rem;
    background-size: 21px 12px;
  }
}
.banner__link:hover {
  background-position: center right;
}
.banner__close {
  border: none;
  width: 18px;
  height: 18px;
  margin-left: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(/app/themes/main/dist/img/close-white.svg);
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .banner__close {
    width: 20px;
    height: 20px;
  }
}

.news {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.news__item {
  border-top: 1px solid #e1d7c8;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news__item:first-of-type {
  margin: 25px 0 0;
}
.news__item time {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
.news__image {
  display: none;
}
@media (min-width: 768px) {
  .news__image {
    display: block;
    width: 230px;
    height: 150px;
    background-size: cover;
    margin-right: 20px;
  }
}
.news__heading {
  margin-top: 5px;
}
.news--alignright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.menu--primary li:first-of-type .menu__children {
  margin-left: -21px !important;
}
.menu__item {
  display: block;
  padding-bottom: 3px;
}
@media (min-width: 1024px) {
  .menu__item {
    display: block;
    position: relative;
    margin-right: 25px;
    padding: 15px 0;
  }
}
.menu__item > a {
  padding-bottom: 4px;
}
@media (min-width: 1024px) {
  .menu__item:hover > a, .menu__item:focus > a {
    border-bottom: 2px solid #23643C;
  }
}
.menu__item--hidden {
  display: none;
}
.menu__item--current {
  padding-bottom: 5px;
}
.menu__item--current > a {
  border-bottom: 2px solid #23643C;
}
@media (min-width: 1024px) {
  .menu__item--parent {
    padding-bottom: 5px;
  }
  .menu__item--parent > a {
    border-bottom: 2px solid #23643C;
  }
}
@media (min-width: 1024px) {
  .menu__item--has-children .js-toggle-children[aria-expanded=true] ~ .menu__children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #efeae3;
    width: 150vw;
    height: auto;
    padding: 55px 0 30px;
    margin-left: calc((-100vw - 100%) / 2);
    padding-left: calc((100vw - 100%) / 2 + 12px);
  }
}
@media (min-width: 1024px) {
  .menu__item--has-children .js-toggle-children[aria-expanded=true] ~ .menu__children:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -50vw;
    height: 32px;
    width: 200vw;
    background-color: #fff;
  }
}
.menu__item--has-children .js-toggle-children {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .menu__item--has-children li:hover > a:first-child {
    border-bottom: 2px solid #23643C;
  }
}
.menu__item--has-children li:hover > a:first-child::after {
  background: none;
}
.menu__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .menu__children {
    position: absolute;
    padding: 55px 0 30px;
    padding-bottom: 0;
    margin-left: -115px; /* 229/2 */
    z-index: 99;
    top: 61px;
    display: none;
  }
}
.menu__children .menu__item {
  min-width: 229px;
  width: auto;
}
@media (min-width: 1024px) {
  .menu__children .menu__item {
    min-height: 44px;
    padding: 5px 0;
  }
}
.menu__children .menu__item a {
  display: inline-block;
  padding: 0;
  width: auto;
}
.menu__children .menu__item--current > .menu__link {
  background-color: transparent !important;
  border-bottom: 2px solid #23643C;
}

#cookiescript_wrapper {
  font-family: "Brown", sans-serif !important;
}

.embed-message {
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.embed-message.js-state-embed-visible {
  margin-bottom: 0;
  padding-bottom: 0;
}
.video-container .embed-message.js-state-embed-visible {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.embed-message--video-module {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 1.4rem;
  line-height: 1.3;
  position: absolute;
  background: #efeae3;
}
@media (min-width: 480px) {
  .embed-message__content {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .embed-message__content {
    font-size: 1.8rem;
  }
}
.embed-message__content a {
  color: #444444;
  text-decoration: underline !important;
  border-bottom: 0;
}
.embed-message__content a:hover {
  border-bottom: 0;
}
.embed-message__msg {
  text-align: center;
  max-width: 720px;
}
.embed-message__button {
  margin: 10px 0;
  border-radius: 60px;
  line-height: 40px;
  padding: 0 35px;
  border: 1px solid #444444;
  cursor: pointer;
  font-family: "Brown", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .embed-message__button {
    margin: 20px 0;
    padding: 0 30px;
  }
}

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