/*overflow: hidden;
  *overflow: visible;*/
/**
 * /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 */
/* 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 ***/
/***********************************************/
/* These values are used in responsive.less */
/* These values are converted to em based on the value of @pxFontSize */
/* @pxMobileDeviceWidth ... This is usually when the mobile nav appears. Our default break point */
/* 1900px for mobile screens multiplied by a modifier to alter the range*/
/* 321px for mobile screens multiplied by a modifier to alter the range*/
/* Optional: These breakpoints are not used by default. Use on a case-by-case basis. */
/* 768px for tablet portrait view */
/* 1024px for tablet landscape view */
/****************************************/
/* Adjust Padding When Columns Are Used */
/****************************************/
/**********************/
/*** 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 ***/
/*******************/
/* Un-comment if the News Sidebar is enabled for News Categories/Archives Styling

.news-content {
  .cell-fluid(9);
  
  @media handheld, only screen and (max-width: @responsiveWidth) {     
    .cell-fluid(8);
  }
  
  @media handheld, only screen and (max-width: @smallWidth) {     
    .cell-fluid(12);
  }
}

.news-sidebar {
  .cell-fluid(3, true);
  padding-top: 0.75em;
  
  @media handheld, only screen and (max-width: @responsiveWidth) {     
    .cell-fluid(4, true);
  }
  
  @media handheld, only screen and (max-width: @smallWidth) {     
    .cell-fluid(12);
  }
}
*/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .left {
    float: none;
  }
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 0px 10px 0px 0px #dcdcdc;
  box-shadow: 0px 10px 0px 0px #dcdcdc;
}
.text-shadow {
  text-shadow: -2px 2px 0px #1c1c2f;
  filter: dropshadow(color=#1c1c2f,offx=-2px,offy=2px);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.one-twelfth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 4.0420833333333em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 8.6291666666667em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 13.21625em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 17.803333333333em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 26.9775em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 40.73875em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 36.151666666667em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 4.0420833333333em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 8.6291666666667em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 13.21625em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 17.803333333333em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 26.9775em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 40.73875em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 36.151666666667em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 54.5em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 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;
  *display: inline;
  *zoom: 1;
  color: #e2e2e2;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #e2e2e2;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #afafaf;
}
.pagination {
  text-align: center;
  margin-top: 1.5em;
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  font-size: 0.9em;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #bf965c;
  background-color: transparent;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #bf965c;
  background-color: transparent;
  text-decoration: none;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #bf965c;
  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: #bf965c;
  text-decoration: none;
}
a:hover {
  color: #3dae48;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 43.63625em) {
  a:hover {
    color: #bf965c;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c3c3c;
  font-weight: normal;
  font-family: 'Roboto', Verdana, sans-serif;
  margin: 0.45em 0em 0.1em 0em;
}
h1 {
  color: #101142;
  font-size: 3.1em;
  line-height: 1.2em;
  margin-top: 0em;
}
h2 {
  color: #40404c;
  font-size: 2.6em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.9em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
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;
}
.content-wrapper ul,
.footer-wrapper ul {
  list-style-type: none;
  margin: 1em 0em;
}
.content-wrapper ul li,
.footer-wrapper ul li {
  background-image: url('../../include/resources/crestestate/images/i-list-icon-green.png');
  background-image: url('../../include/resources/crestestate/images/i-list-icon-green.svg'), none;
  background-size: 7px 11px;
  background-position: 0% 0.4em;
  background-repeat: no-repeat;
  padding-left: 1em;
}
.footer-wrapper ul li {
  background-image: url('../../include/resources/crestestate/images/i-list-icon-pale-blue.png');
  background-image: url('../../include/resources/crestestate/images/i-list-icon-pale-blue.svg'), none;
  background-size: 5px 9px;
  background-position: 0% 0.25em;
}
table {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
  margin: 1em 0em;
}
table tr {
  border-bottom: 1px solid #d7d7d7;
}
@media handheld,only screen and (max-width: 21.8865em) {
  table tr {
    display: block;
    background-color: #e8e8e8;
    border-bottom: 1px solid #d7d7d7;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #3c3c3c;
  background-color: #e8e8e8;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 21.8865em) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    padding: 0.1em 0em;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  table thead tr {
    background-color: #1c1c2f;
  }
}
table thead tr td,
table thead tr th {
  color: #ffffff;
  background-color: #1c1c2f;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #d7d7d7;
}
@media handheld,only screen and (max-width: 21.8865em) {
  table tfoot tr {
    background-color: #dcdcdc;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #3c3c3c;
  background-color: #dcdcdc;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 21.8865em) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 1em 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 21.8865em) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0.1em 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: #3c3c3c;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #e8e8e8;
  background: #e8e8e8;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #101142;
  background-color: transparent;
  background-image: url('../../include/resources/crestestate/images/i-quote-left.png');
  background-image: url('../../include/resources/crestestate/images/i-quote-left.svg'), url('../../include/resources/crestestate/images/i-quote-right.svg');
  background-position: 0% 0%, 100% 0%;
  background-size: 45px 38px;
  background-repeat: no-repeat;
  font-size: 1.1em;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin: 2em auto;
  padding: 1em 3em;
}
.button,
.submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: -4px 4px 0px 0px #3dae48;
  box-shadow: -4px 4px 0px 0px #3dae48;
  color: #ffffff;
  background-color: #bf965c;
  font-size: 0.75em;
  font-style: italic;
  font-weight: bold;
  font-family: 'Roboto', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #bf965c;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  *display: inline;
  *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%23ffffff%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,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: #ffffff;
  background-color: #eaad57;
  text-decoration: none;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.content-block .one-half-fluid h1:first-child,
.content-block .one-half-fluid h2:first-child,
.content-block .one-half-fluid h3:first-child,
.content-block .one-half-fluid h4:first-child,
.content-block .one-half-fluid h5:first-child,
.content-block .one-half-fluid h6:first-child,
.content-block .one-half-fluid p:first-child,
.content-block .one-half-fluid ol:first-child,
.content-block .one-half-fluid ul:first-child,
.content-block .one-half-fluid table:first-child,
.content-block .one-twelfth-fluid h1:first-child,
.content-block .one-twelfth-fluid h2:first-child,
.content-block .one-twelfth-fluid h3:first-child,
.content-block .one-twelfth-fluid h4:first-child,
.content-block .one-twelfth-fluid h5:first-child,
.content-block .one-twelfth-fluid h6:first-child,
.content-block .one-twelfth-fluid p:first-child,
.content-block .one-twelfth-fluid ol:first-child,
.content-block .one-twelfth-fluid ul:first-child,
.content-block .one-twelfth-fluid table:first-child,
.content-block .one-sixth-fluid h1:first-child,
.content-block .one-sixth-fluid h2:first-child,
.content-block .one-sixth-fluid h3:first-child,
.content-block .one-sixth-fluid h4:first-child,
.content-block .one-sixth-fluid h5:first-child,
.content-block .one-sixth-fluid h6:first-child,
.content-block .one-sixth-fluid p:first-child,
.content-block .one-sixth-fluid ol:first-child,
.content-block .one-sixth-fluid ul:first-child,
.content-block .one-sixth-fluid table:first-child,
.content-block .one-quarter-fluid h1:first-child,
.content-block .one-quarter-fluid h2:first-child,
.content-block .one-quarter-fluid h3:first-child,
.content-block .one-quarter-fluid h4:first-child,
.content-block .one-quarter-fluid h5:first-child,
.content-block .one-quarter-fluid h6:first-child,
.content-block .one-quarter-fluid p:first-child,
.content-block .one-quarter-fluid ol:first-child,
.content-block .one-quarter-fluid ul:first-child,
.content-block .one-quarter-fluid table:first-child,
.content-block .one-third-fluid h1:first-child,
.content-block .one-third-fluid h2:first-child,
.content-block .one-third-fluid h3:first-child,
.content-block .one-third-fluid h4:first-child,
.content-block .one-third-fluid h5:first-child,
.content-block .one-third-fluid h6:first-child,
.content-block .one-third-fluid p:first-child,
.content-block .one-third-fluid ol:first-child,
.content-block .one-third-fluid ul:first-child,
.content-block .one-third-fluid table:first-child,
.content-block .three-quarters-fluid h1:first-child,
.content-block .three-quarters-fluid h2:first-child,
.content-block .three-quarters-fluid h3:first-child,
.content-block .three-quarters-fluid h4:first-child,
.content-block .three-quarters-fluid h5:first-child,
.content-block .three-quarters-fluid h6:first-child,
.content-block .three-quarters-fluid p:first-child,
.content-block .three-quarters-fluid ol:first-child,
.content-block .three-quarters-fluid ul:first-child,
.content-block .three-quarters-fluid table:first-child,
.content-block .two-thirds-fluid h1:first-child,
.content-block .two-thirds-fluid h2:first-child,
.content-block .two-thirds-fluid h3:first-child,
.content-block .two-thirds-fluid h4:first-child,
.content-block .two-thirds-fluid h5:first-child,
.content-block .two-thirds-fluid h6:first-child,
.content-block .two-thirds-fluid p:first-child,
.content-block .two-thirds-fluid ol:first-child,
.content-block .two-thirds-fluid ul:first-child,
.content-block .two-thirds-fluid table:first-child,
.content-block .one-half-fluid-last h1:first-child,
.content-block .one-half-fluid-last h2:first-child,
.content-block .one-half-fluid-last h3:first-child,
.content-block .one-half-fluid-last h4:first-child,
.content-block .one-half-fluid-last h5:first-child,
.content-block .one-half-fluid-last h6:first-child,
.content-block .one-half-fluid-last p:first-child,
.content-block .one-half-fluid-last ol:first-child,
.content-block .one-half-fluid-last ul:first-child,
.content-block .one-half-fluid-last table:first-child,
.content-block .one-twelfth-fluid-last h1:first-child,
.content-block .one-twelfth-fluid-last h2:first-child,
.content-block .one-twelfth-fluid-last h3:first-child,
.content-block .one-twelfth-fluid-last h4:first-child,
.content-block .one-twelfth-fluid-last h5:first-child,
.content-block .one-twelfth-fluid-last h6:first-child,
.content-block .one-twelfth-fluid-last p:first-child,
.content-block .one-twelfth-fluid-last ol:first-child,
.content-block .one-twelfth-fluid-last ul:first-child,
.content-block .one-twelfth-fluid-last table:first-child,
.content-block .one-sixth-fluid-last h1:first-child,
.content-block .one-sixth-fluid-last h2:first-child,
.content-block .one-sixth-fluid-last h3:first-child,
.content-block .one-sixth-fluid-last h4:first-child,
.content-block .one-sixth-fluid-last h5:first-child,
.content-block .one-sixth-fluid-last h6:first-child,
.content-block .one-sixth-fluid-last p:first-child,
.content-block .one-sixth-fluid-last ol:first-child,
.content-block .one-sixth-fluid-last ul:first-child,
.content-block .one-sixth-fluid-last table:first-child,
.content-block .one-quarter-fluid-last h1:first-child,
.content-block .one-quarter-fluid-last h2:first-child,
.content-block .one-quarter-fluid-last h3:first-child,
.content-block .one-quarter-fluid-last h4:first-child,
.content-block .one-quarter-fluid-last h5:first-child,
.content-block .one-quarter-fluid-last h6:first-child,
.content-block .one-quarter-fluid-last p:first-child,
.content-block .one-quarter-fluid-last ol:first-child,
.content-block .one-quarter-fluid-last ul:first-child,
.content-block .one-quarter-fluid-last table:first-child,
.content-block .one-third-fluid-last h1:first-child,
.content-block .one-third-fluid-last h2:first-child,
.content-block .one-third-fluid-last h3:first-child,
.content-block .one-third-fluid-last h4:first-child,
.content-block .one-third-fluid-last h5:first-child,
.content-block .one-third-fluid-last h6:first-child,
.content-block .one-third-fluid-last p:first-child,
.content-block .one-third-fluid-last ol:first-child,
.content-block .one-third-fluid-last ul:first-child,
.content-block .one-third-fluid-last table:first-child,
.content-block .three-quarters-fluid-last h1:first-child,
.content-block .three-quarters-fluid-last h2:first-child,
.content-block .three-quarters-fluid-last h3:first-child,
.content-block .three-quarters-fluid-last h4:first-child,
.content-block .three-quarters-fluid-last h5:first-child,
.content-block .three-quarters-fluid-last h6:first-child,
.content-block .three-quarters-fluid-last p:first-child,
.content-block .three-quarters-fluid-last ol:first-child,
.content-block .three-quarters-fluid-last ul:first-child,
.content-block .three-quarters-fluid-last table:first-child,
.content-block .two-thirds-fluid-last h1:first-child,
.content-block .two-thirds-fluid-last h2:first-child,
.content-block .two-thirds-fluid-last h3:first-child,
.content-block .two-thirds-fluid-last h4:first-child,
.content-block .two-thirds-fluid-last h5:first-child,
.content-block .two-thirds-fluid-last h6:first-child,
.content-block .two-thirds-fluid-last p:first-child,
.content-block .two-thirds-fluid-last ol:first-child,
.content-block .two-thirds-fluid-last ul:first-child,
.content-block .two-thirds-fluid-last table:first-child {
  margin-top: 0em;
}
.content-block .one-half-fluid,
.content-block .one-twelfth-fluid,
.content-block .one-sixth-fluid,
.content-block .one-quarter-fluid,
.content-block .one-third-fluid,
.content-block .three-quarters-fluid,
.content-block .two-thirds-fluid {
  padding-right: 2%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .content-block .one-half-fluid,
  .content-block .one-twelfth-fluid,
  .content-block .one-sixth-fluid,
  .content-block .one-quarter-fluid,
  .content-block .one-third-fluid,
  .content-block .three-quarters-fluid,
  .content-block .two-thirds-fluid {
    padding-right: 0em;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .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;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.gympie-map {
  border: 6px solid #3dae48;
  line-height: 0;
  height: 612px;
  width: 412px;
}
.gympie-map iframe {
  height: 100%;
  width: 100%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .gympie-map {
    width: 100%;
    height: 412px;
    margin: 0 auto 1em;
  }
}
@media handheld,only screen and (max-width: 450px) {
  .gympie-map {
    height: 312px;
  }
}
.media-thumbnail {
  display: inline-block;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background: transparent;
  border: 3px solid #101142;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #a77d41;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  margin: 1.5em -1.75em 1.5em 0em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .media-gallery {
    margin-right: 0em;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0.5em auto;
  }
}
.media-gallery .media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background: transparent;
  border: 3px solid #101142;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .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: #3c3c3c;
  background: transparent;
  font-size: 1em;
  font-family: 'Roboto', Verdana, sans-serif;
  border: 0px solid #d7d7d7;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 0em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .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: 43.63625em) {
  .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: #3c3c3c;
  background: transparent;
  font-family: 'Roboto', Verdana, sans-serif;
  border-bottom: 0px solid #d7d7d7;
  padding: 0.35em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .page-region form .form-row {
    padding: 0.35em 0em;
  }
}
.page-region form .form-row label {
  float: none;
  color: #3c3c3c;
  background-color: transparent;
  width: auto;
  margin: 0em;
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 0em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0em;
}
.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 {
  border: 1px solid #d7d7d7;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #3c3c3c;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Roboto', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #d7d7d7;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .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: 100%;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .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: 100%;
  }
}
.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: 43.63625em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 100%;
    overflow: hidden;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 100%;
  }
}
.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: 43.63625em) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 10%;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 100%;
    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: 43.63625em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 20%;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 100%;
    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: 43.63625em) {
  .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: 21.8865em) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 100%;
  }
}
.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: 43.63625em) {
  .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: 21.8865em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 100%;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: -4px 4px 0px 0px #3dae48;
  box-shadow: -4px 4px 0px 0px #3dae48;
  color: #ffffff;
  background-color: #bf965c;
  font-size: 0.75em;
  font-style: italic;
  font-weight: bold;
  font-family: 'Roboto', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #bf965c;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  *display: inline;
  *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%23ffffff%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: #ffffff;
  background-color: #eaad57;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #eaad57;
}
.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: 0em;
  margin-right: 0em;
}
.page-region form.large-label .field {
  margin-left: 0em;
}
.enquiry-form-custom .checkbox-group {
  margin-bottom: 0.5em;
}
.enquiry-form-custom .checkbox-group .field {
  margin-top: 0.225em;
}
.enquiry-form-custom .comments-field {
  height: 5.75em;
}
.enquiry-form-custom .buttons.form-row button {
  display: block;
  margin-top: 1.5em;
}
.cta {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  margin-bottom: 2em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .cta {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .cta {
    max-width: 300px;
    margin: 0.75em auto;
  }
}
.cta .cta-inner {
  color: #3c3c3c;
  background-color: #dcdcdc;
  text-align: right;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  -webkit-clip-path: polygon(13% 0,100% 0,100% 88.5%,88.5% 100%,0 100%,0 13%);
  clip-path: polygon(13% 0,100% 0,100% 88.5%,88.5% 100%,0 100%,0 13%);
}
.cta .cta-inner a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  display: block;
  color: #503611;
  background-color: #101142;
  text-decoration: none;
  border: 3px solid #101142;
  padding: 0em;
  position: relative;
  -webkit-clip-path: polygon(13% 0,100% 0,100% 88%,88% 100%,0 100%,0 13%);
  clip-path: polygon(13% 0,100% 0,100% 88%,88% 100%,0 100%,0 13%);
  overflow: hidden;
}
.cta .cta-inner a:hover {
  color: #101142;
  background-color: #101142;
  border-color: #101142;
}
.cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0em;
  -webkit-clip-path: polygon(14% 0,100% 0,100% 87%,87% 100%,0 100%,0 14%);
  clip-path: polygon(14% 0,100% 0,100% 87%,87% 100%,0 100%,0 14%);
  overflow: hidden;
}
.cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta .cta-inner a .media-thumbnail .media-caption {
  display: none;
}
.cta .cta-inner a .cta-title {
  display: block;
  background-image: url('../../include/resources/crestestate/images/i-cta-text-bg.png');
  background-image: url('../../include/resources/crestestate/images/i-cta-text-bg.svg'), none;
  background-size: 400px 80px;
  background-repeat: no-repeat;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  padding: 0.75em 2.1em 0.5em 1.25em;
  position: absolute;
  bottom: -0.1em;
  -webkit-clip-path: polygon(0% 0,100% 0,100% 15%,87.5% 100%,0 100%,0 0%);
  clip-path: polygon(0% 0,100% 0,100% 15%,87.5% 100%,0 100%,0 0%);
}
@media handheld,only screen and (max-width: 43.63625em) {
  .cta .cta-inner a .cta-title {
    padding-right: 1.6em;
    -webkit-clip-path: polygon(0% 0,100% 0,100% 34%,87.5% 100%,0 100%,0 0%);
    clip-path: polygon(0% 0,100% 0,100% 34%,87.5% 100%,0 100%,0 0%);
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  .cta .cta-inner a .cta-title {
    padding-right: 1.6em;
    -webkit-clip-path: polygon(0% 0,100% 0,100% 45%,87.5% 100%,0 100%,0 0%);
    clip-path: polygon(0% 0,100% 0,100% 45%,87.5% 100%,0 100%,0 0%);
  }
}
.cta.cta-last {
  margin-right: 0em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .cta.cta-last {
    margin: 0.25em auto;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #e3e3e3;
}
.news-wrapper .news-posts-list .news-post .news-post-information {
  color: #7c7c7c;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .news-wrapper .news-posts-list .news-post .news-post-information .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-information .news-post-date {
    display: block;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .news-wrapper .news-posts-list .news-post .news-post-information .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-information a {
  color: #7c7c7c;
}
.news-wrapper .news-posts-single .news-post-information {
  display: block;
  margin-bottom: 1em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .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: #7c7c7c;
}
.news-wrapper .news-posts-single .cms-page-comments-heading {
  margin: 2em 0em;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #e3e3e3;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Roboto', Verdana, sans-serif;
}
.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: #bf965c;
}
.search-wrapper .search input.search-button:hover {
  background-color: #eaad57;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
@font-face {
  font-family: 'weather';
  src: url('../../include/resources/crestestate/fonts/artill_clean_icons-webfont.eot');
  src: url('../../include/resources/crestestate/fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('../../include/resources/crestestate/fonts/artill_clean_icons-webfont.woff') format('woff'), url('../../include/resources/crestestate/fonts/rtill_clean_icons-webfont.ttf') format('truetype'), url('../../include/resources/crestestate/fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
#weather {
  text-align: center;
  color: #aec1d5;
  padding-top: 28px;
  padding-right: 28px;
}
#weather i {
  font-family: weather;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 110px;
}
#weather .weather-txt {
  margin: 0 0 8px;
  display: block;
  font-weight: 300;
  font-size: 65px;
  text-align: right;
  text-transform: uppercase;
}
#weather .weather-conditions {
  display: block;
  font-size: 15px;
  text-align: right;
  margin-top: 12px;
}
#weather .icon-0:before {
  content: ":";
}
#weather .icon-1:before {
  content: "p";
}
#weather .icon-2:before {
  content: "S";
}
#weather .icon-3:before {
  content: "Q";
}
#weather .icon-4:before {
  content: "S";
}
#weather .icon-5:before {
  content: "W";
}
#weather .icon-6:before {
  content: "W";
}
#weather .icon-7:before {
  content: "W";
}
#weather .icon-8:before {
  content: "W";
}
#weather .icon-9:before {
  content: "I";
}
#weather .icon-10:before {
  content: "W";
}
#weather .icon-11:before {
  content: "I";
}
#weather .icon-12:before {
  content: "I";
}
#weather .icon-13:before {
  content: "I";
}
#weather .icon-14:before {
  content: "I";
}
#weather .icon-15:before {
  content: "W";
}
#weather .icon-16:before {
  content: "I";
}
#weather .icon-17:before {
  content: "W";
}
#weather .icon-18:before {
  content: "U";
}
#weather .icon-19:before {
  content: "Z";
}
#weather .icon-20:before {
  content: "Z";
}
#weather .icon-21:before {
  content: "Z";
}
#weather .icon-22:before {
  content: "Z";
}
#weather .icon-23:before {
  content: "Z";
}
#weather .icon-24:before {
  content: "E";
}
#weather .icon-25:before {
  content: "E";
}
#weather .icon-26:before {
  content: "3";
}
#weather .icon-27:before {
  content: "a";
}
#weather .icon-28:before {
  content: "A";
}
#weather .icon-29:before {
  content: "a";
}
#weather .icon-30:before {
  content: "A";
}
#weather .icon-31:before {
  content: "6";
}
#weather .icon-32:before {
  content: "1";
}
#weather .icon-33:before {
  content: "6";
}
#weather .icon-34:before {
  content: "1";
}
#weather .icon-35:before {
  content: "W";
}
#weather .icon-36:before {
  content: "1";
}
#weather .icon-37:before {
  content: "S";
}
#weather .icon-38:before {
  content: "S";
}
#weather .icon-39:before {
  content: "S";
}
#weather .icon-40:before {
  content: "M";
}
#weather .icon-41:before {
  content: "W";
}
#weather .icon-42:before {
  content: "I";
}
#weather .icon-43:before {
  content: "W";
}
#weather .icon-44:before {
  content: "a";
}
#weather .icon-45:before {
  content: "S";
}
#weather .icon-46:before {
  content: "U";
}
#weather .icon-47:before {
  content: "S";
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #f0f0f0;
  font-weight: 300;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1.7em;
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 65.163em) {
  .page-region {
    min-width: 80em;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .page-region {
    min-width: 0em;
    padding: 0em;
  }
}
.header-wrapper {
  background: #1c1c2f;
  border-bottom: 10px solid #3dae48;
}
.header-wrapper .location-wrapper {
  background: url('../../include/resources/crestestate/images/i-header-overlay.png') 50% 0% no-repeat;
  background-size: 1920px 63px;
  width: 100%;
  min-height: 3.5em;
  margin-bottom: -3em;
  position: absolute;
  z-index: 5;
}
@media handheld,only screen and (min-width: 86.364em) {
  .header-wrapper .location-wrapper {
    background-size: cover;
    min-height: 6em;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .location-wrapper {
    margin-bottom: -4em;
  }
}
.header-wrapper .location-wrapper .location-block {
  font-size: 22px;
  width: 54.5em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 0.2em 0.3125em;
  color: #ffffff;
  text-align: right;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .location-wrapper .location-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .location-wrapper .location-block {
    padding: 0.2em 1.25em;
  }
}
.header-wrapper .location-wrapper .location-block .location {
  font-size: 0.65em;
  text-transform: uppercase;
}
.header-wrapper .header-block {
  font-size: 22px;
  width: 54.5em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  color: #ffffff;
  background: url('../../include/resources/crestestate/images/i-localisation-map.png') 100% 2.75em no-repeat;
  background-size: 236px;
  padding: 3.5em 0em 0em 0em;
  position: relative;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block {
    padding: 2.5em 0em 0em 0em;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 41.083333333333%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .logo-cell {
    text-align: left;
    padding: 0em 1em;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .logo-cell img {
    width: 20em;
    max-width: 100%;
  }
}
.header-wrapper .header-block .header-right-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  margin-right: 0.295em;
  vertical-align: top;
  width: 31.564583333333em;
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .header-right-cell {
    text-align: center;
  }
}
.header-wrapper .header-block .header-right-cell .header-right-top {
  padding: 1.75em 0em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .header-right-cell .header-right-top {
    padding: 0.5em 0em 1em 0em;
  }
}
.header-wrapper .header-block .header-right-cell .header-right-top .weather {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 100%;
  text-align: right;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .header-right-cell .header-right-top .weather {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .header-right-cell .header-right-top .weather {
    display: none;
  }
}
.header-wrapper .header-block .header-right-cell .header-right-top .header-contact {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 41.083333333333%;
  padding-right: 0;
  color: #b9e5fb;
  text-align: left;
  border-left: 2px solid #414163;
  padding-left: 1.25em;
  display: none !important;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .header-right-cell .header-right-top .header-contact {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .header-right-cell .header-right-top .header-contact {
    padding: 0em 1em;
  }
}
.header-wrapper .header-block .header-right-cell .header-right-top .header-contact > div {
  display: block;
  font-style: italic;
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .header-wrapper .header-block .header-right-cell .header-right-top .header-contact > div {
    text-align: center;
    margin: 0.25em auto;
  }
}
.header-wrapper .header-block .header-right-cell .header-right-top .header-contact a {
  color: #a5a5b3;
  font-size: 0.9em;
  font-weight: 500;
}
.header-wrapper .header-block .header-right-cell .header-right-top .header-contact .button {
  color: #ffffff;
  padding: 0.3em 1.75em;
}
.header-wrapper .header-block a {
  color: #dcdcdc;
}
.header-wrapper .header-block a:hover {
  color: #ffffff;
}
.nav-wrapper .nav-block {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  color: #ffffff;
  border-top: 2px solid #414163;
  padding-bottom: 0.5em;
  margin-top: 0.75em;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block {
    overflow: hidden;
    text-align: left;
    margin: 0em;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: #ffffff;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5em 1.5em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  display: inline-block;
  background: transparent url('../../include/resources/crestestate/images/g-menu.svg') 50% 50% no-repeat;
  width: 23px;
  height: 23px;
  margin-bottom: -0.15em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-block ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: -3px 0px 0px 0px;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: center;
    border: 0;
    padding: 1em 0em;
  }
}
.nav-wrapper .nav-block ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-top: 3px solid transparent;
  padding: 0;
  margin: 0;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border: none;
  }
}
.nav-wrapper .nav-block ul li:hover {
  border-color: #00aeef;
}
.nav-wrapper .nav-block ul li a {
  display: block;
  color: #ffffff;
  font-size: 0.75em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.4em 1.3em;
  /* 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: @responsiveWidth) {
              background-image: none;
              padding-right: 0;
            }
          }
          */
  white-space: nowrap;
}
.nav-wrapper .nav-block ul li a:hover {
  color: #ffffff;
  /* 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: @responsiveWidth) {
                background-image: none;
                padding-right: 0;
              }              
            }
            */
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li a:hover {
    color: #b9e5fb;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li ul {
  display: block;
  background: #1c1c2f;
  position: absolute;
  top: 1.8em;
  left: -2px;
  right: auto;
  background: #1c1c2f;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0.5em 0em;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul {
    display: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    position: static;
    top: auto;
    height: auto;
    background: transparent;
    border: 0;
    padding: 0em;
    margin-bottom: -1px;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: block;
  background: #1c1c2f;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 1.75em;
  }
}
.nav-wrapper .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  color: #ffffff;
  font-size: 0.65em;
  padding: 0.3em 2em 0.3em 1.5em;
  /* 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: @responsiveWidth) {
                  background-image: none;
                  padding-right: 0;
                }            
              }              
              */
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 0.25em 0em -0.25em 1.5em;
    margin: 0.25em 0em;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover {
  color: #b9e5fb;
  /* 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: @responsiveWidth) {
                    background-image: none;
                    padding-right: 0;
                  }                  
                }
                */
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #b9e5fb;
  }
}
.nav-wrapper .nav-block ul li ul li a.disabled {
  color: #aaaaaa;
  background: transparent url('../../include/resources/crestestate/images/g-disabled.svg') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li a.disabled {
    opacity: 0.7;
  }
}
.nav-wrapper .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.hero-outer-wrapper {
  background-color: #2f2f4f;
  margin-bottom: 8.5em;
}
.hero-outer-wrapper .hero-block {
  font-size: 22px;
  width: 54.5em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  position: relative;
  margin-top: 1em;
  line-height: 0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .hero-outer-wrapper .hero-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-outer-wrapper .hero-block > * {
  line-height: 1.7em;
}
.hero-outer-wrapper .hero-block .hero-corner-overlay {
  background: url('../../include/resources/crestestate/images/i-hero-overlay.png') 0% 0% no-repeat;
  background-size: 660px 120px;
  width: 660px;
  height: 120px;
  position: absolute;
  z-index: 10;
}
@media handheld,only screen and (max-width: 21.8865em) {
  .hero-outer-wrapper .hero-block .hero-corner-overlay {
    background-size: 165px 60px;
    width: 330px;
    height: 60px;
  }
}
.hero-outer-wrapper .hero-block .hero-ad-video {
  width: 1200px;
  height: 675px;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .hero-outer-wrapper .hero-block .hero-ad-video {
    width: 100vw;
    height: 56.25vw;
  }
}
.hero-outer-wrapper .hero-block .hero-wrapper {
  width: 100%;
  position: relative;
}
.hero-outer-wrapper .hero-block .hero-wrapper .taipan-hero-link-global {
  background-position: center center;
  background-size: 1200px 700px;
  background-repeat: no-repeat;
  width: 1200px;
  height: 700px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 6;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .taipan-hero-link-global {
    display: none;
  }
}
.hero-outer-wrapper .hero-block .hero-wrapper .taipan-hero-link-global.taipan-hero-link-global-left {
  background-image: url('../../include/resources/crestestate/images/i-hero-arrow-left.png');
  background-image: url('../../include/resources/crestestate/images/i-hero-arrow-left.svg'), none;
  left: -1200px;
}
.hero-outer-wrapper .hero-block .hero-wrapper .taipan-hero-link-global.taipan-hero-link-global-right {
  background-image: url('../../include/resources/crestestate/images/i-hero-arrow-right.png');
  background-image: url('../../include/resources/crestestate/images/i-hero-arrow-right.svg'), none;
  right: -1200px;
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container {
  width: 54.5em;
  height: 100%;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container {
    width: 32em;
  }
}
@media handheld,only screen and (min-width: 21.8865em) and (max-width: 21.818125em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container {
    width: 20em;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container {
    width: 14em;
  }
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block {
  width: 30000em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block {
    padding: 0em;
    margin: 0em;
  }
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
  display: inline-block;
  width: 54.5em;
  height: 100%;
  vertical-align: top;
  position: relative;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 32em;
  }
}
@media handheld,only screen and (min-width: 21.8865em) and (max-width: 21.818125em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 20em;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
    width: 14em;
  }
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail {
  margin: 0em;
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .media-thumbnail img {
  border: none;
  margin: 0em;
  padding: 0em;
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay {
  width: 80%;
  padding: 1em 1.5em;
  position: absolute;
  top: 45%;
  left: 3em;
  z-index: 5;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay {
    width: 70%;
    left: auto;
    padding: 1em;
  }
}
@media handheld,only screen and (min-width: 21.8865em) and (max-width: 21.818125em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay {
    top: 25%;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay {
    width: 100%;
    top: 25%;
  }
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay p,
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay h1,
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay h2,
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay h3,
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay h4,
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay h5,
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay h6 {
  text-shadow: -2px 2px 0px #1c1c2f;
  filter: dropshadow(color=#1c1c2f,offx=-2px,offy=2px);
  color: #ffffff;
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay p {
  font-size: 2.5em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.1em;
  text-indent: -1em;
  margin-left: 1em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay p {
    font-size: 1.25em;
  }
}
@media handheld,only screen and (min-width: 21.8865em) and (max-width: 21.818125em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay p {
    font-size: 1em;
  }
}
@media handheld,only screen and (max-width: 21.8865em) {
  .hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay p {
    font-size: 0.8em;
  }
}
.hero-outer-wrapper .hero-block .hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel .hero-panels-content-overlay .button {
  font-size: 1.3em;
}
.hero-outer-wrapper .hero-block .taipan-contentpanel-nav {
  text-align: center;
  width: 100%;
  padding: 0em;
  margin: 0em;
  position: absolute;
  bottom: 0.8em;
  z-index: 10;
}
@media handheld,only screen and (max-width: 21.8865em) {
  .hero-outer-wrapper .hero-block .taipan-contentpanel-nav {
    bottom: 0.5em;
  }
}
.hero-outer-wrapper .hero-block .taipan-contentpanel-nav li {
  display: inline-block;
  margin: 0.25em 0.25em;
}
.hero-outer-wrapper .hero-block .taipan-contentpanel-nav li a {
  display: block;
  color: #bf965c;
  background: #bf965c;
  width: 2.7em;
  height: 0.7em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 21.8865em) {
  .hero-outer-wrapper .hero-block .taipan-contentpanel-nav li a {
    width: 1.8em;
    height: 0.4em;
  }
}
.hero-outer-wrapper .hero-block .taipan-contentpanel-nav li a:hover {
  color: #101142;
  background: #101142;
}
.hero-outer-wrapper .hero-block .taipan-contentpanel-nav li a.currentslide {
  color: #414163;
  background: #414163;
}
.content-wrapper .content-block {
  font-size: 22px;
  width: 54.5em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 3.75em 1.25em;
  color: #3c3c3c;
  background: #f0f0f0;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .content-wrapper .content-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .content-wrapper .content-block {
    padding: 3.75em 1.25em;
  }
}
.content-wrapper .content-block .home-ctas {
  margin: -9.25em -3em 0em -1.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .content-wrapper .content-block .home-ctas {
    margin: -9em 0em 2em 0em;
  }
}
.content-wrapper .content-block .display-village-banners {
  display: none;
  margin-bottom: 2em;
}
.content-wrapper .content-block .display-village-banners .display-village-banner.mobile {
  display: none;
  margin: 0 auto;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .content-wrapper .content-block .display-village-banners .display-village-banner.mobile {
    display: block;
  }
}
.content-wrapper .content-block .display-village-banners .display-village-banner.desktop {
  display: block;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .content-wrapper .content-block .display-village-banners .display-village-banner.desktop {
    display: none;
  }
}
.content-wrapper .content-block .subnav {
  margin: 0em;
}
.content-wrapper .content-block .subnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .content-wrapper .content-block .subnav li {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.content-wrapper .content-block .subnav li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: -4px 4px 0px 0px #3dae48;
  box-shadow: -4px 4px 0px 0px #3dae48;
  color: #ffffff;
  background-color: #bf965c;
  font-size: 0.75em;
  font-style: italic;
  font-weight: bold;
  font-family: 'Roboto', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #bf965c;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-block .subnav li a .button-arrow {
  display: inline-block;
  *display: inline;
  *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%23ffffff%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-block .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-block .subnav li a:hover {
  color: #ffffff;
  background-color: #eaad57;
  text-decoration: none;
}
.content-wrapper .content-block .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: #1c1c2f;
  border-top: 18px solid #101142;
  border-bottom: 18px solid #101142;
  border-width: 3px;
}
.footer-wrapper .footer-block {
  font-size: 22px;
  width: 54.5em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  padding: 1.6875em 1.25em;
  color: #ffffff;
  overflow: auto;
  display: none !important;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block {
    text-align: center;
    overflow: hidden;
  }
}
.footer-wrapper .footer-block > div {
  font-style: italic;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block > div {
    margin: 0em 0em 1.5em 0em;
  }
}
.footer-wrapper .footer-block .quick-links {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .quick-links {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .quick-links {
    display: none;
  }
}
.footer-wrapper .footer-block .quick-links ul li ul {
  display: none;
}
.footer-wrapper .footer-block .contact-details {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  display: none !important;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .contact-details {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.footer-wrapper .footer-block .newsletter-subscribe {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
  padding-left: 3.5em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .newsletter-subscribe {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .newsletter-subscribe {
    padding-left: 0em;
  }
}
.footer-wrapper .footer-block .newsletter-subscribe .subscribe-form {
  text-align: right;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .newsletter-subscribe .subscribe-form {
    text-align: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .email-field,
.footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .submit-button {
  display: block;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .email-field,
  .footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .submit-button {
    margin: 0.25em auto;
  }
}
.footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .email-field {
  font-size: 0.75em;
  font-weight: 300;
  font-style: italic;
  width: 100%;
  padding: 0.6em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .email-field {
    width: 20em;
    max-width: 100%;
  }
}
.footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .submit-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: -4px 4px 0px 0px #3dae48;
  box-shadow: -4px 4px 0px 0px #3dae48;
  color: #ffffff;
  background-color: #bf965c;
  font-size: 0.75em;
  font-style: italic;
  font-weight: bold;
  font-family: 'Roboto', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #bf965c;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  font-size: 0.7em;
  padding: 0.35em 1.25em;
  margin: 0.2em 0em;
}
.footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .submit-button .button-arrow {
  display: inline-block;
  *display: inline;
  *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%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .submit-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.footer-wrapper .footer-block .newsletter-subscribe .subscribe-form .submit-button:hover {
  color: #ffffff;
  background-color: #eaad57;
  text-decoration: none;
}
.footer-wrapper .footer-block .newsletter-subscribe .social-icons {
  text-align: right;
  padding-top: 1.25em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .newsletter-subscribe .social-icons {
    text-align: center;
  }
}
.footer-wrapper .footer-block .newsletter-subscribe .social-icons .social-icon {
  -webkit-box-shadow: -4px 4px 0px 0px #000;
  box-shadow: -4px 4px 0px 0px #000;
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #3c3c3c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0.2em 0em 0.2em 0.1em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .newsletter-subscribe .social-icons .social-icon {
    margin: 0.25em;
  }
}
.footer-wrapper .footer-block .newsletter-subscribe .social-icons .social-icon.facebook {
  background-color: #3b5998;
  background-image: url('../../include/resources/crestestate/images/social-icons/facebook.png');
  background-image: url('../../include/resources/crestestate/images/social-icons/facebook.svg'), none;
  background-size: 7px 15px;
}
.footer-wrapper .footer-block .newsletter-subscribe .social-icons .social-icon.facebook:hover {
  background-color: #4264aa;
}
.footer-wrapper .footer-block .indent {
  margin-left: 1.5em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block .indent {
    margin-left: 0em;
  }
}
.footer-wrapper .footer-block .heading {
  font-weight: bold;
  margin-bottom: 0.75em;
}
.footer-wrapper .footer-block p,
.footer-wrapper .footer-block ul,
.footer-wrapper .footer-block ol,
.footer-wrapper .footer-block dl {
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.1em;
}
.footer-wrapper .footer-block p {
  margin: 0em 0em 1.25em 0em;
}
.footer-wrapper .footer-block h4 {
  color: #bf965c;
  font-size: 1.05em;
  line-height: 1.3em;
  margin-top: 0em;
  margin-bottom: 1em;
}
.footer-wrapper .footer-block a {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper .footer-block a:hover {
  color: #3dae48;
  text-decoration: underline;
}
.footer-wrapper .footer-block dl dt,
.footer-wrapper .footer-block dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block dl dt,
  .footer-wrapper .footer-block dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-block dl dt {
  clear: left;
  font-weight: bold;
  min-width: 4em;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .footer-wrapper .footer-block dl dt {
    min-width: auto;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
  }
}
.author-wrapper .author-block {
  font-size: 22px;
  width: 54.5em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  padding: 0.9375em 1.25em;
  color: #6f6f83;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .author-wrapper .author-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .author-wrapper .author-block {
    text-align: center;
  }
}
.author-wrapper .author-block .author-left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .author-wrapper .author-block .author-left {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.author-wrapper .author-block .author-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
  text-align: right;
}
@media handheld,only screen and (max-width: 43.63625em) {
  .author-wrapper .author-block .author-right {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 43.63625em) {
  .author-wrapper .author-block .author-right {
    text-align: center;
    margin: 0.5em auto;
  }
}
.author-wrapper .author-block .author-right p {
  font-size: 0.65em;
  font-style: italic;
  line-height: 1.55em;
}
.author-wrapper .author-block a {
  color: #101142;
  text-decoration: none;
}
.author-wrapper .author-block a:hover {
  color: #3dae48;
  text-decoration: underline;
}
.author-wrapper .author-block a.author {
  color: #101142;
  border-bottom: 2px solid #89899c;
}
.author-wrapper .author-block a.author:hover {
  color: #3dae48;
  text-decoration: none;
  border-color: #3dae48;
}
