@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Source Sans";
  src: url("/fonts/SourceSansPro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans";
  src: url("/fonts/SourceSansPro-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans";
  src: url("/fonts/SourceSansPro-SemiBold.ttf");
  font-weight: bolder;
  font-style: normal;
}
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
body *,
body *:after,
body *:before {
  box-sizing: border-box;
}

body {
  font-family: "Source Sans", sans-serif;
}

.scroll-inside {
  overflow-x: auto;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1240px) {
  .inner {
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}

::selection {
  background: rgba(172, 172, 172, 0.5);
}

::-moz-selection {
  background: rgba(172, 172, 172, 0.5);
}

.clear {
  clear: both;
}

a, input[type=submit], button {
  cursor: pointer;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

[data-expandable] {
  display: none;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.clear {
  clear: both;
}

h1.h1-absolute  {
  position: absolute;
  left: -500px;
  top: 0;
}

.acenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.no_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.has-va:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.28em;
  vertical-align: middle;
}
.has-va > * {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.under_lg {
  display: none;
}
@media (max-width: 1239px) {
  .under_lg {
    display: block;
  }
  .under_lg.is-inline {
    display: inline-block;
  }
}

.above_lg {
  display: none;
}
@media (min-width: 1240px) {
  .above_lg {
    display: block;
  }
  .above_lg.is-inline {
    display: inline-block;
  }
}

.under_md {
  display: none;
}
@media (max-width: 979px) {
  .under_md {
    display: block;
  }
  .under_md.is-inline {
    display: inline-block;
  }
}

.above_md {
  display: none;
}
@media (min-width: 980px) {
  .above_md {
    display: block;
  }
  .above_md.is-inline {
    display: inline-block;
  }
}

.under_sm {
  display: none;
}
@media (max-width: 639px) {
  .under_sm {
    display: block;
  }
  .under_sm.is-inline {
    display: inline-block;
  }
}

.above_sm {
  display: none;
}
@media (min-width: 640px) {
  .above_sm {
    display: block;
  }
  .above_sm.is-inline {
    display: inline-block;
  }
}

.under_xs {
  display: none;
}
@media (max-width: 479px) {
  .under_xs {
    display: block;
  }
  .under_xs.is-inline {
    display: inline-block;
  }
}

.above_xs {
  display: none;
}
@media (min-width: 480px) {
  .above_xs {
    display: block;
  }
  .above_xs.is-inline {
    display: inline-block;
  }
}

.under_xs2 {
  display: none;
}
@media (max-width: 319px) {
  .under_xs2 {
    display: block;
  }
  .under_xs2.is-inline {
    display: inline-block;
  }
}

.above_xs2 {
  display: none;
}
@media (min-width: 320px) {
  .above_xs2 {
    display: block;
  }
  .above_xs2.is-inline {
    display: inline-block;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.row > .column {
  padding: 0 8px;
  margin-bottom: 16px;
  height: 150px;
}
@media (max-width: 1239px) {
  .row > .column {
    height: 112px;
  }
}
@media (max-width: 950px) {
  .row > .column {
    height: 150px;
    width: calc(100% / 3);
  }
}
@media (max-width: 750px) {
  .row > .column {
    height: 100px;
  }
}
@media (max-width: 550px) {
  .row > .column {
    height: 130px;
    width: calc(100% / 2);
  }
}
@media (max-width: 460px) {
  .row > .column {
    height: auto;
    width: 100%;
  }
}

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

.column {
  float: left;
  width: 20%;
  height: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .column.bottom {
    display: none !important;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.modal .mySlides {
  height: calc(100vh - 100px);
  margin: auto;
  text-align: center;
  background: black;
}
@media (max-width: 600px) {
  .modal .mySlides {
    height: 100%;
  }
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  max-height: calc(100vh - 100px);
}
@media (max-width: 600px) {
  .modal-content {
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }
}
.modal-content img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 20;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

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

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

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  object-fit: cover;
}
@media (max-width: 600px) {
  .demo {
    display: none !important;
  }
}

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

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.col {
  display: block;
}
.col.view-centered {
  margin: 0 auto;
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm1 {
    width: 6.6666666667%;
    flex: 0 0 6.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm1 {
    margin-left: 6.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md1 {
    width: 6.6666666667%;
    flex: 0 0 6.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md1 {
    margin-left: 6.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg1 {
    width: 6.6666666667%;
    flex: 0 0 6.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg1 {
    margin-left: 6.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm2 {
    width: 13.3333333333%;
    flex: 0 0 13.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm2 {
    margin-left: 13.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md2 {
    width: 13.3333333333%;
    flex: 0 0 13.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md2 {
    margin-left: 13.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg2 {
    width: 13.3333333333%;
    flex: 0 0 13.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg2 {
    margin-left: 13.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm3 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm3 {
    margin-left: 20%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md3 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md3 {
    margin-left: 20%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg3 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg3 {
    margin-left: 20%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm4 {
    width: 26.6666666667%;
    flex: 0 0 26.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm4 {
    margin-left: 26.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md4 {
    width: 26.6666666667%;
    flex: 0 0 26.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md4 {
    margin-left: 26.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg4 {
    width: 26.6666666667%;
    flex: 0 0 26.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg4 {
    margin-left: 26.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm5 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm5 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md5 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md5 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg5 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg5 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm6 {
    width: 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm6 {
    margin-left: 40%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md6 {
    width: 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md6 {
    margin-left: 40%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg6 {
    width: 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg6 {
    margin-left: 40%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm7 {
    width: 46.6666666667%;
    flex: 0 0 46.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm7 {
    margin-left: 46.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md7 {
    width: 46.6666666667%;
    flex: 0 0 46.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md7 {
    margin-left: 46.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg7 {
    width: 46.6666666667%;
    flex: 0 0 46.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg7 {
    margin-left: 46.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm8 {
    width: 53.3333333333%;
    flex: 0 0 53.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm8 {
    margin-left: 53.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md8 {
    width: 53.3333333333%;
    flex: 0 0 53.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md8 {
    margin-left: 53.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg8 {
    width: 53.3333333333%;
    flex: 0 0 53.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg8 {
    margin-left: 53.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm9 {
    width: 60%;
    flex: 0 0 60%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm9 {
    margin-left: 60%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md9 {
    width: 60%;
    flex: 0 0 60%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md9 {
    margin-left: 60%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg9 {
    width: 60%;
    flex: 0 0 60%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg9 {
    margin-left: 60%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm10 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm10 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md10 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md10 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg10 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg10 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm11 {
    width: 73.3333333333%;
    flex: 0 0 73.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm11 {
    margin-left: 73.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md11 {
    width: 73.3333333333%;
    flex: 0 0 73.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md11 {
    margin-left: 73.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg11 {
    width: 73.3333333333%;
    flex: 0 0 73.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg11 {
    margin-left: 73.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm12 {
    width: 80%;
    flex: 0 0 80%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm12 {
    margin-left: 80%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md12 {
    width: 80%;
    flex: 0 0 80%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md12 {
    margin-left: 80%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg12 {
    width: 80%;
    flex: 0 0 80%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg12 {
    margin-left: 80%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm13 {
    width: 86.6666666667%;
    flex: 0 0 86.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm13 {
    margin-left: 86.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md13 {
    width: 86.6666666667%;
    flex: 0 0 86.6666666667%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md13 {
    margin-left: 86.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg13 {
    width: 86.6666666667%;
    flex: 0 0 86.6666666667%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg13 {
    margin-left: 86.6666666667%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm14 {
    width: 93.3333333333%;
    flex: 0 0 93.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm14 {
    margin-left: 93.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md14 {
    width: 93.3333333333%;
    flex: 0 0 93.3333333333%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md14 {
    margin-left: 93.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg14 {
    width: 93.3333333333%;
    flex: 0 0 93.3333333333%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg14 {
    margin-left: 93.3333333333%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-sm15 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .col.view-ml_sm15 {
    margin-left: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-md15 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 980px) and (max-width: 1239px) {
  .col.view-ml_md15 {
    margin-left: 100%;
  }
}
@media (min-width: 1240px) {
  .col.view-lg15 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1240px) {
  .col.view-ml_lg15 {
    margin-left: 100%;
  }
}

.menu_button {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
@media (min-width: 831px) {
  .menu_button {
    display: none;
  }
}
.menu_button span {
  top: 17px;
}
.menu_button span, .menu_button span:before, .menu_button span:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background: #95A0BC;
  transition: 200ms;
}
.menu_button span:before, .menu_button span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #95A0BC;
}
.menu_button span:before {
  top: -10px;
}
.menu_button span:after {
  bottom: -10px;
}
.has-nav-open .menu_button span {
  background: rgba(149, 160, 188, 0);
}
.has-nav-open .menu_button span:before {
  top: 0;
  transform: rotate(45deg);
}
.has-nav-open .menu_button span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

#header-toggle {
  display: none;
}

@media (max-width: 830px) {
  #header-toggle:checked + label span {
    background: rgba(149, 160, 188, 0);
  }
  #header-toggle:checked + label span:before {
    top: 0;
    transform: rotate(45deg);
  }
  #header-toggle:checked + label span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #header-toggle:checked + label + .header-nav-main {
    transform: translate3d(0%, 0, 0);
  }
}
.btn {
  display: inline-block;
  padding: 15px 20px;
  background-color: #79858E;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: 200ms;
}
.btn:hover {
  transform: scale(1.05);
  background-color: #F49C84;
}
.btn.view-smaller {
  padding: 7px 20px;
  font-size: 14px;
}

.about {
  padding: 80px 0;
}
.about-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .about-wrap {
    display: block;
  }
}
.about-left {
  flex: 1;
  padding-right: 20px;
}
.about-right {
  flex: 0 0 400px;
}
.about.reverse .about-right {
  order: 0;
  padding-right: 20px;
}
.about.reverse .about-left {
  order: 1;
}

.opening {
  padding: 20px 0;
}
.opening-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .opening-wrap {
    display: block;
  }
}
.opening-left {
  width: 48%;
}
@media (max-width: 600px) {
  .opening-left {
    width: 100%;
  }
}
.opening-right {
  width: 48%;
}
@media (max-width: 600px) {
  .opening-right {
    margin-top: 40px;
    width: 100%;
  }
}

.blocks {
  padding: 100px 0 0;
}
.blocks-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blocks h2:not(.view-margin) {
  margin-bottom: 0px !important;
}
.blocks .blocks-single h3 {
  font-size: 1.5rem;
}
@media (max-width: 925px) {
  .blocks .blocks-single h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 780px) {
  .blocks .blocks-single h3 {
    font-size: 1.05rem;
    font-weight: normal;
  }
}
.blocks-info {
  position: relative;
  padding: 40px;
  display: none;
  margin-bottom: 40px;
  color: white !important;
}
@media (max-width: 780px) {
  .blocks-info {
    display: none !important;
  }
}
.blocks-info-text {
  display: none;
}
.blocks-info-text.is-active {
  display: flex;
}
.blocks-info-text-image {
  width: 80px;
}
.blocks-info-text-image img {
  width: 100%;
}
.blocks-info-text-content {
  flex: 1;
  padding-left: 80px;
}
.blocks-info-text-content * {
  color: white !important;
}
.blocks-info:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  background-color: rgba(149, 160, 188, 0.7);
  width: 100vw;
  z-index: -1;
  right: calc((100vw - 1200px) / -2);
}
@media (max-width: 1239px) {
  .blocks-info:before {
    right: calc((100vw - 920px) / -2);
  }
}
@media (max-width: 959px) {
  .blocks-info:before {
    right: -20px;
  }
}
.blocks-single {
  width: 23%;
  background-color: #95A0BC;
  margin-bottom: 40px;
  text-align: center;
  padding: 20px 16px;
  border-radius: 15px;
  color: white;
  cursor: pointer;
  transition: 200ms;
}
@media (max-width: 925px) {
  .blocks-single {
    width: 24%;
    padding: 10px 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 780px) {
  .blocks-single {
    width: 100%;
    padding: 15px;
  }
  .blocks-single h3 {
    margin: 0 !important;
  }
}
.blocks-single.view-active {
  background-color: rgba(149, 160, 188, 0.7);
}
@media (max-width: 780px) {
  .blocks-single-headline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .blocks-single-headline h3 {
    position: relative;
  }
  .blocks-single-headline h3:after {
    content: "▼";
    padding-left: 10px;
    font-size: 12px;
    display: inline-block;
  }
}
.blocks-single-mobile {
  padding: 15px 0;
  width: 100%;
  transition: opacity 1s ease-out;
  display: none;
  border-top: 1px solid white;
  margin-top: 15px;
  text-align: left;
}
@media (min-width: 781px) {
  .blocks-single-mobile {
    display: none !important;
  }
}
.blocks-single-mobile-image {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 40px;
}
.blocks-single p {
  color: white !important;
}
@media (max-width: 925px) {
  .blocks-single p.blocks-single-subtitle {
    display: none;
  }
}
@media (min-width: 780px) {
  .blocks-single:hover img {
    transform: translateY(5px) scale(1.4);
  }
}
.blocks-single-image {
  height: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  .blocks-single-image {
    height: auto;
    margin-bottom: 0;
  }
}
.blocks-single-image img {
  max-height: 90%;
  max-width: 100%;
  transition: 200ms;
}
@media (max-width: 780px) {
  .blocks-single-image img {
    height: 40px;
    width: auto;
  }
  .blocks-single-image img h3 {
    margin: 0 !important;
  }
}
.blocks-temp {
  padding-top: 60px;
}

.contact {
  padding: 80px 0;
}
.contact-form {
  padding-top: 60px;
}
.contact-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .contact-wrap {
    display: block;
  }
}
.contact-wrap + .contact-wrap {
  padding-top: 80px;
}
.contact-wrap.view-oposite .contact-left {
  width: 58%;
  position: relative;
}
.contact-wrap.view-oposite .contact-left .mapouter {
  margin-left: calc((100vw - 1200px) / 2 * -1);
  width: calc(100% + (100vw - 1200px) / 2);
  height: 300px;
}
.contact-wrap.view-oposite .contact-left .mapouter .gmap_canvas {
  height: 100%;
  width: 100%;
}
.contact-wrap.view-oposite .contact-left .mapouter .gmap_canvas iframe {
  height: 100%;
  width: 100%;
}
.contact-wrap.view-oposite .contact-right {
  width: 38%;
}
.contact-left {
  width: 38%;
}
@media (max-width: 959px) {
  .contact-left {
    width: 100%;
  }
}
.contact-right {
  width: 58%;
  position: relative;
}
@media (max-width: 959px) {
  .contact-right {
    margin-top: 20px;
    width: 100%;
  }
}
.contact-right .mapouter {
  width: calc(100% + (100vw - 1200px) / 2);
  height: 300px;
}
@media (max-width: 1239px) {
  .contact-right .mapouter {
    width: calc(100% + (100vw - 920px) / 2);
  }
}
@media (max-width: 959px) {
  .contact-right .mapouter {
    width: 100%;
  }
}
.contact-right .mapouter .gmap_canvas {
  height: 100%;
  width: 100%;
}
.contact-right .mapouter .gmap_canvas iframe {
  height: 100%;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  transition: 200ms;
  background-color: #F4F3F4;
  color: #95A0BC;
  z-index: 1000;
}
@media (max-width: 830px) {
  .header {
    padding: 8px 0px;
  }
}
.header-logo {
  color: #95A0BC;
  transition: 200ms;
  opacity: 0;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-right li {
  display: inline-block;
}
.header-right li + li {
  margin-left: 20px;
}
@media (max-width: 450px) {
  .header-right li:first-child {
    display: none;
    margin: 0 !important;
  }
}
.header-nav-main {
  background-color: #F4F3F4;
  margin: 0;
  padding: 0;
}
.header-nav-main li {
  display: inline-block;
}
.header-nav-main li + li {
  margin-left: 20px;
}
.header-nav-main li a {
  text-transform: uppercase;
  transition: 200ms;
}
@media (max-width: 700px) {
  .header-nav-main li a {
    font-size: 13px;
  }
}
.header-nav-main li a:hover, .header-nav-main li a.view-selected {
  color: #F49C84;
}
@media (max-width: 830px) {
  .header-nav-main {
    transition: 250ms;
    transform: translate3d(100%, 0, 0);
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    padding: 15px;
  }
  .header-nav-main li {
    width: 100%;
    text-align: center;
    display: block;
  }
  .header-nav-main li a {
    color: black;
  }
  .header-nav-main li a:hover, .header-nav-main li a.view-selected {
    color: #95A0BC;
  }
  .header-nav-main li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

.intro {
  width: 100%;
  min-height: 300px;
  height: 80vh;
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.intro.view-subpage {
  max-height: 300px;
}
.intro .inner {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  align-items: center;
}
@media (max-width: 830px) {
  .intro .inner {
    margin-top: 60px;
  }
}
.intro .inner img {
  width: 90%;
  max-width: 300px;
  height: auto;
}
.intro .inner h1 {
  color: #95A0BC;
  margin: 0 0 20px;
  font-size: 4rem;
}
@media (max-width: 730px) {
  .intro .inner h1 {
    font-size: 2.8rem;
  }
}
.intro .inner h1.view-white {
  color: white;
}
.intro .inner h2 {
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 730px) {
  .intro .inner h2 {
    font-size: 2rem;
  }
}
.intro-godown {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  background: white;
  z-index: 5;
  border-radius: 100px;
  padding: 10px 30px;
  cursor: pointer;
}

.gallery {
  margin-bottom: 40px;
}
.gallery img {
  max-width: 5000px;
}
.gallery-wrap {
  padding: 80px 0;
}

.footer {
  background-color: #95A0BC;
  color: white;
  padding: 15px 0;
  margin-top: 40px;
}

.price {
  padding: 80px 0;
}

.wysiwyg h1 {
  font-size: 3.2rem;
  color: #CBBBA0;
  margin: 0 0 30px;
  text-align: center;
}
.wysiwyg h2 {
  color: #CBBBA0;
  font-size: 2.5rem;
  margin: 0 0 30px;
  text-align: center;
}
.wysiwyg h3 {
  font-size: 1.8rem;
  margin: 0 0 15px;
}
.wysiwyg h3.view-smaller {
  font-size: 1.5rem;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 15px;
  color: #79858E;
}
.wysiwyg p a, .wysiwyg ul a, .wysiwyg ol a {
  color: #95A0BC;
  transition: 200ms;
}
.wysiwyg p a:hover, .wysiwyg ul a:hover, .wysiwyg ol a:hover {
  text-decoration: underline;
}
.wysiwyg ul, .wysiwyg ol {
  list-style: none;
  padding: 0 0 0 0px;
}
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
}
.wysiwyg table tr td, .wysiwyg table tr th {
  font-size: 16px;
  line-height: 140%;
  border-bottom: 1px solid #95A0BC;
  padding: 8px 10px 8px 10px;
  transition: 200ms;
  text-align: left;
}
.wysiwyg table tr td:last-child, .wysiwyg table tr th:last-child {
  text-align: right;
}
.wysiwyg table tr:hover td {
  background-color: #95A0BC;
  color: white;
}