/*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.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/**
 * /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 ***/
/*******************/
/* Common */
/* Layout */
/* SVG FALLBACKS 
--------------------------------------- */
.nav-gradient {
  /* Old browsers */
  background: #ced7bb;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#ced7bb 0%,#ebefe3 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ced7bb),color-stop(100%,#ebefe3));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#ced7bb 0%,#ebefe3 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#ced7bb 0%,#ebefe3 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#ced7bb 0%,#ebefe3 100%);
  /* W3C */
  background: linear-gradient(to bottom,#ced7bb 0%,#ebefe3 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced7bb',endColorstr='#ebefe3',GradientType=0);
}
.btn {
  /* Old browsers */
  background: #6fc184;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6fc184),color-stop(50%,#6fc184),color-stop(50%,#03ae4b),color-stop(100%,#03ae4b));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* W3C */
  background: linear-gradient(to bottom,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc184',endColorstr='#03ae4b',GradientType=0);
}
.right {
  float: right;
}
@media handheld,only screen and (max-width: 57em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 57em) {
  .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;
}
.dots:before,
.dots:after {
  width: 939px;
  height: 2px;
  background: url('../../include/resources/rosegums/images/i-dots.svg') no-repeat center center;
  content: "";
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 30px 0;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #333;
  box-shadow: 1px 1px 2px 2px #333;
}
.text-shadow {
  text-shadow: 1px 1px 2px #333;
  filter: dropshadow(color=#333,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: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 5.1916666666667em;
  /*
  @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: 57em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 11.083333333333em;
  /*
  @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: 57em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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: 57em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 22.866666666667em;
  /*
  @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: 57em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 34.65em;
  /*
  @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: 57em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 52.325em;
  /*
  @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: 57em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 46.433333333333em;
  /*
  @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: 57em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 5.1916666666667em;
  /*
  @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: 57em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 11.083333333333em;
  /*
  @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: 57em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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: 57em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 22.866666666667em;
  /*
  @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: 57em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 34.65em;
  /*
  @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: 57em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 52.325em;
  /*
  @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: 57em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 46.433333333333em;
  /*
  @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: 57em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 57em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
}
@media handheld,only screen and (max-width: 57em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 70em;
  /*
  @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: 57em) {
  .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: 57em) {
  .msg {
    margin: -10px -10px 10px -10px;
  }
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #900900;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 10px 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #deddde;
  font-size: 0.9em;
  padding: 0 4px 0 0;
}
ul.breadcrumbs li a {
  color: #deddde;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #abaaaa;
}
.pagination {
  text-align: center;
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 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;
  font-size: 0.9em;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #e0c1bf;
  background-color: rgba(129,6,0,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: #e0c1bf;
  background-color: #810600;
  text-decoration: none;
  padding: 0em 0.75em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #e0c1bf;
  background-color: #680500;
}
.pagination ul.pagination li.current a {
  color: #e0c1bf;
  background-color: #00884d;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #e0c1bf;
  background-color: #005530;
}
p {
  margin: 1em 0;
}
a {
  color: #fff;
}
a:hover {
  color: #fff;
}
@media handheld,only screen and (max-width: 57em) {
  a:hover {
    color: #00884d;
  }
}
.inner a {
  color: #00884d;
}
.inner a:hover {
  color: #005530;
}
@media handheld,only screen and (max-width: 57em) {
  .inner a:hover {
    color: #00884d;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  font-size: 25px;
  margin: 0 0 1em 0;
  line-height: 37px;
}
h1 em {
  font-size: 31px;
  font-weight: bold;
  font-style: italic;
}
h2 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 5px;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
.small {
  font-size: 60%;
}
#content {
  font-size: 19px;
  line-height: 22px;
}
#content ol,
#content ul {
  padding: 0;
  margin: 0 0 40px;
}
#content li {
  margin-bottom: 4px;
  list-style: none;
  background: url('../../include/resources/rosegums/images/i-li.svg') no-repeat left 4px;
  padding-left: 20px;
  line-height: 22px;
}
table {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 1em 0;
  overflow: hidden;
}
table td,
table th {
  color: #231f20;
  background: #ebeee5;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 57em) {
  table td,
  table th {
    padding: 0.25em 0.5em;
  }
}
table th {
  /*background:@contentTableHeadingBgColour;*/
  color: #f2e6e6;
  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 {
  background: url('../../include/resources/rosegums/images/i-dots.svg') repeat-x;
  height: 2px;
  margin: 0 0 1em;
}
blockquote {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #810600;
  background: #f7f7f7;
  font-size: 1.1em;
  text-align: center;
  margin: 2em auto;
  padding: 1em 2em;
}
.book-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  /* Old browsers */
  background: #6fc184;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6fc184),color-stop(50%,#6fc184),color-stop(50%,#03ae4b),color-stop(100%,#03ae4b));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* W3C */
  background: linear-gradient(to bottom,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc184',endColorstr='#03ae4b',GradientType=0);
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #03AE4B;
  cursor: pointer;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.book-button:before {
  width: 31px;
  height: 38px;
  float: left;
  display: block;
  content: "";
  background: url('../../include/resources/rosegums/images/i-button.svg') left center no-repeat;
}
.book-button .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('../../include/resources/rosegums/images/i-button.svg') 6px center no-repeat;
  vertical-align: middle;
}
.book-button img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.book-button:hover {
  color: #fff;
  background: #00af4c;
}
.phone-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  /* Old browsers */
  background: #6fc184;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6fc184),color-stop(50%,#6fc184),color-stop(50%,#03ae4b),color-stop(100%,#03ae4b));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* W3C */
  background: linear-gradient(to bottom,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc184',endColorstr='#03ae4b',GradientType=0);
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #03AE4B;
  cursor: pointer;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 19px;
  font-size: 12px;
  width: 197px;
}
.phone-button:before {
  width: 31px;
  height: 38px;
  float: left;
  display: block;
  content: "";
  background: url('../../include/resources/rosegums/images/i-button.svg') left center no-repeat;
}
.phone-button .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('../../include/resources/rosegums/images/i-button.svg') 6px center no-repeat;
  vertical-align: middle;
}
.phone-button img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.phone-button:hover {
  color: #fff;
  background: #00af4c;
}
.phone-button:before {
  background: url('../../include/resources/rosegums/images/i-phone.svg') left center no-repeat;
}
.button,
.submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  /* Old browsers */
  background: #6fc184;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6fc184),color-stop(50%,#6fc184),color-stop(50%,#03ae4b),color-stop(100%,#03ae4b));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* W3C */
  background: linear-gradient(to bottom,#6fc184 0%,#6fc184 50%,#03ae4b 50%,#03ae4b 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc184',endColorstr='#03ae4b',GradientType=0);
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #03AE4B;
  cursor: pointer;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.button:before,
.submit:before {
  width: 31px;
  height: 38px;
  float: left;
  display: block;
  content: "";
  background: url('../../include/resources/rosegums/images/i-button.svg') left center no-repeat;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('../../include/resources/rosegums/images/i-button.svg') 6px center no-repeat;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.button:hover,
.submit:hover {
  color: #fff;
  background: #00af4c;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
.nosplit {
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 57em) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both;
}
.no-border {
  padding: 0em;
  border: none;
}
.content-block .one-half-fluid h1:first-child,
.content-block .one-half-fluid h2:first-child,
.content-block .one-half-fluid h3:first-child,
.content-block .one-half-fluid h4:first-child,
.content-block .one-half-fluid h5:first-child,
.content-block .one-half-fluid h6:first-child,
.content-block .one-half-fluid p:first-child,
.content-block .one-half-fluid ol:first-child,
.content-block .one-half-fluid ul:first-child,
.content-block .one-half-fluid table:first-child,
.content-block .one-twelfth-fluid h1:first-child,
.content-block .one-twelfth-fluid h2:first-child,
.content-block .one-twelfth-fluid h3:first-child,
.content-block .one-twelfth-fluid h4:first-child,
.content-block .one-twelfth-fluid h5:first-child,
.content-block .one-twelfth-fluid h6:first-child,
.content-block .one-twelfth-fluid p:first-child,
.content-block .one-twelfth-fluid ol:first-child,
.content-block .one-twelfth-fluid ul:first-child,
.content-block .one-twelfth-fluid table:first-child,
.content-block .one-sixth-fluid h1:first-child,
.content-block .one-sixth-fluid h2:first-child,
.content-block .one-sixth-fluid h3:first-child,
.content-block .one-sixth-fluid h4:first-child,
.content-block .one-sixth-fluid h5:first-child,
.content-block .one-sixth-fluid h6:first-child,
.content-block .one-sixth-fluid p:first-child,
.content-block .one-sixth-fluid ol:first-child,
.content-block .one-sixth-fluid ul:first-child,
.content-block .one-sixth-fluid table:first-child,
.content-block .one-quarter-fluid h1:first-child,
.content-block .one-quarter-fluid h2:first-child,
.content-block .one-quarter-fluid h3:first-child,
.content-block .one-quarter-fluid h4:first-child,
.content-block .one-quarter-fluid h5:first-child,
.content-block .one-quarter-fluid h6:first-child,
.content-block .one-quarter-fluid p:first-child,
.content-block .one-quarter-fluid ol:first-child,
.content-block .one-quarter-fluid ul:first-child,
.content-block .one-quarter-fluid table:first-child,
.content-block .one-third-fluid h1:first-child,
.content-block .one-third-fluid h2:first-child,
.content-block .one-third-fluid h3:first-child,
.content-block .one-third-fluid h4:first-child,
.content-block .one-third-fluid h5:first-child,
.content-block .one-third-fluid h6:first-child,
.content-block .one-third-fluid p:first-child,
.content-block .one-third-fluid ol:first-child,
.content-block .one-third-fluid ul:first-child,
.content-block .one-third-fluid table:first-child,
.content-block .three-quarters-fluid h1:first-child,
.content-block .three-quarters-fluid h2:first-child,
.content-block .three-quarters-fluid h3:first-child,
.content-block .three-quarters-fluid h4:first-child,
.content-block .three-quarters-fluid h5:first-child,
.content-block .three-quarters-fluid h6:first-child,
.content-block .three-quarters-fluid p:first-child,
.content-block .three-quarters-fluid ol:first-child,
.content-block .three-quarters-fluid ul:first-child,
.content-block .three-quarters-fluid table:first-child,
.content-block .two-thirds-fluid h1:first-child,
.content-block .two-thirds-fluid h2:first-child,
.content-block .two-thirds-fluid h3:first-child,
.content-block .two-thirds-fluid h4:first-child,
.content-block .two-thirds-fluid h5:first-child,
.content-block .two-thirds-fluid h6:first-child,
.content-block .two-thirds-fluid p:first-child,
.content-block .two-thirds-fluid ol:first-child,
.content-block .two-thirds-fluid ul:first-child,
.content-block .two-thirds-fluid table:first-child,
.content-block .one-half-fluid-last h1:first-child,
.content-block .one-half-fluid-last h2:first-child,
.content-block .one-half-fluid-last h3:first-child,
.content-block .one-half-fluid-last h4:first-child,
.content-block .one-half-fluid-last h5:first-child,
.content-block .one-half-fluid-last h6:first-child,
.content-block .one-half-fluid-last p:first-child,
.content-block .one-half-fluid-last ol:first-child,
.content-block .one-half-fluid-last ul:first-child,
.content-block .one-half-fluid-last table:first-child,
.content-block .one-twelfth-fluid-last h1:first-child,
.content-block .one-twelfth-fluid-last h2:first-child,
.content-block .one-twelfth-fluid-last h3:first-child,
.content-block .one-twelfth-fluid-last h4:first-child,
.content-block .one-twelfth-fluid-last h5:first-child,
.content-block .one-twelfth-fluid-last h6:first-child,
.content-block .one-twelfth-fluid-last p:first-child,
.content-block .one-twelfth-fluid-last ol:first-child,
.content-block .one-twelfth-fluid-last ul:first-child,
.content-block .one-twelfth-fluid-last table:first-child,
.content-block .one-sixth-fluid-last h1:first-child,
.content-block .one-sixth-fluid-last h2:first-child,
.content-block .one-sixth-fluid-last h3:first-child,
.content-block .one-sixth-fluid-last h4:first-child,
.content-block .one-sixth-fluid-last h5:first-child,
.content-block .one-sixth-fluid-last h6:first-child,
.content-block .one-sixth-fluid-last p:first-child,
.content-block .one-sixth-fluid-last ol:first-child,
.content-block .one-sixth-fluid-last ul:first-child,
.content-block .one-sixth-fluid-last table:first-child,
.content-block .one-quarter-fluid-last h1:first-child,
.content-block .one-quarter-fluid-last h2:first-child,
.content-block .one-quarter-fluid-last h3:first-child,
.content-block .one-quarter-fluid-last h4:first-child,
.content-block .one-quarter-fluid-last h5:first-child,
.content-block .one-quarter-fluid-last h6:first-child,
.content-block .one-quarter-fluid-last p:first-child,
.content-block .one-quarter-fluid-last ol:first-child,
.content-block .one-quarter-fluid-last ul:first-child,
.content-block .one-quarter-fluid-last table:first-child,
.content-block .one-third-fluid-last h1:first-child,
.content-block .one-third-fluid-last h2:first-child,
.content-block .one-third-fluid-last h3:first-child,
.content-block .one-third-fluid-last h4:first-child,
.content-block .one-third-fluid-last h5:first-child,
.content-block .one-third-fluid-last h6:first-child,
.content-block .one-third-fluid-last p:first-child,
.content-block .one-third-fluid-last ol:first-child,
.content-block .one-third-fluid-last ul:first-child,
.content-block .one-third-fluid-last table:first-child,
.content-block .three-quarters-fluid-last h1:first-child,
.content-block .three-quarters-fluid-last h2:first-child,
.content-block .three-quarters-fluid-last h3:first-child,
.content-block .three-quarters-fluid-last h4:first-child,
.content-block .three-quarters-fluid-last h5:first-child,
.content-block .three-quarters-fluid-last h6:first-child,
.content-block .three-quarters-fluid-last p:first-child,
.content-block .three-quarters-fluid-last ol:first-child,
.content-block .three-quarters-fluid-last ul:first-child,
.content-block .three-quarters-fluid-last table:first-child,
.content-block .two-thirds-fluid-last h1:first-child,
.content-block .two-thirds-fluid-last h2:first-child,
.content-block .two-thirds-fluid-last h3:first-child,
.content-block .two-thirds-fluid-last h4:first-child,
.content-block .two-thirds-fluid-last h5:first-child,
.content-block .two-thirds-fluid-last h6:first-child,
.content-block .two-thirds-fluid-last p:first-child,
.content-block .two-thirds-fluid-last ol:first-child,
.content-block .two-thirds-fluid-last ul:first-child,
.content-block .two-thirds-fluid-last table:first-child {
  margin-top: 0em;
}
.content-block .one-half-fluid,
.content-block .one-twelfth-fluid,
.content-block .one-sixth-fluid,
.content-block .one-quarter-fluid,
.content-block .one-third-fluid,
.content-block .three-quarters-fluid,
.content-block .two-thirds-fluid {
  padding-right: 2%;
}
#content .tabs {
  border-bottom: 1px solid #006532;
  list-style: none;
  padding-bottom: 20px;
}
@media handheld,only screen and (max-width: 57em) {
  #content .tabs {
    border-bottom: none;
  }
}
#content .tabs li {
  display: inline;
  list-style: none;
  background: none;
}
@media handheld,only screen and (max-width: 57em) {
  #content .tabs li {
    display: inline-block;
    padding-left: 0;
  }
}
#content .tabs li a {
  color: white;
  float: left;
  display: block;
  padding: 10px;
  margin-right: 5px;
  position: relative;
  background: white;
  text-decoration: none;
  background: #006532;
  border-top: 1px solid #006532;
  border-left: 1px solid #006532;
  border-right: 1px solid #006532;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
@media handheld,only screen and (max-width: 57em) {
  #content .tabs li a {
    float: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-bottom: 1px solid #006532;
    min-width: 110px;
  }
}
#content .tabs li a:hover {
  background: #fff;
  color: #006532;
}
.media-thumbnail img {
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 57em) {
  .media-thumbnail img {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #231f20;
  font-size: 0.85em;
  margin-bottom: 10px;
  margin-top: -10px;
  padding: 10px;
  background-color: #EBF3E2;
}
@media handheld,only screen and (max-width: 57em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
.media-thumbnail.right {
  margin: 0 0 10px 20px;
}
@media handheld,only screen and (max-width: 57em) {
  .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: 57em) {
  .media-thumbnail.left {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.left .media-caption {
  text-align: center;
}
.media-gallery {
  display: block;
  text-align: center;
  background-color: #EBF3E2;
  padding: 1em 0;
}
@media handheld,only screen and (max-width: 57em) {
  .media-gallery {
    margin-right: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 22.866666666667em;
  /*
  @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');
  }
  */
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 1em;
}
@media handheld,only screen and (max-width: 57em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 10px auto;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  border: 1px solid #fff;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.media-gallery .media-thumbnail .media-original-link a {
  text-decoration: none;
}
.page-region form.f {
  color: #231f20;
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 100%;
  padding: 0px;
}
.page-region form.f fieldset {
  background: #f7f7f7;
}
.page-region form.f div.buttons,
.page-region form.f p.buttons {
  margin-top: 0px;
}
@media handheld,only screen and (max-width: 57em) {
  .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: #231f20;
  background: #ebeee5;
  border-bottom: 1px solid #fff;
  padding: 5px;
}
.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: 200px;
  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 .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 .field span.note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #231f20;
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  width: 50%;
  max-width: 100%;
  border: 1px solid #fff;
  padding: 0.3em;
  margin: 2px 0;
}
@media handheld,only screen and (max-width: 57em) {
  .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: 57em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
.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: 57em) {
  .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: 57em) {
  .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: 50%;
}
@media handheld,only screen and (max-width: 57em) {
  .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 {
  float: left;
}
@media handheld,only screen and (max-width: 57em) {
  .page-region form .form-row button.submit {
    width: 98%;
  }
}
.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;
}
#user_pass_login_form .buttons.form-row {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 57em) {
  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 {
  width: 435px;
  height: 245px;
  background: url('../../include/resources/rosegums/images/i-cta.svg') no-repeat bottom center #95c83d;
  margin-bottom: 35px;
  margin-left: auto;
}
@media handheld,only screen and (max-width: 57em) {
  .cta {
    margin: 5px auto;
  }
}
.cta .cta-inner {
  color: #006738;
  text-align: center;
}
.cta .cta-inner a {
  display: block;
  color: #006738;
  text-decoration: none;
}
.cta .cta-inner a:hover {
  color: #006738;
}
.cta .cta-inner a .media-thumbnail img.media-size-call-to-action {
  border: none;
  padding: 0px;
}
.cta .cta-inner a .cta-title {
  font-size: 25px;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: bold;
}
.news-posts-list .news-post .news-post-info {
  color: #675b5e;
}
@media handheld,only screen and (max-width: 57em) {
  .news-posts-single .news-post-information .news-post-social,
  .news-posts-single .news-post-information .news-date {
    display: block;
    float: none !important;
    text-align: left !important;
    margin: 0.25em 0em;
  }
}
.news-posts-single .news-post-information .news-date {
  color: #675b5e;
}
@media handheld,only screen and (max-width: 57em) {
  .news-posts-single #cms_page_comment_form .form-row div.field {
    margin-left: 0px;
  }
}
.news-posts-single #cms_page_comment_form .form-row:last-child {
  border-bottom: none;
}
body,
table,
input,
select,
textarea {
  font-size: 100%;
  line-height: 1.125em;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: #005c36;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.35em;
}
body.inner {
  background-color: #fff;
  color: #1c1c1b;
}
html {
  -webkit-text-size-adjust: none;
  min-height: 100%;
}
dl.col dt {
  float: left;
  width: 6em;
  color: #ae8356;
}
dl.col dd {
  margin-left: 7em;
}
.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}
.clr {
  clear: both;
}
.column-right {
  float: right;
  width: 354px;
}
.column-left {
  float: left;
  width: 550px;
}
.column-left p,
.column-left h4 {
  padding-right: 0 !important;
}
.center {
  text-align: center;
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.wrapper {
  max-width: 1026px;
  margin: 0 auto;
  position: relative;
}
#constrain {
  width: 100%;
}
#header {
  position: absolute;
  background: #00884d;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
#header #logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
#header #nav {
  padding-left: 390px;
  top: -100000%;
}
#header #nav ul {
  margin: 0;
  padding: 0;
}
#header #nav ul li {
  position: relative;
  height: 50px;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #00884d;
  background-color: #fff;
}
#header #nav ul li:first-child {
  border-left: 1px solid #00884d;
}
#header #nav ul li:hover,
#header #nav ul li.current {
  background: #00884d;
}
#header #nav ul li:hover a,
#header #nav ul li.current a {
  color: #fff;
}
#header #nav ul li a {
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  color: #00884d;
  text-decoration: none;
  font-size: 14px;
}
#header #nav ul li a:hover,
#header #nav ul li a.current {
  color: #fff;
}
#header #nav.active {
  top: 100%;
  z-index: 90;
}
#header #nav ul ul {
  position: absolute;
  z-index: 100;
  left: -10000px;
  opacity: 0;
  /* open animation will start at this point */
  top: 40px;
  min-width: 150px;
  width: auto;
  height: auto;
  /* invisible padding to make accidental mouse-outs less likely */
  border: 0;
}
#header #nav ul li.sfhover ul,
#header #nav ul li:hover ul,
#header #nav ul li.over ul {
  position: absolute;
  z-index: 10000;
  left: 0;
  /* open animation will end at this point */
  top: 50px;
  opacity: 1;
  transition: top 0.2s ease-in;
  -moz-transition: top 0.2s ease-in;
  -webkit-transition: top 0.2s ease-in;
  -o-transition: top 0.2s ease-in;
}
#header #nav ul li.sfhover ul a:hover,
#header #nav ul li.sfhover ul a.current,
#header #nav ul li:hover ul a:hover,
#header #nav ul li:hover ul a.current,
#header #nav ul li.over ul a:hover,
#header #nav ul li.over ul a.current {
  background: #00884d !important;
  color: #fff !important;
}
#header #nav ul ul li {
  float: none;
  border: 0;
  margin: 0;
  background: #fff;
  color: #00884d;
  border-top: 0;
  display: block;
  padding-right: 0;
  border-bottom: 1px solid #00884d;
  border-top: 1px solid #00884d;
}
#header #nav ul ul li:last-child {
  float: none;
}
#header #nav ul ul li:first-child:before {
  display: none;
}
#header #nav ul ul li:last-child:after {
  display: none;
}
#header #nav ul li ul li a,
#header #nav ul li.current ul li a,
#header #nav ul li.sfhover ul li a,
#header #nav ul li:hover ul li a,
#header #nav ul li.over ul li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  white-space: nowrap;
  border: 0;
  font-size: 13px;
  text-align: left;
  display: block;
  margin: 0;
  background: #fff;
  color: #00884d;
}
#header #nav ul li ul li:hover,
#header #nav ul li.current ul li:hover {
  background: #00884d !important;
}
#header #nav ul li ul li:hover a,
#header #nav ul li.current ul li:hover a {
  color: #fff !important;
}
#subheader {
  background-color: rgba(0,136,77,0.7);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,startColorStr="b2ffffff",endColorStr="b2ffffff");
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,startColorStr="b2ffffff",endColorStr="b2ffffff");
  z-index: 99;
  position: absolute;
  height: 66px;
  top: 50px;
  left: 0;
  width: 100%;
}
#subheader #phone {
  padding-left: 445px;
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
}
#subheader #phone p {
  margin: 12px 30px 0 35px;
  padding: 0;
  color: #00884d;
  font-size: 16px;
  font-weight: bold;
}
#subheader #phone p a,
#subheader #phone p a:hover {
  font-size: 19px;
  text-decoration: none;
  color: #00884d;
}
#subheader #book {
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  margin-right: 10px;
}
.location-hero-image .location-hero-image-inner {
  position: relative;
}
.location-hero-image .location-hero-image-inner img {
  width: 100%;
  margin-top: 50px;
}
.location-hero-image .location-hero-image-inner .popup {
  position: absolute;
  margin-left: -150px;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .location-hero-image .location-hero-image-inner .popup {
    display: none;
  }
}
.location-hero-image .location-hero-image-inner .popup .trigger-text {
  margin-top: -43px;
  text-align: center;
  font-size: 12px;
  width: 110px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.location-hero-image .location-hero-image-inner .popup .popup-trigger {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  opacity: 0.25;
  background: black;
  border: 2px white solid;
  z-index: 0;
}
.location-hero-image .location-hero-image-inner .popup .popup-box {
  display: none;
  position: relative;
  z-index: 100000;
  background: #00884d;
  box-shadow: 0 0 10px black;
}
.location-hero-image .location-hero-image-inner .popup .popup-box img {
  position: relative;
  z-index: 100;
  width: auto;
  margin-top: 0;
}
.location-hero-image .location-hero-image-inner .popup .popup-box .popup-text {
  position: relative;
  z-index: 200;
  vertical-align: top;
  padding: 4px 15px 15px 15px;
  width: 100%;
}
.location-hero-image .location-hero-image-inner .popup .popup-box .point {
  z-index: 50;
  position: absolute;
  bottom: -10px;
  margin: 0 100px;
}
.location-hero-image .location-hero-image-inner .popup .popup-box .point path {
  fill: #00884d;
}
.location-hero-image .location-hero-image-inner .popup.show .trigger-text,
.location-hero-image .location-hero-image-inner .popup:hover .trigger-text {
  display: none;
}
.location-hero-image .location-hero-image-inner .popup.show .popup-box,
.location-hero-image .location-hero-image-inner .popup:hover .popup-box {
  display: block;
}
#hero {
  position: relative;
  margin-top: 35px;
  width: 100%;
  height: auto !important;
  min-height: 780px;
  max-height: 950px;
  z-index: 1;
  background: #353535;
  overflow: hidden;
}
#hero img {
  bottom: 0;
  height: auto;
  left: 0;
  width: 100%;
  top: 0;
  position: absolute;
  margin-top: -200px;
}
#hero #hero-nav-right,
#hero #hero-nav-left {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 23px;
  height: 23px;
  top: 40%;
  z-index: 50;
}
#hero #hero-nav-right {
  background: url('../../include/resources/rosegums/images/hero-arrow-right.svg');
  background-size: cover;
  right: 25px;
}
#hero #hero-nav-left {
  background: url('../../include/resources/rosegums/images/hero-arrow-left.svg');
  background-size: cover;
  left: 25px;
}
#hero #hero-nav-right:hover,
#hero #hero-nav-left:hover {
  width: 22px;
  height: 22px;
}
#hero img.media-size-hero-treehouses {
  width: 100%;
  position: relative;
}
#overlay,
#overlay-treehouse {
  position: relative;
  background-image: url('../../include/resources/rosegums/images/i-bg.png');
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  min-height: 947px;
  z-index: 40;
  margin: 0 auto;
  margin-top: -126px;
}
.inner #overlay,
.inner #overlay-treehouse {
  background-image: none;
  background-color: #fff;
}
#overlay-treehouse {
  margin-top: -56px;
}
.overlay-inner {
  display: none;
  position: relative;
  background-image: url('../../include/resources/rosegums/images/top-bg2.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-top: -94px;
  width: 100%;
  height: 126px;
  z-index: 41;
  margin: -94px auto 0;
}
.overlay-inner.inner {
  background-image: url('../../include/resources/rosegums/images/top-bg-white.png');
}
#content {
  color: #fff;
  position: relative;
  z-index: 100;
  overflow: hidden;
  background: url('../../include/resources/rosegums/images/background-squiggle.svg'), url('../../include/resources/rosegums/images/background-watermark-short.png');
  background-size: 2652px 126px, 2652px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 3000px) and (min-width: 1800px) {
  #content {
    padding-top: 130px;
    margin-top: -1030px;
  }
}
@media screen and (max-width: 1800px) and (min-width: 1300px) {
  #content {
    padding-top: 130px;
    margin-top: -1030px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 760px) {
  #content {
    padding-top: 130px;
    margin-top: -1030px;
  }
}
@media screen and (max-width: 760px) and (min-width: 460px) {
  #content {
    padding-top: 40px;
    margin-top: -910px;
    background-size: 200% auto;
  }
}
@media screen and (max-width: 460px) {
  #content {
    padding-top: 30px;
    margin-top: -910px;
    background-size: 200% auto;
  }
}
#content.inner {
  background: url('../../include/resources/rosegums/images/background-squiggle.svg'), url('../../include/resources/rosegums/images/content-background.png'), url('../../include/resources/rosegums/images/background-watermark-short.png');
  background-size: 2652px 126px, 1026px auto, 2652px auto;
  background-repeat: no-repeat;
  background-position: center top -2px, center top 23px, center top;
}
@media screen and (max-width: 760px) {
  #content.inner {
    background: white;
  }
}
#content .wrapper {
  padding: 0 43px;
}
#content .wrapper.inner {
  padding: 0;
}
#content .wrapper.inner .content {
  background: #fff;
  padding: 10px 43px;
  color: #231f20;
  overflow: hidden;
}
#content .wrapper.inner .content h1 {
  font-size: 45px;
  margin-top: 25px;
  font-weight: bold;
  font-style: italic;
}
#content .wrapper.inner .inner-top {
  width: 1025px;
  height: 100px;
  clear: both;
  display: block;
}
#content .wrapper.inner .inner-bottom {
  width: 1025px;
  height: 100px;
  display: block;
  clear: both;
}
#footer {
  margin-top: 50px;
  z-index: 99;
  position: relative;
  color: #fff;
  font-size: 10px;
  overflow: hidden;
}
#footer:before,
#footer:after {
  width: 939px;
  height: 2px;
  background: url('../../include/resources/rosegums/images/i-dots.svg') no-repeat center center;
  content: "";
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 30px 0;
}
#footer .wrapper {
  padding: 0 43px;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .wrapper {
    text-align: center;
  }
}
#footer .logo {
  float: left;
  width: 302px;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .logo {
    float: none;
    display: inline-block;
  }
}
#footer .address {
  float: left;
  padding: 0 10px;
  margin-left: 6px;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .address {
    float: none;
  }
}
#footer .address p {
  margin: 0 0 .5em;
  font-size: 15px;
}
#footer .awards {
  text-align: right;
}
#footer .awards > div #TA_certificateOfExcellence351 > div,
#footer .awards > div #TA_rated358 > div {
  margin: 0;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .awards > div {
    display: block;
    margin: auto;
  }
}
#footer .awards .talogo,
#footer .awards .talogo-and-iaaat,
#footer .awards .eco-and-facebook {
  display: inline-block;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .awards .talogo,
  #footer .awards .talogo-and-iaaat,
  #footer .awards .eco-and-facebook {
    display: block;
  }
}
#footer .awards .talogo-and-iaaat {
  margin-left: 6px;
  margin-right: 6px;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .awards .talogo-and-iaaat {
    margin: auto;
    display: block;
  }
}
#footer .awards .talogo-and-iaaat .talogo,
#footer .awards .talogo-and-iaaat .i-aaat {
  display: block;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .awards .talogo-and-iaaat .talogo,
  #footer .awards .talogo-and-iaaat .i-aaat {
    margin: auto;
  }
}
#footer .awards .talogo-and-iaaat .talogo {
  margin-bottom: 6px;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .awards .talogo-and-iaaat .talogo {
    display: inline-block;
  }
}
@media handheld,only screen and (max-width: 57em) {
  #footer .awards .talogo {
    display: inline-block;
    margin-top: 12px;
  }
}
#footer .awards .eco-and-facebook {
  margin-left: 6px;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .awards .eco-and-facebook {
    display: block;
    margin: auto;
    margin-top: 12px;
  }
}
#footer .awards .eco-and-facebook .eco,
#footer .awards .eco-and-facebook .facebook {
  display: block;
}
#footer .awards .eco-and-facebook .eco {
  background: #FFF;
  margin-bottom: 6px;
}
@media handheld,only screen and (max-width: 57em) {
  #footer .awards .eco-and-facebook .eco {
    background: transparent;
  }
}
@media screen and (max-width: 1450px) {
  #hero {
    min-height: 580px;
  }
  #hero img {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1240px) {
  #hero img {
    bottom: 0;
    left: 50%;
    margin-left: -655px;
    max-width: none;
    width: auto;
    top: 0;
    position: absolute;
    margin-top: 0;
  }
  #hero.inner img {
    margin-left: auto;
    left: auto;
  }
}
@media screen and (max-width: 990px) {
  #hero img {
    bottom: 0;
    height: 680px;
    left: 50%;
    margin-left: -655px;
    max-width: none;
    width: auto;
    top: 0;
    position: absolute;
    margin-top: -100px;
  }
  #hero.inner img {
    margin-left: auto;
    left: auto;
  }
  .media-size-hero-treehouses {
    height: 680px;
  }
  #content .column-left {
    width: 60%;
  }
  #content .column-right {
    width: 38%;
  }
  #content .cta {
    width: 100%;
    height: auto;
    background-size: cover;
  }
  #social-bottom {
    display: block;
  }
}
@media screen and (max-width: 939px) {
  #subheader {
    height: 60px;
    top: 95px;
  }
  #subheader #phone {
    padding-left: 400px;
  }
  #subheader #phone p {
    margin: 12px;
  }
  #subheader #phone p,
  #subheader #phone p a,
  #subheader #phone p a:hover {
    font-size: 12px;
  }
}
@media screen and (max-width: 808px) {
  #header #logo {
    position: relative;
    background-color: #fff;
    text-align: center;
  }
  #header #logo img {
    width: 200px;
    height: auto;
  }
  #header #nav {
    padding: 0;
    top: -100000%;
    -webkit-transition: top 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out;
    -ms-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    position: absolute;
    width: 100%;
  }
  #header #nav ul {
    width: 100%;
    overflow: visible;
  }
  #header #nav ul li {
    float: none;
    height: auto;
  }
  #header #nav ul ul {
    position: relative;
    left: auto;
    opacity: 1;
    /* open animation will start at this point */
    top: 0;
    width: 100%;
    height: auto;
    /* invisible padding to make accidental mouse-outs less likely */
    border: 0;
    margin-left: 0;
    padding: 0;
  }
  #header #nav ul li.sfhover ul,
  #header #nav ul li:hover ul,
  #header #nav ul li.over ul {
    position: relative;
    opacity: 1;
    top: 0;
    width: 100%;
    left: 0;
  }
  #header #nav ul li.sfhover ul a:hover,
  #header #nav ul li.sfhover ul a.current,
  #header #nav ul li:hover ul a:hover,
  #header #nav ul li:hover ul a.current,
  #header #nav ul li.over ul a:hover,
  #header #nav ul li.over ul a.current {
    background: #00884d !important;
  }
  #header #nav ul ul li:last-child {
    float: none;
  }
  #header #nav ul ul li:first-child:before {
    display: block;
  }
  #header #nav ul ul li:last-child:after {
    display: block;
  }
  #subheader {
    top: 85px;
    text-align: center;
  }
  #subheader #phone {
    padding-left: 0;
    vertical-align: top;
    text-align: center;
  }
  a.toggleMenu {
    display: inline-block !important;
    float: right;
    line-height: 48px;
    height: 48px;
    color: #fff;
    margin-right: 10px;
    margin-left: -58px;
    margin-top: 20px;
  }
  .toggleMenu.active .toggleimg {
    background-position: center right;
  }
  .toggleimg {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../../include/resources/rosegums/images/i-toggle-menu.svg') transparent left center;
    margin-top: 14px;
  }
  #hero {
    margin-top: 85px;
    min-height: 500px;
  }
  #hero img {
    bottom: 0;
    height: 460px;
    left: 0;
    margin: 0;
    width: auto;
    top: 0;
    position: absolute;
    margin-top: -80px;
  }
  #hero #hero-nav-right,
  #hero #hero-nav-left {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 35%;
    z-index: 100;
  }
  #hero #hero-nav-right:hover,
  #hero #hero-nav-left:hover {
    width: 38px;
    height: 38px;
  }
  .media-size-hero-treehouses {
    height: 460px;
  }
  .booking-button {
    margin: 11px 4px !important;
    padding: 0 12px !important;
  }
  dl.col dd {
    margin-left: 4em;
  }
  dl.col dt {
    width: 4em;
  }
}
@media screen and (max-width: 760px) {
  #hero {
    min-height: 400px;
  }
}
@media screen and (max-width: 568px) {
  #content {
    overflow: hidden;
  }
  #content .wrapper {
    padding: 0 10px;
  }
  #content .wrapper.inner .content {
    padding: 10px;
  }
  #content .wrapper.inner .content h1 {
    font-size: 25px;
  }
  #content .column-left,
  #content .column-right {
    width: 100%;
  }
  #content .column-left img,
  #content .column-right img {
    width: auto;
    max-width: 100%;
  }
  #hero {
    margin-top: 85px;
    min-height: 380px;
  }
  #hero img {
    height: 340px;
    margin-top: 0;
  }
  .media-size-hero-treehouses {
    height: 340px;
  }
  .location-hero-image .location-hero-image-inner img {
    width: auto;
    margin-top: 80px;
    min-height: 400px;
  }
  #footer .logo,
  #footer .address,
  #footer .awards {
    float: none;
    display: block;
    text-align: center;
    padding: 10px;
    margin-left: 6px;
    width: 100%;
  }
  #footer .logo div,
  #footer .address div,
  #footer .awards div {
    width: auto;
    padding: 10px;
  }
}
@media screen and (max-width: 420px) {
  #content {
    overflow: hidden;
  }
  #content .column-left,
  #content .column-right {
    width: 100%;
  }
  #content .column-left img,
  #content .column-right img {
    width: auto;
    max-width: 100%;
  }
  #content .cta-wrap {
    margin: 0;
    width: 100%;
    padding: 10px 0;
  }
  #content .cta {
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-size: cover;
    border: 0;
  }
  #hero {
    min-height: 280px;
  }
  #hero img {
    height: 250px;
    margin-top: 0;
  }
  .media-size-hero-treehouses {
    height: 250px;
  }
  .location-hero-image .location-hero-image-inner img {
    width: auto;
    margin-top: 80px;
    min-height: 280px;
  }
  #subheader {
    height: 85px;
  }
  #subheader #phone .phone-button {
    width: 153px;
  }
  #subheader #phone .phone-button:before {
    width: 0;
  }
  #subheader #book .book-button {
    font-size: 12px;
  }
  #subheader #book .book-button:before {
    width: 0;
  }
}
@media handheld,only screen and (max-width: 297px) {
  #subheader {
    height: 134px;
  }
}
.no-svg #hero #hero-nav-right {
  background: url('../../include/resources/rosegums/images/hero-arrow-right.png') #243e91;
}
.no-svg #hero #hero-nav-left {
  background: url('../../include/resources/rosegums/images/hero-arrow-left.png') #243e91;
}
