@import url(https://fonts.googleapis.com/css?family=Open+Sans);@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*----------------
COLORS:
----------------*/
/*----------------
FONTS:
----------------*/

@font-face {
  font-family: 'custom-icons';
  src: url("/assets/fonts/custom-icons/custom-icons.eot?86408111");
  src: url("/assets/fonts/custom-icons/custom-icons.eot?86408111#iefix") format("embedded-opentype"), url("/assets/fonts/custom-icons/custom-icons.woff2?86408111") format("woff2"), url("/assets/fonts/custom-icons/custom-icons.woff?86408111") format("woff"), url("/assets/fonts/custom-icons/custom-icons.ttf?86408111") format("truetype"), url("/assets/fonts/custom-icons/custom-icons.svg?86408111#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-logo:before {
  content: '\e811'; }
.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:#000;position:absolute;width:15.625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:9001;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid grey;border-radius:.263921875em;overflow:hidden;background:#fff;-webkit-box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3);box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3)}.qs-datepicker-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{background:rgba(0,0,0,0);border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid #fff;border-radius:.263921875em;padding:.5em;margin:0 auto auto;cursor:pointer;background:hsla(0,0%,50.2%,.4)}.qs-overlay .qs-submit.qs-disabled{color:grey;border-color:grey;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.qs-overlay .qs-overlay-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;-webkit-transition:opacity .15s;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;background:#d3d3d3;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.qs-controls.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.263921875em;-webkit-transition:background .15s;transition:background .15s}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:after{content:"";border:.390625em solid rgba(0,0,0,0);position:absolute;top:50%;-webkit-transition:border .2s;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:grey;right:50%;-webkit-transform:translate(25%,-50%);-ms-transform:translate(25%,-50%);transform:translate(25%,-50%)}.qs-arrow.qs-right:after{border-left-color:grey;left:50%;-webkit-transform:translate(-25%,-50%);-ms-transform:translate(-25%,-50%);transform:translate(-25%,-50%)}.qs-month-year{font-weight:700;-webkit-transition:border .2s;transition:border .2s;border-bottom:1px solid rgba(0,0,0,0);cursor:pointer}.qs-month-year:hover{border-bottom:1px solid grey}.qs-month-year:active:focus,.qs-month-year:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.3125em;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.qs-squares.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background .1s;transition:background .1s;border-radius:.263921875em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:700;text-decoration:underline}.qs-active,.qs-range-end,.qs-range-start{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-end:not(.qs-range-0),.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-day,.qs-empty{cursor:default}.qs-day{font-weight:700;color:grey}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}
/*----------------
SETTINGS:
Only variables and imports

Use: $[name]-[sort] ($color-primary)
----------------*/
/*----------------
COLORS:
----------------*/

/*----------------
FONTS:
----------------*/

@font-face {
  font-family: 'custom-icons';
  src: url("/assets/fonts/custom-icons/custom-icons.eot?86408111");
  src: url("/assets/fonts/custom-icons/custom-icons.eot?86408111#iefix") format("embedded-opentype"), url("/assets/fonts/custom-icons/custom-icons.woff2?86408111") format("woff2"), url("/assets/fonts/custom-icons/custom-icons.woff?86408111") format("woff"), url("/assets/fonts/custom-icons/custom-icons.ttf?86408111") format("truetype"), url("/assets/fonts/custom-icons/custom-icons.svg?86408111#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-logo:before {
  content: '\e811'; }

/*----------------
VENDORS:
Styling from third party elements. Only style imports from node_modules.
----------------*/
/* @import '~normalize.css/normalize.css'; */
/*----------------
TOOLS:
Only mixins
----------------*/
@keyframes focus-animation {
  0% {
    background-color: rgba(17, 70, 117, 0); }
  50% {
    background-color: rgba(17, 70, 117, 0.5); }
  100% {
    background-color: rgba(17, 70, 117, 0); } }

/*----------------
DEVELOPMENT:
Only for development purposes 

Use: .d-[name]
----------------*/
.d-bar {
  position: fixed;
  width: 100%;
  padding: 2rem 0;
  bottom: 1rem;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  transition: ease 300ms;
  transition-property: bottom transform; }
  .d-bar:hover {
    bottom: 0;
    transform: translate3d(0, 0, 0); }

.bar__button {
  padding: 1rem 2rem;
  background-color: #114675;
  color: #ffffff;
  border: none; }

.d-grid-view {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100; }
  .d-grid-view.is--active {
    opacity: 0.3; }

.grid-view__row,
.grid-view__container,
.grid-view__col {
  height: 100%; }

.grid-view__col::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: skyblue; }

.s-guide-nav {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3); }
  @media (min-width: 992px) {
    .s-guide-nav {
      position: fixed; } }

.guide-nav__logo {
  padding: 1rem 0;
  max-width: 100%;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  position: relative; }

.guide-nav__items {
  padding-left: 0;
  margin: 0 -15px;
  display: none; }
  @media (min-width: 992px) {
    .guide-nav__items {
      display: block; } }

.guide-nav__childs {
  padding-left: 0; }

.guide-nav__item,
.guide-nav__child {
  list-style: none; }

.guide-nav__child-link {
  padding: 0.5rem 0 0.5rem 30px;
  font-weight: 500; }

.guide-nav__item-link {
  padding: 1rem 15px;
  font-weight: 700; }

.guide-nav__item-link,
.guide-nav__child-link {
  display: block;
  text-decoration: none;
  transition: ease 300ms;
  transition-property: padding;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .guide-nav__item-link::after,
  .guide-nav__child-link::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: width;
    left: 0;
    top: 0;
    border-radius: 0px 5px 5px 0px;
    background-color: #114675; }
  .guide-nav__item-link:hover,
  .guide-nav__child-link:hover {
    padding-left: 20px;
    text-decoration: none; }
    .guide-nav__item-link:hover::after,
    .guide-nav__child-link:hover::after {
      width: 5px; }

.guide-nav__child-link:hover {
  padding-left: 35px; }

.s-guide-section {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.guide-section__part {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #000000; }

.guide-font__heading {
  font-weight: 700; }

.guide-font__examples {
  display: flex; }

.guide-font__example {
  font-size: 62px;
  margin: 0 5px; }

.guide-font__example--bold {
  font-weight: 700; }

.guide-font__example--italic {
  font-style: italic; }

.s-guide-block {
  padding-bottom: 2rem;
  display: flex; }

.s-guide-title {
  margin-bottom: 4rem; }
  .s-guide-title::after {
    content: '';
    width: 40px;
    padding: 4px;
    border-radius: 5px;
    background-color: #114675;
    position: absolute;
    display: block; }

.s-guide-component,
.s-guide-utility {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 15px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: ease 300ms;
  transition-property: box-shadow;
  overflow: hidden;
  position: relative; }

.s-guide-utility {
  height: calc(100% - 4rem); }

.guide-component--full {
  width: 100%;
  max-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  z-index: 100; }

.guide-component__buttons {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start; }

.guide-component__button {
  position: relative;
  text-decoration: none;
  padding: 1rem;
  background-color: #114675;
  color: #ffffff;
  cursor: pointer;
  transition: ease 300ms;
  transition-property: opacity; }
  html.has--mouse .guide-component__button:hover {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8; }

.guide-component__button--secondary {
  background-color: rgba(17, 70, 117, 0.8); }

.guide-component__button--tertiary {
  background-color: rgba(17, 70, 117, 0.6);
  border-radius: 0 0 0 5px; }

.guide-component__buttons--relative {
  position: relative; }

.s-guide-block:hover {
  cursor: pointer; }
  .s-guide-block:hover .guide-block__example {
    box-shadow: 0 0px 35px rgba(0, 0, 0, 0.3); }

.guide-block__example {
  padding: 4rem;
  width: 0;
  position: relative;
  border-radius: 5px;
  margin-bottom: 1rem;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  transition: ease 300ms;
  transition-property: box-shadow; }

.guide-block__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.guide-block__content {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  overflow: hidden;
  justify-content: center; }

.guide-block__title {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.s-guide-heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  min-height: 65px; }

.s-guide-copy {
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  animation-name: copyAnimation;
  animation-duration: 500ms; }

.guide-copy__text {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  font-weight: bold;
  font-size: 40px; }
  @media screen and (min-width: 576px) {
    .guide-copy__text {
      font-size: calc(40px + 60 * ((100vw - 576px) / 624)); } }
  @media screen and (min-width: 1200px) {
    .guide-copy__text {
      font-size: 100px; } }

@keyframes copyAnimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*----------------
BASE:
Only HTML tags
----------------*/
:root,
body {
  min-width: 320px;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: myriad-pro, PTSansCaptionRegular, arial, helvetica, sans-serif; }

:root {
  font-size: 62.5%; }

body,
p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000000; }

body {
  transition: ease 300ms;
  transition-property: transform; }
  .nav--open body {
    transform: translate3d(320px, 0, 0);
    overflow: hidden; }
    @media (min-width: 768px) {
      .nav--open body {
        transform: none; } }
    .nav--open body main {
      pointer-events: none; }
      @media (min-width: 768px) {
        .nav--open body main {
          pointer-events: auto; } }

/*
a{
    color: $color-dark;
    text-decoration: underline;

    @include hover{
        color: $color-primary;
    }
}
*/
/*----------------
UTILITIES:

Use: .u-[name]
----------------*/
.u-text--center {
  text-align: center; }
  @media (min-width: 0px) {
    .u-text--center-xs {
      text-align: center; } }
  @media (min-width: 576px) {
    .u-text--center-sm {
      text-align: center; } }
  @media (min-width: 768px) {
    .u-text--center-md {
      text-align: center; } }
  @media (min-width: 992px) {
    .u-text--center-lg {
      text-align: center; } }
  @media (min-width: 1200px) {
    .u-text--center-xl {
      text-align: center; } }

.u-text--right {
  text-align: right; }
  @media (min-width: 0px) {
    .u-text--right-xs {
      text-align: right; } }
  @media (min-width: 576px) {
    .u-text--right-sm {
      text-align: right; } }
  @media (min-width: 768px) {
    .u-text--right-md {
      text-align: right; } }
  @media (min-width: 992px) {
    .u-text--right-lg {
      text-align: right; } }
  @media (min-width: 1200px) {
    .u-text--right-xl {
      text-align: right; } }

.u-text--left {
  text-align: left; }
  @media (min-width: 0px) {
    .u-text--left-xs {
      text-align: left; } }
  @media (min-width: 576px) {
    .u-text--left-sm {
      text-align: left; } }
  @media (min-width: 768px) {
    .u-text--left-md {
      text-align: left; } }
  @media (min-width: 992px) {
    .u-text--left-lg {
      text-align: left; } }
  @media (min-width: 1200px) {
    .u-text--left-xl {
      text-align: left; } }

.u-none-pointer {
  pointer-events: none; }

.u-none-select {
  user-select: none; }

h1,
.u-h1 {
  font-size: 2.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700; }

h2,
.u-h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-transform: uppercase; }

h3,
.u-h3 {
  font-size: 1.6rem;
  line-height: 1.5; }

.u-spacing--bottom,
.u-spacing {
  padding-bottom: 1rem; }

.u-spacing--top,
.u-spacing {
  padding-top: 1rem; }

.u-border--top {
  border-top: 1px solid #ffffff; }

.u-border--bottom {
  border-bottom: 1px solid #ffffff; }

.u-border--left {
  border-left: 1px solid #ffffff; }

.u-border--right {
  border-right: 1px solid #ffffff; }

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.u-hidden {
  display: none; }
  @media (min-width: 0px) {
    .u-hidden-xs {
      display: none; } }
  @media (min-width: 576px) {
    .u-hidden-sm {
      display: none; } }
  @media (min-width: 768px) {
    .u-hidden-md {
      display: none; } }
  @media (min-width: 992px) {
    .u-hidden-lg {
      display: none; } }
  @media (min-width: 1200px) {
    .u-hidden-xl {
      display: none; } }

/*----------------
COMPONENTS:

Use: .c-[name]
----------------*/
.c-bypass-navigation {
  padding: 20px 0;
  z-index: 100;
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff; }

.bypass-navigation__link {
  position: relative; }

.c-file {
  display: flex;
  align-items: center; }

.has--keyboard-focus .file__input:focus + .file__btn {
  border-style: dotted;
  border-color: #114675;
  animation: focus-animation 1000ms ease infinite; }

.file__btn,
.file__return,
.file__remove {
  padding: 5px 10px;
  margin-bottom: 0; }

.file__btn {
  background-color: #114675; }
  html.has--mouse .file__btn:hover {
    cursor: pointer;
    background-color: #229fd4; }

.file__return {
  max-width: 200px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.file__preview {
  width: 100px;
  display: none; }
  .file__preview.is--visible {
    display: block; }

.file__remove {
  font-size: 2.2rem;
  display: none;
  cursor: pointer; }
  .file__remove.is--visible {
    display: block; }

.form__item-label {
  display: block; }

.form__item {
  padding: 0.5rem 0; }
  .form__item.has--error .form__item-error {
    color: red; }
  .form__item.has--error .form__item-input {
    border-color: red; }

.form__item-input {
  outline: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #000000;
  font-size: 1.6rem; }

.form__item-checkbox,
.form__item-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .has--keyboard-focus .form__item-checkbox:focus ~ .form__item-selectbox::before, .has--keyboard-focus
  .form__item-radio:focus ~ .form__item-selectbox::before {
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    animation: focus-animation 1000ms ease infinite;
    border: 2px dotted #114675;
    z-index: 100;
    content: ''; }
  html.has--mouse .form__item-checkbox:hover, html.has--mouse
  .form__item-radio:hover {
    cursor: pointer; }
    html.has--mouse .form__item-checkbox:hover ~ .form__item-selectbox::after, html.has--mouse
    .form__item-radio:hover ~ .form__item-selectbox::after {
      opacity: 0.5; }
  .form__item-label .form__item-checkbox:checked ~ .form__item-selectbox::after,
  .form__item-label .form__item-checkbox:hover:checked ~ .form__item-selectbox::after, .form__item-label
  .form__item-radio:checked ~ .form__item-selectbox::after,
  .form__item-label
  .form__item-radio:hover:checked ~ .form__item-selectbox::after {
    opacity: 1; }

.form__item--selectbox .form__item-label {
  padding-left: 30px;
  position: relative; }

.form__item-selectbox {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: color(light);
  border: 1px solid color(dark); }
  .form__item-selectbox::after {
    content: "";
    position: absolute;
    opacity: 0; }

.form__item-checkbox ~ .form__item-selectbox::after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid color(dark);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.form__item-radio ~ .form__item-selectbox {
  border-radius: 50%; }
  .form__item-radio ~ .form__item-selectbox::after {
    content: "";
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: color(dark);
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0); }

.c-custom-select {
  position: relative; }

.custom-select__selected {
  border: 1px solid #000000;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  display: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    .custom-select__selected {
      display: block; } }

.custom-select__select {
  display: block; }
  @media (min-width: 768px) {
    .custom-select__select {
      display: none; } }

.custom-select__items {
  display: block; }
  .custom-select__items.is--hidden {
    display: none; }

.custom-select--secondary .custom-select__selected,
.custom-select--secondary .custom-select__select {
  background-color: #114675;
  border: none;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 40px 10px 20px; }

.c-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 1rem;
  background-color: #ffffff;
  z-index: 200; }
  .c-modal.is--active {
    display: block; }

.has--modal {
  overflow: hidden; }
  .has--modal .modal__background {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: rgba(0, 0, 0, 0.6); }

.accordion__header {
  width: 100%; }

.accordion__panel {
  overflow: hidden;
  transition: ease 300ms;
  transition-property: max-height; }

.tab__panel {
  display: none; }
  .tab__panel.is--active {
    display: block; }

.c-tabcordion.is--tab .accordion__header {
  display: none; }

.c-tabcordion.is--accordion .accordion__panel {
  display: block; }

.c-tabcordion.is--accordion .tab__list {
  display: none; }

.c-tooltip {
  position: relative;
  display: inline-block; }
  .c-tooltip:hover:not(.tooltip--click) .tooltip__tip, .c-tooltip.is--active .tooltip__tip {
    display: block; }

.tooltip--bottom .tooltip__tip,
.tooltip--top .tooltip__tip {
  left: 50%;
  transform: translate3d(-50%, 0, 0); }
  .tooltip--bottom .tooltip__tip::after,
  .tooltip--top .tooltip__tip::after {
    width: 100%;
    left: 0;
    height: 1rem; }

.tooltip--bottom .tooltip__arrow,
.tooltip--top .tooltip__arrow {
  left: calc(50% - (1rem / 2)); }

.tooltip--left .tooltip__tip,
.tooltip--right .tooltip__tip {
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .tooltip--left .tooltip__tip::after,
  .tooltip--right .tooltip__tip::after {
    height: 100%;
    top: 0;
    width: 1rem; }

.tooltip--left .tooltip__arrow,
.tooltip--right .tooltip__arrow {
  top: calc(50% - (1rem / 2)); }

.tooltip--left .tooltip__tip {
  right: calc(100% + 1rem); }
  .tooltip--left .tooltip__tip::after {
    left: 100%; }

.tooltip--left .tooltip__arrow {
  right: calc(0px - (1rem / 2)); }

.tooltip--right .tooltip__tip {
  left: calc(100% + 1rem); }
  .tooltip--right .tooltip__tip::after {
    right: 100%; }

.tooltip--right .tooltip__arrow {
  left: calc(0px - (1rem / 2)); }

.tooltip--top .tooltip__tip {
  bottom: calc(100% + 1rem); }
  .tooltip--top .tooltip__tip::after {
    top: 100%; }

.tooltip--top .tooltip__arrow {
  bottom: calc(0px - (1rem / 2)); }

.tooltip--bottom .tooltip__tip {
  top: calc(100% + 1rem); }
  .tooltip--bottom .tooltip__tip::after {
    bottom: 100%; }

.tooltip--bottom .tooltip__arrow {
  top: calc(0px - (1rem / 2)); }

.tooltip__tip {
  display: none;
  background-color: #000000;
  color: #ffffff;
  padding: 1rem;
  position: absolute;
  width: 200px;
  z-index: 10; }
  .tooltip__tip::after {
    content: "";
    position: absolute;
    display: block; }

.tooltip__arrow {
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  display: block;
  position: absolute;
  transform: rotate(45deg); }

.c-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #000000;
  padding: 10px 30px;
  border-radius: 100px;
  color: #ffffff;
  animation-name: toastAnimation;
  animation-duration: 4000ms; }

.toast--long {
  animation-duration: 6000ms; }

.toast--short {
  animation-duration: 2000ms; }

@keyframes toastAnimation {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.filter__item {
  padding: 10px;
  border: 1px solid #000000;
  display: inline-block; }
  .filter__item.is--active {
    background-color: #114675; }

.filter__entries-item {
  display: none;
  padding: 10px 0;
  width: 100%; }
  .filter__entries-item.is--active {
    display: block; }

.advanced-filter__load.is--hidden {
  display: none; }

.c-breadcrumb {
  padding: 0;
  display: flex;
  list-style: none; }

.breadcrumb__link {
  text-decoration: none; }
  html.has--mouse .breadcrumb__link:hover {
    cursor: pointer;
    text-decoration: underline; }

.breadcrumb__item::after {
  content: '/';
  margin-left: 5px;
  margin-right: 5px; }

.breadcrumb__item:last-child::after {
  display: none; }

.breadcrumb__item:last-child .breadcrumb__link {
  pointer-events: none; }

.c-loader {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  position: fixed;
  background-image: url(/assets/img/loader.gif);
  background-size: 100px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  transition: ease 300ms;
  transition-property: opacity; }

html {
  background: green; }

html.is--loading .c-loader {
  opacity: 1; }

.c-nav {
  background-color: #229fd4;
  padding-top: 74px;
  margin: 0 -15px;
  height: 100vh !important;
  max-width: 320px;
  width: 100%;
  transform: translate3d(-320px, 0, 0);
  overflow-y: auto;
  position: absolute;
  transition: ease 300ms;
  transition-property: transform; }
  @media (min-width: 768px) {
    .c-nav {
      position: relative;
      height: 100% !important;
      padding-top: 0;
      overflow: visible;
      max-width: 100%;
      background-color: transparent;
      transform: none;
      margin: 0; } }

.nav__main {
  float: left;
  padding-left: 0;
  width: 100%;
  position: relative;
  right: 0;
  bottom: 0.5px;
  margin-bottom: 0;
  min-height: 320px; }
  @media (min-width: 768px) {
    .nav__main {
      padding-left: 110px;
      min-height: auto;
      position: absolute; } }
  @media (min-width: 1200px) {
    .nav__main {
      padding-left: 180px; } }

.nav__main-item {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .nav__main-item {
      width: auto; } }
  .nav__main-item.is--page > .nav__main-link {
    color: #114675;
    box-shadow: inset 0 -5px 0 #114675; }
  .nav__main-item.has--child.is--page > .nav__main-link:after {
    border-color: #114675; }
  .nav__main-item:hover > .nav__main-link .nav__main-link, .nav__main-item.is--active .nav__main-link {
    background: #229fd4;
    color: #ffffff !important;
    box-shadow: none; }
  .nav__main-item:hover > .nav__main-link .c-child-nav, .nav__main-item.is--active .c-child-nav {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .nav__main-item:hover > .nav__main-link .c-child-nav, .nav__main-item.is--active .c-child-nav {
        flex-direction: row; } }

.nav__main-link {
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 8px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .nav__main-link::after {
    content: '';
    display: inline-block;
    top: 50%;
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    padding: 3px;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg); }
  @media (min-width: 768px) {
    .nav__main-link {
      padding: 15px;
      color: #229fd4;
      border-bottom: 0;
      max-width: 185px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .nav__main-link::after {
        display: none; } }
  @media (min-width: 768px) {
    .nav__main-link {
      padding: 17px 5px;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .nav__main-link {
      padding: 15px;
      font-size: 15px; } }

.nav__language-search {
  position: absolute;
  right: 0;
  display: none; }
  @media (min-width: 768px) {
    .nav__language-search {
      display: block; } }

.nav--open .nav__background {
  content: "";
  position: fixed;
  background: #000000;
  height: 100%;
  width: 100%;
  z-index: 300;
  opacity: 0.6;
  right: 0;
  top: 0; }

.nav--open .c-nav-header {
  transition: ease 300ms;
  transition-property: top;
  top: 0; }

.breadcrumb > li.small-nav {
  right: 15px; }

.c-child-nav {
  overflow-x: hidden;
  top: 0;
  height: calc(100vh - 75px);
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background: #229fd4;
  padding: 0;
  min-height: 100%;
  color: #fff;
  z-index: 310;
  box-sizing: content-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  @media (min-width: 768px) {
    .c-child-nav {
      overflow: visible;
      height: auto;
      top: auto; } }
  .c-child-nav:before, .c-child-nav:after {
    box-sizing: content-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    content: "";
    width: calc((100vw - 100%) / 2);
    min-height: inherit;
    height: inherit;
    display: block;
    position: absolute;
    background: #229fd4;
    top: 0;
    z-index: -1; }
  .c-child-nav:before {
    left: calc((-100vw + 100%) / 2); }
  .c-child-nav:after {
    right: calc((-100vw + 100%) / 2); }
  .c-child-nav > .child-nav__items,
  .c-child-nav > .child-nav__intro,
  .c-child-nav > .child-nav__embed {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #229fd4; }
    @media (min-width: 768px) {
      .c-child-nav > .child-nav__items,
      .c-child-nav > .child-nav__intro,
      .c-child-nav > .child-nav__embed {
        padding: 30px 20px;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        .c-child-nav > .child-nav__items::before,
        .c-child-nav > .child-nav__intro::before,
        .c-child-nav > .child-nav__embed::before {
          content: '';
          width: 1px;
          display: block;
          position: absolute;
          background: #ffffff;
          left: 0;
          height: calc(100% - 60px); } }
  .c-child-nav > .child-nav__items {
    padding-bottom: 80px;
    overflow: auto; }
    @media (min-width: 768px) {
      .c-child-nav > .child-nav__items {
        min-height: 460px; } }

.child-nav__button {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .child-nav__button {
      margin-bottom: 30px; } }

.child-nav__items::before,
.child-nav__embed::before {
  opacity: 0; }

.child-nav__key-contacts {
  height: calc(100% - 107px);
  bottom: 52px;
  position: fixed;
  overflow: auto;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .child-nav__key-contacts {
      flex: 0 0 66.66666%;
      max-width: 66.66666%;
      position: relative;
      bottom: auto;
      height: auto; } }

.child-nav__intro-body {
  min-height: 130px;
  display: inline-block; }

.child-nav__intro {
  opacity: 0;
  pointer-events: none;
  transition: ease 300ms;
  transition-property: transform;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 0px 35px #229fd4; }
  @media (min-width: 768px) {
    .child-nav__intro {
      position: relative;
      min-height: 100%;
      padding-right: 8.33333333%;
      width: auto;
      padding-left: 15px;
      box-shadow: none; } }
  .child-nav__intro h1 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600; }
  .child-nav__intro p {
    font-size: 1.6rem;
    line-height: 1.4em;
    padding-bottom: 1em;
    color: #fff; }
  .child-nav__intro:not(:empty):not(.empty) {
    opacity: 1;
    pointer-events: all; }
  .child-nav__intro .big-btn, .child-nav__intro .long-btn {
    max-width: 100%;
    min-width: 300px; }
  .child-nav__intro .big-btn {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 30px;
    padding-right: 10px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #ff8d05; }
    .child-nav__intro .big-btn::after {
      content: '';
      border: solid #114675;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      right: 15px;
      top: 50%;
      position: absolute;
      transform: translateY(-50%) rotate(-45deg);
      display: none; }

@supports (-webkit-overflow-scrolling: touch) {
  .key-contacts__button {
    margin-bottom: 80px; }
    .key-contacts__button.is--active {
      margin-bottom: 40px; }
  .child-nav__intro {
    z-index: 200;
    display: block;
    padding: 0; }
  .c-child-nav > .child-nav__items {
    padding-bottom: 160px; } }

.child-nav__key-contacts {
  opacity: 0;
  padding: 30px 20px 30px 20px;
  pointer-events: none;
  transition: ease 300ms;
  transition-property: transform, opacity;
  background-color: #4db1dc;
  z-index: 100; }
  .child-nav__key-contacts.is--active {
    pointer-events: auto;
    opacity: 1; }

@media (min-width: 768px) {
  .child-nav__intro.is--active,
  .child-nav__key-contacts.is--active {
    transform: translate3d(-100%, 0, 0); } }

.child-nav__intro-title {
  margin-top: 10px;
  font-weight: 700;
  color: #ffffff; }

.child-nav__embed,
.child-nav__intro-title,
.child-nav__intro-body {
  display: none; }
  @media (min-width: 768px) {
    .child-nav__embed,
    .child-nav__intro-title,
    .child-nav__intro-body {
      display: block; } }

.child-nav__items {
  padding: 0;
  min-height: 100%; }
  .child-nav__items.is--active > .child-nav__item > .child-nav__link {
    display: block; }

.child-nav__item > .child-nav__link {
  display: none; }

.c-top-nav {
  position: relative;
  display: inline-block;
  left: 0;
  padding: 0 20px;
  bottom: 0;
  background-color: #114675;
  margin-bottom: 0;
  width: 100%;
  min-height: 170px; }
  @media (min-width: 768px) {
    .c-top-nav {
      position: absolute;
      display: block;
      left: auto;
      right: 8px;
      width: auto;
      min-height: auto;
      top: 0;
      padding: 0;
      bottom: auto;
      background-color: transparent; } }

.top-nav__item-link {
  color: #ffffff; }
  @media (min-width: 768px) {
    .top-nav__item-link {
      color: #114675; } }

.top-nav__item-link,
.top-nav__dropdown-link {
  font-size: 12px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .top-nav__item-link,
    .top-nav__dropdown-link {
      padding: 0 10px; } }
  html.has--mouse .top-nav__item-link:hover, html.has--mouse
  .top-nav__dropdown-link:hover {
    cursor: pointer;
    color: #229fd4 !important; }

.top-nav__item {
  float: left;
  position: relative;
  width: 50%;
  padding: 5px 0; }
  @media (min-width: 768px) {
    .top-nav__item {
      width: auto;
      padding: 0; } }
  .top-nav__item::before {
    color: #114675;
    content: "|";
    position: absolute;
    left: -1px; }
  .top-nav__item:first-child::before {
    content: none; }

.top-nav__dropdown-list {
  padding: 5px 0;
  background: #ffffff;
  display: none;
  z-index: 400;
  position: absolute;
  min-width: 100%;
  border: 1px solid #eee;
  bottom: calc(100% - 4px); }
  @media (min-width: 768px) {
    .top-nav__dropdown-list {
      top: calc(100% - 4px);
      bottom: auto; } }

.top-nav__dropdown:hover > .top-nav__dropdown-list {
  display: block; }

.top-nav__dropdown-link {
  padding-left: 40px;
  white-space: nowrap;
  color: #114675; }
  .top-nav__dropdown-link:before {
    content: '';
    width: 20px;
    height: 11px;
    position: absolute;
    left: 10px;
    background-image: url(/assets_new/img/flags_sprite.jpg);
    margin: 6px 0;
    background-size: 40px; }
  @media (min-width: 768px) {
    .top-nav__dropdown-link:before {
      margin: 8px 0; } }
  .top-nav__dropdown-link.au:before {
    background-position: -20px -24px; }
  .top-nav__dropdown-link.be:before {
    background-position: 0 -24px; }
  .top-nav__dropdown-link.co:before {
    background-position: -20px 0; }
  .top-nav__dropdown-link.de:before {
    background-position: 0 0; }
  .top-nav__dropdown-link.gom:before {
    background-position: -20px -72px; }
  .top-nav__dropdown-link.mx:before {
    background-position: 0 -72px; }
  .top-nav__dropdown-link.me:before {
    background-position: 0 -36px; }
  .top-nav__dropdown-link.nl:before {
    background-position: 0 -12px; }
  .top-nav__dropdown-link.nz:before {
    background-position: -20px -12px; }
  .top-nav__dropdown-link.pe:before {
    background-position: -20px -36px; }
  .top-nav__dropdown-link.sg:before {
    background-position: -20px -48px; }
  .top-nav__dropdown-link.tt:before {
    background-position: 0 -48px; }
  .top-nav__dropdown-link.uk:before {
    background-position: 0 -60px; }
  .top-nav__dropdown-link.us:before {
    background-position: -20px -60px; }
  .top-nav__dropdown-link.kw:before {
    background-position: -20px -83px; }
  .top-nav__dropdown-link.sa:before {
    background-position: 0 -83px; }
  .top-nav__dropdown-link.ae:before {
    background-position: 0 -95px; }

.c-search {
  float: left;
  position: relative;
  text-transform: uppercase; }
  .c-search:hover .search__icon, .c-search.is--active .search__icon {
    color: #114675;
    box-shadow: inset 0 -5px 0 #114675; }
    .c-search:hover .search__icon:after, .c-search.is--active .search__icon:after {
      border-color: #114675; }

.search__icon {
  font-family: 'nav';
  font-size: 22px;
  float: left;
  line-height: 32px;
  padding: 11px 20px 11px 20px;
  cursor: pointer;
  color: #229fd4; }

.c-language {
  display: none;
  float: left;
  position: relative;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .c-language {
      display: block; } }
  .c-language:hover .language__icon, .c-language.is--active .language__icon {
    color: #114675;
    box-shadow: inset 0 -5px 0 #114675; }
    .c-language:hover .language__icon:after, .c-language.is--active .language__icon:after {
      border-color: #114675; }
  .c-language:hover .language__list, .c-language.is--active .language__list {
    display: block; }

.language--mobile {
  display: block; }
  .language--mobile .language__icon {
    color: #ffffff; }
    .language--mobile .language__icon::after {
      border-color: #ffffff; }
  @media (min-width: 768px) {
    .language--mobile {
      display: none; } }

.language__icon {
  float: left;
  line-height: 32px;
  font-size: 16px;
  padding: 11px 20px 11px 20px;
  color: #229fd4; }
  .language__icon::after {
    content: '';
    border: solid #229fd4;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    right: 4px;
    top: calc(50% - 2px);
    position: absolute;
    transform: translateY(-50%) rotate(45deg); }

.language__list {
  display: none;
  line-height: 1.5em;
  background: #ffffff;
  position: absolute;
  padding: 5px 20px;
  left: 0;
  top: 100%;
  z-index: 410; }

.language__list-item {
  list-style: none; }

.language__list-link {
  color: #229fd4;
  font-size: 1.6rem;
  padding: 2px 0;
  display: block; }

.c-button {
  padding: 0 10px;
  border-radius: 2px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .c-button {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .c-button {
      font-size: 16px; } }
  .c-button.is--hidden {
    display: none; }

.button--big {
  max-width: 100%;
  padding: 15px 10px;
  text-align: center;
  display: block; }
  @media (min-width: 768px) {
    .button--big {
      width: 100%; } }

.button--quinary {
  color: #ffffff;
  background-color: #ff8d05; }
  .button--quinary:hover {
    color: #ffffff;
    background-color: #eb8000; }

.button--long {
  border-radius: 0;
  padding: 8px;
  width: 100%;
  text-align: left;
  float: left;
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .button--long.has--child::after, .button--long.has--parent::after {
    content: '';
    display: inline-block;
    top: 50%;
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    padding: 3px; }
  .button--long.has--parent {
    color: #229fd4;
    transition: ease 300ms;
    transition-property: background-color, padding, color; }
    html.has--mouse .button--long.has--parent:hover {
      cursor: pointer;
      background-color: #114675;
      padding-left: 25px;
      color: #ffffff; }
    .has--touch .button--long.has--parent.has--parent {
      padding-left: 25px;
      color: #ffffff; }
    .button--long.has--parent::after {
      left: 10px;
      transform: translateY(-50%) rotate(135deg); }
  .button--long.has--child::after {
    right: 10px;
    transform: translateY(-50%) rotate(-45deg); }
  html.has--mouse .button--long:hover {
    cursor: pointer;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.2); }
  .button--long.is--active-page {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.2); }

.button__sublabel {
  font-size: 10px; }

.key-contacts__contact {
  width: 100%;
  float: left;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  @media (min-width: 768px) {
    .key-contacts__contact {
      width: 25%;
      height: 200px;
      padding-bottom: 30px; } }

.key-contacts__button::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 100%;
  background-color: #4db1dc;
  transition: ease 300ms;
  transition-property: width; }

.key-contacts__button.is--active {
  color: #ffffff !important;
  background-color: #4db1dc;
  border-bottom: 0;
  padding-left: 30px; }
  .key-contacts__button.is--active::before {
    width: 30px; }
  .key-contacts__button.is--active::after {
    right: auto;
    left: 10px;
    transform: translateY(-50%) rotate(135deg); }

.key-contacts__contact-title {
  padding: 7px 0;
  color: #ffffff; }

.key-contacts__contact-title,
.key-contacts__contact-content {
  float: left;
  width: 100%;
  color: #ffffff;
  margin: 0; }

.key-contacts__contact-content {
  padding: 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.key-contacts__contact-icon {
  display: inline-block;
  min-width: 30px; }
  .key-contacts__contact-icon.mail {
    font-size: 12px; }

.c-embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden; }
  .c-embed:hover .embed__content {
    height: 100%;
    top: 0; }
  .c-embed:hover .embed__body {
    opacity: 1; }
  .c-embed.has--only-img .embed__background {
    height: 100%; }

.embed__title {
  font-weight: 700;
  margin-top: 10px; }

.embed__background {
  margin: 0 !important;
  padding: 0; }

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

.embed__background,
.embed__content {
  height: 50%;
  width: 100%;
  left: 0;
  position: absolute;
  overflow: hidden;
  margin: 0; }

.embed__heading {
  color: #114675;
  margin: 0;
  text-transform: unset;
  line-height: 1.2; }

.embed__content {
  padding: 15px;
  z-index: 10;
  top: 50%;
  background: #ffffff;
  transition: ease 300ms;
  transition-property: height, opacity, top; }

.embed__body {
  opacity: 0; }

.breadcrumb__button--kc.is--hidden {
  display: none; }

.c-hamburger {
  font-family: 'nav';
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #114675; }

.c-mobile-navbar {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .c-mobile-navbar {
      display: none; } }

.mobile-navbar__language,
.mobile-navbar__close {
  border-left: 1px solid rgba(255, 255, 255, 0.4); }

.mobile-navbar__search {
  width: 100%;
  max-width: calc(100% - 120px);
  display: block; }

.mobile-navbar__search-input,
.mobile-navbar__search-icon {
  background-color: transparent;
  border: transparent; }

.mobile-navbar__search-input {
  padding-left: 5px;
  width: 75%; }

.mobile-navbar__search-icon {
  width: 20%; }

.mobile-navbar__search-icon,
.mobile-navbar__search-input {
  height: 100%; }

.mobile-navbar__search-input::placeholder {
  color: #ffffff;
  opacity: 0.6; }

.mobile-navbar__search-icon {
  font-family: 'nav';
  color: #ffffff; }

.mobile-navbar__language .language__icon {
  padding-right: 30px; }
  .mobile-navbar__language .language__icon::after {
    right: 14px; }

.mobile-navbar__language .language__list {
  width: 100%; }

.mobile-navbar__language:hover .language__icon {
  background-color: #ffffff; }

.mobile-navbar__close {
  color: #ffffff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px 5px 16px; }

.qs-datepicker-container {
  font-size: 1.5rem; }

.form__item-error {
  text-align: left;
  color: red;
  font-weight: 900;
  margin-bottom: 10px; }
  .form__item-error::before {
    content: "!";
    border-radius: 50%;
    background-color: red;
    height: 25px;
    width: 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 10px; }

.c-form {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }
  .c-form.is--loading, .c-form.is--sending {
    pointer-events: none; }
    .c-form.is--loading *, .c-form.is--sending * {
      opacity: 0.4; }
    .c-form.is--loading::after, .c-form.is--sending::after {
      content: '';
      background-image: url(/assets_setup/img/loading.gif);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-position: center center;
      display: block;
      background-repeat: no-repeat;
      background-size: 100px; }
  .c-form.is--send {
    pointer-events: none; }

.form__errorbox {
  text-align: center;
  background-color: red;
  padding: 30px 0;
  color: #fff;
  margin-bottom: 30px;
  display: none; }
  .form__errorbox.is--active {
    display: block; }

.c-card {
  display: flex;
  flex-direction: column;
  color: #229fd4;
  background-color: #ebebeb;
  margin-bottom: 30px;
  height: 100%;
  text-decoration: none; }
  .c-card:hover {
    color: #229fd4;
    background-color: #ebebeb; }

.card--secondary {
  color: #ffffff;
  background-color: #229fd4; }
  .card--secondary:hover {
    color: #ffffff;
    background-color: #229fd4; }
  .card--secondary .card__title,
  .card--secondary .card__body {
    color: #ffffff; }
  .card--secondary .card__button {
    background-color: #114675; }

.card__type {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #000000; }

.card__image {
  background-color: #114675;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .card__image::after {
    content: '';
    padding-bottom: 60%;
    width: 100%;
    display: block; }

.card__content {
  padding: 15px;
  display: flex;
  height: 100%;
  flex-direction: column; }

.card__body {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000000; }

.card__heading {
  display: flex;
  flex-direction: column-reverse; }

.card__category {
  text-transform: uppercase;
  font-size: 1.4rem; }

.card__title {
  color: #229fd4;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 30px; }

.card__button {
  background-color: #229fd4;
  padding: 10px 25px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 1.4rem;
  margin-right: auto;
  margin-top: auto; }

.tabcordion--cooperheat .tab__tab {
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  color: #9a1f24;
  border: none;
  border-radius: 0; }
  .tabcordion--cooperheat .tab__tab:hover, .tabcordion--cooperheat .tab__tab.is--active {
    background-color: #9a1f24;
    color: #fff; }

.tabcordion--cooperheat .accordion__header {
  background-color: #9a1f24;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0; }

.tabcordion--cooperheat .tab__list {
  border-bottom: 1px solid #9a1f24; }

/*----------------
TEMPLATES:
Only if needed.

Use: Body class: .t-[template_name]
----------------*/
.t-cooperheat .full-background h1 {
  display: none; }

.t-cooperheat .col-intro a {
  color: #CE201E; }
  .t-cooperheat .col-intro a:hover {
    color: #9A1E24; }

.t-cooperheat .blue {
  background-color: #9A1E24 !important; }

.t-cooperheat .block-title {
  color: #CE201E; }

.t-cooperheat h1 {
  color: #9A1E24; }

.t-cooperheat p {
  color: #000 !important; }

.t-cooperheat .consent-box p {
  color: #fff !important; }

.t-cooperheat .consent-box p a {
  color: #fff !important;
  text-decoration: underline; }

.t-cooperheat .form__item-error {
  color: #fff; }

.t-cooperheat .btn-secondary {
  background-color: #CE201E !important; }
  .t-cooperheat .btn-secondary:hover {
    background-color: #9A1E24 !important; }

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