/*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 */
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/****************/
/*** Document ***/
/****************/
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
@import url(http://fonts.googleapis.com/css?family=Duru+Sans);
/*Hero*/
/*Testimonial Hero*/
/*Logo Scroller*/
/*Navigatoin*/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 57em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 57em) {
  .left {
    float: none;
  }
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
* {
  -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: 1.15em;
  vertical-align: top;
  width: 4.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: 57em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 10.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: 57em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 16.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: 57em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 22.4em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 57em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 34.3em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 57em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 52.15em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 57em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 46.2em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 57em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 4.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: 57em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 10.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: 57em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 16.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: 57em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 22.4em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 57em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 34.3em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 57em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 52.15em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 57em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 46.2em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 57em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 6.5%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 23.5%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32%;
}
@media handheld,only screen and (max-width: 57em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.5%;
}
@media handheld,only screen and (max-width: 57em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66%;
}
@media handheld,only screen and (max-width: 57em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 6.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 23.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  padding-right: 2%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 70em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 57em) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.msg {
  color: #fff;
  background: #F39800;
  width: auto;
  border: 0;
  padding: 0.5em 2.5em;
  margin: -10px 0 10px 0;
}
@media handheld,only screen and (max-width: 57em) {
  .msg {
    margin: -10px -10px 10px -10px;
  }
}
.msg ul {
  background: none;
  border: 0;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #fff;
}
.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: #e3e3e3;
  font-size: 0.85em;
  padding: 0 4px 0 0;
}
ul.breadcrumbs li a {
  text-decoration: none;
  color: #e3e3e3;
}
ul.breadcrumbs li a:hover {
  color: #b0b0b0;
}
.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: #bfbfbf;
  background-color: rgba(0,0,0,0.8);
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #bfbfbf;
  background-color: #000000;
  text-decoration: none;
  padding: 0em 0.75em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #000000;
}
.pagination ul.pagination li.current a {
  color: #ffffff;
  background-color: #009EE0;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #ffffff;
  background-color: #008cc7;
}
p {
  margin: 1em 0;
}
a {
  color: #009EE0;
}
a:hover {
  color: #008cc7;
}
@media handheld,only screen and (max-width: 57em) {
  a:hover {
    color: #009EE0;
  }
}
h2,
h3,
h4,
h5,
h6 {
  color: #f07e3e;
  font-weight: normal;
  font-family: Arial, sans-serif;
  margin: 1em 0em 0.2em 0em;
}
.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 {
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 2.2em;
  line-height: 1.2em;
  margin: 0 0 0.25em 0;
  background-color: #000000;
  padding: 7px 0px 9px 0px;
}
h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}
h3 {
  color: #000000;
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0 1em 2em;
}
ol li,
ul li {
  margin-bottom: 5px;
}
table {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  margin: 1em 0;
  overflow: hidden;
}
table td,
table th {
  color: #444444;
  background: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
  padding: 5px 9px;
}
@media handheld,only screen and (max-width: 57em) {
  table td,
  table th {
    padding: 2px 4px;
  }
}
table th {
  color: #e6e6e6;
  background: #000000;
  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: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #000000;
  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;
  color: white;
  background: #f07e3e url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215.5px%22%20height%3D%2293.54px%22%20viewBox%3D%220%200%20121.02%2093.54%22%20enable-background%3D%22new%200%200%2051.02%2093.54%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2241.055%2C46.766%200.287%2C87.535%205.12%2C92.371%2045.889%2C51.601%2045.9%2C51.61%2050.733%2C46.774%205.193%2C1.23%200.354%2C6.067%20%22%2F%3E%3C%2Fsvg%3E') no-repeat center right;
  text-decoration: none;
  margin: 2px 10px 2px 0;
  padding: 8px 25px 8px 10px;
  cursor: pointer;
  min-width: 160px;
}
@media handheld,only screen and (max-width: 57em) {
  .button,
  .submit,
  .button-alt,
  .button-small {
    width: 100%;
  }
}
.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 {
  background: #000000 url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215.5px%22%20height%3D%2293.54px%22%20viewBox%3D%220%200%20121.02%2093.54%22%20enable-background%3D%22new%200%200%2051.02%2093.54%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2241.055%2C46.766%200.287%2C87.535%205.12%2C92.371%2045.889%2C51.601%2045.9%2C51.61%2050.733%2C46.774%205.193%2C1.23%200.354%2C6.067%20%22%2F%3E%3C%2Fsvg%3E') no-repeat center right;
  color: white;
}
.button-small {
  padding: 4px 15px;
}
.button-alt {
  color: #bfe7f7;
  background: #009EE0;
}
.button-alt:hover {
  color: #bfe7f7;
  background: #008cc7;
}
.nosplit {
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 321px) {
  .nosplit {
    white-space: normal;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .mobile-no-show {
    display: none;
  }
}
.mobile-only-show {
  display: none;
}
@media handheld,only screen and (max-width: 57em) {
  .mobile-only-show {
    display: inline-block;
  }
}
.no-border {
  border: none;
}
.border-right {
  display: inline-block;
  border-right: 1px solid grey;
  width: 1px;
  height: 380px;
}
@media handheld,only screen and (max-width: 57em) {
  .border-right {
    display: none;
  }
}
.no-wrap {
  clear: both;
}
.one-quarter-div {
  width: 216px;
}
.one-quarter-last-div {
  width: 200px;
}
.about-us-photo {
  margin-top: 1em;
}
.one-half-last-div {
  width: 443px;
}
@media handheld,only screen and (max-width: 57em) {
  .one-half-last-div {
    width: 100%;
  }
}
.one-half-last-div-special {
  width: 411px;
  margin-left: 30px;
}
@media handheld,only screen and (max-width: 57em) {
  .one-half-last-div-special {
    width: 100%;
    margin-left: 0px;
  }
}
.media-thumbnail img {
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 57em) {
  .media-thumbnail img {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.media-size-heading-photo {
  display: block;
  position: relative;
  margin-bottom: 2px;
}
.media-thumbnail .media-size-heading-photo {
  border-radius: 0;
  margin-bottom: 0;
}
.media-thumbnail .heading-photo-div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.6;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #444444;
  font-size: 0.85em;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 57em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
.media-thumbnail.right {
  margin: 0 0 10px 20px;
}
@media handheld,only screen and (max-width: 57em) {
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.right .media-caption {
  text-align: center;
}
.media-thumbnail.left {
  margin: 0 20px 10px 0;
}
@media handheld,only screen and (max-width: 57em) {
  .media-thumbnail.left {
    display: block;
    float: none;
    text-align: center;
    margin: 10px auto;
  }
}
.media-thumbnail.left .media-caption {
  text-align: center;
}
.media-gallery {
  margin-right: -35px;
}
@media handheld,only screen and (max-width: 57em) {
  .media-gallery {
    margin-right: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 16.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-bottom: 24px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 57em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 10px 0;
    max-width: auto;
    margin-right: -0.33em;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  border: solid #fff 1px;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-gallery .media-thumbnail img:hover {
  border: solid #000000 1px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.media-gallery .media-thumbnail.no-border img {
  border: 1px solid white;
}
.page-region form.f {
  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: 57em) {
  .page-region form.f div.buttons,
  .page-region form.f p.buttons {
    text-align: center;
    margin-left: 10px;
  }
}
.page-region form .inline-field {
  padding: 7px 15px;
}
.page-region form .form-row {
  color: #444444;
  padding: 4px 0px;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.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: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background: ;
  max-width: 100%;
  padding: 0.3em;
  margin: 2px 0;
}
.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 #737373 #333;
  box-shadow: 0px 0px 2px #737373 #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: 57em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 30px;
}
@media handheld,only screen and (max-width: 57em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 50%;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 60%;
}
@media handheld,only screen and (max-width: 57em) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 95%;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 95%;
}
@media handheld,only screen and (max-width: 57em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 100%;
  }
}
.page-region form .form-row button.submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: white;
  background: #f07e3e url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215.5px%22%20height%3D%2293.54px%22%20viewBox%3D%220%200%20121.02%2093.54%22%20enable-background%3D%22new%200%200%2051.02%2093.54%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2241.055%2C46.766%200.287%2C87.535%205.12%2C92.371%2045.889%2C51.601%2045.9%2C51.61%2050.733%2C46.774%205.193%2C1.23%200.354%2C6.067%20%22%2F%3E%3C%2Fsvg%3E') no-repeat center right;
  text-decoration: none;
  margin: 2px 10px 2px 0;
  padding: 8px 25px 8px 10px;
  cursor: pointer;
  min-width: 160px;
  text-align: left;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 57em) {
  .page-region form .form-row button.submit {
    width: 100%;
  }
}
.page-region form .form-row button.submit img {
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.page-region form .form-row button.submit:hover {
  background: #000000 url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215.5px%22%20height%3D%2293.54px%22%20viewBox%3D%220%200%20121.02%2093.54%22%20enable-background%3D%22new%200%200%2051.02%2093.54%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2241.055%2C46.766%200.287%2C87.535%205.12%2C92.371%2045.889%2C51.601%2045.9%2C51.61%2050.733%2C46.774%205.193%2C1.23%200.354%2C6.067%20%22%2F%3E%3C%2Fsvg%3E') no-repeat center right;
  color: white;
}
.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;
  margin: 0px;
}
.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;
}
#enquiry_form textarea#enquiry_field {
  width: 95%;
}
@media handheld,only screen and (max-width: 57em) {
  #enquiry_form textarea#enquiry_field {
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 57em) {
  body .content-block form {
    max-width: 100%;
  }
  body .content-block form .form-row {
    max-width: 100%;
  }
  body .content-block form .form-row input[type=text],
  body .content-block form .form-row input[type=password],
  body .content-block form .form-row select,
  body .content-block form .form-row textarea,
  body .content-block form .form-row .buttons {
    max-width: 100%;
  }
  body .content-block form .form-row .field,
  body .content-block form .form-row .large-label .field,
  body .content-block form .form-row .inline-field {
    clear: both;
    display: block;
    margin: 0;
  }
  body .content-block form .form-row label,
  body .content-block form .form-row .large-label label {
    float: none;
    width: auto;
  }
  body .content-block form div.buttons,
  body .content-block form p.buttons {
    text-align: left;
    margin: 5px 0px 5px 10px;
  }
}
.cta {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 4.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');
  }
  */
  width: 166px;
  margin-right: 15px;
}
@media handheld,only screen and (max-width: 57em) {
  .cta {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .cta {
    margin: 5px auto;
  }
}
.cta.cta-last {
  margin-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .cta.cta-last {
    margin: 5px auto;
  }
}
.cta .cta-inner {
  position: relative;
  background: #f2f2f2;
  text-align: left;
  border: 2px solid #000000;
  margin-bottom: 10px;
  font-family: duru sans;
}
@media handheld,only screen and (max-width: 57em) {
  .cta .cta-inner {
    text-align: center;
    background-color: #000000;
    height: 39px;
  }
}
.cta .cta-inner a {
  display: block;
  text-decoration: none;
}
.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: 0px;
  margin: 0px;
}
@media handheld,only screen and (max-width: 57em) {
  .cta .cta-inner a .media-thumbnail img.media-size-call-to-action {
    display: none;
  }
}
.cta .cta-inner a .black-overlay {
  background-color: black;
  position: absolute;
  opacity: 0.5;
  top: 0px;
  left: 0px;
  right: -1px;
  bottom: 0px;
  transition: opacity 0.5s;
}
.cta .cta-inner a .cta-text {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  overflow: hidden;
}
.cta .cta-inner a .cta-text .cta-title {
  color: white;
  font-size: 20px;
}
.cta .cta-inner a .cta-text .cta-sub-title {
  color: white;
  /*line-height: 10px;*/
  font-size: 12px;
  max-height: 0;
  transition: max-height 0.5s;
}
@media handheld,only screen and (max-width: 57em) {
  .cta .cta-inner a .cta-text .cta-sub-title {
    display: none;
  }
}
.cta .cta-inner a:hover .black-overlay {
  opacity: 0.7;
}
.cta .cta-inner a:hover .cta-text .cta-sub-title {
  max-height: 166px;
}
.cta.cta-orange .cta-inner {
  border: 2px solid #f07e3e;
}
.cta.cta-orange .cta-inner .black-overlay {
  display: none;
}
.cta.cta-orange .cta-inner .cta-text .cta-title {
  padding-right: 79px;
  color: #f07e3e;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2051.02%2093.54%22%20enable-background%3D%22new%200%200%2051.02%2093.54%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23EF7D00%22%20points%3D%2241.055%2C46.766%200.287%2C87.535%205.12%2C92.371%2045.889%2C51.601%2045.9%2C51.61%2050.733%2C46.774%205.193%2C1.23%200.354%2C6.067%20%22%2F%3E%3C%2Fsvg%3E') no-repeat right center;
}
@media handheld,only screen and (max-width: 57em) {
  .cta.cta-orange .cta-inner .cta-text .cta-title {
    padding-right: 0px;
    background: transparent;
  }
}
.cta.cta-orange .cta-inner .cta-text .cta-sub-title {
  color: grey;
}
@media handheld,only screen and (max-width: 57em) {
  .cta.cta-orange .cta-inner {
    background-color: white;
  }
}
.news-posts-list .news-post .news-post-info {
  color: #919191;
}
.news-posts-single .news-date {
  color: #919191;
}
@media handheld,only screen and (max-width: 57em) {
  .news-posts-single #cms_page_comment_form .form-row div.field {
    margin-left: 0px;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: white;
  font-family: Verdana, sans-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: 57em) {
  .page-region {
    padding: 0px;
  }
}
.header-wrapper {
  width: 100%;
  margin: 0;
  background-color: #000000;
}
.header-wrapper .header-block {
  font-size: 13px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  background-color: #000000;
  padding: 45px 0;
}
@media handheld,only screen and (max-width: 57em) {
  .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: 57em) {
  .header-wrapper .header-block {
    padding: 10px;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 34.3em;
  /*
  @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: 57em) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .header-wrapper .header-block .logo-cell {
    text-align: center;
    padding-top: 10px;
  }
}
.header-wrapper .header-block .header-right-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 34.3em;
  /*
  @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: 57em) {
  .header-wrapper .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.header-wrapper .header-block .header-right-cell .slogan {
  margin-top: 23px;
  right: 0;
  margin-right: -8px;
  padding-bottom: 3px;
}
.header-wrapper .header-block .header-right-cell a:hover {
  cursor: pointer;
}
@media handheld,only screen and (max-width: 57em) {
  .header-wrapper .header-block .header-right-cell {
    text-align: center;
  }
  .header-wrapper .header-block .header-right-cell a {
    display: none;
  }
}
.hero-wrapper .hero-block {
  font-size: 13px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
  border: #000000 20px solid;
  margin-bottom: 20px;
}
@media handheld,only screen and (max-width: 57em) {
  .hero-wrapper .hero-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: 57em) {
  .hero-wrapper .hero-block {
    border: #000000 2px solid;
    margin-bottom: 10px;
  }
}
.hero-wrapper .hero-block .hero-images {
  overflow: hidden;
}
.hero-wrapper .hero-block .hero-images img {
  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: 57em) {
  .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: 57em) {
  .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: 57em) {
  .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 {
  position: absolute;
  left: 0;
  top: 50%;
  color: #bfbfbf;
  background-color: #000000;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  min-width: 1.6em;
  min-height: 1.6em;
  border: 2px solid #999999;
  /* 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: 57em) {
  .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: #f07e3e;
}
.hero-wrapper .hero-block #hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -15px;
  margin-right: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .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: 57em) {
  .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: 57em) {
  .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: #4d4d4d;
  border: 3px solid #999999;
  padding: 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 57em) {
  .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: #f07e3e;
}
.hero-wrapper .hero-block #hero-nav ul li.currentslide {
  background: #000000;
}
@media handheld,only screen and (max-width: 57em) {
  .testimonial-hero-wrapper {
    margin: -12px 10px 0px 10px;
  }
}
.testimonial-hero-wrapper .testimonial-hero-block {
  font-size: 13px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
  border: #f07e3e 2px solid;
  margin-bottom: 20px;
  background-color: rgba(255,255,255,0.7);
}
@media handheld,only screen and (max-width: 57em) {
  .testimonial-hero-wrapper .testimonial-hero-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonial-hero-wrapper .testimonial-hero-block .testimonial-hero-images {
  overflow: hidden;
  opacity: 1;
}
.testimonial-hero-wrapper .testimonial-hero-block .testimonial-hero-images h2 {
  font-family: duru sans;
  color: #000000;
  font-size: 30px;
  text-align: center;
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link {
  position: relative;
  display: block;
  height: 160px;
}
@media handheld,only screen and (max-width: 57em) {
  .testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link {
    height: auto;
  }
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link .hero-text {
  color: #000000;
  width: 80%;
  font-size: 14px;
  margin: 0px auto;
  margin-top: -110px;
  z-index: 1000;
  text-align: center;
}
@media handheld,only screen and (max-width: 57em) {
  .testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link .hero-text {
    left: 10px;
    width: 90%;
    margin-top: -40px;
  }
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link .hero-text #testimonial-hero-title {
  color: #f07e3e;
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 0.1em;
  padding-top: 16px;
}
@media handheld,only screen and (max-width: 57em) {
  .testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link .hero-text #testimonial-hero-title {
    font-size: 15px;
    line-height: 1em;
  }
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link .hero-text #testimonial-hero-alt {
  color: #000000;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 18px;
}
@media handheld,only screen and (max-width: 57em) {
  .testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link .hero-text #testimonial-hero-alt {
    font-size: 16px;
    line-height: 1em;
  }
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link .testimonial-hero-image {
  z-index: -10;
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link #testimonial-hero-nav-left,
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link #testimonial-hero-nav-right {
  position: absolute;
  left: 0;
  top: 20%;
  line-height: 1.4em;
  margin-top: -0.8em;
  margin-left: -0.8em;
  z-index: 15;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 57em) {
  .testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link #testimonial-hero-nav-left,
  .testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link #testimonial-hero-nav-right {
    display: none;
  }
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link #testimonial-hero-nav-left {
  left: 0;
  right: auto;
  margin-left: 15px;
  margin-right: 0px;
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link #testimonial-hero-nav-left:hover {
  margin-left: 13px;
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link #testimonial-hero-nav-right {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 15px;
}
.testimonial-hero-wrapper .testimonial-hero-block #testimonial-hero-link #testimonial-hero-nav-right:hover {
  margin-right: 13px;
}
.logo-scroller-wrapper {
  width: 100%;
  margin: 0;
  margin: 10px 0;
}
.logo-scroller-wrapper #logo-scroller-block {
  font-size: 13px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
}
@media handheld,only screen and (max-width: 57em) {
  .logo-scroller-wrapper #logo-scroller-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.logo-scroller-wrapper #logo-scroller-block #logo-scroll {
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.logo-scroller-wrapper #logo-scroller-block #logo-scroll img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 1300px;
}
.nav-wrapper {
  width: 100%;
  margin: 0;
  border-top: #f07e3e solid 2px;
  border-bottom: #f07e3e solid 2px;
}
.nav-wrapper .nav-block {
  font-size: 13px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  color: #000000;
  text-align: center;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (max-width: 57em) {
  .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: 57em) {
  .nav-wrapper .nav-block {
    background-color: black;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  text-align: left;
  display: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 15px;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle img {
  float: right;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block.open .nav-toggle {
    background: #000000;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .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: 57em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
    padding: 10px 0;
  }
}
.nav-wrapper .nav-block ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1px;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #000000;
  }
}
.nav-wrapper .nav-block ul li a {
  text-transform: uppercase;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0.75em 1.5em;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li a {
    color: white;
  }
}
.nav-wrapper .nav-block ul li a.has_children {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234px%22%20height%3D%224px%22%3E%3Cpolygon%20fill%3D%22%23bfbfbf%22%20points%3D%227%2C0%2014%2C0%2010.5%2C4%22%2F%3E%3C%2Fsvg%3E');
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li a.has_children {
    background-image: none;
    padding-right: 0;
  }
}
.nav-wrapper .nav-block ul li a:hover {
  color: #000000;
  background: #f1f1f1;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li a:hover {
    background-color: #000000;
    color: grey;
  }
}
.nav-wrapper .nav-block ul li a:hover.has_children {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234px%22%20height%3D%224px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%227%2C0%2014%2C0%2010.5%2C4%22%2F%3E%3C%2Fsvg%3E');
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li a:hover.has_children {
    background-image: none;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #000000;
  }
}
.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: 3.1em;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 57em) {
  .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: #000000;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li ul {
    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: #000000;
  line-height: 1.8em;
  text-align: left;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 20px;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .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: #bfbfbf;
  padding: 0.5em 2em 0.5em 1em;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 3px 0 3px 20px;
    margin: 3px 0;
  }
}
.nav-wrapper .nav-block ul li ul li a.has_children {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231px%22%20height%3D%227px%22%3E%3Cpolygon%20fill%3D%22%23bfbfbf%22%20points%3D%227%2C7%207%2C0%2011%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li ul li a.has_children {
    background-image: none;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .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;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #ffffff;
  }
}
.nav-wrapper .nav-block ul li ul li a:hover.has_children {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231px%22%20height%3D%227px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%227%2C7%207%2C0%2011%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}
@media handheld,only screen and (max-width: 57em) {
  .nav-wrapper .nav-block ul li ul li a:hover.has_children {
    background-image: none;
    padding-right: 0;
  }
}
.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: 57em) {
  .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: 57em) {
  .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: 57em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.content-wrapper .content-block {
  font-size: 13px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  color: #444444;
  background: #ffffff;
  padding: 20px 0;
}
@media handheld,only screen and (max-width: 57em) {
  .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: 57em) {
  .content-wrapper .content-block {
    padding: 10px;
  }
}
.footer-wrapper {
  width: 100%;
  margin: 0;
  background-color: #000000;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper {
    margin-top: 29px;
  }
}
.footer-wrapper .footer-block {
  font-size: 13px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  color: white;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-wrapper .footer-block .footer-left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 34.3em;
  /*
  @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');
  }
  */
  font-family: duru sans;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block .footer-left {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.footer-wrapper .footer-block .footer-left a {
  color: white;
  text-decoration: none;
}
.footer-wrapper .footer-block .footer-left a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-block .footer-left .address {
  padding-left: 22px;
  margin-top: -18px;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block .footer-left .address {
    padding-left: 0px;
  }
}
.footer-wrapper .footer-block .footer-left .address .location-icon {
  margin-bottom: -40px;
  margin-left: -22px;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block .footer-left .address .location-icon {
    margin-bottom: -16px;
    margin-left: 0px;
    text-align: center;
  }
}
.footer-wrapper .footer-block .footer-left .footer-facebook {
  display: none;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block .footer-left .footer-facebook {
    display: block;
  }
}
.footer-wrapper .footer-block .footer-left .author {
  vertical-align: baseline;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block .footer-left {
    text-align: center;
  }
}
.footer-wrapper .footer-block .author-div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 34.3em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  padding-top: 55px;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block .author-div {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block .author-div {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.footer-wrapper .footer-block .footer-nav-cell {
  position: absolute;
  z-index: 100;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
  margin-right: 1.15em;
  vertical-align: top;
  width: 34.3em;
  /*
  @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;
  font-family: duru sans;
  text-align: right;
}
@media handheld,only screen and (max-width: 57em) {
  .footer-wrapper .footer-block .footer-nav-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.footer-wrapper .footer-block .footer-nav-cell ul {
  list-style-type: none;
}
.footer-wrapper .footer-block .footer-nav-cell ul li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
}
.footer-wrapper .footer-block .footer-nav-cell ul li a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-block .splash {
  margin-top: -160px;
  margin-left: 110px;
  opacity: 0.2;
  position: absolute;
  z-index: 1;
}
