@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700|Source+Sans+Pro:200,300,400,600,700|Raleway:300,400,500,600,700|Merriweather:300,400,700");
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #ad2a54;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #952448; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ad2a54;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #932447;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #ad2a54;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #8a2243;
      color: #fefefe; }
  .button.secondary {
    background-color: #34495e;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #2a3a4b;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #ad2a54;
    color: #ad2a54; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #57152a;
      color: #57152a; }
    .button.hollow.primary {
      border: 1px solid #ad2a54;
      color: #ad2a54; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #57152a;
        color: #57152a; }
    .button.hollow.secondary {
      border: 1px solid #34495e;
      color: #34495e; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #1a252f;
        color: #1a252f; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ad2a54;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #ad2a54;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #34495e;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #ad2a54; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #ad2a54; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #34495e; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #ad2a54; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ad2a54 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #ad2a54;
  color: #fefefe; }
  .badge.primary {
    background: #ad2a54;
    color: #fefefe; }
  .badge.secondary {
    background: #34495e;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #ad2a54; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #ad2a54;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #8a2243;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #34495e;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #2a3a4b;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #f6dbe4;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #dce4ec;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xxlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #ad2a54;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ad2a54;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ad2a54 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ad2a54 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ad2a54 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ad2a54; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ad2a54 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ad2a54 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ad2a54; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ad2a54 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ad2a54 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ad2a54; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ad2a54 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ad2a54 transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ad2a54; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ad2a54 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ad2a54 transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ad2a54; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ad2a54 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ad2a54; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ad2a54;
  color: #fefefe; }
  .label.primary {
    background: #ad2a54;
    color: #fefefe; }
  .label.secondary {
    background: #34495e;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  transform: translateX(-350px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(350px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  transform: translateX(350px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-350px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 350px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 350px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 350px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 350px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 350px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 350px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 350px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 350px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 350px; }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 350px; }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 350px; }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 350px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 350px; }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 350px; }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 350px; }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 350px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #ad2a54;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #ad2a54; }
  .progress.secondary .progress-meter {
    background-color: #34495e; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ad2a54; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #ad2a54;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #932447; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #ad2a54; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #ad2a54; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #a42850; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #ad2a54; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #952448; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #ad2a54; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(173, 42, 84, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #34495e;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #34495e;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #34495e transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #34495e;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #34495e transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.45rem 1rem 0 1rem; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
* {
  outline: none; }

body {
  font-family: 'Open Sans'; }

/*********************
GENERAL STYLES
*********************/
.button.wedding {
  padding: 20px 40px;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px; }
  .button.wedding.primary {
    background: #ad2a54;
    color: #fefefe; }
  .button.wedding.secondary {
    background: #b9c9d8;
    color: #fefefe; }
  .button.wedding:before {
    display: block;
    content: " ";
    width: 90%;
    height: 76%;
    border: 1px solid #fefefe;
    position: absolute;
    top: 12%;
    left: 5%;
    transition: all ease 0.2s; }
  .button.wedding:hover {
    opacity: 0.8; }
    .button.wedding:hover:before {
      width: 84%;
      height: 70%;
      left: 8%;
      top: 15%; }

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1 {
  font-family: 'Source Sans Pro', sans-serif; }

h2, .h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2rem;
  font-weight: 400; }

h3, .h3 {
  font-family: 'Source Sans Pro', sans-serif; }

h4, .h4 {
  font-family: 'Source Sans Pro', sans-serif; }

h5, .h5 {
  font-family: 'Source Sans Pro', sans-serif; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ad2a54;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #932447;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

#feedback {
  position: fixed;
  bottom: 0rem;
  right: 0;
  z-index: 99999;
  background: #34495e;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #FFF;
  font-weight: bold; }
  @media screen and (max-width: 63.9375em) {
    #feedback {
      display: none; } }
  #feedback:hover {
    opacity: 0.8; }

#register-form {
  background: #333333;
  width: 100%;
  position: fixed;
  height: 100vh;
  top: -100% !important;
  left: 0;
  z-index: 500;
  transition: all ease-in-out 0.35s;
  overflow: hidden;
  border: none;
  max-width: none; }
  @media screen and (max-width: 63.9375em) {
    #register-form {
      height: 100vh;
      padding: 0; } }
  #register-form iframe {
    width: 100%;
    height: 100%;
    border: none; }
    @media screen and (max-width: 63.9375em) {
      #register-form iframe {
        height: 100vh; } }
  #register-form button.close-button {
    font-size: 50px;
    right: 1.5rem;
    position: absolute; }
    @media screen and (max-width: 63.9375em) {
      #register-form button.close-button {
        font-size: 40px;
        right: 1rem;
        bottom: 4.5rem;
        top: unset; } }
    #register-form button.close-button:hover {
      opacity: 0.8;
      color: #ad2a54; }
  #register-form.active {
    top: 0px !important; }
  #register-form.profile {
    max-width: 1200px;
    height: 90vh;
    top: 5vh !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #cacaca;
    background: #fefefe;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0; }
    #register-form.profile button.close-button {
      color: #FFF; }

.reveal-overlay {
  background: transparent;
  overflow: hidden;
  position: fixed; }

body.is-reveal-open {
  overflow: visible; }

.off-canvas.position-right {
  background: #333; }
  @media screen and (max-width: 39.9375em) {
    .off-canvas.position-right.is-open {
      width: 90%; } }
  .off-canvas.position-right #mobile-logo {
    padding: 0.73rem 1rem;
    font-size: 24px;
    border-bottom: 1px solid #222; }
    .off-canvas.position-right #mobile-logo a {
      color: #fefefe; }
  .off-canvas.position-right #mobile-login {
    padding: 0.7rem 1rem;
    font-size: 18px;
    color: #e5e5e5;
    border-bottom: 1px solid #222;
    border-top: 1px solid #444;
    font-weight: 300;
    line-height: 1; }
    .off-canvas.position-right #mobile-login i {
      width: 26px;
      display: inline-block; }
    .off-canvas.position-right #mobile-login a {
      color: #e5e5e5; }
  .off-canvas.position-right ul li {
    display: block !important; }
    .off-canvas.position-right ul li a {
      font-size: 18px;
      color: #e5e5e5;
      border-bottom: 1px solid #222;
      border-top: 1px solid #444;
      font-weight: 300; }
      .off-canvas.position-right ul li a:before {
        font-family: 'FontAwesome';
        width: 30px;
        display: inline-block; }
    .off-canvas.position-right ul li.menu-item-15 a:before {
      content: "\f073"; }
    .off-canvas.position-right ul li.menu-item-14 a:before {
      content: "\f0ac"; }
    .off-canvas.position-right ul li.menu-item-240 a:before {
      content: "\f0ad"; }
    .off-canvas.position-right ul li.menu-item-12 a:before {
      content: "\f228"; }
    .off-canvas.position-right ul li.menu-item-44 a:before {
      content: "\f0eb"; }
    .off-canvas.position-right ul li.menu-item-331 a:before {
      content: "\f185"; }
    .off-canvas.position-right ul li.menu-item-274 a:before {
      content: "\f004"; }
    .off-canvas.position-right ul li.menu-item-57 a:before {
      content: "\f072"; }
    .off-canvas.position-right ul li.menu-item-58 a:before {
      content: "\f0e0"; }
    .off-canvas.position-right ul li.menu-item-53 a:before {
      content: "\f20d"; }
    .off-canvas.position-right ul li .is-accordion-submenu li {
      display: block !important; }
      .off-canvas.position-right ul li .is-accordion-submenu li:first-of-type a {
        border-top: none; }
      .off-canvas.position-right ul li .is-accordion-submenu li:last-of-type a {
        border-bottom: 1px solid #222 !important; }
      .off-canvas.position-right ul li .is-accordion-submenu li a {
        background-color: #2b2b2b; }
        .off-canvas.position-right ul li .is-accordion-submenu li a:before {
          content: "—";
          width: 30px; }
  .off-canvas.position-right ul#menu-secondary-menu li:last-of-type a {
    border-bottom: none; }

#topbanner {
  padding: 1.5rem 0;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  display: none; }
  #topbanner img {
    max-width: 720px;
    height: auto; }
  #topbanner #frame {
    display: inline-block;
    position: relative; }
    #topbanner #frame #topbanner-close {
      background: #d8d8d8;
      border-radius: 100%;
      width: 20px;
      height: 20px;
      position: absolute;
      right: -15px;
      top: -15px;
      font-size: 12px;
      font-weight: bold;
      color: #666;
      line-height: 18px;
      cursor: pointer;
      text-align: center; }
      #topbanner #frame #topbanner-close:hover {
        background: #cbcbcb; }

.header {
  position: relative;
  z-index: 3; }
  .header .top-bar {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 74.9375em) {
      .header .top-bar {
        padding-right: 0; } }
    @media screen and (max-width: 63.9375em) {
      .header .top-bar {
        padding-left: 0; } }
    .header .top-bar #mobile-toggle {
      color: #fefefe;
      z-index: 5;
      position: absolute;
      font-size: 26px;
      right: 5px;
      top: 11px; }
    .header .top-bar .top-bar-left {
      position: relative;
      height: 60px; }
      @media screen and (max-width: 63.9375em) {
        .header .top-bar .top-bar-left {
          width: 100%; } }
      .header .top-bar .top-bar-left .primary-bg {
        background-color: #ad2a54;
        width: 1600px;
        position: absolute;
        height: 60px;
        left: -1360px; }
        @media screen and (max-width: 63.9375em) {
          .header .top-bar .top-bar-left .primary-bg {
            left: -50px; } }
      .header .top-bar .top-bar-left .logo {
        position: relative;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px; }
        @media screen and (max-width: 74.9375em) {
          .header .top-bar .top-bar-left .logo {
            margin-left: 8px; } }
        @media screen and (max-width: 63.9375em) {
          .header .top-bar .top-bar-left .logo {
            margin-left: 0; } }
        .header .top-bar .top-bar-left .logo a {
          color: #fefefe; }
    .header .top-bar .top-bar-right {
      position: relative;
      z-index: 1;
      background-color: #fefefe;
      height: 60px;
      width: 100%; }
      .header .top-bar .top-bar-right .menu {
        background: transparent;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block; }
        .header .top-bar .top-bar-right .menu li {
          font-family: 'Source Sans Pro', sans-serif;
          font-weight: 300;
          font-size: 18px; }
          .header .top-bar .top-bar-right .menu li a {
            color: #333; }
            .header .top-bar .top-bar-right .menu li a:hover {
              color: #ad2a54; }
      .header .top-bar .top-bar-right .login {
        float: right;
        background: #34495e;
        padding: 0 25px;
        height: 100%;
        color: #fefefe;
        line-height: 60px; }
        .header .top-bar .top-bar-right .login i {
          margin-right: 5px; }
  .header #secondary-menu {
    background-color: #ebebeb;
    border-bottom: 1px solid #c2c2c3;
    height: 40px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      .header #secondary-menu {
        display: none; } }
    .header #secondary-menu ul {
      margin-top: 3px; }
      .header #secondary-menu ul li:nth-child(1) a {
        padding-left: 0; }
      .header #secondary-menu ul li a {
        color: #555;
        text-transform: uppercase;
        font-size: 14px; }
        @media screen and (max-width: 74.9375em) {
          .header #secondary-menu ul li a {
            font-size: 13px; } }
        .header #secondary-menu ul li a:hover {
          color: #34495e; }
          .header #secondary-menu ul li a:hover ~ ul {
            opacity: 1;
            top: 30px; }
      .header #secondary-menu ul li ul {
        box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 25px;
        width: 0px;
        border-radius: 4px;
        border: none;
        top: 0px;
        opacity: 0;
        transition: top linear 0.2s, opacity linear 0.10s;
        z-index: -1;
        width: 560px; }
        .header #secondary-menu ul li ul:hover {
          opacity: 1;
          top: 30px; }
        .header #secondary-menu ul li ul li {
          width: 48%;
          display: inline-block;
          vertical-align: top; }
          .header #secondary-menu ul li ul li:nth-child(even) {
            margin-left: 2%; }
          .header #secondary-menu ul li ul li a {
            padding: 15px 0;
            color: #ad2a54;
            font-weight: bold;
            position: relative;
            margin-left: 40px; }
            .header #secondary-menu ul li ul li a:before {
              background-color: #de7899;
              display: block;
              position: absolute;
              width: 15px;
              height: 15px;
              content: " ";
              left: -30px;
              border-radius: 100%;
              margin-top: 8px;
              color: #d44f7a;
              text-align: center;
              line-height: 30px;
              font-size: 24px; }
            .header #secondary-menu ul li ul li a div {
              font-weight: 400;
              color: #666;
              margin-top: 10px;
              text-transform: none;
              font-size: 14px; }
  .header.user {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
    .header.user .top-bar {
      padding: 0;
      overflow: hidden; }
      .header.user .top-bar .toggle-menu {
        display: inline-block;
        background: #d44f7a;
        width: 50px;
        float: left;
        height: 60px;
        text-align: center;
        position: relative;
        z-index: 15; }
        .header.user .top-bar .toggle-menu:hover {
          cursor: pointer;
          background: #de7899; }
          .header.user .top-bar .toggle-menu:hover:after {
            border-left: 15px solid #de7899; }
        .header.user .top-bar .toggle-menu:after {
          content: " ";
          width: 15px;
          height: 68px;
          border-top: 34px solid transparent;
          border-bottom: 34px solid transparent;
          border-left: 15px solid #d44f7a;
          background: transparent;
          border-right: 0;
          display: inline-block;
          position: absolute;
          left: 50px;
          z-index: 5;
          top: -3px; }
        .header.user .top-bar .toggle-menu i {
          line-height: 60px;
          color: #fff;
          font-size: 22px; }
      .header.user .top-bar .top-bar-left {
        background: #ad2a54;
        width: 260px;
        display: inline-block;
        float: none;
        padding-left: 40px; }
        @media screen and (max-width: 63.9375em) {
          .header.user .top-bar .top-bar-left {
            width: calc(100% - 50px); } }
      .header.user .top-bar .top-bar-right {
        background: #ad2a54;
        width: calc(100% - 310px);
        display: inline-block; }
        .header.user .top-bar .top-bar-right h1 {
          color: #fefefe;
          font-family: 'Open Sans';
          line-height: 60px;
          font-size: 20px;
          position: relative;
          top: 1px;
          text-transform: uppercase;
          display: inline-block; }
          .header.user .top-bar .top-bar-right h1 i {
            display: inline-block;
            margin-right: 5px; }
        .header.user .top-bar .top-bar-right .nav {
          float: right;
          line-height: 60px;
          color: #fefefe;
          padding: 0 25px;
          background: #c22f5e;
          position: relative;
          cursor: pointer; }
          .header.user .top-bar .top-bar-right .nav:hover {
            opacity: 0.8; }
          .header.user .top-bar .top-bar-right .nav .unread {
            position: absolute;
            top: 7px;
            right: 15px;
            background: #34495e;
            height: 18px;
            width: 18px;
            font-size: 10px;
            font-weight: bold;
            line-height: 18px;
            text-align: center;
            border-radius: 2px;
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05); }
          .header.user .top-bar .top-bar-right .nav:nth-child(2) {
            background: #d44f7a; }
          .header.user .top-bar .top-bar-right .nav:nth-child(3) {
            background: #cf3b6a; }

.off-canvas.user {
  background: #EBEBEB; }
  .off-canvas.user #user-menu {
    padding: 0; }
  .off-canvas.user #head {
    height: 60px;
    background: #444;
    color: #bbb;
    line-height: 60px;
    padding: 0 15px;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 1; }
    .off-canvas.user #head:hover {
      background: #5e5e5e; }
  .off-canvas.user #menu-brukermeny {
    margin: 25px 15px 15px; }

.menu .active > a {
  background: transparent;
  color: #ad2a54;
  font-weight: bold; }

@media print {
  * {
    font-size: 12px !important; }
  td input {
    display: none !important; }
  .no-print, #progress, .header, .ad, .tabletop, .footericons, .footer, .contact, .info, #suppliers-content, .website, .delete-supplier, .no-print * {
    display: none !important; }
  #guestlist-content {
    padding: 0; }
    #guestlist-content input {
      font-size: 12px; } }

#hero {
  height: 537px;
  width: 100%;
  background-image: url("../images/herobg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 74.9375em) {
    #hero {
      height: 407px; } }
  @media screen and (max-width: 63.9375em) {
    #hero {
      height: 344px; } }
  @media screen and (max-width: 39.9375em) {
    #hero {
      height: auto; } }
  #hero .row, #hero .columns {
    height: 100%; }
  #hero .slide {
    height: 537px;
    overflow: hidden; }
    @media screen and (max-width: 74.9375em) {
      #hero .slide {
        height: 407px; } }
    @media screen and (max-width: 39.9375em) {
      #hero .slide {
        height: auto; } }
    #hero .slide .slide-image {
      position: relative;
      top: 0px; }
      @media screen and (max-width: 39.9375em) {
        #hero .slide .slide-image img {
          max-width: 100px; } }
    #hero .slide .slide-content {
      position: relative;
      top: 45%;
      transform: translateY(-45%); }
      @media screen and (max-width: 63.9375em) {
        #hero .slide .slide-content {
          top: 40%; } }
      @media screen and (max-width: 39.9375em) {
        #hero .slide .slide-content {
          top: unset;
          transform: none; } }
      #hero .slide .slide-content h1 {
        font-family: 'Georgia', serif;
        color: #ad2a54;
        font-size: 72px;
        margin-bottom: 1rem; }
        @media screen and (max-width: 74.9375em) {
          #hero .slide .slide-content h1 {
            font-size: 52px; } }
        @media screen and (max-width: 63.9375em) {
          #hero .slide .slide-content h1 {
            font-size: 40px; } }
        @media screen and (max-width: 39.9375em) {
          #hero .slide .slide-content h1 {
            font-size: 42px;
            line-height: 42px;
            margin-top: 2rem; } }
      #hero .slide .slide-content h2 {
        color: #4b4b4b;
        font-size: 28px;
        font-family: 'Georgia', serif; }
        @media screen and (max-width: 74.9375em) {
          #hero .slide .slide-content h2 {
            font-size: 26px; } }
        @media screen and (max-width: 63.9375em) {
          #hero .slide .slide-content h2 {
            font-size: 20px; } }
        @media screen and (max-width: 39.9375em) {
          #hero .slide .slide-content h2 {
            font-size: 22px;
            padding: 0 1rem; } }
      #hero .slide .slide-content .button {
        margin-top: 2rem; }
        @media screen and (max-width: 39.9375em) {
          #hero .slide .slide-content .button {
            margin-top: 1.5rem; } }
        #hero .slide .slide-content .button + .button {
          margin-left: 0.75rem; }
          @media screen and (max-width: 39.9375em) {
            #hero .slide .slide-content .button + .button {
              margin-left: 0;
              margin-top: 0;
              margin-bottom: 2rem; } }

.part {
  padding: 5rem 0; }
  @media screen and (max-width: 39.9375em) {
    .part {
      padding: 3rem 0; } }
  .part#part-1 {
    border-top: 1px solid #e3e3e3;
    background: #f8f8f8; }
    @media screen and (max-width: 74.9375em) {
      .part#part-1 {
        padding-bottom: 2rem; } }
    .part#part-1 .wedding-function {
      background: #fefefe;
      border: 1px solid #e3e3e3;
      border-radius: 2px;
      padding: 15px 20px 22px;
      margin-bottom: 3rem; }
      @media screen and (max-width: 74.9375em) {
        .part#part-1 .wedding-function {
          padding: 10px 15px 17px; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .part#part-1 .wedding-function {
          font-size: 14px; } }
      @media screen and (max-width: 39.9375em) {
        .part#part-1 .wedding-function {
          margin-bottom: 2rem; } }
      .part#part-1 .wedding-function h3 {
        color: #34495e;
        font-size: 1.4rem;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .part#part-1 .wedding-function h3 {
            font-size: 1.2rem; } }
      .part#part-1 .wedding-function img {
        max-width: 82px;
        display: block;
        margin: -45px auto 15px; }
        @media screen and (max-width: 63.9375em) {
          .part#part-1 .wedding-function img {
            max-width: 60px; } }
  .part#part-2 {
    background: #c15d7d;
    color: #fefefe;
    padding: 5rem 0; }
    @media screen and (max-width: 39.9375em) {
      .part#part-2 {
        padding: 3rem 0; } }
    .part#part-2 h2 {
      max-width: 800px;
      font-size: 2rem;
      margin: 0 auto 3rem;
      font-weight: 400; }
      @media screen and (max-width: 39.9375em) {
        .part#part-2 h2 {
          font-size: 24px;
          margin-bottom: 2rem; } }
    .part#part-2 form .columns:nth-child(1) span {
      width: 80px; }
      @media screen and (max-width: 39.9375em) {
        .part#part-2 form .columns:nth-child(1) span {
          padding-bottom: 17px; } }
    .part#part-2 form .columns:nth-child(1) select {
      width: calc(100% - 85px); }
    .part#part-2 form .columns:nth-child(2) span {
      width: 110px; }
      @media screen and (max-width: 39.9375em) {
        .part#part-2 form .columns:nth-child(2) span {
          padding-bottom: 17px; } }
    .part#part-2 form .columns:nth-child(2) select {
      width: calc(100% - 115px); }
    .part#part-2 form .columns:nth-child(3) span {
      width: 175px;
      position: relative;
      top: -7px; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .part#part-2 form .columns:nth-child(3) span {
          display: none !important; } }
    .part#part-2 form .columns:nth-child(3) input {
      width: calc(100% - 200px); }
      @media screen and (max-width: 63.9375em) {
        .part#part-2 form .columns:nth-child(3) input {
          width: 100%; } }
    .part#part-2 form span {
      display: inline-block; }
      @media screen and (max-width: 39.9375em) {
        .part#part-2 form span {
          display: block !important;
          width: 100% !important;
          text-align: center !important; } }
    .part#part-2 form input {
      display: inline-block;
      border-radius: 10px;
      border: 2px solid #d3d3d3;
      height: 48px; }
      @media screen and (max-width: 39.9375em) {
        .part#part-2 form input {
          display: block !important;
          width: 100% !important; } }
      .part#part-2 form input[type="button"] {
        background: transparent;
        border: 3px solid #FFF;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 9px; }
        .part#part-2 form input[type="button"]:hover {
          background: #FFF;
          color: #ad2a54; }
    .part#part-2 form select {
      display: inline-block;
      border-radius: 10px;
      border: 2px solid #d3d3d3;
      height: 48px; }
      @media screen and (max-width: 39.9375em) {
        .part#part-2 form select {
          display: block !important;
          width: 100% !important; } }
  @media screen and (max-width: 39.9375em) {
    .part#part-3 {
      padding-bottom: 0; } }
  .part#part-3, .part#part-5 {
    background: url("../images/ribbonheader.jpg") no-repeat; }
    @media screen and (max-width: 39.9375em) {
      .part#part-3, .part#part-5 {
        background-position: 0 -220px; } }
    .part#part-3 h2, .part#part-5 h2 {
      margin-bottom: 4rem;
      color: #333; }
      @media screen and (max-width: 39.9375em) {
        .part#part-3 h2, .part#part-5 h2 {
          margin-bottom: 2rem; } }
    @media screen and (max-width: 39.9375em) {
      .part#part-3 .blog-image, .part#part-5 .blog-image {
        display: block; } }
    @media screen and (max-width: 39.9375em) {
      .part#part-3 .blog-content, .part#part-5 .blog-content {
        margin-bottom: 2.5rem; } }
    .part#part-3 h3, .part#part-5 h3 {
      font-size: 1.3rem;
      font-weight: 400;
      color: #ad2a54;
      margin: 1rem 0 0; }
    .part#part-3 h4 a, .part#part-5 h4 a {
      color: #999;
      font-size: 0.85rem;
      text-transform: uppercase;
      font-weight: 300;
      margin-top: 5px;
      display: block;
      margin-bottom: 15px; }
    .part#part-3 p, .part#part-5 p {
      font-size: 0.95rem; }
  .part#part-4 {
    background: #f8f8f8; }
    .part#part-4 .row {
      height: 687px; }
      .part#part-4 .row .height100 {
        height: 100%; }
    .part#part-4 h2 {
      font-family: 'Georgia';
      color: #ad2a54;
      font-size: 1.8rem; }
    .part#part-4 .showcase-info {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5; }
      .part#part-4 .showcase-info p {
        margin: 1.75rem 0; }
    .part#part-4 #showcase {
      width: 1123px;
      height: 687px;
      position: absolute;
      right: -100px; }
      @media screen and (max-width: 74.9375em) {
        .part#part-4 #showcase {
          width: 800px;
          height: 688px; } }
      @media screen and (max-width: 63.9375em) {
        .part#part-4 #showcase {
          right: -320px; } }
      .part#part-4 #showcase #desktop {
        background-image: url("../images/desktop.png");
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2; }
      .part#part-4 #showcase .orbit {
        z-index: 1;
        position: relative;
        max-height: 600px;
        overflow: hidden;
        max-width: 1000px;
        left: 140px;
        position: relative; }
  .part#part-5 {
    padding: 5rem 0;
    background: transparent; }
  .part#part-6 {
    background-image: url("../images/couple_footer.jpg");
    padding: 8rem 0; }
    @media screen and (max-width: 39.9375em) {
      .part#part-6 {
        background-size: cover;
        padding: 4rem 0; } }
    .part#part-6 .calltoaction .url {
      font-family: 'Georgia';
      color: #777;
      font-size: 1.8rem;
      display: inline-block; }
    .part#part-6 .calltoaction input {
      display: inline-block;
      width: 250px;
      background: transparent;
      color: #ad2a54;
      border: none;
      box-shadow: none;
      border-bottom: 2px solid #777;
      font-size: 1.8rem;
      font-family: 'Georgia';
      padding: 0;
      transition: all ease 0.2s; }
      .part#part-6 .calltoaction input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #777; }
      .part#part-6 .calltoaction input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #777;
        opacity: 1; }
      .part#part-6 .calltoaction input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #777;
        opacity: 1; }
      .part#part-6 .calltoaction input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #777; }
      .part#part-6 .calltoaction input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #777; }
      .part#part-6 .calltoaction input:focus {
        border-bottom: 2px solid #ad2a54; }
        .part#part-6 .calltoaction input:focus::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #ad2a54; }
        .part#part-6 .calltoaction input:focus:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #ad2a54;
          opacity: 1; }
        .part#part-6 .calltoaction input:focus::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #ad2a54;
          opacity: 1; }
        .part#part-6 .calltoaction input:focus:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #ad2a54; }
        .part#part-6 .calltoaction input:focus::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #ad2a54; }
    .part#part-6 .calltoaction p {
      margin-top: 1.5rem;
      margin-bottom: 0; }
      .part#part-6 .calltoaction p .wedding {
        margin: 0; }

.footericons {
  background: #f0f0f0;
  padding: 2rem 0;
  position: relative;
  z-index: 0;
  border-top: 1px solid #e2e2e2; }
  .footericons img {
    transition: all ease 0.15s;
    opacity: 0.8;
    border-bottom: none; }
    @media screen and (max-width: 74.9375em) {
      .footericons img {
        max-width: 100px;
        height: auto; } }
    @media screen and (max-width: 63.9375em) {
      .footericons img {
        max-width: 75px; } }
    .footericons img:hover {
      transform: scale(1.1);
      cursor: pointer;
      opacity: 1; }

.footer {
  border-top: 1px solid #e2e2e2;
  padding: 2.5rem 0;
  margin-top: 0;
  background: #fefefe;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 39.9375em) {
    .footer {
      text-align: center;
      padding-top: 1rem; } }
  .footer .footerbox h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #aaa;
    font-family: 'Open Sans';
    font-weight: 300;
    margin-bottom: 1.2rem; }
    @media screen and (max-width: 39.9375em) {
      .footer .footerbox h4 {
        margin-top: 1.5rem; } }
  .footer .footerbox a {
    color: #333;
    display: block;
    margin-bottom: 5px; }
  .footer .hr {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    margin: 2.5rem 0; }
  .footer .logo {
    color: #ad2a54;
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: 400; }
    .footer .logo strong {
      font-weight: 700; }
    .footer .logo .grey {
      color: #bbb; }

.ui-datepicker {
  width: 21em !important; }

#page-header {
  background-image: url("../images/couple_footer.jpg");
  height: 170px;
  position: relative; }
  #page-header .modify {
    height: 100%;
    position: relative; }
  #page-header h1 {
    position: absolute;
    bottom: 0;
    background: #fefefe;
    display: block;
    font-family: 'Raleway';
    width: 100%;
    padding: 20px 30px 10px;
    margin: 0; }

.home .search-leverandorer {
  display: none; }

.post-type-archive-suppliers .search-index {
  display: none; }

#notfound h1 {
  color: #ad2a54;
  font-size: 180px;
  font-weight: bold; }

#notfound p {
  font-size: 22px; }

#content {
  padding: 0;
  position: relative;
  z-index: 1;
  background: #fff; }
  #content #loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #eee;
    height: 100vh;
    width: 100%;
    opacity: 1;
    transition: all linear 0.12s;
    display: none; }
    #content #loading .wrap {
      position: relative;
      text-align: center;
      top: 40%;
      transform: translateY(-40%); }
      #content #loading .wrap .text {
        color: #999;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding-left: 6px; }
    #content #loading.hidden {
      opacity: 0;
      visibility: hidden; }
  #content #inner-content {
    padding: 3rem 0 5rem;
    background: #FFF; }
    @media screen and (max-width: 74.9375em) {
      #content #inner-content {
        padding-top: 1.5rem; } }
    @media screen and (max-width: 39.9375em) {
      #content #inner-content {
        padding-bottom: 2.5rem; } }

/* Contact form */
.page-id-39 span.wpcf7-form-control-wrap, .page-id-41 span.wpcf7-form-control-wrap {
  display: block; }

.page-id-39 span.wpcf7-not-valid-tip, .page-id-41 span.wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  top: 16px;
  width: 20px;
  height: 20px;
  background: #ffae00;
  color: #fefefe;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 15px;
  z-index: 3; }

.page-id-39 .wpcf7-response-output, .page-id-41 .wpcf7-response-output {
  margin: 0.5rem 0 0; }

.page-id-39 textarea, .page-id-41 textarea {
  border: 2px solid #ddd; }

.page-id-39 input, .page-id-41 input {
  height: 60px;
  transition: none;
  background: transparent;
  border: none;
  border-bottom: 2px solid #ddd;
  position: relative;
  z-index: 1;
  box-shadow: none;
  padding: 15px 0;
  color: #333; }
  .page-id-39 input[type="submit"], .page-id-41 input[type="submit"] {
    background-color: #34495e !important;
    color: #fefefe;
    box-shadow: none;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .page-id-39 input:valid, .page-id-41 input:valid {
    background: #fefefe; }
  .page-id-39 input:valid + label, .page-id-41 input:valid + label {
    display: none; }
  .page-id-39 input:focus, .page-id-41 input:focus {
    border: 2px solid #54646d;
    box-shadow: none;
    padding-bottom: 20px;
    padding: 15px; }
  .page-id-39 input:focus + label, .page-id-41 input:focus + label {
    display: block;
    background: #54646d;
    color: #FFF;
    right: 0;
    left: unset;
    padding-right: 15px;
    top: 0;
    height: 100%;
    line-height: 60px;
    font-size: 10px;
    text-transform: uppercase;
    transform: none;
    padding-left: 15px; }

.page-id-39 label, .page-id-41 label {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: auto;
  transition: all .15s ease, font-size 0.01 ease;
  color: #bebebe;
  text-transform: uppercase;
  font-size: 20px;
  cursor: text; }

/* BLOG POST */
.accordion-title {
  font-size: 20px;
  line-height: 1.5; }

.trykksak {
  margin-bottom: 4rem; }

.page-id-37 .blog-content a {
  margin-bottom: 2rem;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem; }

@media screen and (max-width: 39.9375em) {
  .single #sidebar1, .page-id-37 #sidebar1, .page-id-39 #sidebar1, .page-id-41 #sidebar1 {
    display: none; } }

.single .blog .social, .page-id-37 .blog .social, .page-id-39 .blog .social, .page-id-41 .blog .social {
  margin-top: 7.5rem; }
  .single .blog .social .facebook .fb-share-button, .page-id-37 .blog .social .facebook .fb-share-button, .page-id-39 .blog .social .facebook .fb-share-button, .page-id-41 .blog .social .facebook .fb-share-button {
    padding: 8px 20px;
    background: #395697;
    display: inline-block;
    color: #fefefe;
    font-size: 25px; }

.single .blog #byline, .page-id-37 .blog #byline, .page-id-39 .blog #byline, .page-id-41 .blog #byline {
  position: relative;
  top: -40px; }
  @media screen and (max-width: 63.9375em) {
    .single .blog #byline, .page-id-37 .blog #byline, .page-id-39 .blog #byline, .page-id-41 .blog #byline {
      white-space: nowrap; } }
  @media screen and (max-width: 39.9375em) {
    .single .blog #byline, .page-id-37 .blog #byline, .page-id-39 .blog #byline, .page-id-41 .blog #byline {
      display: none; } }
  .single .blog #byline img, .page-id-37 .blog #byline img, .page-id-39 .blog #byline img, .page-id-41 .blog #byline img {
    border-radius: 100%; }
  .single .blog #byline .name, .page-id-37 .blog #byline .name, .page-id-39 .blog #byline .name, .page-id-41 .blog #byline .name {
    display: inline-block;
    margin-left: 15px;
    color: #777;
    font-family: 'Merriweather';
    vertical-align: bottom; }

.single .blog .excerpt, .page-id-37 .blog .excerpt, .page-id-39 .blog .excerpt, .page-id-41 .blog .excerpt {
  margin: 29px 0; }
  @media screen and (max-width: 39.9375em) {
    .single .blog .excerpt, .page-id-37 .blog .excerpt, .page-id-39 .blog .excerpt, .page-id-41 .blog .excerpt {
      margin: 15px 0; } }

.single .blog .tags, .page-id-37 .blog .tags, .page-id-39 .blog .tags, .page-id-41 .blog .tags {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    .single .blog .tags, .page-id-37 .blog .tags, .page-id-39 .blog .tags, .page-id-41 .blog .tags {
      margin-bottom: 1.5rem; } }
  .single .blog .tags a, .page-id-37 .blog .tags a, .page-id-39 .blog .tags a, .page-id-41 .blog .tags a {
    color: #bbb;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Merriweather'; }
    .single .blog .tags a:hover, .page-id-37 .blog .tags a:hover, .page-id-39 .blog .tags a:hover, .page-id-41 .blog .tags a:hover {
      color: #ad2a54; }

.single .blog .entry-content, .page-id-37 .blog .entry-content, .page-id-39 .blog .entry-content, .page-id-41 .blog .entry-content {
  line-height: 1.7rem;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Merriweather';
  color: #495152; }
  @media screen and (max-width: 39.9375em) {
    .single .blog .entry-content, .page-id-37 .blog .entry-content, .page-id-39 .blog .entry-content, .page-id-41 .blog .entry-content {
      font-size: 16px; } }
  .single .blog .entry-content img.custom, .page-id-37 .blog .entry-content img.custom, .page-id-39 .blog .entry-content img.custom, .page-id-41 .blog .entry-content img.custom {
    max-width: 200px;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .single .blog .entry-content p, .page-id-37 .blog .entry-content p, .page-id-39 .blog .entry-content p, .page-id-41 .blog .entry-content p {
    margin: 29px 0; }
    @media screen and (max-width: 39.9375em) {
      .single .blog .entry-content p, .page-id-37 .blog .entry-content p, .page-id-39 .blog .entry-content p, .page-id-41 .blog .entry-content p {
        margin: 20px 0; } }
  .single .blog .entry-content h3, .page-id-37 .blog .entry-content h3, .page-id-39 .blog .entry-content h3, .page-id-41 .blog .entry-content h3 {
    color: #495152;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Merriweather'; }

.single .blog h1, .page-id-37 .blog h1, .page-id-39 .blog h1, .page-id-41 .blog h1 {
  font-family: 'Merriweather';
  font-weight: bold;
  color: #495152;
  font-size: 32px;
  margin-top: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .single .blog h1, .page-id-37 .blog h1, .page-id-39 .blog h1, .page-id-41 .blog h1 {
      margin-top: 1rem;
      font-size: 26px; } }

.single .sidebar #force-right, .page-id-37 .sidebar #force-right, .page-id-39 .sidebar #force-right, .page-id-41 .sidebar #force-right {
  margin-left: 20px; }

.single .sidebar .sticky, .page-id-37 .sidebar .sticky, .page-id-39 .sidebar .sticky, .page-id-41 .sidebar .sticky {
  padding: 7.5rem 0;
  text-align: right; }
  .single .sidebar .sticky .ad, .page-id-37 .sidebar .sticky .ad, .page-id-39 .sidebar .sticky .ad, .page-id-41 .sidebar .sticky .ad {
    display: inline-block; }

/*
**	SUPPLIERS
*/
#custom-supplier h1 {
  background: linear-gradient(to right, #ad2a54, #e38da8);
  color: #fefefe;
  padding: 4rem 0; }

#custom-supplier .info {
  padding: 2.5rem 15px; }

#custom-supplier .button {
  margin-top: 15px;
  display: block;
  text-align: center;
  background: #888;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 14px; }
  #custom-supplier .button:hover {
    background: #666; }

#custom-supplier .gallery {
  margin: 0 0 2rem; }

#custom-supplier .details {
  background: #e9e9e9;
  margin-top: 2.5rem;
  margin-right: 15px; }
  #custom-supplier .details .supplier-logo {
    border: 1px solid #d3d3d3;
    padding: 15px 30px;
    text-align: center;
    border-bottom: none; }
  #custom-supplier .details h3 {
    background: #34495e;
    color: #fefefe;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    margin: 0; }
  #custom-supplier .details ul {
    border: 1px solid #d3d3d3;
    padding: 15px;
    border-top: none;
    margin: 0; }
    #custom-supplier .details ul li {
      list-style: none;
      margin-bottom: 0.6rem; }
      #custom-supplier .details ul li:last-of-type {
        margin-bottom: 0; }
      #custom-supplier .details ul li i {
        padding: 0.35rem;
        border-radius: .2rem;
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .5rem;
        margin-bottom: .2rem;
        background: #b1a9a5;
        color: #fff;
        text-align: center; }

.suppliers#content {
  padding-top: 5rem; }
  @media screen and (max-width: 39.9375em) {
    .suppliers#content #sidebar1 {
      display: none; } }
  .suppliers#content #about-suppliers {
    margin-top: 5rem;
    margin-right: 4rem; }
    @media screen and (max-width: 63.9375em) {
      .suppliers#content #about-suppliers {
        margin-top: 3rem; } }
    @media screen and (max-width: 39.9375em) {
      .suppliers#content #about-suppliers {
        margin-top: 2rem;
        margin-right: 0; }
        .suppliers#content #about-suppliers h2 {
          font-size: 26px;
          text-align: center;
          margin-bottom: 1.5rem; } }
    .suppliers#content #about-suppliers #current-area-2 {
      text-transform: capitalize; }
    .suppliers#content #about-suppliers #current-industry-2 {
      text-transform: lowercase; }
  .suppliers#content .loading {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    min-height: 100vh;
    z-index: 2;
    display: none; }
    .suppliers#content .loading.show {
      display: block; }
  .suppliers#content #wrapper {
    position: relative;
    margin-right: 4rem; }
    @media screen and (max-width: 74.9375em) {
      .suppliers#content #wrapper {
        margin-right: 2rem; } }
    @media screen and (max-width: 39.9375em) {
      .suppliers#content #wrapper {
        margin-right: 0; } }
  .suppliers#content .location {
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 2rem; }
    @media screen and (max-width: 39.9375em) {
      .suppliers#content .location {
        margin-bottom: 1rem; } }
    .suppliers#content .location span {
      font-weight: bold; }
    .suppliers#content .location .formatbutton {
      float: right;
      border: 1px solid #aaa;
      padding: 4px 8px;
      border-radius: 0px;
      font-size: 14px;
      cursor: pointer;
      background: #f9f9f9;
      color: #aaa;
      opacity: 0.75; }
      @media screen and (max-width: 39.9375em) {
        .suppliers#content .location .formatbutton {
          float: none;
          margin-bottom: 0.2rem;
          text-align: center;
          display: none; } }
      .suppliers#content .location .formatbutton#map-view {
        border-left: none; }
        @media screen and (max-width: 39.9375em) {
          .suppliers#content .location .formatbutton#map-view {
            border-left: 1px solid #aaa;
            margin-top: 1rem; } }
      .suppliers#content .location .formatbutton:hover {
        background: #eee; }
      .suppliers#content .location .formatbutton.active {
        color: #ad2a54;
        opacity: 1;
        font-weight: bold;
        box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25); }
  .suppliers#content #map {
    width: 100%;
    height: 585px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0; }
  .suppliers#content .supplier {
    border: 1px solid #e3e3e3;
    background: #f9f9f9;
    margin-bottom: 15px; }
    .suppliers#content .supplier.type-2 .supplier-content:after {
      border-left: 2rem solid #7b9f61; }
    .suppliers#content .supplier.type-3 .supplier-content:after {
      border-left: 2rem solid #f39c12; }
    .suppliers#content .supplier.type-4 .supplier-content:after {
      border-left: 2rem solid #95a5a6; }
    .suppliers#content .supplier .supplier-content {
      margin: 25px;
      font-size: 14px;
      position: relative; }
      .suppliers#content .supplier .supplier-content:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-right: 2rem solid transparent;
        left: -25px;
        z-index: 5;
        top: -25px;
        border-bottom: 2rem solid transparent;
        border-top: 0; }
      .suppliers#content .supplier .supplier-content .details ul {
        margin-top: 15px;
        margin-left: 0; }
        .suppliers#content .supplier .supplier-content .details ul li {
          list-style: none; }
          .suppliers#content .supplier .supplier-content .details ul li i {
            padding: 0.35rem;
            border-radius: .2rem;
            width: 1.5rem;
            height: 1.5rem;
            margin-right: .5rem;
            margin-bottom: .2rem;
            background: #b1a9a5;
            color: #fff;
            text-align: center; }
      @media screen and (max-width: 39.9375em) {
        .suppliers#content .supplier .supplier-content .logo {
          text-align: center; } }
      .suppliers#content .supplier .supplier-content .logo img {
        padding: 8px 16px;
        background: #fefefe;
        border: 1px solid #e3e3e3; }
      .suppliers#content .supplier .supplier-content .profile {
        width: 100%;
        margin-top: 1rem; }
      .suppliers#content .supplier .supplier-content h4 {
        color: #34495e;
        font-size: 24px; }
        @media screen and (max-width: 39.9375em) {
          .suppliers#content .supplier .supplier-content h4 {
            text-align: center; } }

#suppliers-header {
  height: auto;
  background: url("../images/supplierheader.jpg");
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 74.9375em) {
    #suppliers-header {
      background-size: contain; } }
  @media screen and (max-width: 39.9375em) {
    #suppliers-header {
      background-size: cover;
      background-position-x: -500px; } }
  #suppliers-header .content {
    background: rgba(0, 0, 0, 0.25);
    padding: 15rem 0 0; }
    @media screen and (max-width: 74.9375em) {
      #suppliers-header .content {
        padding-top: 5rem; } }
    #suppliers-header .content #search-placeholder {
      display: none; }
      #suppliers-header .content #search-placeholder.active {
        display: block; }
    #suppliers-header .content #search-wrap {
      background: #ad2a54;
      color: #fefefe;
      padding: 2rem 4rem;
      position: relative;
      top: 5rem;
      border-radius: 4px; }
      @media screen and (max-width: 63.9375em) {
        #suppliers-header .content #search-wrap {
          padding: 2rem; } }
      @media screen and (max-width: 39.9375em) {
        #suppliers-header .content #search-wrap {
          padding: 1rem; } }
      #suppliers-header .content #search-wrap.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0.75rem;
        font-size: 14px; }
        @media screen and (max-width: 39.9375em) {
          #suppliers-header .content #search-wrap.fixed {
            display: none; } }
        #suppliers-header .content #search-wrap.fixed form {
          max-width: 1200px;
          margin: 0 auto; }
        #suppliers-header .content #search-wrap.fixed select, #suppliers-header .content #search-wrap.fixed input {
          margin-bottom: 0;
          padding: 0.25;
          height: 38px;
          font-size: 14px; }
        #suppliers-header .content #search-wrap.fixed h2 {
          display: none; }
      #suppliers-header .content #search-wrap h2 {
        margin: 0 auto 2rem;
        font-size: 26px; }
        @media screen and (max-width: 39.9375em) {
          #suppliers-header .content #search-wrap h2 {
            font-size: 22px;
            margin-bottom: 1rem; } }
      #suppliers-header .content #search-wrap form .columns:nth-child(1) span {
        width: 80px; }
      #suppliers-header .content #search-wrap form .columns:nth-child(1) select {
        width: calc(100% - 85px); }
      #suppliers-header .content #search-wrap form .columns:nth-child(2) span {
        width: 110px; }
      #suppliers-header .content #search-wrap form .columns:nth-child(2) select {
        width: calc(100% - 115px); }
      #suppliers-header .content #search-wrap form .columns:nth-child(3) span {
        width: 105px; }
      #suppliers-header .content #search-wrap form .columns:nth-child(3) input {
        width: calc(100% - 110px); }
      #suppliers-header .content #search-wrap form span {
        display: inline-block; }
      #suppliers-header .content #search-wrap form input {
        display: inline-block;
        border-radius: 10px;
        border: 2px solid #d3d3d3;
        height: 48px; }
      #suppliers-header .content #search-wrap form select {
        display: inline-block;
        border-radius: 10px;
        border: 2px solid #d3d3d3;
        height: 48px; }

#couples-header {
  height: auto;
  background: url("../images/brudepar.jpg");
  width: 100%;
  height: 400px;
  background-size: cover;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 63.9375em) {
    #couples-header {
      height: 260px;
      background-size: contain; } }
  @media screen and (max-width: 39.9375em) {
    #couples-header {
      background-size: cover;
      background-position-x: -300px; } }

.couples {
  z-index: 3 !important; }
  @media screen and (max-width: 39.9375em) {
    .couples #sidebar1 {
      display: none; } }
  .couples #inner-content {
    padding-top: 9rem !important; }
  .couples .couples-table .hidden {
    display: none; }
  .couples .couples-table .locker {
    color: #888;
    float: right; }
  .couples .couples-table thead {
    background: transparent;
    border: none;
    margin-bottom: 10px; }
    .couples .couples-table thead th {
      padding-left: 0;
      color: #999;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px;
      border-bottom: 2px solid #ddd; }
  .couples .couples-table tbody tr {
    background: transparent; }
    .couples .couples-table tbody tr td {
      font-size: 18px;
      padding-left: 0;
      border-bottom: 1px solid #f3f3f3;
      padding-top: 18px;
      padding-bottom: 18px; }
  .couples .find-couples {
    position: absolute;
    width: calc(1200px - 1.875rem);
    margin-left: 0;
    background: #ad2a54;
    top: -5rem;
    z-index: 5;
    color: #fefefe;
    padding: 2rem 4rem;
    border-radius: 4px; }
    @media screen and (max-width: 74.9375em) {
      .couples .find-couples {
        right: 2rem;
        left: 1rem;
        width: auto; } }
    @media screen and (max-width: 63.9375em) {
      .couples .find-couples {
        top: -7rem; } }
    @media screen and (max-width: 39.9375em) {
      .couples .find-couples {
        padding: 1rem; } }
    .couples .find-couples h2 {
      margin: 0 auto 2rem;
      font-size: 26px; }
      @media screen and (max-width: 39.9375em) {
        .couples .find-couples h2 {
          font-size: 22px;
          margin-bottom: 1rem; } }
    .couples .find-couples label {
      font-size: 0; }

#page-planner .planner-row {
  margin-bottom: 4rem; }
  @media screen and (max-width: 63.9375em) {
    #page-planner .planner-row h2 {
      text-align: center;
      font-size: 1.6rem; } }
  #page-planner .planner-row h2:after {
    display: block;
    background: #34495e;
    height: 3px;
    width: 25px;
    content: " ";
    margin-top: 0.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 63.9375em) {
      #page-planner .planner-row h2:after {
        margin-left: auto;
        margin-right: auto; } }

#page-planner #part1 {
  background-image: url("../images/herobg.jpg");
  position: relative;
  padding: 5rem 0;
  background-repeat: no-repeat; }
  @media screen and (max-width: 74.9375em) {
    #page-planner #part1 {
      padding-top: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    #page-planner #part1 {
      text-align: center; } }
  @media screen and (max-width: 39.9375em) {
    #page-planner #part1 {
      padding-top: 1.5rem;
      padding-bottom: 2rem; } }
  #page-planner #part1 .text {
    position: relative;
    z-index: 1; }
    #page-planner #part1 .text h1 {
      border-bottom: 3px solid #34495e;
      font-family: 'Raleway';
      font-weight: 600;
      color: #34495e;
      padding-bottom: 5px;
      font-size: 32px;
      display: inline-block; }
      @media screen and (max-width: 39.9375em) {
        #page-planner #part1 .text h1 {
          font-size: 24px;
          border-bottom: none; } }
    #page-planner #part1 .text ul {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      @media screen and (max-width: 39.9375em) {
        #page-planner #part1 .text ul {
          margin: 0 0 2rem; } }
      #page-planner #part1 .text ul li {
        font-size: 24px;
        font-family: 'Raleway';
        color: #333; }
        @media screen and (max-width: 63.9375em) {
          #page-planner #part1 .text ul li {
            list-style: none; } }
        @media screen and (max-width: 39.9375em) {
          #page-planner #part1 .text ul li {
            font-size: 18px;
            margin-bottom: 0.5rem; } }
  #page-planner #part1 .display {
    position: absolute;
    right: 150px;
    top: 20px; }
    #page-planner #part1 .display img {
      max-height: 540px; }
      @media screen and (max-width: 74.9375em) {
        #page-planner #part1 .display img {
          max-height: 460px; } }
    @media screen and (max-width: 89.9375em) {
      #page-planner #part1 .display {
        right: 0px; } }
    @media screen and (max-width: 74.9375em) {
      #page-planner #part1 .display {
        right: -110px;
        top: 65px; } }
    @media screen and (max-width: 63.9375em) {
      #page-planner #part1 .display {
        display: none; } }

#page-planner #part2 {
  position: relative;
  z-index: 1;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5rem 0 1rem; }
  @media screen and (max-width: 63.9375em) {
    #page-planner #part2 {
      padding-top: 3rem; } }
  @media screen and (max-width: 39.9375em) {
    #page-planner #part2 {
      padding-top: 2rem;
      padding-bottom: 0; } }
  #page-planner #part2 #preview {
    margin-top: 4rem; }
    #page-planner #part2 #preview .preview {
      background: #fefefe;
      padding: 8px;
      border: 1px solid #eee;
      margin-bottom: 1rem; }

#page-planner #part3 {
  padding: 5rem 0; }
  @media screen and (max-width: 39.9375em) {
    #page-planner #part3 {
      padding: 2.5rem 0; } }
  #page-planner #part3 h2 {
    margin-bottom: 5rem; }
    @media screen and (max-width: 39.9375em) {
      #page-planner #part3 h2 {
        font-size: 26px;
        margin-bottom: 3rem; } }
  #page-planner #part3 .info {
    color: #666;
    margin-top: 2.5rem; }
  #page-planner #part3 .hide-for-index {
    display: none; }

#page-weddingsite .weddingsite-row h2 {
  text-align: center; }
  #page-weddingsite .weddingsite-row h2:after {
    display: block;
    background: #34495e;
    height: 3px;
    width: 25px;
    content: " ";
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    position: relative; }

#page-weddingsite #part1 {
  background-image: url("../images/herobg.jpg");
  position: relative;
  padding: 5rem 0;
  min-height: 620px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 63.9375em) {
    #page-weddingsite #part1 {
      text-align: center;
      padding: 3rem 0 0; } }
  @media screen and (max-width: 39.9375em) {
    #page-weddingsite #part1 {
      padding-top: 1.5rem; } }
  #page-weddingsite #part1 .text {
    position: relative;
    z-index: 1; }
    #page-weddingsite #part1 .text h1 {
      border-bottom: 3px solid #34495e;
      font-family: 'Raleway';
      font-weight: 600;
      color: #34495e;
      padding-bottom: 5px;
      font-size: 32px;
      display: inline-block; }
      @media screen and (max-width: 39.9375em) {
        #page-weddingsite #part1 .text h1 {
          font-size: 24px;
          border-bottom: none; } }
    #page-weddingsite #part1 .text ul {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      @media screen and (max-width: 39.9375em) {
        #page-weddingsite #part1 .text ul {
          margin: 0 0 2rem; } }
      #page-weddingsite #part1 .text ul li {
        font-size: 24px;
        font-family: 'Raleway';
        color: #333; }
        @media screen and (max-width: 63.9375em) {
          #page-weddingsite #part1 .text ul li {
            list-style: none; } }
        @media screen and (max-width: 39.9375em) {
          #page-weddingsite #part1 .text ul li {
            font-size: 18px;
            margin-bottom: 0.5rem; } }
  #page-weddingsite #part1 .display {
    position: absolute;
    right: 0;
    top: 20px; }
    #page-weddingsite #part1 .display img {
      max-width: 950px; }
    @media screen and (max-width: 89.9375em) {
      #page-weddingsite #part1 .display img {
        max-width: 800px; } }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      #page-weddingsite #part1 .display {
        right: -320px; } }
    @media screen and (max-width: 63.9375em) {
      #page-weddingsite #part1 .display {
        position: relative; }
        #page-weddingsite #part1 .display img {
          max-width: 100%; } }

#page-weddingsite #part2 {
  position: relative;
  z-index: 1;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5rem 0; }
  @media screen and (max-width: 39.9375em) {
    #page-weddingsite #part2 {
      padding: 2.5rem 0; }
      #page-weddingsite #part2 h2 {
        font-size: 26px; } }
  #page-weddingsite #part2 #preview {
    margin-top: 4rem; }
    @media screen and (max-width: 39.9375em) {
      #page-weddingsite #part2 #preview {
        margin-top: 2rem; } }
    #page-weddingsite #part2 #preview .preview {
      background: #fefefe;
      padding: 8px;
      border: 1px solid #eee;
      margin-bottom: 1rem; }

#page-weddingsite #part3 {
  padding: 5rem 0; }
  @media screen and (max-width: 39.9375em) {
    #page-weddingsite #part3 {
      padding: 2.5rem 0; } }
  #page-weddingsite #part3 h2 {
    margin-bottom: 5rem; }
    @media screen and (max-width: 39.9375em) {
      #page-weddingsite #part3 h2 {
        font-size: 26px;
        margin-bottom: 3rem; } }
  #page-weddingsite #part3 .info {
    color: #666;
    margin-top: 2.5rem; }
  #page-weddingsite #part3 .hide-for-index {
    display: none; }

#pricetable {
  border: 1px solid #dbdad9; }
  @media screen and (max-width: 39.9375em) {
    #pricetable {
      margin-top: 1.5rem; } }
  #pricetable.active-2 .row .columns:nth-child(3) .check:nth-child(1) {
    background: rgba(119, 150, 180, 0.75); }
    #pricetable.active-2 .row .columns:nth-child(3) .check:nth-child(1).yes:after {
      background-color: #7796b4; }
    #pricetable.active-2 .row .columns:nth-child(3) .check:nth-child(1).no:after {
      background-color: #7796b4; }
  #pricetable.active-2 .row .columns:nth-child(2) .check:nth-child(1).yes:after {
    background-color: #e38da8; }
  #pricetable.active-2 .row .columns:nth-child(2) .check:nth-child(1).no:after {
    background-color: #e38da8; }
  #pricetable .row {
    display: block;
    border-bottom: none;
    cursor: default;
    font-weight: normal; }
    #pricetable .row:hover .service-title, #pricetable .row:hover .check {
      opacity: 0.8; }
    #pricetable .row:nth-child(odd) .service-title {
      background: #f9f9f9; }
    #pricetable .row:nth-child(odd) .check {
      background: #f9f9f9; }
    #pricetable .row .columns:nth-child(2) .check:nth-child(1), #pricetable .row .columns:nth-child(3) .check:nth-child(1), #pricetable .row .columns:nth-child(4) .check:nth-child(1) {
      box-shadow: -6px 0px 28px -6px rgba(0, 0, 0, 0.18); }
  #pricetable .service-title {
    background: #f2f2f2;
    padding: 19.5px 15px;
    font-size: 18px;
    color: #555; }
    @media screen and (max-width: 74.9375em) {
      #pricetable .service-title {
        font-size: 16px; } }
    @media screen and (max-width: 63.9375em) {
      #pricetable .service-title {
        font-size: 14px;
        white-space: nowrap; } }
    #pricetable .service-title:before {
      content: "\f0da";
      font-family: 'FontAwesome';
      margin-right: 5px;
      font-size: 14px;
      color: #aaa;
      margin-top: -2px; }
  #pricetable .check {
    background: #f2f2f2;
    text-align: center;
    padding: 15px;
    border-right: 1px solid #e9e9e9; }
    #pricetable .check:after {
      font-family: 'FontAwesome';
      font-size: 24px;
      color: #fefefe;
      text-shadow: 1px 1px #000;
      border-radius: 100%;
      padding: 6px; }
    #pricetable .check.yes:after {
      content: "\f00c";
      background-color: #d96489; }
    #pricetable .check.no:after {
      content: "\f00d";
      background-color: #d96489;
      opacity: 0.5;
      padding: 6px 8px; }
  #pricetable .version-choose {
    background: #c9c6c0;
    text-align: center;
    font-family: 'Raleway';
    font-size: 26px;
    padding: 2.5rem 25px;
    color: #fefefe;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    text-shadow: 0px 1px #8b8171; }
    @media screen and (max-width: 63.9375em) {
      #pricetable .version-choose {
        padding: 2.5rem 10px;
        font-size: 20px; } }
    @media screen and (max-width: 39.9375em) {
      #pricetable .version-choose {
        padding: 1.5rem 10px; } }
    #pricetable .version-choose .choose {
      color: #534d43;
      text-shadow: 0px 1px #e7e5e1;
      font-weight: 300; }
  #pricetable .version-title {
    padding: 0.75rem 0;
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 700;
    color: #fefefe;
    text-shadow: 1px 0px #555;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 63.9375em) {
      #pricetable .version-title {
        font-size: 18px; } }
    #pricetable .version-title.v1 {
      background: #e38da8; }
    #pricetable .version-title.v2 {
      background: #7796b4; }
      #pricetable .version-title.v2 .mostpop {
        display: block;
        position: absolute;
        top: -28px;
        left: 0;
        width: 100%;
        padding: 5px;
        background: #7796b4;
        font-size: 12px; }
        @media screen and (max-width: 39.9375em) {
          #pricetable .version-title.v2 .mostpop {
            display: none; } }
    #pricetable .version-title.v3 {
      background: #ad2a54; }
  #pricetable .version-price {
    text-align: center;
    font-size: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
    border-right: 1px solid #eee;
    padding: 1rem 0;
    position: relative;
    z-index: 1;
    background: #fefefe; }
    #pricetable .version-price .stroke {
      text-decoration: line-through;
      font-size: 20px;
      opacity: 0.8;
      line-height: 1; }
    #pricetable .version-price.v1 {
      color: #e38da8; }
    #pricetable .version-price.v2 {
      color: #7796b4; }
    #pricetable .version-price.v3 {
      color: #ad2a54; }
    #pricetable .version-price .disclaimer {
      color: #bbb;
      font-size: 12px;
      font-weight: normal; }

.masonry {
  margin: 1.2em 0;
  padding: 0;
  column-gap: 1.2em;
  font-size: .85em; }
  .masonry .item {
    display: inline-block;
    margin: 0 0 1.2em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

@media only screen and (min-width: 400px) {
  .masonry {
    column-count: 1; } }

@media only screen and (min-width: 700px) {
  .masonry {
    column-count: 2; } }

@media only screen and (min-width: 1100px) {
  .masonry {
    column-count: 3; } }

@media screen and (max-width: 39.9375em) {
  body table.my-stack {
    width: 100%; }
    body table.my-stack thead {
      display: none; }
    body table.my-stack tfoot {
      display: none; }
    body table.my-stack tr,
    body table.my-stack th,
    body table.my-stack td {
      display: block; }
    body table.my-stack td {
      border-top: 0; } }

.off-canvas-content {
  box-shadow: unset; }

.hint {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  cursor: move;
  right: 15px;
  position: fixed;
  text-align: left;
  bottom: 20px;
  z-index: 9990;
  width: 400px; }
  @media screen and (max-width: 39.9375em) {
    .hint {
      width: 90%;
      margin: 0 5%;
      left: 0px; } }
  .hint .hint-title {
    font-family: 'Raleway';
    background: #ad2a54;
    color: #fefefe;
    font-size: 18px;
    padding: 15px; }
    .hint .hint-title .hide-hint {
      float: right;
      cursor: pointer; }
  .hint .hint-content {
    font-size: 14px;
    padding: 15px; }
    .hint .hint-content p {
      line-height: normal; }
  .hint .hint-hide {
    border-top: 1px solid #e3e3e3;
    padding-top: 5px;
    margin-top: 15px; }
    .hint .hint-hide label {
      color: #bbb; }
      .hint .hint-hide label input {
        width: auto !important;
        opacity: 0.5; }
      .hint .hint-hide label:hover {
        color: #555;
        cursor: pointer; }
        .hint .hint-hide label:hover input {
          opacity: 0.85; }
    .hint .hint-hide .hide-this {
      color: #ad2a54;
      font-weight: bold;
      float: right;
      cursor: pointer; }

#first_welcome {
  position: fixed;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.75);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0; }
  #first_welcome .box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    background: #4f6f8f;
    position: relative;
    width: 100%;
    color: #fefefe;
    max-width: 700px;
    border: 1px solid #46637f;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    background-image: url("../images/abstract.png");
    background-repeat: no-repeat;
    background-position: center right; }
    @media screen and (max-width: 63.9375em) {
      #first_welcome .box {
        top: 60px;
        transform: unset;
        padding: 15px;
        position: relative;
        max-width: 100%;
        min-height: 100vh; } }
    #first_welcome .box .close-x {
      position: absolute;
      top: 15px;
      right: 30px;
      color: #384e65;
      font-size: 34px;
      font-weight: bold;
      cursor: pointer; }
    #first_welcome .box .box-content {
      max-width: 60%; }
      @media screen and (max-width: 63.9375em) {
        #first_welcome .box .box-content {
          max-width: 100%; } }
    #first_welcome .box p, #first_welcome .box h1 {
      line-height: normal;
      margin-bottom: 1.5rem; }
    #first_welcome .box h1 {
      font-family: 'Raleway';
      font-size: 32px;
      line-height: normal;
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 63.9375em) {
        #first_welcome .box h1 {
          margin-bottom: 1.5rem;
          margin-top: 1.5rem;
          font-size: 26px; } }
    #first_welcome .box button {
      background: #ad2a54;
      color: #fefefe; }

.version-0 #user-menu #menu-item-140 {
  display: none !important; }

.version-0 #user-menu #menu-item-141 {
  display: block !important; }

#user-menu {
  width: 100%;
  position: relative;
  padding: 3rem 0; }
  #user-menu #bg {
    background-color: #EBEBEB;
    width: 1600px;
    position: absolute;
    height: 100%;
    left: -1360px;
    z-index: -1;
    top: 0; }
  #user-menu #header {
    background: #d96489;
    color: #fefefe;
    padding: 25px;
    border: 1px solid #fff;
    border-bottom: 1px solid #e3e3e3; }
    #user-menu #header #avatar {
      max-width: 60px;
      max-height: 60px;
      border-radius: 100%;
      overflow: hidden;
      float: right; }
  #user-menu #minimenu-bg {
    background: #2D2D2D;
    height: 100vh;
    width: 100px;
    position: fixed;
    left: 0;
    top: 0; }
  #user-menu #topmenu-bg {
    position: fixed;
    width: 230px;
    top: 0;
    left: 120px;
    height: 60px;
    z-index: 5;
    display: none;
    background: #ad2a54; }
    #user-menu #topmenu-bg .logo {
      position: relative;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%); }
      #user-menu #topmenu-bg .logo a {
        color: #fefefe;
        font-size: 23px;
        text-transform: uppercase;
        padding: 0 0 0 15px; }
  #user-menu #menu-brukermeny {
    margin: 95px 15px 15px 0px; }
    @media screen and (max-width: 74.9375em) {
      #user-menu #menu-brukermeny {
        margin-top: 0; } }
    #user-menu #menu-brukermeny li.menu-item-has-children {
      padding-left: 7px; }
      #user-menu #menu-brukermeny li.menu-item-has-children[aria-expanded="true"] {
        background: #454545;
        position: relative;
        z-index: 1;
        width: 100px;
        font-weight: bold !important; }
      #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu {
        position: fixed;
        z-index: 1;
        left: 120px;
        width: 230px;
        top: 105px;
        padding-right: 1.5rem; }
        @media screen and (max-width: 74.9375em) {
          #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu {
            top: 20px; } }
        #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li {
          width: 100%;
          display: block; }
          #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li.current-menu-item a {
            font-weight: bold !important; }
          #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li a, #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li a.heading {
            padding: 0.7rem 0;
            color: #222;
            transition: all ease 0.10s;
            width: 100%;
            display: block;
            text-align: left;
            border-bottom: 1px solid #ccc;
            letter-spacing: normal; }
            #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li a i, #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li a.heading i {
              font-size: 16px;
              display: inline-block;
              margin-right: 5px;
              color: #555;
              right: 0; }
          #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li:hover a, #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li:hover i {
            color: #ad2a54; }
          #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li:first-of-type {
            cursor: default; }
            #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li:first-of-type a {
              font-size: 20px;
              margin: 0 0 20px 0;
              padding: 0 0;
              color: #222;
              border-bottom: none; }
              #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li:first-of-type a .nav-title {
                font-size: 14px;
                margin-top: 10px;
                line-height: 1.5; }
                @media screen and (max-width: 39.9375em) {
                  #user-menu #menu-brukermeny li.menu-item-has-children .menu.submenu li:first-of-type a .nav-title {
                    display: none; } }
      @media screen and (max-width: 74.9375em) {
        #user-menu #menu-brukermeny li.menu-item-has-children:first-of-type a.heading {
          margin-top: 0; } }
      #user-menu #menu-brukermeny li.menu-item-has-children a {
        padding: 0.7rem 0 0.7rem 0rem;
        color: #fefefe;
        transition: all ease 0.10s; }
        #user-menu #menu-brukermeny li.menu-item-has-children a .new {
          color: #e74c3c;
          font-size: 12px; }
        #user-menu #menu-brukermeny li.menu-item-has-children a.heading {
          padding-left: 0;
          color: #fefefe;
          margin-top: 0.7rem;
          margin-bottom: 0.5rem;
          width: 80px;
          text-align: center;
          font-size: 14px;
          letter-spacing: -1px;
          font-weight: normal !important; }
          #user-menu #menu-brukermeny li.menu-item-has-children a.heading i {
            font-size: 36px;
            display: block;
            text-align: center;
            margin: 0 auto 5px;
            position: relative;
            right: 5px; }
          #user-menu #menu-brukermeny li.menu-item-has-children a.heading:hover {
            cursor: pointer;
            color: #e5e5e5; }
          #user-menu #menu-brukermeny li.menu-item-has-children a.heading:after {
            display: none !important; }
        #user-menu #menu-brukermeny li.menu-item-has-children a:hover {
          color: #ad2a54; }
        #user-menu #menu-brukermeny li.menu-item-has-children a i {
          width: 16px; }
      #user-menu #menu-brukermeny li.menu-item-has-children.active a {
        background: transparent; }

.page-template-template-bruker .off-canvas-content {
  position: relative;
  top: -1px;
  padding-top: 60px; }

.page-template-template-bruker #content #setup-first-time {
  margin-bottom: 3rem;
  border: 1px solid #e3e3e3;
  border-right: 5px solid #23b8b0;
  display: none; }
  .page-template-template-bruker #content #setup-first-time i {
    background: #23b8b0;
    padding: 30px 40px;
    color: #fefefe;
    margin-right: 25px;
    font-size: 30px; }
  .page-template-template-bruker #content #setup-first-time p {
    display: inline-block;
    max-width: 75%; }

.page-template-template-bruker #content #inner-content {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0; }
  .page-template-template-bruker #content #inner-content #user-content {
    padding: 0rem 0; }

.page-id-90 #user-content #welcome-box .info p {
  text-decoration: line-through; }

#user-content #frontpage .ad {
  margin-right: 0.9375rem; }

#user-content .button {
  border: 2px solid #ad2a54;
  background: transparent;
  border-radius: 30px;
  color: #ad2a54;
  font-weight: bold;
  transition: all ease 0.1s; }
  #user-content .button:hover {
    color: #fefefe;
    background: #ad2a54; }

#user-content #stats .stats {
  background: #f47c40;
  padding: 8px 16px;
  color: #fefefe;
  font-size: 14px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 63.9375em) {
    #user-content #stats .stats {
      margin-bottom: 0.8rem; } }
  #user-content #stats .stats i {
    position: absolute;
    font-size: 65px;
    right: -5px;
    top: -5px;
    opacity: 0.5; }
  #user-content #stats .stats .number {
    font-size: 36px;
    font-weight: bold; }
    @media screen and (max-width: 74.9375em) {
      #user-content #stats .stats .number {
        font-size: 28px; } }
  #user-content #stats .stats.fir {
    background: #a992e2; }
  #user-content #stats .stats.sec {
    background: #55badf; }
  #user-content #stats .stats.thi {
    background: #ec6f5a; }
  #user-content #stats .stats.fou {
    background: #f7c65f; }

#user-content #services {
  margin-top: 3rem; }
  @media screen and (max-width: 63.9375em) {
    #user-content #services {
      margin-top: 1.5rem; } }
  #user-content #services .ad {
    float: right;
    text-align: right; }
  #user-content #services #welcome-box {
    border-bottom: 1px solid #ddd;
    background: #f8f8f8; }
    #user-content #services #welcome-box i {
      background: #23b8b0;
      padding: 30px 40px;
      color: #fefefe;
      font-size: 30px;
      height: 100%;
      line-height: 200%; }
    #user-content #services #welcome-box .info {
      padding: 15px 0;
      margin: 0 20px; }
      #user-content #services #welcome-box .info h4 {
        font-size: 36px; }
        @media screen and (max-width: 39.9375em) {
          #user-content #services #welcome-box .info h4 {
            font-size: 22px; } }
  #user-content #services .service {
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #f3f3f3;
    background: #f9f9f9;
    padding: 10px 0 15px; }
    #user-content #services .service .header {
      padding: 6px 16px 0;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bold;
      color: #34495e;
      text-align: center;
      border-top: none; }
    #user-content #services .service .icon {
      text-align: center;
      margin-bottom: 15px; }
    #user-content #services .service .divider {
      overflow: hidden; }
    #user-content #services .service .content {
      padding: 8px 16px;
      font-size: 14px; }

.page-id-169 #user-content #welcome-box .info {
  padding-bottom: 2rem; }

#messages .wpcf7-response-output {
  display: none !important; }

#messages .wpcf7-not-valid-tip {
  position: absolute;
  left: -13px;
  top: -53px;
  color: #fefefe;
  background: #ffae00;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  font-weight: bold; }

#messages #messages-senders {
  width: 360px;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: calc(100vh - 203px);
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 39.9375em) {
    #messages #messages-senders {
      height: auto;
      display: block; } }
  #messages #messages-senders .sender {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 25px;
    position: relative; }
    #messages #messages-senders .sender .new {
      position: absolute;
      left: -5px;
      font-size: 10px;
      color: #fefefe;
      font-weight: bold;
      background: #cc4b37;
      padding: 2px 4px;
      bottom: 5px; }
    #messages #messages-senders .sender:hover {
      cursor: pointer;
      background: #f9f9f9; }
    #messages #messages-senders .sender.active {
      background: #009ef7;
      position: relative;
      width: calc(100% + 5px); }
      #messages #messages-senders .sender.active h4, #messages #messages-senders .sender.active h5 {
        color: #FFF; }
      #messages #messages-senders .sender.active .date {
        color: #ddd;
        margin-right: 5px; }
        @media screen and (max-width: 39.9375em) {
          #messages #messages-senders .sender.active .date {
            margin-right: 25px; } }
    #messages #messages-senders .sender .image {
      float: left;
      width: 32px;
      height: 32px;
      background: #ddd;
      border-radius: 100%;
      margin-right: 12px;
      margin-top: 4px; }
    #messages #messages-senders .sender .date {
      color: #bbb;
      font-size: 12px;
      font-weight: bold;
      float: right; }
      @media screen and (max-width: 39.9375em) {
        #messages #messages-senders .sender .date {
          margin-right: 25px; } }
    #messages #messages-senders .sender h4 {
      color: #111;
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin-bottom: 5px; }
    #messages #messages-senders .sender h5 {
      margin: 0;
      color: #999;
      font-size: 14px; }

#messages #messages-wrap {
  display: inline-block;
  width: calc(100% - 365px);
  background: #f6f6f6;
  height: calc(100vh - 203px);
  vertical-align: top;
  padding: 25px 25px 5rem 25px;
  overflow: scroll;
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 39.9375em) {
    #messages #messages-wrap {
      display: block;
      width: 100%;
      height: calc(100vh - 320px); } }
  #messages #messages-wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #f6f6f6; }
  #messages #messages-wrap::-webkit-scrollbar-thumb {
    background-color: #f6f6f6;
    height: 15px;
    border-radius: 4px; }
  #messages #messages-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent; }
  #messages #messages-wrap:hover::-webkit-scrollbar-thumb {
    background-color: #63b1e5; }
  #messages #messages-wrap .ad {
    float: right;
    margin-left: 25px;
    text-align: right; }
  #messages #messages-wrap #messages-wrap-content {
    position: relative; }
    #messages #messages-wrap #messages-wrap-content .loading-icon {
      position: absolute;
      width: 100%;
      height: calc(100vh - 200px);
      z-index: 5;
      background: #f6f6f6;
      text-align: center; }
      @media screen and (max-width: 39.9375em) {
        #messages #messages-wrap #messages-wrap-content .loading-icon {
          height: calc(100vh - 360px); } }
      #messages #messages-wrap #messages-wrap-content .loading-icon i {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 26px;
        color: #888;
        text-align: center; }
  #messages #messages-wrap #send-message {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fafafa;
    border-top: 1px solid #e3e3e3;
    height: 50px;
    width: calc(100% - 365px);
    border-bottom: 1px solid #e3e3e3; }
    #messages #messages-wrap #send-message .ajax-loader {
      position: absolute;
      right: 5px;
      top: 20px; }
    #messages #messages-wrap #send-message input {
      background: transparent;
      border: none;
      box-shadow: none;
      width: 100%;
      padding: 12px 80px 10px 25px;
      height: 100%; }
      #messages #messages-wrap #send-message input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 50px;
        padding-right: 20px;
        color: #34495e;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
        #messages #messages-wrap #send-message input[type="submit"]:hover {
          color: #ad2a54;
          cursor: pointer; }
        #messages #messages-wrap #send-message input[type="submit"][disabled] {
          color: #34495e;
          cursor: not-allowed; }
  #messages #messages-wrap .message-line {
    margin-bottom: 35px; }
    #messages #messages-wrap .message-line .message {
      border-radius: 10px;
      background: #ddd;
      display: inline-block;
      padding: 4px 16px;
      position: relative;
      max-width: 50%;
      font-size: 14px;
      min-width: 120px; }
      @media screen and (max-width: 63.9375em) {
        #messages #messages-wrap .message-line .message {
          max-width: 100%; } }
      #messages #messages-wrap .message-line .message:after {
        content: "";
        position: absolute;
        top: calc(100% - 10px);
        left: -3px;
        border-top: 20px solid #ddd;
        border-top-color: #ddd;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        transform: rotate(45deg); }
      #messages #messages-wrap .message-line .message.couple {
        float: right;
        background: #cdeafc; }
        #messages #messages-wrap .message-line .message.couple:after {
          border-top: 20px solid #cdeafc;
          border-top-color: #cdeafc;
          transform: rotate(-45deg);
          right: -3px;
          left: unset; }
      #messages #messages-wrap .message-line .message .date {
        position: absolute;
        right: 0px;
        bottom: -20px;
        color: #bbb;
        font-size: 11px;
        font-weight: bold; }

#budget #seating-newtable {
  float: left; }
  @media screen and (max-width: 39.9375em) {
    #budget #seating-newtable {
      float: none;
      width: 100%; } }

#budget .ad {
  padding: 3rem 15px;
  text-align: right; }

#budget #progress {
  padding: 3rem 15px;
  max-width: 1100px; }
  @media screen and (max-width: 74.9375em) {
    #budget #progress {
      padding: 3rem 15px 1rem; } }
  @media screen and (max-width: 39.9375em) {
    #budget #progress {
      padding: 1rem 15px 1rem; }
      #budget #progress .icon {
        margin-bottom: 0.25rem; } }
  #budget #progress .intro {
    margin: 1.5rem 0 2rem; }
  #budget #progress .graph {
    text-align: center; }
    #budget #progress .graph.large h3, #budget #progress .graph.large h4 {
      color: #ad2a54; }
    #budget #progress .graph.large h4 {
      font-size: 46px; }
    #budget #progress .graph h3 {
      font-size: 14px;
      color: #444;
      font-weight: bold;
      margin-bottom: 0; }
      @media screen and (max-width: 39.9375em) {
        #budget #progress .graph h3 {
          margin-top: 1rem; } }
    #budget #progress .graph h4 {
      font-size: 30px;
      color: #333;
      margin-bottom: 0;
      padding-bottom: 0; }
    #budget #progress .graph h5 {
      font-size: 16px;
      color: #999; }
  #budget #progress #progress-bar {
    border: 2px solid #4f6f8f;
    height: 43px;
    border-radius: 30px;
    margin-left: 245px;
    background: #f3f3f3;
    position: relative;
    margin-bottom: 2rem; }
    @media screen and (max-width: 39.9375em) {
      #budget #progress #progress-bar {
        margin-left: 0; } }
    #budget #progress #progress-bar #budget-spent {
      position: absolute;
      z-index: 5;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 9px; }
      #budget #progress #progress-bar #budget-spent .title {
        text-transform: uppercase;
        color: #ccc; }
      #budget #progress #progress-bar #budget-spent #spent-number {
        font-size: 12px;
        font-weight: bold;
        color: #fefefe;
        margin-top: -3px; }
        #budget #progress #progress-bar #budget-spent #spent-number:after {
          content: " kr"; }
    #budget #progress #progress-bar #budget-amount {
      position: absolute;
      z-index: 5;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 9px; }
      #budget #progress #progress-bar #budget-amount .title {
        text-transform: uppercase;
        color: #999; }
      #budget #progress #progress-bar #budget-amount #budget-number {
        font-size: 12px;
        font-weight: bold;
        color: #34495e;
        margin-top: -3px; }
        #budget #progress #progress-bar #budget-amount #budget-number:after {
          content: " kr"; }
    #budget #progress #progress-bar #spent-bar {
      height: 100%;
      min-width: 45px;
      width: 45px;
      background: #7796b4;
      position: relative;
      border-bottom-left-radius: 30px;
      border-top-left-radius: 30px;
      max-width: 100%; }
      #budget #progress #progress-bar #spent-bar #spent {
        position: absolute;
        right: -25px;
        bottom: -40px;
        width: 50px;
        background: #7796b4;
        padding: 4px 8px;
        color: #fefefe;
        font-weight: bold;
        font-size: 14px;
        text-align: center; }
        #budget #progress #progress-bar #spent-bar #spent:after {
          content: "";
          position: absolute;
          bottom: 100%;
          left: 14px;
          border-bottom: 10px solid #7796b4;
          border-bottom-color: #7796b4;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; }

#budget #budget-content {
  padding: 2rem calc(15px + 0.9375rem) 0; }
  @media screen and (max-width: 63.9375em) {
    #budget #budget-content {
      padding: 0 0.9735rem; } }
  #budget #budget-content #budget-table {
    padding: 1rem 0 2.5rem; }
    #budget #budget-content #budget-table .grey {
      opacity: 0.75; }
    #budget #budget-content #budget-table thead {
      background: transparent; }
      #budget #budget-content #budget-table thead tr.start th {
        font-size: 14px; }
      #budget #budget-content #budget-table thead tr th {
        color: #444;
        font-size: 0px;
        text-transform: uppercase;
        font-family: 'Raleway';
        position: relative;
        padding: 35px 0 10px;
        width: 15%;
        border-bottom: 1px solid #c3c3c3; }
        #budget #budget-content #budget-table thead tr th.title {
          padding: 42px 0 4px;
          font-size: 16px;
          font-weight: bold;
          color: #34495e;
          width: 40%; }
        #budget #budget-content #budget-table thead tr th.supplier {
          width: 30%; }
    #budget #budget-content #budget-table tbody tr {
      background: #fefefe; }
      #budget #budget-content #budget-table tbody tr td {
        border-bottom: 1px solid #e3e3e3;
        font-size: 14px;
        padding: 14px 0.625rem 14px 0;
        position: relative; }
        #budget #budget-content #budget-table tbody tr td:first-of-type {
          padding-left: 25px; }
          @media screen and (max-width: 63.9375em) {
            #budget #budget-content #budget-table tbody tr td:first-of-type {
              padding-left: 0; } }
          @media screen and (max-width: 39.9375em) {
            #budget #budget-content #budget-table tbody tr td:first-of-type {
              padding-top: 2rem; }
              #budget #budget-content #budget-table tbody tr td:first-of-type input {
                font-weight: bold; } }
        #budget #budget-content #budget-table tbody tr td .checkbox {
          width: 14px;
          height: 14px;
          cursor: pointer;
          position: absolute;
          top: 21px;
          left: 0;
          background: #fcfff4;
          background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
          border-radius: 4px;
          box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }
          @media screen and (max-width: 63.9375em) {
            #budget #budget-content #budget-table tbody tr td .checkbox {
              display: none; } }
          #budget #budget-content #budget-table tbody tr td .checkbox:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 3px;
            left: 3px;
            border: 3px solid #34495e;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 1;
            transform: rotate(-45deg); }
      #budget #budget-content #budget-table tbody tr:hover td {
        background: transparent; }
      #budget #budget-content #budget-table tbody tr:hover td, #budget #budget-content #budget-table tbody tr:hover div, #budget #budget-content #budget-table tbody tr:hover input, #budget #budget-content #budget-table tbody tr:hover a, #budget #budget-content #budget-table tbody tr:hover select, #budget #budget-content #budget-table tbody tr:hover label {
        cursor: default; }
      #budget #budget-content #budget-table tbody tr.not-editing input, #budget #budget-content #budget-table tbody tr.not-editing select {
        padding: 0;
        line-height: normal;
        border: none;
        box-shadow: none;
        background: transparent; }
        #budget #budget-content #budget-table tbody tr.not-editing input[disabled], #budget #budget-content #budget-table tbody tr.not-editing select[disabled] {
          background: transparent;
          cursor: default; }
      #budget #budget-content #budget-table tbody tr.not-editing .checkbox:after {
        opacity: 0; }
      #budget #budget-content #budget-table tbody tr.not-editing:hover td {
        background: #fbfbfb; }
      #budget #budget-content #budget-table tbody tr.loading {
        opacity: 0.5; }
        #budget #budget-content #budget-table tbody tr.loading .loading-icon {
          position: absolute;
          left: 0;
          right: 0;
          font-size: 20px;
          display: block;
          text-align: center;
          margin-top: -25px; }
      #budget #budget-content #budget-table tbody tr .loading-holder {
        position: relative; }
        @media screen and (max-width: 39.9375em) {
          #budget #budget-content #budget-table tbody tr .loading-holder {
            width: 40%;
            display: inline-block; }
            #budget #budget-content #budget-table tbody tr .loading-holder:before {
              content: "Budsjett:";
              font-size: 12px;
              font-weight: bold;
              text-transform: uppercase;
              color: #999; } }
      @media screen and (max-width: 39.9375em) {
        #budget #budget-content #budget-table tbody tr .grey {
          width: 40%;
          display: inline-block; }
          #budget #budget-content #budget-table tbody tr .grey:before {
            content: "Sum brukt:";
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            color: #999; } }
      #budget #budget-content #budget-table tbody tr .delete-budget {
        width: 100%;
        height: 100%;
        font-size: 20px;
        color: #999; }
        @media screen and (max-width: 39.9375em) {
          #budget #budget-content #budget-table tbody tr .delete-budget {
            display: inline-block;
            width: 16%;
            padding-top: 20px;
            padding-bottom: 20px; } }
        #budget #budget-content #budget-table tbody tr .delete-budget:before {
          content: "\f1f8";
          font-family: 'FontAwesome'; }
          @media screen and (max-width: 39.9375em) {
            #budget #budget-content #budget-table tbody tr .delete-budget:before {
              float: right; } }
        #budget #budget-content #budget-table tbody tr .delete-budget:hover:before {
          color: #ad2a54;
          cursor: pointer; }
      #budget #budget-content #budget-table tbody tr .loading-icon {
        display: none; }
      #budget #budget-content #budget-table tbody tr input, #budget #budget-content #budget-table tbody tr select {
        padding: 12px 9px;
        line-height: normal;
        font-size: 16px;
        height: auto;
        margin: 0;
        box-shadow: none; }

.ui-datepicker-header .ui-datepicker-next span:after {
  content: "LOL"; }

.pos-right {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px; }

.page-id-175 #ui-datepicker-div {
  z-index: 99999 !important; }

#checklist #seating-newtable {
  float: left; }
  @media screen and (max-width: 39.9375em) {
    #checklist #seating-newtable {
      float: none;
      width: 100%; } }

#checklist .ad {
  padding: 3rem 15px; }

#checklist #progress {
  padding: 3rem 15px 0;
  max-width: 1100px; }
  @media screen and (max-width: 39.9375em) {
    #checklist #progress {
      padding: 1rem 15px 0; }
      #checklist #progress .icon {
        margin-bottom: 0.25rem; } }
  #checklist #progress .intro {
    margin: 1.5rem 0 2rem; }
  #checklist #progress .graph {
    text-align: center; }
    #checklist #progress .graph.large h3, #checklist #progress .graph.large h4 {
      color: #ad2a54; }
    #checklist #progress .graph.large h4 {
      font-size: 46px; }
    #checklist #progress .graph h3 {
      font-size: 14px;
      color: #444;
      font-weight: bold;
      margin-bottom: 0; }
      @media screen and (max-width: 39.9375em) {
        #checklist #progress .graph h3 {
          margin-top: 1rem; } }
    #checklist #progress .graph h4 {
      font-size: 30px;
      color: #333;
      margin-bottom: 0;
      padding-bottom: 0; }
    #checklist #progress .graph h5 {
      font-size: 16px;
      color: #999; }
  #checklist #progress #progress-bar {
    border: 2px solid #4f6f8f;
    height: 43px;
    border-radius: 30px;
    margin-left: 200px;
    background: #f3f3f3;
    position: relative;
    margin-bottom: 2rem;
    width: calc(100% - 200px); }
    @media screen and (max-width: 39.9375em) {
      #checklist #progress #progress-bar {
        width: 100%;
        margin-left: 0; } }
    #checklist #progress #progress-bar #checklist-done {
      position: absolute;
      z-index: 5;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 9px; }
      #checklist #progress #progress-bar #checklist-done .title {
        text-transform: uppercase;
        color: #ccc; }
      #checklist #progress #progress-bar #checklist-done #done-number {
        font-size: 12px;
        font-weight: bold;
        color: #fefefe;
        margin-top: -3px; }
        #checklist #progress #progress-bar #checklist-done #done-number:after {
          content: " stk"; }
    #checklist #progress #progress-bar #checklist-total {
      position: absolute;
      z-index: 5;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 9px; }
      #checklist #progress #progress-bar #checklist-total .title {
        text-transform: uppercase;
        color: #999; }
      #checklist #progress #progress-bar #checklist-total #total-number {
        font-size: 12px;
        font-weight: bold;
        color: #34495e;
        margin-top: -3px; }
        #checklist #progress #progress-bar #checklist-total #total-number:after {
          content: " stk"; }
    #checklist #progress #progress-bar #spent-bar {
      height: 100%;
      min-width: 45px;
      width: 45px;
      background: #7796b4;
      position: relative;
      border-bottom-left-radius: 30px;
      border-top-left-radius: 30px;
      max-width: 100%; }
      #checklist #progress #progress-bar #spent-bar #spent {
        position: absolute;
        right: -25px;
        bottom: -40px;
        width: 50px;
        background: #7796b4;
        padding: 4px 8px;
        color: #fefefe;
        font-weight: bold;
        font-size: 14px;
        text-align: center; }
        #checklist #progress #progress-bar #spent-bar #spent:after {
          content: "";
          position: absolute;
          bottom: 100%;
          left: 14px;
          border-bottom: 10px solid #7796b4;
          border-bottom-color: #7796b4;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; }

#checklist #checklist-content {
  padding: 0 3rem 3rem;
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    #checklist #checklist-content {
      padding: 0 0.9735rem 1rem; } }
  #checklist #checklist-content #toggle-checked {
    position: absolute;
    right: 3rem;
    z-index: 5;
    top: 15px;
    cursor: pointer;
    border-bottom: none; }
    @media screen and (max-width: 39.9375em) {
      #checklist #checklist-content #toggle-checked {
        right: 0.9735rem;
        display: none; } }
    #checklist #checklist-content #toggle-checked i {
      font-size: 25px;
      color: #0f5329; }
      #checklist #checklist-content #toggle-checked i.on {
        color: #69251b; }
  #checklist #checklist-content #checklist-table {
    padding: 1rem 0 2.5rem; }
    #checklist #checklist-content #checklist-table .grey {
      opacity: 0.75; }
    #checklist #checklist-content #checklist-table thead {
      background: transparent; }
      #checklist #checklist-content #checklist-table thead tr th {
        color: #444;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Raleway';
        position: relative;
        padding: 35px 0 10px;
        width: 15%;
        border-bottom: 1px solid #c3c3c3; }
        #checklist #checklist-content #checklist-table thead tr th.title {
          padding: 22px 0 04px;
          font-size: 16px;
          font-weight: bold;
          color: #34495e;
          width: 40%; }
        #checklist #checklist-content #checklist-table thead tr th.notes {
          width: 60%; }
    #checklist #checklist-content #checklist-table tbody tr {
      background: #fefefe; }
      #checklist #checklist-content #checklist-table tbody tr td {
        border-bottom: 1px solid #e3e3e3;
        font-size: 14px;
        padding: 14px 0.625rem 14px 0;
        position: relative; }
        #checklist #checklist-content #checklist-table tbody tr td .due_label, #checklist #checklist-content #checklist-table tbody tr td .due_label input {
          font-size: 12px;
          color: #999;
          border: none;
          padding: 0; }
        #checklist #checklist-content #checklist-table tbody tr td .due_label input {
          border-bottom: 1px solid #aaa; }
        #checklist #checklist-content #checklist-table tbody tr td .checklist_due {
          display: inline-block;
          max-width: 150px; }
        @media screen and (max-width: 39.9375em) {
          #checklist #checklist-content #checklist-table tbody tr td:nth-child(2) {
            display: inline-block;
            width: calc(100% - 47px);
            padding-top: 40px; }
            #checklist #checklist-content #checklist-table tbody tr td:nth-child(2) input {
              font-weight: bold; } }
        @media screen and (max-width: 39.9375em) {
          #checklist #checklist-content #checklist-table tbody tr td:nth-child(3) {
            padding: 9px 5px 9px 0;
            display: inline-block;
            width: calc(100% - 40px); }
            #checklist #checklist-content #checklist-table tbody tr td:nth-child(3) input {
              font-size: 14px; } }
        @media screen and (max-width: 39.9375em) {
          #checklist #checklist-content #checklist-table tbody tr td.delete-checklist {
            display: inline-block;
            width: 35px;
            padding: 5px 0; } }
        #checklist #checklist-content #checklist-table tbody tr td.status {
          min-width: 60px; }
          @media screen and (max-width: 39.9375em) {
            #checklist #checklist-content #checklist-table tbody tr td.status {
              display: inline-block;
              padding: 20px 5px 25px 0;
              min-width: 40px;
              padding-top: 40px; } }
          #checklist #checklist-content #checklist-table tbody tr td.status div {
            border-radius: 100%;
            border: 1px solid #ddd;
            width: 30px;
            height: 30px;
            overflow: hidden;
            font-size: 0px; }
            #checklist #checklist-content #checklist-table tbody tr td.status div:after {
              content: "\f00c";
              font-family: 'FontAwesome';
              color: #ddd;
              margin: 0 auto;
              text-align: center;
              display: block;
              line-height: 30px;
              font-size: 14px;
              font-weight: 300; }
            #checklist #checklist-content #checklist-table tbody tr td.status div:hover {
              cursor: pointer; }
          #checklist #checklist-content #checklist-table tbody tr td.status .yes {
            border: 1px solid #8dd5d7; }
            #checklist #checklist-content #checklist-table tbody tr td.status .yes:after {
              color: #fefefe;
              background: #a0dcde; }
            #checklist #checklist-content #checklist-table tbody tr td.status .yes:hover:after {
              opacity: 0.75; }
          #checklist #checklist-content #checklist-table tbody tr td.status .maybe:hover {
            border: 1px solid #999; }
            #checklist #checklist-content #checklist-table tbody tr td.status .maybe:hover:after {
              color: #999; }
      #checklist #checklist-content #checklist-table tbody tr:hover td {
        background: #fbfbfb; }
      #checklist #checklist-content #checklist-table tbody tr:hover td, #checklist #checklist-content #checklist-table tbody tr:hover div, #checklist #checklist-content #checklist-table tbody tr:hover input, #checklist #checklist-content #checklist-table tbody tr:hover a, #checklist #checklist-content #checklist-table tbody tr:hover select, #checklist #checklist-content #checklist-table tbody tr:hover label {
        cursor: default; }
      #checklist #checklist-content #checklist-table tbody tr.not-editing input, #checklist #checklist-content #checklist-table tbody tr.not-editing select {
        padding: 0;
        line-height: normal;
        border: none;
        box-shadow: none;
        background: transparent; }
        #checklist #checklist-content #checklist-table tbody tr.not-editing input[disabled], #checklist #checklist-content #checklist-table tbody tr.not-editing select[disabled] {
          background: transparent;
          cursor: default; }
      #checklist #checklist-content #checklist-table tbody tr.not-editing .due_label i {
        display: none; }
      #checklist #checklist-content #checklist-table tbody tr.not-editing .due_label input {
        border-bottom: none; }
      #checklist #checklist-content #checklist-table tbody tr.loading {
        opacity: 0.5; }
        #checklist #checklist-content #checklist-table tbody tr.loading .loading-icon {
          position: absolute;
          left: 0;
          right: 0;
          font-size: 20px;
          display: block;
          text-align: center;
          margin-top: -25px; }
      #checklist #checklist-content #checklist-table tbody tr .loading-holder {
        position: relative; }
      #checklist #checklist-content #checklist-table tbody tr .delete-checklist {
        width: 100%;
        height: 100%;
        font-size: 20px;
        color: #999;
        width: 0%;
        padding-left: 0.625rem;
        text-align: center; }
        #checklist #checklist-content #checklist-table tbody tr .delete-checklist:before {
          content: "\f1f8";
          font-family: 'FontAwesome'; }
        #checklist #checklist-content #checklist-table tbody tr .delete-checklist:hover {
          cursor: pointer; }
          #checklist #checklist-content #checklist-table tbody tr .delete-checklist:hover:before {
            color: #ad2a54; }
      #checklist #checklist-content #checklist-table tbody tr .loading-icon {
        display: none; }
      #checklist #checklist-content #checklist-table tbody tr input, #checklist #checklist-content #checklist-table tbody tr select {
        padding: 12px 9px;
        line-height: normal;
        font-size: 16px;
        height: auto;
        margin: 0;
        box-shadow: none; }

#suppliers .ad {
  padding: 3rem 0px; }

#suppliers #progress {
  padding: 3rem 0px;
  max-width: 1100px; }
  @media screen and (max-width: 74.9375em) {
    #suppliers #progress {
      padding: 3rem 0 1.5rem; } }
  @media screen and (max-width: 39.9375em) {
    #suppliers #progress {
      padding: 1rem 15px 1rem; }
      #suppliers #progress .icon {
        margin-bottom: 0.25rem; } }
  #suppliers #progress .intro {
    margin: 1.5rem 0 2rem; }
  @media screen and (max-width: 39.9375em) {
    #suppliers #progress .button {
      display: block;
      width: 100%;
      float: none; } }

#suppliers #intro {
  padding: 0rem 1.85rem 3rem; }
  @media screen and (max-width: 63.9375em) {
    #suppliers #intro {
      padding: 0 0.9735rem 1rem; } }
  #suppliers #intro #seating-newtable {
    float: right; }

#suppliers .graph {
  text-align: center; }
  #suppliers .graph.large h3, #suppliers .graph.large h4 {
    color: #ad2a54; }
  #suppliers .graph.large h4 {
    font-size: 46px; }
  #suppliers .graph h3 {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      #suppliers .graph h3 {
        margin-top: 1rem; } }
  #suppliers .graph h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0; }
  #suppliers .graph h5 {
    font-size: 16px;
    color: #999; }

#suppliers td.website:hover a {
  color: #ad2a54;
  cursor: pointer; }
  #suppliers td.website:hover a:after {
    color: #ad2a54;
    cursor: pointer; }

#suppliers .delete-supplier:hover:after {
  color: #ad2a54;
  cursor: pointer; }

#suppliers .delete-supplier:after {
  content: "\f1f8";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #555; }

#suppliers #suppliers-content {
  background: #7796b4;
  padding: 1rem 15px 3rem;
  position: relative; }
  #suppliers #suppliers-content .industry h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 1rem;
    cursor: pointer; }
    #suppliers #suppliers-content .industry h3:hover {
      opacity: 0.8; }
    #suppliers #suppliers-content .industry h3:after {
      float: right;
      content: "\f078";
      font-family: 'FontAwesome';
      font-size: 12px;
      margin-top: 2px; }
  #suppliers #suppliers-content .industry .supplier {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 2px; }
    #suppliers #suppliers-content .industry .supplier.added {
      opacity: 0.7;
      color: #bbb; }
      #suppliers #suppliers-content .industry .supplier.added .add-supplier:hover {
        cursor: default;
        background: #fff;
        border: 1px solid #ddd; }
        #suppliers #suppliers-content .industry .supplier.added .add-supplier:hover:after {
          color: #ddd; }
    #suppliers #suppliers-content .industry .supplier .add-supplier {
      float: right;
      border-radius: 100%;
      border: 1px solid #ddd;
      width: 22px;
      height: 22px;
      overflow: hidden;
      font-size: 0px; }
      #suppliers #suppliers-content .industry .supplier .add-supplier:hover {
        background: #a0dcde;
        cursor: pointer;
        border: 1px solid #a0dcde; }
        #suppliers #suppliers-content .industry .supplier .add-supplier:hover:after {
          color: #FFF; }
      #suppliers #suppliers-content .industry .supplier .add-supplier:after {
        content: "\f067";
        font-family: 'FontAwesome';
        color: #ddd;
        margin: 0 auto;
        text-align: center;
        display: block;
        line-height: 22px;
        font-size: 14px;
        font-weight: 300; }

#suppliers table {
  margin-top: 0rem; }
  #suppliers table thead {
    background: #FFF; }
    #suppliers table thead tr th {
      color: #444;
      font-size: 12px;
      text-transform: uppercase;
      font-family: 'Raleway';
      position: relative;
      cursor: pointer;
      padding-left: 0; }
      #suppliers table thead tr th.status-title {
        min-width: 65px; }
      #suppliers table thead tr th:after {
        float: left;
        right: 0;
        margin-right: 5px; }
      #suppliers table thead tr th:before {
        position: absolute;
        left: 10px; }
      #suppliers table thead tr th.sorting_desc:after {
        content: "\f0dd";
        font-family: 'FontAwesome'; }
      #suppliers table thead tr th.sorting_desc:before {
        content: "\f0de";
        font-family: 'FontAwesome';
        opacity: 0.5; }
      #suppliers table thead tr th.sorting_asc:after {
        content: "\f0dd";
        font-family: 'FontAwesome';
        opacity: 0.5; }
      #suppliers table thead tr th.sorting_asc:before {
        content: "\f0de";
        font-family: 'FontAwesome'; }
  #suppliers table tbody tr {
    background: #FFF !important;
    display: table-row; }
    #suppliers table tbody tr:hover td {
      background: #f6f6f6; }
    #suppliers table tbody tr:hover td, #suppliers table tbody tr:hover div, #suppliers table tbody tr:hover input, #suppliers table tbody tr:hover a, #suppliers table tbody tr:hover select, #suppliers table tbody tr:hover label {
      cursor: default; }
    #suppliers table tbody tr.not-editing input, #suppliers table tbody tr.not-editing select {
      padding: 0;
      line-height: normal;
      border: none;
      box-shadow: none;
      background: transparent; }
      #suppliers table tbody tr.not-editing input[disabled], #suppliers table tbody tr.not-editing select[disabled] {
        background: transparent;
        cursor: default; }
    #suppliers table tbody tr.not-editing select option[disabled] {
      display: none; }
    #suppliers table tbody tr.not-editing .website {
      position: relative; }
      #suppliers table tbody tr.not-editing .website a {
        width: 100%;
        height: 40px;
        display: block;
        z-index: 5; }
        #suppliers table tbody tr.not-editing .website a:after {
          display: none; }
      #suppliers table tbody tr.not-editing .website input {
        width: 30px;
        font-size: 0; }
      #suppliers table tbody tr.not-editing .website:after {
        content: "\f0ac";
        font-size: 20px;
        font-family: 'FontAwesome';
        position: absolute;
        color: #555;
        top: 14px; }
    #suppliers table tbody tr.loading {
      opacity: 0.5; }
      #suppliers table tbody tr.loading .loading-icon {
        position: absolute;
        left: 0;
        right: 0;
        font-size: 20px;
        display: block;
        text-align: center;
        margin-top: -25px; }
    #suppliers table tbody tr .loading-icon {
      display: none; }
    #suppliers table tbody tr input, #suppliers table tbody tr select {
      padding: 12px 9px;
      line-height: normal;
      font-size: 16px;
      height: auto;
      margin: 0; }
    #suppliers table tbody tr td {
      border-collapse: collapse;
      border-top: 1px solid #e8e8e8;
      padding-left: 0; }
      @media screen and (max-width: 39.9375em) {
        #suppliers table tbody tr td.cat {
          width: 40%;
          display: inline-block;
          border-top: none; }
          #suppliers table tbody tr td.cat select {
            font-weight: bold; } }
      @media screen and (max-width: 39.9375em) {
        #suppliers table tbody tr td.name {
          width: 60%;
          display: inline-block;
          border-top: none; }
          #suppliers table tbody tr td.name input {
            font-weight: bold; } }
      #suppliers table tbody tr td label {
        font-size: 0; }
      #suppliers table tbody tr td.contact {
        min-width: 120px;
        position: relative; }
        #suppliers table tbody tr td.contact .contact-icon {
          display: inline-block;
          border-radius: 100%;
          color: #bbb;
          border: 1px solid #bbb;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          font-size: 16px;
          margin-right: 2px; }
          #suppliers table tbody tr td.contact .contact-icon:hover {
            color: #999;
            border: 1px solid #999; }
            #suppliers table tbody tr td.contact .contact-icon:hover .details {
              display: block; }
        #suppliers table tbody tr td.contact .details {
          display: none;
          position: absolute;
          top: -35px;
          background: #34495e;
          padding: 4px 10px;
          color: #fefefe;
          font-size: 14px;
          left: -70px;
          white-space: nowrap; }
      #suppliers table tbody tr td.status {
        min-width: 60px; }
        #suppliers table tbody tr td.status div {
          border-radius: 100%;
          border: 1px solid #ddd;
          width: 30px;
          height: 30px;
          overflow: hidden;
          font-size: 0px; }
          #suppliers table tbody tr td.status div:after {
            content: "\f00c";
            font-family: 'FontAwesome';
            color: #ddd;
            margin: 0 auto;
            text-align: center;
            display: block;
            line-height: 30px;
            font-size: 14px;
            font-weight: 300; }
          #suppliers table tbody tr td.status div:hover {
            cursor: pointer; }
        #suppliers table tbody tr td.status .yes {
          border: 1px solid #8dd5d7; }
          #suppliers table tbody tr td.status .yes:after {
            color: #fefefe;
            background: #a0dcde; }
          #suppliers table tbody tr td.status .yes:hover:after {
            opacity: 0.75; }
        #suppliers table tbody tr td.status .maybe:hover {
          border: 1px solid #999; }
          #suppliers table tbody tr td.status .maybe:hover:after {
            color: #999; }
      #suppliers table tbody tr td.name {
        position: relative;
        padding-right: 30px; }
        #suppliers table tbody tr td.name .edit {
          color: #bbb;
          font-size: 22px;
          right: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
      #suppliers table tbody tr td.delete-supplier, #suppliers table tbody tr td.website {
        text-align: center;
        padding-left: 0.625rem; }
        #suppliers table tbody tr td.delete-supplier:hover a:after, #suppliers table tbody tr td.website:hover a:after {
          color: #ad2a54; }
      @media screen and (max-width: 39.9375em) {
        #suppliers table tbody tr td.delete-supplier:before {
          content: "Fjern leverandør";
          padding-bottom: 40px;
          display: inline-block;
          font-size: 12px; } }
      @media screen and (max-width: 39.9375em) {
        #suppliers table tbody tr td.delete-supplier:after {
          font-size: 12px; } }
      @media screen and (max-width: 39.9375em) {
        #suppliers table tbody tr td.website {
          display: none; } }

.page-template-template-bruker.version- .off-canvas {
  display: none !important; }

.page-template-template-bruker.version- .off-canvas-content {
  margin-left: 0 !important; }

.page-template-template-bruker.version- .top-bar .nav {
  display: none; }
  .page-template-template-bruker.version- .top-bar .nav:first-of-type {
    display: inline-block; }

@media screen and (max-width: 39.9375em) {
  .page-id-136 #user-content #welcome-box .info {
    padding-bottom: 1.5rem; } }

@media screen and (max-width: 39.9375em) {
  .page-id-136 #user-content .service-title, .page-id-136 #user-content .check {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  .page-id-136 #user-content .button {
    width: 90%;
    margin-bottom: 0; } }

.ok {
  margin-top: 2rem; }

#not-logged-in {
  margin: 8rem auto;
  max-width: 750px;
  border: 1px solid #e3e3e3;
  padding: 25px; }
  #not-logged-in h2 {
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 12px;
    margin-bottom: 1rem; }
    #not-logged-in h2 i {
      color: #ffae00; }

.page-id-644 .wpcf7 label {
  display: none; }

.page-id-644 .wpcf7 input {
  margin-bottom: 0px !important; }

.page-id-644 .wpcf7 .wpcf7-submit {
  background-color: #ad2a54 !important;
  box-shadow: none !important;
  color: #fefefe; }

#help-page h2 {
  background: #f3f3f3;
  padding: 0.75rem 1rem;
  font-size: 24px;
  border: 1px solid #e3e3e3; }

#trial-expired {
  margin: 2rem calc(15px + 0.9375rem) 0;
  padding: 10px;
  display: block;
  border: 2px solid #63b1e5;
  color: #2081c2; }

#payments {
  margin: 1rem 0; }
  @media screen and (max-width: 74.9375em) {
    #payments {
      margin: 2rem 0 1rem; } }
  @media screen and (max-width: 39.9375em) {
    #payments {
      margin-top: 0;
      padding-top: 0 !important; } }
  #payments #pricetable {
    max-width: 1200px; }
    #payments #pricetable #agree-terms {
      padding-top: 40px; }
      #payments #pricetable #agree-terms #agree-terms-checkbox {
        display: inline-block;
        width: auto;
        height: auto; }
    #payments #pricetable #payment-logo {
      margin: 30px;
      float: right;
      max-width: 300px; }
      @media screen and (max-width: 39.9375em) {
        #payments #pricetable #payment-logo {
          margin: 1rem 5%;
          max-width: 90%; } }
  #payments .payment-new {
    margin-top: 1rem;
    position: relative; }
    #payments .payment-new .loading-btn {
      position: absolute;
      right: -40px;
      top: 4px;
      font-size: 32px;
      color: #aaa;
      display: none; }

.jQWCP-wWidget {
  opacity: 1 !important;
  background: #f9f9f9 !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18) !important;
  padding: 5px 0 !important;
  width: 200px !important;
  border: none !important;
  left: inherit !important;
  right: 15px !important;
  width: 200px !important;
  height: 170px !important;
  top: 140px !important; }
  .jQWCP-wWidget.sticky {
    display: block !important; }
    @media screen and (max-width: 39.9375em) {
      .jQWCP-wWidget.sticky {
        display: none !important; } }
  @media screen and (max-width: 39.9375em) {
    .jQWCP-wWidget {
      display: none !important; } }
  .jQWCP-wWidget .jQWCP-wWheel {
    width: 140px !important;
    height: 140px !important;
    margin: 10px 0 0 10px !important; }
  .jQWCP-wWidget .jQWCP-slider, .jQWCP-wWidget .jQWCP-wPreviewBox {
    height: 75% !important;
    top: 15px !important;
    margin-left: 15px !important; }
  .jQWCP-wWidget .jQWCP-wPreviewBox {
    display: none !important; }
  .jQWCP-wWidget .jQWCP-scursor {
    margin-left: 15px !important;
    margin-right: -15px !important;
    margin-top: 15px !important; }

#monogram {
  height: calc(100vh - 60px); }
  #monogram canvas {
    position: relative;
    left: 15px;
    top: 3rem;
    border: 1px solid #e3e3e3; }
  #monogram #help {
    padding: 10px;
    display: inline-block;
    border: 2px solid #63b1e5;
    color: #2081c2; }
    #monogram #help a {
      color: #2081c2; }
      #monogram #help a:hover {
        background-color: #2081c2;
        color: #fefefe; }
    @media screen and (max-width: 39.9375em) {
      #monogram #help {
        display: none; } }
  #monogram #monogram-images {
    height: calc(100% - 55px);
    position: absolute;
    z-index: 2000;
    width: 100%;
    top: 58px;
    left: 0;
    display: none;
    background: #fefefe; }
    @media screen and (max-width: 39.9375em) {
      #monogram #monogram-images {
        z-index: 3000;
        top: 0; } }
    #monogram #monogram-images h3 {
      color: #555;
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 10px;
      margin: 35px 15px 35px;
      border-bottom: 1px solid #e3e3e3; }
    #monogram #monogram-images .close {
      float: right;
      font-size: 30px;
      color: #555;
      margin-right: 15px;
      width: 30px;
      cursor: pointer;
      margin-top: 15px; }
      #monogram #monogram-images .close:hover {
        color: #ad2a54; }
    #monogram #monogram-images #images .image:hover {
      background: #f1f1f1;
      cursor: pointer; }
    #monogram #monogram-images #images .image svg {
      width: 100%;
      height: 100%; }
    #monogram #monogram-images #images .image img {
      margin-bottom: 25px;
      cursor: pointer; }
  #monogram #monogram-tools {
    height: calc(100% - 55px);
    position: absolute;
    width: 100%;
    top: 58px;
    left: 0; }
    #monogram #monogram-tools #tools-colorpicker {
      position: absolute;
      z-index: 15;
      top: -30px;
      right: 15px; }
      #monogram #monogram-tools #tools-colorpicker .colorpicker {
        height: 0;
        padding: 0;
        margin: 0;
        opacity: 0; }
    #monogram #monogram-tools #tools-left {
      position: absolute;
      top: 35px;
      background: #f9f9f9;
      border-radius: 5px;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
      padding: 5px 0;
      left: 15px;
      cursor: pointer;
      z-index: 15; }
      @media screen and (max-width: 39.9375em) {
        #monogram #monogram-tools #tools-left {
          top: -35px; } }
      #monogram #monogram-tools #tools-left .tool {
        padding: 10px 15px;
        font-size: 22px;
        color: #555; }
        #monogram #monogram-tools #tools-left .tool:hover {
          color: #ad2a54; }
    #monogram #monogram-tools #tools {
      position: absolute;
      top: 220px;
      background: #f9f9f9;
      border-radius: 5px;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
      padding: 5px 0;
      width: 200px;
      right: 15px;
      cursor: pointer;
      z-index: 16; }
      @media screen and (max-width: 39.9375em) {
        #monogram #monogram-tools #tools {
          position: fixed;
          top: unset;
          bottom: 0;
          width: 100%;
          right: 0;
          border-radius: 0; } }
      #monogram #monogram-tools #tools h4 {
        padding: 0 10px 8px 10px; }
        @media screen and (max-width: 39.9375em) {
          #monogram #monogram-tools #tools h4 {
            display: inline-block; } }
      @media screen and (max-width: 39.9375em) {
        #monogram #monogram-tools #tools .tool {
          display: inline-block; } }
      #monogram #monogram-tools #tools select {
        font-size: 14px;
        padding: 4px 8px;
        height: 35px;
        width: calc(100% - 20px);
        margin: 5px 10px 8px; }
        @media screen and (max-width: 39.9375em) {
          #monogram #monogram-tools #tools select {
            margin: 5px 0 5px; } }
      #monogram #monogram-tools #tools#font-family {
        width: 150px; }
        #monogram #monogram-tools #tools#font-family #select-fontfamily {
          cursor: pointer; }
          #monogram #monogram-tools #tools#font-family #select-fontfamily option[value="Georgia"] {
            font-family: 'Georgia'; }
          #monogram #monogram-tools #tools#font-family #select-fontfamily option[value="Raleway"] {
            font-family: 'Raleway'; }
          #monogram #monogram-tools #tools#font-family #select-fontfamily option[value="Open Sans"] {
            font-family: 'Open Sans'; }
    #monogram #monogram-tools #tools-colorpicker {
      position: absolute;
      top: 520px;
      border-radius: 5px;
      padding: 5px 0;
      width: 200px;
      right: 15px;
      cursor: pointer;
      z-index: 15;
      min-height: 100px; }
    #monogram #monogram-tools #tools-right {
      position: absolute;
      top: 375px;
      background: #f9f9f9;
      border-radius: 5px;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
      padding: 5px 0;
      width: 200px;
      right: 15px;
      cursor: pointer;
      z-index: 16; }
      @media screen and (max-width: 39.9375em) {
        #monogram #monogram-tools #tools-right {
          display: none; } }
      #monogram #monogram-tools #tools-right h4 {
        padding: 0 10px 8px 10px; }
      #monogram #monogram-tools #tools-right #layers {
        min-height: 130px; }
        #monogram #monogram-tools #tools-right #layers .ui-state-highlight {
          height: 28px; }
        #monogram #monogram-tools #tools-right #layers .layer {
          padding: 3px 10px;
          font-size: 14px;
          color: #999;
          background: #fefefe; }
          #monogram #monogram-tools #tools-right #layers .layer:after {
            content: "\f040";
            font-family: 'FontAwesome';
            float: right;
            display: none; }
          #monogram #monogram-tools #tools-right #layers .layer:hover {
            background: #ececec; }
            #monogram #monogram-tools #tools-right #layers .layer:hover:after {
              display: block; }
          #monogram #monogram-tools #tools-right #layers .layer.image:before {
            content: "\f03e";
            font-family: 'FontAwesome';
            width: 24px;
            display: inline-block; }
          #monogram #monogram-tools #tools-right #layers .layer.text:before {
            content: "\f031";
            font-family: 'FontAwesome';
            width: 24px;
            display: inline-block; }
  #monogram #monogram-zone {
    height: 100%;
    position: relative; }
    #monogram #monogram-zone.saving .layer:hover {
      opacity: 1; }
    #monogram #monogram-zone #choose-area {
      min-width: 100px;
      min-height: 70px;
      width: 400px;
      height: 100px;
      background: rgba(99, 177, 229, 0.5);
      border: 2px solid #63b1e5;
      opacity: 0.3;
      position: absolute;
      z-index: 9999;
      cursor: move;
      left: 250px;
      top: 100px;
      display: none; }
      @media screen and (max-width: 39.9375em) {
        #monogram #monogram-zone #choose-area {
          width: 90%;
          left: 0; } }
    #monogram #monogram-zone .ui-resizable-se {
      cursor: se-resize;
      width: 9px;
      height: 9px;
      right: -5px;
      bottom: -5px; }
    #monogram #monogram-zone .layer {
      position: absolute;
      top: 50%;
      left: 45%;
      width: auto;
      padding: 10px 0;
      border: 1px solid transparent; }
      #monogram #monogram-zone .layer:hover {
        opacity: 0.8;
        cursor: move; }
      #monogram #monogram-zone .layer.text {
        width: auto;
        padding: 8px;
        cursor: normal;
        font-size: 100px; }
        #monogram #monogram-zone .layer.text.selected {
          cursor: text; }
          #monogram #monogram-zone .layer.text.selected:hover {
            cursor: text; }
        #monogram #monogram-zone .layer.text .handle {
          position: absolute;
          top: -10px;
          left: -10px;
          display: none;
          cursor: move;
          font-size: 14px;
          border-radius: 100%;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          background: #f3f3f3; }
      #monogram #monogram-zone .layer.image {
        width: 100px;
        height: 100px;
        cursor: pointer; }
        #monogram #monogram-zone .layer.image svg {
          width: 100%;
          height: 100%; }
      #monogram #monogram-zone .layer .ui-resizable-handle {
        background: #777;
        display: none !important; }
        #monogram #monogram-zone .layer .ui-resizable-handle:hover, #monogram #monogram-zone .layer .ui-resizable-handle:active {
          background: #ad2a54; }
      #monogram #monogram-zone .layer input {
        height: auto;
        padding: 0;
        border: none;
        box-shadow: none;
        margin: 0;
        width: 100%;
        text-align: left;
        background: transparent;
        font-size: 28px;
        line-height: normal; }
        #monogram #monogram-zone .layer input[disabled] {
          cursor: pointer;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          touch-callout: none; }
          #monogram #monogram-zone .layer input[disabled]:hover {
            cursor: pointer; }
      #monogram #monogram-zone .layer.selected {
        border: 1px solid #f1f1f1; }
        #monogram #monogram-zone .layer.selected .ui-resizable-handle {
          display: block !important; }
        #monogram #monogram-zone .layer.selected.layer.text .handle {
          display: block; }
        #monogram #monogram-zone .layer.selected:hover {
          opacity: 1; }
  #monogram #monograp-tools-top {
    position: relative;
    z-index: 2000;
    margin-top: 10px; }
    #monogram #monograp-tools-top .info {
      padding: 10px 15px;
      margin: 0;
      color: #333;
      height: 55px; }
      #monogram #monograp-tools-top .info .tool {
        float: right;
        margin-left: 10px; }
        #monogram #monograp-tools-top .info .tool#save {
          font-size: 30px;
          margin-left: 20px;
          margin-top: 0px; }
    #monogram #monograp-tools-top #tools .tool {
      float: right;
      margin-left: 10px; }

.page-id-107 .wrap.addguest {
  display: none; }

.page-id-96 .wrap.addtable {
  display: none; }

#user-content #seating {
  margin-top: 3.5rem; }
  @media screen and (max-width: 39.9375em) {
    #user-content #seating {
      margin-top: 7.5rem; } }
  #user-content #seating .guest {
    z-index: 5;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -webkit-grab;
    background: #d44f7a; }
    #user-content #seating .guest:before {
      font-family: 'FontAwesome';
      color: #fefefe;
      position: absolute;
      text-align: center;
      display: block;
      line-height: 30px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    #user-content #seating .guest.family-1:before {
      content: "\f2dc"; }
    #user-content #seating .guest.family-2:before {
      content: "\f0f3"; }
    #user-content #seating .guest.family-3:before {
      content: "\f06d"; }
    #user-content #seating .guest.family-4:before {
      content: "\f1e3"; }
    #user-content #seating .guest.family-5:before {
      content: "\f000"; }
    #user-content #seating .guest.family-6:before {
      content: "\f1e4"; }
    #user-content #seating .guest.family-7:before {
      content: "\f0f4"; }
    #user-content #seating .guest.family-8:before {
      content: "\f2dd"; }
    #user-content #seating .guest.family-9:before {
      content: "\f6d0"; }
    #user-content #seating .guest.family-10:before {
      content: "\f0f1"; }
    #user-content #seating .guest.family-11:before {
      content: "\f0c2"; }
    #user-content #seating .guest.family-12:before {
      content: "\f0f6"; }
    #user-content #seating .guest.family-13:before {
      content: "\f0f7"; }
    #user-content #seating .guest.family-14:before {
      content: "\f02c"; }
    #user-content #seating .guest.ui-draggable-dragging {
      cursor: grabbing;
      cursor: -webkit-grabbing; }
    #user-content #seating .guest label {
      position: absolute;
      width: 190px;
      left: 40px;
      font-size: 18px;
      color: #0a0a0a;
      white-space: nowrap; }
    #user-content #seating .guest.free {
      margin-bottom: 5px; }
    #user-content #seating .guest.seated {
      transition: all ease 0.2s;
      border-radius: 100%;
      left: 0 !important;
      top: 0 !important; }
      #user-content #seating .guest.seated:before {
        display: none; }
      #user-content #seating .guest.seated label {
        left: 0;
        width: 30px;
        font-size: 0px;
        text-align: center;
        line-height: 30px;
        cursor: move;
        /* fallback if grab cursor is unsupported */
        cursor: grab;
        cursor: -webkit-grab; }
        #user-content #seating .guest.seated label:first-letter {
          font-size: 18px;
          color: #FFF;
          text-transform: uppercase; }
      #user-content #seating .guest.seated:hover label {
        width: auto;
        white-space: nowrap;
        margin-left: 9.5px;
        position: relative;
        z-index: 99;
        background: #f8f8f8;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: left;
        border: 1px solid #999;
        padding: 4.5px 8px;
        font-size: 12px;
        border-radius: 2px;
        line-height: normal;
        color: #0a0a0a;
        left: -5px;
        top: 40px; }
        #user-content #seating .guest.seated:hover label:first-letter {
          font-size: 12px;
          color: #0a0a0a; }
    #user-content #seating .guest.moving {
      background: #ffae00;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      overflow: hidden; }
  #user-content #seating #seating-guests {
    width: 300px;
    height: 100vh;
    display: inline-block;
    background-color: #eee;
    border-left: 1px solid #ddd;
    vertical-align: top;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 39.9375em) {
      #user-content #seating #seating-guests {
        width: 100%;
        height: auto;
        position: fixed;
        display: block;
        z-index: 99;
        bottom: 0; } }
    #user-content #seating #seating-guests .heading {
      background: #7796b4;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 15px;
      font-size: 14px;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        #user-content #seating #seating-guests .heading {
          padding: 8px 15px; } }
      #user-content #seating #seating-guests .heading input {
        width: 173px;
        font-size: 14px;
        padding: 10.5px 12px;
        height: auto;
        line-height: normal;
        border-radius: 4px;
        margin-bottom: 0;
        border: none; }
      #user-content #seating #seating-guests .heading button {
        font-size: 20px;
        padding: 9px;
        float: right;
        background: #3d566e;
        border: 2px solid #415b75;
        border-radius: 4px;
        color: #fefefe;
        margin-bottom: 0;
        position: relative;
        transition: all ease 0.1s; }
        #user-content #seating #seating-guests .heading button:hover {
          bottom: 2px; }
        #user-content #seating #seating-guests .heading button i {
          width: 20px; }
        #user-content #seating #seating-guests .heading button#seating-newguest {
          margin-right: 5px;
          background: #587ca0;
          border: 2px solid #5d81a5; }
    #user-content #seating #seating-guests #seating-guests-content {
      padding: 20px;
      height: 100%;
      height: calc(100% - 80px);
      overflow-y: auto; }
      @media screen and (max-width: 39.9375em) {
        #user-content #seating #seating-guests #seating-guests-content {
          height: 45px;
          overflow: scroll;
          padding: 10px 15px; } }
      #user-content #seating #seating-guests #seating-guests-content::-webkit-scrollbar {
        width: 6px;
        background-color: transparent; }
      #user-content #seating #seating-guests #seating-guests-content::-webkit-scrollbar-thumb {
        background-color: #eee;
        height: 15px;
        border-radius: 4px; }
      #user-content #seating #seating-guests #seating-guests-content::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        background-color: transparent; }
      #user-content #seating #seating-guests #seating-guests-content:hover::-webkit-scrollbar-thumb {
        background-color: #ad2a54; }
  #user-content #seating #seating-wrap {
    min-height: 100vh;
    width: calc(100% - 300px);
    position: relative;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #ddd; }
    @media screen and (max-width: 39.9375em) {
      #user-content #seating #seating-wrap {
        width: 100%;
        overflow: visible; } }
    #user-content #seating #seating-wrap .loading-icon {
      position: absolute;
      width: 100%;
      height: 100vh;
      z-index: 55;
      background: #fff;
      text-align: center; }
      #user-content #seating #seating-wrap .loading-icon i {
        position: relative;
        top: 45%;
        transform: translateY(-45%);
        font-size: 26px;
        color: #888;
        text-align: center; }
    #user-content #seating #seating-wrap #save-seating {
      position: absolute;
      right: 15px;
      top: 15px;
      background: transparent;
      border: 2px solid #34495e;
      color: #34495e; }
      @media screen and (max-width: 63.9375em) {
        #user-content #seating #seating-wrap #save-seating {
          right: unset;
          left: 25px; } }
      @media screen and (max-width: 39.9375em) {
        #user-content #seating #seating-wrap #save-seating {
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -100px;
          width: 180px; } }
      #user-content #seating #seating-wrap #save-seating:hover {
        background: #34495e;
        color: #fefefe; }
      #user-content #seating #seating-wrap #save-seating[disabled]:hover {
        background: transparent;
        color: #34495e; }
    #user-content #seating #seating-wrap .table {
      background: #999;
      position: absolute; }
      #user-content #seating #seating-wrap .table .edit-table {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        background: #888;
        color: #fff;
        padding: 5px 10px;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.15s; }
        #user-content #seating #seating-wrap .table .edit-table:hover {
          background: #d96489;
          cursor: pointer; }
      #user-content #seating #seating-wrap .table .delete-table {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: #888;
        color: #fff;
        padding: 5px 10px;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.15s; }
        #user-content #seating #seating-wrap .table .delete-table:hover {
          background: #d96489;
          cursor: pointer; }
      #user-content #seating #seating-wrap .table:hover {
        cursor: move; }
        #user-content #seating #seating-wrap .table:hover .delete-table, #user-content #seating #seating-wrap .table:hover .edit-table {
          opacity: 1;
          visibility: visible; }
      #user-content #seating #seating-wrap .table .seat {
        border-radius: 100%;
        width: 30px;
        height: 30px;
        background: #999;
        position: absolute;
        transition: all ease 0.2s; }
        #user-content #seating #seating-wrap .table .seat.free {
          background: #aaa; }
        #user-content #seating #seating-wrap .table .seat.taken {
          background: #333; }
      #user-content #seating #seating-wrap .table.direction-0 {
        height: 50px; }
        #user-content #seating #seating-wrap .table.direction-0 .delete-table, #user-content #seating #seating-wrap .table.direction-0 .edit-table {
          width: 50px !important;
          height: 100%;
          line-height: 40px; }
        #user-content #seating #seating-wrap .table.direction-0 .delete-table {
          right: 0; }
        #user-content #seating #seating-wrap .table.direction-0 .edit-table {
          left: 0; }
        #user-content #seating #seating-wrap .table.direction-0 .seat.top {
          top: -35px; }
        #user-content #seating #seating-wrap .table.direction-0 .seat.bottom {
          top: 55px; }
        #user-content #seating #seating-wrap .table.direction-0 .seat.left {
          top: 10px;
          left: -35px; }
        #user-content #seating #seating-wrap .table.direction-0 .seat.right {
          top: 10px;
          right: -35px; }
      #user-content #seating #seating-wrap .table.direction-1 {
        width: 50px; }
        #user-content #seating #seating-wrap .table.direction-1 .seat.left {
          left: -35px; }
        #user-content #seating #seating-wrap .table.direction-1 .seat.right {
          left: 55px; }
        #user-content #seating #seating-wrap .table.direction-1 .seat.top {
          top: -35px;
          left: 10px; }
        #user-content #seating #seating-wrap .table.direction-1 .seat.bottom {
          right: 10px;
          bottom: -35px; }
      #user-content #seating #seating-wrap .table.direction-2 .delete-table, #user-content #seating #seating-wrap .table.direction-2 .edit-table {
        width: 30px !important;
        height: 30px;
        line-height: 25px;
        z-index: 5;
        top: -10px; }
      #user-content #seating #seating-wrap .table.direction-2 .delete-table {
        right: 0;
        left: -30px;
        margin: 0 auto; }
      #user-content #seating #seating-wrap .table.direction-2 .edit-table {
        right: 0;
        left: 0px;
        margin: 0 auto; }
      #user-content #seating #seating-wrap .table.direction-2 .round-table {
        width: 50px;
        height: 50px;
        position: absolute;
        left: -25px;
        top: 50%;
        background: #999;
        right: 0;
        border-radius: 100%;
        margin: 0 auto;
        transform: translateY(-50%); }

#user-content #image-editor .ad {
  padding: 3rem 0px;
  text-align: right; }
  @media screen and (max-width: 39.9375em) {
    #user-content #image-editor .ad {
      text-align: center; } }

#user-content #image-editor #progress {
  padding: 3rem 0px;
  max-width: 1100px; }
  #user-content #image-editor #progress .intro {
    margin: 15px 0;
    color: #999;
    font-size: 14px; }

#user-content #image-editor h3 {
  font-size: 22px;
  color: #ad2a54;
  margin-bottom: 10px; }

#user-content #image-editor h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  text-transform: normal;
  font-weight: 600;
  color: #666;
  padding-left: 15px; }
  @media screen and (max-width: 39.9375em) {
    #user-content #image-editor h2 {
      font-size: 22px; } }

#user-content #image-editor #upload_form {
  margin-bottom: 0.5rem; }
  #user-content #image-editor #upload_form #upload-field {
    background: #e8e8e8; }
    #user-content #image-editor #upload_form #upload-field input {
      margin-bottom: 0;
      font-size: 16px; }
      #user-content #image-editor #upload_form #upload-field input[type="file"] {
        background: #fefefe;
        border: 1px solid #ddd; }
        #user-content #image-editor #upload_form #upload-field input[type="file"]:hover {
          background: #f9f9f9;
          cursor: pointer; }
  #user-content #image-editor #upload_form #submit-upload {
    margin: 15px 0; }

#user-content #image-editor #status {
  margin-bottom: 0.5rem;
  padding: 8px 16px;
  font-size: 14px; }
  #user-content #image-editor #status.ok {
    border: 1px solid #e3e3e3;
    border-left: 4px solid #3adb76; }
  #user-content #image-editor #status.error {
    border: 1px solid #e3e3e3;
    border-left: 4px solid #ffae00; }

#user-content #imagegallery-editor {
  padding: 0rem 3rem 5rem;
  position: relative; }
  @media screen and (max-width: 74.9375em) {
    #user-content #imagegallery-editor {
      padding: 0rem 2rem 5rem; } }
  #user-content #imagegallery-editor .masonry {
    max-width: 1200px;
    margin: 3rem auto; }
    @media screen and (max-width: 74.9375em) {
      #user-content #imagegallery-editor .masonry {
        margin: 2rem auto; } }

#user-content #save-image-order {
  margin: 1.5rem auto;
  display: block;
  width: 100%;
  position: relative;
  max-width: 1200px; }
  #user-content #save-image-order i {
    position: absolute;
    right: 15px;
    top: calc(75% - 20px);
    font-size: 20px;
    display: none; }

#user-content #saved {
  display: none;
  margin-bottom: 0.5rem;
  padding: 8px 16px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  border-left: 4px solid #3adb76;
  max-width: 1200px;
  margin: 0 auto 1rem; }

#user-content .masonry .item {
  position: relative; }
  #user-content .masonry .item .delete {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #bbb;
    padding: 6px 10px;
    opacity: 0.68; }
  #user-content .masonry .item:hover .delete {
    display: block;
    cursor: pointer; }
    #user-content .masonry .item:hover .delete:hover {
      opacity: 1;
      color: #ad2a54; }

#user-content #welcome-box i {
  background: #23b8b0;
  padding: 20px 40px;
  color: #fefefe;
  font-size: 30px;
  height: 100%;
  line-height: 220%; }

#user-content #welcome-box .info {
  padding: 2rem calc(15px + 0.9375rem) 0;
  margin: 0;
  color: #333; }
  @media screen and (max-width: 39.9375em) {
    #user-content #welcome-box .info {
      text-align: center;
      padding: 2rem 0.9735rem 0; } }
  #user-content #welcome-box .info h4 {
    font-size: 32px;
    display: inline-block;
    padding-bottom: 10px; }
    @media screen and (max-width: 39.9375em) {
      #user-content #welcome-box .info h4 {
        font-size: 22px; } }
  #user-content #welcome-box .info p {
    display: block;
    margin-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  #user-content #sms .button {
    width: 100%; } }

#user-content #sms .button.secondary {
  color: #34495e;
  border: 2px solid #34495e; }
  #user-content #sms .button.secondary:hover {
    background: #34495e;
    color: #fefefe; }

#user-content #sms .ad {
  padding: 3rem 0px;
  text-align: right; }

#user-content #sms #progress {
  padding: 3rem 0px;
  max-width: 1100px; }
  #user-content #sms #progress .intro {
    margin: 1.5rem 0 2rem; }
  @media screen and (max-width: 39.9375em) {
    #user-content #sms #progress {
      padding: 1rem 0 3rem; }
      #user-content #sms #progress .icon {
        margin-bottom: 0.25rem; } }

#user-content #sms .graph {
  text-align: center; }
  #user-content #sms .graph.large h3, #user-content #sms .graph.large h4 {
    color: #ad2a54; }
  #user-content #sms .graph.large h4 {
    font-size: 46px; }
  #user-content #sms .graph h3 {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      #user-content #sms .graph h3 {
        margin-top: 1rem; } }
  #user-content #sms .graph h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0; }
  #user-content #sms .graph h5 {
    font-size: 16px;
    color: #999; }

#user-content #sms-list {
  border: 1px solid #ddd; }
  @media screen and (max-width: 39.9375em) {
    #user-content #sms-list {
      margin-top: 1rem; } }
  #user-content #sms-list .heading {
    background: #e3e3e3;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold; }
  #user-content #sms-list ul {
    padding: 15px;
    margin: 0;
    background: #f3f3f3;
    min-height: 256px; }
    @media screen and (max-width: 39.9375em) {
      #user-content #sms-list ul {
        min-height: 0; } }
    #user-content #sms-list ul li {
      list-style: none; }

#user-content #response {
  font-size: 14px;
  font-weight: bold;
  display: none;
  border: 2px solid #3adb76;
  padding: 10px;
  color: #333;
  background: #f6f6f6;
  float: right; }

#user-content #send-sms #sms-text {
  min-height: 250px;
  padding: 25px;
  margin-bottom: 0; }

#user-content #send-sms .send-field {
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
  padding: 12px;
  border-top: none;
  margin-bottom: 15px; }
  #user-content #send-sms .send-field .count {
    font-size: 14px;
    color: #333;
    display: inline-block; }
  #user-content #send-sms .send-field .sms-left {
    float: right;
    font-size: 14px;
    color: #333; }

#guestlist-addframe {
  width: 520px;
  background: #FFF;
  position: fixed;
  height: 100vh;
  z-index: 10;
  top: 60px;
  left: 0;
  padding: 0; }
  @media screen and (max-width: 39.9375em) {
    #guestlist-addframe {
      width: 100%; } }
  #guestlist-addframe .wrap {
    margin-top: 0px;
    max-height: 95%; }
    #guestlist-addframe .wrap h3 {
      line-height: 60px;
      background: #f8f8f8;
      font-size: 24px;
      height: 60px;
      padding: 0 25px; }
    #guestlist-addframe .wrap h4 {
      font-size: 18px;
      color: #333;
      font-weight: 600;
      border-bottom: 1px solid #ddd;
      padding-bottom: 5px;
      margin-bottom: 15px;
      margin-top: 10px; }
    #guestlist-addframe .wrap h5 {
      font-size: 16px;
      font-weight: bold; }
    #guestlist-addframe .wrap .button {
      width: 100%;
      margin-top: 15px; }
      #guestlist-addframe .wrap .button:before {
        content: "\f0fe";
        font-family: 'FontAwesome';
        margin-right: 3px; }
    #guestlist-addframe .wrap .content {
      padding: 0.55rem; }
      #guestlist-addframe .wrap .content input, #guestlist-addframe .wrap .content select {
        padding: 14px 10px;
        line-height: normal;
        font-size: 16px;
        height: auto;
        background: #f6f6f6;
        box-shadow: none; }
    #guestlist-addframe .wrap .status {
      font-size: 14px;
      font-weight: bold;
      display: none;
      border: 2px solid #3adb76;
      padding: 10px;
      color: #333;
      background: #f6f6f6; }
    #guestlist-addframe .wrap #add_checklist_desc {
      min-height: 150px;
      background: #f6f6f6; }

.reveal-overlay {
  background: rgba(10, 10, 10, 0.45); }

#user-content #guestlist .tabletop {
  margin-bottom: 1rem; }

#user-content #guestlist #guestlist-content {
  padding: 1.5rem calc(15px + 0.9375rem) 4rem;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    #user-content #guestlist #guestlist-content {
      padding: 0 0.9735rem 2rem; } }

@media screen and (max-width: 39.9375em) {
  #user-content #guestlist .button {
    width: 100%; } }

#user-content #guestlist input[type="search"] {
  padding: 10px;
  transition: all ease 0.2s; }

#user-content #guestlist .ad {
  padding: 3rem 15px;
  text-align: right; }

#user-content #guestlist #progress {
  padding: 3rem 15px 0;
  max-width: 1100px; }
  @media screen and (max-width: 39.9375em) {
    #user-content #guestlist #progress {
      padding: 1rem 15px 1rem; }
      #user-content #guestlist #progress .icon {
        margin-bottom: 0.25rem; } }
  #user-content #guestlist #progress .intro {
    margin: 1.5rem 0 2rem; }
    @media screen and (max-width: 39.9375em) {
      #user-content #guestlist #progress .intro {
        display: none; } }

#user-content #guestlist .graph {
  text-align: center; }
  #user-content #guestlist .graph.large h3, #user-content #guestlist .graph.large h4 {
    color: #ad2a54; }
  #user-content #guestlist .graph.large h4 {
    font-size: 46px; }
  #user-content #guestlist .graph h3 {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      #user-content #guestlist .graph h3 {
        margin-top: 1rem; } }
  #user-content #guestlist .graph h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0; }
  #user-content #guestlist .graph h5 {
    font-size: 16px;
    color: #999; }

#user-content #guestlist .button {
  position: relative;
  margin-right: 5px; }
  #user-content #guestlist .button #toggle-columns-content {
    position: absolute;
    background: #fefefe;
    display: none;
    top: 45px;
    width: 250px;
    left: 10px;
    box-shadow: 0 2px 4px 0 rgba(163, 163, 163, 0.5);
    text-align: left;
    padding: 10px 15px;
    z-index: 5; }
    #user-content #guestlist .button #toggle-columns-content label {
      cursor: pointer; }
      #user-content #guestlist .button #toggle-columns-content label:hover {
        color: #34495e; }
    #user-content #guestlist .button #toggle-columns-content input {
      width: auto;
      height: auto;
      border: 3px solid #262626;
      padding: 10px !important;
      top: 4px;
      margin-right: 5px !important;
      position: relative; }

#user-content #guestlist table thead {
  background: #FFF; }
  #user-content #guestlist table thead tr th {
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Raleway';
    position: relative;
    cursor: pointer; }
    #user-content #guestlist table thead tr th.status-title {
      min-width: 65px; }
    #user-content #guestlist table thead tr th:after {
      float: left;
      right: 0;
      margin-right: 5px; }
    #user-content #guestlist table thead tr th:before {
      position: absolute;
      left: 10px; }
    #user-content #guestlist table thead tr th.sorting_desc:after {
      content: "\f0dd";
      font-family: 'FontAwesome'; }
    #user-content #guestlist table thead tr th.sorting_desc:before {
      content: "\f0de";
      font-family: 'FontAwesome';
      opacity: 0.5; }
    #user-content #guestlist table thead tr th.sorting_asc:after {
      content: "\f0dd";
      font-family: 'FontAwesome';
      opacity: 0.5; }
    #user-content #guestlist table thead tr th.sorting_asc:before {
      content: "\f0de";
      font-family: 'FontAwesome'; }

#user-content #guestlist table tbody tr {
  background: #FFF !important;
  display: table-row; }
  #user-content #guestlist table tbody tr:hover td {
    background: #f6f6f6; }
    @media screen and (max-width: 39.9375em) {
      #user-content #guestlist table tbody tr:hover td {
        background: transparent; } }
  #user-content #guestlist table tbody tr:hover td, #user-content #guestlist table tbody tr:hover div, #user-content #guestlist table tbody tr:hover input, #user-content #guestlist table tbody tr:hover a, #user-content #guestlist table tbody tr:hover select, #user-content #guestlist table tbody tr:hover label {
    cursor: default; }
  #user-content #guestlist table tbody tr.not-editing input, #user-content #guestlist table tbody tr.not-editing select {
    padding: 0;
    line-height: normal;
    border: none;
    box-shadow: none;
    background: transparent; }
    #user-content #guestlist table tbody tr.not-editing input[disabled], #user-content #guestlist table tbody tr.not-editing select[disabled] {
      background: transparent;
      cursor: default; }
  #user-content #guestlist table tbody tr.not-editing td {
    background: transparent; }
    #user-content #guestlist table tbody tr.not-editing td.contact .contact-icon:hover {
      cursor: default;
      color: #bbb;
      border: 1px solid #bbb; }
  #user-content #guestlist table tbody tr.not-editing:hover td {
    background: #fbfbfb; }
  #user-content #guestlist table tbody tr.loading {
    opacity: 0.5; }
    #user-content #guestlist table tbody tr.loading .loading-icon {
      position: absolute;
      left: 0;
      right: 0;
      font-size: 20px;
      display: block;
      text-align: center;
      margin-top: -25px; }
  #user-content #guestlist table tbody tr .loading-icon {
    display: none; }
  #user-content #guestlist table tbody tr input, #user-content #guestlist table tbody tr select {
    padding: 12px 9px;
    line-height: normal;
    font-size: 16px;
    height: auto;
    margin: 0; }
  #user-content #guestlist table tbody tr td {
    border-collapse: collapse;
    border-top: 1px solid #e8e8e8;
    background: #f6f6f6; }
    #user-content #guestlist table tbody tr td label {
      font-size: 0; }
    #user-content #guestlist table tbody tr td.contact {
      min-width: 120px;
      position: relative; }
      #user-content #guestlist table tbody tr td.contact .contact-icon {
        display: inline-block;
        border-radius: 100%;
        color: #bbb;
        border: 1px solid #bbb;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        margin-right: 2px; }
        #user-content #guestlist table tbody tr td.contact .contact-icon:hover {
          color: #999;
          border: 1px solid #999;
          cursor: pointer; }
          #user-content #guestlist table tbody tr td.contact .contact-icon:hover .details {
            display: block; }
      #user-content #guestlist table tbody tr td.contact .details {
        display: none;
        position: absolute;
        top: -35px;
        background: #34495e;
        padding: 4px 10px;
        color: #fefefe;
        font-size: 14px;
        left: -70px;
        white-space: nowrap; }
    #user-content #guestlist table tbody tr td.status {
      min-width: 60px; }
      @media screen and (max-width: 39.9375em) {
        #user-content #guestlist table tbody tr td.status {
          display: inline-block;
          border-top: none;
          padding-top: 2rem; } }
      #user-content #guestlist table tbody tr td.status div {
        border-radius: 100%;
        border: 1px solid #ddd;
        width: 30px;
        height: 30px;
        overflow: hidden;
        font-size: 0px; }
        #user-content #guestlist table tbody tr td.status div:after {
          content: "\f00c";
          font-family: 'FontAwesome';
          color: #ddd;
          margin: 0 auto;
          text-align: center;
          display: block;
          line-height: 30px;
          font-size: 14px;
          font-weight: 300; }
        #user-content #guestlist table tbody tr td.status div:hover {
          cursor: pointer; }
      #user-content #guestlist table tbody tr td.status .yes {
        border: 1px solid #8dd5d7; }
        #user-content #guestlist table tbody tr td.status .yes:after {
          color: #fefefe;
          background: #a0dcde; }
        #user-content #guestlist table tbody tr td.status .yes:hover:after {
          opacity: 0.75; }
      #user-content #guestlist table tbody tr td.status .maybe:hover {
        border: 1px solid #999; }
        #user-content #guestlist table tbody tr td.status .maybe:hover:after {
          color: #999; }
    #user-content #guestlist table tbody tr td.name {
      position: relative;
      padding-right: 30px; }
      @media screen and (max-width: 39.9375em) {
        #user-content #guestlist table tbody tr td.name {
          padding-right: 0;
          display: inline-block;
          font-weight: bold;
          padding: 13px 0;
          border-top: none;
          padding-top: 2rem;
          width: calc(100% - 70px); }
          #user-content #guestlist table tbody tr td.name label, #user-content #guestlist table tbody tr td.name input {
            font-weight: bold; } }
      #user-content #guestlist table tbody tr td.name .edit {
        color: #bbb;
        font-size: 22px;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }

#user-content h3.planner-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: normal;
  margin-bottom: 0px;
  padding-bottom: 12px;
  font-weight: 600;
  color: #666; }

#user-content .content {
  padding: 3rem 15px 3rem; }
  @media screen and (max-width: 74.9375em) {
    #user-content .content {
      padding: 2.5rem 15px 2.5rem; } }
  @media screen and (max-width: 63.9375em) {
    #user-content .content#edit-profile {
      padding-top: 1rem; } }
  #user-content .content input, #user-content .content select {
    box-shadow: none;
    background: #fbfbfb; }

#user-profile {
  width: 100%;
  border: none;
  overflow: hidden;
  box-shadow: none; }

#user-loading {
  width: 100%;
  text-align: center;
  padding: 10rem 0;
  position: absolute;
  left: 10%;
  right: 0;
  margin: 0 auto; }

#imagegallery-editor .item {
  cursor: move; }

.spinner {
  margin: 20px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #888;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  animation-delay: -0.32s; }

.spinner .bounce2 {
  animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

#user-content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: normal;
  margin-bottom: 0px;
  padding-bottom: 12px;
  font-weight: 600;
  color: #666; }

#user-content input {
  padding: 20px 14px;
  font-size: 18px;
  width: 100%;
  height: auto; }

#user-content select {
  height: 60px;
  font-size: 18px;
  width: 100%;
  padding-left: 14px; }

#user-content .profile-input {
  position: relative; }
  #user-content .profile-input .placeholder {
    display: block;
    position: absolute;
    right: 55px;
    top: 20px;
    color: #aaa;
    opacity: 0;
    transition: all ease 0.2s;
    text-transform: uppercase; }
  #user-content .profile-input.active .placeholder {
    right: 15px;
    opacity: 1; }

#user-content .button.send {
  display: block;
  width: 100%;
  position: relative;
  font-size: 20px;
  transition: all linear 0.15s; }
  #user-content .button.send .loading-but {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 8px;
    display: none; }
  #user-content .button.send.clicked {
    opacity: 0.7; }

#user-content #report {
  border: 1px solid #e3e3e3;
  padding: 8px 16px;
  margin-bottom: 25px;
  font-size: 14px;
  display: none; }
  #user-content #report p {
    display: none;
    margin-bottom: 0; }
  #user-content #report.ok {
    border-left: 4px solid #3adb76;
    display: block; }
    #user-content #report.ok #ok {
      display: block; }
  #user-content #report.error {
    border-left: 4px solid #cc4b37;
    display: block; }
    #user-content #report.error #error {
      display: block; }

#website-editor-wrap {
  width: 100%;
  height: 100vh;
  background: #191e23; }
  #website-editor-wrap #website-editor-menu {
    height: 100vh;
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
    vertical-align: top;
    background: #eee;
    border-right: 1px solid #ddd;
    color: #333;
    overflow: hidden; }
    #website-editor-wrap #website-editor-menu .menu-second {
      position: absolute;
      left: 300px;
      top: 64px;
      height: calc(100% - 64px);
      width: 100%;
      overflow-y: auto; }
      #website-editor-wrap #website-editor-menu .menu-second .heading {
        padding: 0; }
      #website-editor-wrap #website-editor-menu .menu-second h5 {
        margin-bottom: 0; }
      #website-editor-wrap #website-editor-menu .menu-second #edit-page {
        padding: 0px 15px; }
        #website-editor-wrap #website-editor-menu .menu-second #edit-page form#upload_form {
          margin: 10px 0 5px; }
          #website-editor-wrap #website-editor-menu .menu-second #edit-page form#upload_form #upload-field {
            border: 1px solid #ddd;
            padding: 15px;
            background: #FFF; }
            #website-editor-wrap #website-editor-menu .menu-second #edit-page form#upload_form #upload-field input {
              margin-bottom: 0; }
          #website-editor-wrap #website-editor-menu .menu-second #edit-page form#upload_form #submit-upload {
            margin-top: 5px;
            margin-bottom: 10px;
            width: 100%;
            display: block; }
        #website-editor-wrap #website-editor-menu .menu-second #edit-page #status {
          font-size: 12px;
          font-weight: bold; }
        #website-editor-wrap #website-editor-menu .menu-second #edit-page h6 {
          font-size: 14px;
          font-weight: bold; }
        #website-editor-wrap #website-editor-menu .menu-second #edit-page input.error {
          border: 1px solid red; }
        #website-editor-wrap #website-editor-menu .menu-second #edit-page .error-label {
          margin-bottom: 15px;
          font-size: 12px;
          color: red;
          font-weight: bold;
          display: none; }
    #website-editor-wrap #website-editor-menu #menu-first {
      position: absolute;
      left: 0;
      width: 100%;
      top: 64px;
      height: calc(100% - 64px); }
    #website-editor-wrap #website-editor-menu .top {
      position: fixed;
      top: 0;
      left: 0;
      width: 300px; }
      #website-editor-wrap #website-editor-menu .top #back-button {
        color: #555;
        border-right: 1px solid #ddd;
        line-height: 64px;
        width: 100%;
        text-align: center;
        display: block; }
        #website-editor-wrap #website-editor-menu .top #back-button:hover {
          background: #FFF;
          color: #ad2a54; }
      #website-editor-wrap #website-editor-menu .top #save-button {
        margin: 15px; }
    #website-editor-wrap #website-editor-menu .info {
      background: #FFF;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      padding: 15px;
      margin-bottom: 15px;
      font-size: 14px; }
    #website-editor-wrap #website-editor-menu label {
      cursor: pointer; }
    #website-editor-wrap #website-editor-menu .sorting {
      position: absolute;
      bottom: 58px;
      cursor: pointer;
      padding-left: 15px; }
      @media screen and (max-width: 74.9375em) {
        #website-editor-wrap #website-editor-menu .sorting {
          bottom: 0; } }
      @media screen and (max-width: 39.9375em) {
        #website-editor-wrap #website-editor-menu .sorting {
          position: relative;
          top: 21px;
          padding-left: 85px; } }
    #website-editor-wrap #website-editor-menu .bottom {
      position: fixed;
      left: 0;
      bottom: 0;
      border-top: 1px solid #ddd;
      width: 300px;
      text-align: right;
      z-index: 10; }
      @media screen and (max-width: 74.9375em) {
        #website-editor-wrap #website-editor-menu .bottom {
          display: none; } }
      #website-editor-wrap #website-editor-menu .bottom .preview {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        font-weight: bold; }
      #website-editor-wrap #website-editor-menu .bottom .screensize {
        display: inline-block;
        padding: 9px 15px 9px;
        font-size: 24px; }
        #website-editor-wrap #website-editor-menu .bottom .screensize:hover {
          background: #fefefe;
          color: #34495e;
          cursor: pointer; }
        #website-editor-wrap #website-editor-menu .bottom .screensize.active {
          border-bottom: 3px solid #34495e; }
        #website-editor-wrap #website-editor-menu .bottom .screensize:before {
          font-family: 'FontAwesome'; }
        #website-editor-wrap #website-editor-menu .bottom .screensize#desktop:before {
          content: "\f108";
          font-size: 20px; }
        #website-editor-wrap #website-editor-menu .bottom .screensize#tablet:before {
          content: "\f10a"; }
        #website-editor-wrap #website-editor-menu .bottom .screensize#mobile:before {
          content: "\f10b"; }
    #website-editor-wrap #website-editor-menu .heading {
      background: #FFF;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 15px;
      font-size: 14px;
      margin-bottom: 15px;
      position: relative; }
      #website-editor-wrap #website-editor-menu .heading p {
        margin-bottom: 0; }
      #website-editor-wrap #website-editor-menu .heading .back-to-first {
        color: #555;
        border-right: 1px solid #ddd;
        line-height: 80px;
        width: 100%;
        text-align: center;
        display: block; }
        #website-editor-wrap #website-editor-menu .heading .back-to-first:hover {
          cursor: pointer;
          color: #ad2a54; }
      #website-editor-wrap #website-editor-menu .heading .wrap {
        position: relative;
        left: 0px;
        padding: 15px; }
    #website-editor-wrap #website-editor-menu .menu-holder .ui-state-highlight {
      padding: 10px;
      background: #d1f7df;
      color: #d1f7df;
      border: none; }
      #website-editor-wrap #website-editor-menu .menu-holder .ui-state-highlight:after {
        content: "."; }
    #website-editor-wrap #website-editor-menu .menu-holder h6 {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 15px 15px;
      color: #34495e; }
    #website-editor-wrap #website-editor-menu .menu-holder .site {
      background: #FFF;
      border-top: 1px solid #ddd;
      padding: 10px 15px;
      font-size: 14px;
      font-weight: bold;
      color: #333;
      border-left: 3px solid transparent; }
      #website-editor-wrap #website-editor-menu .menu-holder .site.ui-sortable-handle {
        cursor: move !important; }
        #website-editor-wrap #website-editor-menu .menu-holder .site.ui-sortable-handle:before {
          content: "\f0dc";
          font-family: 'FontAwesome';
          margin-right: 8px; }
      #website-editor-wrap #website-editor-menu .menu-holder .site:last-of-type {
        border-bottom: 1px solid #ddd; }
      #website-editor-wrap #website-editor-menu .menu-holder .site:hover {
        background: #f2f2f2;
        color: #34495e;
        border-left: 3px solid #34495e;
        cursor: pointer; }
      #website-editor-wrap #website-editor-menu .menu-holder .site:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        color: #bbb;
        font-size: 10px;
        margin-top: 4px; }
      #website-editor-wrap #website-editor-menu .menu-holder .site#add-page {
        margin-bottom: 15px; }
        #website-editor-wrap #website-editor-menu .menu-holder .site#add-page:after {
          content: "\f067"; }
      #website-editor-wrap #website-editor-menu .menu-holder .site#edit-design:after {
        content: "\f040"; }
      #website-editor-wrap #website-editor-menu .menu-holder .site#image-gallery {
        border-top: none; }
      #website-editor-wrap #website-editor-menu .menu-holder .site#edit-settings:after {
        content: "\f013"; }
  #website-editor-wrap #website-editor-content {
    width: calc(100% - 300px);
    height: 100vh;
    position: absolute;
    top: 0;
    left: 300px;
    transition: all ease 0.5s;
    right: 0;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px; }
    @media screen and (max-width: 39.9375em) {
      #website-editor-wrap #website-editor-content {
        width: 100%; } }
    #website-editor-wrap #website-editor-content #website-editor-iframe {
      width: 100%;
      height: 100%; }

.wpml-ls-statics-footer {
  display: none; }

/* Loading */
#website-loading {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #f8f8f8; }
  #website-loading .loader-text {
    position: relative;
    top: 50%;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px; }
  #website-loading .loader,
  #website-loading .loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em; }
  #website-loading .loader {
    margin: 60px auto;
    position: relative;
    top: calc(50% - 5em);
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(173, 42, 84, 0.2);
    border-right: 1.1em solid rgba(173, 42, 84, 0.2);
    border-bottom: 1.1em solid rgba(173, 42, 84, 0.2);
    border-left: 1.1em solid #ad2a54;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear; }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
