@charset "UTF-8";
/*!
Theme Name: Sipoo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sipoo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Sipoo is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/**
* Global html font sizes
*/
/* Default breakpoints */
/* Breakpoints for lifts */
/* Breakpoints for menu */
/* Breakpoints for search area */
/* Breakpoints for cookies */
/** header stuff **/
/** fix these **/
/* For avoiding errors while compiling, will be removed */
/* Default breakpoints */
/* Breakpoints for lifts */
/* Breakpoints for menu */
/* Breakpoints for search area */
/* Breakpoints for cookies */
/* Variables */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: none; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  /** 
	* Font sizes are declared in functions/_functions.scss due to hierarchy
	*/
  font-size: 16px; }
  @media only screen and (max-width: 550px) {
    html {
      font-size: 14.2223px; } }

body,
button,
input,
select,
optgroup,
textarea {
  color: #2f3131;
  font-family: myriad-pro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5; }

label {
  color: #2f3131;
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400; }

@media only screen and (min-width: 1799px) {
  .select-label {
    padding-left: 5.84rem;
    margin-right: 5.84rem; } }

.no-style-anchor {
  display: block;
  text-decoration: none;
  font-size: 1rem; }

.btn-text {
  clear: both;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  margin: 0 !important; }

.spaced-text {
  clear: both;
  color: #2f3131;
  font-family: myriad-pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.16rem;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 20px; }

.bold-decorative-text {
  clear: both;
  color: #2f3131;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-block-end: 0;
  margin-block-start: 0; }

h1 {
  clear: both;
  font-family: freight-sans-pro, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 20px; }

h2 {
  clear: both;
  font-family: freight-sans-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 20px; }

h3 {
  clear: both;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 20px; }

h4 {
  clear: both;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 20px; }

h5 {
  clear: both;
  color: #2f3131;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-bottom: 20px; }

h6 {
  clear: both;
  color: #2f3131 !important;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: 20px !important; }

.page-title-custom h2 {
  clear: both;
  font-family: freight-sans-pro, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-block-end: 0;
  margin-block-start: 0; }

.styling-h1 {
  clear: both;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: 20px !important; }

.styling-h2, .styling-h2-accordion {
  clear: both;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: 20px !important; }
  .styling-h2-accordion {
    font-weight: 600 !important;
    margin-bottom: 0px !important; }

.styling-h3, .styling-h3-accordion, .styling-h3-article {
  clear: both;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: 20px !important; }
  .styling-h3-accordion {
    font-size: 1.4rem !important;
    font-weight: 600 !important; }
  .styling-h3-article {
    font-weight: 600 !important;
    margin-bottom: 0px !important; }

.styling-h4, .styling-h4-accordion {
  clear: both;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: 20px !important; }
  .styling-h4-accordion {
    font-weight: 600 !important; }

.styling-h5 {
  clear: both;
  color: #2f3131 !important;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important; }

.styling-h6 {
  clear: both;
  color: #2f3131 !important;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
  margin-bottom: 20px !important; }

p {
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  margin: 0 0 20px 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: myriad-pro, sans-serif;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  font-family: myriad-pro, sans-serif;
  margin-bottom: 1.125rem;
  width: 100%;
  white-space: pre-wrap;
  font-size: 1.375rem; }

code,
kbd,
tt,
var {
  font-family: myriad-pro, sans-serif; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

:focus {
  outline: #08f auto 2px; }

/* The default outline styling, for greatest accessibility. */
/* You can skip this to just use the browser's defaults. */
/* When mouse is detected, ALL focused elements have outline removed. */
body.using-mouse :focus {
  outline: none; }

body.using-mouse input:focus {
  outline: none !important; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.show {
  display: block; }

@media only screen and (min-width: 1920px) {
  .overwrite-grid-margin-xxl {
    width: 100%;
    padding-left: 6.57rem !important;
    padding-right: 6.57rem !important; } }

.main-container {
  margin-left: 8.75rem;
  margin-right: 8.75rem; }

.flex {
  display: flex; }

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

@media only screen and (max-width: 959px) {
  .row.news-list [class^="col"], .row.notification-board [class^="col"], .notification-board.row-custom [class^="col"], .notification-board.row-dynamic [class^="col"], .news-list.row-custom [class^="col"], .news-list.row-dynamic [class^="col"] {
    width: 46%; } }

@media only screen and (max-width: 767px) {
  .news-list, .notification-board {
    display: grid;
    grid-auto-rows: 1fr;
    grid-row-gap: 0.2rem;
    height: 100%;
    overflow: hidden;
    padding: 0.5rem 0;
    /* To fill whole row */
    /* For deleting extra content row when using grid layout */ }
    .row.news-list [class^="col"], .row.notification-board [class^="col"], .notification-board.row-custom [class^="col"], .notification-board.row-dynamic [class^="col"], .news-list.row-custom [class^="col"], .news-list.row-dynamic [class^="col"] {
      width: 100%; }
    .row.news-list::after, .row.notification-board::after, .notification-board.row-custom::after, .notification-board.row-dynamic::after, .news-list.row-custom::after, .news-list.row-dynamic::after {
      display: none; } }

.dynamic-page-plain-text p {
  margin-block-end: 0rem;
  margin-block-start: 0;
  margin-bottom: 20px;
  margin-top: 0rem;
  line-height: 1.5; }

.dynamic-page-plain-text .photographer {
  margin-bottom: 1rem; }

.only-bot-margin {
  margin-bottom: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important; }

.dynamic-btn-margin {
  margin-top: 10px;
  margin-bottom: 38px; }

a.btn-dynamic-width-full br,
a.btn-dynamic-width-fit br,
a.btn-service-list-dynamic br,
a.btn-service-list br,
a.btn-service-list-dynamic br,
a.btn-dynamic-circle br,
button.btn-dynamic-circle br {
  display: none !important; }

.btn-padding {
  padding: .75rem 1rem;
  margin-right: .5rem; }

.alert-categories {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem; }

.alert-bordered {
  padding: 1rem;
  background: #d9e3e6; }

.alert-times {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  margin-top: .75rem; }

.alert-times p {
  margin: 0; }

.alert-begin {
  margin-right: .25rem; }

.alert-end {
  margin-left: .25rem; }

.two-columns {
  padding: 0 1%; }

.two-columns .grid-container-left .grid-container {
  padding-right: 0; }

.two-columns .grid-container-left .grid-container .grid-container {
  padding-left: 0; }

.two-columns .grid-container-left .grid-container .grid-container .col-12 {
  width: 100%;
  margin: 0; }

.two-columns .grid-container-right .grid-container {
  padding-left: 0; }

@media only screen and (max-width: 781px) {
  .two-columns {
    padding: 0; }
  .two-columns .grid-container-left .grid-container {
    padding-right: 3.35rem; }
  .two-columns .grid-container-right .grid-container {
    padding-left: 3.35rem; } }

@media only screen and (max-width: 767px) {
  .two-columns .grid-container-left .grid-container {
    padding-right: 0.73rem; }
  .two-columns .grid-container-right .grid-container {
    padding-left: 0.73rem; }
  .two-columns .grid-container-left .grid-container .grid-container {
    padding-right: 0; } }

.hero-top {
  margin-top: -1.5rem !important;
  margin-block-end: 1rem !important; }

.dynamic-content-margin {
  margin: 1.5rem 0; }

.top-layer {
  position: relative;
  z-index: 1; }

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

li {
  color: #2f3131;
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 3.6px; }
  li a {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit; }

/**
 * General list with '>' bullet.
 * Created in case of lift style bullet list is needed. 
 */
.list-general ul {
  list-style: none;
  padding-inline-start: 0;
  font-size: 1.625rem;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600; }
  .list-general ul li {
    padding-left: 24px;
    word-break: break-word; }
  .list-general ul li:before {
    color: #00687a;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.125rem;
    padding-right: 8px;
    vertical-align: middle; }

ul {
  margin: 0.5rem 0 0.5rem 0; }
  ul.language-bar {
    list-style-type: none;
    margin-right: 0.625rem;
    padding-inline-start: 0;
    margin-bottom: 0.2rem;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      ul.language-bar {
        margin-right: 0.1rem;
        margin-top: 0; } }
    ul.language-bar li {
      display: inline-block;
      margin-bottom: 0; }
      ul.language-bar li a {
        text-decoration: none;
        background: transparent 0% 0% no-repeat padding-box;
        color: #2f3131;
        cursor: pointer;
        font-family: myriad-pro, sans-serif;
        font-size: 1rem;
        letter-spacing: 0rem;
        padding: 6px 18px 6px 18px; }
        @media only screen and (max-width: 767px) {
          ul.language-bar li a {
            font-size: 1rem; } }
        @media only screen and (max-width: 374px) {
          ul.language-bar li a {
            font-size: 0.85rem; } }
        @media only screen and (max-width: 339px) {
          ul.language-bar li a {
            font-size: 0.755rem; } }

.current-lang a {
  background: #00687a !important;
  color: #fff !important; }

.toc_list {
  list-style: none; }
  .toc_list li {
    margin-bottom: 1rem; }

/** Custom css double circle bullet points **/
.outer-circle, .outer-circle-secondary, .outer-circle-tertiary {
  border: 2px solid #00687a;
  border-radius: 50%;
  display: inline-block;
  height: 33px;
  margin-right: 16px;
  width: 33px;
  position: relative; }
  .outer-circle-secondary {
    border-color: #f28d00; }
  .outer-circle-tertiary {
    border-color: #003f4a; }

.inner-circle, .inner-circle-secondary, .inner-circle-tertiary {
  border: 2px solid #00687a;
  border-radius: 50%;
  display: inline-block;
  height: 19px;
  left: 50%;
  margin: -9.5px 0px 0px -9.5px;
  position: absolute;
  top: 50%;
  width: 19px; }
  .inner-circle:active, .inner-circle-secondary:active, .inner-circle-tertiary:active {
    background: #00687a; }
  .inner-circle:hover, .inner-circle-secondary:hover, .inner-circle-tertiary:hover {
    background: #00687a; }
  .inner-circle-secondary {
    border-color: #f28d00; }
    .inner-circle-secondary:active {
      background: #f28d00; }
    .inner-circle-secondary:hover {
      background: #f28d00; }
  .inner-circle-tertiary {
    border-color: #003f4a; }
    .inner-circle-tertiary:active {
      background: #003f4a; }
    .inner-circle-tertiary:hover {
      background: #003f4a; }

.list-general ul li, .lifts-list ul li, .lifts-list-primary ul li, .lifts-list-secondary ul li, .ul-services .li-services {
  color: #2f3131;
  letter-spacing: 0px; }

.ul-no-bullets, .ul-no-bullets-links-primary {
  list-style: none;
  padding-inline-start: 0; }
  .ul-no-bullets li:not(:last-child), .ul-no-bullets-links-primary li:not(:last-child) {
    padding-bottom: 1.5rem; }
  .ul-no-bullets-links-primary {
    margin: 2rem 0 4rem 0; }

.ol-circles, .ol-circles-sidebar, .ol-circles-line {
  counter-reset: li;
  /* Initiate a counter */
  display: inline-block;
  flex: wrap;
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
  text-align: left !important; }
  .ol-circles-sidebar {
    margin-top: 2.2rem; }
  .ol-circles.ol-circles > .li-circles, .ol-circles-sidebar > .li-circles, .ol-circles-line > .li-circles, .ol-circles.ol-circles > .li-circles-sidebar, .ol-circles-sidebar > .li-circles-sidebar, .ol-circles-line.ol-circles-sidebar > .li-circles-sidebar, .ol-circles-line > .li-circles-sidebar, .ol-circles.ol-circles > .li-circles-line, .ol-circles-sidebar > .li-circles-line, .ol-circles-line.ol-circles-sidebar > .li-circles-line, .ol-circles-line > .li-circles-line {
    font-family: myriad-pro, sans-serif;
    font-size: 1.125rem;
    list-style: none;
    /* Disable the normal item numbering */
    margin: 0 0 1rem 4rem;
    /* Give each list item a left margin to make room for the numbers */
    padding: 0 1rem;
    /* Add some spacing around the content */
    position: relative;
    /* Create a positioning context */ }
    .ol-circles.ol-circles > .li-circles:before, .ol-circles-sidebar > .li-circles:before, .ol-circles-line > .li-circles:before, .ol-circles.ol-circles > .li-circles-sidebar:before, .ol-circles-sidebar > .li-circles-sidebar:before, .ol-circles-line.ol-circles-sidebar > .li-circles-sidebar:before, .ol-circles-line > .li-circles-sidebar:before, .ol-circles.ol-circles > .li-circles-line:before, .ol-circles-sidebar > .li-circles-line:before, .ol-circles-line.ol-circles-sidebar > .li-circles-line:before, .ol-circles-line > .li-circles-line:before, .ol-circles.ol-circles > .li-circles-line:after, .ol-circles-sidebar > .li-circles-line:after, .ol-circles-line.ol-circles-sidebar > .li-circles-line:after, .ol-circles-line > .li-circles-line:after {
      background: #d9e3e6;
      border-radius: 50%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      color: #2f3131;
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      font-family: myriad-pro, sans-serif;
      font-weight: 700;
      height: 2rem;
      /* Position and style the number */
      left: -2rem;
      margin-right: 0.6rem;
      padding: 0.15rem 0.25rem 0rem 0.25rem;
      position: absolute;
      text-align: center;
      width: 2rem; }
    .ol-circles.ol-circles > .li-circles-sidebar, .ol-circles-sidebar > .li-circles-sidebar, .ol-circles-line > .li-circles-sidebar {
      margin: 0 2rem;
      padding: 0 1rem 2rem; }
      .ol-circles.ol-circles > .li-circles-sidebar:before, .ol-circles-sidebar > .li-circles-sidebar:before, .ol-circles-line > .li-circles-sidebar:before {
        background: #fff;
        border: 0.125rem solid #00687a;
        color: #00687a;
        font-weight: 600;
        padding: 0.05rem 0.15rem 0rem 0.12rem; }
      @media only screen and (max-width: 1223px) {
        .ol-circles.ol-circles > .li-circles-sidebar, .ol-circles-sidebar > .li-circles-sidebar, .ol-circles-line > .li-circles-sidebar {
          margin: 0 0 1rem 4rem; } }
      @media only screen and (max-width: 767px) {
        .ol-circles.ol-circles > .li-circles-sidebar, .ol-circles-sidebar > .li-circles-sidebar, .ol-circles-line > .li-circles-sidebar {
          margin: 0 0 1rem 3.5rem; } }
    .ol-circles.ol-circles > .li-circles-line, .ol-circles-sidebar > .li-circles-line, .ol-circles-line > .li-circles-line {
      margin-bottom: 0;
      padding: 0 0 3rem 4rem; }
      @media only screen and (max-width: 767px) {
        .ol-circles.ol-circles > .li-circles-line, .ol-circles-sidebar > .li-circles-line, .ol-circles-line > .li-circles-line {
          padding: 0 0 3rem 3rem;
          margin-right: 1rem; }
          .ol-circles.ol-circles > .li-circles-line .btn-combo-icons-icon-primary, .ol-circles-sidebar > .li-circles-line .btn-combo-icons-icon-primary, .ol-circles-line > .li-circles-line .btn-combo-icons-icon-primary, .ol-circles.ol-circles > .li-circles-line .btn-combo-icons-icon-primary-left, .ol-circles-sidebar > .li-circles-line .btn-combo-icons-icon-primary-left, .ol-circles-line > .li-circles-line .btn-combo-icons-icon-primary-left {
            padding: 0.5rem 0.5rem; }
          .ol-circles.ol-circles > .li-circles-line .btn-combo-icons-txt-primary, .ol-circles-sidebar > .li-circles-line .btn-combo-icons-txt-primary, .ol-circles-line > .li-circles-line .btn-combo-icons-txt-primary {
            font-size: 1rem;
            padding-top: 0.75rem;
            padding-bottom: 0.55rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            width: fit-content; } }
      .ol-circles.ol-circles > .li-circles-line:after, .ol-circles-sidebar > .li-circles-line:after, .ol-circles-line > .li-circles-line:after {
        /* Circle numbers */
        counter-increment: li 0;
        /* Makes the counter increment by 1*/
        background: #fff;
        border: 0.125rem solid #f28d00;
        color: #2f3131;
        font-size: 1rem;
        font-weight: 700;
        height: 4rem;
        padding: 0.3rem 0.18rem 0rem 0.12rem;
        top: -0.125rem;
        /* Adjust circles vertically to center list text */
        width: 4rem; }
      .ol-circles.ol-circles > .li-circles-line:before, .ol-circles-sidebar > .li-circles-line:before, .ol-circles-line > .li-circles-line:before {
        /* lines */
        background: #d4d6d8;
        border-radius: 0;
        border: none;
        content: "";
        position: absolute;
        height: 100%;
        left: -0.08rem;
        /* Adjust manually */
        padding: 0;
        width: 0.125rem; }
      .ol-circles.ol-circles > .li-circles-line::first-child:before, .ol-circles-sidebar > .li-circles-line::first-child:before, .ol-circles-line > .li-circles-line::first-child:before {
        /* first li's line */
        top: 2rem; }
      .ol-circles.ol-circles > .li-circles-line:last-child:before, .ol-circles-sidebar > .li-circles-line:last-child:before, .ol-circles-line > .li-circles-line:last-child:before {
        /* last li's line */
        height: 2rem;
        /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */ }
      .ol-circles.ol-circles > .li-circles-line .ul-circles-line, .ol-circles-sidebar > .li-circles-line .ul-circles-line, .ol-circles-line > .li-circles-line .ul-circles-line {
        list-style-position: inside;
        list-style-type: disc;
        margin: 1rem 0 2rem 0;
        padding-left: 0; }
      .ol-circles.ol-circles > .li-circles-line h5, .ol-circles-sidebar > .li-circles-line h5, .ol-circles-line > .li-circles-line h5 {
        font-family: myriad-pro, sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        margin: 2rem 0 0 0; }
      .ol-circles.ol-circles > .li-circles-line p, .ol-circles-sidebar > .li-circles-line p, .ol-circles-line > .li-circles-line p {
        font-size: 1.125rem;
        display: block;
        margin: 2rem 0; }
  .ol-circles.li-circles .ol-circles.ol-circles, .li-circles.ol-circles-sidebar .ol-circles.ol-circles, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar .ol-circles.ol-circles, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line .ol-circles.ol-circles, .li-circles.ol-circles-line .ol-circles.ol-circles, .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar .ol-circles.ol-circles, .ol-circles.ol-circles > .ol-circles-line.li-circles-line .ol-circles.ol-circles, .ol-circles.ol-circles > .ol-circles.li-circles-sidebar .ol-circles.ol-circles, .ol-circles-sidebar > .ol-circles.li-circles-sidebar .ol-circles.ol-circles, .ol-circles-line > .ol-circles.li-circles-sidebar .ol-circles.ol-circles, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar .ol-circles.ol-circles, .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar .ol-circles.ol-circles, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line .ol-circles.ol-circles, .ol-circles-line > .li-circles-sidebar.ol-circles-line .ol-circles.ol-circles, .ol-circles.ol-circles > .ol-circles.li-circles-line .ol-circles.ol-circles, .ol-circles-sidebar > .ol-circles.li-circles-line .ol-circles.ol-circles, .ol-circles-line > .ol-circles.li-circles-line .ol-circles.ol-circles, .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar .ol-circles.ol-circles, .ol-circles-line > .li-circles-line.ol-circles-sidebar .ol-circles.ol-circles, .ol-circles-sidebar > .li-circles-line.ol-circles-line .ol-circles.ol-circles, .ol-circles-line > .li-circles-line.ol-circles-line .ol-circles.ol-circles, .ol-circles.li-circles .ol-circles-sidebar, .li-circles.ol-circles-sidebar .ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar .ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line .ol-circles-sidebar, .li-circles.ol-circles-line .ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar .ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles-line.li-circles-line .ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles.li-circles-sidebar .ol-circles-sidebar, .ol-circles-sidebar > .ol-circles.li-circles-sidebar .ol-circles-sidebar, .ol-circles-line > .ol-circles.li-circles-sidebar .ol-circles-sidebar, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar .ol-circles-sidebar, .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar .ol-circles-sidebar, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line .ol-circles-sidebar, .ol-circles-line > .li-circles-sidebar.ol-circles-line .ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles.li-circles-line .ol-circles-sidebar, .ol-circles-sidebar > .ol-circles.li-circles-line .ol-circles-sidebar, .ol-circles-line > .ol-circles.li-circles-line .ol-circles-sidebar, .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar .ol-circles-sidebar, .ol-circles-line > .li-circles-line.ol-circles-sidebar .ol-circles-sidebar, .ol-circles-sidebar > .li-circles-line.ol-circles-line .ol-circles-sidebar, .ol-circles-line > .li-circles-line.ol-circles-line .ol-circles-sidebar, .ol-circles.li-circles .ol-circles-line, .li-circles.ol-circles-sidebar .ol-circles-line, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar .ol-circles-line, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line .ol-circles-line, .li-circles.ol-circles-line .ol-circles-line, .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar .ol-circles-line, .ol-circles.ol-circles > .ol-circles-line.li-circles-line .ol-circles-line, .ol-circles.ol-circles > .ol-circles.li-circles-sidebar .ol-circles-line, .ol-circles-sidebar > .ol-circles.li-circles-sidebar .ol-circles-line, .ol-circles-line > .ol-circles.li-circles-sidebar .ol-circles-line, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar .ol-circles-line, .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar .ol-circles-line, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line .ol-circles-line, .ol-circles-line > .li-circles-sidebar.ol-circles-line .ol-circles-line, .ol-circles.ol-circles > .ol-circles.li-circles-line .ol-circles-line, .ol-circles-sidebar > .ol-circles.li-circles-line .ol-circles-line, .ol-circles-line > .ol-circles.li-circles-line .ol-circles-line, .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar .ol-circles-line, .ol-circles-line > .li-circles-line.ol-circles-sidebar .ol-circles-line, .ol-circles-sidebar > .li-circles-line.ol-circles-line .ol-circles-line, .ol-circles-line > .li-circles-line.ol-circles-line .ol-circles-line {
    margin-top: 1rem; }
  .ol-circles.li-circles-sidebar .ol-circles.ol-circles-sidebar, .li-circles-sidebar.ol-circles-sidebar .ol-circles.ol-circles-sidebar, .li-circles-sidebar.ol-circles-line .ol-circles.ol-circles-sidebar, .ol-circles.li-circles-sidebar .ol-circles-sidebar, .li-circles-sidebar.ol-circles-sidebar .ol-circles-sidebar, .li-circles-sidebar.ol-circles-line .ol-circles-sidebar, .ol-circles.li-circles-sidebar .ol-circles-sidebar.ol-circles-line {
    margin-top: 3rem; }
  .ol-circles.li-circles .ol-circles.ul-circles, .li-circles.ol-circles-sidebar .ol-circles.ul-circles, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar .ol-circles.ul-circles, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line .ol-circles.ul-circles, .li-circles.ol-circles-line .ol-circles.ul-circles, .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar .ol-circles.ul-circles, .ol-circles.ol-circles > .ol-circles-line.li-circles-line .ol-circles.ul-circles, .ol-circles.ol-circles > .ol-circles.li-circles-sidebar .ol-circles.ul-circles, .ol-circles-sidebar > .ol-circles.li-circles-sidebar .ol-circles.ul-circles, .ol-circles-line > .ol-circles.li-circles-sidebar .ol-circles.ul-circles, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar .ol-circles.ul-circles, .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar .ol-circles.ul-circles, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line .ol-circles.ul-circles, .ol-circles-line > .li-circles-sidebar.ol-circles-line .ol-circles.ul-circles, .ol-circles.ol-circles > .ol-circles.li-circles-line .ol-circles.ul-circles, .ol-circles-sidebar > .ol-circles.li-circles-line .ol-circles.ul-circles, .ol-circles-line > .ol-circles.li-circles-line .ol-circles.ul-circles, .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar .ol-circles.ul-circles, .ol-circles-line > .li-circles-line.ol-circles-sidebar .ol-circles.ul-circles, .ol-circles-sidebar > .li-circles-line.ol-circles-line .ol-circles.ul-circles, .ol-circles-line > .li-circles-line.ol-circles-line .ol-circles.ul-circles, .ol-circles.li-circles .ul-circles.ol-circles-sidebar, .li-circles.ol-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line .ul-circles.ol-circles-sidebar, .li-circles.ol-circles-line .ul-circles.ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles-line.li-circles-line .ul-circles.ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles.li-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles-sidebar > .ol-circles.li-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles-line > .ol-circles.li-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line .ul-circles.ol-circles-sidebar, .ol-circles-line > .li-circles-sidebar.ol-circles-line .ul-circles.ol-circles-sidebar, .ol-circles.ol-circles > .ol-circles.li-circles-line .ul-circles.ol-circles-sidebar, .ol-circles-sidebar > .ol-circles.li-circles-line .ul-circles.ol-circles-sidebar, .ol-circles-line > .ol-circles.li-circles-line .ul-circles.ol-circles-sidebar, .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles-line > .li-circles-line.ol-circles-sidebar .ul-circles.ol-circles-sidebar, .ol-circles-sidebar > .li-circles-line.ol-circles-line .ul-circles.ol-circles-sidebar, .ol-circles-line > .li-circles-line.ol-circles-line .ul-circles.ol-circles-sidebar, .ol-circles.li-circles .ul-circles.ol-circles-line, .li-circles.ol-circles-sidebar .ul-circles.ol-circles-line, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar .ul-circles.ol-circles-line, .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line .ul-circles.ol-circles-line, .li-circles.ol-circles-line .ul-circles.ol-circles-line, .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar .ul-circles.ol-circles-line, .ol-circles.ol-circles > .ol-circles-line.li-circles-line .ul-circles.ol-circles-line, .ol-circles.ol-circles > .ol-circles.li-circles-sidebar .ul-circles.ol-circles-line, .ol-circles-sidebar > .ol-circles.li-circles-sidebar .ul-circles.ol-circles-line, .ol-circles-line > .ol-circles.li-circles-sidebar .ul-circles.ol-circles-line, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar .ul-circles.ol-circles-line, .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar .ul-circles.ol-circles-line, .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line .ul-circles.ol-circles-line, .ol-circles-line > .li-circles-sidebar.ol-circles-line .ul-circles.ol-circles-line, .ol-circles.ol-circles > .ol-circles.li-circles-line .ul-circles.ol-circles-line, .ol-circles-sidebar > .ol-circles.li-circles-line .ul-circles.ol-circles-line, .ol-circles-line > .ol-circles.li-circles-line .ul-circles.ol-circles-line, .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar .ul-circles.ol-circles-line, .ol-circles-line > .li-circles-line.ol-circles-sidebar .ul-circles.ol-circles-line, .ol-circles-sidebar > .li-circles-line.ol-circles-line .ul-circles.ol-circles-line, .ol-circles-line > .li-circles-line.ol-circles-line .ul-circles.ol-circles-line {
    margin-top: 1rem; }
  .ol-circles.li-circles-sidebar .ol-circles.ul-circles-sidebar, .li-circles-sidebar.ol-circles-sidebar .ol-circles.ul-circles-sidebar, .li-circles-sidebar.ol-circles-line .ol-circles.ul-circles-sidebar, .ol-circles.li-circles-sidebar .ul-circles-sidebar.ol-circles-sidebar, .li-circles-sidebar.ol-circles-sidebar .ul-circles-sidebar.ol-circles-sidebar, .li-circles-sidebar.ol-circles-line .ul-circles-sidebar.ol-circles-sidebar, .ol-circles.li-circles-sidebar .ul-circles-sidebar.ol-circles-line, .li-circles-sidebar.ol-circles-sidebar .ul-circles-sidebar.ol-circles-line, .li-circles-sidebar.ol-circles-line .ul-circles-sidebar.ol-circles-line {
    margin-top: 3rem; }
  .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles.li-circles:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles.li-circles:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles.li-circles:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles.li-circles:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles.li-circles:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles.li-circles:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles.li-circles:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles.li-circles:last-child, .ol-circles-line .ol-circles-line .ol-circles.li-circles:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .li-circles.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles .li-circles.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles .li-circles.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar .li-circles.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .li-circles.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar .li-circles.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line .li-circles.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line .li-circles.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-line .li-circles.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-line .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles-line .ol-circles-line .ol-circles.ol-circles > .ol-circles-sidebar.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .li-circles.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles .li-circles.ol-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles .li-circles.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar .li-circles.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar .li-circles.ol-circles-line:last-child, .ol-circles-line .ol-circles-sidebar .li-circles.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line .li-circles.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-line .li-circles.ol-circles-line:last-child, .ol-circles-line .ol-circles-line .li-circles.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-line .ol-circles.ol-circles > .ol-circles-line.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles-line .ol-circles-line .ol-circles.ol-circles > .ol-circles-line.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-line .ol-circles.ol-circles > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-line .ol-circles-sidebar > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles-line .ol-circles-line > .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-line .ol-circles-sidebar > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-line > .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-line .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-line .ol-circles-line .ol-circles-sidebar > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-line .ol-circles-line > .li-circles-sidebar.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles-line .ol-circles.ol-circles > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles-line .ol-circles-sidebar > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles-sidebar .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles-line .ol-circles-line > .ol-circles.li-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-line .ol-circles-sidebar > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles-line .ol-circles-line > .li-circles-line.ol-circles-sidebar:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles-line .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-line .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles-line .ol-circles-line .ol-circles-sidebar > .li-circles-line.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles.ol-circles .ol-circles-line > .li-circles-line.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles .ol-circles-line > .li-circles-line.ol-circles-line:last-child, .ol-circles-line .ol-circles.ol-circles .ol-circles-line > .li-circles-line.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-sidebar .ol-circles-line > .li-circles-line.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles-line > .li-circles-line.ol-circles-line:last-child, .ol-circles-line .ol-circles-sidebar .ol-circles-line > .li-circles-line.ol-circles-line:last-child, .ol-circles.ol-circles .ol-circles-line > .li-circles-line.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-line > .li-circles-line.ol-circles-line:last-child, .ol-circles-line .ol-circles-line > .li-circles-line.ol-circles-line:last-child {
    margin-bottom: 0; }
  .ol-circles.ol-circles-sidebar .ol-circles.ol-circles-sidebar .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles-sidebar .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar.ol-circles-line .ol-circles.ol-circles-sidebar .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles-sidebar .ol-circles-sidebar .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar.ol-circles-line .ol-circles-sidebar .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles-sidebar .ol-circles-sidebar.ol-circles-line .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar.ol-circles-line .ol-circles.li-circles-sidebar:last-child, .ol-circles-sidebar.ol-circles-line .ol-circles-sidebar.ol-circles-line .ol-circles.li-circles-sidebar:last-child, .ol-circles.ol-circles-sidebar .ol-circles.ol-circles-sidebar .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles.ol-circles-sidebar .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar.ol-circles-line .ol-circles.ol-circles-sidebar .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles-sidebar .ol-circles-sidebar .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles-sidebar .ol-circles-sidebar .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles-sidebar .ol-circles-sidebar.ol-circles-line .li-circles-sidebar.ol-circles-sidebar:last-child, .ol-circles.ol-circles-sidebar .ol-circles.ol-circles-sidebar .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles.ol-circles-sidebar .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar.ol-circles-line .ol-circles.ol-circles-sidebar .li-circles-sidebar.ol-circles-line:last-child, .ol-circles.ol-circles-sidebar .ol-circles-sidebar .li-circles-sidebar.ol-circles-line:last-child, .ol-circles-sidebar .ol-circles-sidebar .li-circles-sidebar.ol-circles-line:last-child, .ol-circles.ol-circles-sidebar .ol-circles-sidebar.ol-circles-line .li-circles-sidebar.ol-circles-line:last-child {
    margin-bottom: 0; }

/* Image ratio classes */
.image-ratio-1-1 {
  padding-top: 100%;
  width: 100%; }

.image-ratio-16-9 {
  padding-top: 56.25%;
  width: 100%; }

.image-ratio-4-3 {
  padding-top: 75%;
  width: 100%; }

.hero-image-ratio {
  padding-top: 30%;
  width: 100%; }
  @media only screen and (max-width: 1223px) {
    .hero-image-ratio {
      padding-top: 50%; } }

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

img {
  height: auto;
  max-width: 100%; }

.fa-fw {
  height: 2rem !important;
  width: 2rem !important; }

.fas {
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.5 !important;
  text-align: center !important; }

figure {
  margin: 1em 0; }

.icons-download {
  color: #00687a;
  padding-right: 1rem; }

.icons-secondary {
  color: #f28d00;
  padding-left: 1rem; }

.icons-primary {
  padding-right: 0.3rem; }

.image-primary {
  border: 0.0625rem solid #d4d6d8; }

.image-container, .image-container-news, .image-container-no-border, .image-container-modern-lift, .image-container-modern-lift-right, .image-container-modern-lift-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0.0625rem solid #d4d6d8;
  margin-top: 1rem;
  clear: both; }
  .image-container-news {
    background-size: cover; }
  .image-container-no-border {
    border: 0; }
  .image-container-modern-lift, .image-container-modern-lift-right, .image-container-modern-lift-left {
    border: 0;
    height: 100%;
    margin-top: 0;
    padding-top: 56.25%;
    width: 115%; }
    .image-container-modern-lift-right {
      margin-left: -25%;
      transform: skewX(10deg); }
    .image-container-modern-lift-left {
      transform: skewX(-10deg); }

.content-divider-bar {
  background: #d9e3e6;
  height: 4px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 100%; }

.citation-bar {
  background: #f28d00;
  height: 4px;
  margin-bottom: 3rem;
  margin-top: 1rem;
  width: 100%; }

.divider-bar, .divider-bar-secondary {
  background: #d9e3e6;
  height: 4px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%; }
  .divider-bar-secondary {
    background: #f28d00; }

.citation-waves {
  background-image: url("images/citation_wave.svg");
  background-repeat: repeat-x;
  height: 0.9375rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative; }

@media only screen and (min-width: 550px) and (max-width: 767px) {
  .citation-decoration-indent {
    margin-left: 160px; } }

@media only screen and (min-width: 383px) and (max-width: 550px) {
  .citation-decoration-indent {
    margin-left: 120px; } }

@media only screen and (max-width: 383px) {
  .citation-decoration-indent {
    margin-left: 72px; } }

.heading-vertical-bar {
  background: #00687a;
  display: block;
  height: 100%;
  width: 0.375rem; }
  .heading-vertical-bar p, .heading-vertical-bar h1, .heading-vertical-bar h2, .heading-vertical-bar h3, .heading-vertical-bar h4 {
    margin-left: 1.5rem; }

.deco-wrapper, .deco-wrapper-dynamic, .deco-wrapper-divider {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 3rem; }
  .deco-wrapper-dynamic {
    padding-bottom: 1rem; }
  .deco-wrapper-divider {
    margin-top: 1rem;
    padding-bottom: 1rem; }

.seed-deco, .seed-deco-lift {
  background-image: url("images/seed.svg");
  background-repeat: repeat-x;
  height: 124px;
  z-index: 0;
  width: 100%; }
  .seed-deco-lift {
    position: absolute;
    bottom: -1px; }

.sm-spacing {
  letter-spacing: 8px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.rss-feed-size {
  font-size: 0.9rem; }

.rss-archive-wrapper {
  float: right;
  margin-top: 17px; }
  @media only screen and (max-width: 767px) {
    .rss-archive-wrapper {
      margin-top: 16px; } }
  @media only screen and (max-width: 665px) {
    .rss-archive-wrapper {
      float: none;
      margin: 0 0 -32px 0; } }

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

.simple-table {
  border-spacing: 0;
  margin-top: 3rem;
  width: 100%; }
  .simple-table th {
    text-align: left;
    padding: 1rem; }
  .simple-table td {
    font-family: myriad-pro, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 1rem;
    text-align: left; }
  .simple-table tr:not(:last-child)  {
    border-bottom: 1px solid  #d4d6d8;
    font-family: myriad-pro, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 1rem;
    text-align: left; }
  .simple-table-odd tbody tr:nth-child(odd) {
    background: #edf0f2; }
  .simple-table-heading {
    border-spacing: 0;
    margin-top: 0.5rem;
    width: 100%; }
    .simple-table-heading th {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      text-align: left;
      padding: 1rem; }
    .simple-table-heading tr:nth-child(even) {
      background: #edf0f2; }
    .simple-table-heading td {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      padding: 1rem;
      text-align: left; }
    .simple-table-heading tr:not(:last-child)  {
      border-bottom: 1px solid  #d4d6d8;
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      padding: 1rem;
      text-align: left; }

.custom-row-primary {
  background: #fff !important; }

.custom-row-secondary {
  background: #edf0f2 !important; }

.bg-simple-table-content p {
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  .bg-simple-table-content {
    width: 92%;
    margin: 0 auto; }
    .bg-simple-table-content p {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400; } }

.responsive-table-wrapper {
  display: block;
  max-width: 100%;
  overflow-x: auto; }

.opening-hours {
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.5; }

/* Links
--------------------------------------------- */
a {
  color: #00687a;
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0rem;
  text-decoration: underline; }
  a.no-decoration {
    text-decoration: none;
    color: inherit; }
  a.link-hover {
    text-decoration: none;
    color: inherit; }
    a.link-hover :hover {
      text-decoration: underline; }

.link-detail-primary {
  color: #00687a;
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0rem;
  text-decoration: underline; }

.link-detail-secondary {
  color: #2f3131;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-decoration: none; }

.link-download {
  color: #2f3131;
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none; }

.link-keep-design {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

.skip-link {
  clip: rect(0 0 0 0);
  /* IE 6 and 7 */
  clip: rect(0, 0, 0, 0);
  /* IE 8+ / wide fallback */
  clip-path: inset(100%);
  /* modern browsers only */
  width: 1px;
  height: 1px;
  white-space: nowrap;
  /** Prevents the skip to content pop-up showing 
		when pressing the scroll-up button with mouse */
  /** Focuses and shows the skip to content pop-up 
		when pressing the scroll-up button with enter-key 
		IE8 and lower */ }
  .using-mouse .skip-link:active, .using-mouse .skip-link:focus {
    clip: rect(0 0 0 0);
    /* IE 6 and 7 */
    clip: rect(0, 0, 0, 0);
    /* IE 8+ / wide fallback */
    clip-path: inset(100%);
    /* modern browsers only */
    width: 1px;
    height: 1px;
    white-space: nowrap; }
  .skip-link:active, .skip-link:focus {
    clip: auto;
    clip-path: none;
    position: static;
    width: auto;
    height: auto;
    white-space: normal;
    margin-right: 15px; }
  .skip-link:not(:active):not(:focus) {
    clip: rect(0 0 0 0);
    /* IE 6 and 7 */
    clip: rect(0, 0, 0, 0);
    /* IE 8+ / wide fallback */
    clip-path: inset(100%);
    /* modern browsers only */
    width: 1px;
    height: 1px;
    white-space: nowrap; }

.rss-link {
  color: #2f3131;
  display: inline-block;
  font-size: 1.125rem;
  margin: 0 0 0 10px; }
  .rss-link:hover {
    text-decoration: underline; }

/* Forms
--------------------------------------------- */
/* Classes */
.btn-browse-icons, .btn-combo-icons-icon, .btn-combo-icons-icon-primary, .btn-combo-icons-icon-primary-left, .btn-combo-icons-icon-secondary, .btn-combo-icons-icon-secondary-left, .btn-filter-rss, .btn-search-secondary, .btn-modal-cookies-close, .btn-modal-cookies-primary, .btn-modal-cookies-secondary, .btn-browse, .btn-common, .btn-combo-icons-txt, .btn-combo-icons-txt-primary, .btn-combo-icons-txt-secondary, .btn-combo-icons-txt-tertiary, .btn-contact, .btn-read-more, .comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a, .btn-search-primary, .btn-services, .btn-related-services, .taeggie-feed-widget .taeggie-load-more-button, .btn-feedback, .btn-filter, .btn-language, .btn-opinion, .btn-dynamic-circle, .btn-accordion-primary, #scroll-up .btn-scroll-up, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper a.btn-menu, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button.btn-menu, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .btn-menu, .btn-lifts-icon-primary, .btn-service-list, .btn-service-list-dynamic {
  border: none;
  cursor: pointer;
  padding-bottom: 0.872rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.872rem;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content; }

.btn-browse-icons, .btn-combo-icons-icon, .btn-combo-icons-icon-primary, .btn-combo-icons-icon-primary-left, .btn-combo-icons-icon-secondary, .btn-combo-icons-icon-secondary-left, .btn-filter-rss, .btn-search-secondary {
  margin: 0 0 0 0;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem; }

.btn-modal-cookies-close, .btn-modal-cookies-primary, .btn-modal-cookies-secondary {
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 0.7rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.7rem; }

.btn-browse, .btn-common, .btn-combo-icons-txt, .btn-combo-icons-txt-primary, .btn-combo-icons-txt-secondary, .btn-combo-icons-txt-tertiary, .btn-contact, .btn-read-more, .comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a, .btn-search-primary, .btn-services, .btn-related-services, .taeggie-feed-widget .taeggie-load-more-button {
  background: transparent 0% 0% no-repeat padding-box;
  border: 2px solid;
  color: #2f3131;
  cursor: pointer;
  font-family: myriad-pro, sans-serif;
  font-size: 1.375rem;
  font-weight: 400; }

/* Class selectors */
.btn-browse {
  background: #fff 0% 0% no-repeat padding-box;
  color: #2f3131;
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  margin-left: 2rem;
  line-height: 0;
  padding: 2rem; }
  .btn-browse:focus {
    outline: none; }
  .btn-browse-icons {
    background: transparent;
    border: 2px solid #00687a;
    color: #00687a;
    font-size: 1.375rem;
    padding: 0.997rem 1.02825rem; }

.btn-common {
  border-color: #00687a; }
  .btn-common:focus {
    outline: none; }
  .btn-common span {
    color: #00687a; }

.btn-combo-icons-wrapper {
  position: relative;
  width: fit-content; }

.btn-combo-icons-icon, .btn-combo-icons-icon-primary, .btn-combo-icons-icon-primary-left, .btn-combo-icons-icon-secondary, .btn-combo-icons-icon-secondary-left {
  color: #fff;
  font-size: 1.375rem;
  padding: 0.997rem 1.02825rem;
  position: absolute;
  margin-left: -0.4px;
  height: 100%; }
  .btn-combo-icons-icon-primary, .btn-combo-icons-icon-primary-left {
    background: #f28d00 0% 0% no-repeat padding-box; }
    .btn-combo-icons-icon-primary-left {
      position: relative; }
  .btn-combo-icons-icon-secondary, .btn-combo-icons-icon-secondary-left {
    background: #00687a 0% 0% no-repeat padding-box; }
    .btn-combo-icons-icon-secondary-left {
      position: relative; }

.btn-combo-icons-txt, .btn-combo-icons-txt-primary, .btn-combo-icons-txt-secondary, .btn-combo-icons-txt-tertiary {
  background: #fff;
  display: inline-flex;
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1.1rem; }
  .btn-combo-icons-txt-primary {
    border-color: #f28d00;
    font-size: 1.125rem;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .btn-combo-icons-txt-primary {
        width: fit-content; } }
  .btn-combo-icons-txt-secondary {
    border-color: #f28d00;
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 10rem; }
    @media only screen and (max-width: 767px) {
      .btn-combo-icons-txt-secondary {
        padding-right: 2rem;
        width: fit-content; } }
  .btn-combo-icons-txt-tertiary {
    border-color: #00687a;
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 10rem; }
    @media only screen and (max-width: 767px) {
      .btn-combo-icons-txt-tertiary {
        padding-right: 2rem;
        width: fit-content; } }

.btn-feedback {
  background: #00687a 0% 0% no-repeat padding-box;
  color: #fff;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
  display: block;
  text-decoration: none; }

.btn-filter {
  background: #00687a 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-left: 1rem;
  padding-top: 0.997rem;
  padding-bottom: 0.997rem; }
  @media only screen and (max-width: 1223px) {
    .btn-filter {
      margin-left: 1.5rem; } }
  @media only screen and (max-width: 959px) {
    .btn-filter {
      margin-left: 2rem; } }
  @media only screen and (max-width: 767px) {
    .btn-filter {
      margin: 1rem 0;
      width: 100%; } }

.btn-filter-rss {
  background: #00687a 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 1.375rem;
  margin-left: 1.5rem;
  padding: 0.997rem 1.02825rem; }
  @media only screen and (max-width: 767px) {
    .btn-filter-rss {
      margin: 0 0;
      width: 100%; } }

.btn-language {
  background: transparent 0% 0% no-repeat padding-box;
  color: #2f3131;
  cursor: pointer;
  font-family: myriad-pro, sans-serif;
  font-size: 1rem;
  letter-spacing: 0rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.btn-opinion {
  background: #31834e 0% 0% no-repeat padding-box;
  color: #fff; }

.btn-contact {
  border-color: #00687a;
  padding-left: 22px;
  padding-right: 22px;
  /* Safari 10.1+ (alternate method) */ }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      @media only screen and (min-width: 959px) {
        .btn-contact {
          -webkit-padding-before: 14px;
          -webkit-padding-after: 14px; } } } }

.btn-read-more {
  border-color: #00687a; }

/** 
* Shortcode dynamic button styles
* 
* Other styles used are:
* 	- btn-service-list-dynamic which is found on _services.scss
*/
.btn-dynamic-border-primary {
  border-color: #00687a !important; }

.btn-dynamic-border-secondary {
  border-color: #f28d00 !important; }

.btn-dynamic-border-tertiary {
  border-color: #003f4a !important; }

.btn-dynamic-bg-primary {
  background: #00687a !important;
  color: #fff !important; }

.btn-dynamic-bg-secondary {
  background: #f28d00 !important;
  color: #2f3131 !important; }

.btn-dynamic-bg-tertiary {
  background: #003f4a !important;
  color: #fff !important; }

.btn-dynamic-icon-bg-primary {
  background: #00687a !important;
  color: #fff !important; }

.btn-dynamic-icon-bg-secondary {
  background: #f28d00 !important;
  color: #003f4a !important; }

.btn-dynamic-icon-bg-tertiary {
  background: #003f4a !important;
  color: #fff !important; }

.btn-dynamic-arrow-primary {
  display: flex;
  position: relative;
  padding: 16px 60px 16px 16px;
  text-decoration: none;
  text-align: left; }
  .btn-dynamic-arrow-primary:after {
    width: inherit; }

.btn-dynamic-arrow-secondary {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

.btn-dynamic-arrow-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.btn-dynamic-width-fit {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content; }

.btn-dynamic-width-full {
  width: 100%; }

.btn-dynamic-circle {
  background: transparent 0% 0% no-repeat padding-box;
  border-style: solid;
  border-width: 2px;
  display: flex;
  justify-content: center;
  padding: 16px;
  text-align: left; }
  .btn-dynamic-circle .btn-circle-align {
    display: flex; }
  .btn-dynamic-circle .btn-dynamic-text {
    padding-bottom: 0rem;
    position: relative;
    margin-top: 1px; }
    .btn-dynamic-circle .btn-dynamic-text p {
      font-family: freight-sans-pro, sans-serif;
      font-size: 1.375rem;
      font-weight: 600;
      margin: 0; }
  .btn-dynamic-circle:active .inner-circle, .btn-dynamic-circle:active .inner-circle-secondary, .btn-dynamic-circle:active .inner-circle-tertiary {
    background: #00687a; }
  .btn-dynamic-circle:hover .inner-circle, .btn-dynamic-circle:hover .inner-circle-secondary, .btn-dynamic-circle:hover .inner-circle-tertiary {
    background: #00687a; }
  .btn-dynamic-circle:active .inner-circle-secondary {
    background: #f28d00; }
  .btn-dynamic-circle:hover .inner-circle-secondary {
    background: #f28d00; }
  .btn-dynamic-circle:active .inner-circle-tertiary {
    background: #003f4a; }
  .btn-dynamic-circle:hover .inner-circle-tertiary {
    background: #003f4a; }
  @media only screen and (max-width: 767px) {
    .btn-dynamic-circle {
      margin-top: 0; }
      .btn-dynamic-circle .btn-dynamic-text {
        padding-bottom: 0rem;
        position: relative;
        margin-top: 1px; }
      .btn-dynamic-circle .outer-circle, .btn-dynamic-circle .outer-circle-secondary, .btn-dynamic-circle .outer-circle-tertiary {
        display: none; } }

.btn-dynamic-simple {
  border-style: solid;
  border-width: 2px;
  display: flex;
  justify-content: center;
  padding: 16px;
  text-align: left; }

.btn-dynamic-info-txt {
  margin-bottom: 0 !important;
  margin-top: 18px !important;
  text-align: left;
  color: #2f3131;
  position: relative; }

.input-search {
  background: #fff;
  border: 0.0625rem solid #003f4a;
  font-family: myriad-pro, sans-serif;
  height: 3.875rem;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  width: 100%; }
  @media only screen and (max-width: 1223px) {
    .input-search {
      width: 100%; } }

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

select.dropdown {
  background: #fff;
  border: 0.0625rem solid #818588;
  color: #2f3131;
  display: flex;
  font-family: myriad-pro, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 18rem;
  padding-top: 1rem;
  text-align: left;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%; }
  @media only screen and (max-device-width: 767px) {
    select.dropdown {
      width: 100%; } }

label.wrap {
  overflow: hidden;
  position: relative;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content; }
  @media only screen and (max-device-width: 767px) {
    label.wrap {
      padding-right: 0; } }

label.wrap:after {
  content: "\f107 ";
  font-family: FontAwesome;
  font-size: 1.1875rem;
  color: #00687a;
  position: absolute;
  right: 0;
  top: 1.125rem;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none; }
  @media only screen and (max-device-width: 767px) {
    label.wrap:after {
      right: 1rem; } }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Accordion
--------------------------------------------- */
/** Body / container **/
.bg-accordion-primary {
  background: #edf0f2 0% 0% no-repeat padding-box;
  cursor: pointer;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 1rem;
  padding-right: 2rem;
  position: relative; }
  .bg-accordion-primary-content {
    cursor: default;
    max-height: 0;
    overflow: hidden;
    padding-right: 1rem; }
    .bg-accordion-primary-content ul {
      margin-bottom: 32px; }
    .bg-accordion-primary-content ol {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      margin-bottom: 32px; }
    .bg-accordion-primary-content li {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400; }
    .bg-accordion-primary-content a {
      font-size: 1.125rem;
      font-weight: 400; }
    .bg-accordion-primary-content i {
      color: #00687a;
      font-size: 1.1875rem; }
    .bg-accordion-primary-content p {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.5; }
    .bg-accordion-primary-content h1 {
      font-family: freight-sans-pro, sans-serif;
      font-size: 1.875rem;
      font-weight: 600; }
    .bg-accordion-primary-content h4 {
      font-family: freight-sans-pro, sans-serif;
      font-size: 1.25rem;
      font-weight: 600; }
    .bg-accordion-primary-content .accordion-dynamic-content p {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      margin-block-end: 0;
      margin-block-start: 0;
      margin-bottom: 32px;
      line-height: 1.5; }
    .bg-accordion-primary-content .accordion-dynamic-content h4 {
      font-family: freight-sans-pro, sans-serif;
      font-size: 1.25rem;
      font-weight: 600; }
    .bg-accordion-primary-content .accordion-link-container {
      margin-bottom: 32px; }
    .bg-accordion-primary-content .accordion-link-wrapper {
      padding-bottom: 14px; }
      .bg-accordion-primary-content .accordion-link-wrapper .accordion-link-text {
        display: block;
        margin-top: -1.78rem;
        padding-left: 1rem; }
      .bg-accordion-primary-content .accordion-link-wrapper a {
        font-family: myriad-pro, sans-serif;
        font-size: 1.125rem;
        font-weight: 600;
        color: #2f3131;
        text-decoration: none; }
        .bg-accordion-primary-content .accordion-link-wrapper a :hover {
          text-decoration: underline; }
  .bg-accordion-primary.row [class^="col"], .bg-accordion-primary.row-custom [class^="col"], .bg-accordion-primary.row-dynamic [class^="col"] {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    .bg-accordion-primary {
      margin-left: 0.7rem;
      margin-right: 2.01375rem; } }

/** Buttons **/
.btn-accordion-primary {
  background: #00687a 0% 0% no-repeat padding-box;
  color: #fff;
  display: flex;
  font-size: 1.375rem;
  padding: 0.4985rem 0.49922rem;
  position: absolute;
  right: -0.5rem;
  top: 0.7rem;
  /* Safari 10.1+ (alternate method) */ }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      @media only screen and (min-width: 767px) {
        .btn-accordion-primary {
          padding: 0;
          -webkit-padding-end: 36.1px;
          -webkit-padding-start: 19px;
          -webkit-padding-before: 12px;
          -webkit-padding-after: 12px; } }
      @media only screen and (max-width: 767px) {
        .btn-accordion-primary {
          padding: 0;
          -webkit-padding-end: 28.2px;
          -webkit-padding-start: 12px;
          -webkit-padding-before: 6px;
          -webkit-padding-after: 7px; } } } }

/** Captions **/
.accordion-primary-fig-wrap {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.accordion-primary-figcaption {
  font-family: myriad-pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: -0.6rem;
  padding-top: 0.5rem;
  text-align: right; }

/** Heading **/
.accordion-h4 {
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 1rem; }

.acc-title-margin {
  margin-top: 24px; }

/* Articles
--------------------------------------------- */
/** Body / container **/
.bg-article-listing {
  background: #fff 0% 0% no-repeat padding-box;
  display: flex; }
  .bg-article-listing .bg-article-listing-content {
    background: #fff 0% 0% no-repeat padding-box;
    cursor: pointer;
    height: 100%; }
    .bg-article-listing .bg-article-listing-content h3 {
      color: #2f3131;
      font-weight: 600;
      margin-top: 1rem; }
      @media only screen and (min-width: 1799px) {
        .bg-article-listing .bg-article-listing-content h3 {
          color: #2f3131;
          font-weight: 600;
          margin-top: 1rem;
          padding-right: 5rem;
          padding-left: 6rem;
          text-align: left; } }
    .bg-article-listing .bg-article-listing-content p {
      color: #2f3131;
      font-size: 1.125rem;
      margin-bottom: 0.5rem;
      margin-top: 1rem; }
      @media only screen and (min-width: 1799px) {
        .bg-article-listing .bg-article-listing-content p {
          color: #2f3131;
          font-size: 1.125rem;
          margin-bottom: 0.5rem;
          margin-top: 1rem;
          text-align: left;
          padding-left: 6rem; } }
  @media only screen and (max-width: 767px) {
    .bg-article-listing {
      display: grid;
      height: 100%;
      overflow: hidden; }
      .bg-article-listing .bg-article-listing-content {
        background: #fff 0% 0% no-repeat padding-box;
        cursor: pointer;
        height: 100%;
        width: 100%; }
        .bg-article-listing .bg-article-listing-content h3 {
          color: #2f3131;
          font-weight: 600;
          margin-top: 1rem; }
        .bg-article-listing .bg-article-listing-content p {
          color: #2f3131;
          font-size: 1.125rem;
          margin-top: 1rem;
          padding-bottom: 3rem; } }

@media only screen and (min-width: 959px) {
  .bg-article-listing-browse {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem; }
    .bg-article-listing-browse a:last-child {
      margin-left: 2rem; } }

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .bg-article-listing-browse {
    margin-top: 3rem; } }

.bg-article-listing-filter {
  display: flex;
  padding-top: 1rem;
  position: relative;
  margin-bottom: 1rem; }
  .bg-article-listing-filter .bg-filter-rss {
    position: absolute;
    bottom: 0;
    right: 0; }
    .bg-article-listing-filter .bg-filter-rss a {
      color: #2f3131;
      font-size: 1.125rem;
      text-decoration: none; }
      .bg-article-listing-filter .bg-filter-rss a:visited {
        color: #000; }
  @media only screen and (min-width: 1799px) {
    .bg-article-listing-filter {
      padding-left: 5.84rem;
      margin-right: 5.84rem; } }
  @media only screen and (max-width: 1223px) {
    .bg-article-listing-filter {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 959px) {
    .bg-article-listing-filter {
      margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 767px) {
    .bg-article-listing-filter {
      display: grid;
      overflow: hidden;
      padding: 0.5rem 0;
      justify-content: center;
      align-items: center; } }

.read-more-articles {
  margin-bottom: 2rem; }

/* Typography */
.bg-article-listing-label {
  display: block; }

.news-header h2 {
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.625rem;
  font-weight: 700; }

.related-articles-image {
  background-size: cover;
  background-position: center center;
  border: 0.0625rem solid #d4d6d8;
  margin-bottom: 0.5rem; }

/** Social media icons **/
.sm-icons-article {
  color: #00687a;
  position: absolute;
  top: 1.5rem;
  right: 0; }
  .sm-icons-article span:not(:last-child) {
    margin-right: 1rem; }
  @media only screen and (max-width: 767px) {
    .sm-icons-article {
      margin-bottom: 1rem;
      position: relative;
      top: 0; } }

.sm-icons-article-bottom {
  color: #00687a; }
  .sm-icons-article-bottom span:not(:last-child) {
    margin-right: 1rem; }

/** Images **/
.article-image-container {
  margin-bottom: 2rem;
  margin-top: 2rem;
  width: 100%; }
  .article-image-container .photographer {
    float: right;
    margin-bottom: 0.2rem; }

.photographer {
  font-size: 1rem; }

.image-description {
  text-align: center; }
  .image-description p {
    font-size: 1rem;
    margin: 0.8075em 0; }

@media only screen and (min-width: 767px) {
  .article-meta-wrapper {
    margin-bottom: 18px; } }

/* Breadcrumbs
--------------------------------------------- */
/** Body / container **/
#breadcrumbs {
  margin-bottom: 0.5rem;
  font-size: 1.125rem; }
  #breadcrumbs a {
    font-size: 1.125rem; }

#breadcrumbs-dynamic {
  margin: 0;
  margin-block-end: 1rem;
  margin-block-start: 0; }

/** Lists **/
.breadcrumb-sep {
  color: #727679;
  font-family: FontAwesome;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.5rem; }

.ul-breadcrumb {
  background: transparent;
  list-style: none;
  padding: 0.8rem 1rem; }
  .ul-breadcrumb li {
    display: inline;
    font-size: 1.125rem; }
  .ul-breadcrumb li + li:before {
    color: #727679;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.375rem;
    font-weight: 400;
    padding: 1rem; }

/* 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; }

/* Citation
--------------------------------------------- */
/** Body / container **/
.bg-citation-desc {
  margin: 0;
  text-align: right; }
  .bg-citation-desc p {
    color: #585858;
    font-size: 1.125rem;
    font-weight: 600;
    margin-block-end: 0rem;
    margin-block-start: 0;
    margin: 0 0 1rem 0; }

.bg-citation-content h3 {
  font-weight: 600;
  margin-block-end: 1rem; }

@media only screen and (min-width: 383px) and (max-width: 767px) {
  .bg-citation-content {
    padding-left: 10rem; } }

@media only screen and (max-width: 383px) {
  .bg-citation-content {
    padding-left: 6rem; } }

@media only screen and (max-width: 767px) {
  .bg-citation [class*="col-"] {
    width: 96%; } }

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

.bypostauthor {
  display: block; }

/* Cookies
--------------------------------------------- */
/* Cookies banner */
#cookie-consent {
  background: #00687a;
  display: inline-block;
  position: fixed;
  bottom: 0;
  padding: 0.5rem 0;
  z-index: 2147483647;
  width: 100%; }
  #cookie-consent a {
    font-size: 1rem; }
  #cookie-consent p {
    font-size: 1rem; }
  #cookie-consent-close {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    top: 0rem;
    right: 0rem;
    font-size: 1.125rem;
    position: absolute; }
  #cookie-consent .grid-container .row, #cookie-consent .grid-container .row-custom, #cookie-consent .grid-container .row-dynamic {
    display: flex; }
    @media only screen and (max-width: 85.1875rem) {
      #cookie-consent .grid-container .row, #cookie-consent .grid-container .row-custom, #cookie-consent .grid-container .row-dynamic {
        display: block; } }
  #cookie-consent .grid-container .row [class^="col"], #cookie-consent .grid-container .row-custom [class^="col"], #cookie-consent .grid-container .row-dynamic [class^="col"] {
    align-items: center;
    display: flex; }
  @media only screen and (max-width: 85.1875rem) {
    #cookie-consent .grid-container .row [class^="col"], #cookie-consent .grid-container .row-custom [class^="col"], #cookie-consent .grid-container .row-dynamic [class^="col"] {
      display: flex;
      text-align: center;
      justify-content: center;
      width: 96%; } }

.cookie-consent-content {
  color: #fff;
  text-align: center;
  position: relative; }
  .cookie-consent-content p {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: left; }
    @media only screen and (max-width: 85.1875rem) {
      .cookie-consent-content p {
        text-align: center; } }

.btn-cookies-consent-accept {
  background: #003f4a;
  border: 1px solid #2f3131;
  cursor: pointer;
  font-size: 1rem;
  margin: 0.1rem 0;
  padding: 0.4rem 1rem;
  width: 100%; }

.btn-cookies-consent-accept-secondary {
  background: #fff;
  border: 1px solid #003f4a;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  width: 100%; }

.cookie-consent-btn-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap; }

.cookie-consent-text-wrapper {
  align-items: center;
  display: block; }
  .cookie-consent-text-wrapper[class*="col"] {
    width: 100%; }

.cookie-consent-ok-secondary {
  color: #2f3131;
  text-decoration: none; }

.cookie-consent-ok {
  color: #fff;
  text-decoration: none; }

@media only screen and (min-width: 85.1875rem) {
  .flex-right {
    justify-content: flex-end; } }

.cookie-link {
  color: #fff;
  text-decoration: underline; }

/** Cookies pop-up modal
/*
/* Not in use 30.9.2020
/*
**/
.bg-modal-cookies {
  background: #00687a 0% 0% no-repeat padding-box;
  color: #fff;
  display: flex;
  letter-spacing: 0;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3.4375rem;
  padding-top: 3rem;
  position: relative;
  text-align: left;
  max-width: 35.25rem; }
  .bg-modal-cookies p {
    margin-block-end: 0;
    margin-bottom: 0; }
  .bg-modal-cookies .bg-modal-cookies-buttons {
    background: transparent 0% 0% no-repeat padding-box; }
  @media only screen and (max-width: 767px) {
    .bg-modal-cookies {
      margin: 0 0.35rem;
      padding-left: 3rem;
      padding-right: 3rem;
      width: fit-content; }
      .bg-modal-cookies .row-align-left [class^="col"] {
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 2rem; } }

.btn-modal-cookies-close {
  background: transparent 0% 0% no-repeat padding-box;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem; }
  .btn-modal-cookies-close:focus {
    outline: none; }

.btn-modal-cookies-primary {
  background: #003f4a 0% 0% no-repeat padding-box; }
  .btn-modal-cookies-primary:focus {
    outline: none; }
  @media only screen and (max-width: 767px) {
    .btn-modal-cookies-primary {
      width: 100%; } }

.btn-modal-cookies-secondary {
  background: #fff 0% 0% no-repeat padding-box;
  color: #2f3131; }
  .btn-modal-cookies-secondary:focus {
    outline: none; }
  @media only screen and (max-width: 767px) {
    .btn-modal-cookies-secondary {
      width: 100%; } }

/* Events
--------------------------------------------- */
/** Body / container **/
.events-container {
  color: #2f3131;
  font-family: myriad-pro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5; }
  .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default {
    max-width: 100%; }
    @media (min-width: 767px) {
      .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default {
        display: flex;
        flex-wrap: wrap;
        gap: unset; } }
    @media only screen and (min-width: 90rem) {
      .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default {
        margin-bottom: -1rem; } }
    .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page {
      margin: 0.5rem 2%;
      min-height: 0.125rem;
      width: 29.33333%;
      padding-bottom: 1.5rem; }
      @media only screen and (min-width: 959px) and (max-width: 90rem) {
        .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page {
          padding-bottom: 3.5rem; } }
      @media (max-width: 959px) {
        .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page {
          width: 46%; } }
      @media (max-width: 767px) {
        .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page {
          width: 96%;
          display: block; } }
      .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page .bubster-summary .bubster-name {
        font-family: freight-sans-pro, sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0; }
      .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page .bubster-summary .bubster-time, .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page .bubster-summary .bubster-location {
        font-size: 1rem; }
      @media (max-width: 767px) {
        .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page .bubster-summary {
          padding: 5px;
          width: 100%; } }
      .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page .bubster-image {
        border: none; }
        @media (min-width: 767px) {
          .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page .bubster-image {
            height: 50%; } }
        @media (max-width: 767px) {
          .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page .bubster-image {
            position: relative;
            display: block;
            width: 100%;
            padding-bottom: 56.25%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            background-color: #eee; } }
    .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-page.bubster-page-hidden {
      display: none; }
    .events-container .bubster-list-4.bubster-widgets-plugin.bubster-css-default .bubster-more {
      display: none;
      visibility: hidden;
      /*
            background: transparent 0% 0% no-repeat padding-box;
            border: 0.125rem solid;
            color: #2f3131;
            cursor: pointer;
            font-family: myriad-pro, sans-serif;
            font-size: 1.375rem;
            font-weight: 400;
            border-color: #00687a;
            text-transform: none;
            border-radius: 0px;
            width: 100%;
            margin: auto;
            width: fit-content;
            width: -moz-fit-content;
            width: -webkit-fit-content;
            padding-left: 2rem;
            padding-right: 2rem;
            margin-top: 40px;
            */ }

.events-wrapper {
  margin: 3rem 0; }
  .events-wrapper-button {
    margin-top: 2rem; }
    @media only screen and (max-width: 767px) {
      .events-wrapper-button {
        margin-top: 0.5rem; } }

#load-more-events {
  margin-bottom: 2rem; }

/* Footer
--------------------------------------------- */
#footer-bar {
  background-color: #2F3131;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #footer-bar .sm-icons {
    white-space: nowrap; }
    #footer-bar .sm-icons a {
      font-size: 1rem; }
    @media only screen and (max-width: 1223px) {
      #footer-bar .sm-icons {
        margin-left: 1rem; } }
    #footer-bar .sm-icons span {
      color: #fff;
      margin-right: 1rem; }
  @media only screen and (max-width: 1223px) {
    #footer-bar .link-column {
      width: 100%; } }
  @media only screen and (max-width: 1223px) {
    #footer-bar .sm-icon-column {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 1223px) {
    #footer-bar .logo-column {
      text-align: center;
      width: 100%; } }
  #footer-bar .link-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    color: #fff;
    justify-content: end; }
    #footer-bar .link-list li {
      margin-left: 2rem;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 1223px) {
        #footer-bar .link-list li {
          margin-left: 0; } }
      #footer-bar .link-list li a {
        color: #fff; }
    @media only screen and (max-width: 1223px) {
      #footer-bar .link-list {
        justify-content: center; } }

#sitemap-section {
  background-color: #edf0f2;
  padding-top: 2rem;
  padding-bottom: 1rem; }

.footer-sitemap {
  list-style: none; }
  .footer-sitemap h2 {
    font-family: freight-sans-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem; }
  .footer-sitemap .sitemap-list {
    list-style: none;
    padding: 0; }
    .footer-sitemap .sitemap-list li {
      margin-bottom: 1.8rem; }
      .footer-sitemap .sitemap-list li a {
        display: block;
        text-decoration: underline;
        font-size: 1rem;
        color: #2f3131; }
  .footer-sitemap .sitemap-column {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }

.footer-container {
  margin-left: 8.75rem;
  margin-right: 8.75rem; }

#footer-logo {
  margin: 0; }
  #footer-logo img {
    height: 40px; }

.footer-container {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.btn-feedback span {
  color: #f28d00; }

.footer-deco {
  background-repeat: repeat-x;
  background-image: url("images/footer_deco.svg");
  position: absolute;
  height: 1.5rem;
  width: 100%;
  left: 0;
  top: -1rem; }
  @media only screen and (max-width: 767px) {
    .footer-deco {
      top: -1.4rem; } }

.footer-decoration {
  background-repeat: repeat-x;
  background-image: url("images/pelto.svg");
  position: absolute;
  height: 2.2rem;
  width: 100%;
  left: 0;
  top: -2.2rem; }
  .footer-decoration svg {
    fill: #d9e3e6; }

footer {
  margin-top: 80px;
  position: relative; }

.pre-footer-wrapper {
  word-wrap: break-word; }
  .pre-footer-wrapper .pre-footer {
    background-color: #ffffff;
    padding-top: 2rem; }
  .pre-footer-wrapper .seed-deco-lift {
    position: unset; }

#scroll-up .btn-scroll-up {
  position: fixed;
  background: #fff 0% 0% no-repeat padding-box;
  border: 2px solid #00687a;
  color: #00687a;
  display: none;
  padding-bottom: 0.601rem;
  padding-left: 0.813rem;
  padding-top: 0.4rem;
  padding-right: 0.813rem;
  right: 70px;
  top: auto;
  bottom: 75px;
  /* Safari 10.1+ (alternate method) */ }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      @media only screen and (min-width: 767px) {
        #scroll-up .btn-scroll-up {
          -webkit-padding-end: 45.5px; } }
      @media only screen and (max-width: 767px) {
        #scroll-up .btn-scroll-up {
          -webkit-padding-end: 40.5px; } } } }
  #scroll-up .btn-scroll-up:focus {
    box-shadow: none; }
  @media only screen and (max-width: 1223px) {
    #scroll-up .btn-scroll-up {
      bottom: 4.2rem;
      display: none;
      position: fixed;
      right: 0.625rem;
      top: auto;
      z-index: 99999; }
      #scroll-up .btn-scroll-up:focus {
        box-shadow: none; } }
  @media only screen and (max-width: 767px) {
    #scroll-up .btn-scroll-up {
      bottom: 5.5rem;
      display: none;
      position: fixed;
      right: 0.9rem;
      top: auto;
      z-index: 99999; } }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Header
--------------------------------------------- */
.site-container {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between; }

@media (max-width: 603px) {
  #wpadminbar + .site {
    margin-top: 0px !important; }
    #wpadminbar + .site #masthead {
      top: 46px; } }

@media (min-width: 603px) and (max-width: 783px) {
  #wpadminbar + .site {
    margin-top: 46px !important; }
    #wpadminbar + .site #masthead {
      top: 46px; } }

@media (min-width: 783px) {
  #wpadminbar + .site {
    margin-top: 32px !important; }
    #wpadminbar + .site #masthead {
      top: 32px; } }

#masthead {
  position: sticky;
  z-index: 20;
  background-color: white;
  transition: top 0.2s; }
  #masthead.fixed {
    position: fixed;
    width: 100%;
    top: -5px; }
  #masthead .fixed {
    position: fixed; }
  #masthead .language-bar {
    background: #edf0f2;
    clear: both; }
    #masthead .language-bar .language-buttons {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
  #masthead #search-box {
    display: none; }
  #masthead .site-branding {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media (max-width: 959px) {
      #masthead .site-branding {
        margin-top: 1rem;
        margin-left: 0;
        margin-right: 0;
        padding: 0 1rem 0 1rem; } }
    @media (max-width: 383px) {
      #masthead .site-branding {
        margin-top: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
        padding: 0 0 0 0; } }
    #masthead .site-branding .branding-container {
      display: flex; }
      #masthead .site-branding .branding-container #sipoo-logo {
        margin-left: 140px;
        flex-shrink: 0; }
        @media (max-width: 1799px) {
          #masthead .site-branding .branding-container #sipoo-logo {
            margin-left: 10px;
            flex-shrink: 0;
            padding: 10px; } }
        @media (max-width: 959px) {
          #masthead .site-branding .branding-container #sipoo-logo {
            margin-left: 55px;
            flex-shrink: 0;
            padding: 4px 10px 10px 10px; } }
      #masthead .site-branding .branding-container .sipoo-mobile-logo {
        padding: 10px;
        width: 33%;
        float: left;
        margin-left: 9px; }
        @media (max-width: 383px) {
          #masthead .site-branding .branding-container .sipoo-mobile-logo {
            width: 29%; } }
        @media (max-width: 767px) {
          #masthead .site-branding .branding-container .sipoo-mobile-logo img {
            min-width: 120px;
            padding-bottom: 5px;
            padding-top: 0px;
            width: 100%; } }
        @media (max-width: 383px) {
          #masthead .site-branding .branding-container .sipoo-mobile-logo img {
            min-width: 100px;
            width: 100%; } }
        @media (max-width: 339px) {
          #masthead .site-branding .branding-container .sipoo-mobile-logo img {
            min-width: 90px;
            width: 100%; } }
      #masthead .site-branding .branding-container .fill-remaining-space {
        flex: auto; }
      #masthead .site-branding .branding-container #sipoo-buttons {
        margin-left: 200px;
        margin-right: 200px; }
        @media (max-width: 1799px) {
          #masthead .site-branding .branding-container #sipoo-buttons {
            margin-left: 10px;
            margin-right: 7px; } }
  @media (max-width: 1799px) and (max-width: 767px) {
    #masthead .site-branding .branding-container #sipoo-buttons {
      width: 100%;
      margin: 0; } }
        #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons {
          display: block; }
          @media (max-width: 959px) {
            #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons {
              margin: 0 0rem; } }
          #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container {
            display: block;
            /** MENU BUTTON ON MOBILE **/ }
            @media (max-width: 959px) {
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container {
                display: block;
                flex-direction: row;
                margin: 0 0rem; } }
            @media (max-width: 767px) {
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container {
                display: block;
                flex-direction: row;
                float: right;
                margin: 0; } }
            @media (max-width: 550px) {
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container {
                display: block;
                flex-direction: row;
                float: right;
                margin: 0;
                padding-top: 4px; } }
            @media (max-width: 383px) {
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container {
                display: flex;
                flex-direction: row;
                float: right;
                margin: 0;
                padding-top: 1.8px; } }
            @media (max-width: 19.6875rem) {
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container {
                display: flex;
                flex-direction: column;
                float: right;
                margin-right: 1rem; } }
            #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper {
              display: none; }
              @media (max-width: 959px) {
                #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper {
                  display: block;
                  flex-direction: row;
                  margin: 0 0rem; } }
  @media (max-width: 959px) and (max-width: 767px) {
    #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button span {
      display: none; } }
  @media (max-width: 959px) and (max-width: 383px) {
    #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper {
      display: block; }
      #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button {
        flex-direction: row;
        padding: 0; }
        #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button span {
          display: none; } }
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper a {
                text-decoration: none;
                width: 100%; }
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper a, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button {
                align-items: center;
                padding: 0px 10px 0px 10px;
                padding: 6px 12px 6px 12px !important;
                margin-left: 5px; }
                #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper a.btn-menu, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button.btn-menu {
                  background: #00687a 0% 0%;
                  color: #fff;
                  font-family: myriad-pro, sans-serif;
                  font-size: 1.125rem;
                  white-space: nowrap;
                  border: 2px solid;
                  border-color: #00687a; }
                #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper a.btn-services, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button.btn-services {
                  background: transparent 0% 0% no-repeat padding-box;
                  border: 2px solid;
                  border-color: #f28d00;
                  color: #2f3131;
                  cursor: pointer;
                  font-family: myriad-pro, sans-serif;
                  font-size: 1.125rem;
                  font-weight: 400;
                  padding: 12px 8px 8px 11px !important; }
                  @media only screen and (min-width: 767px) and (max-width: 959px) {
                    #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper a.btn-services, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button.btn-services {
                      font-size: 1.375rem;
                      padding: 8px 9px 9px 12px !important; } }
                #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper a.btn-contact, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button.btn-contact {
                  background: transparent 0% 0% no-repeat padding-box;
                  border: 2px solid;
                  border-color: #000;
                  color: #2f3131;
                  cursor: pointer;
                  font-family: myriad-pro, sans-serif;
                  font-size: 1.125rem;
                  font-weight: 400; }
                  @media only screen and (min-width: 767px) and (max-width: 959px) {
                    #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper a.btn-contact, #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .menu-btn-mobile-flex-wrapper button.btn-contact {
                      font-size: 1.375rem; } }
            #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .btn-menu-mobile {
              background: none;
              border: none;
              cursor: pointer;
              font-size: 1rem;
              font-family: myriad-pro, sans-serif; }
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .btn-menu-mobile i {
                height: 1.5rem;
                font-size: 1.375rem; }
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .btn-menu-mobile span {
                font-size: 1.375rem;
                padding-left: 12px; }
                @media (max-width: 374px) {
                  #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .btn-menu-mobile span {
                    padding-left: 7.2px; } }
              @media (max-width: 767px) {
                #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .menu-button-container .btn-menu-mobile {
                  text-align: left; } }
          #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons {
            /** Services button on desktop */
            /** MENU BUTTON ON DESKTOP **/ }
            @media (max-width: 959px) {
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons {
                margin: 0 1rem;
                padding-top: 0.55rem; }
                #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons button {
                  height: 3.2rem;
                  align-items: center; } }
  @media (max-width: 959px) and (max-width: 383px) {
    #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons button {
      width: 100%;
      flex-direction: row; } }
            #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .menu-btn-wrapper-hide-on-mobile {
              display: inline-block; }
              #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .menu-btn-wrapper-hide-on-mobile a {
                height: 100%;
                width: 100%;
                display: inline;
                text-decoration: none; }
              @media (max-width: 959px) {
                #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .menu-btn-wrapper-hide-on-mobile {
                  display: none; } }
            #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .link-services {
              background: transparent 0% 0% no-repeat padding-box;
              border: 2px solid;
              border-color: #f28d00;
              color: #2f3131;
              cursor: pointer;
              font-family: myriad-pro, sans-serif;
              font-size: 1.375rem;
              font-weight: 400;
              padding: 16px 32px 17px 32px;
              margin-right: 4px; }
            #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .btn-menu {
              background: #00687a 0% 0% no-repeat;
              color: #fff;
              border: 2px solid #00687a;
              font-family: myriad-pro, sans-serif;
              font-size: 1.375rem;
              padding-top: 14px;
              padding-bottom: 14px;
              white-space: nowrap; }
              @media (max-width: 959px) {
                #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .btn-menu {
                  background: none;
                  border: none;
                  cursor: pointer;
                  color: #2f3131;
                  font-size: 1rem;
                  padding: 0; }
                  #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .btn-menu i {
                    height: 1.5rem;
                    font-size: 1.375rem; }
                  #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .btn-menu span {
                    font-size: 1.375rem;
                    padding-left: 12px; } }
    @media (max-width: 959px) and (max-width: 374px) {
      #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .btn-menu span {
        padding-left: 7.2px; } }
  @media (max-width: 959px) and (max-width: 767px) {
    #masthead .site-branding .branding-container #sipoo-buttons .menu-buttons .mobile-and-desktop-buttons .btn-menu {
      text-align: left; } }

/** NAVIGATION MENU ON DESKTOP **/
#header-menu {
  background-color: #fff;
  display: block;
  /** NAVIGATION MENU ON MOBILE **/ }
  #header-menu .header-menu-list {
    padding: 0;
    margin: 0; }
  #header-menu .menu-lower-section {
    background-color: #edf0f2; }
  #header-menu .menu-item-header {
    font-size: 1.625rem;
    display: flex;
    justify-content: space-between;
    padding-top: 1.7rem;
    padding-left: 1.5rem;
    pointer-events: none;
    width: 100%; }
  #header-menu .menu-list-item-icon {
    display: none;
    margin-right: 2rem;
    color: #00687a; }
  #header-menu .sub-menu {
    border-bottom: #00687a 1px solid;
    list-style: none;
    flex-basis: 100%;
    flex-wrap: wrap;
    height: 100%;
    padding: 0;
    padding-left: 1.5rem;
    color: #2f3131;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    #header-menu .sub-menu .menu-link {
      display: block;
      text-decoration: none;
      font-size: 1rem;
      padding-bottom: 1.7rem;
      color: #2f3131; }
    @media only screen and (max-width: 90rem) {
      #header-menu .sub-menu [class*="col-"] {
        width: 29.3%; } }
    @media only screen and (max-width: 70rem) {
      #header-menu .sub-menu [class*="col-"] {
        width: 46%; } }
    @media only screen and (max-width: 959px) {
      #header-menu .sub-menu [class*="col-"] {
        width: 96%; } }
  #header-menu .sub-menu:last-child {
    border-bottom: none; }
  #header-menu .close-submenu-color {
    color: #f28d00; }
  @media (max-width: 959px) {
    #header-menu {
      background-color: #fff;
      display: block; }
      #header-menu .active-submenu-header {
        background: #065B6D;
        color: #fff; }
      #header-menu .menu-lower-section {
        background-color: #fff; }
      #header-menu .menu-lower-section .grid-container-custom .row .menu-column, #header-menu .menu-lower-section .grid-container-custom .row-custom .menu-column, #header-menu .menu-lower-section .grid-container-custom .row-dynamic .menu-column {
        width: 100%;
        margin: 0 auto;
        list-style: none; }
      #header-menu .services-nagivation {
        border-bottom: #00687a 1px solid;
        width: 100%; }
      #header-menu .menu-item-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: all;
        padding-bottom: 1.7rem;
        padding-top: 1.7rem;
        padding-left: 1.5rem;
        font-size: 1.2rem;
        border-bottom: #00687a 1px solid; }
        #header-menu .menu-item-header:hover {
          background: #00687a;
          color: #fff; }
          #header-menu .menu-item-header:hover i {
            color: #fff; }
      #header-menu .menu-list-item-icon {
        display: block; }
      #header-menu .sub-menu {
        border-bottom: #00687a 1px solid;
        list-style: none;
        flex-basis: 100%;
        flex-wrap: wrap;
        height: 100%;
        padding: 0;
        padding-left: 1.5rem;
        display: none;
        background: #d9e3e6;
        color: #2f3131;
        padding-top: 1rem;
        padding-bottom: 1rem; }
      #header-menu .sub-menu:last-child {
        border-bottom: none; }
      #header-menu .show-submenu {
        display: block; }
      #header-menu .close-submenu-color {
        color: #f28d00; } }

#header-menu-popup {
  background-color: rgba(0, 0, 0, 0.4) !important;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%; }
  #header-menu-popup nav ul {
    list-style: none !important; }
    #header-menu-popup nav ul li {
      list-style: none; }
  #header-menu-popup .header-menu-popup-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 90%; }
    @media (max-width: 959px) {
      #header-menu-popup .header-menu-popup-content {
        width: 65%; } }

/* Header menu
--------------------------------------------- */
/* Hero
--------------------------------------------- */
#hero-wrapper {
  position: relative;
  overflow: hidden; }

.hero-top-bar {
  background: #d9e3e6 0% 0% no-repeat padding-box;
  width: 100%;
  height: 1.5rem; }

.hero-image-wrapper {
  margin-top: -1.5rem; }

.hero-title-container {
  position: relative;
  background: #edf0f2;
  width: 664px;
  height: fit-content;
  padding: 3.1rem 3rem 3rem 3rem;
  z-index: 1;
  margin-bottom: 1rem;
  margin-top: -60px;
  margin-left: 7.3rem; }
  @media only screen and (min-width: 2500px) {
    .hero-title-container {
      margin-left: 25.55rem; } }
  @media only screen and (min-width: 1920px) {
    .hero-title-container {
      margin-left: 25.55rem; } }
  @media only screen and (max-width: 1799px) {
    .hero-title-container {
      margin-left: 7.3rem; } }
  @media only screen and (max-width: 1223px) {
    .hero-title-container {
      margin-left: 8.3rem; } }
  @media only screen and (max-width: 959px) {
    .hero-title-container {
      margin-left: 2.3rem; } }
  @media only screen and (max-width: 767px) {
    .hero-title-container {
      margin-left: 0;
      margin-top: 0;
      width: 100%; } }

.hero-sub-image-container {
  position: absolute;
  width: 100%;
  right: -664px;
  top: 150px;
  padding-right: 7.3rem; }

.hero-button-text {
  color: #fff;
  font-weight: 600;
  margin-block-end: 0;
  margin-block-start: 0;
  text-align: center;
  text-decoration: none; }

.hero-button-content {
  background: #00687a 0% 0% no-repeat padding-box;
  color: #fff;
  cursor: pointer;
  display: block;
  padding-left: 0.8rem;
  padding-bottom: 0.5rem;
  padding-right: 0.8rem;
  padding-top: 0.5rem;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  text-align: center; }

.hero-button-icon {
  background: #003f4a 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 1.125rem;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 11px;
  position: absolute;
  right: -40.5px;
  top: 0; }
  @media only screen and (max-width: 550px) {
    .hero-button-icon {
      background: #003f4a 0% 0% no-repeat padding-box;
      color: #fff;
      font-size: 1.125rem;
      height: 100%;
      padding-left: 13px;
      padding-right: 13px;
      padding-top: 8px;
      position: absolute;
      right: -30px;
      top: 0; } }

/* Image carousel
--------------------------------------------- */
/* Position the image container (needed to position the left and right arrows) */
.carousel-container {
  position: relative; }

/* Hide the images by default */
.my-slides {
  display: none; }

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer; }

/* Next & previous buttons */
.carousel-prev,
.carousel-next {
  cursor: pointer;
  position: absolute;
  background: #003f4a;
  color: #fff;
  border: none;
  font-size: 2rem;
  user-select: none;
  -webkit-user-select: none;
  height: 55px;
  width: 48px;
  top: 38.125%;
  -ms-transform: translateY(-38.125%);
  transform: translateY(-38.125%); }
  @media only screen and (max-width: 550px) {
    .carousel-prev,
    .carousel-next {
      height: 40px;
      width: 34px;
      font-size: 1.8rem; } }

.carousel-next {
  padding-right: 2px;
  right: 0; }
  @media only screen and (max-width: 1799px) {
    .carousel-next {
      right: -0.8%; } }
  @media only screen and (max-width: 1320px) {
    .carousel-next {
      right: -1.5%; } }
  @media only screen and (max-width: 1024px) {
    .carousel-next {
      right: -2%; } }
  @media only screen and (max-width: 959px) {
    .carousel-next {
      right: -2.4%; } }
  @media only screen and (max-width: 767px) {
    .carousel-next {
      right: -1%; } }
  @media only screen and (max-width: 415px) {
    .carousel-next {
      right: -2.4%; } }

.carousel-prev {
  padding-left: 2px;
  left: 0; }
  @media only screen and (max-width: 1799px) {
    .carousel-prev {
      left: -0.8%; } }
  @media only screen and (max-width: 1320px) {
    .carousel-prev {
      left: -1.5%; } }
  @media only screen and (max-width: 1024px) {
    .carousel-prev {
      left: -2%; } }
  @media only screen and (max-width: 959px) {
    .carousel-prev {
      left: -2.4%; } }
  @media only screen and (max-width: 767px) {
    .carousel-prev {
      left: -1%; } }
  @media only screen and (max-width: 415px) {
    .carousel-prev {
      left: -2.4%; } }

.thumbnail-next,
.thumbnail-prev {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.8rem; }

/* On hover, add a black background color with a little bit see-through */
.carousel-prev:hover,
.carousel-next:hover {
  background-color: rgba(0, 63, 74, 0.8); }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white; }

.carousel-row:after {
  content: "";
  display: table;
  clear: both; }

.carousel-row {
  display: flex;
  align-items: center;
  justify-content: center; }

/* Six columns side by side */
.carousel-column {
  cursor: pointer;
  float: left;
  width: 16.66%;
  margin-left: 2%;
  height: 100%; }
  .carousel-column-arrow-left {
    float: left;
    height: 100%;
    margin-left: 2%;
    margin-top: 14px; }
  .carousel-column-arrow-right {
    float: left;
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 14px; }

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6; }

.active,
.demo:hover {
  opacity: 1; }

/* Lifts
--------------------------------------------- */
/** Body / container **/
.bg-lifts, .bg-lifts-bottom, .bg-lifts-top, .bg-lifts-simple, .bg-lifts-simple-narrow {
  display: flex;
  width: 100%; }
  .bg-lifts p, .bg-lifts-bottom p, .bg-lifts-top p, .bg-lifts-simple p, .bg-lifts-simple-narrow p {
    color: #2f3131;
    font-family: myriad-pro, sans-serif;
    font-size: myriad-pro, sans-serif;
    font-weight: 400;
    margin-right: 3rem;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-bottom: 32px; }
  .bg-lifts h1, .bg-lifts-bottom h1, .bg-lifts-top h1, .bg-lifts-simple h1, .bg-lifts-simple-narrow h1, .bg-lifts h2, .bg-lifts-bottom h2, .bg-lifts-top h2, .bg-lifts-simple h2, .bg-lifts-simple-narrow h2, .bg-lifts h3, .bg-lifts-bottom h3, .bg-lifts-top h3, .bg-lifts-simple h3, .bg-lifts-simple-narrow h3, .bg-lifts h4, .bg-lifts-bottom h4, .bg-lifts-top h4, .bg-lifts-simple h4, .bg-lifts-simple-narrow h4 {
    color: #2f3131; }
  @media only screen and (max-width: 85rem) {
    .bg-lifts, .bg-lifts-bottom, .bg-lifts-top, .bg-lifts-simple, .bg-lifts-simple-narrow {
      display: block; }
      .bg-lifts h1, .bg-lifts-bottom h1, .bg-lifts-top h1, .bg-lifts-simple h1, .bg-lifts-simple-narrow h1, .bg-lifts h2, .bg-lifts-bottom h2, .bg-lifts-top h2, .bg-lifts-simple h2, .bg-lifts-simple-narrow h2, .bg-lifts h3, .bg-lifts-bottom h3, .bg-lifts-top h3, .bg-lifts-simple h3, .bg-lifts-simple-narrow h3, .bg-lifts h4, .bg-lifts-bottom h4, .bg-lifts-top h4, .bg-lifts-simple h4, .bg-lifts-simple-narrow h4 {
        color: #2f3131; }
      .bg-lifts.row [class*="col"], .row.bg-lifts-bottom [class*="col"], .bg-lifts-bottom.row-custom [class*="col"], .bg-lifts-bottom.row-dynamic [class*="col"], .row.bg-lifts-top [class*="col"], .bg-lifts-top.row-custom [class*="col"], .bg-lifts-top.row-dynamic [class*="col"], .row.bg-lifts-simple [class*="col"], .row.bg-lifts-simple-narrow [class*="col"], .bg-lifts-simple-narrow.row-custom [class*="col"], .bg-lifts-simple-narrow.row-dynamic [class*="col"], .bg-lifts-simple.row-custom [class*="col"], .bg-lifts-simple.row-dynamic [class*="col"], .bg-lifts.row-custom [class*="col"], .bg-lifts.row-dynamic [class*="col"] {
        width: 96%; } }
  @media only screen and (max-width: 767px) {
    .bg-lifts, .bg-lifts-bottom, .bg-lifts-top, .bg-lifts-simple, .bg-lifts-simple-narrow {
      text-align: left;
      display: block; }
      .bg-lifts h1, .bg-lifts-bottom h1, .bg-lifts-top h1, .bg-lifts-simple h1, .bg-lifts-simple-narrow h1, .bg-lifts h2, .bg-lifts-bottom h2, .bg-lifts-top h2, .bg-lifts-simple h2, .bg-lifts-simple-narrow h2, .bg-lifts h3, .bg-lifts-bottom h3, .bg-lifts-top h3, .bg-lifts-simple h3, .bg-lifts-simple-narrow h3, .bg-lifts h4, .bg-lifts-bottom h4, .bg-lifts-top h4, .bg-lifts-simple h4, .bg-lifts-simple-narrow h4 {
        align-items: center;
        color: #2f3131;
        line-height: 1.5;
        justify-content: center; }
      .bg-lifts p, .bg-lifts-bottom p, .bg-lifts-top p, .bg-lifts-simple p, .bg-lifts-simple-narrow p {
        color: #2f3131;
        margin-block-end: 0;
        margin-block-start: 0;
        margin-bottom: 32px; } }
  .bg-lifts-bottom {
    background: #edf0f2 0% 0% no-repeat padding-box;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media only screen and (max-width: 85rem) {
      .bg-lifts-bottom {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem; } }
  .bg-lifts-content {
    margin-top: 0; }
  @media only screen and (max-width: 85rem) {
    .bg-lifts-image-bottom {
      padding-bottom: 1.7rem; } }
  @media only screen and (max-width: 959px) {
    .bg-lifts-image-bottom {
      padding-bottom: 1.2rem; } }
  @media only screen and (max-width: 767px) {
    .bg-lifts-image-bottom {
      padding-bottom: 0.8rem; } }
  @media only screen and (max-width: 85rem) {
    .bg-lifts-image-top {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .bg-lifts-image-top {
      padding-top: 2rem; } }
  .bg-lifts-top {
    background: #d9e3e6 0% 0% no-repeat padding-box;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media only screen and (max-width: 85rem) {
      .bg-lifts-top {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem; } }
  .bg-lifts-simple, .bg-lifts-simple-narrow {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #d9e3e6 0% 0% no-repeat padding-box; }
    @media only screen and (max-width: 85rem) {
      .bg-lifts-simple, .bg-lifts-simple-narrow {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem; } }
    .bg-lifts-simple .font-color-primary h1, .bg-lifts-simple-narrow .font-color-primary h1, .bg-lifts-simple .font-color-primary h2, .bg-lifts-simple-narrow .font-color-primary h2, .bg-lifts-simple .font-color-primary h3, .bg-lifts-simple-narrow .font-color-primary h3, .bg-lifts-simple .font-color-primary h4, .bg-lifts-simple-narrow .font-color-primary h4, .bg-lifts-simple .font-color-primary h5, .bg-lifts-simple-narrow .font-color-primary h5, .bg-lifts-simple .font-color-primary h6, .bg-lifts-simple-narrow .font-color-primary h6, .bg-lifts-simple .font-color-primary p, .bg-lifts-simple-narrow .font-color-primary p {
      color: #2f3131; }
    .bg-lifts-simple .font-color-secondary h1, .bg-lifts-simple-narrow .font-color-secondary h1, .bg-lifts-simple .font-color-secondary h2, .bg-lifts-simple-narrow .font-color-secondary h2, .bg-lifts-simple .font-color-secondary h3, .bg-lifts-simple-narrow .font-color-secondary h3, .bg-lifts-simple .font-color-secondary h4, .bg-lifts-simple-narrow .font-color-secondary h4, .bg-lifts-simple .font-color-secondary h5, .bg-lifts-simple-narrow .font-color-secondary h5, .bg-lifts-simple .font-color-secondary h6, .bg-lifts-simple-narrow .font-color-secondary h6, .bg-lifts-simple .font-color-secondary p, .bg-lifts-simple-narrow .font-color-secondary p {
      color: #fff; }
    .bg-lifts-simple-narrow {
      padding: 0 21.15625rem; }
      @media only screen and (min-width: 2750px) {
        .bg-lifts-simple-narrow {
          padding: 0 52.89062rem; } }
      @media only screen and (max-width: 2750px) {
        .bg-lifts-simple-narrow {
          padding: 0 38.08125rem; } }
      @media only screen and (max-width: 2500px) {
        .bg-lifts-simple-narrow {
          padding: 0 29.61875rem; } }
      @media only screen and (max-width: 1920px) {
        .bg-lifts-simple-narrow {
          padding: 0 21.15625rem; } }
      @media only screen and (max-width: 1799px) {
        .bg-lifts-simple-narrow {
          padding: 0 12.69375rem; } }
      @media only screen and (max-width: 959px) {
        .bg-lifts-simple-narrow {
          padding: 0 6.34687rem; } }
      @media only screen and (max-width: 767px) {
        .bg-lifts-simple-narrow {
          padding: 0 1.05781rem; } }
  .bg-lifts-dynamic-container {
    position: relative; }

/** Buttons **/
.lift-button-primary, .lift-button-secondary, .lift-button-tertiary {
  background: #00687a 0% 0% no-repeat padding-box;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-top: 32px;
  padding-left: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.8rem;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  text-align: center;
  text-decoration: none; }

.lift-button-secondary {
  background: #003f4a 0% 0% no-repeat padding-box;
  color: #fff; }

.lift-button-tertiary {
  background: #2f3131 0% 0% no-repeat padding-box;
  color: #fff; }

.bg-lifts-button-primary {
  background: #00687a 0% 0% no-repeat padding-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  padding-left: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 5.5rem;
  padding-top: 0.8rem;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  text-align: left; }
  .bg-lifts-button-primary h3 {
    font-weight: 600; }

.btn-lifts-icon-primary {
  background: #003f4a 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 1.125rem;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 0; }

.dynamic-lifts-link a, .lifts-list ul a a, .lifts-list-primary ul a a, .lifts-list-secondary ul a a {
  color: #fff; }

/** Lifts list styling on lift area **/
.lifts-list ul, .lifts-list-primary ul, .lifts-list-secondary ul {
  list-style: none;
  padding-inline-start: 0;
  font-size: 1.625rem;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.1rem; }
  .lifts-list ul li, .lifts-list-primary ul li, .lifts-list-secondary ul li {
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
    word-break: break-word; }
  .lifts-list ul li:before, .lifts-list-primary ul li:before, .lifts-list-secondary ul li:before {
    color: #00687a;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.125rem;
    padding-right: 0.8rem; }
  .lifts-list ul p, .lifts-list-primary ul p, .lifts-list-secondary ul p, .lifts-list ul h1, .lifts-list-primary ul h1, .lifts-list-secondary ul h1, .lifts-list ul h2, .lifts-list-primary ul h2, .lifts-list-secondary ul h2, .lifts-list ul h3, .lifts-list-primary ul h3, .lifts-list-secondary ul h3, .lifts-list ul h4, .lifts-list-primary ul h4, .lifts-list-secondary ul h4 {
    font-size: 1.625rem;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.1rem; }

@media only screen and (max-width: 767px) {
  .lifts-list, .lifts-list-primary, .lifts-list-secondary {
    text-align: left;
    padding-inline-start: 0; } }

.lifts-list-secondary li {
  color: #fff !important; }

.lifts-list-secondary li:before {
  color: #ce7800 !important; }

.image-ratio-modern-lift {
  height: 100%;
  width: 100%; }

#modern-lift-wrapper {
  display: flex;
  margin-top: 0;
  overflow: hidden;
  width: 100%; }
  #modern-lift-wrapper .text-container, #modern-lift-wrapper .text-container-left, #modern-lift-wrapper .text-container-right {
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-width: 60%;
    max-width: 60%;
    min-height: 300px;
    position: relative; }
    @media only screen and (max-width: 383px) {
      #modern-lift-wrapper .text-container, #modern-lift-wrapper .text-container-left, #modern-lift-wrapper .text-container-right {
        min-width: 80%;
        max-width: 80%; } }
    #modern-lift-wrapper .text-container-left {
      transform: skew(-10deg);
      z-index: 1; }
    #modern-lift-wrapper .text-container-right {
      transform: skew(10deg);
      margin-left: -32px; }
  #modern-lift-wrapper .content-wrapper, #modern-lift-wrapper .content-wrapper-left, #modern-lift-wrapper .content-wrapper-right {
    margin-left: 9rem; }
    #modern-lift-wrapper .content-wrapper-left {
      transform: skew(10deg);
      margin-right: 2rem; }
      @media only screen and (max-width: 1223px) {
        #modern-lift-wrapper .content-wrapper-left {
          margin-left: 5rem; } }
      @media only screen and (max-width: 550px) {
        #modern-lift-wrapper .content-wrapper-left {
          margin-left: 2rem; } }
      @media only screen and (max-width: 383px) {
        #modern-lift-wrapper .content-wrapper-left {
          margin-left: 1rem;
          margin-right: 1rem; } }
    #modern-lift-wrapper .content-wrapper-right {
      margin-left: 5rem;
      margin-right: 7rem;
      transform: skew(-10deg); }
      @media only screen and (max-width: 1223px) {
        #modern-lift-wrapper .content-wrapper-right {
          margin-right: 5rem; } }
      @media only screen and (max-width: 550px) {
        #modern-lift-wrapper .content-wrapper-right {
          margin-right: 2rem; } }
      @media only screen and (max-width: 383px) {
        #modern-lift-wrapper .content-wrapper-right {
          margin-right: 1rem;
          margin-left: 3rem; } }
  #modern-lift-wrapper .img-container, #modern-lift-wrapper .img-container-right, #modern-lift-wrapper .img-container-left {
    min-width: 45%;
    max-width: 45%;
    min-height: 300px; }
    #modern-lift-wrapper .img-container-right {
      box-sizing: border-box;
      margin: 0;
      transform: skewX(-10deg); }
    #modern-lift-wrapper .img-container-left {
      box-sizing: border-box;
      margin: 0;
      transform: skew(10deg); }
      @media only screen and (max-width: 383px) {
        #modern-lift-wrapper .img-container-left {
          min-width: 25%;
          max-width: 25%; } }
  #modern-lift-wrapper .font-color-primary h1, #modern-lift-wrapper .font-color-primary h2, #modern-lift-wrapper .font-color-primary h3, #modern-lift-wrapper .font-color-primary h4, #modern-lift-wrapper .font-color-primary h5, #modern-lift-wrapper .font-color-primary h6, #modern-lift-wrapper .font-color-primary p {
    color: #2f3131; }
  #modern-lift-wrapper .font-color-secondary h1, #modern-lift-wrapper .font-color-secondary h2, #modern-lift-wrapper .font-color-secondary h3, #modern-lift-wrapper .font-color-secondary h4, #modern-lift-wrapper .font-color-secondary h5, #modern-lift-wrapper .font-color-secondary h6, #modern-lift-wrapper .font-color-secondary p {
    color: #fff; }

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      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 {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    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: flex; } }

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  margin-top: 35px; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }
  .comment-navigation .nav-previous a,
  .posts-navigation .nav-previous a,
  .post-navigation .nav-previous a {
    border-color: #00687a;
    color: #2f3131;
    text-align: left;
    text-decoration: none; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }
  .comment-navigation .nav-next a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-next a {
    border-color: #00687a;
    color: #2f3131;
    text-align: right;
    text-decoration: none; }

/* News
--------------------------------------------- */
.news-item, .notification-item {
  overflow: hidden; }

.news-list, .notification-board {
  display: flex;
  flex-wrap: wrap; }
  .news-list a, .notification-board a {
    color: #2f3131;
    text-decoration: none; }
  .news-list h1, .notification-board h1, .news-list h3, .notification-board h3, .news-list h4, .notification-board h4 {
    font-weight: 600;
    margin-top: 0.5rem; }
  .news-list h2, .notification-board h2 {
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 0.5rem; }
  .news-list p, .notification-board p {
    font-size: 1rem;
    margin-block-start: 0;
    margin-top: 0.5rem; }

.news-wrapper {
  margin: 3rem 0; }

/* Crisis lift
--------------------------------------------- */
/** Body / container **/
.bg-crisis-lift {
  background: #d9e3e6 0% 0% no-repeat padding-box;
  display: flex;
  padding-bottom: 14px;
  padding-top: 14px;
  width: 100%; }
  .bg-crisis-lift-content {
    background: #fff 0% 0% no-repeat padding-box;
    height: 100%;
    position: relative; }
    .bg-crisis-lift-content p {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400;
      margin-block-start: 0;
      margin-block-end: 0;
      padding: 20px;
      margin-right: 50px; }
    .bg-crisis-lift-content a {
      font-family: myriad-pro, sans-serif;
      font-size: 1.125rem;
      font-weight: 400; }
  @media only screen and (max-width: 1050px) {
    .bg-crisis-lift {
      display: grid;
      grid-auto-rows: 1fr;
      grid-row-gap: 0.2rem;
      height: 100%;
      overflow: hidden;
      padding: 9px 0;
      /* For deleting extra content row when using grid layout */ }
      .bg-crisis-lift-content {
        margin-left: auto;
        margin-right: auto;
        width: 92%;
        position: relative; }
        .bg-crisis-lift-content a {
          margin-bottom: 0;
          text-align: center; }
        .bg-crisis-lift-content p {
          margin-bottom: 0;
          text-align: center;
          margin-right: 50px; }
      .bg-crisis-lift.row [class^="col"], .bg-crisis-lift.row-custom [class^="col"], .bg-crisis-lift.row-dynamic [class^="col"] {
        width: 96%; }
      .bg-crisis-lift .row:after, .bg-crisis-lift .row-custom:after, .bg-crisis-lift .row-dynamic:after {
        display: none; } }
  @media only screen and (max-width: 550px) {
    .bg-crisis-lift {
      display: block; } }

.exlamation-icon {
  font-size: 2.05rem;
  color: #f28d00;
  position: absolute;
  top: 18%;
  right: 15px; }
  @media only screen and (max-width: 383px) {
    .exlamation-icon {
      top: 8%; } }

.bg-crisis-lift-button-expanded {
  background: #d9e3e6;
  top: 28px;
  position: relative;
  height: 22px;
  padding-top: 4px;
  z-index: 10; }
  @media only screen and (min-width: 1799px) {
    .bg-crisis-lift-button-expanded {
      top: 70px; } }

.bg-crisis-lift-button-collapsed {
  background: #edf0f2;
  top: 28px;
  position: relative;
  height: 31px;
  padding-top: 4px;
  z-index: 10;
  margin-bottom: 32px; }

#collapse-crisis-lift-wrapper {
  margin-top: -8px;
  padding-bottom: 6px;
  margin-bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #collapse-crisis-lift-wrapper.collapsed {
    margin-top: 20px; }
  @media only screen and (min-width: 1799px) {
    #collapse-crisis-lift-wrapper {
      margin-top: -23px; } }

#cl-collapse {
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: -6px;
  margin-top: -20px;
  padding: 0;
  width: fit-content; }

.crisis-lift-icon {
  color: #00687a;
  font-size: 1.25rem;
  position: relative;
  top: 2px; }

/* Notifications
--------------------------------------------- */
.notification-board-wrapper {
  margin: 3rem 0; }

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

.post,
.page {
  margin: 0; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1rem 21.15625rem; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-summary h1,
  .entry-summary h2,
  .entry-summary h3,
  .entry-summary h4 {
    margin-bottom: 1rem; }
  @media only screen and (min-width: 2750px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin: 1rem 46.54375rem; } }
  @media only screen and (max-width: 2750px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin: 1rem 38.08125rem; } }
  @media only screen and (max-width: 2500px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin: 1rem 27.50313rem; } }
  @media only screen and (max-width: 1920px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin: 1rem 21.15625rem; } }
  @media only screen and (max-width: 1799px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin: 1rem 8.4625rem; } }
  @media only screen and (max-width: 959px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin: 1rem 6.34687rem; } }
  @media only screen and (max-width: 767px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin: 1rem 1.05781rem; } }

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

.article-category {
  margin-top: 2rem; }

.article-meta {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important; }
  .article-meta p {
    font-size: 1.125rem;
    margin: 0.5rem 0; }
  @media only screen and (max-width: 767px) {
    .article-meta {
      margin-bottom: 1rem !important; } }

.article-summary p {
  font-size: 1.125rem;
  margin: 0; }

.modified-date p {
  color: #727679;
  font-size: 1.125rem; }

.related-articles-container {
  margin-bottom: 2rem;
  margin-top: 2rem;
  /* margin for custom grid container */ }
  .related-articles-container .row-custom [class^="col"]:not(:last-child) {
    margin-right: 2rem; }
  .related-articles-container a {
    color: #2f3131;
    text-decoration: none; }
  .related-articles-container p {
    font-size: 1.125rem;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .related-articles-container p {
        margin-bottom: 2.5rem; } }

.narrow-content {
  margin: 1rem 21.15625rem; }
  @media only screen and (min-width: 2750px) {
    .narrow-content {
      margin: 1rem 16.925rem; } }
  @media only screen and (max-width: 2750px) {
    .narrow-content {
      margin: 1rem 10.57812rem; } }
  @media only screen and (max-width: 2500px) {
    .narrow-content {
      margin: 1rem 10.57812rem; } }
  @media only screen and (max-width: 2280px) {
    .narrow-content {
      margin: 1rem 6.34687rem; } }
  @media only screen and (max-width: 1920px) {
    .narrow-content {
      margin: 1rem 12.69375rem; } }
  @media only screen and (max-width: 1799px) {
    .narrow-content {
      margin: 1rem 12.69375rem; } }
  @media only screen and (max-width: 1390px) {
    .narrow-content {
      margin: 1rem 9.52031rem; } }
  @media only screen and (max-width: 1223px) {
    .narrow-content {
      margin: 1rem 6.34687rem; } }
  @media only screen and (max-width: 959px) {
    .narrow-content {
      margin: 1rem 4.23125rem; } }
  @media only screen and (max-width: 767px) {
    .narrow-content {
      margin: 1rem 0rem; } }

/* Search
--------------------------------------------- */
/** Search page **/
.entry-header h1.entry-title {
  margin-bottom: 0; }

.entry-header a {
  color: #00687a;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: none; }
  .entry-header a:hover {
    text-decoration: underline; }

.entry-header h2 {
  line-height: 2.2rem;
  margin-bottom: 0.5rem; }

.entry-header p {
  margin-bottom: 1.5rem;
  margin-block-start: 0.5rem; }

.search-meta {
  color: #767676;
  font-size: 1.125rem; }

.search-page-searchbox-wrapper {
  padding-bottom: 25px; }

.search-results-title {
  margin-bottom: 0.8rem; }
  .search-results-title span {
    font-weight: 500;
    font-size: 1.625rem; }

.page-title {
  clear: both;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.625rem;
  font-weight: 700; }

/** Body / container **/
.search-area-container {
  display: inline-block;
  width: 100%; }
  .search-area-container h2 {
    margin-top: 0.2rem;
    line-height: 1.2; }
  .search-area-container h3 {
    line-height: 1.2; }
    @media only screen and (min-width: 1920px) and (max-width: 2500px) {
      .search-area-container h3 {
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 959px) and (max-width: 1920px) {
      .search-area-container h3 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem; } }
    @media only screen and (max-width: 959px) {
      .search-area-container h3 {
        margin-bottom: 1.1rem;
        margin-top: 1.1rem; } }
  @media only screen and (min-width: 89.8125rem) and (max-width: 1223px) {
    .search-area-container {
      padding-top: 22%; } }
  @media only screen and (max-width: 767px) {
    .search-area-container p,
    .search-area-container h1,
    .search-area-container h2,
    .search-area-container h4 {
      text-align: center; }
    .search-area-container h3 {
      text-align: center;
      margin-top: 1.2rem; } }

.search-bar-wrapper {
  padding-bottom: 0.7rem; }

@media only screen and (max-width: 89.8125rem) {
  .search-area-wrapper [class*="col-"] {
    width: 96%; } }

@media only screen and (min-width: 89.8125rem) {
  .search-area-wrapper {
    display: flex;
    min-height: 280px; }
    .search-area-wrapper [class*="col-"] {
      position: relative; } }

@media only screen and (max-width: 767px) {
  .search-area-wrapper [class*="col-"] {
    width: 100%; } }

.bg-search, .bg-search-dynamic {
  background: #00687a 0% 0% no-repeat padding-box;
  display: inline-block;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-top: 2.2rem;
  padding-right: 2.2rem;
  width: 100%;
  /**
	 * The dynamic element styling.
	 * Different color schemes can be added here if needed in the future.
	 */ }
  .bg-search label, .bg-search-dynamic label {
    color: #fff;
    font-family: myriad-pro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.5rem; }
  .bg-search-input {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    .bg-search-input-field {
      width: 100%;
      position: relative; }
      .bg-search-input-field-clear-btn {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer; }
  @media only screen and (max-width: 1223px) {
    .bg-search, .bg-search-dynamic {
      display: inline-block;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .bg-search, .bg-search-dynamic {
      display: inline-block;
      margin-top: 1rem;
      width: 100%; } }
  @media only screen and (max-width: 550px) {
    .bg-search-dynamic label {
      margin-left: -8px;
      margin-right: -8px; } }
  .bg-search-dynamic-input {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 550px) {
      .bg-search-dynamic-input {
        margin-left: -8px;
        margin-right: -8px; } }
  .bg-search #toggle-search-filters, .bg-search-dynamic #toggle-search-filters {
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.125rem;
    margin-top: 1.125rem; }
    .bg-search #toggle-search-filters i, .bg-search-dynamic #toggle-search-filters i {
      margin-left: 0.5rem; }
  .bg-search .search-filters, .bg-search-dynamic .search-filters {
    background-color: #edf0f2;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1.5rem; }
    .bg-search .search-filters p, .bg-search-dynamic .search-filters p {
      font-weight: 600; }
    .bg-search .search-filters-list, .bg-search-dynamic .search-filters-list {
      padding: 0 16px;
      display: grid;
      grid-auto-flow: column dense;
      grid-template-rows: repeat(3, 1fr);
      grid-template-columns: auto auto auto;
      gap: 8px; }
      .bg-search .search-filters-list-item, .bg-search-dynamic .search-filters-list-item {
        display: inline-block; }
        .bg-search .search-filters-list-item input[type=checkbox], .bg-search-dynamic .search-filters-list-item input[type=checkbox] {
          width: 24px;
          height: 24px; }
        .bg-search .search-filters-list-item label, .bg-search-dynamic .search-filters-list-item label {
          margin: 0; }
        .bg-search .search-filters-list-item label, .bg-search-dynamic .search-filters-list-item label {
          cursor: pointer;
          color: #2f3131;
          font-size: 1.125rem;
          font-weight: 400;
          vertical-align: middle; }
          .bg-search .search-filters-list-item label span, .bg-search-dynamic .search-filters-list-item label span {
            padding-left: 12px; }
  @media only screen and (max-width: 767px) {
    .bg-search .search-filters-list, .bg-search-dynamic .search-filters-list {
      grid-auto-flow: dense;
      grid-template-columns: none; } }

.search-area-input-container, .search-area-input-container-dynamic {
  margin-top: 1rem; }
  @media only screen and (min-width: 1799px) {
    .search-area-input-container, .search-area-input-container-dynamic {
      margin-top: 1.2rem; } }
  @media only screen and (min-width: 89.8125rem) {
    .search-area-input-container, .search-area-input-container-dynamic {
      bottom: 0;
      margin-top: 1.2rem;
      position: absolute;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .search-area-input-container, .search-area-input-container-dynamic {
      margin-top: 0; } }
  .search-area-input-container-dynamic {
    position: relative;
    margin-top: 0;
    margin-bottom: 26px; }
    @media only screen and (max-width: 550px) {
      .search-area-input-container-dynamic {
        margin: 0 calc(-1 * (2.05% + 0.73rem)); } }
    @media only screen and (min-width: 339px) and (max-width: 383px) {
      .search-area-input-container-dynamic {
        margin: 0 calc(-1 * (2.02% + 0.73rem)); } }
    @media only screen and (max-width: 339px) {
      .search-area-input-container-dynamic {
        margin-right: calc(-1 * (7.92% + 0.73rem)); } }

/** Buttons **/
.btn-search-secondary {
  background: #003f4a 0% 0% no-repeat padding-box;
  color: #f28d00;
  font-size: 22px;
  padding: 14.5px;
  vertical-align: middle;
  height: 100%; }
  @media only screen and (max-width: 550px) {
    .btn-search-secondary {
      padding: 11.2px 13px; } }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .btn-search-secondary {
        padding-right: 3rem; } } }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .btn-search-secondary .fas {
        padding-left: 0.25rem; } } }

.btn-search-primary {
  border-color: #00687a; }

.pagination {
  margin-top: 4.5rem;
  font-size: 1.125rem; }
  .pagination .next,
  .pagination .prev,
  .pagination .current,
  .pagination .dots,
  .pagination .page-numbers {
    text-decoration: none; }
  .pagination .page-numbers:not(.dots):not(.current):hover,
  .pagination a.next:hover,
  .pagination a.prev:hover {
    text-decoration: underline; }
  .pagination .next {
    padding-left: 2rem; }
  .pagination .prev {
    padding-right: 2rem; }
  .pagination .current {
    border-radius: 50%;
    background-color: #f4f4f4; }
  .pagination .page-numbers {
    padding: 0 8px;
    margin: 0 5px; }
    .pagination .page-numbers:not(.current) {
      color: #00687a; }

.clear-filters {
  position: relative;
  padding: .5rem;
  top: 0;
  right: 0;
  margin-top: 0;
  margin-left: 1rem;
  border: 1px solid #00687a;
  transform: none; }
  .clear-filters i {
    margin-left: .3rem; }
  @media only screen and (max-width: 550px) {
    .clear-filters {
      margin-top: 1rem;
      margin-left: 0; } }
  .clear-filters:hover, .clear-filters:focus {
    background: #00687a;
    color: #fff; }

/* Services
--------------------------------------------- */
/** Body / container **/
.toc_container h2 {
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 700; }

.service-cartegory-list h1 {
  clear: both;
  font-family: freight-sans-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-block-end: 0;
  margin-block-start: 0; }

.service-cartegory-list h2 {
  clear: both;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  margin-block-end: 0;
  margin-block-start: 0; }

.bg-related-services {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .bg-related-services {
      display: grid;
      width: 92%;
      margin: 2rem auto; } }

.bg-services-img-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .bg-services-img-grid {
      padding-left: 0; } }
  .bg-services-img-grid-content {
    border: 1px solid #dadcdd;
    height: 100%;
    margin-bottom: 2.5rem; }
    .bg-services-img-grid-content h3 {
      font-size: 1.5rem;
      font-weight: 600;
      padding-bottom: 0;
      padding-left: 1.5rem;
      padding-top: 1rem; }
    .bg-services-img-grid-content .image-primary {
      width: 100%;
      height: auto; }
    .bg-services-img-grid-content p {
      font-size: 1.125rem;
      margin: 0;
      padding-bottom: 0.5rem;
      padding-left: 1.5rem;
      padding-top: 0.8rem; }
    .bg-services-img-grid-content .image-container, .bg-services-img-grid-content .image-container-news, .bg-services-img-grid-content .image-container-no-border, .bg-services-img-grid-content .image-container-modern-lift, .bg-services-img-grid-content .image-container-modern-lift-right, .bg-services-img-grid-content .image-container-modern-lift-left {
      margin-top: 0; }

.service-list-item {
  display: flex;
  flex-wrap: wrap; }
  .service-list-item-text-align {
    margin-top: 1px; }
  @media only screen and (min-width: 1920px) {
    .service-list-item [class^="col-4"] {
      margin: 0.5rem 2%; } }
  @media only screen and (min-width: 1223px) {
    .service-list-item [class*="col-4"] {
      width: 29.33%; } }
  @media only screen and (max-width: 1223px) {
    .service-list-item [class*="col-4"] {
      width: 46%; } }
  @media only screen and (max-width: 767px) {
    .service-list-item [class*="col-4"] {
      width: 96%; } }

.service-list-container {
  width: 100%; }

.service-list-dynamic-container {
  margin-top: 2rem; }

/** Buttons **/
.btn-services {
  border-color: #f28d00; }

.btn-related-services {
  border: 1px solid #00687a;
  margin-bottom: 1.2rem;
  margin-right: 2rem;
  padding: 1rem 1.5rem;
  width: fit-content; }
  .btn-related-services p {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .btn-related-services {
      margin-right: 0;
      text-align: center;
      width: 100%; } }

.btn-service-list, .btn-service-list-dynamic {
  background: transparent 0% 0% no-repeat padding-box;
  border: 2px solid #00687a;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  width: 100%; }
  .btn-service-list a, .btn-service-list-dynamic a {
    color: #2f3131;
    text-decoration: none; }
  .btn-service-list:hover .inner-circle, .btn-service-list-dynamic:hover .inner-circle, .btn-service-list:hover .inner-circle-secondary, .btn-service-list-dynamic:hover .inner-circle-secondary, .btn-service-list:hover .inner-circle-tertiary, .btn-service-list-dynamic:hover .inner-circle-tertiary {
    background: #00687a; }
  .btn-service-list:hover .inner-circle-secondary, .btn-service-list-dynamic:hover .inner-circle-secondary {
    background: #f28d00; }
  .btn-service-list .btn-service-list-align, .btn-service-list-dynamic .btn-service-list-align {
    display: flex; }
  .btn-service-list .btn-service-list-text, .btn-service-list-dynamic .btn-service-list-text {
    padding-bottom: 0rem;
    position: relative;
    margin-top: 1px; }
    .btn-service-list .btn-service-list-text p, .btn-service-list-dynamic .btn-service-list-text p {
      font-family: freight-sans-pro, sans-serif;
      font-size: 1.375rem;
      font-weight: 600;
      margin: 0; }
    .btn-service-list .btn-service-list-text h1, .btn-service-list-dynamic .btn-service-list-text h1,
    .btn-service-list .btn-service-list-text h2,
    .btn-service-list-dynamic .btn-service-list-text h2,
    .btn-service-list .btn-service-list-text h3,
    .btn-service-list-dynamic .btn-service-list-text h3,
    .btn-service-list .btn-service-list-text h4,
    .btn-service-list-dynamic .btn-service-list-text h4 {
      font-family: freight-sans-pro, sans-serif;
      font-size: 1.625rem;
      font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .btn-service-list, .btn-service-list-dynamic {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0; }
      .btn-service-list .btn-service-list-text, .btn-service-list-dynamic .btn-service-list-text {
        padding-bottom: 0rem;
        position: relative;
        margin-top: 1px; }
        .btn-service-list .btn-service-list-text h1, .btn-service-list-dynamic .btn-service-list-text h1,
        .btn-service-list .btn-service-list-text h2,
        .btn-service-list-dynamic .btn-service-list-text h2,
        .btn-service-list .btn-service-list-text h3,
        .btn-service-list-dynamic .btn-service-list-text h3,
        .btn-service-list .btn-service-list-text h4,
        .btn-service-list-dynamic .btn-service-list-text h4 {
          font-family: freight-sans-pro, sans-serif;
          font-size: 1.125rem;
          font-weight: 600;
          display: flex; }
      .btn-service-list .outer-circle, .btn-service-list-dynamic .outer-circle, .btn-service-list .outer-circle-secondary, .btn-service-list-dynamic .outer-circle-secondary, .btn-service-list .outer-circle-tertiary, .btn-service-list-dynamic .outer-circle-tertiary {
        display: none; } }

.btn-service-list-dynamic {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content; }
  .btn-service-list-dynamic a {
    color: #2f3131;
    text-decoration: none; }
  .btn-service-list-dynamic:hover .inner-circle, .btn-service-list-dynamic:hover .inner-circle-secondary, .btn-service-list-dynamic:hover .inner-circle-tertiary {
    background: #00687a; }
  .btn-service-list-dynamic:hover .inner-circle-secondary {
    background: #f28d00; }
  .btn-service-list-dynamic .btn-service-list-align {
    display: inline-flex;
    vertical-align: middle;
    padding-bottom: 2px; }
  .btn-service-list-dynamic .btn-service-list-text {
    padding-bottom: 0rem;
    position: relative;
    margin-top: 1px; }
    .btn-service-list-dynamic .btn-service-list-text h1,
    .btn-service-list-dynamic .btn-service-list-text h2,
    .btn-service-list-dynamic .btn-service-list-text h3,
    .btn-service-list-dynamic .btn-service-list-text h4 {
      font-family: freight-sans-pro, sans-serif;
      font-size: 1.625rem;
      font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .btn-service-list-dynamic {
      margin-top: 0;
      padding: 1rem 1.5rem; }
      .btn-service-list-dynamic .btn-service-list-text {
        padding-bottom: 0rem;
        position: relative;
        margin-top: 1px; }
        .btn-service-list-dynamic .btn-service-list-text h1,
        .btn-service-list-dynamic .btn-service-list-text h2,
        .btn-service-list-dynamic .btn-service-list-text h3,
        .btn-service-list-dynamic .btn-service-list-text h4 {
          font-family: freight-sans-pro, sans-serif;
          font-size: 1.125rem;
          font-weight: 600;
          display: flex; }
      .btn-service-list-dynamic .outer-circle, .btn-service-list-dynamic .outer-circle-secondary, .btn-service-list-dynamic .outer-circle-tertiary {
        display: none; } }

/** Service listing on front page and menu **/
.ul-services {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0;
  margin: -2px; }
  .ul-services a {
    text-decoration: none;
    margin: 2px; }
  .ul-services .li-services {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px;
    margin-left: 2%;
    margin-right: 2%;
    overflow: hidden;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .ul-services .li-services {
        min-height: 2rem; } }
    .ul-services .li-services h1, .ul-services .li-services h2, .ul-services .li-services h3, .ul-services .li-services h4, .ul-services .li-services h5, .ul-services .li-services h6 {
      font-size: 1.625rem;
      font-family: freight-sans-pro, sans-serif;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 0.1rem;
      letter-spacing: 0; }
      @media only screen and (max-width: 1223px) {
        .ul-services .li-services h1, .ul-services .li-services h2, .ul-services .li-services h3, .ul-services .li-services h4, .ul-services .li-services h5, .ul-services .li-services h6 {
          font-size: 1.625rem; } }
    .ul-services .li-services .menu-services-container {
      display: flex;
      flex-direction: row-reverse;
      text-decoration: none;
      font-size: 1.25rem;
      padding-bottom: 1.7rem;
      color: #2f3131;
      flex-wrap: nowrap; }
      @media only screen and (max-width: 767px) {
        .ul-services .li-services .menu-services-container {
          white-space: normal;
          padding-right: 0.5rem; } }
    .ul-services .li-services p {
      font-size: 1.125rem;
      margin: 0 0 0 0; }
    .ul-services .li-services:active .inner-circle, .ul-services .li-services:active .inner-circle-secondary, .ul-services .li-services:active .inner-circle-tertiary {
      background: #00687a; }
    .ul-services .li-services:hover .inner-circle, .ul-services .li-services:hover .inner-circle-secondary, .ul-services .li-services:hover .inner-circle-tertiary {
      background: #00687a; }
    .ul-services .li-services:hover h1, .ul-services .li-services:hover h2, .ul-services .li-services:hover h3, .ul-services .li-services:hover h4,
    .ul-services .li-services:hover h5, .ul-services .li-services:hover h6 {
      text-decoration: underline; }
  @media only screen and (max-width: 550px) {
    .ul-services {
      list-style: none;
      padding-inline-start: 0; }
      .ul-services .li-services {
        color: #2f3131;
        letter-spacing: 0px; }
      .ul-services .li-services {
        align-items: flex-start;
        cursor: pointer;
        display: flex;
        margin-bottom: 22px;
        position: relative; }
        .ul-services .li-services h1, .ul-services .li-services h2, .ul-services .li-services h3, .ul-services .li-services h4, .ul-services .li-services h5, .ul-services .li-services h6 {
          font-size: 1.625rem;
          font-family: freight-sans-pro, sans-serif;
          font-weight: 600;
          margin-top: 5px;
          margin-bottom: 1.6px;
          line-height: 1.2;
          letter-spacing: 0; }
        .ul-services .li-services p {
          font-size: 1.125rem;
          margin: 0 0 0 0; }
        .ul-services .li-services:active .inner-circle, .ul-services .li-services:active .inner-circle-secondary, .ul-services .li-services:active .inner-circle-tertiary {
          background: #00687a; }
        .ul-services .li-services:hover .inner-circle, .ul-services .li-services:hover .inner-circle-secondary, .ul-services .li-services:hover .inner-circle-tertiary {
          background: #00687a; }
        .ul-services .li-services:hover h1, .ul-services .li-services:hover h2, .ul-services .li-services:hover h3, .ul-services .li-services:hover h4,
        .ul-services .li-services:hover h5, .ul-services .li-services:hover h6 {
          text-decoration: underline; } }

.ext-link-icon-services {
  font-size: 0.77rem;
  margin-left: 6px;
  margin-bottom: 10px; }

.services-contact-info-spacing {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-bottom: 8px; }

.contact-label {
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.5; }

/* Sidebar
--------------------------------------------- */
/** Body / container **/
.bg-sidebar-layout {
  display: flex;
  /** Lists **/ }
  .bg-sidebar-layout-main {
    display: inline-block;
    width: 65%; }
    @media only screen and (max-width: 1223px) {
      .bg-sidebar-layout-main {
        width: 100%; } }
    .bg-sidebar-layout-main-content {
      padding: 0;
      margin-left: 8.75rem; }
      @media only screen and (max-width: 1223px) {
        .bg-sidebar-layout-main-content {
          margin-left: 0px; } }
      .bg-sidebar-layout-main-content .btn-combo-icons-wrapper {
        margin: 20px 0 20px 0; }
      .bg-sidebar-layout-main-content .contact-info {
        margin: 20px 0 20px 0; }
  .bg-sidebar-layout-sidebar {
    background: #edf0f2;
    display: inline-block;
    width: 35%; }
    @media only screen and (max-width: 1223px) {
      .bg-sidebar-layout-sidebar {
        width: 100%; } }
    .bg-sidebar-layout-sidebar-content {
      padding: 1rem 20% 0 2rem; }
      @media only screen and (max-width: 1223px) {
        .bg-sidebar-layout-sidebar-content {
          padding: 1rem; } }
      .bg-sidebar-layout-sidebar-content h4 {
        font-weight: 600;
        padding-bottom: 0.5rem;
        margin-bottom: 0;
        padding-top: 0.5rem; }
      .bg-sidebar-layout-sidebar-content .btn-combo-icons-wrapper {
        margin: 20px 0 20px 0; }
      .bg-sidebar-layout-sidebar-content .contact-info {
        margin: 20px 0 20px 0; }
  .bg-sidebar-layout .icons-secondary {
    color: #2f3131;
    font-size: 1.1875rem;
    padding-left: 0.5rem; }
  @media only screen and (max-width: 1223px) {
    .bg-sidebar-layout {
      justify-content: center;
      align-self: center; }
      .bg-sidebar-layout-main-sm {
        display: grid;
        width: 100%; }
      .bg-sidebar-layout-main-content-sm {
        margin: 0 auto;
        padding-top: 3rem;
        width: 92%; }
      .bg-sidebar-layout-sidebar-sm {
        background: #edf0f2;
        display: grid;
        min-width: 100%; }
      .bg-sidebar-layout-sidebar-content-sm {
        padding: 3rem 0;
        margin: 0 auto;
        width: 92%; }
        .bg-sidebar-layout-sidebar-content-sm h4 {
          font-weight: 600;
          padding-bottom: 1rem; } }
  .bg-sidebar-layout .ul {
    font-size: 1.125rem; }

/* Summary element
--------------------------------------------- */
.summary-container {
  margin-top: 32px; }

.summary-content p {
  font-size: 1.25rem; }

/* Taeggie social feed element
--------------------------------------------- */
.taeggie-feed-widget .taeggie-load-more-button {
  border-color: #00687a;
  font-family: myriad-pro, sans-serif;
  font-weight: 400 !important;
  padding-bottom: 0.872rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.872rem !important;
  text-transform: none !important; }
  .taeggie-feed-widget .taeggie-load-more-button::first-letter {
    text-transform: capitalize !important; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

.MuiPaper-root-3.Closed--closed--FbHfHiYl.MuiPaper-elevation1-7.MuiPaper-rounded-4 {
  z-index: 1; }

/* Customer service
--------------------------------------------- */
#smilee-welcome-text,
#smilee-title-text,
#contact-send {
  color: #00687a !important; }

#smilee-request-cobrowsing {
  z-index: 2147483646 !important; }

/* MMenu
--------------------------------------------- */
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba(0, 0, 0, 0.3); }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit; }

[dir=rtl] .mm-menu {
  direction: rtl; }

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-panel:after {
  height: 44px; }

.mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size); }

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel_highest {
  z-index: 2; }

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.mm-panel__content {
  padding: 20px 20px 0; }

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text); }

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none; }

.mm-listitem_opened > .mm-panel {
  display: block; }

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto; }

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  padding: 0; }

.mm-btn:after, .mm-btn:before {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button); }

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto; }

[dir=rtl] .mm-btn_close:before {
  left: 25px; }

[dir=rtl] .mm-btn_close:after {
  left: 18px; }

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-navbar > * {
  min-height: 44px; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .mm-navbar_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1; } }

.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden; }

.mm-navbar__title:not(:last-child) {
  padding-right: 0; }

.mm-navbar__title > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0; }

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px; }

[dir=rtl] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0; }

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none; }

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit; }

.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%; }

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative; }

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight); }

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px; }

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px; }

[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none; }

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid; }

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative; }

.mm-wrapper_opened .mm-page {
  min-height: 100vh; }

.mm-wrapper_background .mm-page {
  background: inherit; }

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0; }

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none; }

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.mm-wrapper_blocking {
  overflow: hidden; }

.mm-wrapper_blocking body {
  overflow: hidden; }

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block; }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative; }

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%; }

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important; }

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important; }

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0; }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px; }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px; }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px; }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  -o-transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform; }

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed); }

.mm-listitem_nosubitems > .mm-counter {
  display: none; }

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px; }

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-divider:before {
  background: rgba(0, 0, 0, 0.05); }

@supports (position: -webkit-sticky) or (position: sticky) {
  .mm-divider {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0; }
  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size); } }

.mm-divider:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight); }

.mm-wrapper_dragging .mm-menu, .mm-wrapper_dragging .mm-slideout {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important; }

.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important; }

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2; }

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none; }

.mm-menu_tip-bottom:before, .mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu_tip-left:before {
  left: 22px; }

.mm-menu_tip-right:before {
  right: 22px; }

.mm-menu_tip-top:before {
  top: -8px; }

.mm-menu_tip-bottom:before {
  bottom: -8px; }

:root {
  --mm-iconbar-size:50px; }

.mm-menu_iconbar-left .mm-navbars_bottom, .mm-menu_iconbar-left .mm-navbars_top, .mm-menu_iconbar-left .mm-panels {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size); }

.mm-menu_iconbar-right .mm-navbars_bottom, .mm-menu_iconbar-right .mm-navbars_top, .mm-menu_iconbar-right .mm-panels {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size); }

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center; }

.mm-menu_iconbar-left .mm-iconbar, .mm-menu_iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0; }

.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0; }

.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0; }

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none; }

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

:root {
  --mm-iconpanel-size:50px; }

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1)); }

.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2)); }

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3)); }

.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size)); }

.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: transform,width;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset; }

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0; }

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: transform,width;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: 0; }

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%; }

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0; }

.mm-navbars_top {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none; }

.mm-navbars_bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.mm-navbars_bottom .mm-navbar {
  border-bottom: none; }

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--mm-color-border); }

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0; }

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0; }

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.mm-navbar__breadcrumbs > * {
  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-right: 6px; }

.mm-navbar__breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0; }

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0; }

.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent; }

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text); }

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, 0.1); }

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.1); }

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border); }

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border); }

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none; }

.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border); }

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent; }

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background); }

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none; }

.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border); }

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent; }

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background); }

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-searchfield {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden; }

.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px; }

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }

.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * .7);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0;
  font: inherit;
  font-size: inherit; }

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text); }

.mm-searchfield input::-ms-clear {
  display: none; }

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%; }

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important; }

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: margin .4s ease;
  -o-transition: margin .4s ease;
  transition: margin .4s ease; }

.mm-searchfield__cancel-active {
  margin-right: 0; }

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none; }

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px; }

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none; }

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block; }

.mm-sectionindexer ~ .mm-panel {
  padding-right: 0; }

.mm-sectionindexer_active {
  right: 0; }

.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px; }

.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem__text, .mm-menu_selected-parent .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text {
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:440px; }

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative; }

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh; }

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0); }

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0; }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid; }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none; }

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible; }

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important; }

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0); }

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.mm-menu_opened .mm-menu__blocker {
  display: none; }

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease; }

input.mm-toggle:before {
  background: #f3f3f3; }

input.mm-toggle:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease; }

input.mm-toggle:checked {
  background: #4bd963; }

input.mm-toggle:checked:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px); }

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: 0 0 !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px)/ 2); }

input.mm-check:before {
  content: '';
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: .3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }

input.mm-check:checked:before {
  opacity: 1; }

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left; }

.mm-menu_border-none .mm-listitem:after {
  content: none; }

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important; }

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mm-menu_listview-justify .mm-panels > .mm-panel:after {
  content: none;
  display: none; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 50px; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0; }

.mm-listview_inset .mm-listitem {
  padding: 5px 0; }

.mm-menu_multiline .mm-listitem__text {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal; }

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0; }

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  -o-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit; }

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000; }

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff; }

.mm-menu_popup {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1; }

.mm-menu_position-right {
  left: auto;
  right: 0; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1; }

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%); }

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none; }

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 ); }

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 ); }

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none; }

body.modal-open .mm-slideout {
  z-index: unset; }

nav#menu {
  display: none; }
  nav#menu.mm-menu_opened {
    display: flex;
    background: #FFF; }

@media only screen and (max-width: 550px) {
  .mm-menu_offcanvas {
    width: 95%;
    z-index: 3; } }

#menu .mm-panel, #menu .mm-navbar_sticky, #menu .mm-navbars_top, #menu .mm-navbar {
  background: #FFF; }

#menu :focus {
  outline: #08f auto 2px; }

#menu a {
  margin: 2px; }

#menu .fa, #menu .fab, #menu .fad, #menu .fal, #menu .far, #menu .fas {
  color: black; }
  #menu .fa:hover, #menu .fab:hover, #menu .fad:hover, #menu .fal:hover, #menu .far:hover, #menu .fas:hover {
    color: #d9e3e6; }

#menu .menu-logo-container {
  position: relative;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

#menu .mm-navbar__title {
  font-size: 1rem;
  color: black; }

#menu .mm-listitem {
  display: flex;
  font-size: 1rem;
  align-items: center;
  flex-wrap: nowrap; }

#menu .mm-btn_close:after {
  border-color: #000; }

#menu .mm-btn_close:before {
  border-color: #000; }

#menu .mm-btn_close:hover {
  background: #00687a !important; }
  #menu .mm-btn_close:hover::after {
    border-color: white; }
  #menu .mm-btn_close:hover::before {
    border-color: white; }

#menu .mm-btn_prev:before {
  border-color: #0000008c; }

#menu .mm-counter {
  color: #0000008c; }

#menu .mm-btn_next:after {
  border-color: #0000008c; }

#menu .mm-divider, #menu .mm-searchfield input, #menu .mm-searchfield input:focus, #menu .mm-searchfield input:hover {
  background: #d9e3e6; }

#menu .mm-listitem__text {
  white-space: normal;
  flex-basis: auto; }
  #menu .mm-listitem__text:hover {
    background: #00687a !important;
    color: white; }
  #menu .mm-listitem__text.mm-active {
    background: #00687a !important;
    color: white; }

#menu .mm-listitem__btn {
  width: 88px; }
  #menu .mm-listitem__btn:hover {
    background: #00687a !important;
    color: white; }
    #menu .mm-listitem__btn:hover .mm-counter {
      color: white; }
    #menu .mm-listitem__btn:hover .mm-sronly {
      color: white; }
    #menu .mm-listitem__btn:hover::after {
      border-color: white; }

/* Timeline block
--------------------------------------------- */
.timeline-item {
  display: flex;
  position: relative;
  margin-bottom: 48px; }
  .timeline-item:last-child .timeline-line::before {
    bottom: 0; }

.timeline-container {
  background-color: #EDF0F2;
  padding: 26px;
  flex-grow: 1; }

.timeline-content {
  display: none; }

.timeline-title {
  font-weight: 700;
  font-size: 24px;
  color: #2F3131; }

.timeline-line {
  background-color: #00687A;
  min-width: 48px;
  max-height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px; }
  .timeline-line::before {
    content: " ";
    width: 4px;
    background-color: #00687A;
    position: absolute;
    top: 0;
    bottom: -48px; }
  .timeline-line span {
    color: #FFFFFF;
    z-index: 1; }
  .timeline-line span.numbered {
    font-weight: 700;
    font-size: 24px; }

.timeline-show-more {
  border: none;
  background: none;
  cursor: pointer;
  float: right; }
  .timeline-show-more span {
    font-weight: 600;
    font-size: 18px;
    pointer-events: none; }
  .timeline-show-more .text-show-less {
    display: none; }
  .timeline-show-more .fas {
    margin-left: 18px; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

.relative {
  position: relative; }

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

.webkit-moz-center {
  text-align: -webkit-center;
  text-align: -moz-center; }

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

/* Simpe Grid https://simplegrid.io
--------------------------------------------- */
.left {
  text-align: left;
  text-align: -webkit-left;
  text-align: -moz-left; }

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

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: -webkit-center;
  text-align: -moz-center; }
  @media only screen and (min-width: 1799px) {
    .center-xl {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 959px) and (max-width: 1223px) {
    .center-l {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 767px) and (max-width: 959px) {
    .center-md {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 767px) {
    .center-sm {
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.grid-container-custom {
  width: 100%; }

.grid-container {
  width: 100%;
  padding-left: 7.3rem;
  padding-right: 7.3rem; }
  @media only screen and (min-width: 2500px) {
    .grid-container {
      width: 100%;
      padding-left: 33.58rem;
      padding-right: 33.58rem; } }
  @media only screen and (max-width: 2500px) {
    .grid-container {
      width: 100%;
      padding-left: 25.55rem;
      padding-right: 25.55rem; } }
  @media only screen and (max-width: 1920px) {
    .grid-container {
      width: 100%;
      padding-left: 7.3rem;
      padding-right: 7.3rem; } }
  @media only screen and (max-width: 1799px) {
    .grid-container {
      width: 100%;
      padding-left: 7.3rem;
      padding-right: 7.3rem; } }
  @media only screen and (max-width: 1223px) {
    .grid-container {
      width: 100%;
      padding-left: 7.3rem;
      padding-right: 7.3rem; } }
  @media only screen and (max-width: 959px) {
    .grid-container {
      width: 100%;
      padding-left: 3.65rem;
      padding-right: 3.65rem; } }
  @media screen and (max-width: 767px) {
    .grid-container {
      width: 100%;
      padding-left: 0.73rem;
      padding-right: 0.73rem; } }

.single-post p.grid-container {
  padding-left: 0;
  padding-right: 0; }

/** Remove padding in editor */
@media only screen and (min-width: 2500px), only screen and (max-width: 2500px), only screen and (max-width: 1920px), only screen and (max-width: 1799px), only screen and (max-width: 1223px), only screen and (max-width: 959px), screen and (max-width: 767px) {
  .editor-styles-wrapper .grid-container {
    padding-left: 0;
    padding-right: 0; } }

.row, .row-custom, .row-dynamic {
  position: relative; }
  .row-dynamic {
    margin: 0 -2%; }

.row-align-right {
  position: relative; }

.row-align-left {
  position: relative; }

.row [class^="col"], .row-custom [class^="col"], .row-dynamic [class^="col"] {
  float: left;
  margin: 1.5rem 2%;
  min-height: 0.125rem; }
  @media only screen and (min-width: 1920px) {
    .row [class^="col"], .row-custom [class^="col"], .row-dynamic [class^="col"] {
      float: left;
      margin: 1.5rem 2%;
      min-height: 0.125rem; } }
  @media only screen and (max-width: 1799px) {
    .row [class^="col"], .row-custom [class^="col"], .row-dynamic [class^="col"] {
      float: left;
      margin: 0.5rem 2%;
      min-height: 0.125rem; } }
  @media only screen and (max-width: 959px) {
    .row [class^="col"], .row-custom [class^="col"], .row-dynamic [class^="col"] {
      float: left;
      margin: 0.5rem 2%;
      min-height: 0.125rem; } }
  @media only screen and (max-width: 767px) {
    .row [class^="col"], .row-custom [class^="col"], .row-dynamic [class^="col"] {
      float: left;
      margin: 0.5rem 2%;
      min-height: 0.125rem; } }

.row-custom [class^="col"] {
  float: left;
  margin: 0; }

.row-align-left [class^="col"] {
  float: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin-left: 0;
  margin-right: 4%;
  min-height: 0.125rem; }

.row-align-right [class^="col"] {
  float: right;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin-left: 4%;
  margin-right: 0;
  min-height: 0.125rem; }

.row::after, .row-custom::after, .row-dynamic::after {
  content: "";
  display: table;
  clear: both;
  /*
  @media only screen and (max-width: $breakpoint-small) {
    content: none;
    display: table;
    clear: both;
  }
  */ }

.row-align-left::after {
  content: "";
  display: table;
  clear: both; }

.row-align-right::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 767px) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }

@media only screen and (max-width: 767px) {
  .full-width-col-sm [class*="col-"] {
    width: 100%; } }

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .full-width-col-md [class*="col-"] {
    width: 96%; } }

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .full-width-col-l [class*="col-"] {
    width: 96%; } }

.full-width-col [class*="col-"] {
  width: 100%; }

@media only screen and (max-width: 767px) {
  [class*="col-"] {
    width: 96%; } }

@media only screen and (max-width: 767px) {
  .grid-double-container-sm [class*="col-"] {
    width: 50%; } }

.show-xs-inline {
  display: none; }
  @media only screen and (max-width: 550px) {
    .show-xs-inline {
      display: inline-block; } }

.show-sm {
  display: none; }
  @media only screen and (max-width: 767px) {
    .show-sm {
      display: block; } }

.show-md {
  display: none; }
  @media only screen and (min-width: 767px) and (max-width: 959px) {
    .show-md {
      display: block; } }

.show-l {
  display: none; }
  @media only screen and (min-width: 959px) and (max-width: 1223px) {
    .show-l {
      display: block; } }

.show-xl {
  display: none; }
  @media only screen and (min-width: 1223px) {
    .show-xl {
      display: block; } }

@media only screen and (max-width: 550px) {
  .hide-xs {
    display: none; } }

@media only screen and (max-width: 767px) {
  .hide-sm {
    display: none; } }

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .hide-md {
    display: none; } }

@media only screen and (min-width: 959px) and (max-width: 1223px) {
  .hide-l {
    display: none; } }

@media only screen and (min-width: 1223px) {
  .hide-xl {
    display: none; } }

/* General utility classes
--------------------------------------------- */
.nowrap {
  white-space: nowrap; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  border: none;
  opacity: .7; }

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  transform: translateY(50%); }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__container {
  position: relative;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform; }

.splide.is-active .splide__list {
  display: flex; }

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  border: none;
  opacity: .7; }

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  transform: translateY(50%); }

/* Variables */
/** header stuff **/
/** fix these **/
/* For avoiding errors while compiling, will be removed */
/* Default breakpoints */
/* Breakpoints for lifts */
/* Breakpoints for menu */
/* Breakpoints for search area */
/* Breakpoints for cookies */
.box-collection-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 0.0625rem solid #d4d6d8;
  clear: both; }

.bg-box-img-grid {
  display: table;
  width: 100%;
  /** Add Icon for the h-tag coming from title field */
  /** Add Icon for first h3 coming from content field */ }
  @media only screen and (max-width: 767px) {
    .bg-box-img-grid {
      padding-left: 0; } }
  .bg-box-img-grid-content.no-image-box {
    height: 100%;
    padding-bottom: 8px;
    display: block;
    flex-wrap: wrap; }
  .bg-box-img-grid-content.link-content:hover {
    border-color: #00687a; }
    .bg-box-img-grid-content.link-content:hover h1, .bg-box-img-grid-content.link-content:hover h2, .bg-box-img-grid-content.link-content:hover h3, .bg-box-img-grid-content.link-content:hover h4, .bg-box-img-grid-content.link-content:hover h5, .bg-box-img-grid-content.link-content:hover h6 {
      color: #00687a;
      text-decoration: underline; }
  .bg-box-img-grid-content {
    border: 1px solid #dadcdd;
    height: 100%;
    margin-bottom: 16px;
    display: block;
    flex-wrap: wrap;
    word-wrap: break-word;
    hyphens: auto; }
    .bg-box-img-grid-content h1, .bg-box-img-grid-content h2, .bg-box-img-grid-content h3, .bg-box-img-grid-content h4, .bg-box-img-grid-content h5, .bg-box-img-grid-content h6 {
      font-size: 1.625rem;
      font-weight: 600;
      padding-bottom: 0;
      padding-left: 1.5rem;
      padding-top: 1rem;
      padding-right: 1.5rem; }
    .bg-box-img-grid-content .image-primary {
      width: 100%;
      height: auto; }
    .bg-box-img-grid-content p {
      font-size: 1.125rem;
      margin: 0;
      padding-bottom: 0.5rem;
      padding-left: 1.5rem;
      padding-top: 0.8rem;
      padding-right: 1.5rem; }
    .bg-box-img-grid-content li {
      font-size: 1.125rem; }
  .bg-box-img-grid-content.link-content .styling-h3:first-of-type:after, .bg-box-img-grid-content.link-content .styling-h3-accordion:first-of-type:after, .bg-box-img-grid-content.link-content .styling-h3-article:first-of-type:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 5px;
    vertical-align: text-top; }
  .bg-box-img-grid-content.link-content .styling-h3:first-of-type:empty::after, .bg-box-img-grid-content.link-content .styling-h3-accordion:first-of-type:empty::after, .bg-box-img-grid-content.link-content .styling-h3-article:first-of-type:empty::after {
    content: none; }
  .bg-box-img-grid-content.link-content.empty-title h1.heading-arrow-icon:after,
  .bg-box-img-grid-content.link-content.empty-title h2.heading-arrow-icon:after,
  .bg-box-img-grid-content.link-content.empty-title h3.heading-arrow-icon:after,
  .bg-box-img-grid-content.link-content.empty-title h4.heading-arrow-icon:after,
  .bg-box-img-grid-content.link-content.empty-title h5.heading-arrow-icon:after,
  .bg-box-img-grid-content.link-content.empty-title h6.heading-arrow-icon:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 5px;
    vertical-align: text-top; }
