/*!
Theme Name: biore
Author: KSP
Author URI: https://kspch.ch/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: biore

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

biore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc;
  border-radius: 0; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
@font-face {
  font-family: HelveticaNeue;
  src: url(fonts/HelveticaNeueLTStd-Roman.otf); }

@font-face {
  font-family: HelveticaLight;
  src: url(fonts/Helvetica-Light.otf); }

html {
  font-size: 16px; }

body {
  font-family: HelveticaNeue;
  color: #000; }
  body.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%; }

a, a:visited, a:focus, a:active, a:hover {
  color: #000;
  text-decoration: none; }

h1.entry-title {
  font: normal 65px/89px HelveticaNeue;
  margin-bottom: 0px;
  margin-top: 0;
  position: relative;
  z-index: 9; }
  @media (max-width: 1199px) {
    h1.entry-title {
      font: normal 60px/70px HelveticaNeue; } }
  @media (max-width: 991px) {
    h1.entry-title {
      font: normal 45px/63px HelveticaNeue; } }
  @media (max-width: 767px) {
    h1.entry-title {
      font: normal 30px/40px HelveticaNeue; } }

h2 {
  font: normal 35px/40px HelveticaNeue;
  text-decoration: underline; }
  @media (max-width: 1199px) {
    h2 {
      font: normal 22px/32px HelveticaNeue; } }

h3 {
  font: normal 35px/40px HelveticaNeue; }
  @media (max-width: 1199px) {
    h3 {
      font: normal 22px/32px HelveticaNeue; } }

h4 {
  font: normal 20px/23px HelveticaNeue;
  text-decoration: underline; }

.single .post-thumbnail {
  margin-bottom: 50px; }

.post, .page {
  margin-bottom: 0; }

.container,
.entry-content > p,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.entry-content > p,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
  padding: 0 15px; }

@media (min-width: 768px) {
  .entry-content > p,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4 {
    width: 750px; } }

@media (min-width: 992px) {
  .entry-content > p,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4 {
    width: 970px; } }

@media (min-width: 1200px) {
  .entry-content > p,
  .entry-content > h1,
  .entry-content > h2,
  .entry-content > h3,
  .entry-content > h4 {
    width: 1170px; } }

.clearfix {
  clear: both; }

.content-area {
  margin-top: 50px; }

@media (max-width: 991px) and (min-width: 769px) {
  .content-area {
    margin-top: 100px; } }

.entry-content ul {
  margin: 15px 0;
  font: normal 20px/23px HelveticaNeue; }
  .entry-content ul li {
    margin-bottom: 10px; }

.split-container .half .block {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .split-container .half .block .block-content {
    margin-left: calc(50vw - 570px);
    position: relative;
    z-index: 10; }
    @media (max-width: 1199px) {
      .split-container .half .block .block-content {
        margin-left: calc(50vw - 470px); } }
    @media (max-width: 599px) {
      .split-container .half .block .block-content {
        width: 100%;
        max-width: 502px;
        margin-left: auto !important;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px !important; } }

@media (max-width: 599px) {
  .split-container .half.half-left {
    width: 100% !important; } }

.split-container .half.half-left .block .block-content {
  min-width: 570px;
  height: 100%;
  max-height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 1199px) {
    .split-container .half.half-left .block .block-content {
      min-width: 470px; } }
  @media (max-width: 991px) {
    .split-container .half.half-left .block .block-content {
      min-width: 0;
      margin-left: 15px; } }
  @media (max-width: 599px) {
    .split-container .half.half-left .block .block-content {
      padding-right: 15px;
      padding-bottom: 30px; } }
  @media (max-height: 769px) {
    .split-container .half.half-left .block .block-content {
      max-height: calc(100vh - 100px); } }
  .split-container .half.half-left .block .block-content .block-content-inner {
    width: 100%; }

.split-container .half.half-left .block .slide-title {
  font: normal 65px/89px HelveticaNeue;
  color: #000;
  padding-bottom: 30px;
  margin-top: 0;
  padding-right: 30px;
  cursor: pointer;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    .split-container .half.half-left .block .slide-title {
      font-size: 55px;
      line-height: 58px; } }
  @media (max-width: 991px) {
    .split-container .half.half-left .block .slide-title {
      font-size: 45px;
      line-height: 44px; } }
  @media (max-width: 599px) {
    .split-container .half.half-left .block .slide-title {
      padding-right: 0;
      color: #fff; } }
  @media (max-height: 769px) {
    .split-container .half.half-left .block .slide-title {
      padding-bottom: 15px;
      font: normal 35px/40px HelveticaNeue; } }

.split-container .half.half-left .block .more-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px; }
  .split-container .half.half-left .block .more-toggle:after, .split-container .half.half-left .block .more-toggle:before {
    content: '';
    background: #000;
    display: block;
    position: absolute; }
    @media (max-width: 599px) {
      .split-container .half.half-left .block .more-toggle:after, .split-container .half.half-left .block .more-toggle:before {
        background: #fff; } }
  .split-container .half.half-left .block .more-toggle:after {
    width: 6px;
    height: 40px;
    left: calc(50% - 3px);
    top: 0;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    @media (max-width: 1023px) {
      .split-container .half.half-left .block .more-toggle:after {
        width: 4px;
        left: calc(50% - 2px); } }
  .split-container .half.half-left .block .more-toggle:before {
    width: 40px;
    height: 6px;
    top: calc(50% - 3px); }
    @media (max-width: 1023px) {
      .split-container .half.half-left .block .more-toggle:before {
        height: 4px;
        top: calc(50% - 2px); } }
  .split-container .half.half-left .block .more-toggle.active:after {
    height: 0;
    top: 50%; }

.split-container .half.half-left .block .more-popup {
  background: #fff;
  z-index: 100;
  position: relative;
  min-width: 500px;
  display: none;
  margin-top: 30px; }
  @media (max-width: 599px) {
    .split-container .half.half-left .block .more-popup {
      min-width: 0;
      width: 100%; } }
  @media (max-width: 1199px) {
    .split-container .half.half-left .block .more-popup {
      min-width: 0; } }
  @media (max-height: 769px) {
    .split-container .half.half-left .block .more-popup {
      margin-top: 15px; } }
  @media (max-height: 429px) {
    .split-container .half.half-left .block .more-popup {
      width: 70vw; } }
  .split-container .half.half-left .block .more-popup .more-popup-content {
    padding: 15px; }
  .split-container .half.half-left .block .more-popup .more-image {
    display: inline-block;
    width: 150px; }
    .split-container .half.half-left .block .more-popup .more-image img {
      width: 100%; }
    @media (max-width: 599px) {
      .split-container .half.half-left .block .more-popup .more-image {
        width: 100px;
        float: left;
        margin-right: 15px; } }
    @media (max-height: 769px) {
      .split-container .half.half-left .block .more-popup .more-image {
        width: 100px;
        float: left;
        margin-right: 15px; } }
  .split-container .half.half-left .block .more-popup .more-content {
    display: inline-block;
    width: calc(100% - 155px);
    vertical-align: top;
    padding: 0 0 0 15px;
    font-size: 1.25em; }
    @media (max-width: 599px) {
      .split-container .half.half-left .block .more-popup .more-content {
        display: inline;
        font: normal 18px/20px HelveticaNeue;
        padding: 0; } }
    @media (max-height: 769px) {
      .split-container .half.half-left .block .more-popup .more-content {
        display: inline;
        font: normal 18px/20px HelveticaNeue;
        padding: 0; } }
    .split-container .half.half-left .block .more-popup .more-content .more-title {
      text-decoration: underline;
      margin-bottom: 15px; }
    .split-container .half.half-left .block .more-popup .more-content .more-text .more-link {
      display: block;
      margin-top: 10px;
      color: #60b1f0;
      text-decoration: underline; }
    @media (max-width: 599px) {
      .split-container .half.half-left .block .more-popup .more-content .more-text {
        display: inline; } }

.split-container .half.half-left .block .bottom-logos {
  margin-top: 30px;
  height: 80px;
  display: none; }
  .split-container .half.half-left .block .bottom-logos img {
    height: 100%;
    width: auto;
    margin-right: 5px; }

.split-container .half.half-left .block .ms-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (max-width: 599px) {
    .split-container .half.half-left .block .ms-tableCell {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (max-height: 769px) {
    .split-container .half.half-left .block .ms-tableCell {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .split-container .half.half-left .block .ms-tableCell .block-content {
        margin-bottom: 15px; } }

.split-container .half.half-left .half-left-background {
  position: absolute;
  left: 0;
  height: 100vh;
  width: calc(50vw - 300px);
  min-width: 160px; }
  @media (max-width: 1199px) {
    .split-container .half.half-left .half-left-background {
      width: calc(50vw - 200px); } }
  @media (max-width: 991px) {
    .split-container .half.half-left .half-left-background {
      width: 30vw; } }
  @media (max-width: 599px) {
    .split-container .half.half-left .half-left-background {
      display: none; } }

@media (max-width: 599px) {
  .split-container .half.half-right {
    width: 100% !important; } }

.split-container .half.half-right .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .split-container .half.half-right .block .ms-tableCell {
    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; }
    @media (max-width: 599px) {
      .split-container .half.half-right .block .ms-tableCell {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.split-container .half.half-right .block-right-content {
  width: 100%;
  max-width: 502px;
  margin-left: auto;
  margin-right: calc(50vw - 600px);
  max-height: 670px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-height: 579px) {
    .split-container .half.half-right .block-right-content {
      max-height: 100vh;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .split-container .half.half-right .block-right-content img, .split-container .half.half-right .block-right-content video {
    width: 100%; }
  @media (max-width: 1399px) {
    .split-container .half.half-right .block-right-content {
      margin-right: 30px; } }
  @media (max-width: 599px) {
    .split-container .half.half-right .block-right-content {
      margin-right: auto;
      padding: 0 15px;
      margin-bottom: 15px; } }

.site-header {
  width: 100%;
  z-index: 50;
  padding-top: 30px;
  position: absolute;
  top: 0; }
  @media (max-height: 769px) {
    .site-header {
      padding-top: 15px; } }
  .site-header .site-branding {
    display: inline-block;
    position: relative;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .site-header .site-branding img {
      height: 60px;
      width: auto; }
    .site-header .site-branding.menu-active {
      z-index: 250; }
  .site-header .menu_toggle {
    position: relative;
    float: right;
    cursor: pointer;
    display: inline-block;
    height: 61px;
    padding: 10px;
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.3); }
    .site-header .menu_toggle span.plus-open {
      position: relative;
      width: 40px;
      height: 33px;
      display: inline-block;
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .site-header .menu_toggle span.plus-open span {
        width: 40px;
        background: #000;
        display: block;
        position: absolute;
        height: 6px;
        left: 0;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .site-header .menu_toggle span.plus-open span:first-child {
        top: 0;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left; }
      .site-header .menu_toggle span.plus-open span:nth-child(2) {
        top: calc(50% - 3px); }
      .site-header .menu_toggle span.plus-open span:last-child {
        bottom: 0;
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left; }
    .site-header .menu_toggle.active {
      z-index: 250; }
      .site-header .menu_toggle.active .plus-open span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .site-header .menu_toggle.active .plus-open span:nth-child(2) {
        opacity: 0; }
      .site-header .menu_toggle.active .plus-open span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .site-header.scrolled .site-branding {
    top: -100px; }

.split-screen .site-header {
  position: fixed; }

@media (max-width: 991px) {
  .home .site-header .container {
    width: 100%; } }

.home #multiscroll-nav ul li {
  height: 28px;
  margin: 0; }
  .home #multiscroll-nav ul li a {
    outline: none; }
    .home #multiscroll-nav ul li a span {
      height: 28px;
      top: 0;
      left: 4px;
      width: 4px;
      border: 0;
      border-radius: 0; }
    .home #multiscroll-nav ul li a.active span {
      background: #000 !important; }

/*.home #main-menu-container.active {*/
/*  display: none; }*/

.home .wpml-lang-switcher {
  position: fixed;
  right: 5px;
  top: 5px;
  text-transform: uppercase; }
  @media (max-width: 1329px) {
    .home .wpml-lang-switcher {
      top: 44px;
      right: calc(50% - 490px); } }
  @media (max-width: 1199px) {
    .home .wpml-lang-switcher {
      right: calc(50% - 400px); } }
  @media (max-width: 991px) {
    .home .wpml-lang-switcher {
      right: 80px; } }
  @media (max-width: 349px) {
    .home .wpml-lang-switcher {
      right: 65px; } }
  @media (max-height: 768px) {
    .home .wpml-lang-switcher {
      top: 30px; } }

.not-home .wpml-lang-switcher {
  display: none; }

@media (max-width: 767px) {
  .not-home .wpml-lang-switcher {
    display: inline-block;
    position: absolute;
    top: 44px;
    text-transform: uppercase;
    right: 75px; } }

@media (max-width: 767px) and (max-height: 768px) {
  .not-home .wpml-lang-switcher {
    top: 30px; } }

#main-menu-container.active {
  display: inline-block;
  vertical-align: top;
  float: right;
  position: relative;
  border-top: 1px solid transparent;
  background: rgba(255, 255, 255, 0.3);
  padding-right: 5px; }
  @media (max-width: 991px) {
    #main-menu-container.active
    {
      /*margin-top: 15px;*/
      /*float: none;*/
      /*display: block;*/
      /*text-align: center; */
      display: none;
    } }
  @media (max-width: 767px) {
    #main-menu-container.active {
      display: none; } }
  #main-menu-container.active .container {
    width: auto;
    padding: 0; }
  #main-menu-container.active ul.menu {
    margin: 0;
    padding: 0;
    position: relative;
    opacity: 0;
    visibility: hidden; }
    #main-menu-container.active ul.menu li {
      display: inline-block;
      position: relative; }
      #main-menu-container.active ul.menu li img {
        display: none !important; }
      #main-menu-container.active ul.menu li a {
        font: normal 20px/23px HelveticaNeue;
        line-height: 60px;
        padding: 0 10px;
        color: #000;
        text-transform: none;
        text-decoration: none;
        display: block; }
        #main-menu-container.active ul.menu li a sup {
          display: inline-block;
          text-decoration: none; }
      #main-menu-container.active ul.menu li ul.sub-menu {
        display: none;
        margin-left: 0;
        padding-left: 0;
        width: 215px;
        background: #fff; }
        #main-menu-container.active ul.menu li ul.sub-menu li a {
          line-height: 35px; }
      #main-menu-container.active ul.menu li:hover ul.sub-menu {
        display: block;
        position: absolute; }
        #main-menu-container.active ul.menu li:hover ul.sub-menu li {
          display: block; }
      #main-menu-container.active ul.menu li.current-menu-item, #main-menu-container.active ul.menu li.current-menu-parent {
        text-decoration: underline; }
      @media (max-width: 1199px) {
        #main-menu-container.active ul.menu li a {
          font: normal 16px/18px HelveticaNeue;
          padding: 0 5px;
          line-height: 60px; } }
  @media (max-width: 991px) {
    #main-menu-container.active {
      border-top-color: #ddd; } }
  #main-menu-container.active ul.menu {
    opacity: 1;
    visibility: visible; }
  #main-menu-container.active .wpml-ls-item a span {
    text-decoration: underline;
    text-transform: uppercase; }
  #main-menu-container.active .legal-menu {
    display: none; }

#main-menu-container.full-active {
  background: #fff;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  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;
  padding-left: 100px;
  padding-top: 80px; }
  @media (max-width: 767px) {
    #main-menu-container.full-active {
      padding-left: 0;
      padding-bottom: 44px; }
      #main-menu-container.full-active .container {
        width: 90%; } }
  #main-menu-container.full-active ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    font: normal 65px/89px HelveticaNeue; }
    @media (max-height: 769px) {
      #main-menu-container.full-active ul {
        font: normal 60px/70px HelveticaNeue; } }
    @media (max-height: 599px) {
      #main-menu-container.full-active ul {
        font: normal 45px/63px HelveticaNeue; } }
    @media (max-height: 439px) {
      #main-menu-container.full-active ul {
        font: normal 30px/40px HelveticaNeue; } }
    @media (max-width: 1199px) {
      #main-menu-container.full-active ul {
        font: normal 60px/70px HelveticaNeue; } }
    @media (max-width: 991px) {
      #main-menu-container.full-active ul {
        font: normal 45px/63px HelveticaNeue; } }
    @media (max-width: 767px) {
      #main-menu-container.full-active ul {
        font: normal 30px/40px HelveticaNeue; } }
    @media (max-width: 575px) {
      #main-menu-container.full-active ul {
        font: normal 20px/23px HelveticaNeue; }
        #main-menu-container.full-active ul li {
          margin-bottom: 5px; } }
    @media (max-height: 639px) {
      #main-menu-container.full-active ul {
        font: normal 20px/23px HelveticaNeue; }
        #main-menu-container.full-active ul li {
          margin-bottom: 5px; } }
    #main-menu-container.full-active ul .sub-menu {
      font: normal 35px/40px HelveticaNeue;
      float: right;
      padding-left: 15px;
      vertical-align: top;
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      width: 500px; }
      @media (max-width: 991px) {
        #main-menu-container.full-active ul .sub-menu {
          font: normal 22px/32px HelveticaNeue; } }
      @media (max-width: 599px) {
        #main-menu-container.full-active ul .sub-menu {
          position: relative;
          left: 0;
          margin-bottom: 20px;
          float: none; } }
      @media (max-width: 575px) {
        #main-menu-container.full-active ul .sub-menu {
          font: normal 16px/18px HelveticaNeue;
          margin-top: 15px;
          margin-bottom: 10px; }
          #main-menu-container.full-active ul .sub-menu li {
            margin-bottom: 10px; } }
      @media (max-height: 639px) {
        #main-menu-container.full-active ul .sub-menu {
          font: normal 16px/18px HelveticaNeue; }
          #main-menu-container.full-active ul .sub-menu li {
            margin-bottom: 10px; } }
    #main-menu-container.full-active ul li {
      position: relative;
      width: auto;
      display: block; }
      #main-menu-container.full-active ul li img {
        position: fixed;
        display: none;
        width: 490px;
        z-index: -1;
        pointer-events: none;
        max-width: 50vw; }
      #main-menu-container.full-active ul li a {
        text-decoration: none;
        color: #000;
        display: block; }
      #main-menu-container.full-active ul li:hover .sub-menu {
        display: block; }
      /*#main-menu-container.full-active ul li.menu-item-has-children > a:after {*/
      /*  content: '+';*/
      /*  margin-left: 20px; }*/
    #main-menu-container.full-active ul .wpml-ls-item {
      display: none; }
  #main-menu-container.full-active.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #main-menu-container.full-active #legal-menu {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    #main-menu-container.full-active #legal-menu li {
      display: inline-block !important;
      padding: 0 5px; }
      #main-menu-container.full-active #legal-menu li a {
        font: normal 20px/23px HelveticaNeue; }

#multiscroll-nav {
  z-index: 40; }

body.is-mobile #main-menu-container.full-active ul li:hover .sub-menu {
  display: none; }

.menu_toggle.active {
  background: rgba(255, 255, 255, 0.3); }
  .menu_toggle.active .menu-open-label {
    display: none; }

.page-template-default .site-content,
.page-template-awards .site-content,
.page-template-news .site-content,
.page-template-remei .site-content,
.error404 .site-content,
.single .site-content,
.search-results .site-content {
  margin-top: 96px; }

.page-template-default .entry-title,
.page-template-awards .entry-title,
.page-template-news .entry-title,
.page-template-remei .entry-title,
.error404 .entry-title,
.single .entry-title,
.search-results .entry-title {
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .page-template-default .entry-title,
    .page-template-awards .entry-title,
    .page-template-news .entry-title,
    .page-template-remei .entry-title,
    .error404 .entry-title,
    .single .entry-title,
    .search-results .entry-title {
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .page-template-default .entry-title,
    .page-template-awards .entry-title,
    .page-template-news .entry-title,
    .page-template-remei .entry-title,
    .error404 .entry-title,
    .single .entry-title,
    .search-results .entry-title {
      margin-bottom: 0; } }

.easy-footnote-title {
  max-width: 1170px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }

.easy-footnotes-wrapper {
  max-width: 1170px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .easy-footnotes-wrapper li {
    margin-left: 15px;
    -webkit-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
  .easy-footnotes-wrapper:hover {
    color: #616161; }
    .easy-footnotes-wrapper:hover a {
      color: #616161; }
    .easy-footnotes-wrapper:hover li:hover {
      color: #000; }
      .easy-footnotes-wrapper:hover li:hover a {
        color: #000; }
  .easy-footnotes-wrapper a {
    text-decoration: underline; }

.masonry-layout article {
  float: left;
  clear: left;
  display: block; }

.masonry-layout.masonry-col-2 article {
  width: 49%;
  margin: 0;
  margin-bottom: 50px; }
  .masonry-layout.masonry-col-2 article.right {
    float: right;
    clear: right; }
  .masonry-layout.masonry-col-2 article:nth-child(2) {
    padding-top: 150px; }

.page-template-news a, .page-template-news a:visited, .page-template-news a:hover, .page-template-news a:active, .page-template-news a:focus {
  color: #000; }

.page-template-news article {
  margin-bottom: 100px; }
  .page-template-news article .news-title {
    text-decoration: none;
    font: normal 35px/40px HelveticaNeue; }
  .page-template-news article .news-caption {
    font: normal 20px/23px HelveticaNeue; }
  .page-template-news article .news-description {
    font: normal 20px/23px HelveticaNeue; }

.page-template-news .entry-title {
  margin-bottom: 50px; }

.page-template-remei .entry-title {
  display: none; }

.page-template-remei .remei-logo {
  margin-bottom: 30px; }

.page-template-remei .remei-images {
  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; }
  .page-template-remei .remei-images .col-5ths {
    max-height: 290px;
    overflow: hidden; }

.page-template-remei .remei-title {
  text-align: center;
  font: normal 65px/89px HelveticaNeue;
  font-size: 60px;
  padding: 50px 0; }

.page-template-remei .remei-text-cols {
  margin-top: 80px;
  margin-bottom: 50px; }
  .page-template-remei .remei-text-cols p:first-child {
    margin-top: 0; }
  .page-template-remei .remei-text-cols .left-col {
    font: normal 35px/40px HelveticaNeue; }
    .page-template-remei .remei-text-cols .left-col a, .page-template-remei .remei-text-cols .left-col a:visited, .page-template-remei .remei-text-cols .left-col a:focus, .page-template-remei .remei-text-cols .left-col a:active, .page-template-remei .remei-text-cols .left-col a:hover {
      color: #000;
      text-decoration: none; }

.page-template-remei .remei-footer {
  padding: 50px 0;
  background: #F39883; }
  .page-template-remei .remei-footer .footer-big-text {
    font: normal 35px/40px HelveticaNeue;
    margin-bottom: 50px; }
  .page-template-remei .remei-footer p {
    margin: 0; }

.wp-block-three-column-with-image.footer-siblings .row, .wp-block-three-column-with-image.parent-with-children .row {
  margin-bottom: 80px; }
  .wp-block-three-column-with-image.footer-siblings .row:last-child, .wp-block-three-column-with-image.parent-with-children .row:last-child {
    margin-bottom: 0; }

.wp-block-three-column-with-image.parent-with-children, .wp-block-three-column-with-image.footer-siblings {
  padding-top: 50px;
  padding-bottom: 0px; }

footer.site-footer {
  padding: 50px 0; }
  footer.site-footer .footer-big-text {
    font: normal 35px/40px HelveticaNeue;
    margin-bottom: 50px; }
  footer.site-footer p {
    margin: 0; }
  @media (max-width: 991px) {
    footer.site-footer .footer-col {
      margin-bottom: 30px; } }

.page-template-awards .entry-title {
  margin-bottom: 50px; }

.page-template-awards .award-title {
  font: normal 35px/40px HelveticaNeue;
  text-decoration: none; }

.page-template-awards .award-description {
  font: normal 20px/23px HelveticaNeue; }

a.post-readmore-modal {
  color: #60b1f0;
  text-decoration: underline; }

.modals-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: scroll;
  padding: 50px; }
  @media (max-width: 459px) {
    .modals-holder {
      padding: 20px; } }
  .modals-holder .modal-overlay {
    display: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .modals-holder .single-modal {
    display: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    z-index: 20;
    position: relative;
    padding: 15px;
    padding-bottom: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-animation: slide-down .3s ease-out;
    animation: slide-down .3s ease-out; }
    .modals-holder .single-modal.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media (max-width: 575px) {
        .modals-holder .single-modal.active {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .modals-holder .single-modal.active .modal-image {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; } }
    .modals-holder .single-modal:after {
      content: "";
      display: table;
      clear: both; }
    .modals-holder .single-modal .modal-image {
      margin-right: 15px;
      margin-bottom: 15px;
      max-width: 45%;
      height: auto;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      @media (max-width: 575px) {
        .modals-holder .single-modal .modal-image {
          width: 100%;
          max-width: 300px;
          margin-right: 0; } }
    .modals-holder .single-modal .modal-text {
      margin-bottom: 15px;
      width: 100%; }
      @media (max-width: 575px) {
        .modals-holder .single-modal .modal-text {
          max-width: 100%; } }
      .modals-holder .single-modal .modal-text p:last-child {
        margin-bottom: 0; }
      .modals-holder .single-modal .modal-text p:first-child {
        margin-top: 0; }
      .modals-holder .single-modal .modal-text ul {
        overflow: hidden;
        padding-left: 20px;
        margin-left: 0; }
    .modals-holder .single-modal .modal-close {
      position: absolute;
      top: -10px;
      right: -10px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background-color: #fff;
      border-radius: 50%;
      padding: 5px; }
      .modals-holder .single-modal .modal-close svg {
        width: 100%;
        height: 100%;
        vertical-align: top; }
        .modals-holder .single-modal .modal-close svg path {
          -webkit-transition: all 200ms ease-in-out;
          -o-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
      .modals-holder .single-modal .modal-close:hover path {
        fill: #000 !important; }
  .modals-holder.active {
    display: block;
    z-index: 999;
    margin-bottom: 0; }
    .modals-holder.active .modal-overlay {
      z-index: 10;
      display: block; }

.filter-anchors ul.classes .alle-btn {
  display: none; }

@media (max-width: 470px) {
  .filter-anchors ul.alle {
    display: none; }
  .filter-anchors ul.classes .alle-btn {
    display: inline-block; } }

.filter-anchors nav {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd; }

.filter-anchors ul {
  list-style: none;
  margin: 0;
  padding: 25px 0 10px 0;
  display: inline-block; }
  .filter-anchors ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px; }
    @media (max-width: 469px) {
      .filter-anchors ul li {
        display: block; } }
    .filter-anchors ul li button {
      background: transparent;
      border: 0;
      border-bottom: 2px solid transparent;
      border-radius: 0;
      font: normal 20px/23px HelveticaNeue;
      outline: none; }
      .filter-anchors ul li button:hover, .filter-anchors ul li button.active {
        border-bottom: 2px solid #000; }
      @media (max-width: 767px) {
        .filter-anchors ul li button {
          padding: 0.3em 0.4em 0.3em; } }
  @media (min-width: 471px) {
    .filter-anchors ul.classes {
      max-width: calc(100% - 96px); } }
  .filter-anchors ul.alle {
    float: left; }
    @media (max-width: 469px) {
      .filter-anchors ul.alle {
        float: none; } }

.wp-block-three-column-with-image .news-filter .single-column {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .wp-block-three-column-with-image .news-filter .single-column {
      margin-bottom: 50px; } }
  .wp-block-three-column-with-image .news-filter .single-column .news-date {
    font: normal 20px/23px HelveticaNeue;
    margin-bottom: 15px; }
    @media (max-width: 1199px) {
      .wp-block-three-column-with-image .news-filter .single-column .news-date {
        font: normal 16px/18px HelveticaNeue; } }
  .wp-block-three-column-with-image .news-filter .single-column h3 {
    margin-bottom: 15px; }
  .wp-block-three-column-with-image .news-filter .single-column .news-excerpt {
    font: normal 20px/23px HelveticaNeue; }
    @media (max-width: 1199px) {
      .wp-block-three-column-with-image .news-filter .single-column .news-excerpt {
        font: normal 16px/18px HelveticaNeue; } }

.only-tablet {
  display: none; }
  @media (max-width: 991px) {
    .only-tablet {
      display: block !important; } }

.slick-slider .slick-dots {
  bottom: 0; }
  .slick-slider .slick-dots li {
    width: 30px;
    height: 5px;
    padding: 0;
    margin: 0;
    margin-right: 1px; }
    .slick-slider .slick-dots li button {
      width: 30px;
      height: 5px;
      padding: 0; }
      .slick-slider .slick-dots li button:before {
        content: '';
        background: #fff;
        width: 30px;
        height: 5px;
        opacity: 1; }
    .slick-slider .slick-dots li.slick-active button:before {
      background: #a0202c; }

.slick-slider .slick-next,
.slick-slider .slick-prev {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .slick-slider .slick-next:before,
  .slick-slider .slick-prev:before {
    font-family: 'dashicons';
    font-size: 30px;
    position: absolute;
    line-height: 31px;
    top: 0;
    left: 0;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }

.slick-slider .slick-next {
  right: 5px; }
  .slick-slider .slick-next:before {
    content: "\f345"; }

.slick-slider .slick-prev {
  left: 5px;
  z-index: 10; }
  .slick-slider .slick-prev:before {
    content: "\f341"; }

.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  border: 1px solid white; }
  .slick-slider:hover .slick-next:before,
  .slick-slider:hover .slick-prev:before {
    opacity: 1; }

.error-404 .page-content {
  text-align: center;
  margin-bottom: 50px; }
  .error-404 .page-content a {
    margin-top: 50px; }

.error-404 .image-404 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.button {
  padding: 10px 35px;
  position: relative;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
  font-size: 16px !important;
  cursor: pointer; }
  .button:after {
    content: '';
    position: absolute;
    background: #6CACDD;
    width: 35%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .button:hover {
    -webkit-box-shadow: 7px 8px 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 7px 8px 8px 0px rgba(0, 0, 0, 0.05); }

.site-content a {
  color: #337ab7;
  text-decoration: underline; }

.social-side {
  position: fixed;
  right: 0;
  bottom: 10vh;
  display: inline-block;
  z-index: 40; }
  .social-side .social-icons .social-icon {
    margin-bottom: 3px;
    text-align: right;
    -webkit-transition: margin-right 300ms ease-in-out;
    -o-transition: margin-right 300ms ease-in-out;
    transition: margin-right 300ms ease-in-out;
    position: relative; }
    .social-side .social-icons .social-icon .tooltip {
      position: absolute;
      right: 25px;
      white-space: nowrap;
      top: 10px;
      background: #848484;
      color: #fff;
      padding: 0 10px;
      border-radius: 3px;
      font-size: 0.8em;
      line-height: 20px;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
      -o-transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
      transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28); }
      .social-side .social-icons .social-icon .tooltip:after {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background: #848484;
        left: calc(100% - 3px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px; }
    .social-side .social-icons .social-icon:hover .tooltip {
      right: 45px;
      opacity: 1; }
    .social-side .social-icons .social-icon .icon {
      width: 40px;
      height: 40px;
      background: white;
      padding: 10px;
      display: inline-block;
      -webkit-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      .social-side .social-icons .social-icon .icon svg {
        width: 100%;
        height: 100%;
        fill: #fff; }
    .social-side .social-icons .social-icon.instagram {
      display: none; }
      .social-side .social-icons .social-icon.instagram .icon {
        background: #D62976; }
      .social-side .social-icons .social-icon.instagram:hover .icon {
        background: #fff; }
        .social-side .social-icons .social-icon.instagram:hover .icon svg {
          fill: #D62976; }
    .social-side .social-icons .social-icon.search .icon {
      background: #A9B5C7; }
    .social-side .social-icons .social-icon.search .content {
      background: #A9B5C7;
      width: 250px;
      overflow: hidden;
      -webkit-transition: 400ms ease-in-out;
      -o-transition: 400ms ease-in-out;
      transition: 400ms ease-in-out;
      margin-right: -255px; }
      .social-side .social-icons .social-icon.search .content input[type="submit"] {
        width: 65px;
        background: transparent;
        border: 0;
        color: #fff;
        padding: 0;
        text-align: center;
        font-family: HelveticaLight;
        font-size: 15px; }
      .social-side .social-icons .social-icon.search .content input[type="search"] {
        width: calc(100% - 70px);
        font-family: HelveticaLight; }
    .social-side .social-icons .social-icon.search:hover {
      background: #A9B5C7;
      margin-right: -45px; }
      .social-side .social-icons .social-icon.search:hover .content {
        margin-right: 0; }
    .social-side .social-icons .social-icon.newsletter {
      display: none; }
      .social-side .social-icons .social-icon.newsletter .icon {
        background: #AFCEBF; }
      .social-side .social-icons .social-icon.newsletter:hover .icon {
        background: #fff; }
        .social-side .social-icons .social-icon.newsletter:hover .icon svg {
          fill: #AFCEBF; }
    .social-side .social-icons .social-icon.stories .icon {
      background: #60b1f0; }
    .social-side .social-icons .social-icon.stories:hover .icon {
      background: #fff; }
      .social-side .social-icons .social-icon.stories:hover .icon svg {
        fill: #60b1f0; }
    .social-side .social-icons .social-icon:last-child {
      margin-bottom: 0; }
    .social-side .social-icons .social-icon .content {
      display: inline-block;
      height: 40px;
      vertical-align: top;
      height: 40px;
      margin-right: -4px;
      padding: 5px; }
      .social-side .social-icons .social-icon .content input {
        height: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

.search-results .wp-block-three-column-with-image article img {
  margin-bottom: 30px; }

.search-results .wp-block-three-column-with-image article h3 {
  margin-bottom: 15px; }

.mc4wp-form, div.wpcf7 {
  background-color: #B2BBB8;
  padding: 50px 0; }
  .mc4wp-form .mc4wp-form-fields, .mc4wp-form .mc4wp-response, .mc4wp-form .wpcf7-form, div.wpcf7 .mc4wp-form-fields, div.wpcf7 .mc4wp-response, div.wpcf7 .wpcf7-form {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px; }
    @media (min-width: 769px) {
      .mc4wp-form .mc4wp-form-fields, .mc4wp-form .mc4wp-response, .mc4wp-form .wpcf7-form, div.wpcf7 .mc4wp-form-fields, div.wpcf7 .mc4wp-response, div.wpcf7 .wpcf7-form {
        width: 750px; } }
    @media (min-width: 993px) {
      .mc4wp-form .mc4wp-form-fields, .mc4wp-form .mc4wp-response, .mc4wp-form .wpcf7-form, div.wpcf7 .mc4wp-form-fields, div.wpcf7 .mc4wp-response, div.wpcf7 .wpcf7-form {
        width: 970px; } }
    @media (min-width: 1201px) {
      .mc4wp-form .mc4wp-form-fields, .mc4wp-form .mc4wp-response, .mc4wp-form .wpcf7-form, div.wpcf7 .mc4wp-form-fields, div.wpcf7 .mc4wp-response, div.wpcf7 .wpcf7-form {
        width: 1170px; } }
  .mc4wp-form .mc4wp-response, div.wpcf7 .mc4wp-response {
    padding: 0 15px; }
  .mc4wp-form .newsletter-wrapper, .mc4wp-form .mc4wp-response, div.wpcf7 .newsletter-wrapper, div.wpcf7 .mc4wp-response {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575px) {
      .mc4wp-form .newsletter-wrapper, .mc4wp-form .mc4wp-response, div.wpcf7 .newsletter-wrapper, div.wpcf7 .mc4wp-response {
        display: block; } }
    .mc4wp-form .newsletter-wrapper .newsletter-row, .mc4wp-form .mc4wp-response .newsletter-row, div.wpcf7 .newsletter-wrapper .newsletter-row, div.wpcf7 .mc4wp-response .newsletter-row {
      margin-bottom: 20px;
      float: left;
      width: 100%; }
      .mc4wp-form .newsletter-wrapper .newsletter-row:after, .mc4wp-form .mc4wp-response .newsletter-row:after, div.wpcf7 .newsletter-wrapper .newsletter-row:after, div.wpcf7 .mc4wp-response .newsletter-row:after {
        content: '';
        display: block;
        clear: both; }
    .mc4wp-form .newsletter-wrapper .newsletter-form-wrapper, .mc4wp-form .mc4wp-response .newsletter-form-wrapper, div.wpcf7 .newsletter-wrapper .newsletter-form-wrapper, div.wpcf7 .mc4wp-response .newsletter-form-wrapper {
      display: inline-block;
      width: calc(80% - 5px); }
      @media (max-width: 575px) {
        .mc4wp-form .newsletter-wrapper .newsletter-form-wrapper, .mc4wp-form .mc4wp-response .newsletter-form-wrapper, div.wpcf7 .newsletter-wrapper .newsletter-form-wrapper, div.wpcf7 .mc4wp-response .newsletter-form-wrapper {
          width: 100%; } }
    .mc4wp-form .newsletter-wrapper input[type="text"], .mc4wp-form .newsletter-wrapper input[type="email"], .mc4wp-form .newsletter-wrapper select, .mc4wp-form .mc4wp-response input[type="text"], .mc4wp-form .mc4wp-response input[type="email"], .mc4wp-form .mc4wp-response select, div.wpcf7 .newsletter-wrapper input[type="text"], div.wpcf7 .newsletter-wrapper input[type="email"], div.wpcf7 .newsletter-wrapper select, div.wpcf7 .mc4wp-response input[type="text"], div.wpcf7 .mc4wp-response input[type="email"], div.wpcf7 .mc4wp-response select {
      display: block;
      width: 100%;
      height: 52px;
      padding: 0 10px;
      border: 0;
      background: #EFEFEF; }
    .mc4wp-form .newsletter-wrapper .newsletter-name-field, .mc4wp-form .mc4wp-response .newsletter-name-field, div.wpcf7 .newsletter-wrapper .newsletter-name-field, div.wpcf7 .mc4wp-response .newsletter-name-field {
      display: inline-block;
      width: 50%;
      float: left; }
      .mc4wp-form .newsletter-wrapper .newsletter-name-field.first-name, .mc4wp-form .mc4wp-response .newsletter-name-field.first-name, div.wpcf7 .newsletter-wrapper .newsletter-name-field.first-name, div.wpcf7 .mc4wp-response .newsletter-name-field.first-name {
        padding-right: 15px; }
        @media (max-width: 429px) {
          .mc4wp-form .newsletter-wrapper .newsletter-name-field.first-name, .mc4wp-form .mc4wp-response .newsletter-name-field.first-name, div.wpcf7 .newsletter-wrapper .newsletter-name-field.first-name, div.wpcf7 .mc4wp-response .newsletter-name-field.first-name {
            padding-right: 0;
            margin-bottom: 20px; } }
      @media (max-width: 429px) {
        .mc4wp-form .newsletter-wrapper .newsletter-name-field, .mc4wp-form .mc4wp-response .newsletter-name-field, div.wpcf7 .newsletter-wrapper .newsletter-name-field, div.wpcf7 .mc4wp-response .newsletter-name-field {
          width: 100%;
          float: none; } }
    .mc4wp-form .newsletter-wrapper label, .mc4wp-form .mc4wp-response label, div.wpcf7 .newsletter-wrapper label, div.wpcf7 .mc4wp-response label {
      display: block;
      line-height: 30px;
      font-size: 19px;
      font-weight: bold; }
    .mc4wp-form .newsletter-wrapper .newsletter-submit, .mc4wp-form .mc4wp-response .newsletter-submit, div.wpcf7 .newsletter-wrapper .newsletter-submit, div.wpcf7 .mc4wp-response .newsletter-submit {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-top: 40px;
      margin-bottom: 10px;
      margin-left: 20px; }
      @media (max-width: 575px) {
        .mc4wp-form .newsletter-wrapper .newsletter-submit, .mc4wp-form .mc4wp-response .newsletter-submit, div.wpcf7 .newsletter-wrapper .newsletter-submit, div.wpcf7 .mc4wp-response .newsletter-submit {
          width: 100%;
          padding-top: 20px;
          margin-left: 0; } }
      .mc4wp-form .newsletter-wrapper .newsletter-submit input[type="submit"], .mc4wp-form .mc4wp-response .newsletter-submit input[type="submit"], div.wpcf7 .newsletter-wrapper .newsletter-submit input[type="submit"], div.wpcf7 .mc4wp-response .newsletter-submit input[type="submit"] {
        position: absolute;
        top: 30px;
        left: 0;
        height: calc(100% - 40px);
        width: 100%;
        font-size: 20px;
        border: 0;
        background: #efefef;
        padding: 0;
        font-weight: normal; }
        @media (max-width: 575px) {
          .mc4wp-form .newsletter-wrapper .newsletter-submit input[type="submit"], .mc4wp-form .mc4wp-response .newsletter-submit input[type="submit"], div.wpcf7 .newsletter-wrapper .newsletter-submit input[type="submit"], div.wpcf7 .mc4wp-response .newsletter-submit input[type="submit"] {
            padding: 15px 0;
            position: static; } }

span.wpcf7-not-valid-tip {
  display: inline-block;
  background: #a0202c;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  padding: 5px 5px 0;
  position: relative;
  margin-top: 3px; }
  span.wpcf7-not-valid-tip:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #a0202c;
    position: absolute;
    top: -5px;
    left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%); }

div.wpcf7-response-output {
  padding: 0.2em 1em 0; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #a0202c;
  background: #a0202c;
  color: #fff; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
  color: #fff; }

.load-more-btn {
  text-align: center; }

@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100%; } }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.wp {
  padding: 0 80px 0 15px; }
  @media (max-width: 767px) {
    .wp {
      padding: 0 15px; } }

.col-5ths {
  width: 20%;
  padding: 0 15px;
  float: left; }

/*--------------------------------------------------------------
# First section
--------------------------------------------------------------*/
.wp-block-biore-first-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ffffff;
  margin-top: 32px;
  margin-bottom: 50px; }
  .wp-block-biore-first-section ul, .wp-block-biore-first-section li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .wp-block-biore-first-section .right-image-image {
    max-height: 780px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .wp-block-biore-first-section .right-image-image {
        margin-top: 30px !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: visible; } }
    .wp-block-biore-first-section .right-image-image video {
      width: 100%;
      margin-right: -30px; }
      @media (max-width: 991px) {
        .wp-block-biore-first-section .right-image-image video {
          margin-right: 0;
          max-width: 490px; } }
    .wp-block-biore-first-section .right-image-image .first-section-background {
      width: calc(100% + 30px);
      height: 780px;
      background-size: cover;
      margin-right: -30px;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 1199px) {
        .wp-block-biore-first-section .right-image-image .first-section-background {
          height: 647px; } }
      @media (max-width: 991px) {
        .wp-block-biore-first-section .right-image-image .first-section-background {
          display: none; } }
      .wp-block-biore-first-section .right-image-image .first-section-background.imaged {
        display: none; }
        @media (max-width: 991px) {
          .wp-block-biore-first-section .right-image-image .first-section-background.imaged {
            display: inline-block;
            width: 100%;
            margin-right: 0;
            max-width: 490px;
            height: auto; }
            .wp-block-biore-first-section .right-image-image .first-section-background.imaged .slick-next {
              right: 5px !important; } }
      .wp-block-biore-first-section .right-image-image .first-section-background .gallery-slider {
        height: 100%; }
        .wp-block-biore-first-section .right-image-image .first-section-background .gallery-slider * {
          outline: none; }
        .wp-block-biore-first-section .right-image-image .first-section-background .gallery-slider .slick-next {
          right: 20px; }
        .wp-block-biore-first-section .right-image-image .first-section-background .gallery-slider .slick-list {
          height: 100%; }
          .wp-block-biore-first-section .right-image-image .first-section-background .gallery-slider .slick-list .slick-track {
            height: 100%; }
            .wp-block-biore-first-section .right-image-image .first-section-background .gallery-slider .slick-list .slick-track li {
              height: 100%;
              background-size: cover; }
  .wp-block-biore-first-section .right-image-content h3 {
    margin: 0px;
    padding: 0px;
    font: normal 35px/40px HelveticaNeue;
    margin-bottom: 50px; }
  .wp-block-biore-first-section .right-image-content h5 {
    text-transform: uppercase;
    font: normal 20px/23px HelveticaNeue;
    margin-bottom: 20px; }
  .wp-block-biore-first-section .right-image-content h2 {
    margin: 0; }
  .wp-block-biore-first-section .right-image-content p {
    margin: 0px;
    padding: 8px 0px;
    font: normal 20px/23px HelveticaNeue; }
    @media (max-width: 1199px) {
      .wp-block-biore-first-section .right-image-content p {
        font: normal 18px/20px HelveticaNeue; } }
  .wp-block-biore-first-section .right-image-content .big {
    font: normal 35px/40px HelveticaNeue; }
    @media (max-width: 1199px) {
      .wp-block-biore-first-section .right-image-content .big {
        font: normal 22px/32px HelveticaNeue; } }
    .wp-block-biore-first-section .right-image-content .big p {
      font: inherit; }
  .wp-block-biore-first-section .row {
    width: calc(100% + 30px); }

/*--------------------------------------------------------------
# 2 column section with images
--------------------------------------------------------------*/
.wp-block-two-columns-with-image {
  margin-bottom: 50px; }
  .wp-block-two-columns-with-image .two-col-image {
    max-height: 350px;
    overflow: hidden;
    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;
    margin-bottom: 20px; }
  .wp-block-two-columns-with-image img {
    width: 100%; }
  .wp-block-two-columns-with-image h2 {
    margin: 0;
    margin-bottom: 20px;
    font: normal 35px/40px HelveticaNeue; }
    @media (max-width: 1199px) {
      .wp-block-two-columns-with-image h2 {
        font: normal 22px/32px HelveticaNeue; } }
  @media (max-width: 767px) {
    .wp-block-two-columns-with-image .left-col {
      margin-bottom: 50px; } }
  .wp-block-two-columns-with-image.left-yellow .two-col-image {
    max-height: none;
    max-width: 100%; }
  .wp-block-two-columns-with-image.left-yellow .left-col {
    padding: 40px;
    margin-left: 15px;
    margin-right: 25px;
    background: #fff292;
    width: calc(50% - 40px); }
    @media (max-width: 991px) {
      .wp-block-two-columns-with-image.left-yellow .left-col {
        padding: 15px; } }
    @media (max-width: 767px) {
      .wp-block-two-columns-with-image.left-yellow .left-col {
        width: 100%;
        margin: 0;
        margin-bottom: 15px; } }
  .wp-block-two-columns-with-image .two-col-text {
    font: normal 35px/40px HelveticaNeue; }
    @media (max-width: 1199px) {
      .wp-block-two-columns-with-image .two-col-text {
        font: normal 22px/32px HelveticaNeue; } }

/*--------------------------------------------------------------
# 2 column section with images with links
--------------------------------------------------------------*/
.wp-block-two-column-with-link {
  margin-bottom: 50px;
  padding: 100px 0; }
  .wp-block-two-column-with-link .two-col-image {
    margin-bottom: 20px; }
  .wp-block-two-column-with-link .section-title {
    font: normal 65px/89px HelveticaNeue;
    margin: 0;
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .wp-block-two-column-with-link .section-title {
        font: normal 60px/70px HelveticaNeue;
        margin-bottom: 20px; } }
  .wp-block-two-column-with-link .h2 {
    margin: 0;
    margin-bottom: 20px;
    font: normal 35px/40px HelveticaNeue; }
    @media (max-width: 1199px) {
      .wp-block-two-column-with-link .h2 {
        font: normal 22px/32px HelveticaNeue; } }
  .wp-block-two-column-with-link a {
    color: #000;
    text-decoration: none; }
  .wp-block-two-column-with-link.has-background {
    background: #FFF292; }

/*--------------------------------------------------------------
# image left or right
--------------------------------------------------------------*/
.wp-block-image-left {
  margin-bottom: 50px; }
  .wp-block-image-left .large-text {
    font: normal 35px/40px HelveticaNeue; }
    @media (max-width: 1199px) {
      .wp-block-image-left .large-text {
        font: normal 22px/32px HelveticaNeue; } }
    .wp-block-image-left .large-text p, .wp-block-image-left .large-text h2 {
      margin: 0; }
  .wp-block-image-left .small-text {
    font: normal 20px/23px HelveticaNeue; }
    .wp-block-image-left .small-text p, .wp-block-image-left .small-text h2 {
      margin: 0; }
  .wp-block-image-left .small-text + .large-text,
  .wp-block-image-left .large-text + .small-text {
    margin-top: 20px; }
  .wp-block-image-left a {
    color: #337ab7;
    text-decoration: underline; }
  .wp-block-image-left ul.gallery-slider {
    margin: 0;
    padding: 0; }
    .wp-block-image-left ul.gallery-slider * {
      outline: none; }
  @media (max-width: 767px) {
    .wp-block-image-left.image-left .row > div:first-child {
      margin-bottom: 30px; } }
  .wp-block-image-left img.image-two {
    margin-top: 15px; }
  .wp-block-image-left .caption {
    padding: 10px 0; }

/*--------------------------------------------------------------
# three columns with links
--------------------------------------------------------------*/
.wp-block-three-column-with-image {
  margin-bottom: 50px;
  padding: 100px 0; }
  @media (max-width: 1199px) {
    .wp-block-three-column-with-image {
      padding: 50px 0; } }
  .wp-block-three-column-with-image a, .wp-block-three-column-with-image a:visited, .wp-block-three-column-with-image a:focus, .wp-block-three-column-with-image a:hover {
    color: #000;
    text-decoration: none;
    font: normal 35px/40px HelveticaNeue; }
    @media (max-width: 1199px) {
      .wp-block-three-column-with-image a, .wp-block-three-column-with-image a:visited, .wp-block-three-column-with-image a:focus, .wp-block-three-column-with-image a:hover {
        font: normal 22px/32px HelveticaNeue; } }
  .wp-block-three-column-with-image h2 {
    font: normal 65px/89px HelveticaNeue;
    text-decoration: none;
    margin: 0;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .wp-block-three-column-with-image h2 {
        font: normal 60px/70px HelveticaNeue; } }
    @media (max-width: 991px) {
      .wp-block-three-column-with-image h2 {
        font: normal 45px/63px HelveticaNeue; } }
    @media (max-width: 767px) {
      .wp-block-three-column-with-image h2 {
        font: normal 30px/40px HelveticaNeue; } }
  .wp-block-three-column-with-image h3 {
    margin: 0; }
  .wp-block-three-column-with-image .two-col-image {
    max-height: 250px;
    overflow: hidden;
    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;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .wp-block-three-column-with-image .two-col-image {
        display: block; } }
  .wp-block-three-column-with-image .single-column {
    margin-bottom: 50px; }
    .wp-block-three-column-with-image .single-column:nth-child(3n+1) {
      clear: left; }
    @media (max-width: 991px) {
      .wp-block-three-column-with-image .single-column:nth-child(3n+1) {
        clear: none; }
      .wp-block-three-column-with-image .single-column:nth-child(2n+1) {
        clear: left; } }
  .wp-block-three-column-with-image.has-background {
    background: #EFE6DD; }

/*--------------------------------------------------------------
# three columns with links
--------------------------------------------------------------*/
.wp-block-large-text-under-title {
  margin-bottom: 50px;
  font: normal 35px/40px HelveticaNeue; }
  @media (max-width: 1199px) {
    .wp-block-large-text-under-title {
      font: normal 22px/32px HelveticaNeue; } }

/*--------------------------------------------------------------
# trace-tool
--------------------------------------------------------------*/
.wp-block-trace-tool-container {
  margin-bottom: 50px;
  background: #B2BBB8;
  padding: 40px;
  color: #000;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1199px) {
    .wp-block-trace-tool-container {
      max-width: none; } }
  @media (max-width: 369px) {
    .wp-block-trace-tool-container {
      padding: 40px 0px; } }
  .wp-block-trace-tool-container .trace-tool-image {
    display: inline-block;
    vertical-align: top;
    max-width: 190px; }
    @media (max-width: 549px) {
      .wp-block-trace-tool-container .trace-tool-image {
        display: block;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 20px;
        text-align: center; } }
  .wp-block-trace-tool-container .trace-tool-content {
    display: inline-block;
    width: calc(100% - 190px);
    padding: 0 30px;
    vertical-align: top;
    max-width: 600px; }
    @media (max-width: 549px) {
      .wp-block-trace-tool-container .trace-tool-content {
        display: block;
        max-width: none;
        width: 100%;
        padding: 0; } }
    .wp-block-trace-tool-container .trace-tool-content .trace-tool-title {
      font-size: 35px;
      margin-bottom: 10px;
      font-weight: bold; }
      @media (max-width: 639px) {
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-title {
          font-size: 28px; } }
      @media (max-width: 549px) {
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-title {
          text-align: center; } }
    .wp-block-trace-tool-container .trace-tool-content .trace-tool-form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 639px) {
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form {
          display: inline-block; } }
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form input[type="text"],
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form select {
        display: block;
        width: 100%;
        height: 52px;
        padding: 0 10px;
        border: 0;
        background: #EFEFEF; }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form input[type="text"]:focus,
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form select:focus {
          background: #fff; }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form input[type="text"].error,
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form select.error {
          background: pink; }
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label {
        display: block;
        line-height: 30px;
        font-size: 19px;
        font-weight: bold; }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.full {
          margin-bottom: 10px; }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.half {
          width: calc(50% - 10px);
          display: inline-block;
          vertical-align: top;
          margin-right: 10px; }
          @media (max-width: 767px) {
            .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.half {
              width: 100%;
              margin-bottom: 10px; } }
          .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.half:last-child {
            margin-left: 10px;
            margin-right: 0; }
            @media (max-width: 767px) {
              .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.half:last-child {
                margin-left: 0;
                margin-bottom: 0px; } }
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-fields {
        width: 80%;
        display: inline-block;
        padding-right: 20px; }
        @media (max-width: 639px) {
          .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-fields {
            width: 100%;
            padding: 0; } }
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-button {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-top: 40px; }
        @media (max-width: 639px) {
          .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-button {
            width: 100%;
            padding-top: 15px; } }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-button button {
          position: absolute;
          top: 30px;
          left: 0;
          height: calc(100% - 30px);
          width: 100%;
          font-size: 20px;
          border: 0;
          background: #efefef;
          padding: 0;
          border-radius: 0; }
          @media (max-width: 639px) {
            .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-button button {
              position: static;
              padding: 15px 0; } }

/*--------------------------------------------------------------
# social media blocks
--------------------------------------------------------------*/
.wp-block-social-media-blocks .social-item-wrapper {
  padding: 20px 20px 20px 100px;
  position: relative;
  height: 100%; }
  .wp-block-social-media-blocks .social-item-wrapper:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 60px;
    background: whitesmoke;
    height: 60px;
    top: 20px;
    border-radius: 50%; }

.wp-block-social-media-blocks .social-item-image {
  overflow: hidden;
  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; }
  .wp-block-social-media-blocks .social-item-image img {
    width: 100%; }

.wp-block-social-media-blocks .social-item-description {
  font: normal 20px/23px HelveticaNeue;
  margin-bottom: 30px; }

.wp-block-social-media-blocks .social-item-title {
  text-decoration: underline;
  margin-bottom: 10px;
  font: normal 20px/23px HelveticaNeue; }

/*--------------------------------------------------------------
# Text + text
--------------------------------------------------------------*/
.wp-block-two-col-text {
  margin-bottom: 50px; }
  .wp-block-two-col-text p {
    font: normal 20px/23px HelveticaNeue;
    margin: 0; }
  .wp-block-two-col-text .big p {
    font: normal 35px/40px HelveticaNeue; }
  .wp-block-two-col-text .small + .big {
    margin-top: 20px; }
  .wp-block-two-col-text .big + .small {
    margin-top: 20px; }

.wp-block-embed figcaption {
  text-align: left; }

@media (min-width: 992px) {
  .site-header .menu_toggle {
    display: none !important;
  }

  .site-header .menu_toggle.front-page {
    display: inline-block !important;
  }
}

.mobile-fix {
  position: absolute;
  left: -33px;
  top: -16px;
  color: #000;
  font-family: HelveticaBold, sans-serif;
  z-index: 9999;
  font-size: 27px;
  padding: 10px;
}
#main-menu-container .menu-item-has-children > a {
  display: inline !important;
}
.show-sub-menu {
  display: block !important;
}
.site-navigation .mobile-fix {
  display: none;
}

@media (min-width: 575px) {
  .mobile-fix {
    left: -42px;
    top: -17px;
    font-size: 36px;
  }

  #main-menu-container .menu-item-has-children > img {
    visibility: hidden;
  }
}
@media (max-width: 575px) {
  #main-menu-container .menu-item-has-children > img {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .mobile-fix {
    left: -57px;
    top: -21px;
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .mobile-fix {
    left: -73px;
    top: -26px;
    font-size: 67px;
    display: none;
  }
}