@font-face {
  font-family: 'exmouthregular';
  src: url("http://michaelacey.co.uk/css/fonts/exmouth_-webfont.eot");
  src: url("fonts/exmouth_-webfont%EF%B9%96.eot#iefix") format("embedded-opentype"), url("http://michaelacey.co.uk/css/fonts/exmouth_-webfont.woff2") format("woff2"), url("fonts/exmouth_-webfont.woff") format("woff"), url("fonts/exmouth_-webfont.ttf") format("truetype"), url("http://michaelacey.co.uk/css/fonts/exmouth_-webfont.svg#exmouthregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* normalize.scss v2.0.1 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 15, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 33, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 48, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 57, ../sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 73, ../sass/_normalize.scss */
html {
  font-family: "proxima-nova";
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establishes a vertical rhythm unit using $base-line-height. */
  line-height: 1.25em; }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
/* line 88, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: "proxima-nova"; }

/*
 * Removes default margin.
 */
/* line 100, ../sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 112, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 120, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Sets 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 133, ../sass/_normalize.scss */
p,
pre {
  margin: 1.25em 0; }

/* line 138, ../sass/_normalize.scss */
blockquote {
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.25em 40px; }

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 148, ../sass/_normalize.scss */
h1 {
  /* Sets the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 3.9em;
  line-height: 1.28205em;
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.32051em;
  margin-bottom: 0.32051em; }

/* line 157, ../sass/_normalize.scss */
h2 {
  font-size: 2.9em;
  line-height: 1.2931em;
  margin-top: 0.43103em;
  margin-bottom: 0.43103em; }

/* line 163, ../sass/_normalize.scss */
h3 {
  font-size: 2.5em;
  line-height: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

/* line 169, ../sass/_normalize.scss */
h4 {
  font-size: 1.5em;
  line-height: 1.66667em;
  margin-top: 0.83333em;
  margin-bottom: 0.83333em; }

/* line 175, ../sass/_normalize.scss */
h5 {
  font-size: 1.1em;
  line-height: 2.27273em;
  margin-top: 1.13636em;
  margin-bottom: 1.13636em; }

/* line 181, ../sass/_normalize.scss */
h6 {
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 191, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 199, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 208, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 216, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 225, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.25em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 240, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 250, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 258, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 266, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 274, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 278, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
/* line 290, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.25em 0;
  padding: 0 0 0 40px; }

/* line 298, ../sass/_normalize.scss */
dl {
  padding: 0; }

/* line 302, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 311, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 326, ../sass/_normalize.scss */
img {
  border: 0;
  /* Improves image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 338, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 350, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 363, ../sass/_normalize.scss */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.375em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.75em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.71875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.71875em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 388, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 * 4. Improves appearance and consistency with IE 6/7.
 */
/* line 403, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 421, ../sass/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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.
 */
/* line 436, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 451, ../sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 463, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 489, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 498, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 509, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 522, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 10, ../sass/main.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 26, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 31, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 40, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #a4c8da;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/*
 * Remove default fieldset styles.
 */
/* line 61, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 71, ../sass/main.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 79, ../sass/main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Author Styles ==================================================
   ========================================================================== */
/* ==========================================================================
  Basic HTML elements
  ========================================================================== */
/* line 93, ../sass/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 98, ../sass/main.scss */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

/* line 105, ../sass/main.scss */
body {
  color: #a6bbc9;
  margin: 0;
  padding: 0;
  background: #f8f9fb;
  font: 100%/1.5 "proxima-nova";
  text-align: center;
  font-weight: 600; }

/* line 115, ../sass/main.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova";
  color: #40596a;
  line-height: 1.4em;
  text-align: left;
  font-weight: 600; }

/* line 128, ../sass/main.scss */
h2 {
  color: #a6bbc9; }

/* line 132, ../sass/main.scss */
h3.atitle {
  background: url("../img/logo.png") left 13px no-repeat;
  padding-left: 50px;
  padding-left: 3.125rem;
  background-size: 30px;
  border-bottom: 1px solid #40596a;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

/* line 140, ../sass/main.scss */
.fullhead h3.atitle {
  border: none;
  padding-bottom: 0; }

/* line 144, ../sass/main.scss */
.fullhead {
  border-bottom: 1px solid #40596a; }

/* line 149, ../sass/main.scss */
.intro-text {
  color: #40596a; }

/* line 153, ../sass/main.scss */
.inv {
  background: #cfdae2;
  color: #38622a; }
  /* line 156, ../sass/main.scss */
  .inv h1, .inv h2, .inv h3, .inv h4, .inv h5, .inv h6 {
    color: #fff; }
  /* line 159, ../sass/main.scss */
  .inv strong {
    color: #40596a; }
  /* line 162, ../sass/main.scss */
  .inv a:link, .inv a:visited, .inv a:hover, .inv a:active {
    color: #a6bbc9; }
  /* line 166, ../sass/main.scss */
  .inv .fullhead {
    border-bottom: 1px solid #fff; }

/* line 174, ../sass/main.scss */
.inv2 {
  background: #40596a;
  color: #a6bbc9; }
  /* line 177, ../sass/main.scss */
  .inv2 h1, .inv2 h2, .inv2 h3, .inv2 h4, .inv2 h5, .inv2 h6 {
    color: #fff; }
  /* line 180, ../sass/main.scss */
  .inv2 strong {
    color: #a6bbc9; }
  /* line 183, ../sass/main.scss */
  .inv2 a:link, .inv2 a:visited, .inv2 a:hover, .inv2 a:active {
    color: #fff; }
  /* line 187, ../sass/main.scss */
  .inv2 .intro-text {
    color: #fff; }
  /* line 190, ../sass/main.scss */
  .inv2 .fullhead {
    border-bottom: 1px solid #fff; }

/* line 197, ../sass/main.scss */
input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
  background: #fff;
  padding: 0.5em 1em;
  font-size: 1.2em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border: none;
  width: 100%;
  display: inline-block; }
  @media (min-width: 55em) {
    /* line 197, ../sass/main.scss */
    input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
      width: 70%; } }

/* line 213, ../sass/main.scss */
input[type=text].required, input[type=password].required, input[type=email].required, input[type=tel].required, textarea.required, select.required {
  border: 1px solid red;
  background: #f1b5af; }

/* line 220, ../sass/main.scss */
label {
  display: none; }

/* line 224, ../sass/main.scss */
p {
  font-size: 1.1em;
  line-height: 1.3em; }

/* line 228, ../sass/main.scss */
p:first-of-type {
  padding-top: 0;
  margin-top: 0; }

/* line 232, ../sass/main.scss */
strong {
  font-weight: 700; }

/* line 242, ../sass/main.scss */
a {
  color: #a6bbc9;
  text-decoration: underline; }

/* line 248, ../sass/main.scss */
strong {
  color: #38622a;
  font-weight: 700; }

/* line 253, ../sass/main.scss */
img {
  max-width: 100%;
  vertical-align: none; }

/* ==========================================================================
  Style objects
  ========================================================================== */
/* line 262, ../sass/main.scss */
.container {
  display: block;
  margin: 0 auto;
  max-width: 1070px;
  max-width: 66.875rem;
  padding-left: 0em;
  padding-right: 0em;
  text-align: left; }
  @media (min-width: 62em) {
    /* line 262, ../sass/main.scss */
    .container {
      padding-left: 0em;
      padding-right: 0em; } }
  /* line 274, ../sass/main.scss */
  .container.wide {
    max-width: 1298px;
    max-width: 81.125rem; }
  /* line 277, ../sass/main.scss */
  .container.half {
    max-width: 450px;
    max-width: 28.125rem; }

/* line 283, ../sass/main.scss */
.hfbar, header[role="banner"] {
  height: 45px;
  height: 2.8125rem; }
  @media (min-width: 55em) {
    /* line 283, ../sass/main.scss */
    .hfbar, header[role="banner"] {
      height: 102px;
      height: 6.375rem; } }

@media (min-width: 55em) {
  /* line 292, ../sass/main.scss */
  .lbody {
    float: left;
    width: 50%;
    padding-right: 100px;
    padding-right: 6.25rem; } }

@media (min-width: 55em) {
  /* line 301, ../sass/main.scss */
  .rbody {
    float: right;
    width: 50%; } }

/* line 310, ../sass/main.scss */
.butstyle {
  padding: 22px 32px;
  padding: 1.375rem 2rem;
  background: #5d7f51;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-family: "proxima-nova";
  font-size: 0.8em;
  text-align: center;
  border: 0; }
  @media (min-width: 55em) {
    /* line 310, ../sass/main.scss */
    .butstyle {
      width: 80%;
      margin: 0 10% 0 10%; } }

/* line 327, ../sass/main.scss */
.intro-text {
  font-weight: 600; }

/* line 330, ../sass/main.scss */
.small-text {
  font-size: 1em;
  line-height: 1.4em;
  display: block;
  margin-top: 0;
  text-align: center; }

@media (min-width: 55em) {
  /* line 337, ../sass/main.scss */
  .imgleft {
    float: left;
    clear: left; } }

@media (min-width: 55em) {
  /* line 343, ../sass/main.scss */
  .imgright {
    float: right;
    clear: right; } }

/* line 349, ../sass/main.scss */
.imgcenter {
  margin: 50px auto 0;
  margin: 3.125rem auto 0; }
  @media (min-width: 55em) {
    /* line 349, ../sass/main.scss */
    .imgcenter {
      float: none;
      display: block;
      max-width: 100%; } }

/* line 359, ../sass/main.scss */
.show {
  display: block; }

/* line 362, ../sass/main.scss */
input::-webkit-input-placeholder {
  font-style: italic;
  color: #cfcfcf;
  font-family: "proxima-nova"; }

/* line 367, ../sass/main.scss */
input:-moz-placeholder {
  font-style: italic;
  color: #cfcfcf;
  font-family: "proxima-nova"; }

/* line 374, ../sass/main.scss */
input:-ms-input-placeholder {
  font-style: italic;
  color: #cfcfcf;
  font-family: "proxima-nova"; }

/* ==========================================================================
  Structural elements
  ========================================================================== */
/* line 384, ../sass/main.scss */
nav[role="navigation"] {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  height: 100%;
  width: 200px;
  background: #40596a;
  color: #fff;
  overflow-y: scroll;
  -moz-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  /* line 400, ../sass/main.scss */
  .open nav[role="navigation"] {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (min-width: 55em) {
    /* line 384, ../sass/main.scss */
    nav[role="navigation"] {
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 30;
      top: 0;
      width: 80%;
      right: 53px;
      right: 3.3125rem;
      overflow: hidden;
      text-align: right;
      height: auto;
      background: none;
      color: auto; } }
  /* line 424, ../sass/main.scss */
  nav[role="navigation"] a.menuclose {
    position: absolute;
    top: 10px;
    top: 0.625rem;
    right: 10px;
    right: 0.625rem;
    width: 20px;
    cursor: pointer; }
    @media (min-width: 55em) {
      /* line 424, ../sass/main.scss */
      nav[role="navigation"] a.menuclose {
        display: none; } }
    /* line 435, ../sass/main.scss */
    nav[role="navigation"] a.menuclose img {
      max-width: 100%; }
  /* line 439, ../sass/main.scss */
  nav[role="navigation"] .navholder {
    padding-top: 40px;
    padding-top: 2.5rem;
    overflow: hidden; }
    @media (min-width: 55em) {
      /* line 439, ../sass/main.scss */
      nav[role="navigation"] .navholder {
        padding-top: 0; } }
    /* line 446, ../sass/main.scss */
    nav[role="navigation"] .navholder a {
      display: block;
      font-size: 1em;
      text-align: left;
      padding-left: 16px;
      padding-left: 1rem;
      text-transform: lowercase;
      text-decoration: none;
      color: #fff;
      font-family: "proxima-nova"; }
      @media (min-width: 35em) {
        /* line 446, ../sass/main.scss */
        nav[role="navigation"] .navholder a {
          font-size: .7em;
          padding-left: 16px;
          padding-left: 1rem; } }
      @media (min-width: 55em) {
        /* line 446, ../sass/main.scss */
        nav[role="navigation"] .navholder a {
          display: inline-block;
          color: #a6bbc9;
          line-height: 102px;
          line-height: 6.375rem;
          padding-left: 33px;
          padding-left: 2.0625rem;
          font-family: "proxima-nova";
          text-transform: lowercase;
          font-size: 1em; } }
    /* line 472, ../sass/main.scss */
    nav[role="navigation"] .navholder a:hover, nav[role="navigation"] .navholder span.current a {
      color: #fff; }
      @media (min-width: 55em) {
        /* line 472, ../sass/main.scss */
        nav[role="navigation"] .navholder a:hover, nav[role="navigation"] .navholder span.current a {
          color: #40596a; } }

/* line 484, ../sass/main.scss */
.wrap {
  position: relative;
  background: #f8f9fb;
  min-height: 100%;
  z-index: 11;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 100%; }
  /* line 502, ../sass/main.scss */
  .open .wrap {
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); }

/* line 509, ../sass/main.scss */
header[role="banner"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #f8f9fb; }
  /* line 520, ../sass/main.scss */
  header[role="banner"] .logo {
    float: left;
    display: block;
    margin: 0;
    margin: 10px 0 10px 16px;
    margin: 0.625rem 0 0.625rem 1rem;
    max-width: 30px;
    max-width: 1.875rem; }
    @media (min-width: 55em) {
      /* line 520, ../sass/main.scss */
      header[role="banner"] .logo {
        margin: 22px 0 22px 50px;
        margin: 1.375rem 0 1.375rem 3.125rem;
        max-width: 57px;
        max-width: 3.5625rem; } }
    /* line 535, ../sass/main.scss */
    header[role="banner"] .logo a {
      display: inline-block; }
    /* line 538, ../sass/main.scss */
    header[role="banner"] .logo img {
      max-width: 100%; }
  /* line 543, ../sass/main.scss */
  header[role="banner"] a.menuopen {
    float: right;
    display: block;
    display: inline-block;
    padding-top: 3px;
    padding-top: 0.1875rem;
    padding-right: 16px;
    padding-right: 1rem;
    cursor: pointer; }
    /* line 553, ../sass/main.scss */
    header[role="banner"] a.menuopen img {
      max-width: 32px;
      max-width: 2rem;
      max-height: 32px;
      max-height: 2rem; }
    @media (min-width: 55em) {
      /* line 543, ../sass/main.scss */
      header[role="banner"] a.menuopen {
        display: none; } }

/* line 565, ../sass/main.scss */
.sm {
  max-width: 50px;
  display: inline-block;
  float: right; }
  /* line 570, ../sass/main.scss */
  .sm.twit {
    display: none; }
    @media (min-width: 35em) {
      /* line 570, ../sass/main.scss */
      .sm.twit {
        margin-left: 1px;
        display: inline-block; } }

/* line 579, ../sass/main.scss */
main {
  display: block; }
  /* line 589, ../sass/main.scss */
  main article {
    position: relative;
    padding: 0 1em; }
    @media (min-width: 81em) {
      /* line 589, ../sass/main.scss */
      main article {
        padding: 0; } }
    /* line 599, ../sass/main.scss */
    main article.t-index {
      position: relative;
      padding: 0; }
      /* line 605, ../sass/main.scss */
      main article.t-index .homeholder {
        overflow: hidden;
        position: relative; }
        /* line 610, ../sass/main.scss */
        .touch main article.t-index .homeholder {
          background-attachment: scroll !important; }
      @media (min-width: 130em) {
        /* line 615, ../sass/main.scss */
        main article.t-index .slick-slide {
          background-position: 50% 20% !important; } }
      /* line 624, ../sass/main.scss */
      main article.t-index .overlay {
        padding: 0 1em; }
        /* line 626, ../sass/main.scss */
        main article.t-index .overlay h1, main article.t-index .overlay h2 {
          margin: 0 0 5px 0;
          margin: 0 0 0.3125rem 0;
          line-height: 1em; }
        /* line 630, ../sass/main.scss */
        main article.t-index .overlay h1 {
          font-size: 3em; }
        /* line 634, ../sass/main.scss */
        main article.t-index .overlay h2 {
          font-size: 2em; }
        /* line 638, ../sass/main.scss */
        main article.t-index .overlay p {
          font-size: 1em;
          color: #40596a;
          text-align: left; }
        @media (min-width: 55em) {
          /* line 624, ../sass/main.scss */
          main article.t-index .overlay {
            position: absolute;
            top: 15%;
            right: 11%;
            width: 43vmax;
            z-index: 100; }
            /* line 645, ../sass/main.scss */
            main article.t-index .overlay h1, main article.t-index .overlay h2 {
              margin: 0 0 5px 0;
              margin: 0 0 0.3125rem 0;
              line-height: 1em; }
            /* line 649, ../sass/main.scss */
            main article.t-index .overlay h1 {
              font-size: 3.9em;
              font-size: 4vmax; }
            /* line 654, ../sass/main.scss */
            main article.t-index .overlay h2 {
              font-size: 2.9em;
              font-size: 3vmax; }
            /* line 659, ../sass/main.scss */
            main article.t-index .overlay p {
              font-size: 1.2vmax; } }
        @media (min-width: 81em) {
          /* line 624, ../sass/main.scss */
          main article.t-index .overlay {
            padding: 0; } }
    /* line 681, ../sass/main.scss */
    main article.t-content {
      margin-top: -102px;
      margin-top: -6.375rem;
      padding-top: 150px;
      padding-top: 9.375rem;
      padding-bottom: 180px;
      padding-bottom: 11.25rem; }
      /* line 686, ../sass/main.scss */
      main article.t-content .atitle {
        margin-bottom: 90px;
        margin-bottom: 5.625rem; }
      @media (min-width: 55em) {
        /* line 689, ../sass/main.scss */
        main article.t-content .rbody {
          padding-top: 90px;
          padding-top: 5.625rem; } }
      /* line 695, ../sass/main.scss */
      main article.t-content ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      /* line 701, ../sass/main.scss */
      main article.t-content li {
        background: url("../img/tick.png") no-repeat center left;
        background-size: 29px 27px;
        padding-left: 50px;
        padding-left: 3.125rem;
        margin-left: 0;
        list-style-type: none;
        font-size: 1.2em;
        padding-top: .3em;
        padding-bottom: .3em; }
        @media (min-width: 55em) {
          /* line 701, ../sass/main.scss */
          main article.t-content li {
            margin-left: 50px;
            margin-left: 3.125rem; } }
    /* line 720, ../sass/main.scss */
    main article.t-gallery {
      padding-top: 48px;
      padding-top: 3rem;
      padding-bottom: 180px;
      padding-bottom: 11.25rem; }
      /* line 725, ../sass/main.scss */
      main article.t-gallery .gallery {
        margin-top: 30px;
        margin-top: 1.875rem;
        margin-bottom: 100px;
        margin-bottom: 6.25rem; }
      /* line 729, ../sass/main.scss */
      main article.t-gallery .gallery:last-child {
        margin-bottom: 0; }
      /* line 732, ../sass/main.scss */
      main article.t-gallery h3.galhead {
        text-transform: lowercase;
        text-align: left;
        background: none;
        border-bottom: none;
        color: #40596a;
        padding-left: 0;
        font-size: 1.5em; }
        @media (min-width: 55em) {
          /* line 732, ../sass/main.scss */
          main article.t-gallery h3.galhead {
            font-size: 2.5em;
            padding-left: 0;
            text-align: right; } }
      @media (min-width: 55em) {
        /* line 749, ../sass/main.scss */
        main article.t-gallery .first {
          -moz-transform: translateY(-97px);
          -ms-transform: translateY(-97px);
          -webkit-transform: translateY(-97px);
          transform: translateY(-97px); } }
      /* line 757, ../sass/main.scss */
      main article.t-gallery .justified-gallery > a > .caption, main article.t-gallery .justified-gallery > div > .caption {
        font-family: "proxima-nova";
        font-weight: 600;
        text-transform: lowercase; }
    /* line 764, ../sass/main.scss */
    main article.t-list {
      margin-top: -102px;
      margin-top: -6.375rem;
      padding-top: 150px;
      padding-top: 9.375rem;
      padding-bottom: 180px;
      padding-bottom: 11.25rem; }
      /* line 770, ../sass/main.scss */
      main article.t-list .container {
        margin-top: 90px;
        margin-top: 5.625rem; }
        /* line 771, ../sass/main.scss */
        main article.t-list .container .slide-title {
          margin-top: 0;
          color: #a6bbc9; }
        /* line 778, ../sass/main.scss */
        main article.t-list .container:first-child {
          margin-top: 0; }
      /* line 782, ../sass/main.scss */
      main article.t-list .fullhead {
        margin-bottom: 90px;
        margin-bottom: 5.625rem; }
      @media (min-width: 55em) {
        /* line 785, ../sass/main.scss */
        main article.t-list .lbody {
          padding-right: 0; } }
      @media (min-width: 55em) {
        /* line 792, ../sass/main.scss */
        main article.t-list .rbody {
          padding-left: 100px;
          padding-left: 6.25rem; } }
    /* line 801, ../sass/main.scss */
    main article.t-contact {
      margin-top: -102px;
      margin-top: -6.375rem;
      padding-top: 50px;
      padding-top: 3.125rem;
      padding-bottom: 180px;
      padding-bottom: 11.25rem; }
      /* line 810, ../sass/main.scss */
      main article.t-contact .lbody {
        text-align: left;
        padding-right: 0; }
        /* line 813, ../sass/main.scss */
        main article.t-contact .lbody .fullhead {
          margin-bottom: 90px;
          margin-bottom: 5.625rem; }
        @media (min-width: 55em) {
          /* line 816, ../sass/main.scss */
          main article.t-contact .lbody .half {
            padding-left: 50px;
            padding-left: 3.125rem; } }

/* line 833, ../sass/main.scss */
.sp {
  margin-top: -102px;
  margin-top: -6.375rem;
  padding-top: 102px;
  padding-top: 6.375rem; }

/* line 838, ../sass/main.scss */
.featholder {
  max-height: calc(100% - 102px); }

/* line 841, ../sass/main.scss */
img.bg {
  opacity: 0; }

/* line 847, ../sass/main.scss */
video::-webkit-media-controls {
  display: none !important; }

/* line 851, ../sass/main.scss */
.content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 858, ../sass/main.scss */
  .content-holder .content-spot {
    text-align: center;
    position: relative;
    top: 50%;
    font-size: 60%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: black 0px 0px 5px; }
    /* line 864, ../sass/main.scss */
    .content-holder .content-spot h1 {
      text-transform: none;
      letter-spacing: -4px;
      font-size: 4em; }
    /* line 870, ../sass/main.scss */
    .content-holder .content-spot p {
      color: #e4ba8c;
      font-family: "proxima-nova";
      letter-spacing: -1px;
      font-size: 1.6em; }
    @media (min-width: 55em) {
      /* line 858, ../sass/main.scss */
      .content-holder .content-spot {
        font-size: 100%; } }

/* line 891, ../sass/main.scss */
.list-item {
  position: relative; }

/* line 895, ../sass/main.scss */
.page-content {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  height: 0;
  left: 0;
  right: 0;
  font-family: "proxima-nova";
  background: #bcdfef;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 30; }

/* line 919, ../sass/main.scss */
.page-summary-close, .page-summary-event-close, .page-content .page-content-moreinfo {
  display: none; }

/* line 922, ../sass/main.scss */
.page-content.open {
  top: 0;
  height: auto;
  overflow: auto;
  min-height: 100%;
  padding: 0 16px;
  padding: 0 1rem; }
  @media (min-width: 55em) {
    /* line 922, ../sass/main.scss */
    .page-content.open {
      padding: 0; } }
  /* line 937, ../sass/main.scss */
  .page-content.open .page-content-moreinfo, .page-content.open .page-summary-close, .page-content.open .page-summary-event-close {
    display: block; }

/* line 945, ../sass/main.scss */
.slick-list, .slick-track {
  height: 100%; }

/* line 951, ../sass/main.scss */
#cnformhold {
  width: 95%;
  margin: 0 auto;
  max-width: 500px;
  max-width: 31.25rem; }
  @media (min-width: 55em) {
    /* line 951, ../sass/main.scss */
    #cnformhold {
      width: 50%; } }
  /* line 962, ../sass/main.scss */
  #cnformhold #cnForm {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 80px;
    margin-bottom: 5rem; }
    @media (min-width: 55em) {
      /* line 966, ../sass/main.scss */
      #cnformhold #cnForm p {
        text-align: left; } }
    /* line 972, ../sass/main.scss */
    #cnformhold #cnForm #signup_submit {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      border: none;
      font-size: 1.5em;
      background: #fff;
      padding: .5em 2em; }

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 1024px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* line 990, ../sass/main.scss */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 998, ../sass/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

/* line 1005, ../sass/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/* line 1012, ../sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 1017, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 1028, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 1038, ../sass/main.scss */
.invisible {
  visibility: hidden; }

/* line 1042, ../sass/main.scss */
.clearfix:before, .lbody:before, .rbody:before, .wrap:before, main:before, main article:before,
.clearfix:after,
.lbody:after,
.rbody:after,
.wrap:after,
main:after,
main article:after {
  content: " ";
  display: table; }

/* line 1048, ../sass/main.scss */
.clearfix:after, .lbody:after, .rbody:after, .wrap:after, main:after, main article:after {
  clear: both; }

/* line 1052, ../sass/main.scss */
.clearfix, .lbody, .rbody, .wrap, main, main article {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 1063, ../sass/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 1070, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 1075, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 1079, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 1087, ../sass/main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 1093, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 1099, ../sass/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 1103, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 1108, ../sass/main.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 1116, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 1123, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
