/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'dingdong';
  src: url(fonts/dingdong/dingdong.woff2) format("woff2"), url(fonts/dingdong/dingdong.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.dingdong {
  font-family: dingdong, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratblack';
  src: url('fonts/montserrat/montserrat-black-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontBlack {
  font-family: montserratblack, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontBold {
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratextrabold';
  src: url('fonts/montserrat/montserrat-extrabold-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontExtraBold {
  font-family: montserratextrabold, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratextralight';
  src: url('fonts/montserrat/montserrat-extralight-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontExtraLight {
  font-family: montserratextralight, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontLight {
  font-family: montserratlight, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratmedium';
  src: url('fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontMedium {
  font-family: montserratmedium, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontNormal {
  font-family: montserratregular, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratsemibold';
  src: url('fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontSemiBold {
  font-family: montserratsemibold, Arial, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'montserratthin';
  src: url('fonts/montserrat/montserrat-thin-webfont.woff2') format('woff2'), url('fonts/montserrat/montserrat-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fontThin {
  font-family: montserratthin, Arial, sans-serif;
  font-weight: normal;
}
/*
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.12.1
  */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #333333;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(51, 51, 51, 0.95);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
html,
body {
  font-family: montserratlight, Arial, sans-serif;
  font-weight: normal;
  direction: ltr;
  height: 100%;
  height: 100vh;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  background-color: #fff;
}
html.fixedpage,
body.fixedpage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
picture {
  overflow: hidden;
}
picture img {
  width: 100%;
}
picture.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 767px) {
  picture.cover img {
    object-position: top center;
  }
}
picture.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
}
header,
footer,
section {
  position: relative;
  width: 100%;
}
header:before,
footer:before,
section:before,
header:after,
footer:after,
section:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
header:after,
footer:after,
section:after {
  clear: both;
}
.lt-ie9 header,
.lt-ie9 footer,
.lt-ie9 section {
  zoom: 1;
}
header .inner,
footer .inner,
section .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 100px 20px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .inner:before,
footer .inner:before,
section .inner:before,
header .inner:after,
footer .inner:after,
section .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
header .inner:after,
footer .inner:after,
section .inner:after {
  clear: both;
}
.lt-ie9 header .inner,
.lt-ie9 footer .inner,
.lt-ie9 section .inner {
  zoom: 1;
}
header .inner.slim,
footer .inner.slim,
section .inner.slim {
  max-width: 840px;
}
@media only screen and (max-width: 767px) {
  header .inner,
  footer .inner,
  section .inner {
    max-width: 100%;
    padding: 50px 20px 50px 20px;
  }
  header .inner.slim,
  footer .inner.slim,
  section .inner.slim {
    max-width: 100%;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
strong {
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
}
section .inner p {
  display: block;
  margin-top: 20px;
}
section .inner p:first-of-type {
  margin-top: 0;
}
section .inner a {
  color: #004d9d;
}
section .inner a:visited,
section .inner a:hover,
section .inner a:active {
  text-decoration: underline;
}
section .inner ul {
  display: block;
  margin-top: 20px;
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}
section .inner ol {
  display: block;
  margin-top: 20px;
  list-style-position: outside;
}
section .inner ol li {
  margin-bottom: 10px;
}
.h1,
.h2,
.h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
h1,
h1.h1 {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: normal;
}
h1 span,
h1.h1 span {
  display: block;
  font-size: 22px;
}
h2,
h2.h2 {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
}
h3,
h3.h3 {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: normal;
}
.ios-padding {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.textshadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
.boxshadow {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.cta-light a {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  background-color: #fff;
  color: #ffea00;
  border: 1px solid #fff;
  border-radius: 4px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.cta-light a:hover {
  background-color: #ffea00;
  border: 1px solid #fff;
  color: #fff;
}
.cta-dark a {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  background-color: #ffea00;
  color: #000;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: normal;
  border: 1px solid #ffea00;
  border-radius: 4px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.cta-dark a:hover {
  background-color: #fff;
  border: 1px solid #ffea00;
  color: #ffea00;
}
/** STARTER PAGE STYLES **/
section.starter-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
section.starter-page picture.starter-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
section.starter-page picture.starter-bg img {
  width: 100%;
}
section.starter-page .page-header-title {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  padding: 50px;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  background-color: rgba(153, 176, 47, 0.95);
  border-radius: 10px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.starter-page .page-header-title img.starter-icon-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
  /* IE6-IE8 */
}
.lt-ie9 section.starter-page .page-header-title img.starter-icon-bg {
  filter: alpha(opacity=50%);
}
section.starter-page .page-header-title h1.h1 {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
section.starter-page .page-header-title h1.h1 span {
  display: block;
  padding-top: 10px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin: 0;
}
section.starter-page .page-header-title p {
  display: block;
  color: #fff;
  max-width: 1200px;
  text-align: center;
}
section.starter-page .page-header-title p a {
  color: #fff;
}
section.starter-page .page-header-title .cta-button {
  display: block;
  margin-top: 10px;
  text-align: right;
}
section.starter-page .page-header-title .cta-button a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  line-height: 50px;
  background-color: #5e7111;
  border-radius: 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.starter-page .page-header-title .cta-button a:hover {
  background-color: rgba(94, 113, 17, 0.75);
}
@media only screen and (max-width: 767px) {
  section.starter-page .page-header-title {
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 20px;
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    border-radius: 0;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border:*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  section.starter-page .page-header-title img.starter-icon-bg {
    height: 25%;
  }
  section.starter-page .page-header-title h1.h1 {
    font-size: 30px;
  }
  section.starter-page .page-header-title h1.h1 span {
    font-size: 22px;
  }
  section.starter-page .page-header-title p {
    display: block;
    color: #fff;
    max-width: 1200px;
    text-align: center;
  }
  section.starter-page .page-header-title p a {
    color: #fff;
  }
}
footer.starter-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #484848;
  z-index: 1;
}
footer.starter-footer nav {
  display: block;
  width: 100%;
  padding: 16px 40px;
  line-height: 18px;
  height: 50px;
}
footer.starter-footer nav ul.footer-nav {
  display: block;
}
footer.starter-footer nav ul.footer-nav li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
footer.starter-footer nav ul.footer-nav li:after {
  display: inline-block;
  padding-left: 5px;
  content: '•';
}
footer.starter-footer nav ul.footer-nav li:last-of-type:after {
  content: '';
}
footer.starter-footer nav ul.footer-nav li a {
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  footer.starter-footer nav {
    height: auto;
    padding: 10px 20px;
  }
  footer.starter-footer nav ul.footer-nav {
    text-align: center;
  }
  footer.starter-footer nav ul.footer-nav li {
    display: inline-block;
  }
  footer.starter-footer nav ul.footer-nav li.copyright {
    display: inline-block;
  }
  footer.starter-footer nav ul.footer-nav li.copyright:after {
    content: '';
  }
}
/** STARTER PAGE END **/
section.page-header {
  position: relative;
  width: 100%;
}
.frontpage section.page-header.header-img {
  height: 500px;
}
.detailpage section.page-header.header-img {
  height: 300px;
}
section.page-header.header-img picture.header-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
section.page-header.header-img picture.header-img img {
  width: 100%;
}
section.page-header.header-img .page-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.page-header.header-img .page-header-title h1.h1 {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
  font-size: 45px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}
section.page-header.header-img .page-header-title h1.h1 span {
  display: block;
  padding-top: 20px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin: 0;
}
section.page-header.header-img .page-header-title .path {
  display: block;
  margin-top: 20px;
  text-align: center;
}
section.page-header.header-img .page-header-title .path a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
section.page-header.header-img .page-header-title .path a:after {
  display: inline-block;
  padding: 0 5px;
  content: '→';
}
section.page-header.header-img .page-header-title .path span.current {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.detailpage section.page-header.no-img {
  height: auto;
}
section.page-header.no-img .inner {
  padding: 150px 20px 100px 20px;
}
section.page-header.no-img .inner .path {
  display: block;
  margin-bottom: 20px;
}
section.page-header.no-img .inner .path a {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
section.page-header.no-img .inner .path a:after {
  display: inline-block;
  padding: 0 5px;
  content: '→';
}
section.page-header.no-img .inner .path span.current {
  display: inline-block;
  font-size: 14px;
}
section.page-header.no-img .inner h1.h1 {
  display: block;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
}
section.page-header.no-img .inner h1.h1 span {
  display: block;
  padding-top: 10px;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: normal;
}
section.page-header.no-img .inner p {
  display: block;
}
@media only screen and (max-width: 767px) {
  .frontpage section.page-header.header-img {
    height: 50%;
    max-height: 500px;
  }
  section.page-header.no-img .inner {
    padding: 50px 20px 100px 20px;
  }
}
section.page-main-text .inner p {
  display: block;
}
section.main-selector {
  background-color: #000;
}
section.main-selector .inner {
  padding-top: 0;
}
section.main-selector .inner .selector {
  position: relative;
  float: left;
  width: calc(100% / 3);
}
section.main-selector .inner .selector .sel-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  margin-top: 75px;
  cursor: pointer;
}
section.main-selector .inner .selector .sel-inner .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}
section.main-selector .inner .selector .sel-inner .icon-box svg.octa-bg {
  display: block;
  width: 100%;
  fill: #ffea00;
  -webkit-transition: all 0.3s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease;
  /* FF4+ */
  -ms-transition: all 0.3s ease;
  /* IE10 */
  -o-transition: all 0.3s ease;
  /* Opera 10.5+ */
  transition: all 0.3s ease;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.main-selector .inner .selector .sel-inner .icon-box svg.selector-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #000;
}
section.main-selector .inner .selector .sel-inner h2.selector-h2 {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
}
section.main-selector .inner .selector .sel-inner p {
  display: block;
  min-height: 100px;
  margin-top: 20px;
  color: #fff;
}
section.main-selector .inner .selector .sel-inner .sel-button {
  margin-top: 20px;
}
section.main-selector .inner .selector .sel-inner .sel-button span {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  background-color: #ffea00;
  color: #000;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: normal;
  border: 1px solid #ffea00;
  border-radius: 4px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.main-selector .inner .selector .sel-inner:hover .icon-box svg.octa-bg {
  fill: #fff;
}
section.main-selector .inner .selector .sel-inner:hover .sel-button span {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}
section.main-selector .inner .selector .sel-inner a.sel-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.main-selector .inner .selector .sel-inner a.sel-link {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.main-selector .inner .selector .sel-inner a.sel-link {
  background-image: url(../images/misc/pixel.gif);
}
@media only screen and (max-width: 767px) {
  section.main-selector .inner .selector {
    width: 100%;
  }
  section.main-selector .inner .selector .sel-inner {
    padding: 0;
  }
  section.main-selector .inner .selector .sel-inner .icon-box {
    width: 50px;
  }
  section.main-selector .inner .selector .sel-inner p {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  section.main-selector .inner .selector .sel-inner .icon-box {
    display: block;
    margin: 0 auto;
  }
  section.main-selector .inner .selector .sel-inner h2.selector-h2 {
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  section.main-selector .inner .selector .sel-inner p {
    text-align: center;
    min-height: 200px;
  }
  section.main-selector .inner .selector .sel-inner .sel-button {
    text-align: center;
  }
  section.main-selector .inner .selector .sel-inner .sel-button span {
    width: 100%;
  }
}
section.page-banner picture.page-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.page-banner picture.page-banner-image img {
  display: block;
  width: 100%;
}
section.page-banner .inner .banner-quote {
  display: block;
  text-align: center;
}
section.page-banner .inner .banner-quote h2.h2-banner {
  display: block;
  margin: 0;
  padding-bottom: 20px;
  font-size: 55px;
  color: #fff;
}
section.page-banner .inner .banner-quote p {
  display: block;
  font-family: montserratmedium, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
section.page-banner .inner .banner-quote .banner-button span {
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
  padding: 20px;
  background-color: #ffea00;
  color: #000;
  font-family: montserratregular, Arial, sans-serif;
  font-weight: normal;
  border: 1px solid #ffea00;
  border-radius: 4px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border:*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  /* Saf3.2+, Chrome */
  -moz-transition: 0.3s;
  /* FF4+ */
  -ms-transition: 0.3s;
  /* IE10 */
  -o-transition: 0.3s;
  /* Opera 10.5+ */
  transition: 0.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
section.page-banner a.banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.page-banner a.banner-link {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.page-banner a.banner-link {
  background-image: url(../images/misc/pixel.gif);
}
@media only screen and (max-width: 767px) {
  section.page-banner .inner .banner-quote h2.h2-banner {
    font-size: 32px;
  }
  section.page-banner .inner .banner-quote p {
    font-size: 20px;
    line-height: 22px;
  }
}
section.page-sub-text {
  background-color: #f1f1f1;
}
section.page-sub-text .inner h2.h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: montserratbold, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
section.page-sub-text .inner p {
  display: block;
}
footer.footer-info {
  background-color: #000;
}
footer.footer-info .inner .contact-info {
  position: relative;
  float: left;
  width: 25%;
}
footer.footer-info .inner .contact-info h2.h2 {
  color: #fff;
}
footer.footer-info .inner .contact-info ul li {
  color: #fff;
}
footer.footer-info .inner .contact-info ul li a {
  color: #fff;
}
footer.footer-info .inner nav.footer-links {
  position: relative;
  float: right;
  margin-left: 50px;
}
footer.footer-info .inner nav.footer-links h2.h2 {
  color: #fff;
}
footer.footer-info .inner nav.footer-links ul li {
  color: #fff;
}
footer.footer-info .inner nav.footer-links ul li a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer.footer-info .inner .contact-info {
    width: 100%;
    margin-bottom: 20px;
  }
  footer.footer-info .inner nav.footer-links {
    margin-left: 0x;
    width: 100%;
    margin-bottom: 20px;
  }
}
footer.footer {
  height: 50px;
  background-color: #484848;
}
footer.footer nav {
  display: block;
  width: 100%;
  padding: 16px 40px;
  line-height: 18px;
  height: 50px;
}
footer.footer nav ul.footer-nav {
  display: block;
}
footer.footer nav ul.footer-nav li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
footer.footer nav ul.footer-nav li:after {
  display: inline-block;
  padding-left: 5px;
  content: '•';
}
footer.footer nav ul.footer-nav li:last-of-type:after {
  content: '';
}
footer.footer nav ul.footer-nav li a {
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  footer.footer {
    height: auto;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
  footer.footer nav {
    height: auto;
    padding: 10px 20px;
  }
  footer.footer nav ul.footer-nav {
    text-align: center;
  }
  footer.footer nav ul.footer-nav li.copyright {
    display: block;
  }
  footer.footer nav ul.footer-nav li.copyright:after {
    content: '';
  }
}
section.page-content-sub-odd {
  background-color: #f1f1f1;
}
section.page-content-sub-odd.video .inner {
  min-height: 535px;
}
section.page-content-sub-odd .inner {
  padding: 0;
}
section.page-content-sub-odd .inner .page-sub-content {
  position: relative;
  float: right;
  width: 50%;
  padding: 100px 20px 100px 40px;
  color: #333333;
}
section.page-content-sub-odd .inner .page-sub-content h2.h2-sub {
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.page-content-sub-odd .inner .page-sub-content ul {
  list-style-position: inside;
}
section.page-content-sub-odd .inner .page-sub-content a.cta-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.page-content-sub-odd .inner .page-sub-content a.cta-link {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.page-content-sub-odd .inner .page-sub-content a.cta-link {
  background-image: url(../images/misc/pixel.gif);
}
section.page-content-sub-odd .inner .page-sub-content i.arrow-down-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
section.page-content-sub-odd .inner .page-sub-content i.arrow-down-right svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: #333333;
}
section.page-content-sub-odd picture.page-sub-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
section.page-content-sub-odd picture.page-sub-image img {
  display: block;
  width: 100%;
}
section.page-content-sub-odd .page-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
section.page-content-sub-odd .page-video .video-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.page-content-sub-odd .page-video .video-box iframe,
section.page-content-sub-odd .page-video .video-box object,
section.page-content-sub-odd .page-video .video-box embed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  section.page-content-sub-odd {
    background-color: #fff;
  }
  section.page-content-sub-odd .inner .page-sub-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
  section.page-content-sub-odd .inner .page-sub-content i.arrow-down-right svg {
    width: 30px;
    height: 30px;
  }
  section.page-content-sub-odd picture.page-sub-image {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  section.page-content-sub-odd picture.page-sub-image img {
    display: block;
    width: 100%;
  }
}
section.page-content-sub-even {
  background-color: #f1f1f1;
}
section.page-content-sub-even .inner {
  padding: 0;
}
section.page-content-sub-even .inner .page-sub-content {
  position: relative;
  float: left;
  width: 50%;
  padding: 100px 40px 100px 20px;
  color: #333333;
}
section.page-content-sub-even .inner .page-sub-content h2.h2-sub {
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.page-content-sub-even .inner .page-sub-content ul {
  list-style-position: inside;
}
section.page-content-sub-even .inner .page-sub-content a.cta-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lt-ie10 section.page-content-sub-even .inner .page-sub-content a.cta-link {
  background-image: url(../images/misc/pixel.gif);
}
.lt-ie8 section.page-content-sub-even .inner .page-sub-content a.cta-link {
  background-image: url(../images/misc/pixel.gif);
}
section.page-content-sub-even .inner .page-sub-content i.arrow-down-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
section.page-content-sub-even .inner .page-sub-content i.arrow-down-right svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: #333333;
}
section.page-content-sub-even picture.page-sub-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
section.page-content-sub-even picture.page-sub-image img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section.page-content-sub-even {
    background-color: #fff;
  }
  section.page-content-sub-even .inner .page-sub-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
  section.page-content-sub-even .inner .page-sub-content i.arrow-down-right svg {
    width: 30px;
    height: 30px;
  }
  section.page-content-sub-even picture.page-sub-image {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  section.page-content-sub-even picture.page-sub-image img {
    display: block;
    width: 100%;
  }
}
section.page-album {
  padding: 50px;
}
section.page-album span.image-count {
  display: block;
  padding: 10px 10px 0 10px;
  text-align: right;
  font-size: 11px;
  cursor: pointer;
}
section.page-album .album {
  position: relative;
  float: left;
  width: 100%;
}
section.page-album .album a.post-thumb {
  position: relative;
  float: left;
  width: 20%;
  padding: 10px 10px 0 10px;
}
section.page-album .album a.post-thumb img {
  display: block;
  width: 100%;
}
section.page-album .album a.no-thumb {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  section.page-album {
    padding: 20px 10px;
  }
  section.page-album .album a.post-thumb {
    width: 50%;
  }
}
