@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Dosis:500,700|Lora:400,400italic);
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Hero */
/* Navigation */
/* Sub Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/************************/
/**** Page overrides ****/
/************************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/****************/
/*** Features ***/
/****************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 850px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 850px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
p:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
}
.block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.mobile-only {
  display: none;
}
@media handheld,only screen and (max-width: 1220px) {
  .mobile-only {
    display: block;
  }
}
.desktop-only {
  display: block;
}
@media handheld,only screen and (max-width: 1220px) {
  .desktop-only {
    display: none;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #d9d9d9;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #d9d9d9;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #a6a6a6;
}
.pagination {
  text-align: center;
  margin-top: 1.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 0.9em;
  border-radius: 5px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #28ba99;
  background-color: transparent;
  border-radius: 5px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #28ba99;
  background-color: transparent;
  text-decoration: none;
  border-radius: 5px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #28ba99;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 1em 0;
}
a {
  color: #28ba99;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1f9076;
}
@media handheld,only screen and (max-width: 850px) {
  a:hover {
    color: #28ba99;
  }
}
em {
  color: #b88d50;
  font-family: 'Lora', 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #28ba99;
  font-weight: 500;
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  color: #28ba99;
  font-size: 35.04px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0 0 0.25em 0;
}
h2 {
  font-size: 30px;
  line-height: 1.2em;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 20px;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  border-radius: 0;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 850px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 850px) {
  table tr {
    display: block;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #000000;
  background-color: #f7f7f7;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 850px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 850px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 850px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 850px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 850px) {
  table thead tr {
    background-color: #28ba99;
  }
}
table thead tr td,
table thead tr th {
  color: #eaf8f5;
  background-color: #28ba99;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 850px) {
  table tfoot tr {
    background-color: #ebebeb;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #000000;
  background-color: #ebebeb;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 850px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #000000;
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 850px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
  clear: both;
}
blockquote {
  color: #28ba99;
  background: #f7f7f7;
  font-size: 1.1em;
  text-align: center;
  border-radius: 0;
  margin: 2em auto;
  padding: 1em 2em;
}
button,
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background-color: #28ba99;
  font-size: 1em;
  font-weight: 500;
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #28ba99;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 11px 11px;
  cursor: pointer;
}
button .button-arrow,
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
button img,
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
button:hover,
.button:hover,
.submit:hover {
  color: #fff;
  background-color: #23a588;
  border-color: #28ba99;
  text-decoration: none;
}
.button-small {
  padding: 5.5px 11px;
}
.button-alt .button {
  padding: 22px 22px;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 850px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 850px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.one-half {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 46.363636363636%;
}
@media handheld,only screen and (max-width: 850px) {
  .one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .one-half {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .content-cell iframe {
    width: 100%;
  }
}
.content-cell.tours iframe {
  margin-left: -16px;
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 850px) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 850px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  border-radius: 0;
  vertical-align: middle;
  padding: 0px;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #000000;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 850px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 850px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 850px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
}
.media-gallery > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .media-gallery {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 29.69696969697%;
  border-radius: 0;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 850px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  border-radius: 0;
  padding: 0px;
}
@media handheld,only screen and (max-width: 850px) {
  .media-gallery .media-thumbnail img {
    width: auto;
    max-width: 100%;
  }
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #000000;
  background: #f7f7f7;
  font-size: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 7.5em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #000000;
  background: #f7f7f7;
  font-family: 'Source Sans Pro', sans-serif;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row {
    padding: 0.8em 1em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #000000;
  background-color: transparent;
  width: 6.5em;
  margin: 0.35em 0em;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 7.5em;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #000000;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    overflow: hidden;
  }
}
.page-region form .form-row input,
.page-region form .form-row textarea,
.page-region form .form-row select {
  font-family: inherit;
  font-family: 'Source Sans Pro', sans-serif;
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 850px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background-color: #28ba99;
  font-size: 1em;
  font-weight: 500;
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #28ba99;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 11px 11px;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #fff;
  background-color: #23a588;
  border-color: #28ba99;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #fff;
  background-color: #23a588;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
.page-region form.large-label .field {
  margin-left: 7.5em;
}
#enquiry_form {
  max-width: 550px;
}
.book-now-wrapper {
  background-color: #28ba99;
  display: inline-block;
  margin: 0 auto;
  font-size: 0;
  padding: 22px 20px;
  border-radius: 5px;
  width: 440px;
  box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.4);
}
@media handheld,only screen and (max-width: 500px) {
  .book-now-wrapper {
    max-width: 100%;
  }
}
.book-now-wrapper h5 {
  color: white;
  font-size: 32px;
  line-height: 35px;
  margin: -5px 0 -4px 0;
  font-weight: bold;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 500px) {
  .book-now-wrapper h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .book-now-wrapper h5 br {
    display: none;
  }
}
.book-now-wrapper h5 + p {
  margin-top: 7px;
  margin-bottom: 0;
}
.book-now-wrapper p {
  color: white;
  font-size: 12px !important;
  margin: 0 0 10px 0;
  font-weight: bold;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 500px) {
  .book-now-wrapper p {
    font-size: 10px !important;
    margin: -1px 0 7px 0;
  }
}
.book-now-wrapper .button {
  padding: 8px 16px 9px 16px !important;
  width: 100%;
  text-align: center;
  border: none !important;
  border-radius: 3px;
  display: block;
  background: rgba(0,0,0,0.5) !important;
}
.book-now-wrapper .button:hover {
  background: rgba(0,0,0,0.7) !important;
}
.book-now-wrapper .half {
  width: 62%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media handheld,only screen and (max-width: 500px) {
  .book-now-wrapper .half {
    width: 50%;
  }
}
.book-now-wrapper .half:nth-of-type(2) {
  width: 38%;
  padding-left: 12px;
}
@media handheld,only screen and (max-width: 500px) {
  .book-now-wrapper .half:nth-of-type(2) {
    width: 50%;
  }
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .cta-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 29.69696969697%;
}
@media handheld,only screen and (max-width: 850px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .cta-block .cta,
  .cta {
    max-width: 531px;
    margin: 0.75em auto;
  }
}
.cta-block .cta .cta-inner,
.cta .cta-inner {
  color: #000000;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a,
.cta .cta-inner a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  padding: 0.25em;
  overflow: auto;
}
.cta-block .cta .cta-inner a:hover,
.cta .cta-inner a:hover {
  color: #ffffff;
}
.cta-block .cta .cta-inner a .media-thumbnail,
.cta .cta-inner a .media-thumbnail {
  display: block;
  margin-bottom: -16px;
}
.cta-block .cta .cta-inner a .cta-titles,
.cta .cta-inner a .cta-titles {
  display: block;
  padding: 26px;
  margin: 0 40px;
  background-color: #28ba99;
  color: #fff;
  position: relative;
  z-index: 30;
  border-radius: 5px;
  line-height: 1em;
}
@media handheld,only screen and (max-width: ) {
  .cta-block .cta .cta-inner a .cta-titles,
  .cta .cta-inner a .cta-titles {
    line-height: 1.4em;
  }
}
.cta-block .cta .cta-inner a .cta-titles:after,
.cta .cta-inner a .cta-titles:after {
  border-bottom: 11px solid #28ba99;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: ' ';
  position: absolute;
  top: -11px;
  width: 22px;
  height: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cta-block .cta .cta-inner a .cta-titles:hover,
.cta .cta-inner a .cta-titles:hover {
  background-color: #1f9076;
}
.cta-block .cta .cta-inner a .cta-titles:hover:after,
.cta .cta-inner a .cta-titles:hover:after {
  border-bottom-color: #1f9076;
}
.cta-block .cta .cta-inner a .cta-titles span,
.cta .cta-inner a .cta-titles span {
  display: block;
}
.cta-block .cta .cta-inner a .cta-titles .cta-title,
.cta .cta-inner a .cta-titles .cta-title {
  font-size: 25px;
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media handheld,only screen and (max-width: 480px) {
  .cta-block .cta .cta-inner a .cta-titles .cta-title,
  .cta .cta-inner a .cta-titles .cta-title {
    font-size: 20px;
  }
}
.cta-block .cta .cta-inner a .cta-titles .cta-subtitle,
.cta .cta-inner a .cta-titles .cta-subtitle {
  font-size: 18px;
  font-family: 'Lora', 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
}
@media handheld,only screen and (max-width: 850px) {
  .cta-block .cta .cta-inner a .cta-titles .cta-subtitle,
  .cta .cta-inner a .cta-titles .cta-subtitle {
    font-size: 16px;
  }
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 71.363636363636%;
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 21.363636363636%;
  padding-top: 44px;
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #f2f2f2;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 21.363636363636%;
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 71.363636363636%;
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #404040;
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #404040;
}
@media handheld,only screen and (max-width: 850px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #404040;
  font-size: 1.1em;
}
.news-wrapper .news-posts-single .news-post-information .news-post-social {
  padding: 8px 1em;
  display: inline-block;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #000000;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: #28ba99;
}
.search-wrapper .search input.search-button:hover {
  background-color: #23a588;
}
@media handheld,only screen and (max-width: 850px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.features-wrapper {
  color: #28ba99;
  text-align: center;
  border: 2px solid #28ba99;
  padding: 50px 50px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media handheld,only screen and (max-width: 850px) {
  .features-wrapper {
    padding: 25px;
  }
}
.features-wrapper h1,
.features-wrapper h2,
.features-wrapper h3,
.features-wrapper h4,
.features-wrapper h5,
.features-wrapper h6 {
  color: #28ba99;
  text-transform: uppercase;
  margin: 0px 0px 40px 0px;
}
.features-wrapper .features-block {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
}
.features-wrapper .features-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .features-wrapper .features-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.features-wrapper .features-block .features-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 29.69696969697%;
}
@media handheld,only screen and (max-width: 850px) {
  .features-wrapper .features-block .features-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .features-wrapper .features-block .features-cell .feature-wrapper {
    margin: 40px auto;
  }
}
.features-wrapper .features-block .features-cell .feature-wrapper .feature-icon {
  margin-bottom: 15px;
}
@media handheld,only screen and (max-width: 850px) {
  .features-wrapper .features-block .features-cell .feature-wrapper .feature-icon {
    margin-bottom: 10px;
  }
}
.features-wrapper .features-block .features-cell .feature-wrapper .feature-icon i {
  font-size: 75px;
}
@media handheld,only screen and (max-width: 850px) {
  .features-wrapper .features-block .features-cell .feature-wrapper .feature-icon i {
    font-size: 50px;
  }
}
.features-wrapper .features-block .features-cell .feature-wrapper .feature-text {
  font-size: 23px;
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
}
@media handheld,only screen and (max-width: 850px) {
  .features-wrapper .features-block .features-cell .feature-wrapper .feature-text {
    font-size: 18px;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.24;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.header-wrapper {
  min-height: 514px;
  position: relative;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 850px) {
  .header-wrapper {
    min-height: 0;
  }
}
.header-wrapper .header-constrain {
  color: #000000;
  padding: 0;
  margin-top: 0;
  position: relative;
  z-index: 100;
  margin-top: 0px;
}
.header-wrapper .header-constrain .header-block {
  margin-top: 0px;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block {
    margin-top: auto;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  font-size: 20px;
  width: 1100px;
  margin: 10px auto;
  vertical-align: middle;
  padding-top: 130px;
}
@media screen and (max-width: 1186.2745098039px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    width: 92.727272727273%;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    text-align: center;
    margin: 2em auto 10px auto;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    padding: 85px 10px 30px 10px;
    margin: 0 auto;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell img {
  -webkit-filter: drop-shadow(1px 2px 1.78px rgba(0,0,0,0.6));
  filter: drop-shadow(1px 2px 1.78px rgba(0,0,0,0.6));
}
@media handheld,only screen and (max-width: 850px) {
  .header-wrapper .header-constrain .header-block .logo-cell img {
    width: 300px;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell .book-now-wrapper {
  display: block;
  transform: scale(0.8);
  padding: 22px 20px 17px 20px;
  transform-origin: 100% 0%;
  float: right;
  margin: -14px 0 0 0;
}
@media handheld,only screen and (max-width: 908px) {
  .header-wrapper .header-constrain .header-block .logo-cell .book-now-wrapper {
    margin: 30px auto 0 auto;
    float: none;
    transform: scale(1);
  }
}
.header-wrapper .header-constrain .header-block .logo-cell .book-now-wrapper .button {
  font-size: 20px;
}
.header-wrapper .header-constrain .header-block a {
  color: #28ba99;
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #1f9076;
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) {
  font-size: 20px;
  width: 1100px;
  margin: 10px auto;
  text-align: center;
  margin-top: 222px;
  margin-bottom: 236px;
  /*background-color: #808080;*/
  background-image: -webkit-gradient(radial,50% 50%,0,50% 50%,200,from(rgba(255,255,255,0)),to(rgba(1,1,1,0.2)));
  background-image: -webkit-radial-gradient(50% 50%,rgba(1,1,1,0.2),rgba(255,255,255,0));
  background-image: -moz-radial-gradient(50% 50%,rgba(1,1,1,0.2),rgba(255,255,255,0));
  background-image: -o-radial-gradient(50% 50%,rgba(1,1,1,0.2),rgba(255,255,255,0));
  background-image: -ms-radial-gradient(50% 50%,rgba(1,1,1,0.2),rgba(255,255,255,0));
  background-image: radial-gradient(50% 50%,rgba(1,1,1,0.2),rgba(255,255,255,0));
}
@media screen and (max-width: 1186.2745098039px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) {
    width: 92.727272727273%;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) {
    margin: 50px auto;
  }
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) p {
  font-size: 0;
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) h2,
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) h3 {
  color: #fff;
  text-shadow: 2px 4px 0.78px rgba(0,0,0,0.6);
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) h2 {
  font-weight: 700;
  font-size: 90px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) h2 {
    font-size: 70px;
  }
}
@media handheld,only screen and (max-width: 319px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) h2 {
    font-size: 50px;
  }
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) h3 {
  font-size: 40px;
  line-height: 1em;
  font-family: 'Lora', 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 7px;
  margin-bottom: 32px;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) h3 {
    font-size: 30px;
  }
}
@media handheld,only screen and (max-width: 319px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) h3 {
    font-size: 25px;
  }
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) .button {
  background: transparent;
  background: rgba(0,0,0,0.3);
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 23px 44px;
}
@media handheld,only screen and (max-width: 480px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) .button {
    padding: 16px 20px;
  }
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(1) .button:hover {
  background: rgba(0,0,0,0.6);
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(2) {
  margin-bottom: 0;
  background: #e4d4bd;
  background: -moz-linear-gradient(top,rgba(229,213,187,0) 0%,#e5d5bb 40%,#e5d5bb 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(229,213,187,0)),color-stop(40%,#e5d5bb),color-stop(100%,#e5d5bb));
  background: -webkit-linear-gradient(top,rgba(229,213,187,0) 0%,#e5d5bb 40%,#e5d5bb 100%);
  background: -o-linear-gradient(top,rgba(229,213,187,0) 0%,#e5d5bb 40%,#e5d5bb 100%);
  background: -ms-linear-gradient(top,rgba(229,213,187,0) 0%,#e5d5bb 40%,#e5d5bb 100%);
  background: linear-gradient(to bottom,rgba(229,213,187,0) 0%,#e5d5bb 40%,#e5d5bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5d5bb',endColorstr='#e5d5bb',GradientType=0);
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(2) .cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 46.363636363636%;
  vertical-align: bottom;
}
@media handheld,only screen and (max-width: 850px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(2) .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(2) .cta-block .cta {
    margin: auto;
  }
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(2) p {
  margin: 0;
}
.header-wrapper .header-constrain .header-block .home-header > div:nth-child(2) .cta-block-wrapper {
  font-size: 20px;
  width: 1100px;
  margin: 10px auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1186.2745098039px) {
  .header-wrapper .header-constrain .header-block .home-header > div:nth-child(2) .cta-block-wrapper {
    width: 92.727272727273%;
  }
}
.header-wrapper .hero-wrapper {
  z-index: 0;
}
.header-wrapper .hero-wrapper .hero-block {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
  z-index: 10;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-wrapper .hero-wrapper .hero-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .header-wrapper .hero-wrapper .hero-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .header-wrapper .hero-wrapper .hero-block .hero-images {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-images {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 96.363636363636%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media handheld,only screen and (max-width: 850px) {
  .hero-wrapper .hero-constrain .hero-block .hero-images {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-images:before {
  content: ' ';
  background: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-constrain .hero-block .hero-images:before {
    background: rgba(0,0,0,0.2);
  }
}
.hero-wrapper .hero-constrain .hero-block .hero-images .media-thumbnail {
  margin: 0;
}
.hero-wrapper .hero-constrain .hero-block .hero-images img {
  min-width: 100%;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  border-radius: 0;
  left: 0;
  top: 0;
  position: relative;
}
.hero-wrapper .hero-constrain .hero-block .hero-images.footer img {
  max-width: 100%;
  min-height: 0;
}
.hero-wrapper .hero-constrain .image-copyright {
  position: absolute;
  z-index: 200;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  font-weight: bold;
  padding: 0 1em;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.hero-wrapper .hero-constrain .image-copyright a {
  color: #fff;
}
@media handheld,only screen and (max-width: 850px) {
  .hero-wrapper .hero-constrain .image-copyright {
    text-shadow: none;
    text-align: center;
    bottom: -6px;
    font-size: 12px;
  }
}
.nav-wrapper {
  background: rgba(255,255,255,0.85);
  width: 100%;
  position: fixed;
  z-index: 400;
}
.nav-wrapper .nav-constrain {
  font-size: 20px;
  width: 1100px;
  margin: 10px auto;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  border-radius: 0;
}
@media screen and (max-width: 1186.2745098039px) {
  .nav-wrapper .nav-constrain {
    width: 92.727272727273%;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  text-transform: uppercase;
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
  font-weight: 500;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block {
    overflow: hidden;
    text-align: left;
    width: 100%;
    margin-left: 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #28ba99;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 1.5em;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
    height: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  background: transparent url('../../include/resources/coralsands/images/g-menu.svg') 50% 50% no-repeat;
  width: 2.1em;
  height: 2.2em;
  border-radius: 0;
  position: absolute;
  top: 0.3em;
  right: 1.5em;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon:hover {
  opacity: 0.8;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  margin-left: 0;
  width: 100%;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
    height: 300px;
    height: 90vh;
    overflow-y: scroll;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0 0 0px 0px;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
  white-space: nowrap;
  width: 100%;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    white-space: normal;
    display: block;
    text-align: left;
    border: none;
    padding: 0 0 1em 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  padding: 0;
  /* 1st Dropdown Level */
}
.nav-wrapper .nav-constrain .nav-block ul li.button {
  border-top: none;
  float: right;
  margin-top: 26px;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li.button {
    margin-top: 6px;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li.button {
    float: none;
    display: block;
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    margin: 0;
    padding: 0em 1.5em;
    margin-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #000;
    border-top: 1px solid rgba(0,0,0,0.14);
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  padding: 37px 18px 35px 18px;
  white-space: nowrap;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>');
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
@media handheld,only screen and (max-width: 1220px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 16px;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    font-size: 14px;
    padding: 1.3em 1em 0.9em 1em;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    white-space: normal;
    padding: 0.9em 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a:hover {
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;

                @media handheld, only screen and (max-width: @compactNavWidth) {
                  background-image: none;
                  padding-right: 0;
                }
              }
              */
  color: #1f9076;
}
.nav-wrapper .nav-constrain .nav-block ul li a.current {
  color: #1c856d;
}
.nav-wrapper .nav-constrain .nav-block ul li a.button {
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  padding: 11px 18px;
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li a.button {
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child a {
  padding-left: 0;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #000;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child.button {
    border-top: none;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #e4d4bd;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4em;
  left: 0em;
  right: auto;
  visibility: hidden;
  width: auto;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background-color: transparent;
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul:before {
  content: ' ';
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  width: 1em;
  height: 0.5em;
  display: block;
  margin-left: 1em;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid #e4d4bd;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul:before {
    display: none;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    height: auto;
    border: none;
    border-radius: 0px;
    padding-left: 1.75em;
    margin-bottom: -1px;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  background-color: #e4d4bd;
  line-height: 1.8em;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: transparent;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child a {
  padding: 1em;
}
@media handheld,only screen and (max-width: 1220px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child a {
    font-size: 16px;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child a {
    font-size: 14px;
    padding: 0.5em 1em;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child a {
    padding: 0.75em 1.5em;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #000;
  padding: 1em;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: 2.5em;

                  @media handheld, only screen and (max-width: @compactNavWidth) {
                    background-image: none;
                    padding-right: 0;
                  }
                }
                */
}
@media handheld,only screen and (max-width: 1220px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    font-size: 16px;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    font-size: 14px;
    padding: 0.5em 1em;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    padding: 0.75em 1.5em;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
  color: #000;
  background-color: #ddc8ab;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                  &.has_children {
                    background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-right: 2.5em;

                    @media handheld, only screen and (max-width: @compactNavWidth) {
                      background-image: none;
                      padding-right: 0;
                    }
                  }
                  */
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
    color: #1f9076;
    background-color: transparent;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 850px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.content-wrapper .content-constrain {
  font-size: 20px;
  width: 1100px;
  margin: 10px auto;
  margin: 100px auto 80px auto;
  margin-bottom: 100px;
  color: #000000;
  background: #ffffff;
  border-radius: 0;
}
@media screen and (max-width: 1186.2745098039px) {
  .content-wrapper .content-constrain {
    width: 92.727272727273%;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .content-wrapper .content-constrain {
    margin: 50px auto;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 96.363636363636%;
}
@media handheld,only screen and (max-width: 850px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 29.69696969697%;
}
@media handheld,only screen and (max-width: 850px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #fff;
  background-color: #28ba99;
  font-size: 1em;
  font-weight: 500;
  font-family: 'Dosis', 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px solid #28ba99;
  border-radius: 5px;
  margin: 0.4em 0em;
  padding: 11px 11px;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover {
  color: #fff;
  background-color: #23a588;
  border-color: #28ba99;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: #000000;
}
.footer-wrapper.newsletter {
  background: #e4d4bd;
}
.footer-wrapper.map {
  display: block;
  padding-top: 30px;
  padding-bottom: 56.25%;
  margin: 0px;
  position: relative;
  height: 0;
  overflow: hidden;
}
.footer-wrapper.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-wrapper .footer-constrain {
  font-size: 20px;
  width: 1100px;
  margin: 10px auto;
  margin: 0 auto;
  color: #fff;
  padding: 54px 0em;
}
@media screen and (max-width: 1186.2745098039px) {
  .footer-wrapper .footer-constrain {
    width: 92.727272727273%;
  }
}
.footer-wrapper .footer-constrain.newsletter {
  color: #000;
  padding: 39px 0;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain.newsletter {
    padding: 1em 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    padding: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
  white-space: nowrap;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block.contact {
  width: 100%;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block {
    white-space: normal;
  }
}
.footer-wrapper .footer-constrain .footer-block .newsletter-titles,
.footer-wrapper .footer-constrain .footer-block .newsletter-form {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 46.363636363636%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block .newsletter-titles,
  .footer-wrapper .footer-constrain .footer-block .newsletter-form {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (min-width: 850px) and (max-width: 1220px) {
  .footer-wrapper .footer-constrain .footer-block .newsletter-titles {
    vertical-align: top;
  }
}
.footer-wrapper .footer-constrain .footer-block .newsletter-titles h2,
.footer-wrapper .footer-constrain .footer-block .newsletter-titles p {
  color: #000;
}
.footer-wrapper .footer-constrain .footer-block .newsletter-titles h2 {
  font-size: 25px;
  line-height: 1em;
  margin: 0;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block .newsletter-titles h2 {
    margin-bottom: 0.4em;
  }
}
.footer-wrapper .footer-constrain .footer-block .newsletter-titles p {
  font-size: 18px;
  font-family: 'Lora', 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block .newsletter-titles {
    margin-bottom: 1em;
  }
}
.footer-wrapper .footer-constrain .footer-block form {
  margin-left: -1.8181818181818%;
}
@media handheld,only screen and (min-width: 850px) and (max-width: 1220px) {
  .footer-wrapper .footer-constrain .footer-block form {
    text-align: right;
  }
}
@media handheld,only screen and (max-width: 675px) {
  .footer-wrapper .footer-constrain .footer-block form {
    margin: 0 auto;
  }
}
.footer-wrapper .footer-constrain .footer-block form div {
  display: inline-block;
  position: relative;
}
@media handheld,only screen and (min-width: 850px) and (max-width: 1220px) {
  .footer-wrapper .footer-constrain .footer-block form div {
    display: block;
    margin-top: 0.4em;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block form div {
    margin-bottom: 0.4em;
  }
}
@media handheld,only screen and (max-width: 675px) {
  .footer-wrapper .footer-constrain .footer-block form div,
  .footer-wrapper .footer-constrain .footer-block form button {
    display: block;
  }
}
.footer-wrapper .footer-constrain .footer-block form button,
.footer-wrapper .footer-constrain .footer-block form input {
  padding: 17px 20px;
  font-size: 20px;
  line-height: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block form button {
    margin-top: 0;
  }
}
@media handheld,only screen and (min-width: 850px) and (max-width: 1220px) {
  .footer-wrapper .footer-constrain .footer-block form button,
  .footer-wrapper .footer-constrain .footer-block form input,
  .footer-wrapper .footer-constrain .footer-block form label {
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 675px) {
  .footer-wrapper .footer-constrain .footer-block form button,
  .footer-wrapper .footer-constrain .footer-block form input,
  .footer-wrapper .footer-constrain .footer-block form label {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.footer-wrapper .footer-constrain .footer-block form input,
.footer-wrapper .footer-constrain .footer-block form label {
  padding: 15px 16px 14px 16px;
  font-family: 'Source Sans Pro', sans-serif;
  border-radius: 5px;
}
.footer-wrapper .footer-constrain .footer-block form input {
  z-index: 30;
  position: relative;
  background: transparent;
}
.footer-wrapper .footer-constrain .footer-block form label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
  z-index: 10;
}
.footer-wrapper .footer-constrain .footer-block form label:after {
  content: ':';
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block form label:after {
    content: '';
  }
}
.footer-wrapper .footer-constrain .footer-block form label.placeholder-hide {
  color: #fff;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 38.030303030303%;
  width: 431px;
  width: 39%;
  vertical-align: top;
  padding: 25px 0;
  white-space: normal;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell {
    font-size: 16px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell dl dt,
.footer-wrapper .footer-constrain .footer-block .footer-cell dl dd {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  float: left;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell dl dt,
  .footer-wrapper .footer-constrain .footer-block .footer-cell dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell dl dt {
  clear: left;
  min-width: 6em;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell p {
  margin: 0.5em 0em;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell a {
  color: #28ba99;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell a:hover {
  color: #1f9076;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell.footer-cell.contact-b {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 13.030303030303%;
  margin-left: 0;
  width: 238px;
  width: 21%;
  text-align: center;
  line-height: 0;
  border-left: 1px solid #262626;
  border-right: 1px solid #262626;
  padding: 5px 0 8px 0;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell.footer-cell.contact-b {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell.footer-cell.contact-b {
    border: none;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell.footer-cell.contact-b a.i-social-facebook {
  background-image: url('../../include/resources/coralsands/images/i-social-facebook.png');
  background-image: url('../../include/resources/coralsands/images/i-social-facebook.svg'), none;
  background-repeat: no-repeat;
  background-position: center;
  width: 81px;
  height: 81px;
  display: inline-block;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell.footer-cell.contact-c {
  margin-left: 0;
  text-align: right;
}
@media handheld,only screen and (max-width: 850px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell.footer-cell.contact-c {
    text-align: center;
  }
}
.author-wrapper .author-constrain {
  font-size: 20px;
  width: 1100px;
  margin: 10px auto;
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
  font-weight: 300;
}
@media screen and (max-width: 1186.2745098039px) {
  .author-wrapper .author-constrain {
    width: 92.727272727273%;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .author-wrapper .author-constrain {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -3.6363636363636%;
  width: 103.63636363636%;
  padding: 0;
  padding: 20px 0 26px 0;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 850px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .legal-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 71.363636363636%;
}
@media handheld,only screen and (max-width: 850px) {
  .author-wrapper .author-constrain .author-block .legal-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .legal-cell p {
  margin: 0;
  font-size: 16px;
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 3.6363636363636%;
  vertical-align: top;
  width: 21.363636363636%;
  text-align: right;
}
@media handheld,only screen and (max-width: 850px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 850px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-block .author-cell a {
  color: #000000;
  text-decoration: none;
}
.author-wrapper .author-constrain .author-block .author-cell a:hover {
  color: #1f9076;
  text-decoration: underline;
}
.author-wrapper .author-constrain .author-block .author-cell a.author {
  color: #000000;
  font-size: 16px;
}
.author-wrapper .author-constrain .author-block .author-cell a.author:hover {
  color: #1f9076;
}
