/*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 ***/
/********************/
/* General */
/* Header */
/* Hero */
/* Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* Forms */
/* Shadows */
/* System Messages */
/* Responsive Layout and Global Structures */
/****************************************/
/* Adjust Padding When Columns Are Used */
/****************************************/
/*************************/
/*** Extra CMS Classes ***/
/*************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/**************************/
/*** Iframes in Content ***/
/**************************/
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/****************/
/*** Document ***/
/****************/
/**
 * /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 ***/
/*******************/
/***********************/
/*** Listings Module ***/
/***********************/
/***********/
/*** Map ***/
/***********/
/***********************/
/*** Member Contacts ***/
/***********************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 960px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 960px) {
  .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: 1px 1px 10px 2px #000000;
  box-shadow: 1px 1px 10px 2px #000000;
}
.text-shadow {
  text-shadow: 1px 1px 5px #444444;
  filter: dropshadow(color=#444444,offx=1px,offy=1px);
}
* {
  -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: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 6.675em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 14.25em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 21.825em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 29.4em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 44.55em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 67.275em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 59.7em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 6.675em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 960px) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 14.25em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 960px) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 21.825em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 960px) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 29.4em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 960px) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 44.55em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 960px) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 67.275em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 960px) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 59.7em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 960px) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 960px) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
}
@media handheld,only screen and (max-width: 960px) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
}
@media handheld,only screen and (max-width: 960px) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 960px) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
}
@media handheld,only screen and (max-width: 960px) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 960px) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
}
@media handheld,only screen and (max-width: 960px) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 90em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 960px) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  padding: 0.5em 2.5em;
  margin: -10px 0 10px 0;
}
@media handheld,only screen and (max-width: 960px) {
  .msg {
    margin: -10px -10px 10px -10px;
  }
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  background: none !important;
  padding: 0px !important;
  margin: 0 !important;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #900900;
}
ul.breadcrumbs {
  list-style-type: none !important;
  margin: -0.75em 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #262626;
  background: none !important;
  font-size: 0.9em;
  padding: 0 4px 0 0 !important;
}
ul.breadcrumbs li a {
  color: #262626;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #609b21;
}
.pagination {
  text-align: center;
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 1em 0;
  overflow: auto;
}
.pagination ul.pagination li {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  background: none !important;
  font-size: 0.9em;
  padding: 2px 1px;
  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: #ffffff;
  background-color: rgba(135,212,52,0.8);
  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: #ffffff;
  background-color: #87d434;
  text-decoration: none;
  padding: 0em 0.75em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #7ac52a;
}
.pagination ul.pagination li.current a {
  color: #ffffff;
  background-color: #609b21;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #ffffff;
  background-color: #53861c;
}
p {
  font-size: 18px;
  line-height: 26px;
  margin: 0.75em 0em;
  font-weight: 200;
}
a {
  color: #609b21;
}
a:hover {
  color: #53861c;
}
@media handheld,only screen and (max-width: 960px) {
  a:hover {
    color: #609b21;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: bold;
  font-family: 'Kanit', sans-serif;
  margin: 0.75em 0em 0.1em 0em;
}
h1 {
  font-size: 3.5em;
  line-height: 1.2em;
  margin: 0 0 0.25em 0;
  text-transform: uppercase;
}
h2 {
  font-size: 2.2em;
  line-height: 1.2em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.9em;
  line-height: 1.1em;
  text-transform: uppercase;
}
h4 {
  font-size: 1.5em;
  line-height: 1.1em;
  text-transform: uppercase;
}
h5 {
  font-size: 1.3em;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: -14px;
}
h6 {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 5px;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
.content-wrapper ul {
  list-style-type: none;
  margin: 0.75em 0em;
}
.content-wrapper ul li {
  background: transparent url('../../include/resources/destinationdaintree/images/g-bullet.png') 0em 0.15em no-repeat;
  padding: 0em 0em 0em 1.75em;
}
table {
  border-radius: 0.75px;
  -moz-border-radius: 0.75px;
  -webkit-border-radius: 0.75px;
  -o-border-radius: 0.75px;
  border: 1px solid rgba(0,0,0,0);
  border-collapse: collapse;
  margin: 1em 0;
  overflow: hidden;
}
table td,
table th {
  color: #000000;
  background: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0);
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 960px) {
  table td,
  table th {
    padding: 0.25em 0.5em;
  }
}
table th {
  color: #f3fbeb;
  background: #87d434;
  font-weight: bold;
}
table th.txt-right {
  text-align: right;
}
table .table-invisible {
  margin: 0;
  border: 0;
}
table .table-invisible td,
table .table-invisible th {
  background: transparent;
  border: 0;
  padding: 0.2em 0.5em 0.2em 0em;
}
hr {
  clear: both;
  background: #87d434;
  height: 1px;
  margin: 3.25em 0em;
}
blockquote {
  border-radius: 0.75px;
  -moz-border-radius: 0.75px;
  -webkit-border-radius: 0.75px;
  -o-border-radius: 0.75px;
  color: #87d434;
  background: rgba(0,0,0,0);
  font-size: 1.1em;
  text-align: left;
  margin: 2em 0;
  padding: 1.7em 0 1.8em 0;
  font-style: italic;
  border-top: 1px solid #87d434;
  border-bottom: 1px solid #87d434;
}
blockquote p {
  margin: 0;
}
.button,
.submit,
.button-alt,
.button-small {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  color: #ffffff;
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%239ad434%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  text-decoration: none;
  border: 0px solid #87d434;
  margin: 5px 0;
  padding: 0.65em 1em;
  cursor: pointer;
  min-width: 115px;
  text-align: center;
}
.button .button-arrow,
.submit .button-arrow,
.button-alt .button-arrow,
.button-small .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,
.button-alt img,
.button-small img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.button:hover,
.submit:hover,
.button-alt:hover,
.button-small:hover {
  color: #ffffff;
  background: #214c00;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23214c00%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt {
  color: #ffffff;
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%239ad434%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.button-alt:hover {
  color: #ffffff;
  background: #214c00;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23214c00%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.nosplit {
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 321px) {
  .nosplit {
    white-space: normal;
  }
}
.no-border {
  border: none;
}
.no-wrap {
  clear: both;
}
#map-legend {
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 10px;
  color: #000;
}
#map-legend h3 {
  margin-top: 0;
  color: #000;
}
#map-legend img {
  vertical-align: middle;
}
.info-window-content {
  color: red;
}
.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: 3%;
}
.hilite-box {
  background-color: #f2f2f2;
  padding: 0.25em 1em;
}
iframe {
  margin: 10px 0px;
}
@media handheld,only screen and (max-width: 960px) {
  iframe {
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
  }
}
iframe[align="left"],
iframe[style*="float"][style*="left"],
iframe[style*="left"] {
  margin: 0 20px 10px 0;
}
@media handheld,only screen and (max-width: 960px) {
  iframe[align="left"],
  iframe[style*="float"][style*="left"],
  iframe[style*="left"] {
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
  }
}
iframe[align="right"],
iframe[style*="float"][style*="right"],
iframe[style*="right"] {
  margin: 0 0 10px 20px;
}
@media handheld,only screen and (max-width: 960px) {
  iframe[align="right"],
  iframe[style*="float"][style*="right"],
  iframe[style*="right"] {
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
  }
}
.media-thumbnail img {
  border-radius: 0.75px;
  -moz-border-radius: 0.75px;
  -webkit-border-radius: 0.75px;
  -o-border-radius: 0.75px;
  background: transparent;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 960px) {
  .media-thumbnail img {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail img.no-border {
  border: none;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #000000;
  font-size: 0.85em;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 960px) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
.media-thumbnail.right {
  margin: 0 0 10px 20px;
}
@media handheld,only screen and (max-width: 960px) {
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.right .media-caption {
  text-align: center;
}
.media-thumbnail.left {
  margin: 0 20px 10px 0;
}
@media handheld,only screen and (max-width: 960px) {
  .media-thumbnail.left {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.left .media-caption {
  text-align: center;
}
.media-gallery {
  margin-right: -35px;
}
@media handheld,only screen and (max-width: 960px) {
  .media-gallery {
    margin-right: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  border-radius: 0.75px;
  -moz-border-radius: 0.75px;
  -webkit-border-radius: 0.75px;
  -o-border-radius: 0.75px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 960px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 10px auto;
  }
}
.media-gallery .media-thumbnail img {
  border-radius: 0.75px;
  -moz-border-radius: 0.75px;
  -webkit-border-radius: 0.75px;
  -o-border-radius: 0.75px;
  background: transparent;
  border: 1px solid #ffffff;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.page-region form.f {
  color: #000000;
  background: rgba(0,0,0,0);
  font-family: 'Kanit', sans-serif;
  border: 1px solid rgba(0,0,0,0);
  max-width: 100%;
  padding: 0px;
}
.page-region form.f div.buttons,
.page-region form.f p.buttons {
  margin-top: 0px;
}
@media handheld,only screen and (max-width: 960px) {
  .page-region form.f div.buttons,
  .page-region form.f p.buttons {
    text-align: center;
    margin-left: 10px;
  }
}
.page-region form .inline-field {
  padding: 0.7em 1.5em;
}
.page-region form .form-row {
  color: #000000;
  background: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0);
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row label {
  float: left;
  width: 100px;
  padding: 0.3em 0.5em 0 0.5em;
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  padding-left: 100px;
}
.page-region form .form-row .field .description300 {
  height: 350px;
}
.page-region form .form-row .field .btn {
  background: linear-gradient(to bottom,#bbb,#cccccc) repeat scroll 0 0 #87D434;
  border-radius: 2px;
  color: #333;
  float: left;
  padding: 0.35em 0.65em;
  border: 1px solid #666;
  cursor: pointer;
  font-weight: bold;
}
.page-region form .form-row .field .stacked {
  padding: 0 8px;
}
.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 0.2em;
}
.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 rgba(0,0,0,0);
  border-radius: 0.75px;
  -moz-border-radius: 0.75px;
  -webkit-border-radius: 0.75px;
  -o-border-radius: 0.75px;
  color: #666666;
  background: #ffffff;
  font-family: 'Kanit', sans-serif;
  width: 80%;
  max-width: 100%;
  border: 4px solid #87D434;
  padding: 0.3em;
  margin: 2px 0;
}
@media handheld,only screen and (max-width: 960px) {
  .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: 95%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 4px 0 0;
}
@media handheld,only screen and (max-width: 960px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
.page-region form .form-row select {
  padding-top: 5px;
  padding-bottom: 5px;
}
.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: 30px;
}
@media handheld,only screen and (max-width: 960px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 50%;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 60%;
}
@media handheld,only screen and (max-width: 960px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 95%;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 80%;
}
@media handheld,only screen and (max-width: 960px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 95%;
  }
}
.page-region form .form-row button.submit {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  color: #ffffff;
  background: #87d434;
  border: 0px solid #87d434;
  padding: 0.65em 1em;
  float: left;
}
@media handheld,only screen and (max-width: 960px) {
  .page-region form .form-row button.submit {
    width: 98%;
  }
}
.page-region form .form-row button.submit:hover {
  color: #ffffff;
  background: #7ac52a;
}
.page-region form .form-row .buttons {
  text-align: center;
  border: none;
}
.page-region form.medium-label .buttons {
  margin-top: 0px;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 160px;
  margin-right: 10px;
}
.page-region form.large-label .field {
  margin-left: 170px;
}
span.note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.1em 0.3em;
}
#user_pass_login_form .buttons.form-row {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 960px) {
  body .content-block form {
    max-width: 100%;
  }
  body .content-block form .form-row {
    max-width: 100%;
  }
  body .content-block form .form-row input[type=text],
  body .content-block form .form-row input[type=password],
  body .content-block form .form-row select,
  body .content-block form .form-row textarea,
  body .content-block form .form-row .buttons {
    max-width: 100%;
  }
  body .content-block form .form-row .field,
  body .content-block form .form-row .large-label .field,
  body .content-block form .form-row .inline-field {
    clear: both;
    display: block;
    margin: 0;
    padding: 0.5em 0.5em 0.1em 0.5em;
  }
  body .content-block form .form-row label,
  body .content-block form .form-row .large-label label {
    float: none;
    width: auto;
    padding: 0.5em 0.5em 0.1em 0.5em;
  }
  body .content-block form div.buttons,
  body .content-block form p.buttons {
    text-align: left;
    margin: 5px 0px 5px 10px;
  }
}
.cta {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  width: 49.8%;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 4px;
}
@media handheld,only screen and (max-width: 960px) {
  .cta {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .cta {
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
.cta:nth-of-type(2) {
  margin-right: -10px;
}
@media handheld,only screen and (max-width: 960px) {
  .cta:nth-of-type(2) {
    margin-right: 0;
  }
}
.cta .cta-inner {
  color: #000000;
}
.cta .cta-inner a {
  display: block;
  color: #609b21;
  text-decoration: none;
  margin: 0em;
  position: relative;
}
.cta .cta-inner a:hover {
  color: #53861c;
}
.cta .cta-inner a .cta-title {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0.5em 0em 0.25em 0em;
  position: absolute;
  left: 30px;
  bottom: 24px;
  z-index: 2;
}
.cta .cta-inner a .media-thumbnail {
  display: block;
  margin: 0;
  border: none;
}
.cta .cta-inner a .media-thumbnail:after {
  content: '';
  display: block;
  background: linear-gradient(180deg,rgba(20,24,26,0) 40%,rgba(20,24,26,0.8) 90%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cta .cta-inner a .media-thumbnail img {
  margin: 0em;
}
@media handheld,only screen and (max-width: 960px) {
  .cta .cta-inner a .media-thumbnail img {
    width: 100%;
  }
}
.cta .cta-inner a .cta-subtitle {
  display: block;
  color: #ffffff;
  font-size: 1.05em;
  line-height: 1.3em;
  padding-right: 2em;
  position: absolute;
  left: 30px;
  bottom: 26px;
  display: none;
}
.cta .cta-inner a .cta-arrow {
  display: block;
  background: transparent url('../../include/resources/destinationdaintree/images/g-bullet.png') 0% 0% no-repeat;
  background-size: 9px 9px;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 25px;
  bottom: 36px;
}
.cta:hover {
  background: #214c00;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23214c00%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .news-wrapper.news-wrapper-with-sidebar {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 67.275em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 21.825em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 960px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  background: url('../../include/resources/destinationdaintree/images/i-hilite-bg.png') 0% 0% repeat;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 0.5em;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 21.825em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .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;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  margin-right: 0.65em;
  vertical-align: top;
  width: 67.275em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 960px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-headline {
  font-size: 1.6em;
}
.news-wrapper .news-posts-list .news-post .news-post-headline a {
  color: #fff;
  text-decoration: none;
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #404040;
}
@media handheld,only screen and (max-width: 960px) {
  .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: 960px) {
  .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;
}
.news-wrapper .news-posts-list .news-post .news-post-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  color: #ffffff;
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%239ad434%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  text-decoration: none;
  border: 0px solid #87d434;
  margin: 5px 0;
  padding: 0.65em 1em;
  cursor: pointer;
  min-width: 115px;
  text-align: center;
  padding: 0.325em 1em;
}
.news-wrapper .news-posts-list .news-post .news-post-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;
}
.news-wrapper .news-posts-list .news-post .news-post-button img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.news-wrapper .news-posts-list .news-post .news-post-button:hover {
  color: #ffffff;
  background: #214c00;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23214c00%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.news-wrapper .news-posts-list .news-post:last-child {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 960px) {
  .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;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: rgba(0,0,0,0);
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Kanit', 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: ;
}
.content-wrapper .content-block .listing-location {
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%239ad434%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  width: 100%;
  border: none;
  margin: 0em 0em 0.75em 0em;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .listing-location {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .listing-location {
    width: 33.5em;
    max-width: 100%;
    margin: 0.75em auto;
  }
}
.content-wrapper .content-block .listing-location:hover {
  background: #214c00;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23214c00%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.content-wrapper .content-block .listing-location .listing-location-inner a {
  display: block;
  color: #609b21;
  text-decoration: none;
  padding: 0.75em 0.5em 0.75em 1em;
  margin: 0em;
  position: relative;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .listing-location .listing-location-inner a {
    padding: 0.75em 1em;
    margin: 1em auto;
  }
}
.content-wrapper .content-block .listing-location .listing-location-inner a:hover {
  color: #53861c;
}
.content-wrapper .content-block .listing-location .listing-location-inner a .listing-location-title {
  display: block;
  color: #000000;
  font-size: 1.25em;
  margin: 0.5em 0em 0.25em 0em;
}
.content-wrapper .content-block .listing-location .listing-location-inner a .media-thumbnail {
  display: block;
  margin: 0.75em 0em;
}
.content-wrapper .content-block .listing-location .listing-location-inner a .media-thumbnail img {
  border: 1px solid #ffffff;
  margin: 0em;
}
.content-wrapper .content-block .listing-location .listing-location-inner a .listing-location-subtitle {
  display: block;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.2em;
  padding-right: 2em;
}
.content-wrapper .content-block .listing-location .listing-location-inner a .listing-location-arrow {
  display: block;
  background: transparent url('../../include/resources/destinationdaintree/images/g-bullet.png') 0% 0% no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0.75em;
  bottom: 0.5em;
}
.content-wrapper .content-block .accommodation-category .accommodation-category-inner,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner,
.content-wrapper .content-block .accommodation-category .tour-category-inner,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner,
.content-wrapper .content-block .restaurant-category .tour-category-inner,
.content-wrapper .content-block .tour-category .accommodation-category-inner,
.content-wrapper .content-block .tour-category .restaurant-category-inner,
.content-wrapper .content-block .tour-category .tour-category-inner {
  padding: 16px 19px;
  margin-bottom: 0.5em;
  background-image: url('../../include/resources/destinationdaintree/images/g-bullet.png');
  background-repeat: no-repeat, repeat;
  background-position: top 21px right 18px;
  background-color: #f2f2f2;
}
.content-wrapper .content-block .accommodation-category .accommodation-category-inner:hover,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner:hover,
.content-wrapper .content-block .accommodation-category .tour-category-inner:hover,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner:hover,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner:hover,
.content-wrapper .content-block .restaurant-category .tour-category-inner:hover,
.content-wrapper .content-block .tour-category .accommodation-category-inner:hover,
.content-wrapper .content-block .tour-category .restaurant-category-inner:hover,
.content-wrapper .content-block .tour-category .tour-category-inner:hover {
  outline: 1px solid white;
}
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .tour-category-title .tour-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .tour-category-title .tour-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .accommodation-category .tour-category-inner .tour-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .tour-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .tour-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .restaurant-category .tour-category-inner .tour-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .accommodation-category-inner .tour-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .restaurant-category-inner .tour-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .accommodation-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .accommodation-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .accommodation-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .restaurant-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .restaurant-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .restaurant-category-title .tour-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .tour-category-title .accommodation-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .tour-category-title .restaurant-category-link,
.content-wrapper .content-block .tour-category .tour-category-inner .tour-category-title .tour-category-link {
  font-size: 1.6em;
  line-height: 1.2em;
  text-decoration: none;
}
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .accommodation-category-description,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .restaurant-category-description,
.content-wrapper .content-block .accommodation-category .accommodation-category-inner .tour-category-description,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .accommodation-category-description,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .restaurant-category-description,
.content-wrapper .content-block .accommodation-category .restaurant-category-inner .tour-category-description,
.content-wrapper .content-block .accommodation-category .tour-category-inner .accommodation-category-description,
.content-wrapper .content-block .accommodation-category .tour-category-inner .restaurant-category-description,
.content-wrapper .content-block .accommodation-category .tour-category-inner .tour-category-description,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .accommodation-category-description,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .restaurant-category-description,
.content-wrapper .content-block .restaurant-category .accommodation-category-inner .tour-category-description,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .accommodation-category-description,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .restaurant-category-description,
.content-wrapper .content-block .restaurant-category .restaurant-category-inner .tour-category-description,
.content-wrapper .content-block .restaurant-category .tour-category-inner .accommodation-category-description,
.content-wrapper .content-block .restaurant-category .tour-category-inner .restaurant-category-description,
.content-wrapper .content-block .restaurant-category .tour-category-inner .tour-category-description,
.content-wrapper .content-block .tour-category .accommodation-category-inner .accommodation-category-description,
.content-wrapper .content-block .tour-category .accommodation-category-inner .restaurant-category-description,
.content-wrapper .content-block .tour-category .accommodation-category-inner .tour-category-description,
.content-wrapper .content-block .tour-category .restaurant-category-inner .accommodation-category-description,
.content-wrapper .content-block .tour-category .restaurant-category-inner .restaurant-category-description,
.content-wrapper .content-block .tour-category .restaurant-category-inner .tour-category-description,
.content-wrapper .content-block .tour-category .tour-category-inner .accommodation-category-description,
.content-wrapper .content-block .tour-category .tour-category-inner .restaurant-category-description,
.content-wrapper .content-block .tour-category .tour-category-inner .tour-category-description {
  color: #000000;
}
.content-wrapper .content-block .directory-search-results .search-results {
  border: none;
}
.content-wrapper .content-block .directory-search-results .search-results h2 {
  color: #000000;
  background: transparent;
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 0.5em 0em;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card {
  font-size: 1em;
  background-color: #f2f2f2;
  padding: 0.25em 1em;
  border: none;
  padding: 1em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .directory-search-results .search-results .listing-card {
    text-align: center;
  }
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .no-detail,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .has-detail {
  background: transparent;
  border: none;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-image {
  float: right;
  background: none;
  border: none;
  width: 300px;
  height: auto;
  padding: 0em;
  margin-left: 1em;
  margin: 0em 0em -0.5em 1em;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .directory-search-results .search-results .listing-card .product-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0em auto;
  }
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-description,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-no-detail {
  color: #000000;
  font-size: 0.95em;
  line-height: 1.4em;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-name {
  display: block;
  color: #000000;
  font-size: 1.6em;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card a.product-name {
  text-decoration: none;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card a.product-name:hover {
  color: #53861c;
  text-decoration: underline;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-description {
  display: block;
  padding-right: 0px;
  margin: 0.75em 0em;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .label {
  display: inline-block;
  font-weight: bold;
  min-width: 3.5em;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .label img {
  margin-bottom: -6px;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .directory-search-results .search-results .listing-card .label {
    min-width: 0em;
    margin-right: 0.5em;
  }
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-contact-name,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-phone,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-email,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-website,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-address {
  color: #000000;
  font-size: 0.9em;
  line-height: 1.4em;
  padding-right: 0px;
  margin: 0.25em 0em;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-contact-name a,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-phone a,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-email a,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-website a,
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-address a {
  display: inline;
  padding: 0em;
  background: none;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  color: #ffffff;
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%239ad434%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  text-decoration: none;
  border: 0px solid #87d434;
  margin: 5px 0;
  padding: 0.65em 1em;
  cursor: pointer;
  min-width: 115px;
  text-align: center;
  font-size: 1em;
  text-transform: capitalize;
  position: relative;
  right: auto;
  top: auto;
  margin-top: 1em;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-link .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 .directory-search-results .search-results .listing-card .product-link img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-link:hover {
  color: #ffffff;
  background: #214c00;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23214c00%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.content-wrapper .content-block .directory-search-results .search-results .listing-card .product-link .lhs-arrow {
  display: none;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .listings-detail-view-wrapper .sidebar {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .product-image-main {
  padding-top: 1em;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .listings-detail-view-wrapper .sidebar .product-image-main {
    padding-top: 0em;
  }
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details {
  background-color: #f2f2f2;
  padding: 0.25em 1em;
  padding: 1.5em 1em;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .contact-details {
  color: #87d434;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .contact-details .label {
  display: inline-block;
  font-weight: bold;
  margin-top: 0.5em;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .contact-details .label img {
  margin-bottom: -5px;
  margin-right: 3px;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper {
  float: none;
  margin-top: 0.5em;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .accommodation-online-booking-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .accommodation-price-range-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .accommodation-location-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .restaurant-opening-hours-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .restaurant-wheelchair-access-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .restaurant-price-range-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .restaurant-location-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .tour-online-booking-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .tour-price-range-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .tour-wheelchair-access-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .tour-eco-certified-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .tour-location-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .tour-restrictions-label,
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .tour-prebook-required-label {
  font-weight: bold;
  margin-top: 0.5em;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .accommodation-price-range-label {
  margin-top: 1em;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .accommodation-facilities-wrapper {
  margin-top: 0.5em;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .accommodation-facilities-wrapper .accommodation-facilities-title {
  font-weight: bold;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .listing-specification-wrapper .accommodation-facilities-wrapper ul {
  margin-top: 0.5em;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .button-back {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  color: #ffffff;
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%239ad434%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  text-decoration: none;
  border: 0px solid #87d434;
  margin: 5px 0;
  padding: 0.65em 1em;
  cursor: pointer;
  min-width: 115px;
  text-align: center;
  font-size: 1.1em;
  margin: 1em 0em 0.5em 0em;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .button-back .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 .listings-detail-view-wrapper .sidebar .details .button-back img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.content-wrapper .content-block .listings-detail-view-wrapper .sidebar .details .button-back:hover {
  color: #ffffff;
  background: #214c00;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23214c00%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.content-wrapper .content-block .listings-detail-view-wrapper .main-column {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
  padding-right: 0;
  padding: 0.5em 1em 1em 1em;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block .listings-detail-view-wrapper .main-column {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
#map-canvas {
  color: #000000;
}
#map-canvas h1,
#map-canvas h2,
#map-canvas h3,
#map-canvas h4,
#map-canvas h5,
#map-canvas h6,
#map-canvas p {
  color: #000000;
}
.member-contacts-section {
  background: #f2f2f2;
  margin: 0.75em 0em 1.25em 0em;
  padding-bottom: 0.75em;
}
@media handheld,only screen and (max-width: 960px) {
  .member-contacts-section {
    background: none;
  }
}
.member-contacts-section .heading .name,
.member-contacts-section .heading .phone,
.member-contacts-section .heading .email,
.member-contacts-section .heading .website,
.member-contacts-section .row .name,
.member-contacts-section .row .phone,
.member-contacts-section .row .email,
.member-contacts-section .row .website {
  display: inline-block;
  line-height: 1.15em;
  vertical-align: middle;
  padding: 0.75em 0.5em;
  word-wrap: break-word;
}
@media handheld,only screen and (max-width: 960px) {
  .member-contacts-section .heading .name,
  .member-contacts-section .heading .phone,
  .member-contacts-section .heading .email,
  .member-contacts-section .heading .website,
  .member-contacts-section .row .name,
  .member-contacts-section .row .phone,
  .member-contacts-section .row .email,
  .member-contacts-section .row .website {
    display: block;
    line-height: 1.4em;
    padding: 0em 1em;
  }
}
.member-contacts-section .heading .name,
.member-contacts-section .row .name {
  width: 25%;
}
@media handheld,only screen and (max-width: 960px) {
  .member-contacts-section .heading .name,
  .member-contacts-section .row .name {
    width: 100%;
  }
}
.member-contacts-section .heading .phone,
.member-contacts-section .row .phone {
  width: 13%;
}
@media handheld,only screen and (max-width: 960px) {
  .member-contacts-section .heading .phone,
  .member-contacts-section .row .phone {
    width: 100%;
  }
}
.member-contacts-section .heading .email,
.member-contacts-section .row .email {
  width: 30%;
}
@media handheld,only screen and (max-width: 960px) {
  .member-contacts-section .heading .email,
  .member-contacts-section .row .email {
    width: 100%;
  }
}
.member-contacts-section .heading .website,
.member-contacts-section .row .website {
  width: 30%;
}
@media handheld,only screen and (max-width: 960px) {
  .member-contacts-section .heading .website,
  .member-contacts-section .row .website {
    width: 100%;
  }
}
.member-contacts-section .heading {
  color: #ffffff;
  background: #87d434;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  padding: 0.25em 0em;
}
@media handheld,only screen and (max-width: 960px) {
  .member-contacts-section .heading {
    display: none;
  }
}
.member-contacts-section .row {
  font-size: 0.875em;
  background: #f2f2f2;
}
@media handheld,only screen and (max-width: 960px) {
  .member-contacts-section .row {
    font-size: 1em;
    padding: 0.85em 0em;
    margin: 0.5em 0em;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: white;
  font-family: 'Kanit', sans-serif;
  line-height: 1.4em;
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.holidayform label {
  width: 163px !important;
}
.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}
.header-wrapper.internal {
  background: #000000;
  padding-bottom: 1.5vw;
  position: relative;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper.internal {
    padding-bottom: 0;
  }
}
.header-wrapper .header-block {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  border-radius: 2.25px;
  -moz-border-radius: 2.25px;
  -webkit-border-radius: 2.25px;
  -o-border-radius: 2.25px;
  padding: 2.3vw 0 1.6vw 0;
  color: #000000;
  background: transparent;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .header-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (min-width: 1440px) {
  .header-wrapper .header-block {
    padding: 1.9vw 0 1.1vw 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .header-block {
    display: none;
    padding: 10px;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .header-block .logo-cell {
    text-align: center;
    margin-top: 0.5em;
  }
}
.header-wrapper .header-block .logo-cell img {
  margin-left: -0.6vw;
  width: 20vw;
}
@media handheld,only screen and (min-width: 1440px) {
  .header-wrapper .header-block .logo-cell img {
    margin-left: -10px;
    width: 380px;
  }
}
.header-wrapper .header-block .header-right-cell {
  text-align: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .header-block .header-right-cell {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .header-block .header-right-cell {
    text-align: center;
  }
}
.header-wrapper .header-block .header-right-cell img {
  margin-right: -20px;
}
.header-wrapper .header-block a {
  color: #609b21;
}
.header-wrapper .header-block a:hover {
  color: #436c17;
}
.header-wrapper .nav-block {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  /* Top Level */
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-wrapper .nav-block .nav-toggle {
  display: none;
  color: #ffffff;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 1.5em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.header-wrapper .nav-block .nav-toggle .toggle-icon {
  float: right;
  background: transparent url('../../include/resources/destinationdaintree/images/g-menu.svg') 50% 0% no-repeat;
  width: 23px;
  height: 23px;
  margin-top: 19px;
}
.header-wrapper .nav-block .nav-toggle #logo {
  margin: 0.25em 0.25em -0.25em 0.25em;
}
.header-wrapper .nav-block .nav-cell {
  border-top: 1px solid white;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block .nav-cell {
    display: none;
    border-top-color: rgba(255,255,255,0.2);
  }
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block.open .nav-cell {
    display: block;
  }
}
.header-wrapper .nav-block ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
    background: #000000;
  }
}
.header-wrapper .nav-block ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0;
  margin: 0;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}
.header-wrapper .nav-block ul li.floating-link {
  position: absolute;
  right: 0;
  top: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li.floating-link {
    position: static;
    right: auto;
    top: auto;
  }
}
.header-wrapper .nav-block ul li:hover:first-child {
  border-left: 0;
  background: url('../../include/resources/destinationdaintree/images/i-nav-home.svg') no-repeat scroll 50% 50% rgba(0,0,0,0);
  text-indent: -9999px;
  padding: 0 8px;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li:hover:first-child {
    background: #2c6500;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
    text-indent: 0;
    padding: 0;
  }
}
.header-wrapper .nav-block ul li:hover:first-child a {
  background: transparent;
}
.header-wrapper .nav-block ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
  padding: 0.95em 0.9em;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 400;
  /*
          &.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;
            }
          }
          */
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li a {
    padding: 0.9em 1.75em;
  }
}
.header-wrapper .nav-block ul li a:hover {
  color: #ffffff;
  /*
            &.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;
              }              
            }
            */
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.header-wrapper .nav-block ul li:first-child {
  border-left: 0;
  background: url('../../include/resources/destinationdaintree/images/i-nav-home.svg') no-repeat scroll 50% 50% rgba(0,0,0,0);
  text-indent: -9999px;
  padding: 0 8px;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li:first-child {
    background: none;
    text-indent: -8px;
    border: 0;
  }
}
.header-wrapper .nav-block ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}
.header-wrapper .nav-block ul li:hover ul {
  transition: top linear 0.2s;
  -moz-transition: top linear 0.2s;
  -webkit-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  top: 3.1em;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.header-wrapper .nav-block ul li ul {
  display: block;
  position: absolute;
  top: 3.1em;
  left: 0px;
  right: auto;
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%239ad434%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0em;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 960px) {
  .header-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;
    margin-bottom: -1px;
    visibility: visible;
    overflow: hidden;
  }
}
.header-wrapper .nav-block ul li ul li {
  display: block;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 20px;
  }
}
.header-wrapper .nav-block ul li ul li:hover {
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
}
.header-wrapper .nav-block ul li ul li:hover:first-child {
  background: #2c6500;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%238dc52a%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%232c6500%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  text-indent: -8px;
}
.header-wrapper .nav-block ul li ul li:first-child {
  background: none;
  text-indent: -8px;
  border: none;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.header-wrapper .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.header-wrapper .nav-block ul li ul li a {
  color: #ffffff;
  font-size: 0.85em;
  text-transform: none;
  padding: 0.2em 2em 0.2em 1em;
  /*
              &.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: 960px) {
  .header-wrapper .nav-block ul li ul li a {
    padding: 3px 0 3px 20px;
    margin: 3px 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.header-wrapper .nav-block ul li ul li a:hover {
  color: #ffffff;
  /*
                &.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: 960px) {
  .header-wrapper .nav-block ul li ul li a:hover {
    color: #ffffff;
  }
}
.header-wrapper .nav-block ul li ul li a.disabled {
  color: #aaaaaa;
  background: transparent url('') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li ul li a.disabled {
    opacity: 0.7;
  }
}
.header-wrapper .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li ul li > ul {
    display: block;
  }
}
.header-wrapper .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 960px) {
  .header-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.hero-wrapper .hero-block {
  position: relative;
}
.hero-wrapper .hero-block .hero-images {
  overflow: hidden;
}
.hero-wrapper .hero-block .hero-images img {
  border-radius: 2.25px;
  -moz-border-radius: 2.25px;
  -webkit-border-radius: 2.25px;
  -o-border-radius: 2.25px;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.hero-wrapper .hero-block .hero-images img#hero-spacer {
  width: 100%;
  height: auto;
  position: relative;
}
.hero-wrapper .hero-block .hero-images .hero-overlay {
  display: block;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0.4)),color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.hero-wrapper .hero-block .hero-images .hero-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.hero-wrapper .hero-block .hero-text {
  position: absolute;
  left: 60px;
  top: 25%;
  font-size: 1.7em;
  line-height: 1.1em;
  letter-spacing: -1px;
  width: 50%;
  z-index: 10;
}
@media handheld,only screen and (max-width: 960px) {
  .hero-wrapper .hero-block .hero-text {
    left: 10px;
    width: 90%;
  }
}
.hero-wrapper .hero-block .hero-text #hero-title,
.hero-wrapper .hero-block .hero-text #hero-alt {
  text-shadow: 1px 1px 5px #444444;
  filter: dropshadow(color=#444444,offx=1px,offy=1px);
}
.hero-wrapper .hero-block .hero-text #hero-title {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 0.1em;
}
@media handheld,only screen and (max-width: 960px) {
  .hero-wrapper .hero-block .hero-text #hero-title {
    font-size: 1.5em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .hero-text #hero-alt {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 960px) {
  .hero-wrapper .hero-block .hero-text #hero-alt {
    font-size: 1em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block #hero-nav-left,
.hero-wrapper .hero-block #hero-nav-right {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #e1f4cc;
  background-color: #87d434;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  min-width: 1.6em;
  min-height: 1.6em;
  border: 2px solid #ffffff;
  /* half of height */
  margin-top: -0.8em;
  /* half of width */
  margin-left: -0.8em;
  z-index: 15;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 960px) {
  .hero-wrapper .hero-block #hero-nav-left,
  .hero-wrapper .hero-block #hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-block #hero-nav-left:hover,
.hero-wrapper .hero-block #hero-nav-right:hover {
  background-color: #ffffff;
}
.hero-wrapper .hero-block #hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -15px;
  margin-right: 0;
}
@media handheld,only screen and (max-width: 960px) {
  .hero-wrapper .hero-block #hero-nav-left {
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 321px) {
  .hero-wrapper .hero-block #hero-nav-left {
    display: none;
  }
}
.hero-wrapper .hero-block #hero-nav-right {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -15px;
}
@media handheld,only screen and (max-width: 960px) {
  .hero-wrapper .hero-block #hero-nav-right {
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 321px) {
  .hero-wrapper .hero-block #hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-block #hero-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 15;
}
@media handheld,only screen and (max-width: 960px) {
  .hero-wrapper .hero-block #hero-nav {
    position: relative;
    bottom: -5px;
    text-align: center;
  }
}
.hero-wrapper .hero-block #hero-nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #d1e5bc;
  border: 3px solid #ffffff;
  padding: 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 960px) {
  .hero-wrapper .hero-block #hero-nav ul li {
    padding: 8px;
    border-width: 5px;
    margin-right: 10px;
  }
}
.hero-wrapper .hero-block #hero-nav ul li:hover {
  background: #ffffff;
}
.hero-wrapper .hero-block #hero-nav ul li.currentslide {
  background: #87d434;
}
.feature-wrapper {
  position: relative;
  z-index: 5;
}
.feature-wrapper .feature-block {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  margin: 10px auto;
  padding: 20px 0em;
  text-shadow: 1px 1px 5px #444444;
  filter: dropshadow(color=#444444,offx=1px,offy=1px);
  color: #ffffff;
  margin: -2.6em auto 3.75em auto;
  padding-right: 15em;
}
@media handheld,only screen and (max-width: 960px) {
  .feature-wrapper .feature-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .feature-wrapper .feature-block {
    padding: 20px 20px;
    margin: 0 auto 1em auto;
  }
}
.feature-wrapper .feature-block h1,
.feature-wrapper .feature-block h2,
.feature-wrapper .feature-block h3,
.feature-wrapper .feature-block h4,
.feature-wrapper .feature-block h5,
.feature-wrapper .feature-block h6,
.feature-wrapper .feature-block p {
  text-shadow: 2px 2px 5px #000000;
  filter: dropshadow(color=#000000,offx=2px,offy=2px);
}
.feature-wrapper .feature-block h1,
.feature-wrapper .feature-block h2,
.feature-wrapper .feature-block h3,
.feature-wrapper .feature-block h4,
.feature-wrapper .feature-block h5,
.feature-wrapper .feature-block h6 {
  color: #87d434;
}
.feature-wrapper .feature-block p {
  font-size: 1.25em;
  line-height: 1.4em;
  margin: 0.65em 0em;
}
.feature-wrapper .feature-block .cta {
  text-shadow: 0px 0px 0px #000000;
  filter: dropshadow(color=#000000,offx=0px,offy=0px);
  margin-top: 4.5em;
}
@media handheld,only screen and (max-width: 960px) {
  .feature-wrapper .feature-block .cta {
    margin-top: 1.5em;
  }
}
.content-wrapper {
  position: relative;
  z-index: 10;
}
.content-wrapper .content-block {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  margin: 10px auto;
  padding: 40px 20px;
  color: #000000;
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .content-wrapper .content-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.footer-wrapper {
  position: relative;
  z-index: 10;
  background: #000000;
}
.footer-wrapper .footer-block {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  text-shadow: 1px 1px 5px #444444;
  filter: dropshadow(color=#444444,offx=1px,offy=1px);
  color: #ffffff;
  padding: 70px 0 76px 0;
}
@media handheld,only screen and (max-width: 960px) {
  .footer-wrapper .footer-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .footer-wrapper .footer-block {
    text-align: center;
    padding: 1em 1.5em;
  }
}
.footer-wrapper .footer-block .footer-promotion {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 960px) {
  .footer-wrapper .footer-block .footer-promotion {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .footer-wrapper .footer-block .footer-promotion {
    padding: 0em;
  }
}
.footer-wrapper .footer-block .footer-promotion-2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-left: 20px;
}
@media handheld,only screen and (max-width: 960px) {
  .footer-wrapper .footer-block .footer-promotion-2 {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .footer-wrapper .footer-block .footer-promotion-2 {
    padding: 0em;
  }
}
.footer-wrapper .footer-block .footer-contacts {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
  padding-left: 40px;
}
@media handheld,only screen and (max-width: 960px) {
  .footer-wrapper .footer-block .footer-contacts {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .footer-wrapper .footer-block .footer-contacts {
    padding: 0em;
  }
}
.footer-wrapper .footer-block .footer-contacts .social-icons {
  clear: both;
  display: block;
  margin-top: 1em;
}
.footer-wrapper .footer-block .footer-contacts .social-icons a .facebook,
.footer-wrapper .footer-block .footer-contacts .social-icons a .twitter {
  display: inline-block;
  background: transparent 0% 0% no-repeat;
  background-size: 39px 39px;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0.75em 0.65em 0.75em 0em;
}
.footer-wrapper .footer-block .footer-contacts .social-icons a .facebook .icon,
.footer-wrapper .footer-block .footer-contacts .social-icons a .twitter .icon {
  position: absolute;
}
.footer-wrapper .footer-block .footer-contacts .social-icons a .facebook {
  background-image: url('../../include/resources/destinationdaintree/images/g-social-bg-facebook.png');
  background-image: rgba(0,0,0,0) url('');
}
.footer-wrapper .footer-block .footer-contacts .social-icons a .facebook .icon {
  top: 0.6em;
  left: 1.0em;
}
.footer-wrapper .footer-block .footer-contacts .social-icons a .twitter {
  background-image: url('../../include/resources/destinationdaintree/images/g-social-bg-twitter.png');
  background-image: rgba(0,0,0,0) url('');
}
.footer-wrapper .footer-block .footer-contacts .social-icons a .twitter .icon {
  top: 0.7em;
  left: 0.9em;
}
.footer-wrapper .footer-block .footer-contacts .social-icons a:hover {
  text-decoration: none;
}
.footer-wrapper .footer-block h1,
.footer-wrapper .footer-block h2,
.footer-wrapper .footer-block h3,
.footer-wrapper .footer-block h4,
.footer-wrapper .footer-block h5,
.footer-wrapper .footer-block h6 {
  color: #87d434;
  font-weight: normal;
}
.footer-wrapper .footer-block h3 {
  font-size: 1.4em;
}
.footer-wrapper .footer-block p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 5px 0;
}
.footer-wrapper .footer-block strong {
  color: #87D434;
}
.footer-wrapper .footer-block a {
  color: #87D434;
  text-decoration: none;
}
.footer-wrapper .footer-block a:hover {
  color: #87D434;
  text-decoration: underline;
}
.footer-wrapper .footer-block a.button {
  color: #ffffff;
  text-decoration: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.copyright-wrapper {
  position: relative;
  z-index: 10;
  background: #000000;
}
.copyright-wrapper .copyright-block {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  text-shadow: 1px 1px 5px #444444;
  filter: dropshadow(color=#444444,offx=1px,offy=1px);
  color: #ffffff;
  padding: 12px 0;
  border-top: 1px solid white;
}
@media handheld,only screen and (max-width: 960px) {
  .copyright-wrapper .copyright-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .copyright-wrapper .copyright-block {
    text-align: center;
    padding: 12px 12px 1px 12px;
  }
}
.copyright-wrapper .copyright-block p {
  font-size: 0.8em;
  line-height: 1.1em;
}
.author-wrapper {
  position: relative;
  z-index: 10;
  background: #000000;
  padding: 10px 0 40px 0;
}
.author-wrapper .author-block {
  font-size: 15px;
  width: 90em;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  text-shadow: 1px 1px 5px #444444;
  filter: dropshadow(color=#444444,offx=1px,offy=1px);
  color: #ffffff;
  text-align: center;
}
@media handheld,only screen and (max-width: 960px) {
  .author-wrapper .author-block {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 960px) {
  .author-wrapper .author-block {
    text-align: center;
    padding: 1em 1.5em;
  }
}
.author-wrapper .author-block a {
  color: #ffffff;
  text-decoration: none;
}
.author-wrapper .author-block a:hover {
  color: #87D434;
  text-decoration: underline;
}
.author-wrapper .author-block a.author {
  color: #999999;
  font-size: 0.9em;
}
.author-wrapper .author-block a.author:hover {
  color: #87D434;
}
#restaurant_listing_search_form,
#tour_listing_search_form,
#accommodation_listing_search_form {
  background-color: #f2f2f2;
  border: #87d434 1px solid;
  padding: 10px 30px 30px 30px;
  margin-bottom: 10px;
}
#restaurant_listing_search_form h2,
#tour_listing_search_form h2,
#accommodation_listing_search_form h2 {
  margin-bottom: 20px;
}
#restaurant_listing_search_form .form-section .select-field,
#tour_listing_search_form .form-section .select-field,
#accommodation_listing_search_form .form-section .select-field {
  width: 260px;
  padding-left: 14px;
  display: inline-block;
}
@media handheld,only screen and (max-width: 960px) {
  #restaurant_listing_search_form .form-section .select-field,
  #tour_listing_search_form .form-section .select-field,
  #accommodation_listing_search_form .form-section .select-field {
    padding-left: 0;
  }
}
#restaurant_listing_search_form .form-section .select-field select,
#tour_listing_search_form .form-section .select-field select,
#accommodation_listing_search_form .form-section .select-field select {
  width: 200px;
  height: 30px;
}
#restaurant_listing_search_form .features-wrapper,
#tour_listing_search_form .features-wrapper,
#accommodation_listing_search_form .features-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
#restaurant_listing_search_form#accommodation_listing_search_form .txt-left,
#tour_listing_search_form#accommodation_listing_search_form .txt-left,
#accommodation_listing_search_form#accommodation_listing_search_form .txt-left {
  margin-top: -42px;
}
@media handheld,only screen and (max-width: 960px) {
  #restaurant_listing_search_form#accommodation_listing_search_form .txt-left,
  #tour_listing_search_form#accommodation_listing_search_form .txt-left,
  #accommodation_listing_search_form#accommodation_listing_search_form .txt-left {
    margin-top: 0;
  }
}
#restaurant_listing_search_form .txt-left,
#tour_listing_search_form .txt-left,
#accommodation_listing_search_form .txt-left {
  margin-top: 12px;
}
@media handheld,only screen and (max-width: 960px) {
  #restaurant_listing_search_form .txt-left,
  #tour_listing_search_form .txt-left,
  #accommodation_listing_search_form .txt-left {
    margin-top: 0;
  }
}
#restaurant_listing_search_form label,
#tour_listing_search_form label,
#accommodation_listing_search_form label {
  font-weight: bold;
}
#restaurant_listing_search_form .stacked label,
#tour_listing_search_form .stacked label,
#accommodation_listing_search_form .stacked label {
  font-weight: normal;
}
#restaurant_listing_search_form label,
#restaurant_listing_search_form div.field,
#tour_listing_search_form label,
#tour_listing_search_form div.field,
#accommodation_listing_search_form label,
#accommodation_listing_search_form div.field {
  margin-bottom: 5px;
}
#restaurant_listing_search_form .features,
#tour_listing_search_form .features,
#accommodation_listing_search_form .features {
  display: block;
}
.accommodation-category a {
  text-decoration: none;
}
.accommodation-category-inner .accommodation-category-title {
  font-size: 20px;
}
.accommodation-category-description {
  color: white;
}
