/*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 ***/
/********************/
/* Header */
/* Hero */
/* Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/*********************/
/*** Preset Styles ***/
/*********************/
/* Preset 1: Red and Black on White Background */
/*
@primaryColour: #810600;
@secondaryColour: #121212;
@textColour: #121212;
@linkColour: @primaryColour;
@contentBgColour: #ffffff;
*/
/* Preset 2: Light Green and Teal on Pale Green Background */
/*
@primaryColour: #00a4b6;
@secondaryColour: darken(@primaryColour, 15%);
@textColour: darken(@contentBgColour, 80%);
@linkColour: @primaryColour;
@contentBgColour: #e3efe8;
*/
/* Preset 3: Purple and Grey with Blue Highlight*/
/*
@primaryColour: #56416c;
@secondaryColour: darken(@primaryColour, 10%);
@textColour: #381f5a;
@linkColour: #0076a3;
@contentBgColour: #dddae2;
*/
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* These values are used in responsive.less */
/* These values are converted to em based on the value of @pxFontSize */
/* @pxMobileDeviceWidth ... This is usually when the mobile nav appears. Our default break point */
/* 1280px for mobile screens multiplied by a modifier to alter the range*/
/* 321px for mobile screens multiplied by a modifier to alter the range*/
/* Optional: These breakpoints are not used by default. Use on a case-by-case basis. */
/* 768px for tablet portrait view */
/* 1024px for tablet landscape view */
/****************************************/
/* Adjust Padding When Columns Are Used */
/****************************************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /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 ***/
/*******************/
/* Un-comment if the News Sidebar is enabled for News Categories/Archives Styling

.news-content {
  .cell-fluid(9);
  
  @media handheld, only screen and (max-width: @responsiveWidth) {     
    .cell-fluid(8);
  }
  
  @media handheld, only screen and (max-width: @smallWidth) {     
    .cell-fluid(12);
  }
}

.news-sidebar {
  .cell-fluid(3, true);
  padding-top: 0.75em;
  
  @media handheld, only screen and (max-width: @responsiveWidth) {     
    .cell-fluid(4, true);
  }
  
  @media handheld, only screen and (max-width: @smallWidth) {     
    .cell-fluid(12);
  }
}
*/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 54.85em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 54.85em) {
  .left {
    float: none;
  }
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 2px 2px 0px 0px #d9d9d9;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
}
.text-shadow {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
}
* {
  -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: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 5.1175em;
  /*
  @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: 54.85em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 10.925em;
  /*
  @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: 54.85em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 16.7325em;
  /*
  @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: 54.85em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 22.54em;
  /*
  @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: 54.85em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 34.155em;
  /*
  @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: 54.85em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 51.5775em;
  /*
  @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: 54.85em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 45.77em;
  /*
  @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: 54.85em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 5.1175em;
  /*
  @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: 54.85em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 10.925em;
  /*
  @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: 54.85em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 16.7325em;
  /*
  @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: 54.85em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 22.54em;
  /*
  @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: 54.85em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 34.155em;
  /*
  @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: 54.85em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 51.5775em;
  /*
  @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: 54.85em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 45.77em;
  /*
  @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: 54.85em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.41666666667%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.41666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-right: 0.44em;
  vertical-align: top;
  width: 69em;
  /*
  @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: 54.85em) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #dbdbdb;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #dbdbdb;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #a8a8a8;
}
.pagination {
  text-align: center;
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 0;
}
.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: #fff;
  background-color: #ccc;
  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: #fff;
  background-color: #ed2024;
  text-decoration: none;
  padding: 0em 0.75em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #fff;
  background-color: #ca1014;
}
.pagination ul.pagination li.current a {
  color: #fff;
  background-color: #ca1014;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #fff;
  background-color: #ca1014;
}
p {
  margin: 1em 0;
}
a {
  color: #ed2024;
}
a:hover {
  color: #ca1014;
}
@media handheld,only screen and (max-width: 54.85em) {
  a:hover {
    color: #ed2024;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
  color: #121212;
  font-weight: normal;
  font-family: 'Oswald', 'Times New Roman', serif;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  color: #121212;
  font-size: 2.2em;
  line-height: 1.2em;
  margin: 0 0 0.25em 0;
}
h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-top: 1px solid #121212;
  border-collapse: collapse;
  margin: 1.5em 0em;
}
table tr {
  border-bottom: 1px solid #121212;
}
@media handheld,only screen and (max-width: 34.395em) {
  table tr {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #121212;
    padding: 1em 0em;
  }
}
table tr td,
table tr th {
  color: #121212;
  background-color: #ffffff;
  vertical-align: top;
  padding: 0.5em 1.5em 0.5em 0em;
}
@media handheld,only screen and (max-width: 34.395em) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    padding: 0.1em 0em;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  table tr:last-child {
    border-bottom: none;
  }
}
table thead {
  border-top: 3px double #121212;
  border-bottom: 3px double #121212;
}
@media handheld,only screen and (max-width: 34.395em) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  table thead tr {
    background-color: #ffffff;
  }
}
table thead tr td,
table thead tr th {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
  color: #121212;
  background-color: #ffffff;
  font-family: 'Oswald', 'Times New Roman', serif;
}
table tfoot {
  border-top: 1px solid #121212;
}
@media handheld,only screen and (max-width: 34.395em) {
  table tfoot tr {
    background-color: #ffffff;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #121212;
  background-color: #ffffff;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 34.395em) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 1em 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 34.395em) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0.1em 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #121212;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #121212;
  background: #ffffff;
  font-size: 1.1em;
  font-family: 'Oswald', 'Times New Roman', serif;
  margin: 3em auto;
  padding: 0em 4.75em;
  position: relative;
}
@media handheld,only screen and (max-width: 54.85em) {
  blockquote {
    padding: 0em 4.5em;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  blockquote {
    padding: 0em 2.75em;
  }
}
blockquote p {
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  padding: 0.75em 0em;
}
blockquote p::before,
blockquote p::after {
  display: block;
  background-color: #ffffff;
  font-size: 10em;
  height: 0em;
  position: absolute;
}
@media handheld,only screen and (max-width: 54.85em) {
  blockquote p::before,
  blockquote p::after {
    font-size: 8em;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  blockquote p::before,
  blockquote p::after {
    font-size: 5em;
  }
}
blockquote p::before {
  content: "\201C";
  top: 0.225em;
  left: 0em;
}
@media handheld,only screen and (max-width: 34.395em) {
  blockquote p::before {
    top: 0.1125em;
  }
}
blockquote p::after {
  content: "\201D";
  bottom: -0.25em;
  right: 0em;
}
@media handheld,only screen and (max-width: 34.395em) {
  blockquote p::after {
    bottom: -0.125em;
  }
}
.button,
.submit {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #121212;
  background-color: transparent;
  font-size: 1em;
  font-family: 'Oswald', 'Times New Roman', serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #121212;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: #ed2024;
  background-color: transparent;
  border-color: #ed2024;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.one-half-fluid,
.one-twelfth-fluid,
.one-sixth-fluid,
.one-quarter-fluid,
.one-third-fluid,
.three-quarters-fluid,
.two-thirds-fluid,
.one-half-fluid-last,
.one-twelfth-fluid-last,
.one-sixth-fluid-last,
.one-quarter-fluid-last,
.one-third-fluid-last,
.three-quarters-fluid-last,
.two-thirds-fluid-last {
  font-size: 1em;
}
.content-block .one-half-fluid h1:first-child,
.content-block .one-half-fluid h2:first-child,
.content-block .one-half-fluid h3:first-child,
.content-block .one-half-fluid h4:first-child,
.content-block .one-half-fluid h5:first-child,
.content-block .one-half-fluid h6:first-child,
.content-block .one-half-fluid p:first-child,
.content-block .one-half-fluid ol:first-child,
.content-block .one-half-fluid ul:first-child,
.content-block .one-half-fluid table:first-child,
.content-block .one-twelfth-fluid h1:first-child,
.content-block .one-twelfth-fluid h2:first-child,
.content-block .one-twelfth-fluid h3:first-child,
.content-block .one-twelfth-fluid h4:first-child,
.content-block .one-twelfth-fluid h5:first-child,
.content-block .one-twelfth-fluid h6:first-child,
.content-block .one-twelfth-fluid p:first-child,
.content-block .one-twelfth-fluid ol:first-child,
.content-block .one-twelfth-fluid ul:first-child,
.content-block .one-twelfth-fluid table:first-child,
.content-block .one-sixth-fluid h1:first-child,
.content-block .one-sixth-fluid h2:first-child,
.content-block .one-sixth-fluid h3:first-child,
.content-block .one-sixth-fluid h4:first-child,
.content-block .one-sixth-fluid h5:first-child,
.content-block .one-sixth-fluid h6:first-child,
.content-block .one-sixth-fluid p:first-child,
.content-block .one-sixth-fluid ol:first-child,
.content-block .one-sixth-fluid ul:first-child,
.content-block .one-sixth-fluid table:first-child,
.content-block .one-quarter-fluid h1:first-child,
.content-block .one-quarter-fluid h2:first-child,
.content-block .one-quarter-fluid h3:first-child,
.content-block .one-quarter-fluid h4:first-child,
.content-block .one-quarter-fluid h5:first-child,
.content-block .one-quarter-fluid h6:first-child,
.content-block .one-quarter-fluid p:first-child,
.content-block .one-quarter-fluid ol:first-child,
.content-block .one-quarter-fluid ul:first-child,
.content-block .one-quarter-fluid table:first-child,
.content-block .one-third-fluid h1:first-child,
.content-block .one-third-fluid h2:first-child,
.content-block .one-third-fluid h3:first-child,
.content-block .one-third-fluid h4:first-child,
.content-block .one-third-fluid h5:first-child,
.content-block .one-third-fluid h6:first-child,
.content-block .one-third-fluid p:first-child,
.content-block .one-third-fluid ol:first-child,
.content-block .one-third-fluid ul:first-child,
.content-block .one-third-fluid table:first-child,
.content-block .three-quarters-fluid h1:first-child,
.content-block .three-quarters-fluid h2:first-child,
.content-block .three-quarters-fluid h3:first-child,
.content-block .three-quarters-fluid h4:first-child,
.content-block .three-quarters-fluid h5:first-child,
.content-block .three-quarters-fluid h6:first-child,
.content-block .three-quarters-fluid p:first-child,
.content-block .three-quarters-fluid ol:first-child,
.content-block .three-quarters-fluid ul:first-child,
.content-block .three-quarters-fluid table:first-child,
.content-block .two-thirds-fluid h1:first-child,
.content-block .two-thirds-fluid h2:first-child,
.content-block .two-thirds-fluid h3:first-child,
.content-block .two-thirds-fluid h4:first-child,
.content-block .two-thirds-fluid h5:first-child,
.content-block .two-thirds-fluid h6:first-child,
.content-block .two-thirds-fluid p:first-child,
.content-block .two-thirds-fluid ol:first-child,
.content-block .two-thirds-fluid ul:first-child,
.content-block .two-thirds-fluid table:first-child,
.content-block .one-half-fluid-last h1:first-child,
.content-block .one-half-fluid-last h2:first-child,
.content-block .one-half-fluid-last h3:first-child,
.content-block .one-half-fluid-last h4:first-child,
.content-block .one-half-fluid-last h5:first-child,
.content-block .one-half-fluid-last h6:first-child,
.content-block .one-half-fluid-last p:first-child,
.content-block .one-half-fluid-last ol:first-child,
.content-block .one-half-fluid-last ul:first-child,
.content-block .one-half-fluid-last table:first-child,
.content-block .one-twelfth-fluid-last h1:first-child,
.content-block .one-twelfth-fluid-last h2:first-child,
.content-block .one-twelfth-fluid-last h3:first-child,
.content-block .one-twelfth-fluid-last h4:first-child,
.content-block .one-twelfth-fluid-last h5:first-child,
.content-block .one-twelfth-fluid-last h6:first-child,
.content-block .one-twelfth-fluid-last p:first-child,
.content-block .one-twelfth-fluid-last ol:first-child,
.content-block .one-twelfth-fluid-last ul:first-child,
.content-block .one-twelfth-fluid-last table:first-child,
.content-block .one-sixth-fluid-last h1:first-child,
.content-block .one-sixth-fluid-last h2:first-child,
.content-block .one-sixth-fluid-last h3:first-child,
.content-block .one-sixth-fluid-last h4:first-child,
.content-block .one-sixth-fluid-last h5:first-child,
.content-block .one-sixth-fluid-last h6:first-child,
.content-block .one-sixth-fluid-last p:first-child,
.content-block .one-sixth-fluid-last ol:first-child,
.content-block .one-sixth-fluid-last ul:first-child,
.content-block .one-sixth-fluid-last table:first-child,
.content-block .one-quarter-fluid-last h1:first-child,
.content-block .one-quarter-fluid-last h2:first-child,
.content-block .one-quarter-fluid-last h3:first-child,
.content-block .one-quarter-fluid-last h4:first-child,
.content-block .one-quarter-fluid-last h5:first-child,
.content-block .one-quarter-fluid-last h6:first-child,
.content-block .one-quarter-fluid-last p:first-child,
.content-block .one-quarter-fluid-last ol:first-child,
.content-block .one-quarter-fluid-last ul:first-child,
.content-block .one-quarter-fluid-last table:first-child,
.content-block .one-third-fluid-last h1:first-child,
.content-block .one-third-fluid-last h2:first-child,
.content-block .one-third-fluid-last h3:first-child,
.content-block .one-third-fluid-last h4:first-child,
.content-block .one-third-fluid-last h5:first-child,
.content-block .one-third-fluid-last h6:first-child,
.content-block .one-third-fluid-last p:first-child,
.content-block .one-third-fluid-last ol:first-child,
.content-block .one-third-fluid-last ul:first-child,
.content-block .one-third-fluid-last table:first-child,
.content-block .three-quarters-fluid-last h1:first-child,
.content-block .three-quarters-fluid-last h2:first-child,
.content-block .three-quarters-fluid-last h3:first-child,
.content-block .three-quarters-fluid-last h4:first-child,
.content-block .three-quarters-fluid-last h5:first-child,
.content-block .three-quarters-fluid-last h6:first-child,
.content-block .three-quarters-fluid-last p:first-child,
.content-block .three-quarters-fluid-last ol:first-child,
.content-block .three-quarters-fluid-last ul:first-child,
.content-block .three-quarters-fluid-last table:first-child,
.content-block .two-thirds-fluid-last h1:first-child,
.content-block .two-thirds-fluid-last h2:first-child,
.content-block .two-thirds-fluid-last h3:first-child,
.content-block .two-thirds-fluid-last h4:first-child,
.content-block .two-thirds-fluid-last h5:first-child,
.content-block .two-thirds-fluid-last h6:first-child,
.content-block .two-thirds-fluid-last p:first-child,
.content-block .two-thirds-fluid-last ol:first-child,
.content-block .two-thirds-fluid-last ul:first-child,
.content-block .two-thirds-fluid-last table:first-child {
  margin-top: 0em;
}
.content-block .one-half-fluid,
.content-block .one-twelfth-fluid,
.content-block .one-sixth-fluid,
.content-block .one-quarter-fluid,
.content-block .one-third-fluid,
.content-block .three-quarters-fluid,
.content-block .two-thirds-fluid {
  padding-right: 2%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .content-block .one-half-fluid,
  .content-block .one-twelfth-fluid,
  .content-block .one-sixth-fluid,
  .content-block .one-quarter-fluid,
  .content-block .one-third-fluid,
  .content-block .three-quarters-fluid,
  .content-block .two-thirds-fluid {
    padding-right: 0em;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 54.85em) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.media-thumbnail {
  display: inline-block;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail.media-size-full-width-cropped-,
.media-thumbnail.media-size-full-width-not-cropped- {
  margin-bottom: 1.25em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-thumbnail.media-size-full-width-cropped-,
  .media-thumbnail.media-size-full-width-not-cropped- {
    margin: 1.5em auto;
  }
}
.media-thumbnail a:hover img {
  border-color: #ed2024;
}
.media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background: transparent;
  border: 3px double #4d4d4d;
  max-width: 100%;
  vertical-align: middle;
  padding: 2px;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #121212;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  padding: 0em 0.5em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  margin-top: 1.5em;
  margin-right: -1.25em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-gallery {
    margin-right: 0em;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0.5em auto;
  }
}
.media-gallery .media-thumbnail:hover img {
  border-color: #ed2024;
}
.media-gallery .media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background: transparent;
  border: 3px double #4d4d4d;
  max-width: 100%;
  vertical-align: middle;
  padding: 2px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #121212;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Roboto', Arial, sans-serif;
  border: 0px solid #121212;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 7.5em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #121212;
  background: #ffffff;
  font-family: 'Roboto', Arial, sans-serif;
  border-bottom: 0px solid #121212;
  padding: 0.7em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #121212;
  background-color: transparent;
  font-family: 'Oswald', 'Times New Roman', serif;
  width: 6.5em;
  margin: 0.45em 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 7.5em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  border: 1px solid #121212;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #121212;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Roboto', Arial, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #121212;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 90%;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 10%;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.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: 12em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 20%;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 50%;
    min-width: 0em;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
@media handheld,only screen and (max-width: 34.395em) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
  }
}
.page-region form .form-row .submit {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #121212;
  background-color: transparent;
  font-size: 1em;
  font-family: 'Oswald', 'Times New Roman', serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #121212;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #ed2024;
  background-color: transparent;
  border-color: #ed2024;
}
.page-region form .form-row .submit:hover {
  color: #ed2024;
  background-color: transparent;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
.page-region form.large-label .field {
  margin-left: 7.5em;
}
.cta {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .cta {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .cta {
    max-width: 320px;
    margin: 0.75em auto;
  }
}
.cta .cta-inner {
  color: #121212;
  margin-right: 1em;
  margin-bottom: 2em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .cta .cta-inner {
    margin-bottom: 3em;
  }
}
.cta .cta-inner a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  display: block;
  color: #121212;
  background-color: transparent;
  text-decoration: none;
  border-top: 5px double #121212;
  border-bottom: 5px solid #121212;
  padding: 0.25em 0em;
  position: relative;
  overflow: visible;
}
.cta .cta-inner a:hover {
  color: #121212;
  background-color: transparent;
  border-bottom-color: #ed2024;
}
.cta .cta-inner a:hover .cta-button {
  text-shadow: 1.5px 1.5px 0px #ca1014, 2.25px 2.25px 0px #b20e12;
  filter: dropshadow(color=#ca1014,offx=1.5px,offy=1.5px);
  -webkit-box-shadow: 2px 2px 0px 0px #d9d9d9;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #ffffff;
  background-color: #ed2024;
  border-color: #ffffff;
}
.cta .cta-inner a .cta-text {
  display: block;
  padding: 1em 0.75em;
}
.cta .cta-inner a .cta-text .cta-title {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
  display: block;
  font-size: 2em;
  line-height: 1.2em;
  font-family: 'Oswald', 'Times New Roman', serif;
}
.cta .cta-inner a .cta-text .cta-description {
  display: block;
}
.cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0em;
}
.cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta .cta-inner a .cta-button {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
  -webkit-box-shadow: 2px 2px 0px 0px #d9d9d9;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  background-color: #ffffff;
  font-family: 'Oswald', 'Times New Roman', serif;
  text-transform: uppercase;
  border: 3.75px solid #121212;
  padding: 0.25em 0.75em;
  position: absolute;
  bottom: -1.25em;
  right: 0.75em;
}
.cta.cta-last {
  margin-right: 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .cta.cta-last {
    margin: 0.25em auto;
  }
}
.news-post-date,
.cms-page-comment-date {
  color: #ffffff;
  background-color: #ed2024;
  font-size: 1.15em;
  font-family: 'Droid Sans Mono', 'Courier New', 'Courier', sans-serif;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #121212;
  padding: 0.75em;
  position: absolute;
  top: 0.5em;
  left: -0.75em;
}
@media handheld,only screen and (max-width: 34.395em) {
  .news-post-date,
  .cms-page-comment-date {
    font-size: 1em;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 0.5em;
    top: -1.25em;
    left: 0.75em;
  }
}
.news-post-date .day,
.news-post-date .month,
.news-post-date .year,
.cms-page-comment-date .day,
.cms-page-comment-date .month,
.cms-page-comment-date .year {
  display: block;
}
@media handheld,only screen and (max-width: 34.395em) {
  .news-post-date .day,
  .news-post-date .month,
  .news-post-date .year,
  .cms-page-comment-date .day,
  .cms-page-comment-date .month,
  .cms-page-comment-date .year {
    display: inline-block;
  }
}
.news-post-date .day,
.cms-page-comment-date .day {
  font-size: 2.2em;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}
@media handheld,only screen and (max-width: 34.395em) {
  .news-post-date .day,
  .cms-page-comment-date .day {
    font-size: 1em;
    margin: 0em;
  }
}
.news-post-date .month,
.cms-page-comment-date .month {
  font-size: 1.4em;
  margin-bottom: 0.25em;
}
@media handheld,only screen and (max-width: 34.395em) {
  .news-post-date .month,
  .cms-page-comment-date .month {
    font-size: 1em;
    margin: 0em;
  }
}
.news-posts-list .news-post {
  border: 2px solid #121212;
  padding: 1.25em 1em 0.5em 5.25em;
  margin: 2.25em 0em;
  position: relative;
}
@media handheld,only screen and (max-width: 34.395em) {
  .news-posts-list .news-post {
    padding: 2.5em 1em 0.75em 1em;
    margin: 3.5em 0em;
  }
}
.news-posts-list .news-post .news-post-headline {
  line-height: 1.2em;
  margin-top: 0em;
}
.news-posts-list .news-post .news-post-headline a {
  color: #121212;
  text-decoration: none;
}
.news-posts-list .news-post .news-post-headline a:hover {
  color: #ca1014;
}
.news-posts-list .news-post .news-post-info {
  display: block;
  color: #525252;
}
.news-posts-list .news-post .news-post-info a {
  color: #525252;
}
.news-posts-list .news-post .readmore {
  position: absolute;
  right: 0.75em;
  bottom: -0.75em;
}
.news-posts-list .news-post .readmore a {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
  -webkit-box-shadow: 2px 2px 0px 0px #d9d9d9;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #121212;
  background-color: #ffffff;
  font-family: 'Oswald', 'Times New Roman', serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #121212;
  padding: 0.25em 0.75em;
}
.news-posts-list .news-post .readmore a:hover {
  color: #ed2024;
  border-color: #ed2024;
}
@media handheld,only screen and (max-width: 54.85em) {
  .news-content .news-posts-single .news-post-information .news-post-social,
  .news-content .news-posts-single .news-post-information .news-date {
    display: block;
    float: none !important;
    text-align: left !important;
    margin: 0.25em 0em;
  }
}
.news-content .news-posts-single .news-post-information .news-date {
  color: #525252;
}
.news-content .news-posts-single .cms-page-comment {
  background: #ffffff;
  border: 2px solid #121212;
  padding: 1.25em 1em 0.5em 5.25em;
  margin: 2.25em 0em;
  position: relative;
}
@media handheld,only screen and (max-width: 34.395em) {
  .news-content .news-posts-single .cms-page-comment {
    margin: 2.25em 0em;
    padding: 2.5em 1em 0.75em 1em;
  }
}
.news-content .news-posts-single .cms-page-comment .cms-page-comment-name {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
  font-size: 1.5em;
  font-family: 'Oswald', 'Times New Roman', serif;
  line-height: 1.2em;
}
.news-content .news-posts-single .cms-page-comment .cms-page-comment-body {
  font-size: 1em;
  padding: 0.75em 0em;
}
.news-content .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: transparent;
}
.search-wrapper .search input.search-button:hover {
  background-color: transparent;
}
@media handheld,only screen and (max-width: 54.85em) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #121212;
  font-family: 'Roboto', Arial, 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: 54.85em) {
  .page-region {
    padding: 0em;
  }
}
.nav-wrapper {
  background: #ffffff;
  border-top: 0.25em solid #ed2024;
  height: 4em;
  padding-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper {
    background: transparent;
    border-top: none;
    height: auto;
    padding: 0em;
    margin-bottom: 0em;
    position: absolute;
    top: 1em;
    right: 1.25em;
  }
}
.nav-wrapper .nav-block {
  font-size: 14px;
  width: 69em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  color: #ffffff;
  text-align: right;
  margin-top: -0.275em;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (min-width: 77.7155em) {
  .nav-wrapper .nav-block {
    font-size: 17.5px;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .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: 54.85em) {
  .nav-wrapper .nav-block {
    text-align: left;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: #ffffff;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  -webkit-box-shadow: 2px 2px 0px 0px #d9d9d9;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  display: block;
  float: right;
  background: #121212 url('../../include/resources/ringtailtowing/images/g-menu.svg') 50% 50% no-repeat;
  padding: 1.25em;
  width: 23px;
  height: 23px;
  top: 0em;
  right: 0em;
  position: absolute;
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-block.open .nav-toggle .toggle-icon {
  background-color: #ed2024;
}
@media handheld,only screen and (max-width: 54.85em) {
  .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: 54.85em) {
  .nav-wrapper .nav-block ul {
    display: block;
    background-color: #ffffff;
    text-align: right;
    border: 0;
    padding: 0.5em 0em;
    border-top: 3px double #121212;
    border-bottom: 3px double #121212;
    margin-top: 3.1em;
  }
}
.nav-wrapper .nav-block ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #ed2024;
  vertical-align: top;
  position: relative;
  padding: 0;
  margin: 0;
  margin-left: 0.25em;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    margin: 0em;
  }
}
.nav-wrapper .nav-block ul li:hover {
  background-color: #121212;
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li:hover {
    background-color: transparent;
  }
}
.nav-wrapper .nav-block ul li:hover > a {
  text-shadow: 1.5px 1.5px 0px #1f1f1f, 2.25px 2.25px 0px #121212;
  filter: dropshadow(color=#1f1f1f,offx=1.5px,offy=1.5px);
  padding-top: 2em;
  padding-bottom: 0.75em;
}
.nav-wrapper .nav-block ul li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  color: #ffffff;
  font-family: 'Oswald', 'Times New Roman', serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.25em 1.25em;
  white-space: nowrap;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
          &.has_children {
            background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>'); 
            background-position: center right;
            background-repeat: no-repeat;
            padding-right: 2.5em;
            
            @media handheld, only screen and (max-width: @responsiveWidth) {
              background-image: none;
              padding-right: 0;
            }
          }
          */
}
@media handheld,only screen and (min-width: 77.7155em) {
  .nav-wrapper .nav-block ul li a {
    padding: 0.5em 1.25em;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li a {
    text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
    filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
    color: #121212;
    font-size: 1.5em;
    padding: 0.5em 0.5em 0.5em 1.25em;
  }
}
.nav-wrapper .nav-block ul li a:hover {
  color: #ffffff;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');   
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;

              @media handheld, only screen and (max-width: @responsiveWidth) {
                background-image: none;
                padding-right: 0;
              }              
            }
            */
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li a:hover {
    text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
    filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
    color: #121212;
    background: #e6e6e6;
    padding: 0.5em 0.5em 0.5em 1.25em;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-block ul li:hover ul {
  -webkit-transition: all 0.25s ease 0.35s;
  -moz-transition: all 0.25s ease 0.35s;
  -o-transition: all 0.25s ease 0.35s;
  -ms-transition: all 0.25s ease 0.35s;
  transition: all 0.25s ease 0.35s;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block ul li ul {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  display: block;
  position: absolute;
  top: 4.3em;
  left: 0em;
  right: auto;
  background: #121212;
  border: none;
  min-width: 100%;
  height: auto;
  margin: 0;
  padding: 0.5em 0em;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (min-width: 77.7155em) {
  .nav-wrapper .nav-block ul li ul {
    top: 3.9em;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li ul {
    display: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    position: static;
    top: auto;
    height: auto;
    background: transparent;
    border: 0;
    margin-bottom: -1px;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: block;
  background: #121212;
  line-height: 1.8em;
  text-align: left;
  border: none;
  margin: 0em;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 1.75em;
  }
}
.nav-wrapper .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block ul li ul li a {
  text-shadow: 1.5px 1.5px 0px #1f1f1f, 2.25px 2.25px 0px #121212;
  filter: dropshadow(color=#1f1f1f,offx=1.5px,offy=1.5px);
  color: ;
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: none;
  padding: 0.25em 1.25em;
  margin: 0em;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;
                
                @media handheld, only screen and (max-width: @responsiveWidth) {
                  background-image: none;
                  padding-right: 0;
                }            
              }              
              */
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li ul li a {
    padding: 0.25em 0em -0.25em 1.5em;
    margin: 0.25em 0em;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .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;
  background-color: #2c2c2c;
  padding: 0.25em 1.25em;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                &.has_children {
                  background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                  background-position: center right;
                  background-repeat: no-repeat;
                  padding-right: 2.5em;
                  
                  @media handheld, only screen and (max-width: @responsiveWidth) {
                    background-image: none;
                    padding-right: 0;
                  }                  
                }
                */
}
@media handheld,only screen and (max-width: 54.85em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #ffffff;
  }
}
.nav-wrapper .nav-block ul li ul li a.disabled {
  color: #aaaaaa;
  background: transparent url('../../include/resources/ringtailtowing/images/g-disabled.svg') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 54.85em) {
  .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: 54.85em) {
  .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: 54.85em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.header-wrapper {
  background: #ffffff;
}
.header-wrapper .header-block {
  font-size: 14px;
  width: 69em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 0.875em 1.25em;
  color: #121212;
  padding: 0.75em 0em;
}
@media handheld,only screen and (min-width: 77.7155em) {
  .header-wrapper .header-block {
    font-size: 17.5px;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .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: 54.85em) {
  .header-wrapper .header-block {
    padding: 0.875em 1.25em;
    text-align: left;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 83.1666666667%;
  vertical-align: middle;
  padding-left: 1.25em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .header-wrapper .header-block .logo-cell {
    padding-left: 0em;
    padding-right: 5em;
  }
}
.header-wrapper .header-block .logo-cell .logo-text {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
  color: #121212;
  font-size: 4em;
  font-family: 'Oswald', 'Times New Roman', serif;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 34.395em) {
  .header-wrapper .header-block .logo-cell .logo-text {
    font-size: 2.25em;
  }
}
.header-wrapper .header-block .logo-cell .logo-text a {
  color: #121212;
  text-decoration: none;
}
.header-wrapper .header-block .logo-cell .logo-text a:hover {
  color: #121212;
  text-decoration: none;
}
.header-wrapper .header-block .header-right-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
  padding-right: 0;
  text-align: right;
  border-top: 3px double #121212;
  border-bottom: 3px double #121212;
}
@media handheld,only screen and (max-width: 54.85em) {
  .header-wrapper .header-block .header-right-cell {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .header-wrapper .header-block .header-right-cell {
    text-align: center;
    margin: 0.5em 0em;
  }
}
.header-wrapper .header-block .header-right-cell p {
  text-shadow: 1.5px 1.5px 0px #d9d9d9, 2.25px 2.25px 0px #cccccc;
  filter: dropshadow(color=#d9d9d9,offx=1.5px,offy=1.5px);
  font-size: 2.2em;
  font-family: 'Oswald', 'Times New Roman', serif;
  line-height: 1.25em;
  text-transform: uppercase;
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .header-wrapper .header-block .header-right-cell p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.25em;
    padding: 0.25em 0em;
  }
}
.header-wrapper .header-block a {
  color: #ed2024;
}
.header-wrapper .header-block a:hover {
  color: #ca1014;
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .content-block {
  font-size: 14px;
  width: 69em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 1.75em 1.25em;
  color: #121212;
  overflow: auto;
}
@media handheld,only screen and (min-width: 77.7155em) {
  .content-wrapper .content-block {
    font-size: 17.5px;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .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: 54.85em) {
  .content-wrapper .content-block {
    padding: 1.75em 1.25em;
  }
}
.content-wrapper .content-block .subnav {
  margin: 0em;
}
.content-wrapper .content-block .subnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 54.85em) {
  .content-wrapper .content-block .subnav li {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.content-wrapper .content-block .subnav li a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #121212;
  background-color: transparent;
  font-size: 1em;
  font-family: 'Oswald', 'Times New Roman', serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #121212;
  margin: 0.4em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-block .subnav li a .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%23121212%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-block .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-block .subnav li a:hover {
  color: #ed2024;
  background-color: transparent;
  border-color: #ed2024;
}
.content-wrapper .content-block .subnav li ul {
  display: none;
}
.footer-wrapper {
  clear: both;
  background: #ffffff;
  border-top: 0.25em solid #ed2024;
  padding-top: 0.05em;
}
.footer-wrapper .footer-wrapper-inner {
  background: #121212;
}
.footer-wrapper .footer-wrapper-inner .footer-block {
  font-size: 14px;
  width: 69em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  padding: 0.4375em 1.25em;
  color: #ffffff;
  text-align: center;
  overflow: auto;
}
@media handheld,only screen and (min-width: 77.7155em) {
  .footer-wrapper .footer-wrapper-inner .footer-block {
    font-size: 17.5px;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .footer-wrapper .footer-wrapper-inner .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: 54.85em) {
  .footer-wrapper .footer-wrapper-inner .footer-block {
    text-align: center;
    overflow: hidden;
  }
}
.footer-wrapper .footer-wrapper-inner .footer-block h1,
.footer-wrapper .footer-wrapper-inner .footer-block h2,
.footer-wrapper .footer-wrapper-inner .footer-block h3,
.footer-wrapper .footer-wrapper-inner .footer-block h4,
.footer-wrapper .footer-wrapper-inner .footer-block h5,
.footer-wrapper .footer-wrapper-inner .footer-block h6 {
  text-shadow: 1.5px 1.5px 0px #383838, 2.25px 2.25px 0px #2c2c2c;
  filter: dropshadow(color=#383838,offx=1.5px,offy=1.5px);
  color: #ffffff;
  margin-top: 0em;
}
.footer-wrapper .footer-wrapper-inner .footer-block p {
  font-size: 2em;
  font-family: 'Oswald', 'Times New Roman', serif;
  line-height: 1em;
}
@media handheld,only screen and (max-width: 54.85em) {
  .footer-wrapper .footer-wrapper-inner .footer-block p {
    font-size: 1em;
  }
}
.footer-wrapper .footer-wrapper-inner .footer-block a {
  color: #5f5f5f;
  text-decoration: none;
}
.footer-wrapper .footer-wrapper-inner .footer-block a:hover {
  color: #858585;
  text-decoration: underline;
}
.author-wrapper .author-block {
  font-size: 14px;
  width: 69em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  padding: 0.875em 1.25em;
  color: #ffffff;
  text-align: center;
}
@media handheld,only screen and (min-width: 77.7155em) {
  .author-wrapper .author-block {
    font-size: 17.5px;
  }
}
@media handheld,only screen and (max-width: 54.85em) {
  .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: 54.85em) {
  .author-wrapper .author-block {
    text-align: center;
  }
}
.author-wrapper .author-block a {
  color: #5f5f5f;
  font-size: 0.85em;
  text-decoration: none;
}
.author-wrapper .author-block a:hover {
  color: #858585;
  text-decoration: underline;
}
