@charset "UTF-8";
/* ==========================================================================
 * Base
 * ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: .3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* ==========================================================================
 * Grid
 * ========================================================================== */
.container, .breadcrumbs, .mfp-wrap.search .mfp-container, .search-form, .search-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:after, .breadcrumbs:after, .mfp-wrap.search .mfp-container:after, .search-form:after, .search-content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 880px) {
  .container, .breadcrumbs, .mfp-wrap.search .mfp-container, .search-form, .search-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container.medium {
  max-width: 952.0px;
}

@media (max-width: 800px) {
  .col-6 + *, .half + * {
    margin-top: 3em;
  }
}
@media (min-width: 800px) {
  .col-6, .half {
    width: 49.16667%;
    float: left;
    margin-right: 1.66667%;
  }
  .col-6:nth-child(2n), .half:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .col-6:nth-child(n+3), .half:nth-child(n+3) {
    margin-top: 3em;
  }
}

@media (max-width: 640px) {
  .col-4 + * {
    margin-top: 3em;
  }
}
@media (min-width: 640px) and (max-width: 1020px) {
  .col-4 {
    width: 49.16667%;
    float: left;
    margin-right: 1.66667%;
  }
  .col-4:nth-child(n+3) {
    margin-top: 3em;
  }
  .col-4:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1020px) {
  .col-4 {
    width: 32.22222%;
    float: left;
    margin-right: 1.66667%;
  }
  .col-4:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .col-3 + * {
    margin-top: 3em;
  }
}
@media (min-width: 480px) and (max-width: 1020px) {
  .col-3 {
    width: 49.16667%;
    float: left;
    margin-right: 1.66667%;
  }
  .col-3:nth-child(n+3) {
    margin-top: 3em;
  }
  .col-3:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1020px) {
  .col-3 {
    width: 23.75%;
    float: left;
    margin-right: 1.66667%;
  }
  .col-3:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  .col-3:nth-child(n+5) {
    margin-top: 3em;
  }
}

@media (min-width: 640px) {
  .inset {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* ==========================================================================
 * Layout
 * ========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #515151;
  padding-top: 60px;
}
@media (min-width: 640px) {
  body {
    padding: 60px 1.875em 1.875em;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}

img, svg {
  max-width: 100%;
  height: auto;
}

.no-js .lazyload {
  display: none;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.fadein.faded {
  opacity: 1;
}

h1, .h1 {
  line-height: 1.125;
  font-size: 1.75em;
  text-align: center;
}
@media (min-width: 640px) {
  h1, .h1 {
    line-height: 1;
    font-size: 2.5em;
  }
}

h2, .h2 {
  line-height: 1.25;
  font-size: 1.5em;
}
@media (min-width: 640px) {
  h2, .h2 {
    line-height: 1.125;
    font-size: 1.875em;
  }
}

.h3, .article .title, .retro h2 {
  font-size: 1.25em;
  line-height: 1.375;
}
@media (min-width: 640px) {
  .h3, .article .title, .retro h2 {
    line-height: 1.23077;
    font-size: 1.625em;
  }
}

ol, ul, dl, p {
  margin: 1.5em 0;
}

dl dt {
  display: inline;
  margin: 0;
}
dl dd {
  display: inline;
  margin: 0;
  white-space: nowrap;
}
dl dd:after {
  content: "\a";
  white-space: pre;
}

a {
  color: inherit;
  text-decoration: underline;
}

::-webkit-selection {
  color: white;
  background: #71773D;
}

::-moz-selection {
  color: white;
  background: #71773D;
}

::-o-selection {
  color: white;
  background: #71773D;
}

::selection {
  color: white;
  background: #71773D;
}

/* ==========================================================================
 * Helpers
 * ========================================================================== */
.cols:after, .form.activity:after {
  content: "";
  display: table;
  clear: both;
}

.col > *:first-child, [class*=col] > *:first-child, .info > *:first-child, .text > *:first-child, .section .container > *:first-child, .form > *:first-child, [id=intro] .content > *:first-child, .search-content > *:first-child, .search-content ul li > *:first-child {
  margin-top: 0;
}
.col > *:last-child, [class*=col] > *:last-child, .info > *:last-child, .text > *:last-child, .section .container > *:last-child, .form > *:last-child, [id=intro] .content > *:last-child, .search-content > *:last-child, .search-content ul li > *:last-child {
  margin-bottom: 0;
}

.retro .container > * + * {
  margin-top: 3em;
}
@media (min-width: 640px) {
  .retro .container > * + * {
    margin-top: 3em;
  }
}

.i {
  font-style: italic;
}

.br {
  margin-top: 2em;
}
@media (min-width: 640px) {
  .br {
    margin-top: 3em;
  }
}

.br-2 {
  margin-top: 3em;
}
@media (min-width: 640px) {
  .br-2 {
    margin-top: 5em;
  }
}

.label {
  margin-bottom: 0;
}
.label + * {
  margin-top: 0 !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.grey-bg {
  background-color: #e5e5e5;
}

.blue-bg {
  background-color: #dce7eb;
}

.white-bg {
  background-color: white;
}

.inline-icon {
  background-position: left center;
  padding-left: 32px;
}

.subinfo {
  text-align: center;
  display: block;
  line-height: 1;
  min-height: 1em;
}
@media (min-width: 640px) {
  .subinfo {
    font-size: 1.375em;
    min-height: 1.375em;
  }
}

h1, .h1, h2, .h2, .h3, .article .title, .retro h2, .article > a figure:before, .top [id=nav] li:nth-child(-n + 3), [id=intro] .content h2, [id=intro] .content p {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: bold;
}

.button, .form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  padding: 0.40909em 1.22727em;
  background-color: #71773D;
  border: 1px solid white;
  color: white;
  font-size: 1.375em;
  text-decoration: none;
  text-align: center;
}
.button:hover, .form input[type=submit]:hover {
  background-color: black;
  color: white;
}
.full.button, .form input.full[type=submit] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .button, .form input[type=submit] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.all {
  font-weight: 600;
  font-style: italic;
}

/* ==========================================================================
 * Modules
 * ========================================================================== */
.categories {
  list-style-type: none;
  padding: 0 6px;
  text-align: center;
  background-color: #5a7987;
  color: white;
  font-size: 14px;
}
@media (min-width: 640px) {
  .categories {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.categories li {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 1em;
}
.categories li:last-child {
  margin-right: 0;
}
@media (min-width: 760px) and (max-width: 1440px) {
  .categories {
    text-align: center;
  }
  .categories li:nth-child(6) {
    clear: left;
  }
}
.categories a {
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 0.25em 0;
  margin: 0 0.5em;
}
.categories a:hover {
  border-top-color: white;
  border-bottom-color: white;
}
.categories .active a {
  border-color: white;
  padding: 0.25em 0.5em;
  margin: 0;
}
.categories:after {
  content: "flickity";
  display: none;
}
@media (min-width: 760px) {
  .categories:after {
    content: "";
  }
}
.categories .flickity-prev-next-button {
  background-color: transparent;
  height: 100%;
  border-radius: 0;
  padding: 0;
}
.categories .flickity-prev-next-button path {
  fill: #5a7987;
}
@media (max-width: 640px) {
  .categories .flickity-prev-next-button {
    width: 20px;
  }
}
.categories .flickity-prev-next-button.previous {
  right: 100%;
  left: auto;
}
.categories .flickity-prev-next-button.next {
  left: 100%;
}
.categories .flickity-prev-next-button[disabled] {
  display: none;
}

.info {
  background-color: #dce7eb;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 479px) {
  .info .info-col + .info-col {
    margin-top: 2em;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .info .info-col {
    width: 44.54545%;
    float: left;
    margin-right: 10.90909%;
  }
  .info .info-col:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .info .info-col:nth-child(n+3) {
    margin-top: 3em;
  }
}
@media (min-width: 800px) {
  .info .info-col {
    width: 23.10924%;
    float: left;
    margin-right: 2.52101%;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  .info.short .info-col + .info-col {
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  .info.short .info-col {
    width: 44.54545%;
    float: left;
    margin-right: 10.90909%;
  }
  .info.short .info-col:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
.info time {
  font-weight: 600;
}
.info h2 {
  font-size: 1.625em;
}
.info h3 {
  margin-top: 0;
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 1em;
  white-space: nowrap;
}
.info h3 + * {
  margin-top: 0;
}
.info p {
  margin: 1em 0;
}
.info p.br {
  margin-top: 2em;
}
.info dl {
  overflow: hidden;
}
.info dl dt, .info dl dd {
  float: left;
}
.info dl dt:nth-child(n+3), .info dl dd:nth-child(n+3) {
  margin-top: 0.5em;
}
.info dl dt {
  clear: left;
  min-width: 40%;
  max-width: 8em;
}
@media (min-width: 800px) {
  .info .button {
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
  }
}
@media (min-width: 1020px) {
  .info .button:before {
    content: "";
    width: 35px;
    height: 63px;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -31.5px;
    margin-right: 22px;
  }
}

.breadcrumbs {
  position: absolute;
  z-index: 10;
  top: 4em;
  list-style-type: none;
}
.breadcrumbs li {
  color: white;
  font-size: 0.875em;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li + li:before {
  content: "›";
}
.breadcrumbs a {
  text-decoration: underline;
}

.top ~ [id=main] .breadcrumbs {
  top: 18em;
}

.section {
  padding-top: 3em;
  padding-bottom: 4em;
}
.section:not([class*=bg]):not([class*=retro]):not([class*=greyscale]):last-child {
  padding-bottom: 0;
}
+ .section:not([class*=bg]):not([class*=retro]):not([class*=greyscale]) {
  padding-top: 1em;
}
[id=main] .section > * + *:not([class*=br]), [id=main] .section .container > * + *:not([class*=br]) {
  margin-top: 3em;
}
.section h1 {
  margin-bottom: 2em;
}
.section h1[class*=icon] {
  background-position: center top;
  padding-top: 3em;
  -webkit-background-size: auto 2.125em;
  background-size: auto 2.125em;
}
.section h1 + .subinfo {
  margin-top: -2em;
}
.section > p, .section .container > p, .section .text > p {
  font-size: 1.125em;
}
.section h2.subtitle {
  text-align: center;
  font-size: 1.375em;
  font-weight: normal;
}
.section .ingress {
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1281px) {
  .section .ingress {
    max-width: 952.0px;
  }
}
@media (min-width: 640px) {
  .section .ingress {
    font-size: 1.375em;
  }
}

span[class*=icon], time[class*=icon] {
  display: block;
  background-position: left center;
  padding-left: 3em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.article * {
  margin: 0;
}
.article img + .title, .article .title + img, .article .title + figure, .article figure + .title {
  margin-top: 0.5em;
}
.article .subtitle {
  margin-top: 0.25em;
  font-size: 1.125em;
  font-weight: 600;
}
.article .subtitle + * {
  margin-top: 0.25em;
}
.article p {
  margin-top: 0.25em;
}
@media (min-width: 1020px) {
  .article p {
    line-height: 1.75;
  }
}
.article > a {
  text-decoration: none;
}
.article > a figure {
  overflow: hidden;
  position: relative;
}
.article > a figure img {
  display: block;
}
.article > a figure:before {
  content: "se mer";
  color: black;
  font-size: 1.1875em;
  font-weight: 700;
  text-transform: uppercase;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
}
.article > a figure:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.article > a:hover figure:before {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.article > a:hover figure:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.retro {
  background-color: #e6e8d5;
  background-position: center;
  background-clip: padding-box;
  border-top: 78px solid transparent;
  border-bottom: 78px solid transparent;
  padding-top: 3em;
  padding-bottom: 4em;
  position: relative;
}
.retro h1 {
  margin: 0;
}
.retro figure {
  margin: 0 auto 2em;
}
@media (min-width: 1020px) {
  .css-transforms .retro figure {
    width: 100%;
    max-width: 260px;
    height: 0;
    padding-top: 60%;
    position: relative;
  }
  .css-transforms .retro figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.retro:before, .retro:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 78px;
  background-repeat: repeat-x !important;
  background-image: inherit;
}
.retro:before {
  bottom: 100%;
}
.retro:after {
  top: 100%;
}

.greyscale {
  position: relative;
  background-color: #f2f2f2;
}
@media (min-width: 1020px) {
  .greyscale .box-grid {
    display: -webkit-flex;
    display: flex;
  }
}
.greyscale .box {
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
.greyscale .article p {
  margin: 0.5em 0;
}
@media (max-width: 1800px) {
  .greyscale {
    background-image: none !important;
  }
}
@media (min-width: 1800px) {
  .greyscale {
    -webkit-background-size: 0;
    background-size: 0;
  }
  .greyscale:before, .greyscale:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 119px;
    background-repeat: repeat-y !important;
    background-image: inherit;
  }
  .greyscale:before {
    left: 0;
  }
  .greyscale:after {
    right: 0;
  }
}

.box-grid {
  overflow: hidden;
}
.box-grid .box[style] {
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .box-grid.big .box:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 640px) {
  .box-grid.big .box {
    width: 49.16667%;
    width: calc(( 100% - 24px) / 2 );
  }
  .box-grid.big .box:not([style]) {
    float: left;
    margin-right: 1.66667%;
    margin-right: calc( 24px );
  }
  .box-grid.big .box:nth-child(2n + 1) {
    clear: both;
  }
  .box-grid.big .box:not([style]):nth-child(n + 3) {
    margin-top: 24px;
  }
  .box-grid.big .box:not([style]):nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .box-grid.medium .box:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 480px) {
  .box-grid.medium .box:not([style]) {
    float: left;
    margin-right: 1.66667%;
    margin-right: calc( 24px );
  }
}
@media (min-width: 480px) and (max-width: 1020px) {
  .box-grid.medium .box {
    width: 49.16667%;
    width: calc(( 100% - 24px) / 2 );
  }
  .box-grid.medium .box:nth-child(2n + 1) {
    clear: both;
  }
  .box-grid.medium .box:not([style]):nth-child(n + 3) {
    margin-top: 24px;
  }
  .box-grid.medium .box:not([style]):nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1020px) {
  .box-grid.medium .box {
    width: 32.22222%;
    width: calc(( 100% -  24px * 2 ) / 3 );
  }
  .box-grid.medium .box:nth-child(3n + 1) {
    clear: both;
  }
  .box-grid.medium .box:not([style]):nth-child(n + 4) {
    margin-top: 24px;
  }
  .box-grid.medium .box:not([style]):nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 351px) {
  .box-grid.small .box:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 352px) {
  .box-grid.small .box:not([style]) {
    float: left;
    margin-right: 1.66667%;
    margin-right: calc( 24px );
  }
}
@media (min-width: 352px) and (max-width: 800px) {
  .box-grid.small .box {
    width: 49.16667%;
    width: calc(( 100% - 24px) / 2 );
  }
  .box-grid.small .box:nth-child(2n + 1) {
    clear: both;
  }
  .box-grid.small .box:not([style]):nth-child(n + 3) {
    margin-top: 24px;
  }
  .box-grid.small .box:not([style]):nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 800px) and (max-width: 1020px) {
  .box-grid.small .box {
    width: 32.22222%;
    width: calc(( 100% -  24px * 2 ) / 3 );
  }
  .box-grid.small .box:nth-child(3n + 1) {
    clear: both;
  }
  .box-grid.small .box:not([style]):nth-child(n + 4) {
    margin-top: 24px;
  }
  .box-grid.small .box:not([style]):nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1020px) {
  .box-grid.small .box {
    width: 23.75%;
    width: calc(( 100% -  24px * 3 ) / 4 );
  }
  .box-grid.small .box:nth-child(4n + 1) {
    clear: both;
  }
  .box-grid.small .box:not([style]):nth-child(n + 5) {
    margin-top: 24px;
  }
  .box-grid.small .box:not([style]):nth-child(4n) {
    float: right;
    margin-right: 0;
  }
}
.box-grid .gutter {
  width: 1.66667%;
  width: calc( 24px );
}

/* ==========================================================================
 * Select
 * ========================================================================== */
.sod_select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  position: relative;
  /* Opera */
  cursor: default;
}
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sod_select.open {
  color: #919191;
}
.sod_select.focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}
.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 200px;
  margin: 0 0 0 -3px;
  background: #ffffff;
  border: 3px solid #000000;
  border-top: none;
  color: #444444;
  z-index: 1;
}
.sod_select.open .sod_list_wrapper {
  display: block;
}
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none;
}
.sod_select .sod_option.optgroup {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}
.sod_select .sod_option.is-placeholder {
  display: none;
}
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333;
}
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}
.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}
.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}
.sod_select select {
  display: none !important;
}
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.sod_select {
  width: 100%;
}
.sod_select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-position: center;
  background-color: #71773d;
}
.sod_select .sod_label {
  color: #515151;
  font-style: italic;
}
.sod_select .sod_list_wrapper {
  right: 0;
  width: auto;
  margin: 0 -2px 0;
  border: 2px solid #71773D;
  padding: 0.5em 0;
}
.sod_select .sod_option {
  font-size: 0.81818em;
  color: #515151;
  padding: 0.25em 0.5em;
}
.sod_select .sod_option.selected, .sod_select .sod_option.active {
  color: white;
  background-color: #71773D;
}

/* ==========================================================================
 * Datetime
 * ========================================================================== */
.xdsoft_datetimepicker {
  background: #fff;
  border: 2px solid #71773D;
  color: #515151;
  padding: 0;
  position: absolute;
  z-index: 9999;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1.125em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}

/*For IE8 or lower */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection, .xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #71773D;
  color: white;
  padding: 0.4em 1em;
  font-weight: 600;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker > * {
  display: inline;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker > * + * {
  margin-left: 0.5em;
}
.xdsoft_datetimepicker button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  padding: 0 1em;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
}
.xdsoft_datetimepicker .xdsoft_prev:before {
  content: "‹";
}
.xdsoft_datetimepicker .xdsoft_today_button {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
}
.xdsoft_datetimepicker .xdsoft_next:after {
  content: "›";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select, .xdsoft_datetimepicker .xdsoft_label > i {
  display: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  padding: 0.4em 0.75em;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  border-collapse: collapse;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_calendar td:first-child, .xdsoft_datetimepicker .xdsoft_calendar th:first-child {
  border-left: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td:last-child, .xdsoft_datetimepicker .xdsoft_calendar th:last-child {
  border-right: none;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #515151;
  font-weight: 600;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
  color: #71773d;
}
.xdsoft_datetimepicker .xdsoft_calendar thead tr:first-child th, .xdsoft_datetimepicker .xdsoft_calendar thead tr:first-child td {
  border-top: none;
}
.xdsoft_datetimepicker .xdsoft_calendar tbody tr:last-child th, .xdsoft_datetimepicker .xdsoft_calendar tbody tr:last-child td {
  border-bottom: none;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  background-color: white;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  font-weight: 600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #71773D;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #71773D;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #71773D;
  color: #fff;
  font-weight: 600;
}
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  color: #fff !important;
  background: #71773D !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #71773D !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #71773D !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* ==========================================================================
 * Forms
 * ========================================================================== */
.sod_select, .form [type=text], .form [type=email], .form [type=phone], .form [type=search], .form [type=date], .form textarea {
  padding: 0.36364em 0.36364em;
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border: 2px solid #71773d;
  font-size: 1.375em;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  background-color: white;
  font-style: italic;
}
.placeholder.sod_select, .form .placeholder[type=text], .form .placeholder[type=email], .form .placeholder[type=phone], .form .placeholder[type=search], .form .placeholder[type=date], .form textarea.placeholder {
  color: grey;
}
.sod_select:-moz-placeholder, .form [type=text]:-moz-placeholder, .form [type=email]:-moz-placeholder, .form [type=phone]:-moz-placeholder, .form [type=search]:-moz-placeholder, .form [type=date]:-moz-placeholder, .form textarea:-moz-placeholder {
  color: grey;
}
.sod_select::-webkit-input-placeholder, .form [type=text]::-webkit-input-placeholder, .form [type=email]::-webkit-input-placeholder, .form [type=phone]::-webkit-input-placeholder, .form [type=search]::-webkit-input-placeholder, .form [type=date]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: grey;
}

.form label.outside {
  margin-bottom: 0.5em;
  display: block;
  font-size: 0.875em;
  color: #515151;
}
@media (min-width: 640px) {
  .form label.outside {
    position: absolute;
    bottom: 100%;
    left: 2em;
  }
}
.form label.outside:after {
  content: ":";
}
.form label.inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: normal;
  padding: 0.36364em 0.36364em;
  border: 2px solid transparent;
  pointer-events: none;
  color: grey;
  font-size: 1.375em;
}
.form .field {
  position: relative;
}
.form [type=text], .form [type=email], .form [type=phone], .form [type=search], .form [type=date], .form textarea {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 708px;
}
.form [type=text][class*=icon], .form [type=email][class*=icon], .form [type=phone][class*=icon], .form [type=search][class*=icon], .form [type=date][class*=icon], .form textarea[class*=icon] {
  background-position: 11px 0.6em;
  padding-left: 2em;
}
@media (min-width: 1020px) and (max-width: 1200px) {
  .form [type=text][class*=icon], .form [type=email][class*=icon], .form [type=phone][class*=icon], .form [type=search][class*=icon], .form [type=date][class*=icon], .form textarea[class*=icon] {
    background: none !important;
    padding-left: 0.36364em;
  }
}
.form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  white-space: normal;
  display: block;
}
@media (min-width: 640px) {
  .form.activity {
    padding: 3em 0;
  }
}
@media (min-width: 640px) and (max-width: 1020px) {
  .form.activity .field {
    width: 49.16667%;
    float: left;
    margin-right: 1.66667%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form.activity .field:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .form.activity .field:nth-child(n+3) {
    margin-top: 3em;
    clear: right;
  }
}
@media (min-width: 1020px) {
  .form.activity .field {
    width: 32.22222%;
    float: left;
    margin-right: 1.66667%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form.activity .field.short {
    width: 15.27778%;
    float: left;
    margin-right: 1.66667%;
  }
  .form.activity .field.short input[type=submit] {
    white-space: nowrap;
    width: auto;
  }
}

.selectize-input {
  border-radius: 0;
  border: 2px solid #71773D;
}

/* ==========================================================================
 * Header
 * ========================================================================== */
[id=header] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  padding: 12px 20px 12px;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 640px) {
  [id=header] {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}
[id=header] a {
  text-decoration: none;
}
[id=header] .logo {
  float: left;
  display: block;
  width: 148px;
  height: 35px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
[id=header].top .logo {
  width: 296px;
  height: 70px;
  position: absolute;
  top: 6em;
  left: 50%;
  margin-left: -9.25em;
  -webkit-background-size: contain;
  background-size: contain;
}
.backgroundsize [id=header].top .logo {
  max-width: 18.5em;
}

@media (max-width: 640px) {
  [id=header] nav {
    display: none;
  }
}
@media (min-width: 1020px) {
  [id=header] nav {
    float: right;
    text-align: right;
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .no-csstransforms [id=header] nav {
    position: static;
  }
}
@media (min-width: 1020px) and (min-width: 640px) {
  [id=header] nav li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  [id=header] nav li + li {
    margin-left: 1em;
  }
  [id=header] nav li.search a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 0.5em;
  }
  [id=header] nav li:last-child {
    margin-right: -0.5em;
  }
  [id=header] nav li a {
    display: block;
    outline: none;
    padding: 0.25em 0.5em;
    position: relative;
    border: 1px solid transparent;
  }
  [id=header] nav li a:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    top: -0.5em;
    bottom: -0.5em;
    left: 0.5em;
    right: 0.5em;
    pointer-events: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  [id=header] nav li a:hover:after {
    border-color: black;
    top: -1px;
    bottom: -1px;
  }
  [id=header] nav li.active a {
    border-color: black;
  }
  [id=header] nav li.active a:after {
    display: none;
  }
}
@media (min-width: 1020px) and (min-width: 1281px) {
  [id=header] nav li + li {
    margin-left: 1.375em;
  }
}

@media (min-width: 640px) and (max-width: 1020px) {
  [id=header]:not(.top) nav {
    display: none;
  }
}
[id=header].top nav {
  width: 100%;
}
@media (min-width: 640px) and (max-width: 1020px) and (min-height: 479px) {
  [id=header].top nav {
    float: right;
    text-align: right;
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .no-csstransforms [id=header].top nav {
    position: static;
  }
}
@media (min-width: 640px) and (max-width: 1020px) and (min-height: 479px) and (min-width: 640px) {
  [id=header].top nav li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  [id=header].top nav li + li {
    margin-left: 1em;
  }
  [id=header].top nav li.search a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 0.5em;
  }
  [id=header].top nav li:last-child {
    margin-right: -0.5em;
  }
  [id=header].top nav li a {
    display: block;
    outline: none;
    padding: 0.25em 0.5em;
    position: relative;
    border: 1px solid transparent;
  }
  [id=header].top nav li a:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    top: -0.5em;
    bottom: -0.5em;
    left: 0.5em;
    right: 0.5em;
    pointer-events: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  [id=header].top nav li a:hover:after {
    border-color: black;
    top: -1px;
    bottom: -1px;
  }
  [id=header].top nav li.active a {
    border-color: black;
  }
  [id=header].top nav li.active a:after {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 1020px) and (min-height: 479px) and (min-width: 1281px) {
  [id=header].top nav li + li {
    margin-left: 1.375em;
  }
}

@media (min-width: 640px) and (max-width: 1020px) and (max-height: 479px) {
  [id=header].top nav {
    display: none;
  }
}
@media (max-width: 640px), (max-height: 479px) {
  [id=header] .nav-toggle {
    display: block;
  }
}
@media (min-width: 640px) and (max-width: 1020px) {
  [id=header]:not(.top) .nav-toggle {
    display: block;
  }
}

.nav-toggle {
  width: 32px;
  height: 38px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  float: right;
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  display: none;
}
.no-csstransforms .nav-toggle {
  position: static;
}
.nav-toggle .navicon {
  height: 4px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -2px;
  background: #5A7987;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, background 0.2s;
  transition: transform 0.3s ease-in-out, background 0.2s;
}
.nav-toggle .navicon:before, .nav-toggle .navicon:after {
  content: "";
  position: absolute;
  background: #5A7987;
  width: 100%;
  height: 4px;
  margin: 4px 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, background 0.2s;
  transition: transform 0.3s ease-in-out, background 0.2s;
}
.nav-toggle .navicon:before {
  bottom: 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.nav-toggle .navicon:after {
  top: 100%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.nav-toggle:hover .navicon, .nav-toggle:hover .navicon:before, .nav-toggle:hover .navicon:after {
  background-color: #74793E;
}

.nav:not(.mfp-removing) ~ [id=header] .navicon:before {
  -ms-transform: rotate(-29deg);
  -webkit-transform: rotate(-29deg);
  transform: rotate(-29deg);
  background-color: #74793E;
}
.nav:not(.mfp-removing) ~ [id=header] .navicon {
  background-color: rgba(116, 121, 62, 0);
}
.nav:not(.mfp-removing) ~ [id=header] .navicon:after {
  -ms-transform: rotate(29deg);
  -webkit-transform: rotate(29deg);
  transform: rotate(29deg);
  background-color: #74793E;
}

/* ==========================================================================
 * Popup
 * ========================================================================== */
html[style*=margin] [id=header] {
  margin-right: 15px;
}

.mfp-bg.nav, .mfp-bg.search {
  display: none;
}

.mfp-wrap.nav, .mfp-wrap.search {
  background-color: transparent;
  padding-top: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-wrap.search .mfp-close {
  width: 15px;
  height: 15px;
  background-color: #71773D;
  background-position: center;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  margin: 16px;
  padding: 6px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.mfp-wrap.search .mfp-close:hover {
  background-color: black;
}
.mfp-wrap.search .mfp-container {
  height: auto;
  position: static;
}
.mfp-wrap.search .mfp-content {
  background-color: transparent;
}
.mfp-wrap.search .mfp-content > * {
  background-color: white;
}
.mfp-wrap.nav .mfp-container {
  height: 100%;
  padding: 0;
  position: static;
}
.mfp-wrap.nav .mfp-content {
  height: 100%;
}
.mfp-wrap.nav .mfp-content, .mfp-wrap.search .mfp-content {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.mfp-wrap.search {
  /* animate in */
  /* animate out */
}
.mfp-wrap.search .section {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform: translateY(-25%) rotateX(35deg);
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.mfp-wrap.search.mfp-ready .section {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -ms-transform: translateY(0%) rotateX(0deg);
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
}
.mfp-wrap.search.mfp-removing .section {
  -ms-transform: translateY(25%) rotateX(-35deg);
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mfp-wrap.nav {
  /* animate in */
  /* animate out */
}
.mfp-wrap.nav nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mfp-wrap.nav ul {
  -ms-transform: translateY(-25%) rotateX(45deg);
  -webkit-transform: translateY(-25%) rotateX(45deg);
  transform: translateY(-25%) rotateX(45deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mfp-wrap.nav nav, .mfp-wrap.nav ul {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.mfp-wrap.nav.mfp-ready nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.mfp-wrap.nav.mfp-ready ul {
  -ms-transform: translateY(0%) rotateX(0deg);
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
}
.mfp-wrap.nav.mfp-removing nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mfp-wrap.nav.mfp-removing ul {
  -ms-transform: translateY(25%) rotateX(-45deg);
  -webkit-transform: translateY(25%) rotateX(-45deg);
  transform: translateY(25%) rotateX(-45deg);
}

/* ==========================================================================
 * Nav
 * ========================================================================== */
[id=nav] {
  color: black;
  font-family: "Playfair Display", Georgia, serif;
}
[id=nav] .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mfp-wrap [id=nav] {
  width: 100%;
  height: 100%;
  display: table;
  font-weight: bold;
  background-color: white;
  font-size: 1.5em;
  color: #5A7987;
  text-align: center;
}
@media (min-width: 479px) {
  .mfp-wrap [id=nav] {
    font-size: 3.5vw;
  }
}
.mfp-wrap [id=nav] ul {
  display: table-cell;
  vertical-align: middle;
}
.mfp-wrap [id=nav] li {
  max-height: 14.28571%;
}
.mfp-wrap [id=nav] a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25em 1em;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  text-decoration: none;
}
.mfp-wrap [id=nav] a:hover, .mfp-wrap [id=nav] .active a {
  color: #71773D;
}
.top [id=nav] li:nth-child(-n + 3) {
  position: absolute;
  width: 25%;
  top: 6.5em;
  text-align: center;
  color: white;
  font-size: 1.875em;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
.top [id=nav] li:nth-child(-n + 3) a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em 0.1em;
}
.top [id=nav] li:nth-child(-n + 3) a:after {
  left: 1em;
  right: 1em;
  border-color: transparent;
}
.top [id=nav] li:nth-child(-n + 3) a:hover:after {
  border-color: white;
}
.top [id=nav] li:nth-child(-n + 3).active a {
  border-color: white;
}
.top [id=nav] li:nth-child(-n + 3).active a:after {
  display: none;
}
.top [id=nav] li:nth-child(-n + 3):before {
  content: "";
  position: absolute;
  top: 50%;
  width: 25%;
  border-top: 1px solid white;
}
.top [id=nav] li:nth-child(1) {
  left: 12.5%;
}
.top [id=nav] li:nth-child(1):before {
  right: 100%;
}
.top [id=nav] li:nth-child(2) {
  left: 37.5%;
}
.top [id=nav] li:nth-child(2):before {
  display: none;
}
.top [id=nav] li:nth-child(3) {
  right: 12.5%;
}
.top [id=nav] li:nth-child(3):before {
  left: 100%;
}
@media (min-width: 640px) and (max-width: 800px) {
  .top [id=nav] li:nth-child(1) {
    left: 1em;
  }
  .top [id=nav] li:nth-child(2) {
    left: 50%;
    margin-left: -12.5%;
  }
  .top [id=nav] li:nth-child(3) {
    right: 1em;
  }
  .top [id=nav] li:before {
    display: none;
  }
}
@media (min-width: 1440px) {
  .top [id=nav] li:nth-child(-n + 3) {
    width: 318px;
  }
  .top [id=nav] li:nth-child(-n + 3):before {
    width: 243px;
  }
  .top [id=nav] li:nth-child(1) {
    left: 50%;
    margin-left: -477px;
  }
  .top [id=nav] li:nth-child(2) {
    left: 50%;
    margin-left: -159px;
  }
  .top [id=nav] li:nth-child(3) {
    right: 50%;
    margin-right: -477px;
  }
}

/* ==========================================================================
 * Intro
 * ========================================================================== */
[id=intro] {
  width: 100%;
  height: 66.66667%;
  min-height: 20em;
  margin: 0 0 1.875em;
  background-color: #759cad;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
[id=intro]:not(:empty) {
  min-height: 25em;
}
@media (max-width: 700px) and (orientation: portrait) {
  [id=intro]:not(:empty) {
    min-height: 32em;
  }
}
@media (min-width: 700px) {
  [id=intro]:not(:empty) {
    min-height: 41em;
  }
}
.home [id=intro] {
  height: 100%;
  height: calc(100% - 60px - 1.875em);
}
[id=intro], [id=intro] [class*=rs] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[id=intro]:not(.lazyload):not(.lazyloaded):not(.royalSlider) > * {
  display: none !important;
}
[id=intro] .rsContent {
  overflow: hidden;
}
[id=intro]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 50%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
[id=intro] .rsABlock, [id=intro] .caption {
  position: absolute;
  bottom: 10%;
  top: auto;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  [id=intro] .rsABlock, [id=intro] .caption {
    padding-left: 31.5px;
    padding-right: 31.5px;
  }
}
[id=intro] .content {
  color: black;
  text-align: center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAAEklEQVR4nGP6vx8GmRjggCATALFhCMFrw8z1AAAAAElFTkSuQmCC');
  background: rgba(255, 255, 255, 0.75);
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0 auto;
  max-width: 708px;
  padding: 1em;
}
.no-borderimage [id=intro] .content {
  background: url("../images/intro/content-bg.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.borderimage [id=intro] .content {
  border: 16px solid;
  -webkit-border-image: url("../images/intro/content-bg.png") 16 16 stretch stretch;
  border-image: url("../images/intro/content-bg.png") 16 16 stretch stretch;
}
@media (min-width: 640px) {
  [id=intro] .content {
    padding: 2em;
  }
}
@media (min-width: 1281px) {
  [id=intro] .content {
    max-width: 952.0px;
  }
}
[id=intro] .content.small {
  max-width: 464px;
}
[id=intro] .content h2 {
  font-style: italic;
  margin-bottom: 0.25em;
}
@media (min-width: 1281px) {
  [id=intro] .content h2 {
    font-size: 2em;
  }
}
[id=intro] .content span {
  font-size: 1.125em;
  font-family: "Playfair Display", Georgia, serif;
}
@media (min-width: 1281px) {
  [id=intro] .content span {
    font-size: 1.375em;
  }
}
[id=intro] .content p {
  margin-top: 1.25em;
  font-size: 1.125em;
}
@media (min-width: 1281px) {
  [id=intro] .content p {
    font-size: 1.5em;
  }
}
[id=intro] .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 10%;
  margin-bottom: -40px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 14px;
}
[id=intro] .rsBullet {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
[id=intro] .rsBullet + .rsBullet {
  margin-left: 18px;
}
[id=intro] .rsBullet span {
  display: none;
}
[id=intro] .rsBullet.rsNavSelected {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: transparent;
}
[id=intro] .rsArrow {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  width: 35px;
  height: 63px;
  bottom: 25%;
  bottom: calc(10% + 11em - 31.5px);
}
@media (max-width: 640px) {
  [id=intro] .rsArrow {
    display: none !important;
  }
}
[id=intro] .rsArrowLeft {
  left: 1em;
}
[id=intro] .rsArrowRight {
  right: 1em;
}
[id=intro] .rsArrowIcn {
  display: none;
}

/* ==========================================================================
 * Search
 * ========================================================================== */
.search .section {
  padding-top: 4em;
}
.search h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.search h1 em:before {
  content: "«";
}
.search h1 em:after {
  content: "»";
}
.search h1 + .subinfo {
  margin-top: 1.5em;
  margin-bottom: -1.5em;
}

.search-form, .search-content {
  max-width: 952.0px;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 640px) {
  .search-form, .search-content {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.search-form {
  overflow: hidden;
}
@media (min-width: 640px) {
  .search-form .field {
    margin-top: 0 !important;
    margin-bottom: 0;
    width: 74.36975%;
    float: left;
    margin-right: 2.52101%;
  }
  .search-form .field + .field {
    width: 23.10924%;
    float: right;
    margin-right: 0;
  }
}

.search-results {
  background-color: #dce7eb;
  color: #515151;
}

.search-content > * + * {
  margin-top: 4em;
}
.search-content ul {
  list-style-type: none;
  padding: 0;
}
.search-content ul li + li {
  margin-top: 4em;
}
.search-content h4 {
  font-size: 1.625em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.search-content p {
  font-size: 1.125em;
}
.search-content .link {
  font-size: 1.125em;
}
.search-content .button.full {
  max-width: 40em;
}

/* ==========================================================================
 * Footer
 * ========================================================================== */
[id=footer] {
  color: #515151;
  font-size: 14px;
  margin-top: 5em;
}
[id=footer] .top {
  background-color: #f2f2f2;
  padding: 3em 0;
}
[id=footer] .container {
  position: relative;
}
[id=footer] h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1em;
}
[id=footer] h5 {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 1em;
}
[id=footer] h5 + p {
  margin-top: 0;
}
[id=footer] .social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[id=footer] .social li + li {
  margin-top: 1em;
}
[id=footer] .social a {
  display: block;
  line-height: 32px;
  white-space: nowrap;
}
[id=footer] .social a[class*=icon] {
  padding-left: 52px;
}
[id=footer] [class*=icon] {
  max-width: 100%;
  -webkit-background-size: contain;
  background-size: contain;
}
@media (max-width: 1020px) {
  [id=footer] .form-col {
    background-image: none !important;
  }
}
@media (min-width: 1020px) {
  [id=footer] .form-col {
    background-color: #e5e5e5;
    position: absolute;
    top: -3em;
    right: 40px;
    bottom: -3em;
    padding-top: 3em;
    padding-bottom: 3em;
    background-repeat: repeat-x;
    background-position: left 90%;
  }
}
[id=footer] .bottom {
  padding: 3.5em 0 2em;
  font-size: 14px;
}
@media (max-width: 640px) {
  [id=footer] .bottom [class*=col]:nth-child(-n+2) {
    text-align: center;
  }
  [id=footer] .bottom [class*=col]:nth-child(3) {
    width: 44.54545%;
    float: right;
    margin-right: 0;
    text-align: right;
    clear: right;
  }
  [id=footer] .bottom [class*=col]:nth-child(4) {
    width: 44.54545%;
    float: left;
    margin-right: 10.90909%;
  }
}
@media (min-width: 1020px) {
  [id=footer] .bottom [class*=col]:nth-child(n+3) {
    text-align: right;
  }
}
[id=footer] .icon-nordmore-logo-footer {
  display: block;
  margin-top: -1.5em;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 228px;
  height: 54px;
}
@media (max-width: 640px) {
  [id=footer] .icon-nordmore-logo-footer {
    margin-left: auto;
    margin-right: auto;
  }
}
[id=footer] .icon-slogan {
  display: inline-block;
  vertical-align: middle;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 170px;
  height: 44px;
}
