/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.outer {
  padding-left: 5%;
  padding-right: 5%; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.cf:before,
.cf:after,
.group:before,
.group:after {
  content: " ";
  display: table; }

.cf:after,
.group:after {
  clear: both; }

img {
  display: block; }

.last {
  margin-right: 0 !important; }

html {
  box-sizing: border-box; }

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

html {
  color: #635f5b;
  font-size: 100%;
  font-weight: 300;
  -webkit-tap-highlight-color: #0c0b0a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: url("../images/paper-texture.jpg") repeat center top;
  background-color: #f4f4f4;
  color: #635f5b;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  min-height: 100%;
  width: 100%; }

hr {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  display: inline-block;
  width: 100%;
  background-color: yellow;
  border-top: 1px solid #aaa39e;
  border-bottom: 1px solid #928983;
  opacity: 0.3; }

a,
a:visited {
  color: #6bbe74;
  text-decoration: none;
  transition: color .25s ease-in-out; }
  a:hover,
  a:visited:hover {
    color: shade(#6bbe74, 15%); }
  a:active,
  a:visited:active {
    color: shade(#6bbe74, 15%); }

ul {
  color: #635f5b;
  font-size: 1em;
  font-weight: 300;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.125em; }
  ul li {
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0; }

ol li {
  font-size: .875em;
  list-style: decimal;
  margin: 0;
  padding: 0; }

dl {
  color: #635f5b;
  font-size: 1em;
  font-weight: 300;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0 0 0.625em 0;
  padding: 0; }
  dl dt {
    font-weight: 400; }
  dl dd {
    margin: 0 0 1em 0; }
    dl dd:last-of-type {
      margin-bottom: 0; }

table {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif; }
  table th,
  table td {
    background: none;
    color: #635f5b;
    font-weigth: 300;
    font-size: .75em; }
  table thead tr {
    border-bottom: 2px solid #ddd; }
  table thead th {
    color: #666;
    font-size: .75em; }
    table thead th .light-grey-text {
      color: #afaba8; }
  table tbody tr {
    border-bottom: 1px solid #e3e3e3; }
  table tbody td {
    color: #999; }

figure {
  margin: 0;
  padding: 0; }

figcaption {
  margin: 0;
  padding: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 100%; }

label {
  display: block;
  color: #635f5b;
  margin-bottom: 0.312em;
  font-size: 0.750em;
  font-weight: 300; }

input[type="text"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em;
  margin-bottom: 1.25em; }
  input[type="text"]:focus {
    outline: none;
    border: 2px solid #aaa39e; }

input[type="email"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em;
  margin-bottom: 1.25em; }
  input[type="email"]:focus {
    outline: none;
    border: 2px solid #aaa39e; }

input[type="number"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em;
  margin-bottom: 1.25em; }
  input[type="number"]:focus {
    outline: none;
    border: 2px solid #aaa39e; }

input[type="tel"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em;
  margin-bottom: 1.25em; }
  input[type="tel"]:focus {
    outline: none;
    border: 2px solid #aaa39e; }

input[type="date"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em;
  margin-bottom: 1.25em; }
  input[type="date"]:focus {
    outline: none;
    border: 2px solid #aaa39e; }

textarea {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 0.625em;
  min-height: 9em;
  max-height: 20em;
  margin-bottom: 1.25em;
  resize: vertical; }
  textarea:focus {
    outline: none;
    border: 2px solid #aaa39e; }

select {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  line-height: 40px;
  width: 100%;
  padding-left: 0.625em;
  color: #635f5b;
  margin-bottom: 1.25em; }
  select:focus {
    outline: none;
    border: 2px solid #aaa39e; }

input[type="submit"] {
  color: white;
  text-transform: uppercase;
  height: 50px;
  background-color: #6bbe74;
  background-position: top;
  font-weight: 300;
  border: 0;
  border-radius: 5px;
  padding: 0 2.5em 0 2.5em;
  transition-duration: .5s;
  margin-bottom: 1.25em; }
  input[type="submit"]:hover {
    color: rgba(255, 255, 255, 0.75);
    transition-duration: .5s; }
  input[type="submit"]:focus {
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #635f5b;
  font-family: "Halant", Georgia, Times, "Times New Roman", sans-serif;
  font-weight: 400;
  margin: 0 0 .625em 0; }

h1 {
  color: #272422;
  font-weight: 400;
  font-size: 2.25em;
  line-height: 1.2; }

h2 {
  color: #272422;
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 0.321em; }

h3 {
  font-size: 1.25em;
  line-height: 1.4; }

h4 {
  font-size: 1em;
  font-weight: 300;
  margin: 0 0 .321em 0; }

h5 {
  color: tint(#635f5b, 20%);
  font-size: 1em;
  font-weight: 300; }

h6 {
  color: tint(#635f5b, 40%);
  font-size: 1em;
  font-weight: 300; }

p {
  font-size: .875em;
  margin: 0 0 1em 0; }

b {
  color: #635f5b;
  font-size: 1em;
  font-weight: 700;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0.625em;
  display: inline-block; }

em {
  font-weight: 400; }

.highlighted-text {
  color: #ef6937;
  font-weight: 700; }

.highlighted-text-white {
  color: white;
  font-weight: 700; }

.lead, .index-page .text-container:first-of-type > p:first-of-type,
.cottages-page .text-container:first-of-type > p:first-of-type,
.area-page .text-container:first-of-type > p:first-of-type {
  font-size: 1em;
  color: #484643; }

/*.highlight-paragraph{
	font-weight: $font-base-weight-medium;
	font-family: $font-base-family;
	color: $color-brand-secondary;
	margin-top: 0;
	font-size: 1.125em;
	line-height: 1.5em;
}
*/
.site-header {
  background-color: rgba(39, 36, 34, 0.95);
  padding-top: 1.1em;
  padding-bottom: 1.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .site-header .inner {
    position: relative; }

.header-logo {
  font-size: 1em;
  background: url("../images/icons/rookery-logo-light.svg") no-repeat center top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 3.125em;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -.25em;
  left: 0;
  width: 6.188em; }
  @media only screen and (min-width: 921px) {
    .header-logo {
      height: 4.5em;
      top: 0;
      width: 9em; } }
  .header-logo a {
    display: block;
    width: 100%;
    height: 100%; }
  .header-logo span {
    display: none; }

#navigation-toggle {
  background: #35312e;
  border: 2px solid #494340;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-size: .875em;
  line-height: 1;
  margin-top: .25em;
  padding: .75em .875em;
  transition: border-color .25s ease-in-out; }
  #navigation-toggle:hover {
    border-color: #5d5652; }
  #navigation-toggle.active {
    border-color: #5d5652; }
  @media only screen and (min-width: 921px) {
    #navigation-toggle {
      display: none; } }
  #navigation-toggle p {
    margin: 0;
    color: white; }

.nav-collapse {
  clear: both; }
  @media only screen and (min-width: 921px) {
    .nav-collapse {
      clear: none;
      margin-left: 8em; } }

.nav-wrap {
  padding-top: 1em; }
  @media only screen and (min-width: 921px) {
    .nav-wrap {
      padding-top: 0; } }

.header-contact-details {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-width: 2px 0;
  padding-top: .75em;
  padding-bottom: .75em; }
  @media only screen and (min-width: 921px) {
    .header-contact-details {
      border: 0;
      padding: 0;
      text-align: right;
      margin-bottom: 1.25em; } }
  .header-contact-details li {
    color: white;
    font-size: 1em;
    font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
    font-weight: 300; }
    @media only screen and (min-width: 640px) {
      .header-contact-details li {
        display: inline-block;
        margin-left: .75em;
        margin-right: .75em; } }
  .header-contact-details a,
  .header-contact-details a:visited {
    color: white; }
    .header-contact-details a:hover,
    .header-contact-details a:visited:hover {
      color: white;
      color: rgba(255, 255, 255, 0.75); }
  .header-contact-details img {
    display: inline-block;
    margin-right: 0.625em;
    height: 15px;
    width: auto;
    opacity: 0.3; }

.navigation-list {
  padding-top: 1em;
  text-align: center; }
  @media only screen and (min-width: 921px) {
    .navigation-list {
      padding-top: 0;
      text-align: right; } }
  .navigation-list li {
    display: block;
    font-size: .875em; }
    @media only screen and (min-width: 640px) {
      .navigation-list li {
        font-size: .813em;
        display: inline-block;
        margin-left: .75em;
        margin-right: .75em; } }
    @media only screen and (min-width: 921px) {
      .navigation-list li {
        margin-left: .25em;
        margin-right: .25em; } }
    @media only screen and (min-width: 921px) {
      .navigation-list li {
        margin-left: .4em;
        margin-right: .4em; } }
    @media only screen and (min-width: 1060px) {
      .navigation-list li {
        margin-left: 1em;
        margin-right: 1em; } }
  .navigation-list a,
  .navigation-list a:visited {
    color: #9b8f83;
    display: block;
    padding: .375em 0; }
    .navigation-list a:hover,
    .navigation-list a:visited:hover {
      color: white; }
  .navigation-list .nav-cta {
    display: block; }
    @media only screen and (min-width: 640px) {
      .navigation-list .nav-cta {
        display: block; } }
    @media only screen and (min-width: 640px) {
      .navigation-list .nav-cta {
        display: inline; } }
    .navigation-list .nav-cta a {
      background-color: #6bbe74;
      border-radius: 5px;
      color: white;
      font-size: .625em;
      letter-spacing: .15em;
      padding: 1em 1.35em .875em 1.5em;
      text-decoration: none;
      text-transform: uppercase; }
      .navigation-list .nav-cta a:hover {
        color: white;
        color: rgba(255, 255, 255, 0.75); }
      @media only screen and (min-width: 640px) {
        .navigation-list .nav-cta a {
          display: inline-block;
          max-width: none; } }

.hero-wrapper {
  overflow: hidden; }

.hero-slideshow {
  position: relative; }
  .hero-slideshow #prev-hero {
    position: absolute;
    top: 50%;
    left: 1.25em;
    z-index: 101;
    height: 1.375em;
    width: 1.375em;
    margin-top: -11px;
    opacity: 0.5;
    background-image: url("../images/icons/carousel-icon-prev.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .hero-slideshow #prev-hero {
        height: 2.750em;
        width: 2.750em; } }
    .hero-slideshow #prev-hero:hover {
      opacity: .8; }
  .hero-slideshow #next-hero {
    position: absolute;
    top: 50%;
    right: 1.25em;
    z-index: 101;
    height: 1.375em;
    width: 1.375em;
    margin-top: -11px;
    opacity: 0.5;
    background-image: url("../images/icons/carousel-icon-next.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .hero-slideshow #next-hero {
        height: 2.750em;
        width: 2.750em; } }
    .hero-slideshow #next-hero:hover {
      opacity: .8; }
  .hero-slideshow .cycle-pager {
    position: absolute;
    bottom: 10%;
    width: 100%;
    display: inline;
    text-align: center;
    font-size: 50px;
    color: #e0e0e0;
    z-index: 101;
    bottom: 10%; }
    @media only screen and (min-width: 768px) {
      .hero-slideshow .cycle-pager {
        bottom: 10%; } }
    .hero-slideshow .cycle-pager .cycle-pager-active {
      cursor: pointer;
      color: #ef6937; }
    .hero-slideshow .cycle-pager span {
      cursor: pointer; }
  .hero-slideshow blockquote {
    font-family: "Halant", Georgia, Times, "Times New Roman", sans-serif;
    position: absolute;
    max-width: 66.13%;
    margin: 0 auto;
    font-size: 1.75em;
    color: white;
    text-align: center;
    top: 35%;
    left: 0;
    right: 0;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 480px) {
      .hero-slideshow blockquote {
        max-width: 49.2%;
        font-size: 2em; } }
    @media only screen and (min-width: 768px) {
      .hero-slideshow blockquote {
        font-size: 2.5em; } }

.splash-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .splash-slide {
      height: 600px; } }
  .splash-slide blockquote {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 11%, transparent 72%);
    padding: 1em; }

#splash-slide-1 {
  background-image: url("../images/hero-images/splash-001.jpg"); }

#splash-slide-2 {
  background-image: url("../images/hero-images/splash-002.jpg"); }

#splash-slide-3 {
  background-image: url("../images/hero-images/splash-003.jpg"); }

#splash-slide-4 {
  background-image: url("../images/hero-images/splash-004.jpg"); }

#splash-slide-5 {
  background-image: url("../images/hero-images/splash-005.jpg"); }

.internal-page-hero-image {
  background-image: url("../images/hero-images/short-splash-007.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 300px;
  position: relative;
  transition: height .25s ease-in-out;
  z-index: 0; }
  @media only screen and (min-width: 640px) {
    .internal-page-hero-image {
      height: 350px; } }
  @media only screen and (min-width: 768px) {
    .internal-page-hero-image {
      height: 400px; } }
  @media only screen and (min-width: 1024px) {
    .internal-page-hero-image {
      height: 400px; } }
  @media only screen and (min-width: 1200px) {
    .internal-page-hero-image {
      height: 500px; } }

.policy-page .internal-page-hero-image {
  background-image: url("../images/hero-images/short-splash-001.jpg"); }

.cottages-page .internal-page-hero-image {
  background-image: url("../images/hero-images/short-splash-009.jpg"); }

.area-page .internal-page-hero-image {
  background-image: url("../images/hero-images/short-splash-006.jpg"); }

.staying-page .internal-page-hero-image {
  background-image: url("../images/hero-images/short-splash-002.jpg"); }

.visitors-page .internal-page-hero-image {
  background-image: url("../images/hero-images/short-splash-003.jpg"); }

.contact-page .internal-page-hero-image {
  background-image: url("../images/hero-images/hero-image-contact.jpg"); }

.booking-page .internal-page-hero-image {
  background-image: url("../images/hero-images/hero-image-booking.jpg"); }

.index-page .nav-menu-home-link a,
.cottages-page .nav-menu-cottages-link a,
.area-page .nav-menu-area-link a,
.visitors-page .nav-menu-visitors-link a,
.staying-page .nav-menu-staying-link a,
.contact-page .nav-menu-contact-link a,
.blog-page .nav-menu-blog-link a {
  color: white; }

.major-cta-section {
  padding-top: 3em;
  padding-bottom: 2.5em;
  text-align: center;
  background-color: white; }
  .major-cta-section h1 {
    margin-bottom: 0.25em; }
  .major-cta-section p {
    margin: 0 auto 1.5em auto;
    font-weight: 300;
    max-width: 32em; }
  .major-cta-section ul {
    padding: 0;
    margin-bottom: 1em;
    list-style: none; }
  .major-cta-section li {
    margin: 0 0 0.625em 0; }
    @media only screen and (min-width: 768px) {
      .major-cta-section li {
        display: inline-block;
        margin: 0 1.25em 0.625em 0; } }
  .major-cta-section img {
    display: inline-block;
    margin-bottom: 0.321em;
    height: 2.500em;
    width: auto;
    vertical-align: middle;
    margin-right: 0.625em; }
  .major-cta-section a,
  .major-cta-section a:visited {
    color: #635f5b; }
    .major-cta-section a:hover,
    .major-cta-section a:visited:hover {
      color: #2e2c2a; }

.cta-container-large a,
.cta-container-large a:visited {
  background-color: #6bbe74;
  border-radius: 5px;
  color: white;
  font-size: .625em;
  letter-spacing: .15em;
  padding: 2em 2.7em;
  text-decoration: none;
  text-transform: uppercase; }
  .cta-container-large a:hover,
  .cta-container-large a:visited:hover {
    color: white;
    color: rgba(255, 255, 255, 0.75); }
.cta-container-large a:visited {
  color: white; }

.site-footer .u {
  margin-bottom: 1.5em; }

@media only screen and (min-width: 1080px) {
  .site-footer .u-first {
    float: left;
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .site-footer .u-second {
    float: left;
    text-align: left; } }

@media only screen and (min-width: 768px) {
  .site-footer .u-third {
    float: right;
    width: 33.33333%; } }
@media only screen and (min-width: 1080px) {
  .site-footer .u-third {
    width: 25%;
    margin-left: 1.6%; } }

@media only screen and (min-width: 768px) {
  .site-footer .u-fourth {
    float: right;
    margin-right: 1.6%; } }
@media only screen and (min-width: 1080px) {
  .site-footer .u-fourth {
    width: 15%; } }

.site-footer {
  background-color: #272422; }

.footer-top {
  padding-top: 2.500em;
  text-align: center; }

.footer-logo {
  display: inline-block;
  height: 5em;
  background: url("../images/icons/rookery-logo-white.svg") no-repeat center top;
  background-size: contain;
  text-align: center;
  width: 100%; }

.footer-address h2 {
  color: #f7f2ed;
  font-size: 1em;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.5; }
.footer-address p {
  display: inline-block;
  color: #a9a29d;
  margin-bottom: 1em;
  font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
  font-weight: 400; }
.footer-address a,
.footer-address a:visited {
  color: #a9a29d; }
  .footer-address a:hover,
  .footer-address a:visited:hover {
    color: white; }

.footer-booking {
  background-color: #23211f;
  border: 2px solid #161513;
  padding: 1.25em;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 22em; }
  .footer-booking p {
    color: #aaa39d;
    font-size: 0.750em;
    font-weight: 300; }
  .footer-booking .footer-cta {
    font-size: 0.75em;
    padding-top: .5em; }
    .footer-booking .footer-cta a {
      background-color: #6bbe74;
      border-radius: 5px;
      color: white;
      font-size: .625em;
      letter-spacing: .15em;
      padding: 1em 1.35em .875em 1.5em;
      text-decoration: none;
      text-transform: uppercase; }
      .footer-booking .footer-cta a:hover {
        color: white;
        color: rgba(255, 255, 255, 0.75); }

.footer-facebook {
  background-color: #23211f;
  border: 2px solid #161513;
  padding: 1.25em;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 22em; }
  .footer-facebook img {
    width: 50px;
    margin: 0 auto; }
  .footer-facebook p {
    color: #aaa39d;
    font-size: 0.750em;
    font-weight: 300; }
  .footer-facebook .footer-cta {
    font-size: 0.75em;
    padding-top: .5em; }
    .footer-facebook .footer-cta a {
      background-color: #6bbe74;
      border-radius: 5px;
      color: white;
      font-size: .625em;
      letter-spacing: .15em;
      padding: 1em 1.35em .875em 1.5em;
      text-decoration: none;
      text-transform: uppercase; }
      .footer-facebook .footer-cta a:hover {
        color: white;
        color: rgba(255, 255, 255, 0.75); }

.footer-bottom {
  background-color: #030303;
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-bottom {
      text-align: left; }
      .footer-bottom .saberlink {
        float: right; } }
  .footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer-bottom li {
    display: block;
    margin-bottom: 0.625em;
    font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .footer-bottom li {
        display: inline-block; } }
    @media screen and (min-width: 768px) {
      .footer-bottom li:after {
        content: '\00b7';
        color: #7a7571;
        margin-left: 0.625em;
        speak: none; } }
  .footer-bottom li:last-of-type:after {
    content: '';
    margin-left: 0; }
  .footer-bottom a {
    color: #7a7571;
    text-decoration: none;
    font-size: 0.750em; }
    .footer-bottom a:hover {
      color: white; }

.page-lead-in {
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: .5em .5em 0 0;
  padding: 1.875em 0 1.5em 0;
  margin-bottom: 1.5em;
  margin-top: -3.5em;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  text-align: center;
  z-index: 1;
  min-height: 177px; }
  @media only screen and (min-width: 768px) {
    .page-lead-in {
      margin-top: -4em; } }
  .page-lead-in p {
    color: #767676;
    font-family: "Halant", Georgia, Times, "Times New Roman", sans-serif;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 300;
    max-width: 37em;
    margin: 0 auto .5em auto; }
    @media only screen and (min-width: 768px) {
      .page-lead-in p {
        font-size: 1.25em; } }

.page-title {
  font-family: "Halant", Georgia, Times, "Times New Roman", sans-serif;
  color: #323232;
  margin: 0 0 .125em 0;
  font-size: 2em; }
  @media only screen and (min-width: 768px) {
    .page-title {
      font-size: 2.5em; } }
  .page-title:before, .page-title:after {
    color: darkgray;
    content: '\00b7';
    margin-right: .25em;
    position: relative;
    top: .063em; }
  .page-title:after {
    margin-right: 0;
    margin-left: .25em; }

.page-intro {
  color: #767676;
  font-family: "Halant", Georgia, Times, "Times New Roman", sans-serif;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 300;
  max-width: 33em;
  margin: 0 auto .5em auto; }
  @media only screen and (min-width: 768px) {
    .page-intro {
      font-size: 1.25em; } }

.homepage-content {
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 3.125em; }
  .homepage-content img {
    width: 100%; }
  .homepage-content .content-container {
    background-color: white;
    padding: 1.875em; }
  .homepage-content .text-container {
    background-color: white; }
    @media only screen and (min-width: 768px) {
      .homepage-content .text-container {
        width: 49.2%;
        margin-right: 1.6%;
        float: left; } }
  .homepage-content figure {
    position: relative; }
  .homepage-content .image-container {
    position: relative; }
  .homepage-content figcaption {
    background-color: rgba(39, 36, 34, 0.8);
    bottom: 0;
    color: white;
    font-size: .875em;
    font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0.625em 1em;
    position: absolute; }
  .homepage-content .watermark {
    display: none; }
    @media only screen and (min-width: 600px) {
      .homepage-content .watermark {
        display: block;
        position: absolute;
        right: 2em;
        bottom: 2em;
        height: auto;
        width: 8em; }
        .homepage-content .watermark img {
          width: 100%;
          height: auto; } }
  .homepage-content .box-list {
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
    padding: 1.875em 2em; }
    @media only screen and (min-width: 768px) {
      .homepage-content .box-list {
        width: 49.2%;
        float: left; } }
    .homepage-content .box-list ul {
      padding-left: 0.625em; }
    .homepage-content .box-list li {
      color: #635f5b;
      list-style: square;
      padding-bottom: .75em; }
      .homepage-content .box-list li:last-of-type {
        padding-bottom: 0; }

.testimonial-carousel {
  background-image: url("../images/content-images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

.testimonial-feature {
  text-align: center;
  padding: 2em 5%;
  width: 100%;
  display: table !important;
  min-height: 250px;
  padding-left: 10%;
  padding-right: 10%; }
  .testimonial-feature blockquote {
    display: table-cell;
    vertical-align: middle; }
  .testimonial-feature p {
    color: white;
    font-size: 1em;
    font-family: "Halant", Georgia, Times, "Times New Roman", sans-serif;
    line-height: 1.25;
    width: 66.13%;
    margin: 0 auto;
    text-align: center;
    max-width: 27em;
    display: inline; }
    .testimonial-feature p:first-of-type:before {
      content: open-quote;
      margin-right: .125em; }
    .testimonial-feature p:last-of-type:after {
      content: close-quote; }
    @media only screen and (min-width: 768px) {
      .testimonial-feature p {
        font-size: 1.5em; } }
  .testimonial-feature footer {
    background: none;
    color: white;
    padding-top: 1.5em; }

.feature-box-1,
.feature-box-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  margin-bottom: 2.500em;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .feature-box-1,
    .feature-box-2 {
      width: 49.2%;
      float: left;
      margin: 0; } }
  .feature-box-1 .feature-box-content,
  .feature-box-2 .feature-box-content {
    position: absolute;
    bottom: 0;
    padding: 1.875em; }
  .feature-box-1 h4,
  .feature-box-2 h4 {
    font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 700;
    margin: 0; }
  .feature-box-1 p,
  .feature-box-2 p {
    color: white; }
  .feature-box-1 .cta-container a,
  .feature-box-2 .cta-container a {
    background-color: #6bbe74;
    border-radius: 5px;
    color: white;
    font-size: .625em;
    letter-spacing: .15em;
    padding: 1em 1.35em .875em 1.5em;
    text-decoration: none;
    text-transform: uppercase; }
    .feature-box-1 .cta-container a:hover,
    .feature-box-2 .cta-container a:hover {
      color: white;
      color: rgba(255, 255, 255, 0.75); }

.feature-box-1 {
  background-image: url("../images/content-images/feature-box-bg-1.jpg"); }
  @media only screen and (min-width: 768px) {
    .feature-box-1 {
      margin-right: 1.6%; } }

.feature-box-2 {
  background-image: url("../images/content-images/feature-box-bg-2.jpg"); }

.shear-border {
  height: 12px;
  background-image: url("../images/sheared-bottom-border.png");
  background-size: 19px 12px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: white; }

.carousel-slide {
  width: 100%; }

.carousel {
  position: relative;
  z-index: 0; }
  .carousel #prev {
    position: absolute;
    top: 50%;
    left: 1.25em;
    z-index: 101;
    height: 1.375em;
    width: 1.375em;
    margin-top: -22px;
    opacity: 0.5;
    background-image: url("../images/icons/carousel-icon-prev.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .carousel #prev {
        height: 2.750em;
        width: 2.750em; } }
    .carousel #prev:hover {
      opacity: .8; }
  .carousel #next {
    position: absolute;
    top: 50%;
    right: 1.25em;
    z-index: 101;
    height: 1.375em;
    width: 1.375em;
    margin-top: -22px;
    opacity: 0.5;
    background-image: url("../images/icons/carousel-icon-next.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .carousel #next {
        height: 2.750em;
        width: 2.750em; } }
    .carousel #next:hover {
      opacity: .8; }
  .carousel figcaption {
    background-color: rgba(39, 36, 34, 0.8);
    bottom: 0;
    color: white;
    font-size: 1em;
    font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0.625em 1em;
    position: absolute; }

.etabs {
  list-style: none;
  margin: 0;
  padding: 0; }
  .etabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
    border-left: 1px solid #e2e2e2;
    color: #6bbe74;
    float: left;
    font-size: .813em;
    padding: 1em 0 .75em;
    text-align: center;
    width: 33.333333%; }
    .etabs li:first-of-type {
      border-left: 0; }
    @media only screen and (min-width: 640px) {
      .etabs li {
        font-size: .875em;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: auto; } }
  .etabs .active {
    background-color: #6bbe74;
    border: 0;
    color: white; }

.tab-content-container {
  background-color: white;
  margin-bottom: 3.125em;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05); }
  .tab-content-container ul,
  .tab-content-container li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tab-content-container ul {
    *zoom: 1;
    padding: 1.75em 2em .75em 2em; }
    .tab-content-container ul:before, .tab-content-container ul:after {
      content: '';
      display: table; }
    .tab-content-container ul:after {
      clear: both; }
  .tab-content-container li {
    margin-bottom: 1em; }
    .tab-content-container li:before {
      color: #6bbe74;
      content: '\203a';
      margin-right: .5em; }
    @media only screen and (min-width: 768px) {
      .tab-content-container li {
        float: left;
        padding-right: 2em;
        width: 33.333333%; } }

.lightbox-images {
  margin-bottom: 3.125em;
  padding: 1.875em;
  background-color: white;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .lightbox-images .lightbox-image-container {
    position: relative;
    margin-bottom: 0.625em; }
    @media only screen and (min-width: 640px) {
      .lightbox-images .lightbox-image-container {
        width: 50%;
        float: left;
        padding: .625em .625em .625em .625em; }
        .lightbox-images .lightbox-image-container:last-of-type {
          margin-right: 0; } }
  @media only screen and (min-width: 640px) and (min-width: 768px) {
    .lightbox-images .lightbox-image-container {
      width: 33.33333%;
      float: left;
      margin-bottom: 0;
      padding: .625em .625em .625em .625em; } }

    .lightbox-images .lightbox-image-container img {
      width: 100%;
      box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05); }
    .lightbox-images .lightbox-image-container figcaption {
      background-color: rgba(39, 36, 34, 0.8);
      bottom: .85em;
      color: white;
      font-size: .75em;
      font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
      margin: 0;
      padding: 0.625em 1em;
      margin-right: .9em;
      position: absolute; }

.full-width-image-and-text-article {
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 3.125em; }
  .full-width-image-and-text-article img {
    width: 100%; }
  .full-width-image-and-text-article .content-container {
    background-color: white;
    padding: 1.875em; }
  .full-width-image-and-text-article .text-container-first {
    background-color: white; }
    @media only screen and (min-width: 768px) {
      .full-width-image-and-text-article .text-container-first {
        width: 50%;
        float: left;
        padding-right: 1.5em; } }
  .full-width-image-and-text-article .text-container-last {
    background-color: white; }
    @media only screen and (min-width: 768px) {
      .full-width-image-and-text-article .text-container-last {
        width: 50%;
        float: left;
        padding-left: 1.5em; } }

.contact-details-container {
  background-color: white;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
  font-size: 0.875em; }
  @media only screen and (min-width: 768px) {
    .contact-details-container {
      float: left;
      padding-right: 3em;
      width: 50%; } }
  .contact-details-container img {
    width: 30px;
    height: 30px;
    margin-bottom: 0.625em;
    margin-right: 1.25em;
    float: left; }

.address-wrapper {
  margin-bottom: 2.5em;
  text-align: left; }
  .address-wrapper p {
    overflow: hidden;
    font-size: 1em;
    font-weight: 400; }

.telephone-wrapper {
  *zoom: 1;
  padding-left: 3.25em;
  max-width: 34em; }
  .telephone-wrapper:before, .telephone-wrapper:after {
    content: '';
    display: table; }
  .telephone-wrapper:after {
    clear: both; }
  .telephone-wrapper .icon-wrapper {
    float: left;
    margin-left: -3.25em;
    width: 2.25em; }
    .telephone-wrapper .icon-wrapper img {
      height: auto;
      width: 100%; }
  @media only screen and (min-width: 480px) {
    .telephone-wrapper dl {
      float: left;
      padding-right: 1.875em;
      width: 40%; } }
  @media only screen and (min-width: 768px) {
    .telephone-wrapper dl {
      float: none;
      width: auto; } }
  @media only screen and (min-width: 900px) {
    .telephone-wrapper dl {
      float: left;
      width: 50%; } }

.callout {
  background-color: #f4f4f4 !important;
  border: 1px solid #e0e0e0;
  padding: 1.875em; }

.full-width-left-image {
  margin-bottom: 3.125em; }
  .full-width-left-image img {
    width: 100%;
    margin-bottom: 0.625em;
    border: 10px solid white;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 768px) {
      .full-width-left-image img {
        width: 49.2%;
        float: left;
        margin-right: 1.6%; } }
  .full-width-left-image .text-container {
    overflow: hidden;
    padding-left: 1.875em; }

#map-canvas {
  height: 33.750em;
  width: 100%; }

.one-of-three {
  margin-bottom: 1.25em; }
  @media only screen and (min-width: 900px) {
    .one-of-three {
      width: 32.26%;
      float: left;
      margin-right: 1.6%; }
      .one-of-three:last-of-type {
        margin-right: 0; } }
  .one-of-three .image-wrapper {
    border-bottom: 0.25em solid rgba(0, 0, 0, 0.125);
    background: white;
    line-height: 0;
    margin-bottom: 1em;
    padding: .5em; }
    .one-of-three .image-wrapper img {
      border: 1px solid rgba(0, 0, 0, 0.075);
      height: auto;
      width: 100%; }
    @media only screen and (min-width: 640px) {
      .one-of-three .image-wrapper {
        clear: left;
        float: left;
        width: 49.2%;
        margin-right: 1.6%; } }
    @media only screen and (min-width: 900px) {
      .one-of-three .image-wrapper {
        float: none;
        width: 100%; } }

.visitors-book-container {
  background-color: white;
  padding: 1.5em 0 .5em 0;
  margin-bottom: 3em;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05); }

.testimonials-wrapper {
  *zoom: 1; }
  .testimonials-wrapper:before, .testimonials-wrapper:after {
    content: '';
    display: table; }
  .testimonials-wrapper:after {
    clear: both; }

.testimonial {
  text-align: center;
  padding: .75em 0 1.875em 0;
  background-image: url("../images/testimonial-divider.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 50% 2px; }
  @media only screen and (min-width: 640px) {
    .testimonial {
      padding: .75em 1.875em 1.875em 1.875em; } }
  .testimonial:last-of-type {
    background-image: none; }
  .testimonial img {
    width: 26px;
    height: 17px;
    margin: 0 auto;
    margin-bottom: 0.625em; }
  .testimonial p:first-of-type:before {
    content: open-quote;
    padding-right: .125em; }
  .testimonial p:last-of-type:after {
    content: close-quote; }
  .testimonial footer {
    font-size: .875em;
    color: #635f5b;
    font-family: "Halant", Georgia, Times, "Times New Roman", sans-serif;
    font-weight: 400;
    letter-spacing: .25em;
    text-transform: uppercase; }
    .testimonial footer:before, .testimonial footer:after {
      content: '-';
      margin-right: .5em;
      margin-left: .5em; }

.staying-with-us {
  padding: 1.875em;
  background-color: white;
  margin-bottom: 3.125em;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.05); }
  @media only screen and (min-width: 900px) {
    .staying-with-us {
      float: left;
      margin-right: 1.6%;
      width: 66.13%; } }
  .staying-with-us p {
    clear: left; }
  .staying-with-us h2 {
    margin-top: 1.5em; }
    .staying-with-us h2:first-of-type {
      margin-top: .5em; }
  .staying-with-us img {
    clear: left;
    float: left;
    height: 40px;
    margin: -.25em .5em .625em 0;
    vertical-align: middle;
    width: 40px; }

.booking-contact-information-container, .booking-process-information-container {
  background-color: white;
  padding: 1.875em;
  text-align: left;
  margin-bottom: 3.125em;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05); }
  @media only screen and (min-width: 900px) {
    .booking-contact-information-container, .booking-process-information-container {
      width: 32.26%;
      float: left;
      text-align: left; } }
  .booking-contact-information-container ul, .booking-process-information-container ul {
    font-size: 1em;
    padding: 0;
    margin-bottom: 1.875em;
    list-style: none; }
    @media only screen and (min-width: 1035px) {
      .booking-contact-information-container ul, .booking-process-information-container ul {
        display: inline-block; } }
  .booking-contact-information-container li, .booking-process-information-container li {
    text-align: left;
    margin: 0 0 0.625em 0;
    display: block;
    margin: 0 1.25em 1.25em 0; }
    @media only screen and (min-width: 676px) {
      .booking-contact-information-container li, .booking-process-information-container li {
        display: inline-block; } }
    @media only screen and (min-width: 900px) {
      .booking-contact-information-container li, .booking-process-information-container li {
        display: block; } }
    @media only screen and (min-width: 1035px) {
      .booking-contact-information-container li, .booking-process-information-container li {
        display: block;
        text-align: left;
        margin-bottom: 1.25em; } }
    .booking-contact-information-container li img, .booking-process-information-container li img {
      height: 2.125em;
      width: 2.125em;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0.321em; }
      @media only screen and (min-width: 1035px) {
        .booking-contact-information-container li img, .booking-process-information-container li img {
          display: inline-block;
          vertical-align: middle;
          margin: 0 0.625em 0 0; } }
    .booking-contact-information-container li dd, .booking-process-information-container li dd {
      margin-bottom: 0.321em; }
    .booking-contact-information-container li dt, .booking-process-information-container li dt {
      margin-bottom: 0; }
    .booking-contact-information-container li h2, .booking-process-information-container li h2 {
      color: #6bbe74; }
    .booking-contact-information-container li p, .booking-process-information-container li p {
      font-size: 1em; }
    .booking-contact-information-container li a, .booking-process-information-container li a {
      font-size: 1.25em; }
  @media only screen and (min-width: 900px) {
    .booking-contact-information-container a, .booking-process-information-container a {
      display: inline-block;
      text-align: center; } }
  .booking-contact-information-container .cta-container-large a, .booking-process-information-container .cta-container-large a {
    display: block; }
  .booking-contact-information-container .form-group-1, .booking-contact-information-container .form-group-2, .booking-contact-information-container .form-group-bottom, .booking-process-information-container .form-group-1, .booking-process-information-container .form-group-2, .booking-process-information-container .form-group-bottom {
    width: 100%;
    padding: 0;
    text-align: left; }
    .booking-contact-information-container .form-group-1 input[type="submit"], .booking-contact-information-container .form-group-2 input[type="submit"], .booking-contact-information-container .form-group-bottom input[type="submit"], .booking-process-information-container .form-group-1 input[type="submit"], .booking-process-information-container .form-group-2 input[type="submit"], .booking-process-information-container .form-group-bottom input[type="submit"] {
      width: 100%; }

.availability-table-container {
  background-color: white;
  padding: 0.625em;
  margin-bottom: 1.250em;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 440px) {
    .availability-table-container {
      padding: 1.875em; } }
  @media only screen and (min-width: 900px) {
    .availability-table-container {
      width: 66.13%;
      float: left;
      margin-right: 1.6%; } }
  .availability-table-container .month-container {
    border: 1px solid #4bab55;
    background-color: #fcfcfc;
    clear: right;
    border-radius: 3px;
    margin-bottom: 1.25em; }
  .availability-table-container .drawer-top {
    padding: 0.625em 0.625em 0.625em 0.625em;
    background-color: rgba(107, 190, 116, 0.5);
    color: #4a8350;
    cursor: hand; }
    @media only screen and (min-width: 900px) {
      .availability-table-container .drawer-top {
        cursor: default; } }
    .availability-table-container .drawer-top img {
      float: left;
      margin-right: 0.625em;
      height: 1.5em;
      width: auto; }
    .availability-table-container .drawer-top h2 {
      float: left;
      margin: 0;
      font-size: 1.125em;
      font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
      color: #4a8350; }
    .availability-table-container .drawer-top h4 {
      float: right;
      margin: 0;
      font-size: 0.750em;
      font-family: "Merriweather Sans", Arial, Helvetica, sans-serif;
      padding: 0.625em;
      border-radius: 5px;
      color: white; }
    .availability-table-container .drawer-top .vacancy-marker-booked {
      background-color: #f1363e; }
    .availability-table-container .drawer-top .vacancy-marker-vacancy {
      background-color: #6bbe74; }
  .availability-table-container .expanded .expander-icon {
    height: 25px;
    width: 25px;
    background-image: url("../images/icons/contract-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 0.625em; }
    @media only screen and (min-width: 900px) {
      .availability-table-container .expanded .expander-icon {
        display: none; } }
  .availability-table-container .collapsed .expander-icon {
    height: 25px;
    width: 25px;
    background-image: url("../images/icons/expand-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 0.625em; }
    @media only screen and (min-width: 900px) {
      .availability-table-container .collapsed .expander-icon {
        display: none; } }
  .availability-table-container .drawer-content {
    padding: 0 0.625em 0 0.625em;
    display: none; }
    .availability-table-container .drawer-content .col2, .availability-table-container .drawer-content .col3 {
      width: 25%;
      text-align: center;
      vertical-align: middle; }
    @media only screen and (min-width: 440px) {
      .availability-table-container .drawer-content {
        padding: 1.4em; } }
    @media only screen and (min-width: 900px) {
      .availability-table-container .drawer-content {
        display: block !important; } }

.booking-table-key {
  display: block;
  margin-bottom: 0.625em; }
  .booking-table-key img,
  .booking-table-key p {
    display: inline-block;
    font-size: 0.750em; }
  .booking-table-key img {
    vertical-align: middle; }
  .booking-table-key p:first-of-type {
    margin-right: 0.625em; }

.booking-status span {
  background-color: #6bbe74;
  border-radius: 5px;
  color: white;
  display: block;
  font-weight: 400;
  margin: .5em 0 .5em .5em;
  padding: .5em;
  text-align: center; }

.booking-status.booked span {
  background-color: #f1363d; }

.map-wrapper {
  position: relative; }

.map-link {
  margin: 0;
  padding: 0;
  background: white;
  border-bottom: 1px solid #eee;
  bottom: 0;
  font-size: .875em;
  left: 0;
  padding: .5em .75em;
  position: absolute; }

@media only screen and (min-width: 768px) {
  .form-group-1 {
    width: 50%;
    float: left;
    padding-right: .75em; } }

@media only screen and (min-width: 768px) {
  .form-group-2 {
    width: 50%;
    padding-left: .75em; } }

@media only screen and (min-width: 768px) {
  .form-group-bottom {
    clear: both;
    text-align: center; } }

#form1_honepot {
  display: none; }

.policy-page .staying-with-us li {
  margin-bottom: 1.25em;
  list-style: circle; }

.blog-wrapper {
  margin-right: 1.6%;
  float: left;
  background: white;
  padding: 1.5em;
  margin-bottom: 1.25em; }
  @media only screen and (min-width: 900px) {
    .blog-wrapper {
      width: 66.13%; } }

.blog-archive {
  width: 100%;
  background-color: white;
  padding: 1.875em;
  text-align: center;
  margin-bottom: 3.125em;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  float: left; }
  @media only screen and (min-width: 900px) {
    .blog-archive {
      width: 32.26%;
      float: left;
      text-align: left; } }
  .blog-archive a {
    display: block;
    margin-bottom: 0.312em; }

.hentry {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #e0e0e0;
  display: block; }
  .hentry img {
    margin-bottom: 1.5em; }

input {
  box-sizing: border-box; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 1.25em;
  box-sizing: border-box; }

label {
  display: block;
  color: #272422;
  margin-bottom: 0.312em;
  font-size: 0.750em;
  font-weight: 300; }

input[type="text"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em; }
  input[type="text"]:focus {
    outline: none;
    border: 1px solid #272422; }

input[type="email"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em; }
  input[type="email"]:focus {
    outline: none;
    border: 1px solid #272422; }

input[type="number"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em; }
  input[type="number"]:focus {
    outline: none;
    border: 1px solid #272422; }

input[type="date"] {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  width: 100%;
  padding-left: 0.625em; }
  input[type="date"]:focus {
    outline: none;
    border: 1px solid #272422; }

textarea {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 0.625em; }
  textarea:focus {
    outline: none;
    border: 1px solid #272422; }

select {
  border: 1px solid #aaa39e;
  border-radius: 5px;
  height: 50px;
  display: block;
  line-height: 40px;
  width: 100%;
  padding-left: 0.625em;
  background: white; }
  select:focus {
    outline: none;
    border: 1px solid #272422; }

input[type="submit"] {
  background-color: #6bbe74;
  border-radius: 5px;
  color: white;
  font-size: .625em;
  letter-spacing: .15em;
  padding: 2em 2.7em;
  text-decoration: none;
  text-transform: uppercase;
  float: right; }
  input[type="submit"]:hover {
    color: rgba(255, 255, 255, 0.75);
    transition-duration: .5s; }
  input[type="submit"]:focus {
    outline: none; }

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

@media screen and (max-width: 920px) {
  /*! responsive-nav.js 1.0.34 by @viljamis */
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none; }

  .nav-collapse li {
    /*width: 100%;*/
    display: block; }

  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1; }

  .nav-collapse.opened {
    max-height: 9999px; }

  .nav-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; } }
@media screen and (min-width: 920px) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-toggle {
    display: none; } }
/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
div.simpleTabs {
  padding: 10px; }

ul.simpleTabsNavigation {
  margin: 0 10px;
  padding: 0;
  text-align: left; }

ul.simpleTabsNavigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0; }

ul.simpleTabsNavigation li a {
  border: 1px solid #E0E0E0;
  padding: 3px 6px;
  background: #F0F0F0;
  font-size: 14px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif; }

ul.simpleTabsNavigation li a:hover {
  background-color: #F6F6F6; }

ul.simpleTabsNavigation li a.current {
  background: #fff;
  color: #222;
  border-bottom: 1px solid #fff; }

div.simpleTabsContent {
  border: 1px solid #E0E0E0;
  padding: 5px 15px 15px;
  margin-top: 3px;
  display: none; }

div.simpleTabsContent.currentTab {
  display: block; }
