/* Page Setup + Mixins */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

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

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

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

.float-l {
  float: left; }

.float-r {
  float: right; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

@font-face {
  font-family: 'ngs-web';
  src: url("../fonts/ngs2017-bold-webfont.woff2") format("woff2"), url("../fonts/ngs2017-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'ngs-web';
  src: url("../fonts/ngs2017-italic-webfont.woff2") format("woff2"), url("../fonts/ngs2017-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'ngs-web';
  src: url("../fonts/ngs2017-regular-webfont.woff2") format("woff2"), url("../fonts/ngs2017-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* General Styles */
body {
  background: #f8f2da;
  font-family: gill-sans-nova, sans-serif; }

.transition-fade {
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

html.is-animating .transition-fade {
  opacity: 0;
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99); }

h1 {
  font-family: 'ngs-web', serif;
  margin: 0;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 400; }

h2 {
  font-size: 21px;
  font-family: 'ngs-web', serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 20px; }
  h2 .icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
    font-size: 1.8em;
    margin-right: 15px; }
  h2 a {
    -webkit-transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
  h2 a:hover {
    color: #cca300; }

nav {
  background: #ffcc00;
  max-width: 235px;
  padding: 20px;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  nav:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    left: calc(100% - 2px);
    top: 0;
    background: url("../img/yellow-shape.png") no-repeat center top;
    background-size: cover; }
    @media all and (max-width: 768px) {
      nav:after {
        opacity: 0; } }
  @media all and (max-width: 768px) {
    nav {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 30;
      -webkit-transform: translateX(-235px);
      -ms-transform: translateX(-235px);
      transform: translateX(-235px); }
      nav.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
        nav.show:after {
          opacity: 1; } }
  nav > ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none; }
    nav > ul > li {
      margin-bottom: 10px; }
      nav > ul > li:hover > a:before {
        right: calc(100% + 10px); }
      nav > ul > li > a {
        display: block;
        color: black;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        position: relative; }
        nav > ul > li > a .icon {
          font-size: 1.8em;
          margin-right: 10px;
          position: relative;
          top: -3px;
          vertical-align: middle; }
        nav > ul > li > a.active:before {
          right: calc(100% + 10px); }
        nav > ul > li > a:before {
          content: '';
          background: black;
          display: block;
          width: 10px;
          height: 23px;
          position: absolute;
          top: -2px;
          right: calc(100% + 30px);
          opacity: 1;
          -webkit-transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

main {
  width: calc(100% - 235px);
  padding: 5vw 5vw 40px 5vw;
  -webkit-transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media all and (max-width: 768px) {
    main {
      padding: 60px 35px 40px 35px;
      width: 100%; }
      main.menu-open {
        -webkit-transform: translateX(235px);
        -ms-transform: translateX(235px);
        transform: translateX(235px);
        opacity: .5; } }
  @media all and (max-width: 580px) {
    main {
      padding: 80px 20px 30px 20px;
      cursor: pointer; } }

.mobile-menu-link {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 60;
  font-size: 30px;
  background: #ffcc00;
  color: black;
  width: 60px;
  height: 60px; }
  .mobile-menu-link .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .mobile-menu-link .icon-close {
    opacity: 0;
    font-size: .8em;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg); }
  .mobile-menu-link.open {
    -webkit-transform: translateX(235px);
    -ms-transform: translateX(235px);
    transform: translateX(235px); }
    .mobile-menu-link.open .icon-menu {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg); }
    .mobile-menu-link.open .icon-close {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg); }
  @media all and (max-width: 768px) {
    .mobile-menu-link {
      display: block; } }

.page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.main-logo-link {
  display: block;
  padding: 10px;
  margin-bottom: 20px; }

.main-logo {
  max-width: 70px; }

.button {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #ffcc00;
  color: black; }
  .button.button-black {
    background: black;
    color: white; }
  .button.button-black.button--is-disabled {
    background: #AAA; }
    .button.button-black:hover, .button.button-black.active {
      background: white;
      color: black; }

.sub-menu-link {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px dashed #000; }
  .sub-menu-link:hover, .sub-menu-link.active {
    text-decoration: underline; }

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'ngs-web', serif;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 55px; }
  @media all and (max-width: 768px) {
    .page-header {
      display: block; } }
  @media all and (max-width: 580px) {
    .page-header {
      margin-bottom: 30px; } }

.page-login-area a {
  color: black;
  text-decoration: none;
  margin-left: 15px; }
  .page-login-area a:hover {
    color: #cca300; }

.page-login-area .icon {
  vertical-align: middle;
  position: relative;
  top: -7px;
  font-size: 32px; }

.content-section {
  background: #eae3c3;
  padding: 25px 50px; }
  .content-section:after {
    content: "";
    display: table;
    clear: both; }
    .content-section--messages p{
      margin-bottom: 0;
    }
    .content-section--messages .author {
      margin-bottom: 15px;
    }
    .content-section--messages p:empty {
      line-height: 1;
    }
  @media all and (max-width: 580px) {
    .content-section {
      padding: 25px 20px; } }
  .content-section.no-padding {
    padding: 0; }
  .content-section p {
    line-height: 1.473; }

h3 {
  font-size: 21px;
  font-weight: bold; }

.large-icon-list,
.messages-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .large-icon-list li,
  .messages-list li {
    position: relative;
    -webkit-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .large-icon-list li:after,
    .messages-list li:after {
      content: '';
      display: block;
      width: calc(100% - 100px);
      position: absolute;
      bottom: 0;
      left: 50px;
      height: 1px;
      border-bottom: 1px dashed black; }
    .large-icon-list li:hover,
    .messages-list li:hover {
      background: #ddd19d; }
    .large-icon-list li:last-child:after,
    .messages-list li:last-child:after {
      border-bottom: 0; }
    .large-icon-list li > a,
    .messages-list li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px 50px; }
      @media all and (max-width: 580px) {
        .large-icon-list li > a,
        .messages-list li > a {
          padding: 25px; } }
  .large-icon-list .icon,
  .messages-list .icon {
    font-size: 60px;
    margin-right: 25px; }
  .large-icon-list h3,
  .messages-list h3 {
    margin: 0 0 5px 0; }
  .large-icon-list p,
  .messages-list p {
    margin: 0; }
  @media all and (max-width: 580px) {
    .large-icon-list .list-right,
    .messages-list .list-right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media all and (max-width: 580px) {
  .messages-list li {
    padding-top: 15px; } }

main a {
  color: black;
  text-decoration: none; }

section {
  margin-bottom: 50px; }
  section.margin-reduced {
    margin-bottom: 15px; }

footer {
  margin-top: 10px; }
  footer p {
    margin: 0; }

form:after {
  content: "";
  display: table;
  clear: both; }

form label {
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px; }

form.smaller-text label {
  font-size: 16px;
}
form.smaller-text .form-field {
  margin-bottom: 0;
}

form input[type=text],
form input[type=number],
form textarea,
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=time],
form select {
  width: 85%;
  background: #f8f2da;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-family: inherit;
  padding: 10px 20px;
  line-height: 1.4;
  border-radius: 0; }
  @media all and (max-width: 580px) {
    form input[type=text],
    form input[type=email],
    form input[type=tel],
    form input[type=password],
    form select {
      width: 100%; } }

form select {
  width: 100%; }
  @media all and (max-width: 580px) {
    form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .payment-form .country-select {
      width: 100% !important; } }

.payment-form .country-select {
  width: 85%;
}

form input[type=date] {
  background: #f8f2da;
  border: 0;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  min-height: 44px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media all and (max-width: 580px) {
    form input[type=date] {
      width: 100%; } }

form input[type=date] + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px;
  left: 5px;
  cursor: pointer; }

form label.radio-label {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  cursor: pointer; }

form input[type=submit],
form input[type=button] {
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 15px 20px; }

.errorlist {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  color: red;
}

.payment-form-wrapper .errorlist {
  font-size: 20px !important;
  padding-left: 0;
}

@media all and (max-width: 580px) {
  .date-pickers {
    width: 100%;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; } }

.date-picker {
  display: inline-block;
  margin-right: 25px; }
  .date-picker:last-child {
    margin-right: 0; }
  @media all and (max-width: 580px) {
    .date-picker {
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%; }
      .date-picker input[type=date] {
        width: calc(100% - 40px); }
      .date-picker span {
        display: block;
        margin-bottom: 5px; } }

.form-field-wrap {
  margin-top: 20px; }

.radio-option {
  margin-bottom: 10px;
  position: relative; }

.custom-radio {
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: 2px; }
  .custom-radio:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: black;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; }

input[type=radio]:checked + .custom-radio:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.form-field-openings {
  display: flex;
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
}

.form-field {
  width: calc((100% - 30px) / 2);
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-right: 30px; }
  @media all and (max-width: 580px) {
    .form-field {
      width: 100%;
      margin-right: 0; } }
  .form-field:nth-child(2n) {
    margin-right: 0; }
  .form-field.full-width {
    width: 100%;
    border-bottom: 1px dashed black;
    padding-bottom: 30px; }
    .form-field.full-width:nth-last-child(2), .form-field.full-width:last-child {
      padding-bottom: 0;
      border-bottom: 0; }

.form-field--thirds {
  margin-right: 30px!important;
  width: calc((100% - 60px) / 3)!important;
}
  .form-field--thirds p {
    margin-top: 0;
    line-height: 24px;
  }
  .form-field--thirds.form-field:nth-child(3n) {
  margin-right: 0!important; }
.clear {
  clear: both;
}
.listing {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed black; }
  .listing:last-child {
    border-bottom: 0; }
  .listing > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .listing .listing-image-wrap {
    -webkit-box-flex: .7;
    -ms-flex: .7;
    flex: .7; }
    @media all and (max-width: 768px) {
      .listing .listing-image-wrap {
        margin-bottom: 15px; } }
  .listing .listing-price {
    -webkit-box-flex: .2;
    -ms-flex: .2;
    flex: .2; }
  .listing .listing-titles:nth-child(1) {
    padding-left: 0;
    -webkit-box-flex: 1.9;
    -ms-flex: 1.9;
    flex: 1.9; }
  .listing .listing-titles {
    -webkit-box-flex: 1.7;
    -ms-flex: 1.7;
    flex: 1.7;
    padding-left: 15px; }
    @media all and (max-width: 768px) {
      .listing .listing-titles {
        padding-left: 0;
        margin-bottom: 15px; } }
    .listing .listing-titles h3,
    .listing .listing-titles p {
      margin: 0; }
    .listing .listing-titles h3 {
      margin-bottom: .4em; }
      @media all and (max-width: 768px) {
        .listing .listing-titles h3 {
          margin-bottom: .2em;
          font-size: 18px; } }
  .listing .listing-action {
    text-align: right; width:  100px;}
    .listing .listing-action h3 {
      margin: 0; }
    .listing .listing-action h3 + p {
      margin-top: .5em; }
    .listing .listing-action .icon {
      font-size: 35px;
      margin-right: 10px;
      position: relative;
      vertical-align: middle;
      top: 0px; }
    @media all and (max-width: 768px) {
      .listing .listing-action {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .listing .listing-dates h3 {
    margin: 0 0 .5em 0; }
    @media all and (max-width: 768px) {
      .listing .listing-dates h3 {
        font-size: 18px; } }
  .listing .listing-dates.attendee-email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .listing .listing-dates.attendee-email p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .listing .listing-dates p {
    margin: 0 0 .5em 0; }
    @media all and (max-width: 768px) {
      .listing .listing-dates p {
        margin-bottom: .2em; } }
    .listing .listing-dates p:last-child {
      margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .listing {
      display: block;
      position: relative; } }

.listing-image {
  width: 115px;
  height: 70px;
  overflow: hidden; }
  @media all and (max-width: 1024px) {
    .listing-image {
      width: 80px;
      height: 45px; } }
  @media all and (max-width: 768px) {
    .listing-image {
      width: 140px;
      height: 86px; } }
  .listing-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
    .listing-image img.standard-fit {
      object-fit: contain;
      height: 100%;
      width: auto; }

.listing-wrap.border-bottom {
  border-bottom: 1px dashed black;
  margin-bottom: 30px; }

@media all and (max-width: 768px) {
  .table-container {
    overflow-x: auto; }
  .listing-wrap.border-bottom.table {
    min-width: 415px; }
  .listing-wrap.border-bottom.table .listing {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px; }
  .listing-wrap.border-bottom.table .listing-action {
  top: unset;
  right: unset;
  transform: unset;
  position: relative;
  text-align: center; }
  .listing-wrap.border-bottom.table .listing-action .button.button-black {
    transform: translateY(-5px); }
  .choose-tickets label,
  .payment-form label {
    font-size: 18px; }
  .booking-detail .detail-left {
    padding-right: 0 !important; }
  .booking-detail .detail-image-titles {
    flex-direction: column; }
  .booking-detail .detail-titles {
    padding-left: 0; }
  .booking-detail .detail-info {
    padding-right: 0;
    width: 100%; }
  .payment-form .listing-action {
    position: relative;
    text-align: left;
    margin-top: 50px; }
  .payment-form .listing-action h3 {
     font-size: 18px; }
  .payment-form .listing-action svg {
    font-size:  25px !important; }
}
.listing-action--mobile-visible {
  display: none;
}
@media all and (max-width: 500px) {
  .listing-action--mobile-visible {
    display: block!important;
  }
  .listing-action--mobile-hidden {
    display: none!important;
  }
}

.detail-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 768px) {
    .detail-view {
      display: block; } }
  .detail-view .detail-left {
    -webkit-box-flex: 1.4;
    -ms-flex: 1.4;
    flex: 1.4;
    float: left;
    padding-right: 30px; }
    @media all and (max-width: 580px) {
      .detail-view .detail-left {
        padding-right: 0; } }
  .detail-view .detail-right {
    -webkit-box-flex: .6;
    -ms-flex: .6;
    flex: .6;
    float: left;
    background: #d7d0ad;
    margin-top: -25px;
    margin-bottom: -25px;
    margin-right: -50px;
    padding: 25px 50px;
    position: relative; }
    @media all and (max-width: 768px) {
      .detail-view .detail-right {
        margin-top: 30px;
        margin-left: -50px;
        width: calc(100% + 100px); } }
    @media all and (max-width: 580px) {
      .detail-view .detail-right {
        margin-top: 10px;
        margin-left: -20px;
        width: calc(100% + 40px);
        padding: 25px 20px; } }
    .detail-view .detail-right:before {
      content: '';
      display: block;
      width: 20px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 100%;
      background: url("../img/detail-trim.png") no-repeat center top;
      background-size: cover;
      opacity: .57; }
      @media all and (max-width: 768px) {
        .detail-view .detail-right:before {
          display: none; } }
    .detail-view .detail-right .icon {
      font-size: 1.6em;
      margin-right: 10px;
      position: relative;
      vertical-align: middle;
      top: 0px; }
    .detail-view .detail-right p + h2 {
      margin-top: 2em; }
    .detail-view .detail-right h2 {
      margin-bottom: .5em; }
    .detail-view .detail-right p {
      margin-top: 0;
      line-height: 1.3; }

.detail-image {
  width: 100%;
  height: 260px;
  text-align: center}
  .detail-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .detail-image img.standard-fit {
    width: auto;
  }
  @media all and (max-width: 580px) {
    .detail-image {
      height: 230px; } }

.detail-image-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.detail-image-wrap {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2; }
  @media all and (max-width: 580px) {
    .detail-image-wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.detail-titles {
  -webkit-box-flex: .8;
  -ms-flex: .8;
  flex: .8;
  padding-left: 20px; }
  @media all and (max-width: 580px) {
    .detail-titles {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.detail-info {
  width: 80%;
  padding-right: 20px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .pagination ul li {
      display: inline-block;
      font-size: 21px;
      font-family: 'ngs-web', serif; }
      .pagination ul li a {
        display: block;
        width: 26px;
        height: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 26px;
        -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .pagination ul li a.active, .pagination ul li a:hover {
        background: #ffcc00; }

.list-export-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 580px) {
    .list-export-bar {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media all and (max-width: 580px) {
  .export-list {
    width: 100%;
    margin-top: 20px; } }

.next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.next-previous .next {
  margin-left: 20px; }

.next-previous a {
  font-size: 30px;
  max-height: 26px;
  display: inline-block;
  -webkit-transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.next-previous a:hover {
  color: #cca300; }

.message-time {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 15px;
  font-weight: bold; }
  @media all and (max-width: 580px) {
    .message-time {
      right: 20px;
      top: 20px;
      right: auto;
      left: 25px;
      font-size: 13px; } }

.on-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.message-to-from {
  padding-bottom: 15px;
  border-bottom: 1px dashed black; }

.message-reply {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #d7cfac; }

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border: 0; }

.ql-container {
  padding: 25px 25px 75px 25px; }
  @media all and (max-width: 580px) {
    .ql-container {
      padding: 25px 10px 30px 10px; } }

.create-booking-form-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed black;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  @media all and (max-width: 580px) {
    .create-booking-form-toolbar {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .create-booking-form-toolbar h2 {
    margin-bottom: 0; }
  .create-booking-form-toolbar .toolbar-actions {
    position: relative;
    top: -6px; }
    @media all and (max-width: 580px) {
      .create-booking-form-toolbar .toolbar-actions {
        width: 100%;
        margin-top: 15px; } }
    .create-booking-form-toolbar .toolbar-actions a {
      margin-left: 10px; }
      .create-booking-form-toolbar .toolbar-actions a:hover {
        color: #cca300; }
    .create-booking-form-toolbar .toolbar-actions .icon {
      font-size: 25px;
      vertical-align: middle;
      position: relative;
      top: -2px; }

.create-booking-form-total {
  border-top: 1px dashed black;
  padding-top: 15px;
  margin-top: 20px; }

/*# sourceMappingURL=styles.css.map */

.booking-form--inline .form-group {
  float: left;
  margin-bottom: 2%;
}
.booking-form--inline--4  .form-group {
  width: 22%;
  margin-right: 2%;
}
.booking-form--inline--2  .form-group {
  width: 46%;
  margin-right: 2%;
}
.booking-form--inline--4  .form-row {
  clear: both;
}
.booking-form--inline .ticket-form-row:first-of-type .remove-form-row,
.booking-form--inline .booking-form-row:first-of-type .remove-form-row,
.booking-form--inline .attendee-form-row:first-of-type .remove-form-row {
  display: none;
}
.create-booking-form-fields fieldset {
  border: none;
  margin: 0;
  margin-bottom: 20px;
  border-bottom: dashed 1px black;
  padding: 0 0 10px;
}
.create-booking-form label,.create-booking-form-fields legend {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.create-booking-form-fields legend {
  display: none;
}
.form-group {
  clear: both;
}
.create-booking-form-fields input, .create-booking-form-fields textarea {
  float: left;
  clear: both;
  margin-bottom: 15px;
}
.create-booking-form-fields .is-invalid {
  border: solid 1px red;
  margin-bottom: 5px;
}
.invalid-feedback {
  float: left;
  clear: both;
  font-size: 14px;
  margin-bottom: 15px;
}
.create-booking-form input, .create-booking-form select {
  margin-bottom: 10px;
}
.add-booking-form-row,
.add-attendee-form-row {
  clear: both;
  /*float: left;*/
}
.booking-form-row textarea,
.attendee-form-row textarea {
  height: 80px;
}
.booking-form-row label,
.attendee-form-row label {
  display: none;
}
.booking-form-row .form-check-label,
.attendee-form-row .form-check-label {
  display: block;
}
.border-bottom {
  border-bottom: 1px dashed black;
  padding-bottom: 30px;
}
.border-bottom:last-of-type {
  border-bottom: none;
}
.create-booking-form .form-group {
  width: 48%;
  margin-right: 1%;
  float: left;
  margin-bottom: 20px;
}
.create-booking-form .form-group.ticket-form-row {
  width: 31%;
}
.create-booking-form .form-group:nth-child(2n) {
  clear: both;
}
.create-booking-form .ticket-form-row.form-group:nth-child(2n),
.form-group--no-clear {
  clear: none!important;
}
.create-booking-form legend {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.buttonHolder a {
  margin-right: 20px;
}
.remove-form-row {
    font-size: 14px;
    line-height: 30px;
    border: none;
    background: none;
}
.booking-form-row .form-group:last-of-type(2) {
  width: 10%;
}
.form-group--checkbox {
  float: left;width: 10%;
}
.manage-booking-form legend,
.manage-booking-form legend {
  display: none;
}
.booking-form-row .remove-form-row,
.attendee-form-row .remove-form-row,
.ticket-form-row .remove-form-row {
  display: none;
}
.booking-form-row.deleteable .remove-form-row,
.ticket-form-row.deleteable .remove-form-row {
  display: block!important;
}
.formColumn {
  width: 31%;
  margin-right: 2%;
  float: left;
}
.formColumn .col-form-label {
  display: none;
}
.formColumn .form-group {
  width: 100%;
}
.ticket-form-row input[type=radio] {
  opacity: 1;
  height: auto;
  width: auto;
  position: static;
}

.select2-selection__rendered { background: #f8f2da; }





/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #f8f2da;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px; /* Could be more or less, depending on screen size */
}

@media all and (max-width: 580px) {
  modal-content {
    padding: 10px;
    width: 90vw;
    height: 90vh;
  }
}

.modal-content .form-group {
  margin-bottom: 20px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-content select,
.modal-content input[type=text],
.modal-content input[type=time],
.modal-content input[type=number] {
  width: 100%;
  background: #eae3c3;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AAA;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #AAA;
}
