/************************************************************************************/
/*** 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 */
/*overflow: hidden;
  *overflow: visible;*/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*** ??? 
**** Commenting out for now as this doesn't appear to be used anywhere. 
***/
/*
img {
  &.right {
    margin: 0 0 10px 20px;
    
    @media handheld, only screen and (max-width: @responsiveWidth) {
      display: block;      
      float: none;
      margin: 10px auto;
    }      
  } 
  
  &.left {
    margin: 0 20px 10px 0;
    
    @media handheld, only screen and (max-width: @responsiveWidth) {
      display: block;
      float:none;    
      margin: 10px auto;
    }       
  }
  
  .media-thumbnail { 
    &.right, 
    &.left {
      text-align:center;
    }
  }
}  
*/
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/****************/
/*** Document ***/
/****************/
/* Checkout Page */
/**
 * /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 ***/
/**********************/
/**************************/
/*** Breadcrumbs Module ***/
/**************************/
/*******************/
/*** News Module ***/
/*******************/
/* Navigation */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 63.1em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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;
}
.heading-font {
  font-family: Open Sans, Arial, sans-serif;
}
* {
  -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.511em;
  vertical-align: top;
  width: 5.6440833333333em;
  /*
  @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: 63.1em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 12.049166666667em;
  /*
  @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: 63.1em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 18.45425em;
  /*
  @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: 63.1em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 24.859333333333em;
  /*
  @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: 63.1em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 37.6695em;
  /*
  @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: 63.1em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 56.88475em;
  /*
  @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: 63.1em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 50.479666666667em;
  /*
  @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: 63.1em) {
  .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.511em;
  vertical-align: top;
  width: 5.6440833333333em;
  /*
  @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: 63.1em) {
  .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.511em;
  vertical-align: top;
  width: 12.049166666667em;
  /*
  @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: 63.1em) {
  .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.511em;
  vertical-align: top;
  width: 18.45425em;
  /*
  @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: 63.1em) {
  .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.511em;
  vertical-align: top;
  width: 24.859333333333em;
  /*
  @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: 63.1em) {
  .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.511em;
  vertical-align: top;
  width: 37.6695em;
  /*
  @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: 63.1em) {
  .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.511em;
  vertical-align: top;
  width: 56.88475em;
  /*
  @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: 63.1em) {
  .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.511em;
  vertical-align: top;
  width: 50.479666666667em;
  /*
  @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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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.511em;
  vertical-align: top;
  width: 76.1em;
  /*
  @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: 63.1em) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
body .msg {
  width: auto;
  background: #F39800;
  padding: 5px 25px;
  color: #fff;
  border: 0;
  margin: -10px 0 10px 0;
}
@media handheld,only screen and (max-width: 63.1em) {
  body .msg {
    margin: -10px -10px 10px -10px;
  }
}
body .msg ul {
  background: none;
  border: 0;
  margin: 0 !important;
  list-style-type: none;
}
body .msg ul li {
  margin: 0;
}
body .msg a {
  color: #fff;
}
body .msg.errors {
  background: #900;
}
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.85em;
  padding: 0 4px 0 0;
}
ul.breadcrumbs li a {
  text-decoration: none;
  color: #deddde;
}
ul.breadcrumbs li a:hover {
  color: #abaaaa;
}
p {
  margin: 1em 0;
}
a {
  color: #dc1a2e;
}
a:hover {
  color: #c51729;
}
@media handheld,only screen and (max-width: 63.1em) {
  a:hover {
    color: #dc1a2e;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: raleway;
  color: #221f20;
  font-weight: normal;
  margin: 1em 0em 0.2em 0em;
}
.one-half-fluid h1,
.one-half-fluid-last h1,
.one-half-fluid h2,
.one-half-fluid-last h2,
.one-half-fluid h3,
.one-half-fluid-last h3,
.one-half-fluid h4,
.one-half-fluid-last h4,
.one-half-fluid h5,
.one-half-fluid-last h5,
.one-half-fluid h6,
.one-half-fluid-last h6 {
  margin-top: 5px;
}
h1 {
  color: #dc1a2e;
  font-size: 2.5em;
  line-height: 1.2em;
  margin: 0 0 0.25em 0;
}
h2 {
  margin: 0.6em 0em 0.2em 0em;
  font-size: 1.6em;
  line-height: 1.2em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
ol,
ul {
  margin: 1em 0 1em 2em;
}
ol li,
ul li {
  margin-bottom: 5px;
}
table {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  margin: 1em 0;
  overflow: hidden;
}
table td,
table th {
  background: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
  padding: 5px 9px;
}
@media handheld,only screen and (max-width: 63.1em) {
  table td,
  table th {
    padding: 2px 4px;
  }
}
table th {
  color: #fce8ea;
  background: #dc1a2e;
  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: 2px 4px 2px 0;
}
hr {
  color: #d9d9d9;
  background: #d9d9d9;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #dc1a2e;
  background: #f7f7f7;
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
  margin: 20px auto;
  padding: 5px 10px;
}
.button,
.submit,
.button-alt,
.button-small {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #221f20;
  text-decoration: none;
  margin: 5px 0;
  padding: 8px 15px;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow,
.button-alt .button-arrow,
.button-small .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img,
.button-alt img,
.button-small img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.button:hover,
.submit:hover,
.button-alt:hover,
.button-small:hover {
  color: #ffffff;
  background: #dc1a2e;
}
.button-small {
  padding: 4px 15px;
}
.button-alt {
  color: #ffffff;
  background: #221f20;
}
.button-alt:hover {
  color: #ffffff;
  background: #dc1a2e;
}
.nosplit {
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 321px) {
  .nosplit {
    white-space: normal;
  }
}
.no-border {
  border: none;
}
.no-wrap {
  clear: both;
}
.media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  max-width: 100%;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 10px;
}
.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: 0px;
}
.media-thumbnail span.media-caption {
  clear: both;
  display: block;
  color: #221f20;
  font-size: 0.85em;
  text-align: center;
}
.media-thumbnail.right {
  margin: 0 0 10px 20px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .media-thumbnail.right {
    display: block;
    float: none;
    margin: 10px auto;
  }
}
.media-thumbnail.left {
  margin: 0 20px 10px 0;
}
@media handheld,only screen and (max-width: 63.1em) {
  .media-thumbnail.left {
    display: block;
    float: none;
    margin: 10px auto;
  }
}
.media-thumbnail.right {
  text-align: center;
}
.media-gallery {
  margin-right: -35px;
  /* Tiles */
  /* /Tiles */
}
@media handheld,only screen and (max-width: 63.1em) {
  .media-gallery {
    margin-right: 0;
  }
}
.media-gallery.isotope-gallery {
  overflow: hidden;
}
.media-gallery.isotope-gallery a {
  background: white !important;
}
.media-gallery.isotope-gallery a:hover img {
  opacity: 0.6 !important;
  -ms-transform: scale(1,1) rotate(0deg) !important;
  -webkit-transform: scale(1,1) rotate(0deg) !important;
  transform: scale(1,1) rotate(0deg) !important;
}
.media-gallery.isotope-gallery .media-thumbnail {
  float: left;
  padding: 0;
  margin: 0 5px 5px 0;
  width: 154px;
  height: 154px;
}
.media-gallery.isotope-gallery .media-thumbnail img {
  padding: 0;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-1x1 {
  width: 154px;
  height: 154px;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-1x1 img {
  width: 154px;
  height: 154px;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-1x1 .media-caption {
  position: absolute;
  color: white;
  color: white;
  text-align: left;
  font-size: 18px;
  font-family: raleway;
  opacity: 1;
  bottom: 10px;
  top: auto;
  left: 10px;
  right: 20px;
  text-align: left;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-1x2 {
  width: 154px;
  height: 313px;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-1x2 img {
  width: 154px;
  height: 313px;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-2x1 {
  width: 313px;
  height: 154px;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-2x1 img {
  width: 313px;
  height: 154px;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-2x2 {
  width: 313px;
  height: 313px;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-2x2 img {
  width: 313px;
  height: 313px;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-2x2 .media-caption {
  background: #dc1a2e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 159px;
  color: white;
  text-align: left;
  padding: 20px;
  font-size: 18px;
  font-family: raleway;
}
.media-gallery.isotope-gallery .media-thumbnail.media-size-2x2 .media-caption .gallery-content {
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  font-family: verdana;
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 7px;
  position: relative;
}
@media handheld,only screen and (max-width: 63.1em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 10px auto;
  }
}
.media-gallery .media-thumbnail a {
  display: block;
  text-align: center;
  background: #dc1a2e;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 63.1em) {
  .media-gallery .media-thumbnail a {
    background: transparent;
  }
}
.media-gallery .media-thumbnail a .media-caption {
  top: 20px;
  left: 0;
  right: 8px;
  position: absolute;
  z-index: 1000000;
  font-size: 18px;
  text-align: center;
  color: white;
  opacity: 0;
  font-family: raleway;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.media-gallery .media-thumbnail a img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  opacity: 1;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.media-gallery .media-thumbnail a:hover .media-caption {
  opacity: 1;
  top: 60px;
}
.media-gallery .media-thumbnail a:hover img {
  opacity: 0.4;
  -ms-transform: scale(1.2,1.2) rotate(12deg);
  -webkit-transform: scale(1.2,1.2) rotate(12deg);
  transform: scale(1.2,1.2) rotate(12deg);
}
form#enquiry_form {
  width: 100%;
  background: transparent;
  border: 0 none;
  padding: 0px;
  margin: 0px;
}
form#enquiry_form .form-row {
  background: transparent;
  border: 0 none;
  padding: 0 0 20px 0;
  margin: 0px;
  width: 100%;
  margin-right: 2%;
  display: inline-block;
}
@media handheld,only screen and (max-width: 63.1em) {
  form#enquiry_form .form-row {
    width: 100%;
  }
}
form#enquiry_form .form-row.large {
  width: 47.75%;
}
form#enquiry_form .form-row.get-a-quote-input {
  width: 31.0%;
}
@media handheld,only screen and (max-width: 63.1em) {
  form#enquiry_form .form-row.get-a-quote-input {
    width: 100%;
  }
}
form#enquiry_form .form-row.get-a-quote-input:nth-of-type(3) {
  margin-right: 0;
}
form#enquiry_form .form-row.get-a-quote-input .field input {
  width: 100%;
}
form#enquiry_form .form-row.get-a-quote-textarea {
  width: 100%;
  display: block;
}
form#enquiry_form .form-row.get-a-quote-textarea .field textarea {
  width: 99.8%;
}
@media handheld,only screen and (max-width: 63.1em) {
  form#enquiry_form .form-row.get-a-quote-textarea .field textarea {
    width: 100%;
  }
}
form#enquiry_form .form-row label {
  width: 100%;
  padding: 0px 0px 6px 0px;
  float: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: raleway;
  color: grey;
}
form#enquiry_form .form-row .field {
  margin: 0px;
}
@media handheld,only screen and (max-width: 63.1em) {
  form#enquiry_form .form-row .field {
    padding: 0px;
  }
}
form#enquiry_form .form-row .field .note {
  display: none;
}
form#enquiry_form .form-row textarea {
  width: 98%;
  height: 300px;
}
form#enquiry_form .form-row textarea.get-a-quote-field {
  width: 100%;
}
@media handheld,only screen and (max-width: 63.1em) {
  form#enquiry_form .form-row textarea {
    width: 100%;
  }
}
.page-region form.f {
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  padding: 10px;
}
.page-region form.f div.buttons,
.page-region form.f p.buttons {
  margin-top: 0px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .page-region form.f div.buttons,
  .page-region form.f p.buttons {
    text-align: center;
    margin-left: 10px;
  }
}
.page-region form .inline-field {
  padding: 7px 15px;
}
.page-region form .form-row {
  color: #221f20;
  background: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  padding: 8px 10px;
}
.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: #fff;
  background: #a90000;
  padding: 0.1em 0.3em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background: ;
  padding: 10px;
  margin: 2px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.page-region form .form-row input[type=text]:focus,
.page-region form .form-row input[type=password]:focus,
.page-region form .form-row select:focus,
.page-region form .form-row textarea:focus {
  -webkit-box-shadow: 0px 0px 2px #fbe0e3 #333;
  box-shadow: 0px 0px 2px #fbe0e3 #333;
}
.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: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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: 98%;
}
@media handheld,only screen and (max-width: 63.1em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 100%;
  }
}
.page-region form .form-row button.submit {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #221f20;
  border: none;
  padding: 8px 15px;
  float: left;
}
@media handheld,only screen and (max-width: 63.1em) {
  .page-region form .form-row button.submit {
    width: 100%;
  }
}
.page-region form .form-row button.submit:hover {
  color: #ffffff;
  background: #dc1a2e;
}
.page-region form .form-row .buttons {
  text-align: center;
  border: none;
}
.page-region form.medium-label .buttons {
  margin-top: 0px;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 160px;
  margin-right: 10px;
}
.page-region form.large-label .field {
  margin-left: 170px;
}
span.note.required {
  color: #b80000;
  vertical-align: top;
  padding: 0.1em 0.3em;
}
@media handheld,only screen and (max-width: 63.1em) {
  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;
  }
}
table tfoot tr.subtotal td {
  background: #eee;
  font-weight: bold;
}
.cart-section {
  background: #eee;
  border: 1px solid #ccc;
  margin: 1em 0;
}
.cart-section p {
  padding: 0 15px;
}
input.product_qty_field {
  text-align: center;
}
#cart_address_details td {
  border: 1px solid #ddd;
}
#cart_address_details select {
  width: 80%;
}
form.f .form-row.no-left-label .field {
  margin-left: 0;
  width: auto;
}
form.f #cart-create-user-check input {
  margin-right: 5px;
}
form.f .buttons .field {
  margin: 0;
  text-align: center;
  width: auto;
}
.field-validation-rules {
  position: relative;
  background: #C33;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
#voucher-redemption-row div.small {
  width: auto;
}
#voucher-redemption-row .form-row {
  padding-right: 0;
}
#voucher-redemption-row #redeem_code_note {
  display: none;
}
#voucher-redemption-row label {
  width: auto;
  float: none;
}
.payment-region .note {
  padding: 15px 0;
  display: block;
  font-size: 13px;
}
.list-product {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  text-align: center;
  position: relative;
  margin-bottom: 13px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .list-product {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.list-product .list-product-inner {
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 2px #333;
  box-shadow: 1px 1px 2px 2px #333;
  padding-top: 10px;
  margin: 0 10px;
}
.list-product .product-card-name {
  font-weight: bold;
  display: block;
}
.list-product .product-card-price {
  display: block;
}
.list-product img {
  max-width: 80%;
}
.list-category {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  text-align: center;
  position: relative;
  margin-bottom: 13px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .list-category {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.list-category .list-category-inner {
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 2px #333;
  box-shadow: 1px 1px 2px 2px #333;
  padding-top: 10px;
  margin: 0 10px;
}
.list-category .category-card-name {
  font-weight: bold;
  display: block;
}
.list-category img {
  max-width: 80%;
}
.product-price {
  font-size: 2em;
}
.shipping-address-right {
  margin-left: 15px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .shipping-address-right {
    margin: 0;
  }
}
.shipping-address-left h3 {
  margin-bottom: 22px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cart-item-image,
  .cart-item-description {
    display: none;
  }
  .cart-item-icon img {
    min-width: 16px !important;
    max-width: 16px !important;
    width: 16px !important;
    height: 16px;
  }
}
.cta {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 18.45425em;
  /*
  @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');
  }
  */
  background: white;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  height: 230px;
  overflow: hidden;
  margin-right: -3px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta {
    margin: 10px auto 0 auto;
    transition: none;
    background: #d2d3d5;
    margin-right: 0px;
    padding: 0px 20px 30px 20px;
    height: auto;
  }
}
.cta .cta-inner {
  text-align: center;
  transition: margin-top .5s;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta .cta-inner {
    text-align: left;
  }
}
.cta .cta-inner a {
  display: block;
  text-decoration: none;
  padding: 30px 30px 20px 30px;
}
.cta .cta-inner img {
  background: transparent;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta .cta-inner img {
    width: 55px;
    display: inline-block;
    margin-top: 30px;
  }
  .cta .cta-inner img.arrow {
    display: none;
  }
}
.cta .cta-inner img.arrow {
  margin-top: 20px;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}
.cta .cta-inner .cta-title {
  margin-top: 14px;
  color: #dc1a2e;
  font-size: 22px;
  font-family: raleway;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta .cta-inner .cta-title {
    margin-left: 79px;
    margin-top: -61px;
    position: absolute;
  }
}
.cta .cta-inner .cta-sub-title {
  color: black;
  margin-top: 4px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta .cta-inner .cta-sub-title {
    display: block;
    margin-left: 80px;
    margin-top: -40px;
  }
}
.cta .cta-inner .cta-content {
  color: transparent;
  border-top: 1px dotted transparent;
  margin-top: 18px;
  padding-top: 18px;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  transition: color 0.4s linear;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta .cta-inner .cta-content {
    border-top: none;
    color: grey;
    margin-left: 80px;
    margin-top: -19px;
    line-height: 17px;
  }
}
.cta:nth-of-type(4) {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 18.45425em;
  /*
  @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: 63.1em) {
  .cta:nth-of-type(4) {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.cta:hover {
  background: #dc1a2e;
}
.cta:hover .cta-inner {
  margin-top: -140px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta:hover .cta-inner {
    margin-top: 0px;
  }
}
.cta:hover .cta-inner .cta-title {
  color: white;
}
.cta:hover .cta-inner .cta-content {
  color: black;
  border-top: 1px dotted black;
}
@media handheld,only screen and (max-width: 63.1em) {
  .cta:hover .cta-inner .cta-content {
    border-top: none;
  }
}
.cta:hover .cta-inner .arrow {
  opacity: 1;
}
ul.breadcrumbs {
  margin: 1em 0 1em 2em !important;
  text-align: right;
}
@media handheld,only screen and (max-width: 63.1em) {
  ul.breadcrumbs {
    text-align: left;
    margin: 0 !important;
  }
}
ul.breadcrumbs li a {
  font-family: Arial, Verdana, sans-serif;
  color: white;
  font-size: 13px;
}
ul.breadcrumbs li a:hover {
  color: white;
  text-decoration: underline;
}
.news-posts-list .news-post .news-post-info {
  color: #72686b;
}
.news-posts-single .news-date {
  color: #72686b;
}
@media handheld,only screen and (max-width: 63.1em) {
  .news-posts-single #cms_page_comment_form .form-row .field {
    margin-left: 0px !important;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: url('../../include/resources/allsignscairns/images/background-swirl-1.png'), url('../../include/resources/allsignscairns/images/background-swirl-2.png'), url('../../include/resources/allsignscairns/images/background-swirl-3.png'), url('../../include/resources/allsignscairns/images/background-gradient.svg'), url('../../include/resources/allsignscairns/images/repeating-background.png');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, 75% auto, auto;
  background-position: center 160px, center 1100px, center 310px, top left, top left;
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.35em;
  margin-top: -21px;
}
@media handheld,only screen and (max-width: 63.1em) {
  body {
    background: url('../../include/resources/allsignscairns/images/repeating-background.png');
    background-size: 50%;
  }
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  margin: 0px auto;
  overflow: visible;
  z-index: 3;
}
@media handheld,only screen and (max-width: 63.1em) {
  .page-region {
    padding: 0px;
  }
}
.page-region .page-block {
  font-size: 13px;
  width: 76.1em;
  margin: 0 auto;
  padding: 0;
  background: white;
  position: relative;
}
@media handheld,only screen and (max-width: 63.1em) {
  .page-region .page-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-region .page-block .quick-quote {
  background: #dc1a2e;
  position: absolute;
  font-family: raleway;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 18px 5px 18px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  left: -98px;
  top: 151px;
  z-index: -1;
}
@media handheld,only screen and (max-width: 63.1em) {
  .page-region .page-block .quick-quote {
    display: none;
  }
}
.page-region .page-block .quick-quote:hover {
  background: #be202e;
}
.header-wrapper .header-block {
  font-size: 13px;
  width: 76.1em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  color: #221f20;
  margin-top: 21px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block {
    padding: 10px 0px;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 37.6695em;
  /*
  @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: middle;
  padding-top: 20px;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block .logo-cell {
    text-align: center;
    padding: 20px 20px 0 20px;
  }
}
.header-wrapper .header-block .header-right-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 37.6695em;
  /*
  @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;
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block .header-right-cell {
    text-align: center;
  }
}
.header-wrapper .header-block .header-right-cell .above-top-nav {
  height: 15px;
  background: #dc1a2e;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block .header-right-cell .above-top-nav {
    display: none;
  }
}
.header-wrapper .header-block .header-right-cell .top-nav ul {
  text-align: center;
  margin: 0;
}
.header-wrapper .header-block .header-right-cell .top-nav ul li {
  display: inline-block;
  margin: 0 11px;
}
.header-wrapper .header-block .header-right-cell .top-nav ul li a {
  font-size: 10px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.header-wrapper .header-block .header-right-cell .top-nav ul li a:hover {
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block .header-right-cell .top-nav {
    display: none;
  }
}
.header-wrapper .header-block .header-right-cell .mobile-quick-quote {
  background: #dc1a2e;
  text-align: center;
  font-family: raleway;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 18px 12px 18px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: none;
  margin: 0 40px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block .header-right-cell .mobile-quick-quote {
    display: block;
  }
}
.header-wrapper .header-block .header-right-cell .social-media {
  margin-top: 38px;
  display: none;
}
@media handheld,only screen and (max-width: 63.1em) {
  .header-wrapper .header-block .header-right-cell .social-media {
    margin-top: 20px;
  }
}
.header-wrapper .header-block .header-right-cell .social-media img {
  margin-left: 6px;
}
.header-wrapper .header-block .header-right-cell p {
  color: white;
  font-family: raleway;
  font-size: 22px;
}
.header-wrapper .header-block .header-right-cell p a:not([class]) {
  color: white;
  text-decoration: none;
}
.header-wrapper .header-block .header-right-cell p a:not([class]):hover {
  text-decoration: underline;
}
.header-wrapper .header-block .header-right-cell p .button,
.header-wrapper .header-block .header-right-cell p .button-alt {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 8px 20px;
}
.header-wrapper .header-block .header-right-cell p .button {
  background-color: #72bf4b;
}
.header-wrapper .header-block .header-right-cell p .button:hover {
  background-color: #66b13f;
}
.header-wrapper .header-block .header-right-cell p .button-alt {
  background-color: #0086b5;
}
.header-wrapper .header-block .header-right-cell p .button-alt:hover {
  background-color: #00739c;
}
.header-wrapper .header-block a {
  color: #dc1a2e;
}
.header-wrapper .header-block a:hover {
  color: #9a1220;
}
.nav-wrapper {
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  background: #dc1a2e;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%22100%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%23be202e%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%23dc1a2e%3Bstop-opacity%3A1%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url%28%23grad1%29%22%2F%3E%3C%2Fsvg%3E');
  -webkit-border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper {
    border-radius: 0px;
  }
}
.nav-wrapper .nav-block {
  font-size: 13px;
  width: 76.1em;
  margin: 0 auto;
  padding: 0;
  background: url('../../include/resources/allsignscairns/images/nav-angle.svg');
  background-repeat: no-repeat;
  background-position: top;
  padding: 8px 0 0px 0;
  /* Top Level */
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: 63.1em) {
  .nav-wrapper .nav-block {
    background: transparent;
    padding: 0;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: white;
  padding: 12px 15px;
  cursor: pointer;
  font-family: raleway;
  font-size: 18px;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle img {
  float: right;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block.open .nav-toggle {
    background: #dc1a2e;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .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.25em 0em;
  margin: 0;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
    padding: 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: 63.1em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #b31c31;
  }
}
.nav-wrapper .nav-block ul li:hover a {
  background: #9f1b27;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li:hover a {
    background: transparent;
    color: white;
  }
}
.nav-wrapper .nav-block ul li a {
  font-family: raleway;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  padding: 10px;
  white-space: nowrap;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li a {
    padding: 14px 20px 14px 15px;
    display: block;
  }
}
.nav-wrapper .nav-block ul li a .nav-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C0%207%2C0%203.5%2C4%22%2F%3E%3C%2Fsvg%3E');
  width: 7px;
  height: 5px;
  vertical-align: middle;
  top: 48%;
  right: 1em;
  margin: 0 0 0 0.5em;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li a .nav-arrow {
    position: absolute;
    right: 20px;
    display: none;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
.nav-wrapper .nav-block ul li:last-child {
  border: 0;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #b31c31;
  }
}
.nav-wrapper .nav-block ul li.sfHover ul,
.nav-wrapper .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li.sfHover ul,
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li.sfHover ul >li>ul>li,
.nav-wrapper .nav-block ul li:hover ul >li>ul>li {
  display: block;
}
.nav-wrapper .nav-block ul li ul {
  display: inline-block;
  position: absolute;
  top: 31px;
  left: 0;
  right: auto;
  background: #9f1b27;
  height: auto;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 20;
  width: auto;
  padding: 0px 0px 20px 20px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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;
    display: block;
    visibility: visible;
    margin-bottom: -1px;
    overflow: hidden;
    width: 100%;
    padding: 0px;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: inline-block;
  text-align: left;
  margin-right: 20px;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    display: block;
    border-top: 1px solid #b31c31 !important;
    margin-right: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:first-child {
  margin-top: -1px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
    margin-top: 0px;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  display: block;
  color: #ffffff;
  font-size: 1em;
  padding: 15px 30px 15px 0;
  font-family: raleway;
  border-bottom: 2px solid black;
  margin-bottom: 3px;
  margin-bottom: 12px;
}
.nav-wrapper .nav-block ul li ul li a.non-clickable:hover {
  color: white;
  cursor: default;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 14px 0 14px 40px;
    margin: 0;
    font-size: 18px;
    border-bottom: 0px;
  }
}
@media handheld,only screen and (max-width: 63.1em) {
  .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 .nav-arrow {
  display: none;
}
.nav-wrapper .nav-block ul li ul li a:hover {
  color: #d2d3d5;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: white;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover .nav-arrow {
  display: none;
}
.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: 63.1em) {
  .nav-wrapper .nav-block ul li ul li a.disabled {
    opacity: 0.7;
  }
}
.nav-wrapper .nav-block ul li ul li > ul {
  display: block;
  position: relative;
  top: 0;
  margin-left: 2px;
  padding: 0;
  background: transparent;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li ul li > ul {
    display: none;
  }
}
.nav-wrapper .nav-block ul li ul li > ul li {
  margin-right: 0;
}
@media handheld,only screen and (max-width: 63.1em) {
  .nav-wrapper .nav-block ul li ul li > ul li {
    padding-left: 50px;
  }
}
.nav-wrapper .nav-block ul li ul li > ul li a {
  padding: 5px 30px 5px 0;
  border-bottom: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  margin: 0;
}
.nav-wrapper .nav-block ul li ul li > ul li a:hover {
  color: #d2d3d5;
  padding: 5px 26px 5px 0;
}
.nav-wrapper .nav-block ul li ul li > ul li:last-child a {
  border-bottom: none;
}
.hero-wrapper .hero-block {
  font-size: 13px;
  width: 76.1em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  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;
  left: 60px;
  top: 25%;
  font-size: 1.7em;
  line-height: 1.1em;
  letter-spacing: -1px;
  width: 50%;
  z-index: 10;
}
@media handheld,only screen and (max-width: 63.1em) {
  .hero-wrapper .hero-block .hero-text {
    left: 10px;
    width: 90%;
  }
}
.hero-wrapper .hero-block .hero-text #hero-title,
.hero-wrapper .hero-block .hero-text #hero-alt {
  text-shadow: 1px 1px 3px #333;
  filter: dropshadow(color=#333,offx=1px,offy=1px);
}
.hero-wrapper .hero-block .hero-text #hero-title {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 0.1em;
}
@media handheld,only screen and (max-width: 63.1em) {
  .hero-wrapper .hero-block .hero-text #hero-title {
    font-size: 1.5em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .hero-text #hero-alt {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: #f6c6cb;
  background-color: #dc1a2e;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  min-width: 1.6em;
  min-height: 1.6em;
  border: 2px solid #ffffff;
  /* half of height */
  margin-top: -0.8em;
  /* half of width */
  margin-left: -0.8em;
  z-index: 15;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: #221f20;
}
.hero-wrapper .hero-block #hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -15px;
  margin-right: 0;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: 63.1em) {
  .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: 63.1em) {
  .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;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  background: #ffffff;
  padding: 6px;
  margin: 2px 5px 2px 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: #dc1a2e;
}
.hero-wrapper .hero-block #hero-nav ul li.currentslide {
  background: #dc1a2e;
}
.dotted-line {
  background: url('../../include/resources/allsignscairns/images/red-dot-2.svg');
  height: 4px;
  background-size: 8px;
  margin: 24px 0 30px 0;
}
.content-box {
  background: #dc1a2e;
  padding: 2px 20px 4px 20px;
  width: 32.9%;
  display: inline-block;
  min-height: 300px;
  color: white;
  vertical-align: top;
  line-height: 18px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .content-box {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.news-comment-form-hidden {
  display: none;
}
.grey-background {
  background: #d2d3d5;
  padding: 20px 20px 10px 20px;
}
.grey-textured-background {
  background: url('../../include/resources/allsignscairns/images/slideback-grey.jpg');
  padding: 20px 24px 3px 24px;
  background-position: right;
  margin-bottom: 20px;
  margin-top: -20px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .grey-textured-background {
    padding: 14px 24px 4px 24px;
    margin-top: 0px;
    text-align: center;
  }
  .grey-textured-background .breadcrumbs {
    display: none;
  }
}
.grey-textured-background p,
.grey-textured-background h1,
.grey-textured-background h2,
.grey-textured-background h3,
.grey-textured-background h4,
.grey-textured-background h5,
.grey-textured-background h6 {
  color: white;
}
.google-map {
  margin-top: -30px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .google-map {
    margin-top: -10px;
  }
}
.content-wrapper {
  padding-bottom: 0px;
}
.content-wrapper .content-block {
  font-size: 13px;
  width: 76.1em;
  margin: 0 auto;
  padding: 0;
  padding: 20px 20px;
  color: #221f20;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: 63.1em) {
  .content-wrapper .content-block {
    padding: 10px;
  }
}
.content-wrapper .content-block .content-block-inner {
  background: url('../../include/resources/allsignscairns/images/content-background.png');
  background-position: -20px 0;
}
@media handheld,only screen and (max-width: 63.1em) {
  .content-wrapper .content-block .content-block-inner {
    background: white;
  }
}
.content-wrapper .content-block .content-block-inner .content-block-with-sidebar {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 0.511em;
  vertical-align: top;
  width: 50.479666666667em;
  /*
  @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: 63.1em) {
  .content-wrapper .content-block .content-block-inner .content-block-with-sidebar {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.content-wrapper .content-block .content-block-inner .content-sidebar {
  width: 272px;
  margin-left: 10px;
  display: inline-block;
  padding: 3px 20px 6px 20px;
}
.content-wrapper .content-block .content-block-inner .content-sidebar h1,
.content-wrapper .content-block .content-block-inner .content-sidebar h2,
.content-wrapper .content-block .content-block-inner .content-sidebar h3,
.content-wrapper .content-block .content-block-inner .content-sidebar h4,
.content-wrapper .content-block .content-block-inner .content-sidebar h5,
.content-wrapper .content-block .content-block-inner .content-sidebar h6,
.content-wrapper .content-block .content-block-inner .content-sidebar p {
  color: white;
}
.content-wrapper .content-block .content-block-inner .content-sidebar h1 a,
.content-wrapper .content-block .content-block-inner .content-sidebar h2 a,
.content-wrapper .content-block .content-block-inner .content-sidebar h3 a,
.content-wrapper .content-block .content-block-inner .content-sidebar h4 a,
.content-wrapper .content-block .content-block-inner .content-sidebar h5 a,
.content-wrapper .content-block .content-block-inner .content-sidebar h6 a,
.content-wrapper .content-block .content-block-inner .content-sidebar p a {
  color: white;
  text-decoration: none;
}
.content-wrapper .content-block .content-block-inner .content-sidebar h1 a:hover,
.content-wrapper .content-block .content-block-inner .content-sidebar h2 a:hover,
.content-wrapper .content-block .content-block-inner .content-sidebar h3 a:hover,
.content-wrapper .content-block .content-block-inner .content-sidebar h4 a:hover,
.content-wrapper .content-block .content-block-inner .content-sidebar h5 a:hover,
.content-wrapper .content-block .content-block-inner .content-sidebar h6 a:hover,
.content-wrapper .content-block .content-block-inner .content-sidebar p a:hover {
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 63.1em) {
  .content-wrapper .content-block .content-block-inner .content-sidebar {
    display: none;
  }
}
.affiliates-heading-wrapper {
  text-align: center;
  margin: 0 20px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .affiliates-heading-wrapper {
    display: none;
  }
}
.affiliates-heading-wrapper .affiliates-heading {
  border-left: 24px solid white;
  border-right: 24px solid white;
  display: inline-block;
  background: white;
}
.affiliates-heading-wrapper .affiliates-heading .affiliates-heading-inner {
  font-family: raleway;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 12px 22px 10px 22px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  display: inline-block;
}
.affiliates-heading-wrapper .affiliates-heading-underline {
  background: url('../../include/resources/allsignscairns/images/dot.svg');
  background-repeat: repeat;
  height: 5px;
  background-size: 5px 6px;
  margin-top: -25px;
  margin-bottom: 25px;
}
.sponsor-scroller-wrapper {
  position: relative;
  background: white;
  padding: 15px 24px 24px 24px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .sponsor-scroller-wrapper {
    display: none;
  }
}
.sponsor-scroller-wrapper .sponsor-scroller {
  max-width: 990px;
  overflow: hidden;
  border-right: 2px solid white;
}
.sponsor-scroller-wrapper .sponsor-scroller #logo-scroll {
  overflow: hidden;
  height: 82px;
  width: 10000px;
  white-space: nowrap;
}
.sponsor-scroller-wrapper .sponsor-scroller #logo-scroll img {
  height: 95px;
  max-height: 85px;
  width: auto;
  float: left;
  padding-right: 40px;
}
.sponsor-scroller-wrapper .left-arrow,
.sponsor-scroller-wrapper .right-arrow {
  bottom: 40%;
  position: absolute;
}
.sponsor-scroller-wrapper .left-arrow:hover,
.sponsor-scroller-wrapper .right-arrow:hover {
  cursor: pointer;
}
.sponsor-scroller-wrapper .left-arrow {
  transform: rotate(180deg);
  /* IE 9 */
  -ms-transform: rotate(180deg);
  /* Opera, Chrome, and Safari */
  -webkit-transform: rotate(180deg);
}
.sponsor-scroller-wrapper .right-arrow {
  right: 0px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .footer-wrapper {
    margin: 20px 10px 0 10px;
  }
}
.footer-wrapper .footer-block {
  font-size: 13px;
  width: 76.1em;
  margin: 0 auto;
  padding: 0;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  background: #dc1a2e;
  margin-top: 20px;
  padding: 20px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: 63.1em) {
  .footer-wrapper .footer-block {
    padding: 20px;
  }
}
.footer-wrapper .footer-block .footer-community,
.footer-wrapper .footer-block .footer-facebook,
.footer-wrapper .footer-block .footer-services {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  margin-right: 6px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .footer-wrapper .footer-block .footer-community,
  .footer-wrapper .footer-block .footer-facebook,
  .footer-wrapper .footer-block .footer-services {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.footer-wrapper .footer-block .footer-get-in-touch {
  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: 63.1em) {
  .footer-wrapper .footer-block .footer-get-in-touch {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.footer-wrapper .footer-block .footer-community hr,
.footer-wrapper .footer-block .footer-community .footer-heading-underline,
.footer-wrapper .footer-block .footer-facebook hr,
.footer-wrapper .footer-block .footer-facebook .footer-heading-underline,
.footer-wrapper .footer-block .footer-services hr,
.footer-wrapper .footer-block .footer-services .footer-heading-underline,
.footer-wrapper .footer-block .footer-get-in-touch hr,
.footer-wrapper .footer-block .footer-get-in-touch .footer-heading-underline {
  display: block;
  float: none;
  background: url('../../include/resources/allsignscairns/images/white-dot.svg');
  background-repeat: repeat;
  height: 5px;
  background-size: 5px 6px;
  margin: 0px 0px 10px 0px;
}
.footer-wrapper .footer-block .footer-community h1,
.footer-wrapper .footer-block .footer-facebook h1,
.footer-wrapper .footer-block .footer-services h1,
.footer-wrapper .footer-block .footer-get-in-touch h1 {
  color: white;
  font-size: 16px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .footer-wrapper .footer-block .footer-community h1,
  .footer-wrapper .footer-block .footer-facebook h1,
  .footer-wrapper .footer-block .footer-services h1,
  .footer-wrapper .footer-block .footer-get-in-touch h1 {
    text-align: center;
  }
}
.footer-wrapper .footer-block .footer-community p,
.footer-wrapper .footer-block .footer-facebook p,
.footer-wrapper .footer-block .footer-services p,
.footer-wrapper .footer-block .footer-get-in-touch p {
  color: white;
}
.footer-wrapper .footer-block .footer-community p a,
.footer-wrapper .footer-block .footer-facebook p a,
.footer-wrapper .footer-block .footer-services p a,
.footer-wrapper .footer-block .footer-get-in-touch p a {
  color: white;
  text-decoration: none;
}
.footer-wrapper .footer-block .footer-community p a:hover,
.footer-wrapper .footer-block .footer-facebook p a:hover,
.footer-wrapper .footer-block .footer-services p a:hover,
.footer-wrapper .footer-block .footer-get-in-touch p a:hover {
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 63.1em) {
  .footer-wrapper .footer-block .footer-community {
    display: none;
  }
}
.footer-wrapper .footer-block .footer-community ul {
  list-style: none;
  margin: 0;
}
.footer-wrapper .footer-block .footer-community ul li {
  background: url('../../include/resources/allsignscairns/images/red-dot.svg');
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left top;
  padding-left: 50px;
}
.footer-wrapper .footer-block .footer-community ul li .news-post-date {
  color: #d2d3d5;
}
.footer-wrapper .footer-block .footer-community ul li .news-post-info-footer a {
  color: #d2d3d5;
  text-decoration: none;
  text-transform: lowercase;
}
.footer-wrapper .footer-block .footer-community ul li .news-post-info-footer a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-block .footer-community ul li .news-post-title {
  font-family: raleway;
  font-weight: bold;
  font-size: 13px;
}
.footer-wrapper .footer-block .footer-community ul li .news-post-title a {
  color: #7b1315;
  text-decoration: none;
}
.footer-wrapper .footer-block .footer-community ul li .news-post-title a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-block .footer-facebook {
  display: none;
}
.footer-wrapper .footer-block .footer-facebook .facebook-info-wrapper {
  margin-top: 15px;
}
.footer-wrapper .footer-block .footer-facebook .facebook-panel {
  background: url('../../include/resources/allsignscairns/images/dark-facebook-icon.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 50px;
  margin-top: -5px;
}
.footer-wrapper .footer-block .footer-facebook .facebook-panel h1 {
  font-family: raleway;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}
.footer-wrapper .footer-block .footer-facebook .facebook-panel h1 a {
  color: #7b1315;
  text-decoration: none;
}
.footer-wrapper .footer-block .footer-facebook .facebook-panel h1 a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-block .footer-facebook .facebook-panel p {
  color: #d2d3d5;
  line-height: 0px;
}
.footer-wrapper .footer-block .footer-facebook .facebook-panel p a {
  color: #d2d3d5;
  line-height: 14px;
}
.footer-wrapper .footer-block .footer-facebook .facebook-panel:nth-of-type(4),
.footer-wrapper .footer-block .footer-facebook .facebook-panel:nth-of-type(5),
.footer-wrapper .footer-block .footer-facebook .facebook-panel:nth-of-type(6),
.footer-wrapper .footer-block .footer-facebook .facebook-panel:nth-of-type(7),
.footer-wrapper .footer-block .footer-facebook .facebook-panel:nth-of-type(8) {
  display: none;
}
@media handheld,only screen and (max-width: 63.1em) {
  .footer-wrapper .footer-block .footer-facebook {
    display: none;
  }
}
.footer-wrapper .footer-block .footer-services h1 {
  margin-left: 40px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .footer-wrapper .footer-block .footer-services {
    display: none;
  }
}
.footer-wrapper .footer-block .footer-services p {
  line-height: 19px;
  margin-left: 40px;
}
.footer-wrapper .footer-block .footer-get-in-touch {
  text-align: right;
}
.footer-wrapper .footer-block .footer-get-in-touch .footer-phone-content {
  background: url('../../include/resources/allsignscairns/images/phone-icon.svg');
  background-size: 20px;
  background-position: right 0px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.footer-wrapper .footer-block .footer-get-in-touch .footer-email-content {
  background: url('../../include/resources/allsignscairns/images/mail-icon.svg');
  background-size: 20px;
  background-position: right 0px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.footer-wrapper .footer-block .footer-get-in-touch .footer-hours-content {
  background: url('../../include/resources/allsignscairns/images/clock-icon.svg');
  background-size: 20px;
  background-position: right 0px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.footer-wrapper .footer-block .footer-get-in-touch .footer-location-content {
  background: url('../../include/resources/allsignscairns/images/location-icon.svg');
  background-size: 23px;
  background-position: right 0px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.author-wrapper .author-block {
  font-size: 13px;
  width: 76.1em;
  margin: 0 auto;
  padding: 0;
}
@media handheld,only screen and (max-width: 63.1em) {
  .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: 63.1em) {
  .author-wrapper .author-block {
    text-align: center;
  }
}
.author-wrapper .author-block p {
  margin-left: 14px;
  margin-bottom: 16px;
}
@media handheld,only screen and (max-width: 63.1em) {
  .author-wrapper .author-block p {
    padding-left: 0px;
    padding-bottom: 16px;
    margin-bottom: 0px;
  }
}
.author-wrapper .author-block p a {
  color: #d2d3d5;
  text-decoration: none;
}
.author-wrapper .author-block p a:hover {
  text-decoration: underline;
}
