/*===========================================================================
  SCSS
===========================================================================*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Vendor Prefixes MIXIN - USE - @include vendor-prefix('transition', 'all 0.2s ease-in-out'); */
/* Breakpoints MIXIN - USE - @include breakpoint-max-($tabletScreen); */
/* Vertical Align MIXIN - USE - @include vertical-align; */
/* Cross Browser Inline-Block MIXIN */
/* Cross Browser Opactity MIXIN */
/* Clearfix MIXIN */
/* FONTS */
p {
  margin: 0 0 1em 0;
}

h1, h2, h3, h4 {
  margin: 0 0 1em 0;
  font-weight: inherit;
  line-height: 1.2em;
}

h1 {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 2.3em;
  color: #B8222F;
}

h2 {
  font-size: 2em;
  color: #B8222F;
}

h3 {
  font-size: 1.7em;
  color: #B8222F;
}

h4 {
  font-size: 1.3em;
  color: #B8222F;
}

h5 {
  font-size: 1em;
  color: #B8222F;
}

h6 {
  font-size: 1em;
  color: #B8222F;
}

small, .font_small {
  font-size: 0.8em;
}

blockquote {
  font-size: 1.3em;
  font-style: italic;
  color: #cccccc;
}

strong {
  font-weight: 700;
}

/* List Styles */
ul, li, ol {
  padding-left: 0;
  list-style: none;
}

/* List Styles */
ul, li, ol {
  padding-left: 0;
  list-style: none;
}

.single .bullets li,
.page .bullets li {
  padding: 0 0 0 1em;
  text-indent: -1.2em;
  font-style: normal;
  font-weight: 400;
  color: #a9a9a9;
}

.single .bullets li:before,
.page .bullets li:before {
  color: #B8222F;
  content: "\2022";
  font-size: 1.5em;
  padding-right: 0.4em;
  position: relative;
  top: 0.15em;
}

/* Page & Post Content Bullet Points */
.hentry ul li {
  padding: 0 0 0 1em;
  text-indent: -1.2em;
  font-style: normal;
  font-weight: 400;
  color: #a9a9a9;
}

.hentry ul li:before {
  color: #B8222F;
  content: "\2022";
  font-size: 1.5em;
  padding-right: 0.4em;
  position: relative;
  top: 0.15em;
}

.accordion .intro p {
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
}

.accordion-header {
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  font-size: 22px;
  line-height: 28px;
  padding: 35px 30px 0px 0px;
  margin: 0px;
  cursor: pointer;
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .accordion-header {
    font-size: 18px;
    line-height: 24px;
  }
}

.accordion-header .divider {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
}

.accordion-header .divider img {
  width: 100%;
}

.active-header {
  background: url(../img/minus.png) 100% 100% no-repeat;
  text-transform: none;
  color: #FFF;
}

.active-header:hover {
  background: url(../img/minus.png) 100% 100% no-repeat;
  color: #f0007e;
}

.inactive-header {
  background: url(../img/plus.png) 100% 100% no-repeat;
  color: #FFF;
}

.inactive-header:hover {
  background: url(../img/plus.png) 100% 100% no-repeat;
  color: #f0007e;
}

.accordion-content {
  display: none;
  padding: 20px 100px 0 0;
  width: 100% !important;
}

@media only screen and (max-width: 568px) {
  .accordion-content {
    padding: 20px 0 0 0;
  }
}

.accordion-content p {
  color: #FFF;
  font-size: 18px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 568px) {
  .accordion-content p {
    font-size: 15px;
    line-height: 21px;
  }
}

.accordion-content p a {
  color: #ffe912;
}

.accordion-content p a:hover {
  text-decoration: none;
}

.accordion-content .apply-button {
  margin: 0 0 50px;
}

.accordion-content .apply-button a {
  background: #ffe912;
  color: #000;
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.accordion-content .apply-button a:hover {
  background: #4ccaf5;
}

/*
body.page-template-page-careers .accordion {
	border-bottom: 1px solid #5a5a5a;
	padding: 0 0 80px;
}

body.page-template-page-careers .accordion-header {
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	font-size: 22px;
	line-height: 28px;
	padding: 15px 30px 15px 0px;
	border-top: 1px solid $cyan;
	margin: 0px;
	cursor: pointer;
}
*/
.back {
  font-size: 14px;
  line-height: 90px;
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  position: fixed;
  top: 0px;
  right: 50px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .back {
    display: none;
  }
}

.back a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 0 0 15px;
  display: inline-block;
  background: url(../img/dropdown-arrow-left.png) 0% 48% no-repeat;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.back a:hover {
  color: #4ccaf5;
}

@media only screen and (max-width: 1211px) {
  .back {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    line-height: 40px !important;
    text-align: center;
  }
}

.year-panel {
  float: left;
  width: 50%;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 2;
  background: black;
  padding: 0 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.year-panel:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1211px) {
  .year-panel:hover {
    background: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 1211px) {
  .year-panel {
    padding: 200px 0px 0 0px;
  }
}

@media only screen and (max-width: 568px) {
  .year-panel {
    float: none;
    width: 100%;
    height: auto;
    padding: 160px 20px 0 20px;
    background: rgba(0, 0, 0, 0);
  }
}

.year-panel .year-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1211px) {
  .year-panel .year-content {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.year-panel .year-content p {
  color: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 45px;
  margin: 0 0 18px;
  padding: 0;
}

@media only screen and (max-width: 1211px) {
  .year-panel .year-content p {
    font-size: 24px;
    line-height: normal;
    margin: 0 0 10px;
  }
}

.year-panel .year-content .year {
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 140px;
  line-height: 125px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1211px) {
  .year-panel .year-content .year {
    font-size: 12vw;
    line-height: normal;
  }
}

.year-panel .year-content .year-address {
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 0 50px;
}

@media only screen and (max-width: 768px) {
  .year-panel .year-content .year-address br {
    display: none !important;
  }
}

.year-panel .year-content .button {
  display: inline-block;
}

.year-panel .year-content .button a {
  display: block;
  color: #000;
  background: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  padding: 15px 30px 10px 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.year-panel .year-content .button a:hover {
  background: #4ccaf5;
}

.full-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/booking-full-background-new.jpg) center center no-repeat;
  background-size: cover;
  z-index: 1;
}

.contact-content {
  background: url("../img/speckles.gif") top center no-repeat;
  background-size: cover;
  padding: 150px 0 0 0;
}

.contact-content .contact-title {
  display: block;
  width: 100%;
}

.contact-content .contact-title h1 {
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 86px;
  line-height: normal;
  background: #4ccaf5;
  display: inline-block;
  padding: 15px 30px 10px 30px;
  transform: rotate(-2deg);
}

.contact-content-left {
  float: left;
  width: 45%;
  margin: 0 0 100px;
  *zoom: 1;
}

.contact-content-left:before, .contact-content-left:after {
  content: " ";
  display: table;
}

.contact-content-left:after {
  clear: both;
}

@media only screen and (max-width: 768px) {
  .contact-content-left {
    float: none;
    width: 100%;
  }
}

.contact-content-left h2 {
  color: #ffe912;
  font-size: 42px;
  line-height: 50px;
  margin: 0 0 30px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-content-left h3 {
  color: #4ccaf5;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
}

.contact-content-left p {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 35px;
  color: #FFF;
}

@media only screen and (max-width: 568px) {
  .contact-content-left p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 15px;
  }
}

.contact-content-left p span {
  color: #4ccaf5;
}

.contact-content-left p a {
  color: #ffe912;
}

.contact-content-left p a:hover {
  text-decoration: none;
}

.contact-content-left .contact-links p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
  color: #FFF;
  font-weight: 400;
}

@media only screen and (max-width: 568px) {
  .contact-content-left .contact-links p {
    font-size: 15px;
    line-height: 21px;
  }
}

.contact-content-left .contact-links .button1 {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
}

.contact-content-left .contact-links .button1 a {
  background: #f0007e;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.contact-content-left .contact-links .button1 a:hover {
  background: #e9005e;
}

.contact-content-left .contact-links .button2 {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
}

.contact-content-left .contact-links .button2 a {
  background: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.contact-content-left .contact-links .button2 a:hover {
  background: #e9005e;
}

.contact-content-left .contact-links .button3 {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
}

.contact-content-left .contact-links .button3 a {
  background: #4ccaf5;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.contact-content-left .contact-links .button3 a:hover {
  background: #e9005e;
}

.contact-content-left .contact-links .button4 {
  float: left;
  display: inline-block;
}

.contact-content-left .contact-links .button4 a {
  background: #f0007e;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.contact-content-left .contact-links .button4 a:hover {
  background: #e9005e;
}

.contact-content-right {
  float: right;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .contact-content-right {
    float: none;
    width: 100%;
  }
}

.contact-content-right h2 {
  color: #ffe912;
  font-size: 42px;
  line-height: 50px;
  margin: 0 0 30px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.contact-content-right ul {
  margin: 0;
  padding: 0;
}

.contact-content-right ul li {
  border-bottom: 1px solid #FFF;
  margin: 0 0 15px;
  padding: 0 0 5px 0;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  width: 100%;
  color: #FFF;
}

@media only screen and (max-width: 568px) {
  .contact-content-right ul li {
    font-size: 15px;
    font-weight: 400;
  }
}

.contact-content-right ul li span {
  float: right;
  color: #FFF;
}

.contact-content-right ul li span span {
  float: none;
  color: #4ccaf5;
}

.social-links {
  background: url(../img/social-background.jpg) center center no-repeat;
  background-size: cover;
  padding: 250px 0;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .social-links {
    padding: 100px 20px;
  }
}

.social-links h2 {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 30px;
  color: #4ccaf5;
}

.social-links h3 {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 96px;
  line-height: 106px;
  margin: 0 0 30px;
  color: #FFF;
}

@media only screen and (max-width: 1211px) {
  .social-links h3 {
    font-size: 8vw;
    line-height: normal;
  }
}

.social-links ul {
  margin: 0;
  padding: 0;
}

.social-links ul li {
  display: inline-block;
  margin: 0 5px;
}

.social-links ul li a {
  display: block;
  width: 80px;
  padding: 18px 0;
  font-size: 50px;
  background: #ffe912;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.social-links ul li a:hover {
  background: #4ccaf5;
}

@media only screen and (max-width: 768px) {
  .social-links ul li a {
    width: 40px;
    padding: 8px 0;
    font-size: 25px;
  }
}

.social-links .mask {
  background: url(../img/course-list-footer.png) bottom center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.map-wrapper {
  padding: 120px 0;
  position: relative;
  border-bottom: 1px solid #5a5a5a;
  background: url("../img/speckles.gif") top center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .map-wrapper {
    padding: 120px 0 60px 0;
  }
}

.map-wrapper .mask {
  background: url(../img/menu-section-header.png) bottom center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.map-wrapper .map-left {
  float: left;
  width: 45%;
  padding: 50px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .map-wrapper .map-left {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 50px;
  }
}

.map-wrapper .map-left h3 {
  color: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  margin: 0 0 30px;
}

.map-wrapper .map-left p {
  color: #FFF;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 30px;
}

@media only screen and (max-width: 568px) {
  .map-wrapper .map-left p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 1211px) {
  .map-wrapper .map-left p br {
    display: none;
  }
}

.map-wrapper .map-left .map-link {
  margin: 0 0 90px;
}

.map-wrapper .map-left .map-link a {
  color: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.map-wrapper .map-left .map-link a:hover {
  color: #FFF;
}

.map-wrapper .map-right {
  float: right;
  width: 50%;
  height: 620px;
}

@media only screen and (max-width: 768px) {
  .map-wrapper .map-right {
    float: none;
    width: 100%;
    height: 400px;
  }
}

.map-wrapper .map-right #map_canvas {
  width: 100%;
  height: 620px;
}

@media only screen and (max-width: 768px) {
  .map-wrapper .map-right #map_canvas {
    height: 400px;
  }
}

.course-carousel {
  position: relative;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .course-carousel {
    height: 350px;
  }
}

.course-carousel .course-carousel-content {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -35%;
  width: 70%;
  text-align: center;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .course-carousel .course-carousel-content {
    top: 100px;
  }
}

.course-carousel .course-carousel-content .message1 {
  background: #4ccaf5;
  color: #000;
  display: inline-block;
  line-height: normal;
  padding: 20px 50px 10px 50px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 90px;
}

@media only screen and (max-width: 568px) {
  .course-carousel .course-carousel-content .message1 {
    font-size: 12vw;
    padding: 15px 30px 10px 30px;
  }
}

.course-carousel .course-carousel-content .message2 {
  background: #000;
  background: #ffe912;
  display: inline-block;
  line-height: normal;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.course-carousel .course-carousel-content .message2 a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 15px 30px 15px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.course-carousel .course-carousel-content .message2 a:hover {
  background: #FFF;
}

.course-carousel ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .course-carousel ul {
    height: 350px;
  }
}

.course-carousel ul li {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .course-carousel ul li {
    height: 350px;
  }
}

.course-intro {
  padding: 120px 0;
  background: url("../img/speckles.gif") top center no-repeat;
  background-size: cover;
}

.course-intro .course-intro-left {
  float: left;
  width: 50%;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 768px) {
  .course-intro .course-intro-left {
    float: none;
    width: 100%;
  }
}

.course-intro .course-intro-left h2 {
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 80px;
  margin: 0 0 20px;
}

.course-intro .course-intro-left h2 span {
  background: #4ccaf5;
  display: inline-block;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px;
  color: #000;
  position: relative;
  top: -5px;
  left: 0px;
}

.course-intro .course-intro-right {
  float: right;
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .course-intro .course-intro-right {
    display: none;
  }
}

.course-intro .course-intro-right p {
  color: #FFF;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .course-intro .course-intro-right p {
    font-size: 15px;
    line-height: 21px;
  }
}

.course-intro .course-intro-right img {
  width: 100%;
}

.booking-info {
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  background: #f0007e;
  padding: 200px 0 100px 0;
  *zoom: 1;
}

.booking-info:before, .booking-info:after {
  content: " ";
  display: table;
}

.booking-info:after {
  clear: both;
}

@media only screen and (max-width: 768px) {
  .booking-info {
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
    padding: 100px 0 50px 0;
  }
}

.booking-info .booking-info-column {
  float: left;
  width: 50%;
  padding: 0 100px 0 0;
}

@media only screen and (max-width: 768px) {
  .booking-info .booking-info-column {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 50px;
  }
}

.booking-info .booking-info-column h2 {
  color: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  margin: 0 0 30px;
}

.booking-info .booking-info-column p {
  color: #FFF;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .booking-info .booking-info-column p {
    font-size: 15px;
    line-height: 21px;
  }
}

.booking-info .booking-info-column .link {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (max-width: 568px) {
  .booking-info .booking-info-column .link {
    font-size: 15px;
    line-height: 21px;
  }
}

.booking-info .booking-info-column .link a {
  color: #ffe912;
  text-decoration: none;
}

.booking-info .booking-info-column .link a:hover {
  color: #FFF;
}

.vt {
  width: 100%;
  height: 768px;
  background: url(../img/vt-background.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.vt-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
}

.vt .skip {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffe912;
  font-size: 18px;
  line-height: 22px;
}

.other-courses {
  text-align: center;
  padding: 100px 0 50px 0;
}

.other-courses h2 {
  font-size: 52px;
  background: #4ccaf5;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px 10px 30px;
  transform: rotate(-2deg);
}

@media only screen and (max-width: 768px) {
  .other-courses h2 {
    font-size: 36px;
  }
}

.other-courses .other-course-column {
  float: left;
  width: 50%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .other-courses .other-course-column {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .other-courses .other-course-column img {
    width: 100%;
    height: auto;
  }
}

.other-courses .other-course-column h3 {
  font-size: 42px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
  color: #ffe912;
}

.other-courses .other-course-column p {
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .other-courses .other-course-column p {
    font-size: 15px;
    line-height: 21px;
  }
}

.other-courses .other-course-column .book-link {
  float: left;
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 30px 0 0;
}

.other-courses .other-course-column .book-link a {
  color: #ffe912;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.other-courses .other-course-column .book-link a:hover {
  color: #FFF;
}

.other-courses .other-course-column .view-link {
  float: left;
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.other-courses .other-course-column .view-link a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.other-courses .other-course-column .view-link a:hover {
  color: #ffe912;
}

.other-courses .other-course-column.text {
  padding: 80px 80px 0 80px;
}

@media only screen and (max-width: 768px) {
  .other-courses .other-course-column.text {
    padding: 50px 0px;
  }
}

.footer {
  padding: 100px 0;
}

@media only screen and (max-width: 568px) {
  .footer {
    padding: 50px 0 0 0;
  }
}

.footer .content-wrapper {
  border-bottom: 1px solid #5a5a5a;
  *zoom: 1;
}

.footer .content-wrapper:before, .footer .content-wrapper:after {
  content: " ";
  display: table;
}

.footer .content-wrapper:after {
  clear: both;
}

.footer .content-wrapper .footer-column {
  float: left;
  width: 25%;
  margin: 0 0 70px;
}

@media only screen and (max-width: 768px) {
  .footer .content-wrapper .footer-column {
    float: none;
    width: 100%;
  }
}

.footer .content-wrapper .footer-column h3 {
  font-size: 14px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .footer .content-wrapper .footer-column h3 {
    margin: 0 0 15px;
  }
}

.footer .content-wrapper .footer-column p {
  font-size: 42px;
  line-height: 50px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
  color: #FFF;
}

.footer .content-wrapper .footer-column .map-link a {
  color: #ffe912;
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.footer .content-wrapper .footer-column .map-link a:hover {
  color: #FFF;
}

.footer .content-wrapper .footer-column.first {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .footer .content-wrapper .footer-column.first {
    float: none;
    width: 100%;
  }
}

.footer .content-wrapper .links-col {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .footer .content-wrapper .links-col {
    float: none;
    width: 100%;
  }
}

.footer .content-wrapper .links-col ul {
  margin: 0;
  padding: 0;
}

.footer .content-wrapper .links-col ul li {
  width: 100%;
}

.footer .content-wrapper .links-col ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
}

.footer .content-wrapper .links-col ul li a:hover {
  text-decoration: underline;
}

.footer .content-wrapper ul.social li {
  float: left;
  margin: 0 25px 10px 0;
}

.footer .content-wrapper ul.social li a {
  color: #FFF;
  font-size: 25px;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer .content-wrapper ul.social li a:hover {
  color: #ffe912;
}

.footer .footer-subscribe {
  text-align: center;
  padding: 70px 0 0 0;
}

@media only screen and (max-width: 568px) {
  .footer .footer-subscribe {
    padding: 50px 20px 0 20px;
  }
}

.footer .footer-subscribe h2 {
  color: #FFF;
  font-size: 28px;
  line-height: normal;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
}

.footer .footer-subscribe p {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 30px;
}

.footer .footer-subscribe form {
  width: 580px;
  margin: 0 auto;
}

@media only screen and (max-width: 568px) {
  .footer .footer-subscribe form {
    width: 100%;
  }
}

.footer .footer-subscribe form input[type="email"] {
  float: left;
  width: 430px;
  border: none;
  height: 40px;
  font-size: 18px;
  color: #000;
}

@media only screen and (max-width: 568px) {
  .footer .footer-subscribe form input[type="email"] {
    float: none;
    width: 100%;
  }
}

.footer .footer-subscribe form input[type="submit"] {
  border: none;
  float: left;
  width: 150px;
  height: 40px;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffe912;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer .footer-subscribe form input[type="submit"]:hover {
  color: #000;
  background: #4ccaf5;
}

@media only screen and (max-width: 568px) {
  .footer .footer-subscribe form input[type="submit"] {
    float: none;
    width: 100%;
  }
}

.footer .footer-subscribe .cb-wrapper {
  width: 580px;
  overflow: hidden;
  margin: 0 auto 45px auto;
  display: none;
}

.footer .footer-subscribe .cb-wrapper input {
  width: auto;
  height: auto;
  display: inline-block;
}

.footer .footer-subscribe .cb-wrapper label {
  display: inline-block;
  width: auto;
  font-size: 12px;
  padding: 0;
}

.footer .footer-subscribe p.terms {
  font-size: 10px;
}

.footer .footer-subscribe p.terms a {
  color: #FFF;
  text-decoration: none;
}

.footer .footer-subscribe p.terms a:hover {
  text-decoration: underline;
}

body.page-template-page-home .footer,
body.page-template-page-booking .footer {
  display: none;
}

body.page-template-page-unidays .footer .not-landing,
body.page-template-page-shoreditch .footer,
body.page-template-page-landing .footer {
  display: none;
}

.bookings-intro {
  text-align: center;
  padding: 0 20px;
  background: url("../img/speckles.gif") top center no-repeat;
  background-size: cover;
  padding: 100px 0 0 0;
}

.bookings-intro h2 {
  color: #FFF;
  font-size: 64px;
  line-height: 82px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.bookings-intro h2 span {
  background: #f0007e;
  display: inline-block;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px;
  color: #000;
  position: relative;
  top: -5px;
  left: 0px;
}

@media only screen and (max-width: 568px) {
  .bookings-intro h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.bookings-intro p {
  color: #FFF;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 40px;
}

@media only screen and (max-width: 768px) {
  .bookings-intro p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1211px) {
  .bookings-intro p br {
    display: none;
  }
}

.bookings-intro h3 {
  color: #ffe912;
  font-size: 28px;
  line-height: 32px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.bookings-intro .button.first {
  display: inline-block;
  margin: 0 0px 10px 5px;
}

@media only screen and (max-width: 568px) {
  .bookings-intro .button.first {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.bookings-intro .button.first a {
  display: block;
  padding: 15px 20px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  background: #FFF;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bookings-intro .button.first a:hover {
  background: #ffe912;
}

.bookings-intro .button.last {
  display: inline-block;
  margin: 0 5px;
}

@media only screen and (max-width: 568px) {
  .bookings-intro .button.last {
    width: 100%;
    margin: 0 0 0 0;
  }
}

.bookings-intro .button.last a {
  display: block;
  padding: 15px 20px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  background: #ffe912;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bookings-intro .button.last a:hover {
  background: #FFF;
}

.enquiry-form {
  text-align: center;
  padding: 100px 0;
}

.enquiry-form h2 {
  font-size: 52px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  transform: rotate(-2deg);
  background: #4ccaf5;
  color: #000;
  display: inline-block;
  line-height: normal;
  padding: 15px 30px 10px 30px;
  margin: 0 0 40px;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .enquiry-form h2 {
    font-size: 36px;
    margin: 0 0 50px;
  }
}

.enquiry-form p {
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin: 0 0 50px;
}

.enquiry-form p small {
  font-size: 12px !important;
  text-align: left !important;
}

.enquiry-form #form_rmr6z fieldset,
.enquiry-form #form_rmr6z2 fieldset,
.enquiry-form #form_rmr6z22 fieldset,
.enquiry-form #form_rmr6z3 fieldset,
.enquiry-form #form_rmr6z23 fieldset {
  margin: 0;
  padding: 0;
  border: none;
  /* Used to add label to time dropdown */
}

.enquiry-form #form_rmr6z fieldset select,
.enquiry-form #form_rmr6z2 fieldset select,
.enquiry-form #form_rmr6z22 fieldset select,
.enquiry-form #form_rmr6z3 fieldset select,
.enquiry-form #form_rmr6z23 fieldset select {
  padding: 15px 0 15px 20px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  background: #000 url(../img/select-arrow.png) 100% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #FFF;
  margin: 0 0 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.enquiry-form #form_rmr6z fieldset select:focus,
.enquiry-form #form_rmr6z2 fieldset select:focus,
.enquiry-form #form_rmr6z22 fieldset select:focus,
.enquiry-form #form_rmr6z3 fieldset select:focus,
.enquiry-form #form_rmr6z23 fieldset select:focus {
  outline: none;
}

.enquiry-form #form_rmr6z fieldset .frm_label label,
.enquiry-form #form_rmr6z2 fieldset .frm_label label,
.enquiry-form #form_rmr6z22 fieldset .frm_label label,
.enquiry-form #form_rmr6z3 fieldset .frm_label label,
.enquiry-form #form_rmr6z23 fieldset .frm_label label {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 568px) {
  .enquiry-form #form_rmr6z fieldset .frm_label label,
  .enquiry-form #form_rmr6z2 fieldset .frm_label label,
  .enquiry-form #form_rmr6z22 fieldset .frm_label label,
  .enquiry-form #form_rmr6z3 fieldset .frm_label label,
  .enquiry-form #form_rmr6z23 fieldset .frm_label label {
    width: 100%;
  }
}

.enquiry-form #form_rmr6z fieldset .frm_label select,
.enquiry-form #form_rmr6z2 fieldset .frm_label select,
.enquiry-form #form_rmr6z22 fieldset .frm_label select,
.enquiry-form #form_rmr6z3 fieldset .frm_label select,
.enquiry-form #form_rmr6z23 fieldset .frm_label select {
  width: 50%;
}

@media only screen and (max-width: 568px) {
  .enquiry-form #form_rmr6z fieldset .frm_label select,
  .enquiry-form #form_rmr6z2 fieldset .frm_label select,
  .enquiry-form #form_rmr6z22 fieldset .frm_label select,
  .enquiry-form #form_rmr6z3 fieldset .frm_label select,
  .enquiry-form #form_rmr6z23 fieldset .frm_label select {
    width: 100%;
  }
}

.enquiry-form #form_rmr6z fieldset input,
.enquiry-form #form_rmr6z2 fieldset input,
.enquiry-form #form_rmr6z22 fieldset input,
.enquiry-form #form_rmr6z3 fieldset input,
.enquiry-form #form_rmr6z23 fieldset input {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 20px;
}

.enquiry-form #form_rmr6z fieldset input::-webkit-input-placeholder,
.enquiry-form #form_rmr6z2 fieldset input::-webkit-input-placeholder,
.enquiry-form #form_rmr6z22 fieldset input::-webkit-input-placeholder,
.enquiry-form #form_rmr6z3 fieldset input::-webkit-input-placeholder,
.enquiry-form #form_rmr6z23 fieldset input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1.0;
}

.enquiry-form #form_rmr6z fieldset input::-moz-placeholder,
.enquiry-form #form_rmr6z2 fieldset input::-moz-placeholder,
.enquiry-form #form_rmr6z22 fieldset input::-moz-placeholder,
.enquiry-form #form_rmr6z3 fieldset input::-moz-placeholder,
.enquiry-form #form_rmr6z23 fieldset input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1.0;
}

.enquiry-form #form_rmr6z fieldset input:-ms-input-placeholder,
.enquiry-form #form_rmr6z2 fieldset input:-ms-input-placeholder,
.enquiry-form #form_rmr6z22 fieldset input:-ms-input-placeholder,
.enquiry-form #form_rmr6z3 fieldset input:-ms-input-placeholder,
.enquiry-form #form_rmr6z23 fieldset input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1.0;
}

.enquiry-form #form_rmr6z fieldset input:-moz-placeholder,
.enquiry-form #form_rmr6z2 fieldset input:-moz-placeholder,
.enquiry-form #form_rmr6z22 fieldset input:-moz-placeholder,
.enquiry-form #form_rmr6z3 fieldset input:-moz-placeholder,
.enquiry-form #form_rmr6z23 fieldset input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1.0;
}

.enquiry-form #form_rmr6z fieldset input#field_qkngc,
.enquiry-form #form_rmr6z fieldset input#field_qkngc2,
.enquiry-form #form_rmr6z fieldset input#field_qkngc22,
.enquiry-form #form_rmr6z fieldset input#field_qkngc3,
.enquiry-form #form_rmr6z2 fieldset input#field_qkngc,
.enquiry-form #form_rmr6z2 fieldset input#field_qkngc2,
.enquiry-form #form_rmr6z2 fieldset input#field_qkngc22,
.enquiry-form #form_rmr6z2 fieldset input#field_qkngc3,
.enquiry-form #form_rmr6z22 fieldset input#field_qkngc,
.enquiry-form #form_rmr6z22 fieldset input#field_qkngc2,
.enquiry-form #form_rmr6z22 fieldset input#field_qkngc22,
.enquiry-form #form_rmr6z22 fieldset input#field_qkngc3,
.enquiry-form #form_rmr6z3 fieldset input#field_qkngc,
.enquiry-form #form_rmr6z3 fieldset input#field_qkngc2,
.enquiry-form #form_rmr6z3 fieldset input#field_qkngc22,
.enquiry-form #form_rmr6z3 fieldset input#field_qkngc3,
.enquiry-form #form_rmr6z23 fieldset input#field_qkngc,
.enquiry-form #form_rmr6z23 fieldset input#field_qkngc2,
.enquiry-form #form_rmr6z23 fieldset input#field_qkngc22,
.enquiry-form #form_rmr6z23 fieldset input#field_qkngc3 {
  background: #000 url(../img/select-arrow.png) 100% 50% no-repeat;
}

.enquiry-form #form_rmr6z fieldset textarea,
.enquiry-form #form_rmr6z2 fieldset textarea,
.enquiry-form #form_rmr6z22 fieldset textarea,
.enquiry-form #form_rmr6z3 fieldset textarea,
.enquiry-form #form_rmr6z23 fieldset textarea {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 20px;
}

.enquiry-form #form_rmr6z fieldset textarea::-webkit-input-placeholder,
.enquiry-form #form_rmr6z2 fieldset textarea::-webkit-input-placeholder,
.enquiry-form #form_rmr6z22 fieldset textarea::-webkit-input-placeholder,
.enquiry-form #form_rmr6z3 fieldset textarea::-webkit-input-placeholder,
.enquiry-form #form_rmr6z23 fieldset textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1.0;
}

.enquiry-form #form_rmr6z fieldset textarea::-moz-placeholder,
.enquiry-form #form_rmr6z2 fieldset textarea::-moz-placeholder,
.enquiry-form #form_rmr6z22 fieldset textarea::-moz-placeholder,
.enquiry-form #form_rmr6z3 fieldset textarea::-moz-placeholder,
.enquiry-form #form_rmr6z23 fieldset textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1.0;
}

.enquiry-form #form_rmr6z fieldset textarea:-ms-input-placeholder,
.enquiry-form #form_rmr6z2 fieldset textarea:-ms-input-placeholder,
.enquiry-form #form_rmr6z22 fieldset textarea:-ms-input-placeholder,
.enquiry-form #form_rmr6z3 fieldset textarea:-ms-input-placeholder,
.enquiry-form #form_rmr6z23 fieldset textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1.0;
}

.enquiry-form #form_rmr6z fieldset textarea:-moz-placeholder,
.enquiry-form #form_rmr6z2 fieldset textarea:-moz-placeholder,
.enquiry-form #form_rmr6z22 fieldset textarea:-moz-placeholder,
.enquiry-form #form_rmr6z3 fieldset textarea:-moz-placeholder,
.enquiry-form #form_rmr6z23 fieldset textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1.0;
}

.enquiry-form #form_rmr6z fieldset #frm_field_104_container, .enquiry-form #form_rmr6z fieldset #frm_field_106_container, .enquiry-form #form_rmr6z fieldset #frm_field_107_container, .enquiry-form #form_rmr6z fieldset #frm_field_122_container, .enquiry-form #form_rmr6z fieldset #frm_field_132_container,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container {
  overflow: hidden;
}

.enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_104-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_106-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_107-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_122-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_132-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_104-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_106-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_107-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_122-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_132-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_104-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_106-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_107-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_122-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_132-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_104-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_106-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_107-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_122-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_132-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_104-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_106-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_107-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_122-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_132-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_104-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_106-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_107-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_122-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_132-0 {
  margin: 0 0 10px;
}

.enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_104-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_106-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_107-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_122-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_132-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_104-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_106-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_107-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_122-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_132-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_104-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_106-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_107-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_122-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_132-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_104-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_106-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_107-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_122-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_132-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_104-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_106-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_107-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_122-0 label, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_132-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_104-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_106-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_107-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_122-0 label,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_132-0 label {
  padding: 0;
  color: #ffe912;
  font-size: 22px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_lhiy5-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f2-0, .enquiry-form #form_rmr6z fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z2 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z22 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z3 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_104_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_106_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_107_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_122_container #frm_checkbox_132-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_104-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_106-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_107-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_122-0 input#field_g9lrb2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_lhiy5-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_7qi2f2-0,
.enquiry-form #form_rmr6z23 fieldset #frm_field_132_container #frm_checkbox_132-0 input#field_g9lrb2-0 {
  float: left;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  margin: 4px 5px 0 0;
}

.enquiry-form #form_rmr6z fieldset .frm_submit,
.enquiry-form #form_rmr6z2 fieldset .frm_submit,
.enquiry-form #form_rmr6z22 fieldset .frm_submit,
.enquiry-form #form_rmr6z3 fieldset .frm_submit,
.enquiry-form #form_rmr6z23 fieldset .frm_submit {
  float: right;
}

.enquiry-form #form_rmr6z fieldset .frm_submit button,
.enquiry-form #form_rmr6z2 fieldset .frm_submit button,
.enquiry-form #form_rmr6z22 fieldset .frm_submit button,
.enquiry-form #form_rmr6z3 fieldset .frm_submit button,
.enquiry-form #form_rmr6z23 fieldset .frm_submit button {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #ffe912;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  padding: 10px 20px 7px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.enquiry-form #form_rmr6z fieldset .frm_submit button:hover,
.enquiry-form #form_rmr6z2 fieldset .frm_submit button:hover,
.enquiry-form #form_rmr6z22 fieldset .frm_submit button:hover,
.enquiry-form #form_rmr6z3 fieldset .frm_submit button:hover,
.enquiry-form #form_rmr6z23 fieldset .frm_submit button:hover {
  background: #f0007e;
}

.enquiry-form #form_rmr6z .frm_error_style,
.enquiry-form #form_rmr6z2 .frm_error_style,
.enquiry-form #form_rmr6z22 .frm_error_style,
.enquiry-form #form_rmr6z3 .frm_error_style,
.enquiry-form #form_rmr6z23 .frm_error_style {
  border: 1px solid #FF0000;
  color: #FF0000;
  padding: 10px;
  font-size: 18px;
  margin: 0 0 20px;
}

.enquiry-form #form_rmr6z .frm_error,
.enquiry-form #form_rmr6z2 .frm_error,
.enquiry-form #form_rmr6z22 .frm_error,
.enquiry-form #form_rmr6z3 .frm_error,
.enquiry-form #form_rmr6z23 .frm_error {
  text-align: left;
  color: #FF0000;
  padding: 10px;
  font-size: 18px;
}

/*
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#f2f2f2;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 10px 0 0;
    vertical-align:middle;
    background: url(../img/checkboxes.png) 0px 0px no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background: url(../img/checkboxes.png) -25px 0px no-repeat;
}
*/
.faqs-link {
  text-align: center;
  background: url(../img/faqs-background.jpg) bottom center no-repeat;
  background-size: cover;
  height: 768px;
  padding: 400px 0 0 0;
}

@media only screen and (max-width: 568px) {
  .faqs-link {
    height: auto;
    padding: 100px 20px 100px 20px;
    background: url(../img/faqs-background.jpg) 50% 50% no-repeat;
  }
}

.faqs-link h2 {
  font-size: 52px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  transform: rotate(-2deg);
  background: #f0007e;
  color: #000;
  display: inline-block;
  line-height: normal;
  padding: 15px 30px 10px 30px;
  margin: 0 0 50px;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .faqs-link h2 {
    font-size: 8vw;
  }
}

.faqs-link .faqs-button a {
  background: #ffe912;
  color: #000;
  text-decoration: none;
  padding: 15px 30px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faqs-link .faqs-button a:hover {
  background: #4ccaf5;
}

/* Date picker overrides */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #555 !important;
  background: #555 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #f0007e !important;
  background: #f0007e !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border: 1px solid #4ccaf5 !important;
  background: #4ccaf5 !important;
}

.ui-widget-header {
  background: #4ccaf5 !important;
}

.popup {
  background: #4ccaf5;
  width: 400px;
  height: 350px;
  position: fixed;
  top: 50%;
  margin-left: -200px;
  margin-top: -175px;
  left: 50%;
  z-index: 10001;
  transform: rotate(-2deg);
  text-align: center;
  padding: 50px;
  display: none;
}

.popup h2 {
  font-size: 52px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  line-height: normal;
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}

.popup .accept-button {
  background: #000;
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
}

.popup p {
  margin: 0 0 20px;
}

.popup .close {
  position: absolute;
  background: #000;
  color: #FFF;
  top: 15px;
  right: 15px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: none;
}

body.page-template-page-landing .popup,
body.page-template-page-landing .popup-overlay,
body.page-template-page-booking .popup,
body.page-template-page-booking .popup-overlay {
  display: none !important;
}

body.home header,
body.page-template-page-booking header nav,
body.page-template-page-booking header .book-button,
body.page-template-page-booking header .menu-toggle {
  display: none;
}

body.page-template-page-booking header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

header {
  height: 90px;
  background: #000;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
}

@media only screen and (max-width: 1211px) {
  header {
    height: 90px;
    text-align: center;
  }
}

header .logo-wrapper {
  float: left;
  background: #4ccaf5;
  height: 90px;
  padding: 20px 30px;
  *zoom: 1;
  position: relative;
}

header .logo-wrapper:before, header .logo-wrapper:after {
  content: " ";
  display: table;
}

header .logo-wrapper:after {
  clear: both;
}

@media only screen and (max-width: 1211px) {
  header .logo-wrapper {
    float: none;
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    height: 90px;
    background: #000;
  }
}

header .logo-wrapper .nav-logo {
  float: left;
  height: 50px;
  width: 115px;
  margin: 0 30px 0 0;
  display: block;
}

@media only screen and (max-width: 1211px) {
  header .logo-wrapper .nav-logo {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
}

header .logo-wrapper .nav-logo a {
  display: block;
  background: url(../img/junk-yard-golf-club.svg) 0% 0% no-repeat;
  text-indent: -9999px;
  background-size: contain;
  width: 100%;
  height: 50px;
}

@media only screen and (max-width: 1211px) {
  header .logo-wrapper .nav-logo a {
    background: url(../img/junk-yard-golf-club-cyan.svg) 0% 0% no-repeat;
    background-size: contain !important;
  }
}

header .logo-wrapper .location-toggler {
  float: left;
  border-left: 1px solid #7f7f7f;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 30px;
  cursor: pointer;
}

@media only screen and (max-width: 1211px) {
  header .logo-wrapper .location-toggler {
    float: none;
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #000;
    background: #4ccaf5;
  }
}

header .logo-wrapper .location-toggler .location-name {
  color: #000;
  font-size: 14px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  background: url(../img/dropdown-arrow.png) 100% 50% no-repeat;
  padding: 0 20px 0 0;
}

header .logo-wrapper .location-toggler .location-name:hover {
  color: #FFF;
}

header .logo-wrapper .other-locations {
  background: #4ccaf5;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 30px;
  display: none;
}

@media only screen and (max-width: 1211px) {
  header .logo-wrapper .other-locations {
    padding: 0;
    top: 120px;
  }
}

header .logo-wrapper .other-locations ul {
  margin: 0;
  padding: 0;
}

header .logo-wrapper .other-locations ul li {
  display: block;
  width: auto;
  margin: 0 0 10px 0;
  text-align: right;
}

@media only screen and (max-width: 1211px) {
  header .logo-wrapper .other-locations ul li {
    float: left;
    width: 50%;
    margin: 0;
    border-left: 1px solid #000;
  }
}

header .logo-wrapper .other-locations ul li:first-child {
  border: none;
}

header .logo-wrapper .other-locations ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  background: url(../img/dropdown-arrow-right.png) 100% 50% no-repeat;
  display: block;
  padding: 0 20px 0 0;
  width: 100%;
}

header .logo-wrapper .other-locations ul li a:hover {
  color: #FFF;
}

@media only screen and (max-width: 1211px) {
  header .logo-wrapper .other-locations ul li a {
    padding: 10px 0 10px 20px;
    text-align: left;
    background: url(../img/dropdown-arrow-right.png) 90% 50% no-repeat;
  }
}

header nav {
  float: right;
  margin: 0 40px 0 0;
}

@media only screen and (max-width: 1211px) {
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    padding: 100px;
    display: none;
  }
}

header nav ul {
  margin: 0;
  padding: 0;
}

header nav ul li {
  float: left;
  margin: 0 0 0 40px;
  position: relative;
}

@media only screen and (max-width: 1211px) {
  header nav ul li {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

header nav ul li a {
  height: 90px;
  line-height: 90px;
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header nav ul li a:hover {
  color: #ffe912;
}

@media only screen and (max-width: 1211px) {
  header nav ul li a {
    height: auto;
    line-height: normal;
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
  }
}

header nav ul li ul {
  position: absolute;
  top: 90px;
  left: -10px;
  background: #000;
  display: none;
  z-index: 11;
}

@media only screen and (max-width: 1211px) {
  header nav ul li ul {
    top: auto;
    left: auto;
    position: relative;
    margin: 0 0 10px;
  }
}

header nav ul li ul li {
  margin: 0;
}

header nav ul li ul li a {
  display: block;
  height: auto;
  line-height: normal;
  background: none !important;
  padding: 5px 10px !important;
}

header nav ul li:last-child a {
  color: #CCC;
}

header nav ul li.current-menu-item a {
  color: #ffe912;
}

header nav ul li.menu-item-has-children a {
  padding: 0 20px 0 0;
  background: url(../img/sub-arrow.png) 100% 50% no-repeat;
}

@media only screen and (max-width: 1211px) {
  header nav ul li.menu-item-has-children a {
    padding: 10px 20px 10px 0;
  }
}

header nav ul li.menu-item-has-children ul li:last-child a {
  color: #FFF !important;
}

header nav ul li.menu-item-has-children ul li:last-child a:hover {
  color: #ffe912 !important;
}

header .book-button {
  float: right;
  height: 90px;
}

@media only screen and (max-width: 1211px) {
  header .book-button {
    /*height: 40px;
			float: left;
			width: 50%;
			position: relative;
			z-index: 99;*/
    position: absolute;
    top: 10px;
    left: 10px;
  }
}

header .book-button a {
  display: inline-block;
  height: 90px;
  background: #ffe912;
  line-height: 90px;
  color: #000;
  font-size: 20px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .book-button a:hover {
  background: #4ccaf5;
}

@media only screen and (max-width: 1211px) {
  header .book-button a {
    height: 70px;
    line-height: normal;
    padding: 0;
    display: block;
    width: 70px;
    padding: 15px 0 0 0;
    text-align: center;
  }
}

header .book-button i {
  display: none;
}

@media only screen and (max-width: 1211px) {
  header .book-button i {
    display: inline-block;
  }
}

header .menu-toggle {
  display: none;
}

@media only screen and (max-width: 1211px) {
  header .menu-toggle {
    position: absolute;
    top: 30px;
    right: 20px;
    line-height: 100%;
    color: #ffe912;
    z-index: 99;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    /* float: right;
			background: $yellow;
			height: 40px;
			line-height: 40px;
			padding: 0 25px;
			display: block;
			width: 50%;
			color: #000;
			font-size: 20px;
			@include norwester;
			text-decoration: none;
			text-align: center;
			cursor: pointer;
			position: relative;
			z-index: 99;
			border-left: 1px solid #000;
			@include vendor-prefix('transition', 'all 0.25s ease-in-out');
			&:hover {
				background: $cyan;
			}
			*/
  }
}

header .close-menu {
  display: none;
}

@media only screen and (max-width: 1211px) {
  header .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #FFF;
    z-index: 1001;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -khtml-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header .close-menu:hover {
    color: #ffe912;
  }
}

header .landing-logo {
  float: left;
  width: 125px;
  margin: 15px 0 0 15px;
}

@media only screen and (max-width: 1211px) {
  header .landing-logo {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 115px;
    padding: 20px 0 0 0;
  }
}

header .landing-logo img {
  width: 100%;
  height: auto;
}

body.page-template-page-unidays header,
body.page-template-page-shoreditch header,
body.page-template-page-landing header {
  text-align: center;
}

body.page-template-page-unidays header nav ul li,
body.page-template-page-shoreditch header nav ul li,
body.page-template-page-landing header nav ul li {
  height: 90px;
  line-height: 90px;
  font-size: 14px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

body.page-template-page-unidays header nav ul li:last-child a,
body.page-template-page-shoreditch header nav ul li:last-child a,
body.page-template-page-landing header nav ul li:last-child a {
  color: #FFF;
}

body.page-template-page-unidays header nav ul li:last-child a:hover,
body.page-template-page-shoreditch header nav ul li:last-child a:hover,
body.page-template-page-landing header nav ul li:last-child a:hover {
  color: #ffe912;
}

header.oxford .logo-wrapper {
  background: #ffe912;
}

@media only screen and (max-width: 1211px) {
  header.oxford .logo-wrapper {
    background: #000;
  }
}

header.oxford .other-locations {
  background: #ffe912;
}

header.oxford .location-toggler {
  background: #ffe912;
}

@media only screen and (max-width: 1211px) {
  header.oxford .nav-logo a {
    background: url(../img/junk-yard-golf-club-yellow.svg) 0% 0% no-repeat;
    background-size: contain !important;
  }
}

header.london .logo-wrapper {
  background: #f0007e;
}

@media only screen and (max-width: 1211px) {
  header.london .logo-wrapper {
    background: #000;
  }
}

header.london .other-locations {
  background: #f0007e;
}

header.london .location-toggler {
  background: #f0007e;
}

@media only screen and (max-width: 1211px) {
  header.london .nav-logo a {
    background: url(../img/junk-yard-golf-club-magenta.svg) 0% 0% no-repeat;
    background-size: contain !important;
  }
}

header.liverpool .logo-wrapper {
  background: #f0007e;
}

@media only screen and (max-width: 1211px) {
  header.liverpool .logo-wrapper {
    background: #000;
  }
}

header.liverpool .other-locations {
  background: #f0007e;
}

header.liverpool .location-toggler {
  background: #f0007e;
}

@media only screen and (max-width: 1211px) {
  header.liverpool .nav-logo a {
    background: url(../img/junk-yard-golf-club-magenta.svg) 0% 0% no-repeat;
    background-size: contain !important;
  }
}

.hide-header.hide {
  display: none;
}

.location-intro {
  padding: 100px 0 150px 0;
  position: relative;
  background: url(../img/speckles.gif) top center no-repeat;
  background-size: cover;
  /*
	&:after {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 1.0;

		@include breakpoint-max-($smallScreen) {
		opacity: 0.70;
		}
	}
	*/
}

@media only screen and (max-width: 568px) {
  .location-intro {
    padding: 100px 0 150px 0;
  }
}

.location-intro .intro-left {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 568px) {
  .location-intro .intro-left {
    float: none;
    width: 100%;
    margin: 0 0 25px;
  }
}

.location-intro .intro-left h2 {
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 80px;
  display: inline;
  background: #f0007e;
}

@media only screen and (max-width: 768px) {
  .location-intro .intro-left h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 1211px) {
  .location-intro .intro-left h2 br {
    display: none;
  }
}

.location-intro .intro-left h2 span {
  background: #f0007e;
  display: inline-block;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px;
  color: #000;
  position: relative;
  top: -5px;
  left: -10px;
}

.location-intro .intro-left p {
  color: #FFF;
  font-size: 18px;
  line-height: 32px;
  margin: 35px 0 0 0;
}

.location-intro .intro-left p:last-of-type {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 568px) {
  .location-intro .intro-left p {
    font-size: 15px;
    line-height: 21px;
  }
}

.location-intro .intro-right {
  float: right;
  width: 45%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 568px) {
  .location-intro .intro-right {
    float: none;
    width: 100%;
  }
}

.location-intro .intro-right img {
  width: 100%;
}

.course-list {
  background: url(../img/course-list-footer.png) bottom center no-repeat;
  background-size: contain;
  padding: 20px 0px 40px 0px;
}

@media only screen and (max-width: 568px) {
  .course-list {
    padding: 0 0 100px;
  }
}

.course-list h2 {
  font-size: 52px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  transform: rotate(-2deg);
  background: #ffe912;
  color: #000;
  display: inline-block;
  line-height: normal;
  padding: 15px 30px 10px 30px;
  margin: 0 0 50px;
  position: relative;
  top: 0px;
  left: -50px;
}

@media only screen and (max-width: 768px) {
  .course-list h2 {
    left: auto;
  }
}

@media only screen and (max-width: 568px) {
  .course-list h2 {
    font-size: 30px;
  }
}

.course-list ul {
  margin: 0;
  padding: 0;
}

.course-list ul li {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
}

.course-list ul li:nth-child(3n+3) {
  margin: 0 0 5% 0;
}

@media only screen and (max-width: 768px) {
  .course-list ul li:nth-child(3n+3) {
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .course-list ul li {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
}

.course-list ul li img {
  margin: 0 0 50px;
  display: block;
}

@media only screen and (max-width: 1211px) {
  .course-list ul li img {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
  }
}

.course-list ul li h3 {
  font-size: 42px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
  color: #ffe912;
}

.course-list ul li p {
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .course-list ul li p {
    font-size: 15px;
    line-height: 21px;
  }
}

.course-list ul li .book-link {
  float: left;
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 30px 0 0;
}

.course-list ul li .book-link a {
  color: #ffe912;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.course-list ul li .book-link a:hover {
  color: #FFF;
}

.course-list ul li .view-link {
  float: left;
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.course-list ul li .view-link a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.course-list ul li .view-link a:hover {
  color: #ffe912;
}

.subscribe-panel {
  background: #f0007e;
  padding: 60px 0;
}

.subscribe-panel .subscribe-panel-left {
  float: left;
  font-size: 32px;
  line-height: 38px;
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 1211px) {
  .subscribe-panel .subscribe-panel-left {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .subscribe-panel .subscribe-panel-left {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 1211px) {
  .subscribe-panel .subscribe-panel-left br {
    display: none;
  }
}

.subscribe-panel .subscribe-panel-right {
  float: right;
  width: 600px;
}

@media only screen and (max-width: 1211px) {
  .subscribe-panel .subscribe-panel-right {
    width: 55%;
  }
}

@media only screen and (max-width: 768px) {
  .subscribe-panel .subscribe-panel-right {
    float: none;
    width: 100%;
  }
}

.subscribe-panel .subscribe-panel-right form#mc4wp-form-1 {
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 1211px) {
  .subscribe-panel .subscribe-panel-right form#mc4wp-form-1 {
    margin: 0px 0 0 0;
  }
}

.subscribe-panel .subscribe-panel-right form#mc4wp-form-1 input[type="email"] {
  float: left;
  width: 450px;
  border: none;
  height: 64px;
  font-size: 18px;
  color: #000;
}

@media only screen and (max-width: 1211px) {
  .subscribe-panel .subscribe-panel-right form#mc4wp-form-1 input[type="email"] {
    width: 80%;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-panel .subscribe-panel-right form#mc4wp-form-1 input[type="email"] {
    float: none;
    width: 100%;
  }
}

.subscribe-panel .subscribe-panel-right form#mc4wp-form-1 input[type="submit"] {
  border: none;
  float: left;
  width: 150px;
  height: 64px;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffe912;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 1211px) {
  .subscribe-panel .subscribe-panel-right form#mc4wp-form-1 input[type="submit"] {
    width: 20%;
  }
}

@media only screen and (max-width: 568px) {
  .subscribe-panel .subscribe-panel-right form#mc4wp-form-1 input[type="submit"] {
    float: none;
    width: 100%;
  }
}

.subscribe-panel .subscribe-panel-right form#mc4wp-form-1 input[type="submit"]:hover {
  color: #000;
  background: #4ccaf5;
}

.subscribe-panel .subscribe-panel-right form#mc4wp-form-1 .cb-wrapper {
  width: 100%;
  overflow: hidden;
  display: none;
}

.subscribe-panel .subscribe-panel-right form#mc4wp-form-1 .cb-wrapper input {
  width: auto;
  height: auto;
  display: inline-block;
}

.subscribe-panel .subscribe-panel-right form#mc4wp-form-1 .cb-wrapper label {
  display: inline-block;
  width: auto;
  font-size: 12px;
  padding: 0;
}

.menus {
  padding: 150px 0 0 0;
  position: relative;
  /* background: url(../img/menu-section-header.png) top center no-repeat; */
  background-image: url(../img/menu-section-header.png), url(../img/speckles.gif);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain, cover;
}

@media only screen and (max-width: 768px) {
  .menus {
    padding: 100px 0 0 0;
  }
}

.menus h2 {
  font-size: 52px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  transform: rotate(-2deg);
  background: #4ccaf5;
  color: #000;
  display: inline-block;
  line-height: normal;
  padding: 15px 30px 10px 30px;
  margin: 0;
  position: relative;
  left: -50px;
  z-index: 2;
  margin: 0 0 100px;
}

@media only screen and (max-width: 768px) {
  .menus h2 {
    left: auto;
  }
}

@media only screen and (max-width: 568px) {
  .menus h2 {
    font-size: 30px;
  }
}

.menus .menu-col {
  width: 45%;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 568px) {
  .menus .menu-col {
    float: none !important;
    width: 100%;
    margin: 0 0 50px;
  }
}

.menus .menu-col img {
  margin: 0 0 50px;
  display: block;
}

@media only screen and (max-width: 1211px) {
  .menus .menu-col img {
    width: 100%;
  }
}

.menus .menu-col h3 {
  font-size: 42px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
  color: #ffe912;
}

.menus .menu-col h4 {
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  font-weight: 700;
}

.menus .menu-col p {
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
  font-weight: 700;
}

.menus .menu-col .menu-link {
  margin: 0 0 30px;
}

.menus .menu-col .menu-link a {
  color: #ffe912;
  font-size: 18px;
  text-decoration: none;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menus .menu-col .menu-link a:hover {
  color: #FFF;
}

.offer-carousel {
  position: relative;
  height: 768px;
}

@media only screen and (max-width: 768px) {
  .offer-carousel {
    height: 400px;
  }
}

.offer-carousel ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 768px;
}

@media only screen and (max-width: 768px) {
  .offer-carousel ul {
    height: 400px;
  }
}

.offer-carousel ul li {
  width: 100%;
  height: 768px;
  /*
			.offer {
				text-align: center;
				@include vertical-align;
				
				.message1 {
					transform: rotate(-2deg);
					background: $yellow;
					color: #000;
					display: inline-block;
					line-height: normal;
					padding: 15px 30px 10px 30px;
					@include norwester;
					font-size: 90px;
				}
				
				.message2 {
					transform: rotate(2deg);
					background: #000;
					color: $yellow;
					display: inline-block;
					line-height: normal;
					padding: 15px 30px 10px 30px;
					@include norwester;
					font-size: 42px;
				}				
			}
			*/
}

@media only screen and (max-width: 768px) {
  .offer-carousel ul li {
    height: 400px;
  }
}

.offer-carousel ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.offer-carousel .mask-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../img/carousel-mask-top.png) top center no-repeat;
  background-size: cover;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .offer-carousel .mask-top {
    height: 80px;
  }
}

.offer-carousel .mask-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../img/carousel-mask-bottom.png) top center no-repeat;
  background-size: cover;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .offer-carousel .mask-bottom {
    height: 80px;
  }
}

.booking {
  background: url(../img/booking-background.jpg) top center no-repeat;
  background-size: cover;
  padding: 250px 0;
}

@media only screen and (max-width: 768px) {
  .booking {
    padding: 125px 0;
  }
}

.booking .booking-left {
  float: left;
  width: 485px;
}

@media only screen and (max-width: 1211px) {
  .booking .booking-left {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .booking .booking-left {
    float: none;
    width: 100%;
  }
}

.booking .booking-left img {
  width: 100%;
  height: auto;
}

.booking .booking-right {
  float: right;
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 1211px) {
  .booking .booking-right {
    width: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .booking .booking-right {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.booking .booking-right p {
  color: #FFF;
  line-height: normal;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 568px) {
  .booking .booking-right p {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}

@media only screen and (max-width: 1211px) {
  .booking .booking-right p br {
    display: none;
  }
}

.booking .booking-right .book-button a {
  background: #ffe912;
  font-size: 18px;
  line-height: normal;
  padding: 15px 30px 10px 30px;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.booking .booking-right .book-button a:hover {
  background: #4ccaf5;
}

.blog-content-main .book-button a {
  background: #ffe912;
  font-size: 18px;
  line-height: normal;
  padding: 15px 30px 10px 30px;
  color: #000 !important;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.blog-content-main .book-button a:hover {
  background: #4ccaf5;
}

.booking.border-bottom {
  border-bottom: 1px solid #5a5a5a;
}

.hero-title h1 span {
  max-width: 1180px;
}

.hero-title .blog-date {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  padding: 15px 0 0 0;
  background: #f0007e;
  text-align: center;
}

.hero-title .blog-date .day {
  font-size: 20px;
  line-height: 20px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

.hero-title .blog-date .month {
  font-size: 14px;
  line-height: 14px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

.blog-feed {
  background-size: contain;
  padding: 0 0 70px;
}

.blog-feed h2 {
  font-size: 52px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  transform: rotate(-2deg);
  background: #f0007e;
  color: #000;
  display: inline-block;
  line-height: normal;
  padding: 15px 30px 10px 30px;
  margin: 0;
  position: relative;
  left: -50px;
  z-index: 2;
  margin: 0 0 100px;
}

@media only screen and (max-width: 768px) {
  .blog-feed h2 {
    left: auto;
  }
}

@media only screen and (max-width: 568px) {
  .blog-feed h2 {
    font-size: 30px;
  }
}

.blog-feed ul {
  margin: 0 0 40px;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.blog-feed ul li {
  float: left;
  width: 30%;
  height: 500px;
  margin: 0 5% 5% 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .blog-feed ul li {
    float: none;
    width: 100%;
    height: 300px;
    margin: 0 0 20px 0;
  }
}

.blog-feed ul li:nth-child(3n+3) {
  margin: 0 0 5% 0;
}

.blog-feed ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none !important;
  padding: 0 50px;
}

.blog-feed ul li a .blog-date {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  padding: 15px 0 0 0;
  background: #f0007e;
  text-align: center;
}

.blog-feed ul li a .blog-date .day {
  font-size: 20px;
  line-height: 20px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

.blog-feed ul li a .blog-date .month {
  font-size: 14px;
  line-height: 14px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

.blog-feed ul li a .blog-title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 32px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
}

.blog-feed .read-more-button {
  text-align: center;
  background: #ffe912;
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 auto;
  width: 240px;
}

.blog-feed .read-more-button a {
  display: block;
  padding: 15px 30px 10px 30px;
  text-align: center;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.blog-feed .read-more-button a:hover {
  background: #4ccaf5;
}

.blog-feed ul:hover li:not(:hover) {
  opacity: .25;
}

.instagram {
  background: #4ccaf5;
  text-align: center;
  padding: 100px 0;
  -webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 92%);
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 92%);
}

@media only screen and (max-width: 768px) {
  .instagram {
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 99%);
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 99%);
  }
}

.instagram h2 {
  font-size: 42px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  transform: rotate(-2deg);
  background: #FFF;
  color: #000;
  display: inline-block;
  line-height: normal;
  padding: 15px 30px 10px 30px;
  margin: 0;
  position: relative;
  z-index: 2;
  margin: 0 auto 100px auto;
}

@media only screen and (max-width: 768px) {
  .instagram h2 {
    font-size: 30px;
    margin: 0 auto 50px auto;
  }
}

.instagram .follow-button {
  text-align: center;
  background: #000;
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 30px auto 0 auto;
  width: 260px;
}

.instagram .follow-button a {
  display: block;
  padding: 15px 30px 10px 30px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.instagram .follow-button a:hover {
  background: #ffe912;
}

.home-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/speckles.gif) center center no-repeat;
  background-size: cover;
  z-index: 1;
}

.location-background {
  -webkit-transition: all 0.75s ease-in-out;
  -khtml-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.location-background:before {
  -webkit-transition: all 0.75s ease-in-out;
  -khtml-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #000;
}

.page-template-page-home {
  margin-top: 0;
}

.page-template-page-home .location:hover {
  cursor: pointer;
}

.page-template-page-home .location:hover .location-background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-template-page-home .location:hover .location-background:before {
  opacity: 0.5;
}

.logo {
  width: 100%;
  position: absolute;
  top: 5vh;
  /*left: 50%;
	margin-left: -204px;*/
  text-align: center;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .logo {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-bottom: 100px;
    margin-top: 100px;
    text-align: center;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 568px) {
  .logo {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.logo img {
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

@media only screen and (max-width: 768px) {
  .logo img {
    width: 60%;
    max-width: 60%;
  }
}

.logo h1.strapline {
  background: #4ccaf5;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 64px;
  padding: 7px 25px 2px 25px;
  -webkit-transform: rotate(2deg);
  -khtml-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

@media only screen and (max-width: 568px) {
  .logo h1.strapline {
    font-size: 36px;
  }
}

.logo.laptop img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

.locations {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .locations {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.locations h2 {
  text-align: center;
  padding: 15px 0;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  font-size: 20px;
  line-height: normal;
  display: block;
}

.location {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
  -webkit-opacity: 1.0;
  -khtml-opacity: 1.0;
  -moz-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .location {
    float: none;
    width: 100%;
  }
}

.location .location-background {
  padding: 120px 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .location .location-background {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 568px) {
  .location {
    height: auto;
  }
}

.location a {
  text-decoration: none;
}

.location a h3 {
  margin: 0 auto;
  text-align: center;
  padding: 15px 0 10px 0;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  font-size: 42px;
  line-height: normal;
  display: block;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1211px) {
  .location a h3 {
    font-size: 24px;
  }
}

.location.laptop .location-background {
  padding: 50px 0;
}

@media only screen and (max-width: 568px) {
  .location.laptop .location-background {
    padding: 9% 0;
  }
}

.location.manchester h3 {
  background: #4ccaf5;
  width: 280px;
}

@media only screen and (max-width: 1211px) {
  .location.manchester h3 {
    width: 190px;
  }
}

.location.london {
  border-left: 10px solid #000;
  border-right: 10px solid #000;
}

@media only screen and (max-width: 768px) {
  .location.london {
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    border-left: 0;
    border-right: 0;
  }
}

.location.london h3 {
  background: #f0007e;
  width: 190px;
}

.location.oxford {
  border-right: 10px solid #000;
}

@media only screen and (max-width: 768px) {
  .location.oxford {
    border-right: 0px solid #000;
    border-bottom: 10px solid #000;
  }
}

.location.oxford h3 {
  background: #ffe912;
  width: 190px;
}

.location.leeds {
  border-right: 10px solid #000;
}

@media only screen and (max-width: 768px) {
  .location.leeds {
    border-right: 0px solid #000;
    border-bottom: 10px solid #000;
  }
}

.location.leeds h3 {
  background: #4ccaf5;
  width: 190px;
  z-index: 1;
}

.location.liverpool {
  border-left: 10px solid #000;
  border-right: 10px solid #000;
}

@media only screen and (max-width: 768px) {
  .location.liverpool {
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    border-left: 0;
    border-right: 0;
  }
}

.location.liverpool h3 {
  background: #f0007e;
  width: 190px;
}

/*.location.liverpool {
	border-right: 0px solid #000;
	
	h3 {
		background: $magenta;
		z-index: 1;
		width: 260px;
		@include breakpoint-max-($largeScreen) {
			width: 190px;
		}
	}
	
	.get-updates-text {
		color: #FFF;
		text-align: center;
		@include norwester;
		font-size: 20px;
		line-height: normal;
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		bottom: 50px;
		text-align: center;
		@include breakpoint-max-($largeScreen) {
			display: none;
		}		
	}	
	
	.get-updates {
		background: $yellow;
		color: #000;
		text-align: center;
		padding: 10px 15px 8px 15px;
		@include norwester;
		font-size: 16px;
		line-height: normal;
		display: block;
		position: absolute;
		z-index: 10;
		bottom: 0px;
		width: 120px;
		left: 50%;
		margin-left: -60px;
		text-align: center;
	}
	
	.coming-soon {
		background: $cyan;
		color: #000;
		text-align: center;
		padding: 10px 15px 8px 15px;
		@include norwester;
		font-size: 20px;
		line-height: normal;
		display: block;
		position: absolute;
		transform: rotate(-5deg);
		z-index: 10;
		left: 70px;
		top: 90px;
		@include breakpoint-max-($largeScreen) {
			display: none;
		}
	}
}*/
.locations:hover .location:not(:hover) {
  transform: scale(1);
  /*opacity: .25;*/
}

/*.liverpool-popup {
	background: #000 url(../img/liverpool-popup-background.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 10001;
	width: 755px;
	height: 630px; 
	left: 50%;
	top: 50%;
	margin-top: -315px; 
	margin-left: -377px;
	text-align: center;
	padding: 50px 80px 0 80px;
	display: none;
	
	@include breakpoint-max-($smallScreen) {
		top: 5%;
		left: 2.5%;
		width: 95%;
		height: auto;
		margin-top: auto;
		margin-left: auto;
		padding: 50px 25px;
	}
	
	
	p {
		color: #FFF;
		@include norwester;
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 50px;
	}
	
	.jyg-logo {
		width: 160px;
		margin: 0 auto 50px auto;
		
		img {
			width: 100%;
			height: auto;
		}
	}
	
	.mc4wp-form-fields {			
		.frm_error_style {
			background: #FF0000;
			p {
				color: #FFF;
				padding: 10px;
				font-size: 18px;
				margin: 0 0 20px;
			}
		}

		.frm_error {
			text-align: left;
			color: #FF0000;
			padding: 10px;
			font-size: 18px;			
		}	

		label {
			padding: 0 0 5px 0;
		}
		
		.dob {
			float: left;
			width: 66%;
		}
		
		.gender {
			float: right;
			width: 33%;
		}
		
		.email {
			clear: both;
			width: 100%;
		}	
		
		.form-field {
			&-left {
				float: left;
				width: 48%;
				@include breakpoint-max-($smallScreen) {
					float: none;
					width: 100%;
				}
			}
			&-right {
				float: right;
				width: 48%;
				@include breakpoint-max-($smallScreen) {
					float: none;
					width: 100%;
				}
			}
		}

		input {
			padding: 1em;
			margin: 0 0 20px;
			background: #FFF;
			height: 50px;
		}

		select {
			padding: 0 0 0 1em;
			height: 50px;
			margin-bottom: 20px;
			width: 100%;
			@include vendor-prefix('border-radius', '0px');
			background: #FFF url(../img/select-arrow-plain.png) 100% 50% no-repeat;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border: none;
			margin: 0 0 10px;
			&:focus {
				outline: none;
			}
		}

		.submit-button {
			clear: both;
			width: 100%;
			text-align: center;
			input[type=submit] {
				display: inline-block;
				@include vendor-prefix('border-radius', '0px');
				background: $yellow;
				color: #000;
				@include norwester;
				width: auto;
				font-size: 18px;
				border: none;
				padding: 13px 30px 10px 30px;
				@include vendor-prefix('transition', 'all 0.25s ease-in-out');

				&:hover {
					background: $magenta;
				}
			}
		}	

		.frm_error {
			padding: 0;
			position: relative;
			top: -10px;
		}
	}
	
	.close-liverpool {
		position: absolute;
		top: 30px;
		right: 30px;
		width: 28px;
		height: 28px;
		cursor: pointer;
		background: url(../img/close.png) no-repeat;
		background-size: cover;
	}
}

.liverpool-popup-overlay {
	background: rgba(0,0,0,0.80);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}*/
.hero-text.halloween .strapline1 {
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: normal;
  background: #ffe912;
  display: inline-block;
  padding: 12px 25px 7px 25px;
  margin: 0 0 10px;
  -webkit-transform: rotate(1deg);
  -khtml-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}

@media only screen and (max-width: 768px) {
  .hero-text.halloween .strapline1 {
    font-size: 46px;
    padding: 15px 25px 10px 25px;
  }
}

@media only screen and (max-width: 568px) {
  .hero-text.halloween .strapline1 {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.hero-text.halloween .strapline1.london {
  background: #f0007e;
}

.hero-text.halloween .strapline2 {
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: normal;
  background: #ffe912;
  display: inline-block;
  padding: 12px 25px 7px 25px;
  margin: 0 0 20px;
  -webkit-transform: rotate(-1deg);
  -khtml-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

@media only screen and (max-width: 768px) {
  .hero-text.halloween .strapline2 {
    font-size: 46px;
    padding: 15px 25px 10px 25px;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 568px) {
  .hero-text.halloween .strapline2 {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
  }
}

.hero-text.halloween .strapline3 {
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 54px;
  line-height: normal;
  background: #f0007e;
  display: inline-block;
  padding: 12px 25px 7px 25px;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
  .hero-text.halloween .strapline3 {
    font-size: 46px;
    padding: 15px 25px 10px 25px;
  }
}

@media only screen and (max-width: 568px) {
  .hero-text.halloween .strapline3 {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
  }
}

.hero-text.halloween .strapline3.london {
  background: #4ccaf5;
}

.hero-text.halloween .strapline3 a {
  text-decoration: none;
  color: #000 !important;
}

/*** LONDON/GENERIC LANDING PAGE STYLES ***/
.page-background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page-template-page-shoreditch {
  width: 100%;
  height: 100%;
  background: #000 url(../img/speckles.gif) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

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

@media only screen and (max-width: 568px) {
  .ll-intro {
    padding: 0 20px;
  }
}

.ll-intro .ll-logo {
  max-width: 500px;
  width: auto;
  margin: 0 auto 50px auto;
}

@media only screen and (max-width: 568px) {
  .ll-intro .ll-logo {
    width: 100%;
  }
}

.ll-intro .ll-logo img {
  width: 100%;
  height: auto;
}

.ll-intro h2 {
  display: inline-block;
  background: #f0007e;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 64px;
  line-height: normal;
  padding: 10px 10px 5px 10px;
  -webkit-transform: rotate(-3deg);
  -khtml-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

@media only screen and (max-width: 568px) {
  .ll-intro h2 {
    font-size: 35px;
  }
}

.ll-intro h3 {
  color: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: normal;
  padding: 0px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 568px) {
  .ll-intro h3 {
    font-size: 30px;
  }
}

.ll-intro p {
  color: #FFF;
  margin: 0 0 65px;
}

@media only screen and (max-width: 768px) {
  .ll-intro p br {
    display: none;
  }
}

.ll-intro p img {
  max-width: 100%;
  height: auto;
}

.full-width-image {
  width: 100%;
  text-align: center;
  margin: 0 0 65px;
}

.full-width-image img {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.full-width-image img.desktop {
  display: block;
}

@media only screen and (max-width: 568px) {
  .full-width-image img.desktop {
    display: none;
  }
}

.full-width-image img.mobile {
  display: none;
}

@media only screen and (max-width: 568px) {
  .full-width-image img.mobile {
    display: block;
  }
}

.video .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  margin-bottom: 100px;
}

@media only screen and (max-width: 568px) {
  .video .player {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

.video .player-wrap {
  margin: 0 auto;
  display: block;
}

.video .player iframe, .video .player object, .video .player embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.page-template-page-landing .content-with-angled-title .book-link {
  text-align: center;
  background: #f0007e;
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 auto;
  width: 240px;
}

.page-template-page-landing .content-with-angled-title .book-link a {
  display: block;
  padding: 15px 30px 10px 30px;
  text-align: center;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-template-page-landing .content-with-angled-title .book-link a:hover {
  background: #4ccaf5;
}

.content-with-angled-title {
  text-align: center;
  padding: 100px 0;
}

.content-with-angled-title h2 {
  display: inline-block;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 64px;
  line-height: normal;
  color: #000;
  padding: 10px 20px 5px;
  text-transform: uppercase;
  -webkit-transform: rotate(-3deg);
  -khtml-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

@media only screen and (max-width: 568px) {
  .content-with-angled-title h2 {
    font-size: 24px;
  }
}

.content-with-angled-title p {
  font-size: 42px;
  line-height: normal;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-transform: uppercase;
  margin: 0 0 100px;
}

@media only screen and (max-width: 568px) {
  .content-with-angled-title p {
    font-size: 20px;
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 568px) and (max-width: 768px) {
  .content-with-angled-title p br {
    display: none;
  }
}

.ll-ctas {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1211px) {
  .ll-ctas {
    margin: 0 0 50px;
  }
}

.ll-ctas .ll-cta-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 1211px) {
  .ll-ctas .ll-cta-image {
    width: 40%;
  }
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-image {
    position: relative;
    top: auto;
    height: 200px;
    width: 100%;
    margin: 0 0 25px;
  }
}

.ll-ctas .ll-cta-image.fl {
  left: 0;
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-image.fl {
    left: auto;
  }
}

.ll-ctas .ll-cta-image.fr {
  right: 0;
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-image.fr {
    right: auto;
  }
}

.ll-ctas .ll-cta-video {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 1211px) {
  .ll-ctas .ll-cta-video {
    width: 40%;
    position: relative;
    top: auto;
    height: auto;
  }
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-video {
    width: 100%;
    margin: 0 0 25px;
  }
}

.ll-ctas .ll-cta-video.fl {
  left: 0;
}

@media only screen and (max-width: 1211px) {
  .ll-ctas .ll-cta-video.fl {
    float: left;
  }
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-video.fl {
    float: none;
    left: auto;
  }
}

.ll-ctas .ll-cta-video.fr {
  right: 0;
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-video.fr {
    right: auto;
  }
}

.ll-ctas .ll-cta-content {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 150px 100px;
}

@media only screen and (max-width: 1211px) {
  .ll-ctas .ll-cta-content {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .ll-ctas .ll-cta-content {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-content {
    height: auto;
    width: 100%;
    padding: 25px 0;
  }
}

.ll-ctas .ll-cta-content.fl {
  float: left;
}

@media only screen and (max-width: 1211px) {
  .ll-ctas .ll-cta-content.fl {
    padding: 0 50px 0 0;
  }
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-content.fl {
    float: none;
    padding: 0;
  }
}

.ll-ctas .ll-cta-content.fr {
  float: right;
}

@media only screen and (max-width: 1211px) {
  .ll-ctas .ll-cta-content.fr {
    padding: 0 0 0 50px;
  }
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-content.fr {
    float: none;
    padding: 0;
  }
}

.ll-ctas .ll-cta-content h2 {
  background: none;
  color: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 56px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 768px) {
  .ll-ctas .ll-cta-content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.ll-ctas .ll-cta-content p {
  color: #FFF;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .ll-ctas .ll-cta-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.ll-ctas .ll-cta-content ul {
  margin: 0 0 25px;
}

.ll-ctas .ll-cta-content ul li {
  color: #FFF;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  background: url("../img/tick.png") 0px 3px no-repeat;
  padding: 0 0 0 35px;
}

.ll-ctas .ll-cta-content .ll-cta {
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffe912;
  cursor: pointer;
}

.ll-ctas .ll-cta-content .ll-cta:hover {
  color: #4ccaf5;
}

.ll-ctas .ll-cta-content .arrows {
  display: none;
  position: absolute;
  bottom: -120;
  right: 50px;
}

@media only screen and (max-width: 1211px) {
  .ll-ctas .ll-cta-content .arrows {
    display: none !important;
  }
}

.ll-ctas .ll-cta-content .arrows.show {
  display: block;
}

.ll-ctas:first-of-type .arrows {
  display: none;
}

.ll-cta-block {
  text-align: center;
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 568px) {
  .ll-cta-block {
    margin: 0px 0 0 0;
  }
}

.ll-cta-block.arrows {
  position: relative;
  margin: 20px auto 0;
  padding: 40px 0 0;
  max-width: 550px;
}

@media only screen and (max-width: 568px) {
  .ll-cta-block.arrows {
    max-width: 330px;
    margin: 0 auto 0;
  }
}

.ll-cta-block.arrows:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url("../img/cta-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 80px;
}

@media only screen and (max-width: 568px) {
  .ll-cta-block.arrows:before {
    height: 58px;
    width: 44px;
  }
}

.ll-cta-block.arrows:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  background-image: url("../img/cta-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 50px;
}

@media only screen and (max-width: 568px) {
  .ll-cta-block.arrows:after {
    height: 30px;
    width: 30px;
    right: 20px;
  }
}

.ll-cta-block a {
  display: inline-block;
  background: #ffe912;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 82px;
  padding: 15px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 568px) {
  .ll-cta-block a {
    font-size: 40px;
    line-height: 40px;
  }
}

.ll-cta-block a:hover {
  background: #f0007e;
}

.ll-cta-block.nomodal {
  display: block;
}

.ll-cta-block.nomodal.show {
  display: none;
}

.ll-cta-block.modal {
  display: none;
}

.ll-cta-block.modal.show {
  display: block;
}

.ll-cta-block__text {
  font-size: 14px;
  color: white;
  margin: 40px auto;
  max-width: 400px;
  line-height: 1.4;
}

.ll-cta-block__text a:not(.button) {
  text-decoration: underline;
  display: inline;
  text-transform: initial;
  padding: 0;
  font-size: inherit;
  background: transparent;
  color: white;
  font-family: inherit;
  line-height: inherit;
}

.ll-cta-block__text a:not(.button):hover {
  background: transparent;
  text-decoration: underline;
}

.ll-cta-block__text a.button {
  margin-top: 30px;
  padding: 10px 20px;
  line-height: 1.3;
  font-size: 30px;
}

@media only screen and (max-width: 568px) {
  .ll-cta-block__text {
    font-size: 12px;
    max-width: 300px;
  }
  .ll-cta-block__text a.button {
    font-size: 18px;
  }
}

.ll-footer {
  padding: 100px 0;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .ll-footer {
    padding: 50px 0 80px;
  }
}

.ll-footer h2 {
  display: inline-block;
  background: #f0007e;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: normal;
  padding: 10px 10px 5px 10px;
  margin: 0 100px 5px 100px;
}

.ll-footer h2:last-of-type {
  margin: 0 0 30px;
}

@media only screen and (max-width: 568px) {
  .ll-footer h2 {
    font-size: 17px;
    margin: 0 0px 5px 0px;
  }
}

.ll-footer h2 span {
  display: inline-block;
  background: #f0007e;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: normal;
  padding: 10px 10px 5px 10px;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 568px) {
  .ll-footer h2 span {
    font-size: 36px;
  }
}

.ll-footer p {
  color: #FFF;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .ll-footer p {
    font-size: 16px;
    line-height: 24px;
  }
}

body.page-template-page-shoreditch .popup,
body.page-template-page-shoreditch .popup-overlay {
  display: none !important;
}

.mc4wp-form .form-item {
  float: left;
  width: 49%;
}

@media only screen and (max-width: 568px) {
  .mc4wp-form .form-item {
    float: none !important;
    width: 100%;
  }
}

.mc4wp-form .form-item:nth-child(even) {
  float: right;
}

.mc4wp-form .form-item label {
  display: none;
}

.mc4wp-form .form-item input {
  padding: 19px;
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  margin: 0 0 1em;
  font-size: 18px;
}

@media only screen and (max-width: 568px) {
  .mc4wp-form .form-item input {
    padding: 15px;
    font-size: 16px;
  }
}

.mc4wp-form .form-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1.0;
}

.mc4wp-form .form-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1.0;
}

.mc4wp-form .form-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1.0;
}

.mc4wp-form .form-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1.0;
}

.mc4wp-form .form-item select {
  padding: 15px 0 15px 20px;
  color: #FFF;
  font-size: 18px;
  width: 100%;
  background: #000 url(../img/select-arrow.png) 100% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #FFF;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.mc4wp-form .form-button {
  clear: both;
  width: 100%;
  text-align: right;
}

.mc4wp-form .form-button input[type="submit"] {
  background: #ffe912;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  padding: 15px 20px 13px 20px;
  width: auto;
  display: inline-block;
}

.mc4wp-form .form-button input[type="submit"]:hover {
  background: #4ccaf5;
}

/*** END ***/
/*** XMAS FORM ***/
#form_dcvoc fieldset {
  margin: 0;
  padding: 0;
  border: none;
  /* Used to add label to time dropdown */
}

#form_dcvoc fieldset select {
  padding: 15px 0 15px 20px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  background: #000 url(../img/select-arrow.png) 100% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #FFF;
  margin: 0 0 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

#form_dcvoc fieldset select:focus {
  outline: none;
}

#form_dcvoc fieldset .frm_label label {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 568px) {
  #form_dcvoc fieldset .frm_label label {
    width: 100%;
  }
}

#form_dcvoc fieldset .frm_label select {
  width: 50%;
}

@media only screen and (max-width: 568px) {
  #form_dcvoc fieldset .frm_label select {
    width: 100%;
  }
}

#form_dcvoc fieldset input {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  padding: 17px 20px;
}

#form_dcvoc fieldset input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1.0;
}

#form_dcvoc fieldset input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1.0;
}

#form_dcvoc fieldset input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1.0;
}

#form_dcvoc fieldset input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1.0;
}

#form_dcvoc fieldset input#field_qkngc,
#form_dcvoc fieldset input#field_qkngc2,
#form_dcvoc fieldset input#field_qkngc22,
#form_dcvoc fieldset input#field_qkngc3 {
  background: #000 url(../img/select-arrow.png) 100% 50% no-repeat;
}

#form_dcvoc fieldset .frm_submit {
  float: right;
}

#form_dcvoc fieldset .frm_submit button {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #ffe912;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
  padding: 10px 20px 7px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#form_dcvoc fieldset .frm_submit button:hover {
  background: #f0007e;
}

#form_dcvoc .frm_error_style {
  border: 1px solid #FF0000;
  background: #FF0000;
  color: #FFF;
  padding: 10px;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 20px;
  position: relative;
  top: -10px;
}

#form_dcvoc .frm_error_style p {
  margin: 0;
}

#form_dcvoc .frm_error {
  text-align: left;
  color: #FF0000;
  padding: 10px;
  font-size: 18px;
}

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

.pricing-block h2 {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  font-size: 50px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 568px) {
  .pricing-block h2 {
    font-size: 24px;
  }
}

.pricing-block__subtitle {
  color: #f0007e;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
}

@media only screen and (max-width: 568px) {
  .pricing-block__subtitle {
    font-size: 18px;
  }
}

.pricing-block__cost {
  font-size: 175px;
  line-height: 0.9;
  color: #4ccaf5;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (max-width: 568px) {
  .pricing-block__cost {
    font-size: 90px;
    margin-bottom: 10px;
  }
}

.pricing-block__unit {
  color: white;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 568px) {
  .pricing-block__unit {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.pricing-block__terms {
  color: white;
  font-size: 18px;
  max-width: 450px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 568px) {
  .pricing-block__terms {
    font-size: 12px;
    max-width: 320px;
    line-height: 1.4;
    margin: 0 auto 0;
  }
}

.location-info {
  text-align: center;
  padding: 40px 0;
}

.location-info__address {
  max-width: 400px;
  margin: 0 auto;
  color: #f0007e;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}

@media only screen and (max-width: 568px) {
  .location-info__address {
    font-size: 20px;
    max-width: 300px;
  }
}

.location-info__address br {
  display: none;
}

.location-info__times {
  font-size: 16px;
  color: white;
}

@media only screen and (max-width: 568px) {
  .location-info__times {
    font-size: 14px;
  }
}

/*** END ***/
.news-intro {
  margin: 0 0 100px;
  text-align: center;
}

.news-intro h2 {
  font-size: 42px;
  line-height: 50px;
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.blog-feed.border-bottom {
  border-bottom: 1px solid #5a5a5a;
}

.blog-content-wrapper {
  border-bottom: 1px solid #5a5a5a;
  padding: 0 0 100px;
}

@media only screen and (max-width: 568px) {
  .blog-content-wrapper {
    padding: 0 0 0 0;
  }
}

.blog-content-wrapper .blog-content {
  width: 780px;
  margin: 0 auto;
  *zoom: 1;
}

.blog-content-wrapper .blog-content:before, .blog-content-wrapper .blog-content:after {
  content: " ";
  display: table;
}

.blog-content-wrapper .blog-content:after {
  clear: both;
}

@media only screen and (max-width: 1211px) {
  .blog-content-wrapper .blog-content {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 50px 0;
  }
}

.blog-content-wrapper .blog-content-intro p {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
  color: #FFF;
}

@media only screen and (max-width: 568px) {
  .blog-content-wrapper .blog-content-intro p {
    font-size: 30px;
    line-height: 36px;
  }
}

.blog-content-wrapper .blog-content-main {
  margin: 0 0 50px;
}

.blog-content-wrapper .blog-content-main h3 {
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  font-weight: 700;
  font-family: "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
}

.blog-content-wrapper .blog-content-main p {
  font-size: 18px;
  line-height: 32px;
  color: #FFF;
  margin: 0 0 25px;
}

@media only screen and (max-width: 568px) {
  .blog-content-wrapper .blog-content-main p {
    font-size: 15px;
    line-height: 21px;
  }
}

.blog-content-wrapper .blog-content-main a {
  color: #FFF;
}

.blog-content-wrapper .blog-content-main a:hover {
  text-decoration: none;
}

.blog-content-wrapper .blog-content-main img {
  max-width: 100%;
  height: auto;
}

.blog-content-wrapper .blog-content .sharing {
  *zoom: 1;
}

.blog-content-wrapper .blog-content .sharing:before, .blog-content-wrapper .blog-content .sharing:after {
  content: " ";
  display: table;
}

.blog-content-wrapper .blog-content .sharing:after {
  clear: both;
}

.blog-content-wrapper .blog-content .sharing h3 {
  font-size: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffe912;
  float: left;
  margin: 0 30px 0 0;
}

.blog-content-wrapper .blog-content .sharing ul {
  margin: 0;
  padding: 0;
}

.blog-content-wrapper .blog-content .sharing ul li {
  float: left;
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.blog-content-wrapper .blog-content .sharing ul li:hover {
  color: #ffe912;
}

body.page-template-page-pricing .location-intro {
  display: none;
}

body.page-template-page-pricing {
  padding: 150px 0 0 0;
  background: #000 url("../img/pricing-background.jpg") 50% 0% no-repeat;
  background-size: cover;
}

.pricing-title-1 {
  width: 100%;
  text-align: center;
  transform: rotate(-1deg);
  margin: 0 0 100px;
}

.pricing-title-1 h2 {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 52px;
  display: inline-block;
  background: #4ccaf5;
  padding: 0.5em 0.5em;
  color: #000;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .pricing-title-1 h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 568px) {
  .pricing-title-1 h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

.price-type-wrapper {
  max-width: 1180px;
  margin: 0 auto 65px auto;
}

.price-type-wrapper .price-type {
  float: left;
  width: 50%;
  text-align: center;
}

.price-type-wrapper .price-type:first-of-type {
  background: url("../img/pricing-divider.png") 100% 50% no-repeat;
}

.price-type-wrapper .price-type .text {
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 46px;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .price-type-wrapper .price-type .text {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 568px) {
  .price-type-wrapper .price-type .text {
    font-size: 12px;
    line-height: 12px;
  }
}

.price-type-wrapper .price-type .sub-text {
  color: #f0007e;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .price-type-wrapper .price-type .sub-text {
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 568px) {
  .price-type-wrapper .price-type .sub-text {
    font-size: 12px;
    line-height: 12px;
  }
}

.price-type-wrapper .price-type .amount {
  color: #ffe912;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 160px;
  line-height: 160px;
  margin: 0;
  padding: 20px 0;
}

@media only screen and (max-width: 768px) {
  .price-type-wrapper .price-type .amount {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 568px) {
  .price-type-wrapper .price-type .amount {
    font-size: 46px;
    line-height: 46px;
  }
}

.pricing-information-panels {
  max-width: 1180px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .pricing-information-panels {
    padding: 0 20px;
  }
}

.pricing-information-panels ul {
  margin: 0;
  padding: 0;
}

.pricing-information-panels ul li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 45px 20px 0px 20px;
  height: 475px;
  position: relative;
  background: #121212;
}

.pricing-information-panels ul li:last-child {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .pricing-information-panels ul li {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    height: auto;
    padding: 20px 20px 100px 20px;
  }
}

.pricing-information-panels ul li h3 {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  color: #ffe912;
  margin: 0 0 20px;
  padding: 0;
}

@media only screen and (max-width: 568px) {
  .pricing-information-panels ul li h3 {
    font-size: 22px;
    line-height: 22px;
  }
}

.pricing-information-panels ul li h4 {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
  color: #FFF;
  margin: 0 0 60px;
  padding: 0;
}

@media only screen and (max-width: 568px) {
  .pricing-information-panels ul li h4 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 30px;
  }
}

.pricing-information-panels ul li p {
  color: #FFF;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .pricing-information-panels ul li p {
    font-size: 16px;
    line-height: 22px;
  }
}

.pricing-information-panels ul li .button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
}

.pricing-information-panels ul li .button a {
  display: block;
  background: #ffe912;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 0;
}

.pricing-information-panels ul li .button a:hover {
  background: #4ccaf5;
}

.content-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  *zoom: 1;
}

.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}

.content-wrapper:after {
  clear: both;
}

@media only screen and (max-width: 1211px) {
  .content-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}

.hero {
  height: 550px;
  position: relative;
}

.hero-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .hero-text {
    padding: 0 20px;
  }
}

.hero-text h1 {
  width: 206px;
  height: 200px;
  margin: 0 auto 20px auto;
  background: url(../img/hero-logo.svg) top center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: block;
}

@media only screen and (max-width: 568px) {
  .hero-text h1 {
    width: 200px;
    height: 200px;
  }
}

.hero-text .strapline {
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 54px;
  line-height: normal;
  background: #4ccaf5;
  display: inline-block;
  padding: 12px 25px 7px 25px;
  -webkit-transform: rotate(-2deg);
  -khtml-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

@media only screen and (max-width: 768px) {
  .hero-text .strapline {
    font-size: 46px;
    padding: 15px 25px 10px 25px;
  }
}

@media only screen and (max-width: 568px) {
  .hero-text .strapline {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
  }
}

.hero .down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
  cursor: pointer;
}

.hero .down i {
  cursor: pointer;
  background-color: #ffe912;
  border-radius: 100%;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  opacity: .2;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade-indicators;
  animation-name: fade-indicators;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.hero .down i:nth-child(1) {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.hero .down i:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.hero .down i:nth-child(3) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.hero.nomargin {
  margin: 0 !important;
}

@-webkit-keyframes fade-indicators {
  0% {
    opacity: .2;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: .2;
  }
  100% {
    opacity: .2;
  }
}

@-moz-keyframes fade-indicators {
  0% {
    opacity: .2;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: .2;
  }
  100% {
    opacity: .2;
  }
}

@-o-keyframes fade-indicators {
  0% {
    opacity: .2;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: .2;
  }
  100% {
    opacity: .2;
  }
}

@keyframes fade-indicators {
  0% {
    opacity: .2;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: .2;
  }
  100% {
    opacity: .2;
  }
}

body.page-template-page-faqs .hero,
body.page-template-page-group-bookings .hero,
body.page-template-page-contact .hero,
body.page-template-page-news .hero,
body.page-template-page-careers .hero,
body.single-post .hero,
body.page-template-page-content .hero,
body.error404 .hero {
  height: 500px;
  margin: 0 0 100px;
  padding: 0 20px;
}

@media only screen and (max-width: 568px) {
  body.page-template-page-faqs .hero,
  body.page-template-page-group-bookings .hero,
  body.page-template-page-contact .hero,
  body.page-template-page-news .hero,
  body.page-template-page-careers .hero,
  body.single-post .hero,
  body.page-template-page-content .hero,
  body.error404 .hero {
    height: 300px;
  }
}

body.page-template-page-faqs .hero-title,
body.page-template-page-group-bookings .hero-title,
body.page-template-page-contact .hero-title,
body.page-template-page-news .hero-title,
body.page-template-page-careers .hero-title,
body.single-post .hero-title,
body.page-template-page-content .hero-title,
body.error404 .hero-title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

body.page-template-page-faqs .hero-title h1 span,
body.page-template-page-group-bookings .hero-title h1 span,
body.page-template-page-contact .hero-title h1 span,
body.page-template-page-news .hero-title h1 span,
body.page-template-page-careers .hero-title h1 span,
body.single-post .hero-title h1 span,
body.page-template-page-content .hero-title h1 span,
body.error404 .hero-title h1 span {
  background: #4ccaf5;
  display: inline-block;
  font-size: 86px;
  color: #000;
  line-height: 90px;
  padding: 15px 50px;
}

@media only screen and (max-width: 1211px) {
  body.page-template-page-faqs .hero-title h1 span,
  body.page-template-page-group-bookings .hero-title h1 span,
  body.page-template-page-contact .hero-title h1 span,
  body.page-template-page-news .hero-title h1 span,
  body.page-template-page-careers .hero-title h1 span,
  body.single-post .hero-title h1 span,
  body.page-template-page-content .hero-title h1 span,
  body.error404 .hero-title h1 span {
    font-size: 9vw;
    line-height: normal;
    padding: 15px 30px 10px 30px;
  }
}

body.page-template-page-faqs .hero .message1,
body.page-template-page-group-bookings .hero .message1,
body.page-template-page-contact .hero .message1,
body.page-template-page-news .hero .message1,
body.page-template-page-careers .hero .message1,
body.single-post .hero .message1,
body.page-template-page-content .hero .message1,
body.error404 .hero .message1 {
  background: #4ccaf5;
  color: #000;
  display: inline-block;
  line-height: normal;
  padding: 20px 50px 10px 50px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 90px;
}

@media only screen and (max-width: 568px) {
  body.page-template-page-faqs .hero .message1,
  body.page-template-page-group-bookings .hero .message1,
  body.page-template-page-contact .hero .message1,
  body.page-template-page-news .hero .message1,
  body.page-template-page-careers .hero .message1,
  body.single-post .hero .message1,
  body.page-template-page-content .hero .message1,
  body.error404 .hero .message1 {
    font-size: 9vw;
    padding: 15px 30px 10px 30px;
  }
}

body.page-template-page-faqs .hero .message2,
body.page-template-page-group-bookings .hero .message2,
body.page-template-page-contact .hero .message2,
body.page-template-page-news .hero .message2,
body.page-template-page-careers .hero .message2,
body.single-post .hero .message2,
body.page-template-page-content .hero .message2,
body.error404 .hero .message2 {
  background: #000;
  background: #ffe912;
  display: inline-block;
  line-height: normal;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

body.page-template-page-faqs .hero .message2 a,
body.page-template-page-group-bookings .hero .message2 a,
body.page-template-page-contact .hero .message2 a,
body.page-template-page-news .hero .message2 a,
body.page-template-page-careers .hero .message2 a,
body.single-post .hero .message2 a,
body.page-template-page-content .hero .message2 a,
body.error404 .hero .message2 a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 15px 30px 15px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.page-template-page-faqs .hero .message2 a:hover,
body.page-template-page-group-bookings .hero .message2 a:hover,
body.page-template-page-contact .hero .message2 a:hover,
body.page-template-page-news .hero .message2 a:hover,
body.page-template-page-careers .hero .message2 a:hover,
body.single-post .hero .message2 a:hover,
body.page-template-page-content .hero .message2 a:hover,
body.error404 .hero .message2 a:hover {
  background: #FFF;
}

/* Tour */
.tour {
  position: relative;
  width: auto;
  margin: 20px;
  transition: all 0.5s;
}

.tour-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 600px;
  padding-top: 180px;
  opacity: 1;
  transition: all 0.5s;
}

@media only screen and (max-width: 568px) {
  .tour-overlay {
    display: none;
  }
}

.tour-overlay p {
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
}

.tour-overlay .strapline {
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 64px;
  line-height: normal;
  background: #4ccaf5;
  display: inline-block;
  padding: 15px 30px 10px 30px;
  transform: rotate(-2deg);
}

@media only screen and (max-width: 768px) {
  .tour-overlay .strapline {
    font-size: 46px;
    padding: 15px 25px 10px 25px;
  }
}

@media only screen and (max-width: 568px) {
  .tour-overlay .strapline {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
  }
}

.tour:hover .tour-overlay {
  transition: all 0.5s;
  opacity: 0;
  padding-top: 30px;
  height: 1px;
  overflow: hidden;
}

.unidays {
  padding: 130px 0 0 0;
  width: 990px;
  margin: 0 auto 100px auto;
}

@media only screen and (max-width: 1211px) {
  .unidays {
    padding: 50px 0 0 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .unidays {
    margin: 0 auto 50px auto;
  }
}

.unidays img {
  width: 100%;
  height: auto;
}

.unidays-straplines {
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
}

.unidays-straplines.last {
  margin: 0 0 100px;
}

.unidays-straplines-strap1, .unidays-straplines-strap2 {
  background: #f0007e;
  display: inline-block;
  padding: 12px 25px 7px 25px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 64px;
  position: relative;
  -webkit-transform: rotate(-2deg);
  -khtml-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

@media only screen and (max-width: 768px) {
  .unidays-straplines-strap1, .unidays-straplines-strap2 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 568px) {
  .unidays-straplines-strap1, .unidays-straplines-strap2 {
    font-size: 24px;
    line-height: 24px;
  }
}

.unidays-straplines-strap1 {
  left: -100px;
}

@media only screen and (max-width: 768px) {
  .unidays-straplines-strap1 {
    left: -50px;
  }
}

@media only screen and (max-width: 568px) {
  .unidays-straplines-strap1 {
    left: 0;
  }
}

.unidays-straplines-strap2 {
  right: -100px;
}

@media only screen and (max-width: 768px) {
  .unidays-straplines-strap2 {
    right: -50px;
  }
}

@media only screen and (max-width: 568px) {
  .unidays-straplines-strap2 {
    right: 0;
  }
}

.landing-row {
  height: 500px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .landing-row {
    height: auto;
    margin: 0 0 50px;
  }
}

.landing-row .grid-content {
  width: 35%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
}

@media only screen and (max-width: 768px) {
  .landing-row .grid-content {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.landing-row .grid-content.right {
  left: auto;
  right: 5%;
}

.landing-row .grid-content h2 {
  background: #ffe912;
  display: inline-block;
  padding: 12px 15px 7px 15px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  position: relative;
  color: #000;
  margin: 0 0 5px;
}

@media only screen and (max-width: 768px) {
  .landing-row .grid-content h2 {
    font-size: 24px;
    line-height: 24px;
  }
}

.landing-row .grid-content h2:last-of-type {
  margin: 0 0 25px;
}

.landing-row .grid-content h2.blue {
  background: #4ccaf5;
}

.landing-row .grid-content h2.magenta {
  background: #f0007e;
}

.landing-row .grid-content p {
  color: #FFF;
}

.landing-row .grid-content .book-button a {
  background: #ffe912;
  color: #000;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 15px 12px 15px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.landing-row .grid-content .book-button a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #4ccaf5;
}

.landing-row .grid-content .apps h3 {
  color: #FFF;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
}

.landing-row .grid-content .apps .app-image {
  height: 50px;
  float: left;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 568px) {
  .landing-row .grid-content .apps .app-image {
    margin: 0 0 10px 0;
  }
}

.landing-row .grid-content .apps .app-image img {
  display: block;
  height: 100%;
  width: auto;
}

.landing-row .grid-image {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .landing-row .grid-image {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: 300px;
    margin: 0 0 20px;
  }
}

.landing-row .grid-image.left {
  right: auto;
  left: 0;
}

.our-locations {
  margin: 0 0 75px;
  text-align: center;
}

.our-locations-intro {
  margin: 0 0 75px;
}

.our-locations h2 {
  background: #4ccaf5;
  display: inline-block;
  padding: 12px 25px 7px 25px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 64px;
  position: relative;
  color: #000;
  margin: 120px 0;
  -webkit-transform: rotate(-2deg);
  -khtml-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

@media only screen and (max-width: 768px) {
  .our-locations h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 568px) {
  .our-locations h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 50px;
  }
}

.our-locations .locations-grid-item {
  float: left;
  height: 400px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 568px) {
  .our-locations .locations-grid-item {
    width: 100% !important;
    height: 250px;
    margin: 0 0 20px !important;
  }
}

.our-locations .locations-grid-item a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
}

.our-locations .locations-grid-item a h3 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  padding: 12px 15px 7px 15px;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  position: relative;
  color: #000;
}

@media only screen and (max-width: 568px) {
  .our-locations .locations-grid-item a h3 {
    font-size: 24px;
    line-height: 24px;
  }
}

.our-locations .locations-grid-item:nth-child(1) {
  width: 48%;
  margin: 0 0 2% 0;
}

.our-locations .locations-grid-item:nth-child(1) a {
  display: block;
}

.our-locations .locations-grid-item:nth-child(1) a .locations-background {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url(https://www.junkyardgolfclub.co.uk/wp-content/themes/junkyard-golf/img/junkyardgolfclub-home-manchester-20190223.jpg) center center no-repeat;
  background-size: cover;
}

.our-locations .locations-grid-item:nth-child(1) a h3 {
  background: #4ccaf5;
}

.our-locations .locations-grid-item:nth-child(1):hover .locations-background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.our-locations .locations-grid-item:nth-child(2) {
  width: 48%;
  float: right;
  margin: 0 0 2% 0;
}

.our-locations .locations-grid-item:nth-child(2) a {
  display: block;
}

.our-locations .locations-grid-item:nth-child(2) a .locations-background {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url(https://www.junkyardgolfclub.co.uk/wp-content/themes/junkyard-golf/img/london.jpg) center center no-repeat;
  background-size: cover;
}

.our-locations .locations-grid-item:nth-child(2) a h3 {
  background: #f0007e;
}

.our-locations .locations-grid-item:nth-child(2):hover .locations-background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.our-locations .locations-grid-item:nth-child(3) {
  width: 32%;
  background: url(https://www.junkyardgolfclub.co.uk/wp-content/themes/junkyard-golf/img/junkyardgolfclub-home-leeds-2019.jpg) center center no-repeat;
  background-size: cover;
  margin: 0 2% 2% 0;
}

.our-locations .locations-grid-item:nth-child(3) a {
  display: block;
}

.our-locations .locations-grid-item:nth-child(3) a .locations-background {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url(https://www.junkyardgolfclub.co.uk/wp-content/themes/junkyard-golf/img/junkyardgolfclub-home-leeds-2019.jpg) center center no-repeat;
  background-size: cover;
}

.our-locations .locations-grid-item:nth-child(3) a h3 {
  background: #f0007e;
}

.our-locations .locations-grid-item:nth-child(3):hover .locations-background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.our-locations .locations-grid-item:nth-child(4) {
  width: 32%;
  background: url(https://www.junkyardgolfclub.co.uk/wp-content/themes/junkyard-golf/img/liverpool.jpg) center center no-repeat;
  background-size: cover;
  margin: 0 2% 2% 0;
}

.our-locations .locations-grid-item:nth-child(4) a {
  display: block;
}

.our-locations .locations-grid-item:nth-child(4) a .locations-background {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url(https://www.junkyardgolfclub.co.uk/wp-content/themes/junkyard-golf/img/liverpool.jpg) center center no-repeat;
  background-size: cover;
}

.our-locations .locations-grid-item:nth-child(4) a h3 {
  background: #ffe912;
}

.our-locations .locations-grid-item:nth-child(4):hover .locations-background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.our-locations .locations-grid-item:nth-child(5) {
  width: 32%;
  background: url(https://www.junkyardgolfclub.co.uk/wp-content/themes/junkyard-golf/img/oxford.jpg) center center no-repeat;
  background-size: cover;
  margin: 0 0% 2% 0;
}

.our-locations .locations-grid-item:nth-child(5) a {
  display: block;
}

.our-locations .locations-grid-item:nth-child(5) a .locations-background {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: url(https://www.junkyardgolfclub.co.uk/wp-content/themes/junkyard-golf/img/oxford.jpg) center center no-repeat;
  background-size: cover;
}

.our-locations .locations-grid-item:nth-child(5) a h3 {
  background: #4ccaf5;
}

.our-locations .locations-grid-item:nth-child(5):hover .locations-background {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.location-popup-content {
  position: fixed;
  top: 10%;
  width: 70%;
  z-index: 1001;
  left: 50%;
  margin-left: -35%;
  display: none;
}

@media only screen and (max-width: 568px) {
  .location-popup-content {
    position: absolute;
    width: 90%;
    margin-left: -45%;
  }
}

.location-popup-content h3 {
  color: #ffe912;
  text-transform: uppercase;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
}

@media only screen and (max-width: 568px) {
  .location-popup-content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}

.location-popup-content .our-locations .locations-grid-item {
  height: 220px;
}

@media only screen and (max-width: 568px) {
  .location-popup-content .our-locations .locations-grid-item {
    height: 100px;
  }
}

.location-popup-close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 34px;
  background: url("../img/close.svg") top right no-repeat;
  background-size: cover;
  z-index: 1001;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 568px) {
  .location-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 24px;
  }
}

.location-popup-overlay {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

body.page-template-page-menu {
  background-image: url("../img/menu-speckles.png"), url("../img/menu-header.jpg");
  background-size: 100%;
  background-position: center top 500px, center top -150px;
  background-repeat: no-repeat;
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  body.page-template-page-menu {
    background-position: center top 300px, center top 60px;
  }
}

.menu .content-wrapper:first-child {
  padding-top: 120px;
  text-align: center;
}

.menu .content-wrapper h1 {
  font-size: 86px;
  color: black;
  background: #4ccaf5;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 50px;
}

@media only screen and (max-width: 768px) {
  .menu .content-wrapper h1 {
    font-size: 26px;
    padding: 10px 25px;
  }
}

.menu nav {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .menu nav {
    margin-bottom: 10px;
  }
}

.menu nav li {
  display: inline-block;
  padding: 25px 20px;
  width: 100%;
  max-width: 245px;
  text-align: center;
  margin: 0 5px;
  background: #121212;
  color: #f0007e;
  line-height: 0.9;
}

@media only screen and (max-width: 768px) {
  .menu nav li {
    font-size: 15px;
    padding: 10px;
    max-width: 80px;
  }
}

.menu nav li.active {
  background: #ffe912;
  color: #000;
}

.menu nav li:not(.active):hover {
  color: #ffe912;
  cursor: pointer;
}

.menu__section {
  margin-top: 40px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu__section {
    margin-top: 10px;
  }
}

.menu__section:first-of-type {
  display: block;
}

.menu__section.menu--active {
  display: block;
}

.menu__section h2 {
  color: white;
  font-size: 42px;
  text-align: center;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .menu__section h2 {
    font-size: 28px;
  }
}

.menu__section h3 {
  font-size: 42px;
  color: black;
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  background: #ffe912;
}

@media only screen and (max-width: 768px) {
  .menu__section h3 {
    font-size: 22px;
  }
}

.menu__section .menu__group:nth-child(3n + 3) h3, .menu__section .menu__group:nth-child(3) h3 {
  background: #f0007e;
}

.menu__section .menu__group:nth-child(3n + 4) h3, .menu__section .menu__group:nth-child(4) h3 {
  background: #4ccaf5;
}

.menu__section.menu--cocktails {
  max-width: 800px;
  color: white;
}

.menu__section.menu--cocktails .menu__section-wrap {
  display: flex;
  flex-wrap: wrap;
}

.menu__section.menu--cocktails .menu__item-wrap {
  width: 50%;
  max-width: 380px;
  padding: 0 10px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .menu__section.menu--cocktails .menu__item-wrap {
    font-size: 12px;
    line-height: 1.6;
  }
}

.menu__section.menu--cocktails .menu__item-wrap img {
  width: 100%;
  object-fit: cover;
  box-shadow: inset 0 0 3px black;
  vertical-align: bottom;
}

.menu__section.menu--cocktails .menu__item-wrap:nth-child(2n + 3) .menu__item-name, .menu__section.menu--cocktails .menu__item-wrap:nth-child(2) .menu__item-name {
  background: #f0007e;
}

.menu__section.menu--cocktails .menu__item-wrap:nth-child(3n + 3) .menu__item-name, .menu__section.menu--cocktails .menu__item-wrap:nth-child(3) .menu__item-name {
  background: #ffe912;
}

.menu__section.menu--cocktails .menu__item-name {
  font-size: 42px;
  margin-bottom: 0;
  color: black;
  background: #4ccaf5;
  line-height: 1;
  display: inline-flex;
  padding: 10px 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: -10px;
}

@media only screen and (max-width: 768px) {
  .menu__section.menu--cocktails .menu__item-name {
    font-size: 20px;
  }
}

.menu__section.menu--cocktails .menu__item-name,
.menu__section.menu--cocktails .menu__item-price {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.menu__section.menu--cocktails .menu__item-price {
  font-size: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .menu__section.menu--cocktails .menu__item-price {
    line-height: 0.7;
  }
}

.menu__group {
  margin-bottom: 150px;
}

.menu__group ul {
  font-family: 'norwesterregular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  font-size: 30px;
}

.menu__group ul li {
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .menu__group ul li {
    font-size: 14px;
  }
}

.menu__group ul li:after {
  position: absolute;
  content: '.........................................................................................................';
  letter-spacing: 7px;
  color: #4ccaf5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.menu__group ul li span {
  color: #ffe912;
  float: right;
  display: inline-block;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Border-box-sizing for all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*===========================================================================
  FIXES & TYPOGRAHY
===========================================================================*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* OLD BROWSERS ALERT - Browse Happy Splash Screen Styles */
.browse-happy {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  height: 100%;
  width: 100%;
  text-align: center;
}

.browse-happy p {
  color: #B8222F;
}

.browse-happy p a {
  color: #B8222F;
  text-decoration: underline;
}

/*===========================================================================
  TYPEOGRAPHY SCALE
===========================================================================*/
html {
  font-size: 1em;
  /* Change this Value to Scale Text Overall  */
}

html, body {
  height: 100%;
}

body {
  font-family: "Helvetica", Arial, sans-serif;
  line-height: 1.5em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
  background: #000;
  margin-top: 90px;
}

body.page-template-page-unidays {
  background: #000 url("../img/speckles.png") top center repeat-y;
  background-size: cover;
  background-attachment: fixed;
}

body.page-template-page-landing {
  margin-top: 150px;
}

body.page-template-page-landing#hide {
  margin-top: 50px;
}

body.page-template-page-booking {
  margin-top: 0px;
}

/* Table Styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  background: #ededed;
}

table th {
  text-align: left;
  font-weight: 600;
  background: #a9a9a9;
  color: #ffffff;
}

table th, table td {
  border: 1px solid #cccccc;
  padding: 0.5em;
}

table th {
  vertical-align: bottom;
}

table td {
  vertical-align: top;
}

/* Wordpress Core Content Styles */
.alignnone {
  margin: 0 1.5em 1.5em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 1.5em auto;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

a img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 1em;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 1.5em 1.5em 1.5em 0;
}

.wp-caption.alignleft {
  margin: 1.5em 1.5em 1.5em 0;
}

.wp-caption.alignright {
  margin: 1.5em 0 1.5em 1.5em;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #ededed;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);;
  -khtml-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);;
  -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);;
  -ms-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);;
  -o-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 1em;
  line-height: normal;
  padding: 1em;
  text-decoration: none;
  top: 1em;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*===========================================================================
  STRUCTURE
===========================================================================*/
.left {
  float: left;
}

.right {
  float: right;
}

.pagination {
  clear: both;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    max-width: 320px;
    margin: 0 auto;
    background: #ffffff;
  }
}

/*===========================================================================
  PAGES
===========================================================================*/
/* Home */
/* About */
/* Blog */
/* Contact */
/*===========================================================================
  RESPONSIVE CONTAINER
===========================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/*===========================================================================
  FORMS
===========================================================================*/
/* Disable Webkit Browser Default Styling */
input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input, textarea {
  border-radius: 0;
  background: #ededed;
}

input,
textarea,
select {
  outline: 0;
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  border: 1px solid #cccccc;
  background: #ededed;
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input:focus,
textarea:focus,
select:focus {
  border: solid 1px #B8222F;
}

label {
  display: block;
  font-size: 18px;
  color: #FFF;
  text-align: left;
  font-weight: 300;
  padding: 10px 20px 10px 20px;
}

input[type="submit"] {
  border: 1px solid #B8222F;
  color: #B8222F;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover {
  color: #ffffff;
  background: #B8222F;
}
