/*overflow: hidden;
  *overflow: visible;*/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* General */
/* Header */
/* Hero */
/* Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* Forms */
/*
  See forms.less
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** 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 */
/* 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 Colours and Borders */
/* 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 ***/
/*******************/
/**************************************************/
/*** Usage: This file needs to be added to the  ***/
/*** @import commands at the top of main.less   ***/
/**************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
/*.nav-wrapper .nav-block ul li ul li a {
  @media handheld, only screen and (max-width: @responsiveWidth) {
    color: #fff;
  }
}

.nav-wrapper .nav-block ul li ul {
  margin-top: 24px;
  margin-left: 0px;
  background: @navBgHoverColour;
  .border-radius(31px);

  li {
    background-color: transparent;
  }
}*/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 70em) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 70em) {
  .left {
    float: none;
  }
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #333;
  box-shadow: 1px 1px 2px 2px #333;
}
.text-shadow {
  text-shadow: 1px 1px 2px #333;
  filter: dropshadow(color=#333,offx=1px,offy=1px);
}
* {
  -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: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 8.9em;
  /*
  @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: 70em) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 19em;
  /*
  @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: 70em) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 29.1em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 70em) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 39.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: 70em) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 59.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: 70em) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 89.7em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 70em) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 79.6em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
}
@media handheld,only screen and (max-width: 70em) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 8.9em;
  /*
  @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: 70em) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 19em;
  /*
  @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: 70em) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 29.1em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 70em) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 39.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: 70em) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 59.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: 70em) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 89.7em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 70em) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 79.6em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 70em) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.41666666667%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 70em) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 70em) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
}
@media handheld,only screen and (max-width: 70em) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.41666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.8333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  margin-right: 0.95em;
  vertical-align: top;
  width: 120em;
  /*
  @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: 70em) {
  .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: #d9d9d9;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #d9d9d9;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #a6a6a6;
}
.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: 1em;
  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: #000;
  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: #000;
  background-color: #92e638;
  text-decoration: none;
  padding: 0em 0.75em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #fff;
  background-color: #fb8800;
}
.pagination ul.pagination li.current a {
  color: #fff;
  background-color: #fb8800;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #fff;
  background-color: #fb8800;
}
p {
  margin: 1em 0;
  font-size: 19px;
}
a {
  color: #009EE0;
}
a:hover {
  color: #007aad;
}
@media handheld,only screen and (max-width: 70em) {
  a:hover {
    color: #009EE0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: normal;
  font-family: Montserrat;
  margin: 1em 0em 0.2em 0em;
  text-transform: uppercase;
}
.orange-text {
  color: #fb8800;
}
.yellow-text {
  color: #ffff00;
}
.white-text {
  color: white;
}
h1,
h2 {
  font-size: 74px;
  line-height: 1.2em;
  margin: 0 0 0.25em 0;
  letter-spacing: -6px;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  h1,
  h2 {
    font-size: 35px;
    line-height: 1em;
    letter-spacing: -2px;
    font-weight: normal;
  }
}
h2.subtitle {
  font-size: 54px;
}
@media handheld,only screen and (max-width: 70em) {
  h2.subtitle {
    font-size: 30px;
  }
}
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;
  font-size: 16px;
}
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: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  margin: 1em 0em;
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 37.125em) {
  table tr {
    display: block;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #000000;
  background-color: #f7f7f7;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 37.125em) {
  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: 37.125em) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  table thead tr {
    background-color: #92e638;
  }
}
table thead tr td,
table thead tr th {
  color: #f4fdeb;
  background-color: #92e638;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 37.125em) {
  table tfoot tr {
    background-color: #ebebeb;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #000000;
  background-color: #ebebeb;
  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: 37.125em) {
  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: 37.125em) {
  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: #000000;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.1);
  height: 1px;
  margin: 1em 0;
}
.blockquote-author {
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23FFEED9%22%20d%3D%22M92.2%2C76.8c12.3-19.3%2C10.1-45.3-6.8-62.2c-19.5-19.5-51.2-19.5-70.7%2C0c-19.5%2C19.5-19.5%2C51.2%2C0%2C70.7%20c16.9%2C16.9%2C42.8%2C19.2%2C62.2%2C6.8l18.9%2C3.5L92.2%2C76.8z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M46%2C28.5c-1.1%2C0-1.7%2C0.9-1.9%2C2.6l-3.5-1c0.2-1.9%2C0.7-3.3%2C1.7-4.3c1-1%2C2.2-1.4%2C3.8-1.4c1.2%2C0%2C2.8%2C0.6%2C4.9%2C1.7%20c1.3%2C0.7%2C2.3%2C1.1%2C3%2C1.1c1.1%2C0%2C1.7-0.9%2C1.9-2.6l3.6%2C1c-0.2%2C1.9-0.7%2C3.3-1.7%2C4.3c-1%2C1-2.2%2C1.5-3.8%2C1.5c-1.2%2C0-2.8-0.6-4.9-1.7%20C47.7%2C28.9%2C46.7%2C28.5%2C46%2C28.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 230px 230px;
  background-position: center;
  height: 230px;
  width: 230px;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 32px;
  line-height: 32px;
  padding-top: 95px;
  margin-top: 40px;
}
@media handheld,only screen and (max-width: 37.125em) {
  .blockquote-author {
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: -40px;
    display: block;
  }
}
blockquote {
  margin-top: 60px;
  margin-right: -10%;
  width: 75%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-left: 10px solid #fb8800;
  padding: 40px 0 0 20px;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100.4px%22%20height%3D%2270.5px%22%20viewBox%3D%220%200%20100.4%2070.5%22%20enable-background%3D%22new%200%200%20100.4%2070.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20d%3D%22M36.6%2C29.7c6.1%2C4.1%2C9.2%2C9.8%2C9.2%2C17.1c0%2C7.3-2.2%2C13.1-6.5%2C17.3c-4.3%2C4.3-9.8%2C6.4-16.4%2C6.4c-6.6%2C0-12-2-16.4-6.1%20C2.2%2C60.3%2C0%2C55%2C0%2C48.6c0-6.5%2C2-12.9%2C6.1-19.1L26.4%2C0h22.8L36.6%2C29.7z%20M88%2C29.7c6.1%2C4.1%2C9.2%2C9.8%2C9.2%2C17.1c0%2C7.3-2.2%2C13.1-6.5%2C17.3%20c-4.3%2C4.3-9.8%2C6.4-16.4%2C6.4c-6.6%2C0-12-2-16.4-6.1c-4.3-4.1-6.5-9.3-6.5-15.8c0-6.5%2C2-12.9%2C6.1-19.1L77.7%2C0h22.8L88%2C29.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 44px 31px;
  background-position: left 20px top;
}
@media handheld,only screen and (max-width: 37.125em) {
  blockquote {
    width: 100%;
    display: block;
  }
}
blockquote p {
  margin: 0;
  font-size: 26px;
  line-height: 27px;
}
.square-button {
  height: 50px;
  width: 50px;
}
.button,
.submit,
.orange-button,
.yellow-button,
.blue-button,
.red-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 10px 20px 10px 0;
  padding: 12px 12px 12px 14px;
  cursor: pointer;
  letter-spacing: -1px;
  font-size: 16px;
  height: 50px;
  vertical-align: top;
}
.button.yellow-button,
.submit.yellow-button,
.orange-button.yellow-button,
.yellow-button.yellow-button,
.blue-button.yellow-button,
.red-button.yellow-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffff00%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffd200%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffd200%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.button.yellow-button:hover,
.submit.yellow-button:hover,
.orange-button.yellow-button:hover,
.yellow-button.yellow-button:hover,
.blue-button.yellow-button:hover,
.red-button.yellow-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffd200%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffba00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffba00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button.blue-button,
.submit.blue-button,
.orange-button.blue-button,
.yellow-button.blue-button,
.blue-button.blue-button,
.red-button.blue-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%230094d1%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23006994%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23006994%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.button.blue-button:hover,
.submit.blue-button:hover,
.orange-button.blue-button:hover,
.yellow-button.blue-button:hover,
.blue-button.blue-button:hover,
.red-button.blue-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23006994%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%2300597e%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%2300597e%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button.red-button,
.submit.red-button,
.orange-button.red-button,
.yellow-button.red-button,
.blue-button.red-button,
.red-button.red-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23900000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.button.red-button:hover,
.submit.red-button:hover,
.orange-button.red-button:hover,
.yellow-button.red-button:hover,
.blue-button.red-button:hover,
.red-button.red-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%236c0000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button.button,
.button.submit,
.button.orange-button,
.submit.button,
.submit.submit,
.submit.orange-button,
.orange-button.button,
.orange-button.submit,
.orange-button.orange-button,
.yellow-button.button,
.yellow-button.submit,
.yellow-button.orange-button,
.blue-button.button,
.blue-button.submit,
.blue-button.orange-button,
.red-button.button,
.red-button.submit,
.red-button.orange-button {
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23FB8800%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23D97500%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23D97500%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button.button:hover,
.button.submit:hover,
.button.orange-button:hover,
.submit.button:hover,
.submit.submit:hover,
.submit.orange-button:hover,
.orange-button.button:hover,
.orange-button.submit:hover,
.orange-button.orange-button:hover,
.yellow-button.button:hover,
.yellow-button.submit:hover,
.yellow-button.orange-button:hover,
.blue-button.button:hover,
.blue-button.submit:hover,
.blue-button.orange-button:hover,
.red-button.button:hover,
.red-button.submit:hover,
.red-button.orange-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23D97500%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23c46a00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23c46a00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.button:hover,
.submit:hover,
.orange-button:hover,
.yellow-button:hover,
.blue-button:hover,
.red-button:hover {
  color: black;
}
.button-small {
  padding: 0.325em 1em;
}
.button-alt .button {
  padding: 1.3em 2em;
}
@media handheld,only screen and (max-width: 70em) {
  .left,
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
.right {
  float: right;
  margin: 0em 0em 0.5em 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: 70em) {
  .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: 70em) {
  .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: 70em) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #000000;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 70em) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .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: 70em) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 70em) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  margin-right: -1.75em;
}
@media handheld,only screen and (max-width: 70em) {
  .media-gallery {
    margin-right: 0em;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 70em) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0.5em auto;
  }
}
.media-gallery .media-thumbnail img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 70em) {
  .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: ;
  background: ;
  font-family: source sans pro, Verdana, sans-serif;
  border: 1px solid #e6e6e6;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 9em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .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: 70em) {
  .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: ;
  background: ;
  font-family: source sans pro, Verdana, sans-serif;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.8em 1em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region form .form-row {
    padding: 0.8em 1em;
  }
}
.page-region form .form-row label {
  float: left;
  color: ;
  background-color: transparent;
  width: 8em;
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .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: 9em;
}
@media handheld,only screen and (max-width: 70em) {
  .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 #e6e6e6;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: #000000;
  background: #ffffff;
  font-size: 1em;
  font-family: source sans pro, Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 70em) {
  .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: 70em) {
  .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: 70em) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .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: 70em) {
  .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: 37.125em) {
  .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: 70em) {
  .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: 37.125em) {
  .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: 70em) {
  .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: 37.125em) {
  .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: 70em) {
  .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: 37.125em) {
  .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 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 10px 20px 10px 0;
  padding: 12px 12px 12px 14px;
  cursor: pointer;
  letter-spacing: -1px;
  font-size: 16px;
  height: 50px;
  vertical-align: top;
}
.page-region form .form-row .submit.yellow-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffff00%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffd200%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffd200%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.page-region form .form-row .submit.yellow-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffd200%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffba00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffba00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit.blue-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%230094d1%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23006994%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23006994%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.page-region form .form-row .submit.blue-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23006994%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%2300597e%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%2300597e%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit.red-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23900000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.page-region form .form-row .submit.red-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%236c0000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit.button,
.page-region form .form-row .submit.submit,
.page-region form .form-row .submit.orange-button {
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23FB8800%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23D97500%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23D97500%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit.button:hover,
.page-region form .form-row .submit.submit:hover,
.page-region form .form-row .submit.orange-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23D97500%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23c46a00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23c46a00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.page-region form .form-row .submit:hover {
  color: black;
}
.page-region form .form-row .submit:hover {
  color: #bfe7f7;
  background-color: #008cc7;
}
.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: 9em;
}
.cta {
  width: 47%;
  margin: 50px 0 50px 0;
  display: inline-block;
  vertical-align: top;
}
.cta:nth-of-type(1n) {
  margin-right: 6%;
}
.cta:nth-of-type(2n) {
  margin-right: -60%;
}
@media handheld,only screen and (max-width: 70em) {
  .cta {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  .cta a .cta-title-wrapper {
    margin: 0 !important;
    font-size: 50px !important;
  }
  .cta a .cta-text-wrapper {
    margin: 0 !important;
  }
  .cta a .cta-text-wrapper .orange-arrow {
    display: none;
  }
  .cta a .media-thumbnail img {
    border-radius: 9px 9px 0 0 !important;
    -moz-border-radius: 9px 9px 0 0 !important;
    -webkit-border-radius: 9px 9px 0 0 !important;
    -o-border-radius: 9px 9px 0 0 !important;
  }
}
.cta .cta-inner {
  text-align: left;
}
.cta .cta-inner a {
  display: block;
  color: #009EE0;
  text-decoration: none;
}
.cta .cta-inner a:hover {
  color: #007aad;
}
.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: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border: none;
  padding: 0em;
  border: 3px solid #fb8800;
}
@media handheld,only screen and (max-width: 70em) {
  .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta .cta-inner a .text-wrapper {
  margin-top: -87px;
  margin-bottom: 125px;
}
@media handheld,only screen and (max-width: 70em) {
  .cta .cta-inner a .text-wrapper {
    margin-bottom: 50px;
  }
}
.cta .cta-inner a .cta-title-wrapper {
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
  -o-border-radius: 9px 9px 0 0;
  background: rgba(146,230,56,0.8);
  display: inline-block;
  padding: 33px 25px 32px 20px;
  font-family: Montserrat;
  font-size: 62px;
  text-transform: uppercase;
  letter-spacing: -6px;
  font-weight: bold;
  color: black;
  height: 87px;
  margin-left: 30px;
}
.cta .cta-inner a .cta-text-wrapper {
  border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
  -o-border-radius: 0 0 9px 9px;
  padding: 20px;
  color: white;
  font-size: 19px;
  background: black;
  padding: 21px 50px 20px 20px;
  margin-bottom: -87px;
  margin-right: 110px;
  margin-left: 30px;
  min-height: 87px;
  position: relative;
}
.cta .cta-inner a .cta-text-wrapper .orange-arrow {
  position: absolute;
  right: -50px;
  top: 10px;
}
.cta.cta-last {
  margin-right: 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .cta.cta-last {
    margin: 0.25em auto;
  }
}
.news-posts-list .news-post .news-post-info {
  color: #404040;
}
@media handheld,only screen and (max-width: 70em) {
  .news-posts-single .news-post-information .news-post-social,
  .news-posts-single .news-post-information .news-date {
    display: block;
    float: none !important;
    text-align: left !important;
    margin: 0.25em 0em;
  }
}
.news-posts-single .news-post-information .news-date {
  color: #404040;
}
.news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: #009EE0;
}
.search-wrapper .search input.search-button:hover {
  background-color: #008cc7;
}
@media handheld,only screen and (max-width: 70em) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.ajax-loading {
  opacity: 0.5;
}
.warning-message {
  color: #ffffff;
  background-color: #a90000;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 0.5em;
  margin: 1em 0em;
}
.list-category,
.list-product {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
@media handheld,only screen and (max-width: 70em) {
  .list-category,
  .list-product {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .list-category,
  .list-product {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 10px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 49.5%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 70em),only screen and (max-width: 70em) and handheld,only screen and (max-width: 70em) and only screen and (max-width: 70em) {
  .list-category,
  .list-product {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .list-category,
  .list-product {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 10px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 100%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 70em),only screen and (max-width: 37.125em) and handheld,only screen and (max-width: 37.125em) and only screen and (max-width: 70em) {
  .list-category,
  .list-product {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.list-category.featured,
.list-product.featured {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 70em) {
  .list-category.featured,
  .list-product.featured {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .list-category.featured,
  .list-product.featured {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 10px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 49.5%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 70em),only screen and (max-width: 70em) and handheld,only screen and (max-width: 70em) and only screen and (max-width: 70em) {
  .list-category.featured,
  .list-product.featured {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .list-category.featured,
  .list-product.featured {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 10px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 100%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 70em),only screen and (max-width: 37.125em) and handheld,only screen and (max-width: 37.125em) and only screen and (max-width: 70em) {
  .list-category.featured,
  .list-product.featured {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.list-category .list-category-inner,
.list-category .list-product-inner,
.list-product .list-category-inner,
.list-product .list-product-inner {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.list-category .list-category-inner .media-thumbnail,
.list-category .list-product-inner .media-thumbnail,
.list-product .list-category-inner .media-thumbnail,
.list-product .list-product-inner .media-thumbnail {
  display: block;
}
.list-category .list-category-inner .category-card-title,
.list-category .list-category-inner .product-card-title,
.list-category .list-product-inner .category-card-title,
.list-category .list-product-inner .product-card-title,
.list-product .list-category-inner .category-card-title,
.list-product .list-category-inner .product-card-title,
.list-product .list-product-inner .category-card-title,
.list-product .list-product-inner .product-card-title {
  display: block;
  font-family: Montserrat;
}
.list-category a,
.list-product a {
  text-decoration: none;
}
.list-category a:hover,
.list-product a:hover {
  text-decoration: underline;
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-product .list-product-inner .product-card-price {
  display: block;
}
.product-details-wrapper .product-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.3333333333%;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.product-details-wrapper .product-info.no-product-media {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 100%;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.product-details-wrapper .product-info .product-stock-message .in-stock {
  color: #000000;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 2em;
  font-family: Montserrat;
  margin: 1em 0em;
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  display: inline-block;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    display: block;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
  font-family: Montserrat;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
    min-width: 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    margin: 0.25em 0em 1em 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values select {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0.3em 1em 0.3em 0.5em;
}
.product-details-wrapper .product-info .add-to-cart .add-to-cart-button {
  margin: 1em 0em;
}
.product-details-wrapper .product-media {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0em 0em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-media .product-image-primary {
    padding: 2em 0em 0em 0em;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 100%;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 10px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 24.25%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 70em),only screen and (max-width: 70em) and handheld,only screen and (max-width: 70em) and only screen and (max-width: 70em) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 10px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 49.5%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 70em),only screen and (max-width: 37.125em) and handheld,only screen and (max-width: 37.125em) and only screen and (max-width: 70em) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 0.1em;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
  width: 3%;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  width: 20%;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail .media-thumbnail img {
  margin: 0em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.description {
  width: 44%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.price {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.quantity {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.total {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
  color: #92e638;
  font-family: Montserrat;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.thumbnail,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.total {
    display: none;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options {
    text-align: left;
    padding-bottom: 0.5em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
  display: block;
  margin: 0.1em auto;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
    display: inline-block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: 90%;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 20em;
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 37.125em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
  display: inline-block;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-value {
  display: inline-block;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label {
  font-weight: bold;
  margin-right: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
  color: #c80c03;
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price {
    text-align: left;
    width: 100%;
    margin: 0.5em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    display: inline-block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
  display: block;
  color: #666666;
  font-size: 0.8em;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    display: inline-block;
    margin-bottom: 0.25em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .quantity-field {
  text-align: center;
  width: 4em;
  border: 1px solid #e6e6e6;
  padding: 0.25em;
  margin: 0em auto;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
  text-align: right;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
  text-align: right;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
  font-weight: bold;
  width: 89%;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
  width: 10%;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer:first-child {
    margin-top: 2em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
  text-align: center;
  padding: 1em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .weight,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options {
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .label,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .amount {
    display: block;
    margin: 0.25em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .amount {
  display: inline-block;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping select {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: #000000;
  background: #ffffff;
  font-size: 1em;
  font-family: source sans pro, Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection {
  margin: 1em 0em;
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection .radio-label {
  padding-left: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 10px 20px 10px 0;
  padding: 12px 12px 12px 14px;
  cursor: pointer;
  letter-spacing: -1px;
  font-size: 16px;
  height: 50px;
  vertical-align: top;
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.yellow-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffff00%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffd200%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffd200%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.yellow-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffd200%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffba00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffba00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.blue-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%230094d1%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23006994%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23006994%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.blue-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23006994%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%2300597e%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%2300597e%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.red-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23900000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.red-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%236c0000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.button,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.submit,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.orange-button {
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23FB8800%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23D97500%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23D97500%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.button:hover,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.submit:hover,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update.orange-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23D97500%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23c46a00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23c46a00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update:hover {
  color: black;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  display: inline-block;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
  font-weight: bold;
  min-width: 15em;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
    min-width: 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
  width: 5em;
  text-align: right;
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
    width: auto;
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 70em) {
  .shop-registration-form .invoice-details {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.shop-registration-form .shipping-details {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: white;
  font-family: source sans pro, Verdana, sans-serif;
  line-height: 1.35em;
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding-top: 86px;
}
@media handheld,only screen and (max-width: 70em) {
  .page-region {
    padding-top: 0;
  }
}
.cta .cta-inner a .cta-title-wrapper .cta-title {
  font-size: 0.8em;
}
.taipan-contentpanel-nav {
  display: none;
}
.green-background {
  background: #92e638;
}
div.bubbles {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -20px;
  margin-bottom: -10px;
}
.bubbles-img-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.bubbles-links-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.bubbles-link {
  display: inline-block;
  top: 0;
  width: 24.8%;
  height: 100%;
}
.bubblesTip {
  z-index: 999;
  width: 360px;
}
.bubblesTip .tip-title {
  background: black;
  color: #fff;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  .bubblesTip .tip-title {
    display: none;
  }
}
.bubblesTip .tip-text {
  background: #92e638;
  padding: 6px 12px;
  font-size: 0.9rem;
  font-style: italic;
}
@media handheld,only screen and (max-width: 70em) {
  .bubblesTip .tip-text {
    display: none;
  }
}
.logo-cell {
  position: absolute;
  padding: 95px;
  z-index: 100;
}
@media handheld,only screen and (max-width: 70em) {
  .logo-cell {
    display: none;
  }
}
.logo-cell.internal {
  width: 100px;
  padding: 0;
  top: 17px;
  left: 17px;
  position: fixed;
  z-index: 100000;
}
.nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding-right: 10px;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper {
    position: relative;
    background: black;
    padding-right: 0;
  }
}
.nav-wrapper .nav-block {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: #000000;
  text-align: right;
  z-index: 20;
  /* Top Level */
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block {
    overflow: hidden;
    text-align: left;
  }
}
.nav-wrapper .nav-block .logo-cell-mobile {
  display: none;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block .logo-cell-mobile {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 12px 10px 10px 12px;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: #000000;
  background: transparent;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 30px 0 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block .nav-toggle {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: -10%;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  float: right;
  background: transparent url('../../include/resources/fitnesscairns/images/g-menu.svg') 50% 0% no-repeat;
  width: 23px;
  height: 23px;
  margin-top: -2px;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .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: 70em) {
  .nav-wrapper .nav-block ul {
    display: block;
    text-align: left;
    border: 0;
    padding: 0;
  }
}
.nav-wrapper .nav-block ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0;
  margin: 0 2px;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li.home {
    text-indent: 0;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
  }
}
.nav-wrapper .nav-block ul li.home a {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212.1px%22%20height%3D%2210.9px%22%20viewBox%3D%220%200%2012.1%2010.9%22%20enable-background%3D%22new%200%200%2012.1%2010.9%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20d%3D%22M0.1%2C5.5C-0.1%2C5.3%2C0%2C5.1%2C0.2%2C5l2.1-1.9v-2c0-0.2%2C0.1-0.4%2C0.2-0.5S2.8%2C0.4%2C3%2C0.4s0.4%2C0.1%2C0.5%2C0.2s0.2%2C0.3%2C0.2%2C0.5v0.7l2-1.7%20C5.9%2C0%2C6.1%2C0%2C6.3%2C0.1L11.9%2C5c0.2%2C0.2%2C0.2%2C0.3%2C0%2C0.5c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.1c-0.1%2C0-0.2%2C0-0.2-0.1L6%2C0.9L0.6%2C5.5%20C0.4%2C5.7%2C0.3%2C5.7%2C0.1%2C5.5z%20M4.5%2C10.9H2.3c-0.2%2C0-0.4-0.1-0.5-0.2s-0.2-0.3-0.2-0.5V6.5c0-0.2%2C0.1-0.4%2C0.3-0.6l3.8-3.1%20C5.7%2C2.7%2C5.9%2C2.6%2C6%2C2.6s0.3%2C0.1%2C0.5%2C0.2l3.8%2C3.1c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.6v3.7c0%2C0.2-0.1%2C0.4-0.2%2C0.5s-0.3%2C0.2-0.5%2C0.2H7.5V7.1h-3%20V10.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  color: transparent;
  width: 62px;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li.home a {
    background-image: none;
    width: 100%;
    display: block;
    color: white;
  }
}
.nav-wrapper .nav-block ul li.home a:hover,
.nav-wrapper .nav-block ul li.home a.current {
  color: transparent;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li.home a:hover,
  .nav-wrapper .nav-block ul li.home a.current {
    color: black;
  }
}
.nav-wrapper .nav-block ul li a {
  border-radius: 31px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  -o-border-radius: 31px;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 21px;
  white-space: nowrap;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: bold;
  height: 62px;
  margin: 12px 0;
  display: inline-block;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
          &.has_children {
            background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>'); 
            background-position: center right;
            background-repeat: no-repeat;
            padding-right: 2.5em;
            
            @media handheld, only screen and (max-width: @responsiveWidth) {
              background-image: none;
              padding-right: 0;
            }
          }
          */
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    color: white;
    display: block;
    margin: 0;
  }
}
.nav-wrapper .nav-block ul li a:hover,
.nav-wrapper .nav-block ul li a.current {
  color: #000000;
  background-color: #ffdf4c;
  border-radius: 31px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  -o-border-radius: 31px;
  /* 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: 70em) {
  .nav-wrapper .nav-block ul li a:hover,
  .nav-wrapper .nav-block ul li a.current {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}
.nav-wrapper .nav-block ul li:hover ul {
  -webkit-transition: top linear 0.2s;
  -moz-transition: top linear 0.2s;
  -o-transition: top linear 0.2s;
  -ms-transition: top linear 0.2s;
  transition: top linear 0.2s;
  top: 3.1em;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 70em) {
  .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: #92e638;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 70em) {
  .nav-wrapper .nav-block ul li ul {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    position: static;
    top: auto;
    height: auto;
    background: transparent;
    border: 0;
    margin-bottom: -1px;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-block ul li ul li {
  display: block;
  background: #92e638;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 70em) {
  .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: 70em) {
  .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: 70em) {
  .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: #000000;
  padding: 0.5em 2em 0.5em 1em;
  /* 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: 70em) {
  .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: 70em) {
  .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: #000000;
  /* 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: 70em) {
  .nav-wrapper .nav-block ul li ul li a:hover {
    color: #000000;
  }
}
.nav-wrapper .nav-block ul li ul li a.disabled {
  color: #aaaaaa;
  background: transparent url('../../include/resources/fitnesscairns/images/g-disabled.svg') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 70em) {
  .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: 70em) {
  .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: 70em) {
  .nav-wrapper .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.list.categories,
.list.archives {
  color: #fb8800;
}
.list.categories a,
.list.archives a {
  color: #fb8800;
}
.content-wrapper {
  position: relative;
  z-index: 0;
}
.content-wrapper .content-block {
  font-size: 10px;
  width: 120em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 auto;
  color: #000000;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-wrapper .content-block .orange-arrow {
  width: 70px;
  height: 70px;
}
.content-wrapper .content-block.internal {
  padding: 70px 10px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block.internal {
    padding: 40px 10px;
  }
}
.content-wrapper .content-block.latest-news {
  padding: 90px 0 140px 0;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block.latest-news {
    padding: 30px 10px;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block {
    padding: 30px 10px;
  }
  .content-wrapper .content-block img.right {
    width: 100%;
  }
}
.content-wrapper .content-block .subnav {
  margin: 0em;
}
.content-wrapper .content-block .subnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.6666666667%;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block .subnav li {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.content-wrapper .content-block .subnav li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 10px 20px 10px 0;
  padding: 12px 12px 12px 14px;
  cursor: pointer;
  letter-spacing: -1px;
  font-size: 16px;
  height: 50px;
  vertical-align: top;
  width: 100%;
}
.content-wrapper .content-block .subnav li a.yellow-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffff00%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffd200%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffd200%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.content-wrapper .content-block .subnav li a.yellow-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23ffd200%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23ffba00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23ffba00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.content-wrapper .content-block .subnav li a.blue-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%230094d1%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23006994%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23006994%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.content-wrapper .content-block .subnav li a.blue-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23006994%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%2300597e%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%2300597e%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.content-wrapper .content-block .subnav li a.red-button {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23900000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
}
.content-wrapper .content-block .subnav li a.red-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%236c0000%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23480000%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23480000%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.content-wrapper .content-block .subnav li a.button,
.content-wrapper .content-block .subnav li a.submit,
.content-wrapper .content-block .subnav li a.orange-button {
  background-position: top left, bottom right 5px;
  background-size: auto 45px, auto 5px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23FB8800%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23D97500%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23D97500%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.content-wrapper .content-block .subnav li a.button:hover,
.content-wrapper .content-block .subnav li a.submit:hover,
.content-wrapper .content-block .subnav li a.orange-button:hover {
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22759px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20759%2045%22%20enable-background%3D%22new%200%200%20759%2045%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20x%3D%225%22%20y%3D%220%22%20fill%3D%22%23D97500%22%20width%3D%22754%22%20height%3D%2245%22%2F%3E%3Crect%20y%3D%225%22%20fill%3D%22%23c46a00%22%20width%3D%225%22%20height%3D%2240%22%2F%3E%3C%2Fsvg%3E'), url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22304.7px%22%20height%3D%225px%22%20viewBox%3D%220%200%20304.7%205%22%20enable-background%3D%22new%200%200%20304.7%205%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Crect%20fill%3D%22%23c46a00%22%20width%3D%22304.7%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E');
}
.content-wrapper .content-block .subnav li a:hover {
  color: black;
}
.content-wrapper .content-block .subnav li ul {
  display: none;
}
.content-wrapper .content-block .readmore-style-box {
  margin-top: 55px;
}
.content-wrapper .content-block .readmore-style-box h2 {
  font-size: 54px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block .readmore-style-box h2 {
    font-size: 30px;
  }
}
.content-wrapper .content-block dl:after {
  content: "";
  display: block;
  clear: both;
}
.content-wrapper .content-block dl:first-child {
  margin-top: 36px;
}
.content-wrapper .content-block dl {
  padding: 0.4em 1em;
}
.content-wrapper .content-block dl dt,
.content-wrapper .content-block dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
  font-size: 20px;
  margin-bottom: 5px;
}
.content-wrapper .content-block dl dd {
  font-style: italic;
}
.content-wrapper .content-block dl dt {
  clear: left;
  min-width: 7em;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block dl dt {
    min-width: auto;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block dl:last-child {
    margin-bottom: 4em;
  }
}
.content-wrapper .content-block #cms_page_comment_form {
  border: 10px solid #A2F647;
  background-color: #FCFCFC;
  padding: 25px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block #cms_page_comment_form {
    padding: 2px;
  }
}
.content-wrapper .content-block .news-posts-list {
  margin-top: 55px;
  white-space: initial;
}
.content-wrapper .content-block .news-posts-list li {
  width: 29.82%;
}
.content-wrapper .content-block .news-posts-list li:last-child {
  margin-right: 0%;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block .news-posts-list li {
    width: 100%;
    display: block;
  }
}
.content-wrapper .content-block ul.imgSectionLink {
  margin: 0;
  white-space: nowrap;
}
.content-wrapper .content-block ul.imgSectionLink li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  white-space: normal;
  margin-right: 5%;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block ul.imgSectionLink li {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
}
.content-wrapper .content-block ul.imgSectionLink li a {
  text-decoration: none;
}
.content-wrapper .content-block ul.imgSectionLink li a img {
  display: inline-block;
  border-radius: 9px;
  background: transparent;
  border: 0px;
  width: 100%;
  vertical-align: middle;
  padding: 0px;
}
.content-wrapper .content-block ul.imgSectionLink li a .title {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: rgba(146,230,56,0.8);
  height: 82px;
  padding: 16px 26px;
  position: relative;
  margin-top: -106px;
  display: block;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: black;
  font-size: 27px;
  line-height: 27px;
  padding-right: 46px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block ul.imgSectionLink li a .title {
    padding-right: 96px;
    font-size: 24px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
}
.content-wrapper .content-block ul.imgSectionLink li a .title:before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  right: -42px;
  top: 11px;
  background-size: 100%;
  background-image: url('../../include/resources/fitnesscairns/images/orange-arrow.svg');
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block ul.imgSectionLink li a .title:before {
    right: 16px;
  }
}
.content-wrapper .content-block form.f,
.content-wrapper .content-block form {
  background-color: transparent;
  border: 0px;
  width: 100%;
  font-size: 2em;
}
.content-wrapper .content-block form.f label,
.content-wrapper .content-block form label {
  background-color: transparent;
  display: block;
  float: none;
  color: #fb8800;
}
.content-wrapper .content-block form.f .form-row,
.content-wrapper .content-block form .form-row {
  border: 0px;
  padding: 0.4em 1em;
}
.content-wrapper .content-block form.f .form-row .field,
.content-wrapper .content-block form .form-row .field {
  margin-left: 0;
  width: 102%;
  display: inline-block;
  position: relative;
  /*position: absolute;
            display: block;
            margin-top: -42px;
            z-index: 9;*/
}
.content-wrapper .content-block form.f .form-row .field .note.required,
.content-wrapper .content-block form .form-row .field .note.required {
  position: absolute;
  right: 0px;
  top: 2px;
  color: #fb8800;
}
.content-wrapper .content-block form.f .form-row .field .validation-advice,
.content-wrapper .content-block form .form-row .field .validation-advice {
  background-color: #fb8800;
}
.content-wrapper .content-block form.f .form-row input,
.content-wrapper .content-block form.f .form-row textarea,
.content-wrapper .content-block form .form-row input,
.content-wrapper .content-block form .form-row textarea {
  border: 1px solid #e1e1e1;
  line-height: 40px;
  color: #333333;
  font-size: 1.1em;
  padding: 0 1em;
  position: relative;
}
.content-wrapper .content-block form.f .form-row input:focus,
.content-wrapper .content-block form.f .form-row textarea:focus,
.content-wrapper .content-block form .form-row input:focus,
.content-wrapper .content-block form .form-row textarea:focus {
  background-color: #fff;
}
.content-wrapper .content-block form.f .form-row input,
.content-wrapper .content-block form .form-row input {
  height: 40px;
}
.content-wrapper .content-block form.f .form-row textarea,
.content-wrapper .content-block form .form-row textarea {
  height: 150px;
}
.content-wrapper .content-block form.f .form-row textarea,
.content-wrapper .content-block form.f .form-row input.large,
.content-wrapper .content-block form.f .form-row textarea.large,
.content-wrapper .content-block form.f .form-row select.large,
.content-wrapper .content-block form .form-row textarea,
.content-wrapper .content-block form .form-row input.large,
.content-wrapper .content-block form .form-row textarea.large,
.content-wrapper .content-block form .form-row select.large {
  width: 98%;
  display: inline-block;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .content-block form.f .form-row textarea,
  .content-wrapper .content-block form.f .form-row input.large,
  .content-wrapper .content-block form.f .form-row textarea.large,
  .content-wrapper .content-block form.f .form-row select.large,
  .content-wrapper .content-block form .form-row textarea,
  .content-wrapper .content-block form .form-row input.large,
  .content-wrapper .content-block form .form-row textarea.large,
  .content-wrapper .content-block form .form-row select.large {
    width: 93%;
  }
}
.content-wrapper .content-block form.f .buttons,
.content-wrapper .content-block form .buttons {
  text-align: right;
}
.content-wrapper .content-block form.f .submit,
.content-wrapper .content-block form .submit {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background-color: transparent;
}
.content-wrapper .content-block form.f .submit:hover,
.content-wrapper .content-block form .submit:hover {
  border: 0;
  color: black;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel {
  width: 100%;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .media-thumbnail {
  margin: 0;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .media-thumbnail img {
  width: 100%;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content {
  position: absolute;
  max-width: 600px;
  right: 80px;
  top: 80px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content {
    top: 20px;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content .button,
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content .orange-button,
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content .yellow-button {
    display: none;
  }
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content h2 {
  margin: 0;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content h2 {
    text-shadow: 0 0 15px black;
  }
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content p {
  color: white;
  font-size: 24px;
  margin: 12px 0 16px 0;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.hero .hero-container .taipan-hero-block .hero-panel .overlay-content p {
    font-size: 18px;
    text-shadow: 0 0 15px black;
  }
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel .content-block {
  padding: 90px 0;
  position: relative;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel .content-block {
    padding: 30px 10px;
  }
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel .content-block .speech-bubble-on-green {
  position: absolute;
  top: -100px;
  right: -85px;
  width: 290px;
  height: 290px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel .content-block .speech-bubble-on-green {
    display: none;
  }
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel .content-block .speech-bubble-on-green-text {
  position: absolute;
  top: -2px;
  right: -29px;
  font-family: Montserrat;
  letter-spacing: -2px;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 180px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel .content-block .speech-bubble-on-green-text {
    display: none;
  }
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.book-online .content-block h1 {
  margin: 0;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.book-online .content-block p {
  margin: 0 0 13px 0;
  font-size: 24.5px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.book-online .content-block p {
    font-size: 20px;
  }
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.book-online .content-block .orange-button {
  margin-top: 49px;
  margin-left: 90px;
}
@media handheld,only screen and (max-width: 70em) {
  .content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.book-online .content-block .orange-button {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass {
  background-image: url('../../include/resources/fitnesscairns/images/spiky-ball.png'), url('../../include/resources/fitnesscairns/images/grass.png');
  background-repeat: no-repeat, repeat-x;
  background-position: center;
  min-height: 350px;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass .content-block {
  padding: 70px 10px;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass h1,
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass h2,
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass h3,
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass h4,
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass h5,
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass h6,
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass p {
  text-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass h2 {
  margin: 0;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass p {
  margin: 16px 0 20px 0;
  font-size: 24px;
}
.content-wrapper .taipan-contentpanel-block .taipan-contentpanel-panel.grass a {
  text-shadow: 0 0 0 transparent;
}
#home-hero-wrapper {
  min-height: 500px;
}
@media handheld,only screen and (max-width: 70em) {
  #home-hero-wrapper {
    min-height: 100px;
    display: none;
  }
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.hero-wrapper .hero-container .taipan-hero-block .taipan-contentpanel-panel.taipan-contentpanel-panel-current {
  opacity: 1;
  z-index: 0;
}
a.no-link-style-mobile {
  color: #000000 !important;
  text-decoration: none !important;
}
a.no-link-style-mobile:hover {
  text-decoration: none !important;
  color: #000000 !important;
  cursor: grab !important;
}
@media handheld,only screen and (max-width: 70em) {
  a.no-link-style-mobile {
    color: #009EE0 !important;
    text-decoration: underline !important;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .desktop-only {
    display: none !important;
  }
}
.footer-wrapper {
  background: #92e638;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper {
    border-bottom: 1px solid white;
  }
}
.footer-wrapper .footer-block {
  font-size: 10px;
  width: 120em;
  margin: 0 auto;
  padding: 0;
  padding: 55px 0;
  color: #000000;
  overflow: auto;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block {
    text-align: center;
    overflow: hidden;
  }
}
.footer-wrapper .footer-block .contact-details {
  padding-top: 12px;
}
.footer-wrapper .footer-block .footer-buttons {
  text-align: right;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block .footer-buttons {
    text-align: center;
  }
}
.footer-wrapper .footer-block dl dt,
.footer-wrapper .footer-block dl dd {
  display: inline-block;
  float: left;
  vertical-align: top;
  font-size: 17px;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block dl dt,
  .footer-wrapper .footer-block dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-block dl dt a,
.footer-wrapper .footer-block dl dd a {
  color: black;
  text-decoration: none;
}
.footer-wrapper .footer-block dl dt a:hover,
.footer-wrapper .footer-block dl dd a:hover {
  color: #4e7e1a;
  text-decoration: none;
}
.footer-wrapper .footer-block dl dt {
  clear: left;
  min-width: 4em;
  color: #4e7e1a;
}
@media handheld,only screen and (max-width: 70em) {
  .footer-wrapper .footer-block dl dt {
    min-width: auto;
    margin-top: 0.25em;
    display: none;
  }
}
.map-wrapper {
  background-image: url('../../include/resources/fitnesscairns/images/map.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 330px;
  position: relative;
}
@media handheld,only screen and (max-width: 70em) {
  .map-wrapper {
    display: none;
  }
}
.map-wrapper .map-disclaimer {
  position: absolute;
  bottom: 5px;
  left: 7px;
  margin: 0;
  font-size: 10px;
}
.map-wrapper .map-block {
  font-size: 10px;
  width: 120em;
  margin: 0 auto;
  padding: 0;
  padding: 85px 0 0 0;
}
@media handheld,only screen and (max-width: 70em) {
  .map-wrapper .map-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.map-wrapper .map-block .map-overlay {
  margin-left: 280px;
  width: 330px;
  position: relative;
}
.map-wrapper .map-block .map-overlay .location-icon {
  position: absolute;
  left: -85px;
  top: 60px;
  width: 42px;
  height: 42px;
}
.map-wrapper .map-block .map-overlay .title {
  border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
  -o-border-radius: 9px 9px 0 0;
  background: #a2e65a;
  background: rgba(146,230,56,0.8);
  width: 100%;
  padding: 30px;
}
.map-wrapper .map-block .map-overlay .title h4 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -3px;
}
.map-wrapper .map-block .map-overlay .address {
  border-radius: 0 0 0 9px;
  -moz-border-radius: 0 0 0 9px;
  -webkit-border-radius: 0 0 0 9px;
  -o-border-radius: 0 0 0 9px;
  background: black;
  padding: 20px;
  height: 80px;
  width: 250px;
  display: inline-block;
  vertical-align: top;
  margin-right: -2px;
}
.map-wrapper .map-block .map-overlay .address p {
  margin: 0;
  color: white;
}
.map-wrapper .map-block .map-overlay .arrow {
  border-radius: 0 0 9px 0;
  -moz-border-radius: 0 0 9px 0;
  -webkit-border-radius: 0 0 9px 0;
  -o-border-radius: 0 0 9px 0;
  display: inline-block;
  vertical-align: top;
  background-color: #fb8800;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-right: -20px;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.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%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2238.4px%22%20height%3D%22101.2px%22%20viewBox%3D%220%200%2038.4%20101.2%22%20enable-background%3D%22new%200%200%2038.4%20101.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20points%3D%220.8%2C0.6%2037.1%2C50.6%200.8%2C100.6%20%22%2F%3E%3C%2Fsvg%3E');
  background-size: 20px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.author-wrapper {
  background: #92e638;
}
.author-wrapper .author-block {
  font-size: 10px;
  width: 120em;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  padding: 27px 0;
}
@media handheld,only screen and (max-width: 70em) {
  .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: 70em) {
  .author-wrapper .author-block {
    text-align: center;
  }
}
.author-wrapper .author-block a {
  color: black;
  font-size: 17px;
  text-decoration: none;
}
.author-wrapper .author-block a:hover {
  color: #4e7e1a;
}
