/*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 ***/
/*******************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 60em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 60em) {
  .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 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);
}
.button-red {
  padding: 0 20px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #c1241d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ec3b33),to(#9b2b26));
  background-image: linear-gradient(to bottom,#ec3b33,#9b2b26);
  background-image: -ms-linear-gradient(top,#ec3b33 0%,#9b2b26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ec3b33',endColorstr='#9b2b26');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ec3b33', endColorstr='#9b2b26')";
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0px 2px 2px #7d0e0b;
  font-weight: bold;
}
.button-red:hover {
  background-color: #c1241d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#9b2b26),to(#ec3b33));
  background-image: linear-gradient(to bottom,#9b2b26,#ec3b33);
  background-image: -ms-linear-gradient(top,#9b2b26 0%,#ec3b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9b2b26',endColorstr='#ec3b33');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9b2b26', endColorstr='#ec3b33')";
}
* {
  -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: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 4.45em;
  /*
  @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: 60em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 9.5em;
  /*
  @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: 60em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 14.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: 60em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 19.6em;
  /*
  @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: 60em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 29.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: 60em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 44.85em;
  /*
  @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: 60em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 39.8em;
  /*
  @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: 60em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 4.45em;
  /*
  @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: 60em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 9.5em;
  /*
  @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: 60em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 14.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: 60em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 19.6em;
  /*
  @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: 60em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 29.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: 60em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 44.85em;
  /*
  @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: 60em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 39.8em;
  /*
  @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: 60em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.41666666667%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 60em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 60em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
}
@media handheld,only screen and (max-width: 60em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.41666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 60em;
  /*
  @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: 60em) {
  .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: 60em) {
  .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: #e0dedc;
  font-size: 0.9em;
  padding: 0 4px 0 0;
}
ul.breadcrumbs li a {
  color: #e0dedc;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #b0aba6;
}
.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: #ffffff;
  background-color: rgba(49,34,22,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: #312216;
  text-decoration: none;
  padding: 0em 0.75em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #ee2c24;
}
.pagination ul.pagination li.current a {
  color: #ffffff;
  background-color: #312216;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #ffffff;
  background-color: #0e0a06;
}
p {
  margin: 1em 0;
}
a {
  color: #312216;
}
a:hover {
  color: #0e0a06;
}
@media handheld,only screen and (max-width: 60em) {
  a:hover {
    color: #312216;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #312216;
  font-weight: normal;
  font-family: 'Kameron', serif;
  margin: 1em 0em 0.2em 0em;
}
h1 .handwritten,
h2 .handwritten,
h3 .handwritten,
h4 .handwritten,
h5 .handwritten,
h6 .handwritten {
  font-size: 60px;
  color: #f6881f;
  font-family: 'Great Vibes', cursive;
  line-height: 24px;
  font-weight: normal;
  display: block;
  margin-bottom: -20px;
  padding-top: 20px;
}
h1 {
  color: #312216;
  font-size: 30px;
  line-height: 24px;
  margin: 0 0 1.25em 0;
  font-weight: bold;
}
h2,
h3,
h4,
h5 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 1.25em 0;
  font-weight: normal;
  color: #f6881f;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
  font-size: 18px;
}
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;
}
table {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  margin: 1em 0;
  overflow: hidden;
}
table td,
table th {
  color: #312216;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 60em) {
  table td,
  table th {
    padding: 0.25em 0.5em;
  }
}
table th {
  color: #eae9e8;
  background: #312216;
  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 {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #312216;
  background: #f7f7f7;
  font-size: 1.1em;
  text-align: center;
  margin: 2em auto;
  padding: 1em 2em;
}
.button,
.submit {
  padding: 0 20px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #c1241d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ec3b33),to(#9b2b26));
  background-image: linear-gradient(to bottom,#ec3b33,#9b2b26);
  background-image: -ms-linear-gradient(top,#ec3b33 0%,#9b2b26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ec3b33',endColorstr='#9b2b26');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ec3b33', endColorstr='#9b2b26')";
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0px 2px 2px #7d0e0b;
  font-weight: bold;
}
.button:hover,
.submit:hover {
  background-color: #c1241d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#9b2b26),to(#ec3b33));
  background-image: linear-gradient(to bottom,#9b2b26,#ec3b33);
  background-image: -ms-linear-gradient(top,#9b2b26 0%,#ec3b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9b2b26',endColorstr='#ec3b33');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9b2b26', endColorstr='#ec3b33')";
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ccc8c5%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
.nosplit {
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 60em) {
  .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%;
}
.media-thumbnail img {
  background: transparent;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 10px;
  border: #7a5e30 solid 37px;
  -webkit-border-image: url('../../include/resources/blazingsaddles/images/i-image-border.png') 37 stretch;
  -moz-border-image: url('../../include/resources/blazingsaddles/images/i-image-border.png') 37 stretch;
  border-image: url('../../include/resources/blazingsaddles/images/i-image-border.png') 37 stretch;
  -webkit-box-shadow: 3px 4px 10px rgba(0,0,0,0.35);
  -moz-box-shadow: 3px 4px 10px rgba(0,0,0,0.35);
  box-shadow: 3px 4px 10px rgba(0,0,0,0.35);
}
@media handheld,only screen and (max-width: 60em) {
  .media-thumbnail img {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #312216;
  font-size: 0.85em;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 60em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
.media-thumbnail.right {
  margin: 0 0 10px 20px;
}
@media handheld,only screen and (max-width: 60em) {
  .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: 60em) {
  .media-thumbnail.left {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.left .media-caption {
  text-align: center;
}
.media-gallery {
  margin: 0 25px;
  text-align: center;
}
@media handheld,only screen and (max-width: 60em) {
  .media-gallery {
    margin-right: 0;
  }
}
.media-gallery .media-thumbnail {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 60em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 10px auto;
  }
}
.media-gallery .media-thumbnail img {
  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-size-small-thumbnail img {
  height: 225px;
  width: auto;
}
.page-region form.f {
  color: #312216;
  background: #f7f7f7;
  font-family: 'Kameron', serif;
  border: 1px solid #e6e6e6;
  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: 60em) {
  .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: #312216;
  background: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.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 .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 #e6e6e6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #312216;
  background: #ffffff;
  font-family: 'Kameron', serif;
  width: 80%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0.3em;
  margin: 2px 0;
}
@media handheld,only screen and (max-width: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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 {
  padding: 0 20px;
  border: none;
  background-color: #c1241d;
}
@media handheld,only screen and (max-width: 60em) {
  .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: 60em) {
  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;
  }
}
.book-border {
  padding-top: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 10px solid #ee2c24;
}
.book-border h1,
.book-border p,
.book-border h2,
.book-border h3,
.book-border h4 {
  display: inline-block;
  line-height: 40px;
  float: left;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 60em) {
  .book-border h1,
  .book-border p,
  .book-border h2,
  .book-border h3,
  .book-border h4 {
    float: none;
    display: block;
  }
}
.book-border .button {
  float: right;
}
@media handheld,only screen and (max-width: 60em) {
  .book-border .button {
    float: none;
    display: block;
  }
}
.cta-wrapper {
  height: 470px;
  background: url('../../include/resources/blazingsaddles/images/i-cta-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.cta-wrapper.small {
  height: 100px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  position: relative;
}
@media handheld,only screen and (max-width: 60em) {
  .cta-wrapper {
    height: auto;
  }
}
.cta-wrapper .cta-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media handheld,only screen and (max-width: 60em) {
  .cta-wrapper .cta-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cta {
  display: inline-block;
  vertical-align: top;
  border: #89837c solid 24px;
  -webkit-border-image: url('../../include/resources/blazingsaddles/images/i-cta-border.png') 24 stretch;
  -moz-border-image: url('../../include/resources/blazingsaddles/images/i-cta-border.png') 24 stretch;
  border-image: url('../../include/resources/blazingsaddles/images/i-cta-border.png') 24 stretch;
  padding: 0;
  margin: 25px 5%;
}
.cta.small {
  margin: 25px 1%;
}
.cta.small .cta-inner a {
  width: 250px;
  height: auto;
}
.cta.small .cta-inner a .media-thumbnail img.media-size-call-to-action {
  height: auto;
  width: auto;
}
@media handheld,only screen and (max-width: 60em) {
  .cta.small .cta-inner a {
    min-height: 240px;
    height: 240px;
  }
}
.cta.small .cta-inner a .cta-title {
  float: none;
  width: auto;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 0;
  display: block;
}
.cta.small .cta-inner a .cta-price {
  float: none;
  width: auto;
  padding-left: 0;
  border-left: none;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  color: #ee2c24;
  font-weight: bold;
  display: block;
}
@media handheld,only screen and (max-width: 60em) {
  .cta.small .cta-inner a .cta-price {
    border-left: none;
    padding-left: 0;
  }
}
.cta.small .cta-inner a .cta-price em {
  font-size: 28px;
  font-variant: normal;
  font-style: normal;
}
@media handheld,only screen and (max-width: 60em) {
  .cta {
    vertical-align: top;
    border: none;
    -webkit-border-image: none;
    -moz-border-image: none;
    border-image: none;
    padding: 0;
    margin: 0;
  }
}
.cta .cta-inner {
  text-align: center;
}
.cta .cta-inner .cta-content {
  position: absolute;
  bottom: 15px;
  background: #fff;
  margin: 0 15px;
}
.cta .cta-inner .cta-content .cta-border {
  margin: 10px;
  display: block;
  border: 1px solid #c2c2c2;
  padding: 15px;
}
.cta .cta-inner a {
  display: block;
  color: #312216;
  text-decoration: none;
  height: 367px;
  width: 316px;
  position: relative;
}
@media handheld,only screen and (max-width: 60em) {
  .cta .cta-inner a {
    width: 100%;
    min-width: 260px;
    height: 260px;
  }
}
.cta .cta-inner a:hover {
  color: #0e0a06;
}
.cta .cta-inner a .media-thumbnail img.media-size-call-to-action {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  height: 367px;
  width: 316px;
  -webkit-box-shadow: inset 0 8px 30px 21px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0 8px 30px 21px rgba(0,0,0,0.75);
  box-shadow: inset 0 8px 30px 21px rgba(0,0,0,0.75);
}
@media handheld,only screen and (max-width: 60em) {
  .cta .cta-inner a .media-thumbnail img.media-size-call-to-action {
    display: none;
  }
}
.cta .cta-inner a .cta-title {
  float: left;
  width: 140px;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 15px;
}
.cta .cta-inner a .cta-price {
  float: left;
  width: 94px;
  padding-left: 15px;
  border-left: 1px solid #c2c2c2;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  color: #ee2c24;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 60em) {
  .cta .cta-inner a .cta-price {
    border-left: none;
    padding-left: 0;
  }
}
.cta .cta-inner a .cta-price em {
  font-size: 28px;
  font-variant: normal;
  font-style: normal;
}
.cta .cta-inner a .cta-button {
  padding: 0 20px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #c1241d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ec3b33),to(#9b2b26));
  background-image: linear-gradient(to bottom,#ec3b33,#9b2b26);
  background-image: -ms-linear-gradient(top,#ec3b33 0%,#9b2b26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ec3b33',endColorstr='#9b2b26');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ec3b33', endColorstr='#9b2b26')";
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0px 2px 2px #7d0e0b;
  font-weight: bold;
  display: block;
  clear: both;
  margin-top: 11px;
}
.cta .cta-inner a .cta-button:hover {
  background-color: #c1241d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#9b2b26),to(#ec3b33));
  background-image: linear-gradient(to bottom,#9b2b26,#ec3b33);
  background-image: -ms-linear-gradient(top,#9b2b26 0%,#ec3b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9b2b26',endColorstr='#ec3b33');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9b2b26', endColorstr='#ec3b33')";
}
.news-posts-list .news-post .news-post-info {
  color: #895f3e;
}
@media handheld,only screen and (max-width: 60em) {
  .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: #895f3e;
}
@media handheld,only screen and (max-width: 60em) {
  .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;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: url('../../include/resources/blazingsaddles/images/i-bg.png');
  font-family: 'Kameron', serif;
  line-height: 1.35em;
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 60em) {
  .page-region {
    padding: 0.5em 1em;
  }
}
.header-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header-wrapper .header-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 29.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');
  }
  */
  padding-left: 20px;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.header-wrapper .header-block .logo-cell #logo {
  -webkit-filter: drop-shadow(3px 4px 5px rgba(0,0,0,0.28));
  -filter: drop-shadow(3px 4px 5px rgba(0,0,0,0.28));
  padding-top: 20px;
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block .logo-cell {
    text-align: center;
    padding-left: 0;
    padding: 40px 30px 0 10px;
  }
}
.header-wrapper .header-block .header-right-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 29.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;
  text-align: right;
  padding-right: 20px;
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .header-wrapper .header-block .header-right-cell {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.header-wrapper .header-block .header-right-cell .flags {
  display: inline-block;
  padding: 10px;
  background: url('../../include/resources/blazingsaddles/images/t-50brown.png');
  line-height: 10px;
}
.header-wrapper .header-block a {
  color: #312216;
}
.header-wrapper .header-block a:hover {
  color: #0e0a06;
}
.hero-wrapper {
  height: 600px;
  background: url('../../include/resources/blazingsaddles/images/Lake_2.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-wrapper.small {
  height: 180px;
  background-position: top center;
}
.hero-wrapper .hero-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-wrapper .hero-block .hero-images {
  overflow: hidden;
}
.hero-wrapper .hero-block .hero-images img {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  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-text {
  position: absolute;
  right: 20px;
  top: 136px;
  width: 36%;
  z-index: 10;
}
@media handheld,only screen and (max-width: 60em) {
  .hero-wrapper .hero-block .hero-text {
    margin: 0 auto;
    width: 80%;
    top: 200px;
  }
}
.hero-wrapper .hero-block .hero-text #hero-title,
.hero-wrapper .hero-block .hero-text #hero-alt {
  text-shadow: 3px 4px 5px rgba(0,0,0,0.75);
  filter: dropshadow(color=rgba(0,0,0,0.75),offx=3px,offy=4px);
}
.hero-wrapper .hero-block .hero-text #hero-title {
  color: #ffffff;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 0.1em;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 60em) {
  .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;
  font-size: 18px;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 60em) {
  .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: #ccc8c5;
  background-color: #312216;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  min-width: 1.6em;
  min-height: 1.6em;
  border: 2px solid #bdbdbd;
  /* 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: 60em) {
  .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: #5f544b;
}
.hero-wrapper .hero-block #hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -15px;
  margin-right: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: #846e5c;
  border: 3px solid #bdbdbd;
  padding: 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 60em) {
  .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: #5f544b;
}
.hero-wrapper .hero-block #hero-nav ul li.currentslide {
  background: #312216;
}
.nav-wrapper {
  background: url('../../include/resources/blazingsaddles/images/i-nav-bg.png') repeat-x;
  height: 81px;
  border-top: 1px solid #422c1c;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  position: relative;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper {
    height: auto;
  }
}
.nav-wrapper .nav-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  text-align: center;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block {
    overflow: hidden;
    text-align: left;
    background: #312216;
  }
}
.nav-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: 60em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  float: right;
  background: transparent url('../../include/resources/blazingsaddles/images/g-menu.svg') 50% 0% no-repeat;
  width: 23px;
  height: 23px;
  margin-top: -2px;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-block ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
  }
}
.nav-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: 60em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #ffffff;
  }
}
.nav-wrapper .nav-block ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0 1.4em;
  white-space: nowrap;
  line-height: 80px;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #332011;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
          &.has_children {
            background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>'); 
            background-position: center right;
            background-repeat: no-repeat;
            padding-right: 2.5em;
            
            @media handheld, only screen and (max-width: @responsiveWidth) {
              background-image: none;
              padding-right: 0;
            }
          }
          */
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li a {
    padding: 0.75em 1.5em;
    line-height: 1.35em;
  }
}
.nav-wrapper .nav-block ul li a:hover {
  color: #ffffff;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');   
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @responsiveWidth) {
                background-image: none;
                padding-right: 0;
              }              
            }
            */
  background: #ee2c24;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #ffffff;
  }
}
.nav-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: 80px;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li ul {
  display: block;
  position: absolute;
  top: 3.1em;
  left: -2px;
  right: auto;
  background: #312216;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul {
    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;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: block;
  background: #312216;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 20px;
  }
}
.nav-wrapper .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  color: #ffffff;
  padding: 0.5em 2em 0.5em 1em;
  line-height: 1.8em;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;
                
                @media handheld, only screen and (max-width: @responsiveWidth) {
                  background-image: none;
                  padding-right: 0;
                }            
              }              
              */
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 3px 0 3px 20px;
    margin: 3px 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover {
  color: #ffffff;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: 2.5em;
                  
                  @media handheld, only screen and (max-width: @responsiveWidth) {
                    background-image: none;
                    padding-right: 0;
                  }                  
                }
                */
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #ffffff;
  }
}
.nav-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: 60em) {
  .nav-wrapper .nav-block ul li ul li a.disabled {
    opacity: 0.7;
  }
}
.nav-wrapper .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 60em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.content-wrapper {
  background: #fff;
}
.content-wrapper .content-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  padding: 50px 0;
  color: #312216;
  background: #ffffff;
}
@media handheld,only screen and (max-width: 60em) {
  .content-wrapper .content-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .content-wrapper .content-block {
    padding: 40px 10px;
  }
}
.content-wrapper .content-block p {
  font-size: 18px;
  line-height: 24px;
}
.news-wrapper {
  background: #fff;
}
.news-wrapper .news-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  padding: 50px 0;
  position: relative;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.news-wrapper .news-block h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 35px;
  color: #312216;
}
.news-wrapper .news-block .news {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 39.8em;
  /*
  @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: 0 20px;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block .news {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.news-wrapper .news-block .news ul {
  margin: 0;
  padding: 0;
  margin-right: 60px;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block .news ul {
    margin-right: 0;
  }
}
.news-wrapper .news-block .news ul li {
  background: url('../../include/resources/blazingsaddles/images/i-li.svg') no-repeat 10px;
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
  line-height: 35px;
  padding-left: 40px;
  font-size: 18px;
  margin: 0;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block .news ul li {
    background: url('../../include/resources/blazingsaddles/images/i-li.svg') no-repeat 10px 15px;
  }
}
.news-wrapper .news-block .news ul li:last-child {
  border-bottom: none;
}
.news-wrapper .news-block .news ul li a {
  font-weight: bold;
  text-decoration: none;
}
.news-wrapper .news-block .news ul li a:hover {
  text-decoration: underline;
}
.news-wrapper .news-block .news ul li .news-post-preview {
  color: #5f544b;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block .news ul li .news-post-preview {
    display: block;
    margin-top: 0;
  }
}
.news-wrapper .news-block .news ul li .news-button {
  padding: 0 20px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #c1241d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ec3b33),to(#9b2b26));
  background-image: linear-gradient(to bottom,#ec3b33,#9b2b26);
  background-image: -ms-linear-gradient(top,#ec3b33 0%,#9b2b26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ec3b33',endColorstr='#9b2b26');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ec3b33', endColorstr='#9b2b26')";
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0px 2px 1px rgba(255,255,255,0.5), inset 0px -1px 1px rgba(0,0,0,0.7);
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0px 2px 2px #7d0e0b;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  float: right;
  margin-top: 4px;
  padding: 0 10px;
}
.news-wrapper .news-block .news ul li .news-button:hover {
  background-color: #c1241d;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#9b2b26),to(#ec3b33));
  background-image: linear-gradient(to bottom,#9b2b26,#ec3b33);
  background-image: -ms-linear-gradient(top,#9b2b26 0%,#ec3b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9b2b26',endColorstr='#ec3b33');
  -ms-filter:  "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9b2b26', endColorstr='#ec3b33')";
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block .news ul li .news-button {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.news-wrapper .news-block .tripadvisor {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 0.35em;
  vertical-align: top;
  width: 19.6em;
  /*
  @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;
  padding: 0 20px;
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block .tripadvisor {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .news-wrapper .news-block .tripadvisor {
    padding-top: 50px;
  }
}
.footer-wrapper .footer-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block {
    text-align: center;
  }
}
.footer-wrapper .footer-block .footer-first-half {
  float: left;
  width: 50%;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .footer-first-half {
    width: 100%;
    float: none;
  }
}
.footer-wrapper .footer-block .footer-first-half .footer-nav {
  display: inline-block;
  width: 19em;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .footer-first-half .footer-nav {
    width: 100%;
    display: block;
  }
}
.footer-wrapper .footer-block .footer-first-half .footer-nav ul {
  margin: 0;
  padding: 40px;
  list-style: none;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .footer-first-half .footer-nav ul {
    padding: 10px;
  }
}
.footer-wrapper .footer-block .footer-first-half .footer-nav ul li a {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #100703;
  font-weight: bold;
  text-decoration: none;
}
.footer-wrapper .footer-block .footer-first-half .footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-block .footer-first-half .footer-social {
  display: inline-block;
  width: 10em;
  vertical-align: top;
  padding-top: 40px;
}
.footer-wrapper .footer-block .footer-first-half .footer-social .white-widget {
  padding-left: 35px;
  margin: 20px auto;
  position: relative;
  width: 165px;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .footer-first-half .footer-social .white-widget {
    margin: o auto !important;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .footer-first-half .footer-social {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .footer-wrapper .footer-block .footer-first-half .footer-social #CDSWIDCOE {
    margin: 10px auto;
  }
}
.footer-wrapper .footer-block .footer-second-half {
  width: 50%;
  float: left;
}
.footer-wrapper .footer-block .footer-second-half .facebook {
  padding: 0px 0 0 90px;
  display: block;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .footer-second-half .facebook {
    padding: 19px 0 0 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .footer-second-half {
    width: 100%;
    float: none;
  }
}
.footer-wrapper .footer-block .footer-second-half .footer-contact {
  padding: 40px 0 25px 90px;
  text-shadow: 0 2px 2px #100703;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block .footer-second-half .footer-contact {
    padding: 0;
  }
}
.footer-wrapper .footer-block .footer-second-half .footer-contact h2 {
  color: #fff;
  margin: 0 0 1em;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-wrapper .footer-block dl dt,
.footer-wrapper .footer-block dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block dl dt,
  .footer-wrapper .footer-block dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-block dl dt {
  clear: left;
  min-width: 6em;
}
@media handheld,only screen and (max-width: 60em) {
  .footer-wrapper .footer-block dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.footer-wrapper .footer-block p {
  margin: 5px 0;
}
.footer-wrapper .footer-block a {
  color: #fff;
  text-decoration: none;
}
.footer-wrapper .footer-block a:hover {
  color: #fff;
  text-decoration: underline;
}
.author-wrapper .author-block {
  font-size: 16px;
  width: 60em;
  margin: 0 auto;
  padding: 0;
  padding: 20px;
  text-align: right;
}
@media handheld,only screen and (max-width: 60em) {
  .author-wrapper .author-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 60em) {
  .author-wrapper .author-block {
    text-align: center;
  }
}
.author-wrapper .author-block a {
  color: #fff;
  text-decoration: none;
}
.author-wrapper .author-block a:hover {
  color: #fff;
  text-decoration: underline;
}
.author-wrapper .author-block a.author {
  color: #999999;
  font-size: 12px;
}
.author-wrapper .author-block a.author:hover {
  color: #999999;
}
