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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cookies_warning_v2 {
  display: none;
  width: 90%;
  max-width: 330px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 300;
  /* Close Button */
}
#cookies_warning_v2.dark {
  border: 1px solid #333333;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
}
#cookies_warning_v2 #cookies_row_01 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 1.8rem 1.8rem 2.2rem 2rem;
  float: left;
  clear: both;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_01 div.title {
  width: 100%;
  height: auto;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #595959;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0 3rem 0 0;
  letter-spacing: 0.02rem;
  line-height: 2.1rem;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cookies_warning_v2 #cookies_row_01 div.text {
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #737373;
  font-weight: normal;
  font-style: normal;
  margin: 1rem 0 0 0;
  padding: 0;
  letter-spacing: 0.005rem;
  line-height: 1.9rem;
  float: left;
  clear: both;
}
#cookies_warning_v2 #cookies_row_01 div.text a {
  color: #737373;
  font-weight: bold;
  text-decoration: none;
}
#cookies_warning_v2.dark #cookies_row_01 {
  background: white;
}
#cookies_warning_v2.dark #cookies_row_01 div.title {
  color: #2e2e2e;
}
#cookies_warning_v2.dark #cookies_row_01 div.text {
  color: #424242;
}
#cookies_warning_v2.dark #cookies_row_01 div.text a {
  color: #424242;
}
#cookies_warning_v2 a#cookies_close {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: #737373;
  margin: -2px 0 0 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  clear: both;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close::before {
  display: block;
  content: " ";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  outline: 1px solid transparent;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close::after {
  display: block;
  content: " ";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  outline: 1px solid transparent;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close:hover {
  color: #737373;
  text-decoration: none;
}
.no-touch #cookies_warning_v2 a#cookies_close:hover {
  color: #737373;
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#cookies_warning_v2.dark a#cookies_close {
  color: #333333;
}
#cookies_warning_v2.dark a#cookies_close::before {
  background: #737373;
}
#cookies_warning_v2.dark a#cookies_close::after {
  background: #737373;
}
#cookies_warning_v2.dark a#cookies_close:hover {
  color: #4d4d4d;
}
.no-touch #cookies_warning_v2.dark a#cookies_close:hover {
  color: #4d4d4d;
}
#cookies_warning_v2 #cookies_row_02 {
  display: none;
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #4d4d4d;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 1rem 1.8rem 1rem 2rem;
  letter-spacing: 0.02rem;
  line-height: 1.7rem;
  float: left;
  clear: both;
  background: #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA {
  width: 34px;
  height: 18px;
  position: relative;
  margin: 0 0 0 1rem;
  padding: 0;
  display: inline;
  float: right;
  background: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA::after {
  display: block;
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #3acc07;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA.deactive:after {
  right: 16px;
  background: #bfbfbf;
}
#cookies_warning_v2.dark #cookies_row_02 {
  color: white;
  background: #737373;
}
#cookies_warning_v2 #cookies_row_03 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 1.2rem 1.8rem 1.2rem 0;
  text-align: right;
  float: left;
  clear: both;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_info {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #737373;
  font-weight: bold;
  font-style: normal;
  margin: 0 1.6rem 0 0;
  padding: 0.8rem 0 0.8rem 0;
  letter-spacing: 0.05rem;
  line-height: 1.6rem;
  text-decoration: none;
  background: transparent;
  border: none;
  vertical-align: middle;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_info:hover {
  color: #737373;
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_info:hover {
  color: #4d4d4d;
  text-decoration: none;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_accept {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0.8rem 2.2rem 0.8rem 2.3rem;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  text-decoration: none;
  background: #077dcc;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  -webkit-transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_accept:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_accept:hover {
  color: #fff;
  text-decoration: none;
  background: #066bae;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #737373;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  background: url("../images/cookies_cog.svg") center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.no-svg #cookies_warning_v2 #cookies_row_03 a#cookies_settings {
  background: url("../images/cookies_cog.png") center center no-repeat;
  background-size: 100% auto;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings:hover {
  color: #737373;
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_settings:hover {
  color: #262626;
  text-decoration: none;
  opacity: 1;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings.active {
  opacity: 1;
}
#cookies_warning_v2.dark #cookies_row_03 {
  background: #333333;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_info {
  color: #c7c7c7;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_info:hover {
  color: #c7c7c7;
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_info:hover {
  color: #fff;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_accept {
  background: #088ce5;
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_accept:hover {
  background: #066eb3;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_settings {
  opacity: 0.3;
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_settings:hover {
  opacity: 0.7;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_settings.active {
  opacity: 0.7;
}

/* RESPONSIVE STYLES */
@media only screen and (max-width: 479px) {
  #cookies_warning_v2 {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  #cookies_warning_v2 #cookies_text_01 {
    padding: 18px 18px 20px 20px;
  }
  #cookies_warning_v2 #cookies_text_02 {
    padding: 10px 18px 10px 0;
  }
}
/* CSS Document */
/* ===================================================================================

date:		20/08/2020
author:		Thomas James

*/
/* OVERALL DOCUMENT STYLES
=================================================================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.3rem;
}

html, body {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

body {
  position: relative;
  font-size: 1.6rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden !important;
}

body.no-scroll {
  overflow: hidden;
}

::-moz-selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* SKIP TO CONTENTS ACCESSIBILITY
=================================================================================== */
a.skip-main {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  left: -999px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
  width: 30%;
  height: auto;
  left: auto;
  top: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin: 1rem 35%;
  padding: 0.5rem;
  background: #000;
  border: 0.4rem solid yellow;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  overflow: auto;
  z-index: 999;
}

/* ANIMATIONS
=================================================================================== */
@-webkit-keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@-moz-keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@-o-keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
.animate {
  opacity: 0;
  -webkit-animation: fadeinUP 1.2s forwards;
  -moz-animation: fadeinUP 1.2s forwards;
  -o-animation: fadeinUP 1.2s forwards;
  animation: fadeinUP 1.2s forwards;
}
.animate.delay01 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animate.delay02 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animate.delay03 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animate.delay04 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

/* TRANSITIONS */
/*@include transition(all 0.80s cubic-bezier(0.165, 0.84, 0.44, 1));*/
/*@include transition(all 0.70s cubic-bezier(0.77, 0, 0.175, 1));*/
/* BOUNCE */
/*@include keyframes(bounce) {
	0%, 20%, 50%, 80%, 100% {
		@include transform(matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1));
	}
	40% {
		@include transform(matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,-30,0,1));
	}
	60% {
		@include transform(matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,-15,0,1));
	}
}

.bounce {
	@include animation(bounce 2s infinite);
}*/
/* MAIN LAYOUT
=================================================================================== */
.row {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 1;
}
.row.table {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.row.table > .tablecell {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10rem 0 10rem 0;
  vertical-align: middle;
}

.contents {
  width: 90%;
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: 0 auto;
  clear: both;
  z-index: 2;
}
.contents::before {
  display: table;
  content: " ";
}
.contents::after {
  display: table;
  content: " ";
  clear: both;
}

/*#wrapper {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	background: #fff;
	z-index: 2;
}*/
/* HEADER
=================================================================================== */
header#globalheader {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: #fff;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: height, box-shadow;
  -moz-transition-property: height, box-shadow;
  -ms-transition-property: height, box-shadow;
  -o-transition-property: height, box-shadow;
  transition-property: height, box-shadow;
  z-index: 100;
}
header#globalheader.scroll {
  height: 80px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}
header#globalheader #header_container {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#globalheader .contents {
  width: 100%;
  max-width: 100%;
  padding: 0 40px 0 40px;
}

#header_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: 1fr 280px 1fr;
  grid-template-rows: auto;
  grid-gap: 0 0;
  align-items: center;
}
#header_grid > #menu_button {
  text-align: left;
}
#header_grid > #main_logo {
  text-align: center;
}
#header_grid > #social {
  text-align: right;
}

#main_logo > a {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  /*float: left;*/
  clear: both;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header#globalheader.scroll #main_logo > a {
  max-width: 220px;
}
#main_logo > a::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 21.3793103448%;
  float: left;
  clear: both;
  background: url(../images/ondine_logo_new.svg) center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main_logo > a:hover {
  text-decoration: none;
}
.no-touch #main_logo > a:hover {
  text-decoration: none;
}
.no-touch #main_logo > a:hover::before {
  -webkit-transform: scale(0.97, 0.97);
  -moz-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  -o-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

/* MENU BUTTON
=================================================================================== */
a#menu {
  display: block;
  width: 36px;
  height: 30px;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: visible;
  z-index: 2;
}
a#menu::before {
  display: block;
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  outline: 1px solid transparent;
  z-index: 1;
}
a#menu::after {
  display: block;
  content: " ";
  width: 100%;
  height: 4px;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  outline: 1px solid transparent;
  z-index: 1;
}
a#menu span {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  background: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -moz-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -ms-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -o-transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  transition: all 0.2s cubic-bezier(0.63, 0.62, 0.48, 1.64);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  outline: 1px solid transparent;
  z-index: 1;
}
a#menu.open::before {
  top: 50%;
  background: #000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
a#menu.open::after {
  bottom: 50%;
  background: #000;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -moz-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  -o-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
}
a#menu.open span {
  opacity: 0;
}

/* SOCIAL ICONS
=================================================================================== */
ul.social_icons {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
ul.social_icons > li {
  display: inline-block;
  width: 24px;
  height: auto;
  margin: 0 0 0 20px;
  padding: 0;
  vertical-align: top;
}

a.social_icon {
  display: block;
  width: 100%;
  max-width: 24px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
  float: left;
  clear: both;
}
a.social_icon::before {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 100%;
  -webkit-transition: opacity 0.26s ease-in-out;
  -moz-transition: opacity 0.26s ease-in-out;
  -ms-transition: opacity 0.26s ease-in-out;
  -o-transition: opacity 0.26s ease-in-out;
  transition: opacity 0.26s ease-in-out;
}
a.social_icon.facebook::before {
  background: url("../images/icons/facebook.svg") center center no-repeat;
  background-size: 100% auto;
}
a.social_icon.instagram::before {
  background: url("../images/icons/instagram.svg") center center no-repeat;
  background-size: 100% auto;
}
a.social_icon.twitter::before {
  background: url("../images/icons/twitter.svg") center center no-repeat;
  background-size: 100% auto;
}
a.social_icon.calendar::before {
  background: url("../images/icons/calendar.svg") center center no-repeat;
  background-size: 100% auto;
}
.no-touch a.social_icon:hover::before {
  opacity: 0.65;
}

/* MAIN NAVIGATION
=================================================================================== */
nav#main {
  display: block;
  width: 320px;
  height: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: transform, box-shadow;
  -moz-transition-property: transform, box-shadow;
  -ms-transition-property: transform, box-shadow;
  -o-transition-property: transform, box-shadow;
  transition-property: transform, box-shadow;
  z-index: 90;
}
nav#main.open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.1);
}
nav#main #nav_tb {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
nav#main #nav_tb #nav_tbc {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 160px 40px 60px 40px;
  vertical-align: top;
}
nav#main ul {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
nav#main ul li {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 3rem 0;
  padding: 0;
  letter-spacing: 0.16rem;
  line-height: 1.2rem;
  float: left;
  clear: both;
  vertical-align: top;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  opacity: 0;
}
nav#main ul li a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  color: #fff;
  margin: 0;
  padding: 0 0 1.2rem 0;
  text-decoration: none;
  float: left;
  clear: both;
}
nav#main ul li a::before {
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
  outline: 1px solid transparent;
  z-index: 1;
}
nav#main ul li a::after {
  display: block;
  content: " ";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  outline: 1px solid transparent;
  -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
nav#main ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main ul li a:hover::after {
  width: 100%;
}
nav#main ul li.active a {
  color: #fff;
  text-decoration: none;
}
nav#main ul li.active a::after {
  width: 100%;
}
nav#main ul li.active a:hover {
  color: #fff;
  text-decoration: none;
}
nav#main ul li.active a:hover::after {
  width: 100%;
}
.no-touch nav#main ul li.active a:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main ul li.active a:hover::after {
  width: 100%;
}
nav#main.open ul li {
  -webkit-animation: fadeinUP 1.2s forwards;
  -moz-animation: fadeinUP 1.2s forwards;
  -o-animation: fadeinUP 1.2s forwards;
  animation: fadeinUP 1.2s forwards;
}
nav#main.open ul li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
nav#main.open ul li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
nav#main.open ul li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
nav#main.open ul li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
nav#main.open ul li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
nav#main.open ul li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
nav#main.open ul li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
nav#main.open ul li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
nav#main.open ul li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
nav#main.open ul li:nth-child(10) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
nav#main.open ul li:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
nav#main.open ul li:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* MAIN IMAGE
=================================================================================== */
#main_image {
  height: 560px;
  margin: 120px 0 0 0;
  text-align: center;
}
#main_image #main_image_tbc {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 30px 0 30px 0;
  text-align: center;
  vertical-align: middle;
  z-index: 5;
}
#main_image #main_image_tbc > .contents {
  width: 90%;
  max-width: 90%;
}

figure.main_image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}
figure.main_image#home {
  background: url("../images/main_images/home.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.main_image#menus_ala {
  background: url("../images/main_images/menus_02.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.main_image#menu_sunday {
  background: url("../images/main_images/sundaymenu2.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.main_image#takeaway {
  background: url("../images/main_images/takeaway.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.main_image#hamper {
  background: url("../images/main_images/ondine_hamper_2021.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.main_image#contact {
  background: url("../images/main_images/contact_2.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.main_image#terms {
  background: url("../images/main_images/terms.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.main_image#careers {
  background: url("../images/main_images/careers.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* HOME PAGE STYLES
=================================================================================== */
#introduction {
  padding: 70px 0 70px 0;
  text-align: center;
  background: #fff;
}
#introduction.shorter {
  padding: 70px 0 40px 0;
}
#introduction > .contents {
  width: 90%;
  max-width: 600px;
}
#introduction.long > .contents {
  max-width: 1200px;
}

#introduction_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 30px 50px;
}
#introduction_grid > .column {
  text-align: center;
}

#nav_grid_row {
  padding: 0 14px 0 14px;
}
#nav_grid_row > .contents {
  width: 100%;
  max-width: 1700px;
}

#nav_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 14px 14px;
}
#nav_grid .gridbox {
  text-align: center;
}

.linkbox {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  overflow: hidden !important;
}
.linkbox > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.linkbox > .linkbox_text {
  width: 95%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.no-touch .linkbox:hover > img {
  -webkit-transform: scale3d(1.08, 1.08, 1.08);
  -moz-transform: scale3d(1.08, 1.08, 1.08);
  -ms-transform: scale3d(1.08, 1.08, 1.08);
  -o-transform: scale3d(1.08, 1.08, 1.08);
  transform: scale3d(1.08, 1.08, 1.08);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}

/* TEXT ROW */
.textrow {
  padding: 70px 0 70px 0;
  text-align: center;
}
.textrow > .contents {
  width: 90%;
  max-width: 1100px;
  column-count: 2;
  column-gap: 40px;
  text-align: left;
}
.textrow > .contents.one_col {
  max-width: 600px;
  column-count: 1;
  column-gap: 0;
  text-align: center;
}

/* IMAGE GRID */
.imagegrid {
  display: grid;
  grid-template-rows: auto;
}
.imagegrid.x1 {
  grid-template-columns: 1fr;
  grid-gap: 0 0;
}
.imagegrid.x2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px 4px;
}
.imagegrid.x3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px 4px;
}
.imagegrid > .image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* BOX STYLES */
.box {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 11px;
  float: left;
  clear: both;
  border: 1px solid #ddd;
  outline: 1px solid #ddd;
  outline-offset: -3px;
}
.box.margintop {
  margin: 25px 0 0 0;
}
.box::before {
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  outline: 1px solid #ddd;
  outline-offset: -3px;
}
.box::after {
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  outline: 1px solid #ddd;
  outline-offset: -3px;
}
.box .box_inner {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 10px;
  float: left;
  clear: both;
  border: 1px solid #ddd;
  outline: 1px solid #ddd;
  outline-offset: -3px;
  z-index: 10;
}
.box .box_inner::before {
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  outline: 1px solid #ddd;
  outline-offset: -3px;
}
.box .box_inner::after {
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  outline: 1px solid #ddd;
  outline-offset: -3px;
}
.box .box_inner .contents {
  width: 90%;
  max-width: 90%;
}

/* MENUS PAGE STYLES
=================================================================================== */
#menus_row {
  text-align: center;
  padding: 90px 0 90px 0;
}
#menus_row > .contents {
  width: 90%;
  max-width: 1300px;
}

#menus_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto;
  grid-gap: 20px 50px;
}
#menus_grid #menu_list {
  text-align: left;
}
#menus_grid #menu_items {
  text-align: center;
}

#menu_list ul {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 0;
  float: left;
  clear: both;
}
#menu_list ul li {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  color: #000;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 2.6rem 0;
  padding: 0;
  letter-spacing: 0.16rem;
  line-height: 1.2rem;
  float: left;
  clear: both;
  vertical-align: top;
}
#menu_list ul li a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  color: #000;
  margin: 0;
  padding: 0 0 1.2rem 0;
  text-decoration: none;
  float: left;
  clear: both;
}
#menu_list ul li a::before {
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #ddd;
  outline: 1px solid transparent;
  z-index: 1;
}
#menu_list ul li a::after {
  display: block;
  content: " ";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #000;
  outline: 1px solid transparent;
  -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
#menu_list ul li a:hover {
  color: #000;
  text-decoration: none;
}
.no-touch #menu_list ul li a:hover {
  color: #000;
  text-decoration: none;
}
.no-touch #menu_list ul li a:hover::after {
  width: 100%;
}
#menu_list ul li.active a {
  color: #000;
  text-decoration: none;
}
#menu_list ul li.active a::after {
  width: 100%;
}
#menu_list ul li.active a:hover {
  color: #000;
  text-decoration: none;
}
#menu_list ul li.active a:hover::after {
  width: 100%;
}
.no-touch #menu_list ul li.active a:hover {
  color: #000;
  text-decoration: none;
}
.no-touch #menu_list ul li.active a:hover::after {
  width: 100%;
}

.menurow {
  padding: 40px 0 40px 0;
}

.menuspacer {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0 0 1px 0;
  float: left;
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.menuspacer::before {
  display: block;
  content: " ";
  width: 100%;
  height: auto;
  position: absolute;
  top: -5px;
  bottom: -5px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.menuspacer::after {
  display: block;
  content: " ";
  width: 100%;
  height: auto;
  position: absolute;
  top: -3px;
  bottom: -3px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.menuspacer span {
  width: 100%;
  height: auto;
  margin: 1px 0 0 0;
  padding: 0 0 1px 0;
  float: left;
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

ul.menu {
  list-style: none;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  clear: both;
  overflow-x: hidden;
}
ul.menu > li {
  width: 100%;
  height: auto;
  position: relative;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 0 0 1.4rem 0;
  padding: 0;
  letter-spacing: 0.08rem;
  line-height: 2rem;
  float: left;
  clear: both;
}
ul.menu > li::before {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #000;
  z-index: 1;
}
ul.menu > li span:nth-child(1) {
  display: inline-block;
  position: relative;
  padding-right: 0.8rem;
  background: #fff;
  z-index: 2;
}
ul.menu > li span:nth-child(2) {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding-left: 0.8rem;
  text-align: right;
  float: right;
  background: #fff;
  z-index: 2;
}
ul.menu > li span > sup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #b18e60;
}

ul.menu_fixed {
  list-style: none;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  clear: both;
  overflow-x: hidden;
}
ul.menu_fixed > li {
  width: 100%;
  height: auto;
  position: relative;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 0 1.4rem 0;
  padding: 0;
  letter-spacing: 0.08rem;
  line-height: 2rem;
  float: left;
  clear: both;
}
ul.menu_fixed > li sup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #b18e60;
}
ul.menu_fixed > li.spaced {
  margin: 0 0 2.6rem 0;
}
ul.menu_fixed.single > li {
  margin: 0 0 2.4rem 0;
}

figure.image_oyster {
  display: inline-block;
  width: 80%;
  max-width: 130px;
  height: auto;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  clear: both;
}
figure.image_oyster::before {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 71.4285714286%;
  background: url("../images/oyster.svg") center center no-repeat;
  background-size: 100% auto;
}

figure.image_lobster {
  display: inline-block;
  width: 80%;
  max-width: 170px;
  height: auto;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
}
figure.image_lobster::before {
  display: block;
  content: " ";
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 41.9230769231%;
  background: url("../images/lobster.png") center center no-repeat;
  background-size: 100% auto;
}

#menu_terms {
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  float: left;
  clear: both;
}

/* HAMPERS PAGE STYLES
=================================================================================== */
#hampers_row {
  text-align: center;
  padding: 90px 0 90px 0;
}
#hampers_row > .contents {
  width: 90%;
  max-width: 900px;
}

.textbox {
  padding: 0 0 20px 0;
}
.textbox > .contents {
  width: 90%;
  max-width: 620px;
}

/* TAKEAWAY PAGE STYLES
=================================================================================== */
#takeaway_row {
  text-align: center;
  padding: 0 0 90px 0;
}
#takeaway_row > .contents {
  width: 90%;
  max-width: 900px;
}

#flipdish {
  margin: 0 0 40px 0;
}
#flipdish > .contents {
  width: 90%;
  max-width: 90%;
}

/* CONTACT PAGE STYLES
=================================================================================== */
#googlemap {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: #f2f2f2;
}

ul.directions_form {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 10px 0 30px 0;
  padding: 0;
  float: left;
  clear: both;
}
ul.directions_form li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  clear: both;
}

input.inputbox {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: auto;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 1.6rem 2rem 1.6rem 2rem;
  text-align: center;
  letter-spacing: 0.08rem;
  line-height: 1.6rem;
  clear: both;
  background: #fff;
  border: 2px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.inputbox::-webkit-input-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.inputbox::-ms-input-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.inputbox:-ms-input-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.inputbox::-moz-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.inputbox:-moz-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.inputbox.placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}

ul.usefullinks {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
ul.usefullinks li {
  width: 100%;
  height: auto;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.6rem 0;
  padding: 0;
  letter-spacing: 0.08rem;
  line-height: 1.4rem;
  float: left;
  clear: both;
}
ul.usefullinks li > a {
  color: #000;
}

/* SUBSCRIBE BAR STYLES
=================================================================================== */
#subscribe_bar {
  margin: 40px 0 0 0;
  padding: 0;
}
#subscribe_bar > .contents {
  width: 100%;
  max-width: 100%;
}
#subscribe_bar .box_inner > .contents {
  width: 90%;
  max-width: 550px;
}

#subscribe_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 48px 0 54px 0;
  text-align: center;
  float: left;
  clear: both;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "subscribe_title subscribe_title" "subscribe_input subscribe_input" "subscribe_terms subscribe_button";
  grid-gap: 20px 10px;
}
#subscribe_grid #subscribe_title {
  grid-area: subscribe_title;
}
#subscribe_grid #subscribe_title > h3 {
  margin: 0 0 0.5rem 0;
}
#subscribe_grid #subscribe_input {
  grid-area: subscribe_input;
}
#subscribe_grid #subscribe_terms {
  grid-area: subscribe_terms;
}
#subscribe_grid #subscribe_button {
  grid-area: subscribe_button;
}
#subscribe_grid #subscribe_button button.btn {
  display: block;
  width: 90%;
  float: right;
  margin: 0;
}

input.subscribe_input {
  display: block;
  width: 100%;
  height: auto;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 1.6rem 2rem 1.6rem 2rem;
  text-align: center;
  letter-spacing: 0.08rem;
  line-height: 1.6rem;
  clear: both;
  background: #fff;
  border: 2px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.subscribe_input::-webkit-input-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.subscribe_input::-ms-input-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.subscribe_input:-ms-input-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.subscribe_input::-moz-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.subscribe_input:-moz-placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}
input.subscribe_input.placeholder {
  color: inherit;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
}

/* Custom Checkbox */
label.checkbox {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0 0 0 3.3rem;
  text-align: left;
  letter-spacing: 0.03rem;
  line-height: 2rem;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input#cm-privacy-consent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

span.check {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: #fff;
  border: 2px solid #ddd;
  cursor: pointer;
  z-index: 2;
}
span.check::after {
  display: none;
  content: " ";
  width: 6px;
  height: 11px;
  position: absolute;
  top: 2px;
  left: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}

input#cm-privacy-consent:checked ~ span.check {
  background: #000;
  border: 2px solid #000;
}

input#cm-privacy-consent:checked ~ span.check:after {
  display: block;
}

/* TERMS PAGES
=================================================================================== */
#terms_row {
  padding: 70px 0 70px 0;
  text-align: left;
}
#terms_row > .contents {
  width: 90%;
  max-width: 800px;
}

/* CAREERS PAGE
=================================================================================== */
#careers_row {
  padding: 70px 0 70px 0;
  text-align: left;
}
#careers_row > .contents {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
#careers_row .careers_images {
  margin: 2.4rem 0 2.8rem 0;
}
#careers_row .careers_button {
  text-align: center;
}
#careers_row .h2 {
  text-align: center;
}
#careers_row .h2 h2 {
  margin: 2.4rem 0 2.4rem 0;
}
#careers_row .apply_now {
  text-align: center;
  font-weight: bold;
}
#careers_row #careers_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 4rem 0;
  float: left;
  clear: both;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 30px 50px;
}
#careers_row .accordion {
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.8rem;
  transition: 0.4s;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  color: black;
  font-weight: bolder;
  margin: 0px;
  border-bottom: 1px solid black;
}
#careers_row .accordion.active {
  border-bottom: none;
}
#careers_row .accordion:after {
  content: "+";
  color: black;
  font-weight: bold;
  font-size: 3rem;
  float: right;
  margin-left: 15px;
}
#careers_row .active:after {
  content: "−";
}
#careers_row .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#careers_row .panel ul li:first-child {
  padding: 10px 0 0 0;
}

/* FOOTER
=================================================================================== */
footer#globalfooter {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 1;
}

#footer_row_01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0 60px 0;
  float: left;
  clear: both;
}
#footer_row_01 > .contents {
  width: 94%;
  max-width: 1400px;
}

#footer_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "address logo links";
  grid-gap: 40px 20px;
}
#footer_grid #address {
  grid-area: address;
  text-align: left;
}
#footer_grid #logo {
  grid-area: logo;
  text-align: center;
}
#footer_grid #logo > ul.social_icons {
  margin: 40px 0 0 0;
}
#footer_grid #logo > ul.social_icons li {
  margin: 0 12px 0 12px;
}
#footer_grid #links {
  grid-area: links;
  text-align: right;
}

ul.footer_links {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 38px 0 0 0;
  padding: 0;
  float: left;
  clear: both;
}
ul.footer_links li {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0 1.2rem 1.2rem 1.2rem;
  padding: 0;
  letter-spacing: 0.08rem;
  line-height: 1.4rem;
}
ul.footer_links li > a {
  color: #000;
}

a#footer_logo {
  display: inline-block;
  width: 90%;
  max-width: 290px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
  clear: both;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a#footer_logo::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 21.3793103448%;
  float: left;
  clear: both;
  background: url(../images/ondine_logo_new.svg) center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a#footer_logo:hover {
  text-decoration: none;
}
.no-touch a#footer_logo:hover {
  text-decoration: none;
}
.no-touch a#footer_logo:hover::before {
  -webkit-transform: scale(0.97, 0.97);
  -moz-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  -o-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

a#national_restaurant_awards {
  display: inline-block;
  width: 84%;
  max-width: 250px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
  clear: both;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a#national_restaurant_awards::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 38.9548693587%;
  float: left;
  clear: both;
  background: url(../images/national_restaurant_awards.svg) center center no-repeat;
  background-size: 100% auto;
}

#footer_row_02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px 0 12px 0;
  float: left;
  clear: both;
  background: #ddd;
}
#footer_row_02 > .contents {
  width: 94%;
  max-width: 94%;
}
#footer_row_02 .column_one {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
#footer_row_02 .column_two {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  float: left;
  display: inline;
}

/* MODAL STYLES
=================================================================================== */
#booking_modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 200;
}
#booking_modal > .modal_table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 200;
}
#booking_modal > .modal_table > .modal_table_content {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#booking_modal > .modal_table > .modal_table_content > .contents {
  max-width: 540px;
}
#booking_modal a.close {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 0 5px 10px;
  padding: 0;
  text-decoration: none;
  float: left;
  clear: both;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#booking_modal a.close::before {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  outline: 1px solid transparent;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#booking_modal a.close::after {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  outline: 1px solid transparent;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#booking_modal iframe {
  display: block;
  width: 100%;
  max-width: 540px;
  height: 640px;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  border: none;
}

#notification_modal {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 200;
}
#notification_modal > .modal_table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 200;
}
#notification_modal > .modal_table > .modal_table_content {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#notification_modal > .modal_table > .modal_table_content > .contents {
  max-width: 700px;
}
#notification_modal > .modal_table > .modal_table_content > .contents img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#notification_modal .modaltext {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  clear: both;
  background: #fff;
}
#notification_modal .modaltext .modaltext_inner {
  width: 90%;
  max-width: 90%;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  clear: both;
  z-index: 2;
}
#notification_modal .modaltext .modaltext_inner::before {
  display: table;
  content: " ";
}
#notification_modal .modaltext .modaltext_inner::after {
  display: table;
  content: " ";
  clear: both;
}
#notification_modal a.close {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 0 5px 10px;
  padding: 0;
  text-decoration: none;
  float: left;
  clear: both;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#notification_modal a.close::before {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  outline: 1px solid transparent;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#notification_modal a.close::after {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  outline: 1px solid transparent;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@supports not ((-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))) {
  #booking_modal,
  #notification_modal {
    background: rgba(0, 0, 0, 0.9);
  }
}
/* IE CLEAR FIX CLASS
=================================================================================== */
.clear {
  display: block;
  width: 100%;
  position: relative;
  height: 0 !important;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  float: left;
  clear: both;
}

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

/*.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}*/
/* TYPOGRAPHY
=================================================================================== */
h1, h2, h3, h4, h5, h6, p {
  text-rendering: optimizelegibility;
  clear: both;
}

/* H1 */
h1, .h1 {
  font-family: gill-sans-nova, Arial, Helvetica, sans-serif;
  font-size: 7.8rem;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.4rem;
  line-height: 6.8rem;
}
h1.shadow, .h1.shadow {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
h1.small, .h1.small {
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  margin: 0 0 1.6rem 0;
  padding: 0;
  letter-spacing: 0.45rem;
  line-height: 2.6rem;
}

/* H2 */
h2, .h2 {
  font-family: gill-sans-nova-shadowed-outl, Arial, Helvetica, sans-serif;
  font-size: 3.8rem;
  color: #b18e60;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2.8rem 0;
  padding: 0;
  letter-spacing: 0.6rem;
  line-height: 4.8rem;
}
h2.margin40, .h2.margin40 {
  margin: 0 0 4rem 0;
}
h2.margin15, .h2.margin15 {
  margin: 0 0 1.5rem 0;
}
h2.medium, .h2.medium {
  font-family: gill-sans-nova-shadowed-outl, Arial, Helvetica, sans-serif;
  font-size: 4.6rem;
  margin: 0 0 2.4rem 0;
  letter-spacing: 0.6rem;
  line-height: 5.2rem;
}
h2.small, .h2.small {
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  margin: 0 0 1.6rem 0;
  letter-spacing: 0.45rem;
  line-height: 2.6rem;
}
.linkbox_text h2, .linkbox_text .h2 {
  font-family: gill-sans-nova, Arial, Helvetica, sans-serif;
  font-size: 4.8rem;
  color: #fff;
  margin: 0;
  letter-spacing: 0.3rem;
  line-height: 5.2rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
#terms_row h2, #terms_row .h2 {
  font-size: 2.8rem;
  margin: 0 0 2.2rem 0;
  letter-spacing: 0.3rem;
  line-height: 3.8rem;
}

/* H3 */
h3, .h3 {
  font-family: gill-sans-nova-shadowed-outl, Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  color: #b18e60;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2.8rem 0;
  padding: 0;
  letter-spacing: 0.4rem;
  line-height: 4.2rem;
}
h3.nomargin, .h3.nomargin {
  margin: 0;
}
#terms_row h3, #terms_row .h3 {
  font-size: 2.4rem;
  margin: 0 0 1.4rem 0;
  letter-spacing: 0.3rem;
  line-height: 3.4rem;
}

/* H4 */
h4, .h4 {
  font-family: gill-sans-nova-shadowed-outl, Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  color: #b18e60;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.8rem 0;
  padding: 0;
  letter-spacing: 0.3rem;
  line-height: 3rem;
}
#terms_row h4, #terms_row .h4 {
  font-size: 2rem;
  color: #000;
  margin: 0 0 1.2rem 0;
  letter-spacing: 0.3rem;
  line-height: 2.8rem;
}

/* H5 */
h5, .h5 {
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 0.8rem 0;
  padding: 0;
  letter-spacing: 0.2rem;
  line-height: 2.8rem;
}

/* H6 */
/* P */
p {
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.8rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 2.8rem;
}
p.medium {
  font-size: 1.8rem;
  margin: 0 0 2.8rem 0;
}
p.xsmall {
  font-size: 1.4rem;
  margin: 0;
  line-height: 2rem;
}
#footer_row_01 p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 1.9rem 0;
  letter-spacing: 0;
  line-height: 2.8rem;
}
p strong {
  font-weight: 700;
}

.text_black {
  color: #000 !important;
}

.text_white {
  color: #fff !important;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 0.1rem solid #ccc;
  margin: 1.4rem 0 1.4rem 0;
  padding: 0;
  text-align: left;
}

/* ALIGN */
.justify {
  text-align: justify !important;
  text-justify: inter-word !important;
}

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

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

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

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.center img {
  display: inline-block;
}

/* TRANSFORM */
.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
  text-decoration: none;
}

/* Google Maps Popup Text Colour */
.gm-style-iw {
  color: #000;
}

/* LIST STYLES
=================================================================================== */
ul, ol, dl {
  margin: 0 0 18px 0;
  padding: 0;
}

ul {
  list-style: disc;
  margin: 0 0 1.8rem 1.8rem;
}

ul li, ol li, dl dt, dl dd {
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.4rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 2.4rem;
  vertical-align: top;
}

dl dt {
  font-family: "myriad-pro-n7", "myriad-pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 5px 0;
}

/* LINKS
=================================================================================== */
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.no-touch a:hover {
  color: #000;
  text-decoration: underline;
}
a img {
  border: 0;
}

a[href^=tel], a[href^=sms] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

a[x-apple-data-detectors] {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}

/* Disable Link CSS + <a href="/" onclick="return false;" class="disabled">123n</a> */
a.disabled {
  pointer-events: none !important;
  cursor: default !important;
}

/* General Button */
a.btn,
button.btn {
  display: inline-block;
  min-width: 160px;
  width: auto;
  height: auto;
  position: relative;
  font-family: pt-sans, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin: 1.8rem 0 0 0;
  padding: 1.4rem 3.8rem 1.4rem 4.1rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.3rem;
  line-height: 1.6rem;
  clear: both;
  background: transparent;
  border: 2px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
}
a.btn.m0,
button.btn.m0 {
  margin: 0 0 1.2rem 0;
}
a.btn::before,
button.btn::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #000;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
a.btn:hover,
button.btn:hover {
  color: #000;
  text-decoration: none;
}
.no-touch a.btn:hover,
.no-touch button.btn:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.btn:hover::before,
.no-touch button.btn:hover::before {
  height: 100%;
}
a.btn.white,
button.btn.white {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}
a.btn.white:hover,
button.btn.white:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.btn.white:hover,
.no-touch button.btn.white:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.btn.white:hover::before,
.no-touch button.btn.white:hover::before {
  height: 100%;
}

/* Turns Text Overflow to ellipsis ... KEEP AT BOTTOM OF A-TAGS */
.ellipsis a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* FORM STYLES
=================================================================================== */
/*input.contact_input,
textarea.contact_input {
	display: block;
	width: 100%;
	height: auto;
	font-family: $Arial;
	font-size: 1.4rem;
	color: #a29061;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	padding: 1.5rem 2rem 1.5rem 2rem;
	letter-spacing: 0;
	line-height: 1.4rem;
	float: left;
	clear: both;
	background: #fff;
	border: 1px solid #fff;
	@include border-radius(0);
	@include appearance(none);
	@include input-placeholder {
		color: #a29061;
		letter-spacing: 0;
		line-height: 1.4rem;
	}
}

textarea.contact_input {
	height: 150px;
	max-height: 150px;
}*/
input,
input[type=text],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
select,
html [type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
}

input[type=radio] {
  padding: 0;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

input[type=checkbox] {
  padding: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

:focus {
  outline: 0;
}

[hidden] {
  display: none !important;
}

input.error {
  border-color: #ff0000 !important;
}

textarea.error {
  border-color: #ff0000 !important;
}

select.error {
  border-color: #ff0000 !important;
}

/* Google reCAPTCHA V2 */
@media only screen and (max-width: 479px) {
  #rc-imageselect, .g-recaptcha {
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -ms-transform: scale(0.84);
    -o-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

/* PLACEHOLDER STYLES
=================================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input.placeholder,
textarea.placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input:focus.placeholder,
textarea:focus.placeholder {
  opacity: 0;
}

/* IMAGE STYLES
=================================================================================== */
img {
  vertical-align: top;
  border-style: none;
}

.imgfloatleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

.imgfloatright {
  float: right;
  margin: 0 0 1rem 1rem;
}

/* If using a google map */
/*#googlemap img {
	max-width: inherit !important;
}*/
/* PARALLAX IMAGES */
/*figure.parallax {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: cp(height,width);
	float: left;
	clear: both;
	overflow: hidden;
	z-index: 2;

	&::before {
		display: block;
		content: " ";
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		will-change: transform;
		background: url("../images/.jpg") center center no-repeat;
		@include background-size(cover !important);
		@include backface-visibility(hidden);
		z-index: -1;
	}

}*/
/* RESPONSIVE VIDEO EMBED STYLES
=================================================================================== */
.video_embed {
  width: 100%;
  height: 0;
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 56.25%;
  /*padding-bottom: (9/16) * 100%;*/ /* = 56.25% */
  /*padding-bottom: 56.25%;*/ /* 16by9 YouTube/Vimeo */
  /*padding-bottom: 42.857143%;*/ /* 21by9 */
  /*padding-bottom: 75%;*/ /*4by3*/
  /*padding-bottom: 100%;*/ /*1by1*/
  float: left;
  clear: both;
  overflow: hidden;
}

.video_embed iframe,
.video_embed object,
.video_embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1;
}

/* SLICK SLIDER 100% HEIGHT - slick
=================================================================================== */
/*.slider {
	width: 100%;
	height: 100% !important;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;

	& .slide {
		width: 100%;
		height: 100% !important;
		position: relative;
		margin: 0;
		padding: 0;
	}

	& .slick-slider,
	& .slick-list,
	& .slick-track,
	& .slick-slide {
		height: 100% !important;
	}

	& .slick-slide > div {
		height: 100%;
	}

	& .slide_table {
		display: table;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		float: left;
		clear: both;

		& .slide_tablecell {
			display: table-cell;
			width: 100%;
			height: 100%;
			position: relative;
			margin: 0;
			padding: 0;
			vertical-align: middle;
		}

	}

}*/
/* TABLES
=================================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*table {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

tr:nth-child(odd) {
	background: #27343e;
}

tr:nth-child(even) {
	background: #12181d;
}

td {
	padding: 0;
	vertical-align: middle;
}*/
/*table.general {
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

table.general th,
table.general td {
	font-family: $Arial;
	font-size: 1.2em;
	color: #7b8388;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 8px 16px 8px 16px;
	line-height: 1.2em;
	border: 1px solid #ddd;
	vertical-align: middle;
}

table.general th.transparent {
	background: none;
	border: none;
}

table.general th {
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 9px 16px 9px 16px;
	background: #142530;
	border: 1px solid rgba(255,255,255,0.10);
}

table.general tr:nth-child(odd) {
	background: rgba(0,0,0,0.05);
}

table.general tr:hover {
	background: rgba(0,0,0,0.07);
}*/
/* OUTDATED BROWSER WARNING!
=================================================================================== */
#outdated_browser {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 3rem 2rem 3rem 2rem;
  text-align: center;
  background: #df374b;
  z-index: 5000;
}
#outdated_browser > .contents {
  width: 90%;
  max-width: 750px;
}

@supports not (display: grid) {
  #outdated_browser {
    display: block;
  }
}
#outdated_browser h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 1.2rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 2.8rem;
  text-align: center;
}

#outdated_browser p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 2.1rem;
  text-align: center;
}

/* NO JAVASCRIPT WARNING!
=================================================================================== */
html.js #noscript_warning {
  display: none;
}

html.no-js #noscript_warning {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 3rem 2rem 3rem 2rem;
  text-align: center;
  background: #f2db4f;
  z-index: 5000;
}

#noscript_warning h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2rem;
  color: #212121;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 1rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 2.2rem;
  text-align: center;
}

#noscript_warning p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #212121;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.7rem;
  text-align: center;
}

/* RESPONSIVE STYLES
=================================================================================== */
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

img.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  /*display: block;
  width: 100%;
  max-width: 100%;
  height: auto;*/
}

/* Visible */
.visible_desktop {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop {
    display: none !important;
  }
}

.visible_desktop_tablet_land {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_desktop_tablet_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}

.visible_desktop_tablet {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .visible_desktop_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop_tablet {
    display: none !important;
  }
}

.visible_tablet {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet {
    display: none !important;
  }
}

.visible_tablet_land {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_land {
    display: none !important;
  }
}

.visible_tablet_port {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_port {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_port {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_port {
    display: none !important;
  }
}

.visible_tablet_phone {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}

.visible_phone {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone {
    display: inline-block !important;
  }
}

.visible_phone_land {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone_land {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone_land {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone_land {
    display: none !important;
  }
}

.visible_phone_port {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone_port {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone_port {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone_port {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone_port {
    display: inline-block !important;
  }
}

/*.visible_desktop_tablet { display: inline-block !important; }
.visible_desktop { display: inline-block !important; }
.visible_tablet { display: none !important; }
.visible_tablet_land { display: none !important; }
.visible_tablet_port { display: none !important; }
.visible_phone { display: none !important; }
.visible_phone_land { display: none !important; }
.visible_phone_port { display: none !important; }
.visible_tablet_phone { display: none !important; }*/
/* Hidden */
.hidden_desktop {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}

.hidden_desktop_tablet {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_desktop_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_desktop_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_desktop_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_desktop_tablet {
    display: inline-block !important;
  }
}

.hidden_tablet {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_tablet {
    display: inline-block !important;
  }
}

.hidden_tablet_phone {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}

.hidden_phone {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone {
    display: none !important;
  }
}

.hidden_phone_land {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}

.hidden_phone_port {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone_port {
    display: none !important;
  }
}

/*.hidden_desktop_tablet { display: none !important; }
.hidden_desktop { display: none !important; }
.hidden_tablet { display: inline-block !important; }
.hidden_phone { display: inline-block !important; }
.hidden_tablet_phone { display: inline-block !important; }*/
/* GENERAL PRINT CSS
============================================================================================================================ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* RESPONSIVE CSS DOCUMENT */
/* for device = max-device-width */
/* LARGE DESKTOP - ABOVE 1300PX
=================================================================================== */
@media only screen and (min-width: 1281px) {
  /* Styles */
}
/* IPAD/TABLET (LANDSCAPE)
=================================================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Menus */
  #menus_grid {
    grid-gap: 20px 30px;
  }
  /* Home */
  #introduction_grid {
    grid-gap: 20px 30px;
  }
  /* Typography */
  .linkbox_text h2, .linkbox_text .h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
/* IPAD/TABLET/IPHONE XR (PORTRAIT)
=================================================================================== */
@media only screen and (max-width: 1023px) {
  /* Header */
  header#globalheader .contents {
    padding: 0 30px 0 30px;
  }
  #header_grid {
    grid-template-columns: 1fr 240px 1fr;
  }
  header#globalheader.scroll #main_logo > a {
    max-width: 200px;
  }
  ul.social_icons > li {
    margin: 0 0 0 18px;
  }
  /* Home */
  #introduction_grid {
    grid-gap: 20px 30px;
  }
  /* Menus */
  #menus_grid {
    grid-gap: 20px 10px;
  }
  /* Footer */
  #footer_grid {
    grid-template-columns: 1fr;
    grid-template-areas: "links" "logo" "address";
  }
  #footer_grid #address {
    grid-area: address;
    text-align: center;
  }
  #footer_grid #logo {
    grid-area: logo;
    text-align: center;
  }
  #footer_grid #links {
    grid-area: links;
    text-align: center;
  }
  /* Typography */
  .linkbox_text h2, .linkbox_text .h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
/* IPHONE/MOBILE (LANDSCAPE)
=================================================================================== */
@media only screen and (max-width: 767px) {
  /* Header */
  header#globalheader {
    height: 90px;
  }
  header#globalheader.scroll {
    height: 68px;
  }
  header#globalheader .contents {
    padding: 0 30px 0 30px;
  }
  #header_grid {
    grid-template-columns: 1fr 220px 1fr;
  }
  #header_grid > #social ul.social_icons li.hideme {
    display: none;
  }
  header#globalheader.scroll #main_logo > a {
    max-width: 180px;
  }
  /* Nav */
  nav#main #nav_tb #nav_tbc {
    padding: 130px 30px 60px 30px;
  }
  /* Main Image */
  #main_image {
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: -o-calc(100% - 90px);
    height: calc(100% - 90px);
    max-height: 570px;
    margin: 90px 0 0 0;
  }
  /* Home */
  #introduction {
    padding: 70px 0 70px 0;
  }
  #introduction.shorter {
    padding: 70px 0 40px 0;
  }
  #introduction_grid {
    grid-template-columns: 1fr;
    grid-gap: 30px 0;
  }
  #nav_grid {
    grid-template-columns: 1fr;
    grid-gap: 14px 0;
  }
  .textrow > .contents {
    column-count: 1;
    column-gap: 0;
  }
  /* Menus */
  #menus_row {
    padding: 70px 0 70px 0;
  }
  #menus_grid {
    grid-template-columns: 1fr;
    grid-gap: 30px 0;
  }
  /* Footer */
  ul.footer_links li {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  #footer_row_02 {
    padding: 18px 0 16px 0;
  }
  #footer_row_02 .column_one, #footer_row_02 .column_two {
    width: 100%;
    text-align: center;
    clear: both;
  }
  #footer_row_02 .column_two {
    margin: 10px 0 0 0;
  }
  /* Typography*/
  h1, .h1 {
    font-size: 4.2rem;
    letter-spacing: 0.6rem;
    line-height: 5.6rem;
  }
  h2, .h2 {
    font-size: 3.2rem;
    letter-spacing: 0.4rem;
    line-height: 4.2rem;
  }
  .linkbox_text h2, .linkbox_text .h2 {
    font-size: 3.4rem;
    letter-spacing: 0.5rem;
    line-height: 4.2rem;
  }
}
/* IPHONE/MOBILE (PORTRAIT)
=================================================================================== */
@media only screen and (max-width: 479px) {
  /* Header */
  header#globalheader .contents {
    padding: 0 20px 0 20px;
  }
  #header_grid {
    grid-template-columns: 1fr 170px 1fr;
  }
  header#globalheader.scroll #main_logo > a {
    max-width: 170px;
  }
  /* Nav */
  nav#main {
    width: 100%;
  }
  /* Home */
  .imagegrid.x2, .imagegrid.x3 {
    grid-template-columns: 1fr;
  }
  /* Careers */
  #careers_row .accordion {
    font-size: 1.4rem;
  }
  #careers_row .accordion:after {
    margin-left: 0px;
  }
  #careers_row #careers_grid {
    font-size: 1.2rem;
  }
  /* Subscribe Bar */
  #subscribe_bar h3 {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
    line-height: 3.8rem;
  }
  #subscribe_grid {
    grid-template-columns: 1fr;
    grid-template-areas: "subscribe_title" "subscribe_input" "subscribe_terms" "subscribe_button";
    grid-gap: 24px 0;
  }
  #subscribe_grid #subscribe_button button.btn {
    width: 100%;
  }
  /* Footer */
  ul.footer_links li {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 1.8rem 0;
    line-height: 1.6rem;
  }
  a#national_restaurant_awards {
    width: 70%;
  }
}
