/*overflow: hidden;
  *overflow: visible;*/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue = #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* General */
/* Header */
/* Hero */
/* Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* Forms */
/* Shadows */
/* System Messages */
/* Responsive Layout and Global Structures */
/****************************************/
/* Adjust Padding When Columns Are Used */
/****************************************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*******************/
/*** Site Search ***/
/*******************/
/**************************************************/
/*** Usage: This file needs to be added to the  ***/
/*** @import commands at the top of main.less   ***/
/**************************************************/
/* Shop Mixins */
/* Shared Shop Elements */
/* Shared Category/Product List Styling */
/* Category Listing */
/* Product Listing */
/* Product Details */
/* Shared Form Elements */
/* Shopping Cart: Checkout Page */
/* Shop Registration Form */
/* Shop Order History */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 1024px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 5.1916666666667em;
  /*
  @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: 1024px) {
  .one-twelfth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 11.083333333333em;
  /*
  @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: 1024px) {
  .one-sixth {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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: 1024px) {
  .one-quarter {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 22.866666666667em;
  /*
  @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: 1024px) {
  .one-third {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 34.65em;
  /*
  @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: 1024px) {
  .one-half {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 52.325em;
  /*
  @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: 1024px) {
  .three-quarters {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 46.433333333333em;
  /*
  @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: 1024px) {
  .two-thirds {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-twelfth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 5.1916666666667em;
  /*
  @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: 1024px) {
  .one-twelfth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-sixth-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 11.083333333333em;
  /*
  @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: 1024px) {
  .one-sixth-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-quarter-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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: 1024px) {
  .one-quarter-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-third-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 22.866666666667em;
  /*
  @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: 1024px) {
  .one-third-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 34.65em;
  /*
  @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: 1024px) {
  .one-half-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.three-quarters-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 52.325em;
  /*
  @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: 1024px) {
  .three-quarters-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.two-thirds-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 46.433333333333em;
  /*
  @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: 1024px) {
  .two-thirds-last {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.one-half-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-half-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-twelfth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-sixth-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-quarter-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-third-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 1024px) {
  .three-quarters-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
}
@media handheld,only screen and (max-width: 1024px) {
  .two-thirds-fluid {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-half-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-half-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-twelfth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 7.4166666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-twelfth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-sixth-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 15.833333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-sixth-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-quarter-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-quarter-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.one-third-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .one-third-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.three-quarters-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .three-quarters-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.two-thirds-fluid-last {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .two-thirds-fluid-last {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.full {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 70em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  margin-right: -0.25em;
}
@media handheld,only screen and (max-width: 1024px) {
  .full {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  padding: 0.5em 2.5em;
  margin: 10px 0 10px 0 !important;
}
@media handheld,only screen and (max-width: 1024px) {
  .msg {
    margin: -10px -10px 10px -10px;
  }
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #900900;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1.5em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #383838;
  font-size: 0.9em;
  padding: 0 4px 0 0;
}
ul.breadcrumbs li a {
  color: #9d2622;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #c5312d;
}
.pagination {
  text-align: center;
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 0;
  overflow: auto;
}
.pagination ul.pagination li {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  font-size: 0.9em;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #ffffff;
  background-color: rgba(33,33,33,0.8);
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #ffffff;
  background-color: #212121;
  text-decoration: none;
  padding: 0em 0.75em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #383838;
}
.pagination ul.pagination li.current a {
  color: #ffffff;
  background-color: #9d2622;
  font-weight: bold;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: #ffffff;
  background-color: #c5312d;
}
p {
  margin: 1em 0;
}
a {
  color: #9d2622;
}
a:hover {
  color: #c5312d;
}
@media handheld,only screen and (max-width: 1024px) {
  a:hover {
    color: #9d2622;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #9d2622;
  font-weight: normal;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  color: #c5312d;
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0 0 0.25em 0;
}
h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.15em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid #383838;
  border-collapse: collapse;
  margin: 1em 0;
  overflow: hidden;
}
table td,
table th {
  color: #ffffff;
  background: #212121;
  border-bottom: 1px solid #383838;
  vertical-align: top;
  padding: 0.5em 1em;
}
@media handheld,only screen and (max-width: 1024px) {
  table td,
  table th {
    padding: 0.25em 0.5em;
  }
}
table th {
  color: #ffffff;
  background: #c5312d;
  font-weight: bold;
}
table th.txt-right {
  text-align: right;
}
table .table-invisible {
  margin: 0;
  border: 0;
}
table .table-invisible td,
table .table-invisible th {
  background: transparent;
  border: 0;
  padding: 0.2em 0.5em 0.2em 0em;
}
hr {
  color: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #8a8686;
  background: #212121;
  font-size: 1.1em;
  text-align: center;
  margin: 2em auto;
  padding: 1em 2em;
}
.button,
.submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #c5312d url('../../include/resources/skybury/images/g-arrow-white.svg') 95% 50% no-repeat;
  background-size: 20px 12px;
  font-size: 1.5em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #c5312d;
  margin: 0.4em 0em;
  padding: 0.5em 2.25em 0.5em 0.65em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .button,
  .submit {
    line-height: 1.25em;
  }
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: #ffffff;
  background-color: #9d2622;
}
.button-small {
  padding: 0.25em 0.65em;
}
.button-alt .button {
  padding: 1em 1.3em;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  padding: 0em !important;
  border: none !important;
}
.text-background-red {
  color: #ffffff;
  background: #c5312d;
}
.media-centre-wrapper .media-centre-box {
  border-top: 2px solid #c5312d;
  margin-top: 4em;
  padding-top: 0.75em;
  position: relative;
}
.media-centre-wrapper .media-centre-box > h2 {
  display: inline-block;
  color: #ffffff;
  background-color: #c5312d;
  width: auto;
  padding: 0.3em 0.6em;
  position: absolute;
  top: -1.8em;
}
.media-centre-wrapper .media-centre-box .button {
  background-color: #9d2622;
}
.media-centre-wrapper .media-centre-box .button:hover {
  background-color: #c5312d;
}
.fluid-wrapper {
  font-size: 0;
}
.fluid-wrapper > * {
  font-size: 17px;
}
.fluid-wrapper > * > h1 {
  font-size: 1.5em;
}
.fluid-wrapper > .one-half-fluid {
  padding-right: 4%;
}
@media handheld,only screen and (max-width: 1024px) {
  .fluid-wrapper > .one-half-fluid {
    padding-right: 0;
    margin-bottom: 3em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .fluid-wrapper > .one-half-fluid-last > h1,
  .fluid-wrapper > .one-half-fluid-last > h2 {
    text-align: center;
  }
}
.fb-like-inline {
  bottom: 30px;
  margin-top: 30px;
}
@media handheld,only screen and (max-width: 560px) {
  .fb-like-inline {
    margin-top: 40px;
  }
}
.fb-like-inline > * {
  display: inline-block;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 560px) {
  .fb-like-inline > * {
    display: block;
    text-align: center;
  }
}
.fb-like-inline > h3 {
  font-size: 1.1em;
  margin: 0;
  margin-left: 0.75em;
}
@media handheld,only screen and (max-width: 560px) {
  .fb-like-inline > h3 {
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background: transparent;
  border: 0px solid #d9d9d9;
  max-width: 100%;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-thumbnail img {
    display: block;
    float: none;
    text-align: center;
    margin: 0.5em auto;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #212121;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0em auto 0.5em auto;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-thumbnail .media-caption {
    text-align: center;
  }
}
.media-thumbnail.left .media-caption,
.media-thumbnail.right .media-caption {
  text-align: center;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
    margin: 0.5em auto;
  }
}
.media-thumbnail.left {
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-thumbnail.media-size-hero-cta {
  display: block;
  position: relative;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-thumbnail.media-size-hero-cta {
    max-width: 300px;
    margin: 0.25em auto;
  }
}
.media-thumbnail.media-size-hero-cta img {
  margin-bottom: 0.4em;
}
.media-thumbnail.media-size-hero-cta .media-caption {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #c5312d url('../../include/resources/skybury/images/g-arrow-white.svg') 95% 50% no-repeat;
  background-size: 20px 12px;
  font-size: 1.5em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #c5312d;
  margin: 0.4em 0em;
  padding: 0.5em 2.25em 0.5em 0.65em;
  cursor: pointer;
  text-align: left;
  width: auto !important;
  padding: 0.2em 2em 0.2em 0.5em;
  position: absolute;
  left: 0.5em;
  bottom: 0.25em;
  z-index: 10;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.media-size-hero-cta .media-caption {
    line-height: 1.25em;
  }
}
.media-thumbnail.media-size-hero-cta .media-caption .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.media-thumbnail.media-size-hero-cta .media-caption img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.media-thumbnail.media-size-hero-cta .media-caption:hover {
  color: #ffffff;
  background-color: #9d2622;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-thumbnail.media-size-hero-cta .media-caption {
    font-size: 1.2em;
  }
}
.media-thumbnail.media-size-hero-cta:hover .media-caption {
  color: #ffffff;
  background-color: #9d2622;
}
.media-gallery {
  margin-right: -1.75em;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-gallery {
    margin-right: 0em;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  vertical-align: top;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 1024px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 17px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 49.5%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 1024px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 1024px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    margin: 0.5em auto;
  }
}
.media-gallery .media-thumbnail img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  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;
}
.page-region form.f {
  color: #212121;
  background: transparent;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border: none;
  max-width: 100%;
  padding: 0px;
}
.page-region form.f.competition {
  font-size: 0px;
  line-height: 0px;
}
.page-region form.f.competition > * {
  font-size: 17px;
  line-height: 1.25em;
}
.page-region form.f.competition .form-row {
  padding: 0.6em 0em;
}
.page-region form.f.competition .form-row .field #cm-name_field + .validation-advice,
.page-region form.f.competition .form-row .field #cm-xtkljj-xtkljj_field + .validation-advice,
.page-region form.f.competition .form-row .field #cm-fo-mjiuuk_field + .validation-advice {
  margin-left: 100px;
}
.page-region form.f.competition .form-row.block {
  width: 100%;
}
.page-region form.f.competition .form-row.block .field {
  z-index: 1337;
}
.page-region form.f.competition .form-row.block .field input[type=text],
.page-region form.f.competition .form-row.block .field input[type=email],
.page-region form.f.competition .form-row.block .field input[type=password],
.page-region form.f.competition .form-row.block .field select,
.page-region form.f.competition .form-row.block .field textarea {
  width: 80%;
}
.page-region form.f.competition .form-row.block .field span.note.required {
  position: absolute;
  top: 0;
  right: 0%;
}
.page-region form.f.competition .form-row.inline {
  display: inline-block;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form.f.competition .form-row.inline {
    display: block;
  }
}
.page-region form.f.competition .form-row.inline.country {
  width: 64%;
}
.page-region form.f.competition .form-row.inline.country .field input[type=text],
.page-region form.f.competition .form-row.inline.country .field input[type=email],
.page-region form.f.competition .form-row.inline.country .field input[type=password],
.page-region form.f.competition .form-row.inline.country .field select,
.page-region form.f.competition .form-row.inline.country .field textarea {
  width: 65%;
}
.page-region form.f.competition .form-row.inline.country .field span.note.required {
  position: absolute;
  top: 0;
  right: 4%;
}
.page-region form.f.competition .form-row.inline.postcode {
  width: 36%;
}
.page-region form.f.competition .form-row.inline.postcode .field input[type=text],
.page-region form.f.competition .form-row.inline.postcode .field input[type=email],
.page-region form.f.competition .form-row.inline.postcode .field input[type=password],
.page-region form.f.competition .form-row.inline.postcode .field select,
.page-region form.f.competition .form-row.inline.postcode .field textarea {
  width: 45%;
}
.page-region form.f.competition .form-row.inline.postcode .field span.note.required {
  position: absolute;
  top: 0;
  right: 0%;
}
.page-region form.f.competition .form-row.inline .field span.note.required {
  position: absolute;
  top: 0;
  right: 8.5%;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form.f.competition .form-row.block,
  .page-region form.f.competition .form-row.inline,
  .page-region form.f.competition .form-row.inline.country,
  .page-region form.f.competition .form-row.inline.postcode {
    width: 100%;
    padding: 0.5em 0em;
  }
  .page-region form.f.competition .form-row.block .field,
  .page-region form.f.competition .form-row.inline .field,
  .page-region form.f.competition .form-row.inline.country .field,
  .page-region form.f.competition .form-row.inline.postcode .field {
    width: 100%;
    padding: 0.25em 0.5em 0.1em 0em;
  }
  .page-region form.f.competition .form-row.block .field input[type=text],
  .page-region form.f.competition .form-row.block .field input[type=email],
  .page-region form.f.competition .form-row.block .field input[type=password],
  .page-region form.f.competition .form-row.block .field select,
  .page-region form.f.competition .form-row.block .field textarea,
  .page-region form.f.competition .form-row.inline .field input[type=text],
  .page-region form.f.competition .form-row.inline .field input[type=email],
  .page-region form.f.competition .form-row.inline .field input[type=password],
  .page-region form.f.competition .form-row.inline .field select,
  .page-region form.f.competition .form-row.inline .field textarea,
  .page-region form.f.competition .form-row.inline.country .field input[type=text],
  .page-region form.f.competition .form-row.inline.country .field input[type=email],
  .page-region form.f.competition .form-row.inline.country .field input[type=password],
  .page-region form.f.competition .form-row.inline.country .field select,
  .page-region form.f.competition .form-row.inline.country .field textarea,
  .page-region form.f.competition .form-row.inline.postcode .field input[type=text],
  .page-region form.f.competition .form-row.inline.postcode .field input[type=email],
  .page-region form.f.competition .form-row.inline.postcode .field input[type=password],
  .page-region form.f.competition .form-row.inline.postcode .field select,
  .page-region form.f.competition .form-row.inline.postcode .field textarea {
    width: 100%;
  }
  .page-region form.f.competition .form-row.block .field span.note.required,
  .page-region form.f.competition .form-row.inline .field span.note.required,
  .page-region form.f.competition .form-row.inline.country .field span.note.required,
  .page-region form.f.competition .form-row.inline.postcode .field span.note.required {
    position: absolute;
    top: 6px;
    right: -8px;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form.f.competition .form-row.buttons {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.page-region form.f.competition .form-row.buttons button.submit {
  float: right;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form.f.competition .form-row.buttons button.submit {
    width: 100%;
    margin-bottom: 0;
  }
}
.page-region form.f.competition .form-row small {
  display: block;
  padding-top: 2px;
}
.page-region form.f.competition .form-row label {
  padding: 0.5em 0.5em 0 0em;
  position: relative;
  z-index: 21337;
}
.page-region form.f.competition hr {
  color: #ddd;
  background: #ddd;
  margin: 0.6em 0.5em 0.6em -0.5em;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form.f.competition hr {
    margin: 0.6em 0 0.6em -0.3em;
  }
}
.page-region form.f div.buttons,
.page-region form.f p.buttons {
  margin-top: 0px;
}
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row {
  color: #212121;
  background: transparent;
  border-bottom: none;
  padding: 0.8em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row {
    padding: 0.8em 0em;
  }
}
.page-region form .form-row label {
  float: left;
  width: 100px;
  padding: 0.3em 0.5em 0 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row label {
    padding: 0.3em 0em 0em 0em;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  position: relative;
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field span.note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=email],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  border: 1px solid #383838;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #212121;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  width: 80%;
  max-width: 100%;
  border: 1px solid #383838;
  padding: 0.3em;
  margin: 2px 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=email],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 90%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 4px 0 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 90%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 15%;
  min-width: 30px;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 20%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 90%;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 30%;
  min-width: 30px;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 30%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 90%;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 50%;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 90%;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 90%;
  }
}
.page-region form .form-row button.submit {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background-color: #c5312d;
  border: 0px solid #c5312d;
  float: left;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region form .form-row button.submit {
    text-align: left;
    width: 98%;
  }
}
.page-region form .form-row button.submit:hover {
  color: #ffffff;
  background-color: #9d2622;
}
.page-region form .form-row .buttons {
  border: none;
}
.page-region form.medium-label .buttons {
  margin-top: 0px;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 160px;
  margin-right: 10px;
}
.page-region form.large-label .field {
  margin-left: 170px;
}
#user_pass_login_form .buttons.form-row {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  body .content-block form {
    max-width: 100%;
  }
  body .content-block form .form-row {
    max-width: 100%;
  }
  body .content-block form .form-row input[type=text],
  body .content-block form .form-row input[type=email],
  body .content-block form .form-row input[type=password],
  body .content-block form .form-row select,
  body .content-block form .form-row textarea,
  body .content-block form .form-row .buttons {
    max-width: 100%;
  }
  body .content-block form .form-row .field,
  body .content-block form .form-row .large-label .field,
  body .content-block form .form-row .inline-field {
    clear: both;
    display: block;
    margin: 0;
    padding: 0.5em 0em 0.1em 0em;
  }
  body .content-block form .form-row label,
  body .content-block form .form-row .large-label label {
    float: none;
    width: auto;
    padding: 0.5em 0em 0.1em 0em;
  }
  body .content-block form div.buttons,
  body .content-block form p.buttons {
    text-align: left;
    margin: 5px 0px 5px 0px;
  }
}
.cta {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 1024px) {
  .cta {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .cta {
    max-width: 285px;
    margin: 0.25em auto;
  }
}
.cta .cta-inner {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #212121;
  font-size: 1em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  text-align: center;
  border: none;
  padding: 0em;
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.cta .cta-inner:hover {
  background: #c5312d;
}
.cta .cta-inner a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0em 0em 1.25em 0em;
}
.cta .cta-inner a:hover {
  color: #ffffff;
}
.cta .cta-inner a .cta-icon-wrapper.icon-calendar,
.cta .cta-inner a .cta-icon-wrapper.icon-media,
.cta .cta-inner a .cta-icon-wrapper.icon-ribbon,
.cta .cta-inner a .cta-icon-wrapper.icon-camera {
  display: block;
  text-align: center;
  height: 3.25em;
  margin-top: 3em;
}
.cta .cta-inner a .cta-icon-wrapper.icon-calendar .cta-icon,
.cta .cta-inner a .cta-icon-wrapper.icon-media .cta-icon,
.cta .cta-inner a .cta-icon-wrapper.icon-ribbon .cta-icon,
.cta .cta-inner a .cta-icon-wrapper.icon-camera .cta-icon {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: #212121;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 5.75em;
  height: 5.75em;
  margin-top: -2em;
}
.cta .cta-inner a .cta-icon-wrapper.icon-calendar .cta-icon {
  background-image: url('../../include/resources/skybury/images/g-icon-calendar.svg');
  background-size: 38px 41px;
}
.cta .cta-inner a .cta-icon-wrapper.icon-media .cta-icon {
  background-image: url('../../include/resources/skybury/images/g-icon-media.svg');
  background-size: 39px 33px;
}
.cta .cta-inner a .cta-icon-wrapper.icon-ribbon .cta-icon {
  background-image: url('../../include/resources/skybury/images/g-icon-ribbon.svg');
  background-size: 35px 46px;
}
.cta .cta-inner a .cta-icon-wrapper.icon-camera .cta-icon {
  background-image: url('../../include/resources/skybury/images/g-icon-camera.svg');
  background-size: 40px 30px;
}
.cta .cta-inner a .media-thumbnail img.media-size-call-to-action {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0em;
  margin: 0em;
}
.cta .cta-inner a .cta-title {
  display: block;
  font-size: 1.5em;
  line-height: 1.05em;
  text-transform: uppercase;
  margin: 1.25em 1.5em 0.5em 1.5em;
}
.cta .cta-inner a .cta-description {
  display: block;
  margin: 0.5em 1.5em;
}
.cta.cta-last {
  margin-right: 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .cta.cta-last {
    margin: 0.25em auto;
  }
}
.news-posts-list .news-post .news-post-info {
  color: #616161;
}
.news-posts-list.news-posts-list-brief .news-post {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  background: url('../../include/resources/skybury/images/g-icon-diamond.svg') 95% 100% no-repeat;
  background-size: 38px 39px;
  padding-bottom: 0.5em;
  margin: 1.5em 0.25em 1.25em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .news-posts-list.news-posts-list-brief .news-post {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .news-posts-list.news-posts-list-brief .news-post {
    margin-right: 0em;
  }
}
.news-posts-list.news-posts-list-brief .news-post .news-post-inner {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  background-color: #ffffff;
  min-height: 11.5em;
  padding: 1em;
}
@media handheld,only screen and (max-width: 1024px) {
  .news-posts-list.news-posts-list-brief .news-post .news-post-inner {
    min-height: 0em;
  }
}
.news-posts-list.news-posts-list-brief .news-post .news-post-inner h4 {
  color: #212121;
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 0em;
}
.news-posts-list.news-posts-list-brief .news-post .news-post-inner h4 a {
  color: #212121;
  text-decoration: none;
}
.news-posts-list.news-posts-list-brief .news-post .news-post-inner h4 a:hover {
  color: #9d2622;
}
.news-posts-list.news-posts-list-brief .news-post .news-post-inner .news-date {
  color: #8a8686;
  font-size: 0.95em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  margin: -0.2em 0em -0.35em 0em;
}
.news-posts-list.news-posts-list-brief .news-post .news-post-inner .news-post-preview {
  color: #212121;
  font-size: 1em;
  line-height: 1em;
}
.news-posts-list.news-posts-list-brief .news-post:last-child {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .news-posts-list.news-posts-list-brief .news-post:last-child {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .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: #616161;
}
.news-posts-single #cms_page_comment_form .form-row {
  border: none;
}
.news-posts-single #cms_page_comment_form .form-row div.field {
  display: block;
}
@media handheld,only screen and (max-width: 1024px) {
  .news-posts-single #cms_page_comment_form .form-row div.field {
    margin-left: 0px;
  }
}
.news-posts-single #cms_page_comment_form .form-row:last-child {
  border-bottom: none;
}
.news-posts-single #cms_page_comment_form .buttons.form-row {
  padding-left: 11em;
}
@media handheld,only screen and (max-width: 1024px) {
  .news-posts-single #cms_page_comment_form .buttons.form-row {
    padding-left: 1.5em;
  }
}
.news-posts-single #cms_page_comment_form .buttons.form-row .submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #c5312d url('../../include/resources/skybury/images/g-arrow-white.svg') 95% 50% no-repeat;
  background-size: 20px 12px;
  font-size: 1.5em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #c5312d;
  margin: 0.4em 0em;
  padding: 0.5em 2.25em 0.5em 0.65em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .news-posts-single #cms_page_comment_form .buttons.form-row .submit {
    line-height: 1.25em;
  }
}
.news-posts-single #cms_page_comment_form .buttons.form-row .submit .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.news-posts-single #cms_page_comment_form .buttons.form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.news-posts-single #cms_page_comment_form .buttons.form-row .submit:hover {
  color: #ffffff;
  background-color: #9d2622;
}
.search-wrapper {
  padding: 0.1em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .search-wrapper {
    padding: 0.5em 1em 2em 1em;
  }
}
.search-wrapper #search {
  background: none;
  font-size: 1.5em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  border-bottom: 1px solid #9d2622;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0em;
  margin: 0em;
  top: 0.5em;
}
.search-wrapper #search input {
  color: #8a8686;
  background: transparent;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  padding: 0em;
  margin: 0em;
  border: none;
}
.search-wrapper #search input#search-submit {
  background: transparent url('../../include/resources/skybury/images/g-search-icon.svg') 0% 100% no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0em;
  right: 0em;
}
#site_search_form .form-row {
  border-bottom: none;
}
@media handheld,only screen and (max-width: 1024px) {
  #site_search_form .form-row {
    padding: 0.25em 0.5em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  #site_search_form .form-row .long {
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  #site_search_form .form-row button {
    width: auto;
  }
}
#shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 1024px) {
  #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
#shipment_default_address_region.use-invoice-address {
  opacity: 0.2;
}
@media handheld,only screen and (max-width: 1024px) {
  #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.ajax-loading {
  opacity: 0.5;
}
.iframeBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeBlock div {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 56.25%;
}
.product-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #c5312d url('../../include/resources/skybury/images/g-arrow-white.svg') 95% 50% no-repeat;
  background-size: 20px 12px;
  font-size: 1.5em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #c5312d;
  margin: 0.4em 0em;
  padding: 0.5em 2.25em 0.5em 0.65em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .product-button {
    line-height: 1.25em;
  }
}
.product-button .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.product-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.product-button:hover {
  color: #ffffff;
  background-color: #9d2622;
}
.warning-message {
  color: #ffffff;
  background-color: #c5312d;
  text-align: center;
  border: 1px solid #212121;
  padding: 0.5em;
  margin: 1em 0em;
}
.list-category,
.list-product {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  text-align: center;
  position: relative;
  margin-bottom: 1.5em;
}
@media handheld,only screen and (max-width: 1024px) {
  .list-category,
  .list-product {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .list-category,
  .list-product {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 17px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 24.25%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 1024px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 1024px) {
  .list-category,
  .list-product {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 512px) {
  .list-category,
  .list-product {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 17px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 49.5%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 1024px),only screen and (max-width: 512px) and handheld,only screen and (max-width: 512px) and only screen and (max-width: 1024px) {
  .list-category,
  .list-product {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.list-category.featured,
.list-product.featured {
  display: inline-block;
  width: 12.3%;
}
@media handheld,only screen and (max-width: 1024px) {
  .list-category.featured,
  .list-product.featured {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 17px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 24.25%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 1024px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 1024px) {
  .list-category.featured,
  .list-product.featured {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 512px) {
  .list-category.featured,
  .list-product.featured {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 17px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 49.5%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 1024px),only screen and (max-width: 512px) and handheld,only screen and (max-width: 512px) and only screen and (max-width: 1024px) {
  .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 .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: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
}
.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: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 66.333333333333%;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 100%;
}
@media handheld,only screen and (max-width: 1024px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.product-details-wrapper .product-info .product-price {
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  font-size: 2em;
  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: 1024px) {
  .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: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: #212121;
  background-color: #ffffff;
  border: 1px solid #383838;
  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: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0.85em 0em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 100%;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
}
@media handheld,only screen and (max-width: 1024px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
form.register-form,
form.my-account-form,
form.my-orders-form,
form.checkout-form {
  color: #212121;
  background: transparent;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border: none;
}
form.register-form .form-row,
form.my-account-form .form-row,
form.my-orders-form .form-row,
form.checkout-form .form-row {
  color: #212121;
  background: transparent;
  border-bottom: none;
  padding: 0.8em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  form.register-form .form-row,
  form.my-account-form .form-row,
  form.my-orders-form .form-row,
  form.checkout-form .form-row {
    padding: 0em;
    margin-bottom: 0.75em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  form.register-form .form-row.small label,
  form.register-form .form-row.small .field,
  form.register-form .form-row.medium label,
  form.register-form .form-row.medium .field,
  form.register-form .form-row.large label,
  form.register-form .form-row.large .field,
  form.my-account-form .form-row.small label,
  form.my-account-form .form-row.small .field,
  form.my-account-form .form-row.medium label,
  form.my-account-form .form-row.medium .field,
  form.my-account-form .form-row.large label,
  form.my-account-form .form-row.large .field,
  form.my-orders-form .form-row.small label,
  form.my-orders-form .form-row.small .field,
  form.my-orders-form .form-row.medium label,
  form.my-orders-form .form-row.medium .field,
  form.my-orders-form .form-row.large label,
  form.my-orders-form .form-row.large .field,
  form.checkout-form .form-row.small label,
  form.checkout-form .form-row.small .field,
  form.checkout-form .form-row.medium label,
  form.checkout-form .form-row.medium .field,
  form.checkout-form .form-row.large label,
  form.checkout-form .form-row.large .field {
    padding-left: 0em;
    margin-left: 0em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  form.register-form .form-row.small.captcha label,
  form.register-form .form-row.medium.captcha label,
  form.register-form .form-row.large.captcha label,
  form.my-account-form .form-row.small.captcha label,
  form.my-account-form .form-row.medium.captcha label,
  form.my-account-form .form-row.large.captcha label,
  form.my-orders-form .form-row.small.captcha label,
  form.my-orders-form .form-row.medium.captcha label,
  form.my-orders-form .form-row.large.captcha label,
  form.checkout-form .form-row.small.captcha label,
  form.checkout-form .form-row.medium.captcha label,
  form.checkout-form .form-row.large.captcha label {
    display: block;
    margin-top: 1em;
  }
}
form.register-form .form-row.small.captcha .captcha-field,
form.register-form .form-row.medium.captcha .captcha-field,
form.register-form .form-row.large.captcha .captcha-field,
form.my-account-form .form-row.small.captcha .captcha-field,
form.my-account-form .form-row.medium.captcha .captcha-field,
form.my-account-form .form-row.large.captcha .captcha-field,
form.my-orders-form .form-row.small.captcha .captcha-field,
form.my-orders-form .form-row.medium.captcha .captcha-field,
form.my-orders-form .form-row.large.captcha .captcha-field,
form.checkout-form .form-row.small.captcha .captcha-field,
form.checkout-form .form-row.medium.captcha .captcha-field,
form.checkout-form .form-row.large.captcha .captcha-field {
  margin-left: 5.85em;
}
@media handheld,only screen and (max-width: 1024px) {
  form.register-form .form-row.small.captcha .captcha-field,
  form.register-form .form-row.medium.captcha .captcha-field,
  form.register-form .form-row.large.captcha .captcha-field,
  form.my-account-form .form-row.small.captcha .captcha-field,
  form.my-account-form .form-row.medium.captcha .captcha-field,
  form.my-account-form .form-row.large.captcha .captcha-field,
  form.my-orders-form .form-row.small.captcha .captcha-field,
  form.my-orders-form .form-row.medium.captcha .captcha-field,
  form.my-orders-form .form-row.large.captcha .captcha-field,
  form.checkout-form .form-row.small.captcha .captcha-field,
  form.checkout-form .form-row.medium.captcha .captcha-field,
  form.checkout-form .form-row.large.captcha .captcha-field {
    margin-left: 0em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  form.register-form .form-row label,
  form.register-form .form-row .field,
  form.my-account-form .form-row label,
  form.my-account-form .form-row .field,
  form.my-orders-form .form-row label,
  form.my-orders-form .form-row .field,
  form.checkout-form .form-row label,
  form.checkout-form .form-row .field {
    padding-left: 0em;
    margin-left: 0em;
  }
}
form.register-form .form-row label,
form.my-account-form .form-row label,
form.my-orders-form .form-row label,
form.checkout-form .form-row label {
  padding-left: 0em;
}
form.register-form .form-row input.large,
form.register-form .form-row textarea.large,
form.my-account-form .form-row input.large,
form.my-account-form .form-row textarea.large,
form.my-orders-form .form-row input.large,
form.my-orders-form .form-row textarea.large,
form.checkout-form .form-row input.large,
form.checkout-form .form-row textarea.large {
  width: 75%;
}
@media handheld,only screen and (max-width: 1024px) {
  form.register-form .form-row input.large,
  form.register-form .form-row textarea.large,
  form.my-account-form .form-row input.large,
  form.my-account-form .form-row textarea.large,
  form.my-orders-form .form-row input.large,
  form.my-orders-form .form-row textarea.large,
  form.checkout-form .form-row input.large,
  form.checkout-form .form-row textarea.large {
    width: 90%;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  form.register-form .form-row .field,
  form.my-account-form .form-row .field,
  form.my-orders-form .form-row .field,
  form.checkout-form .form-row .field {
    padding-left: 0em;
  }
}
form.register-form .form-row .field .submit,
form.my-account-form .form-row .field .submit,
form.my-orders-form .form-row .field .submit,
form.checkout-form .form-row .field .submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #c5312d url('../../include/resources/skybury/images/g-arrow-white.svg') 95% 50% no-repeat;
  background-size: 20px 12px;
  font-size: 1.5em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #c5312d;
  margin: 0.4em 0em;
  padding: 0.5em 2.25em 0.5em 0.65em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  form.register-form .form-row .field .submit,
  form.my-account-form .form-row .field .submit,
  form.my-orders-form .form-row .field .submit,
  form.checkout-form .form-row .field .submit {
    line-height: 1.25em;
  }
}
form.register-form .form-row .field .submit .button-arrow,
form.my-account-form .form-row .field .submit .button-arrow,
form.my-orders-form .form-row .field .submit .button-arrow,
form.checkout-form .form-row .field .submit .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
form.register-form .form-row .field .submit img,
form.my-account-form .form-row .field .submit img,
form.my-orders-form .form-row .field .submit img,
form.checkout-form .form-row .field .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
form.register-form .form-row .field .submit:hover,
form.my-account-form .form-row .field .submit:hover,
form.my-orders-form .form-row .field .submit:hover,
form.checkout-form .form-row .field .submit:hover {
  color: #ffffff;
  background-color: #9d2622;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.25em 0.1em;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 4%;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 10%;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 54%;
}
.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: #c5312d;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 85%;
}
@media handheld,only screen and (max-width: 1024px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 5em;
    max-width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
  }
}
.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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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 #383838;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #212121;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #383838;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 1024px) {
  .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 .order-comments textarea {
  width: 95%;
}
@media handheld,only screen and (max-width: 1024px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments textarea {
    width: 90%;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .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;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #ffffff;
  background: #c5312d url('../../include/resources/skybury/images/g-arrow-white.svg') 95% 50% no-repeat;
  background-size: 20px 12px;
  font-size: 1.5em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px solid #c5312d;
  margin: 0.4em 0em;
  padding: 0.5em 2.25em 0.5em 0.65em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update {
    line-height: 1.25em;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update .button-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers .voucher-update:hover {
  color: #ffffff;
  background-color: #9d2622;
}
.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: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .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 .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .payment-gateway .company-details {
    margin-left: 0em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .buttons {
    display: inline-block;
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.my-account-order-history-wrapper .search-form #created_range_field {
  width: 11em;
  margin-right: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .search-form #created_range_field {
    display: block;
    width: 80%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .search-form .form-row.tiny label,
  .my-account-order-history-wrapper .search-form .form-row.tiny input,
  .my-account-order-history-wrapper .search-form .form-row.tiny select,
  .my-account-order-history-wrapper .search-form .form-row.tiny textarea,
  .my-account-order-history-wrapper .search-form .form-row.small label,
  .my-account-order-history-wrapper .search-form .form-row.small input,
  .my-account-order-history-wrapper .search-form .form-row.small select,
  .my-account-order-history-wrapper .search-form .form-row.small textarea,
  .my-account-order-history-wrapper .search-form .form-row.medium label,
  .my-account-order-history-wrapper .search-form .form-row.medium input,
  .my-account-order-history-wrapper .search-form .form-row.medium select,
  .my-account-order-history-wrapper .search-form .form-row.medium textarea {
    display: block;
    width: 80%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .search-form .form-row.tiny label,
  .my-account-order-history-wrapper .search-form .form-row.small label,
  .my-account-order-history-wrapper .search-form .form-row.medium label {
    font-weight: bold;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .search-form .form-row .date-field {
    display: block;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .search-form .form-row .date-field input {
    width: 80%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .order-history-table {
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .order-history-table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .order-history-table tbody tr {
    display: block;
    background-color: #212121;
    padding: 1.5em 1em;
    border-bottom: 1px solid #383838;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .order-history-table tbody tr td {
    display: block;
    width: 100%;
    border: none;
  }
}
.my-account-order-history-wrapper .order-history-table tbody tr td .icon-button {
  display: inline-block;
  margin: 0em 1.75em;
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-order-history-wrapper .order-history-table tbody tr td .icon-button {
    display: block;
    margin: 0.75em 0em;
  }
}
.view-order-details-wrapper .view-order-details .form-row label {
  display: inline-block;
  width: 10em;
  padding: 0.4em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .view-order-details-wrapper .view-order-details .form-row label {
    width: 10em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .form-row label {
    width: 100%;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .view-order-details-wrapper .view-order-details .form-row .field {
    margin-left: 18em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .form-row .field {
    margin-left: 0em;
  }
}
.view-order-details-wrapper .view-order-details .form-row .field .readonly-field {
  border: 1px solid #383838;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  color: #212121;
  background: #efefef;
  font-size: 1.25em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border: 1px solid #383838;
  padding: 0.4em;
  margin: 0.25em 0;
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .form-row .field .readonly-field {
    width: 100%;
  }
}
.view-order-details-wrapper .view-order-details .form-row .field .readonly-field.large {
  width: 22em;
  max-width: 100%;
}
.view-order-details-wrapper .view-order-details .form-row .field .note {
  display: block;
  margin-left: 4.5em;
  margin-top: -0.5em;
}
@media handheld,only screen and (max-width: 1024px) {
  .view-order-details-wrapper .view-order-details .form-row .field .note {
    margin-left: 0em;
  }
}
.view-order-details-wrapper .view-order-details .shipment-table,
.view-order-details-wrapper .view-order-details .purchase-total-table {
  margin-bottom: 2.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .shipment-table .heading,
  .view-order-details-wrapper .view-order-details .purchase-total-table .heading {
    display: none;
  }
}
.view-order-details-wrapper .view-order-details .shipment-table .row,
.view-order-details-wrapper .view-order-details .purchase-total-table .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.25em 0.1em;
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .shipment-table .row,
  .view-order-details-wrapper .view-order-details .purchase-total-table .row {
    text-align: left;
  }
}
.view-order-details-wrapper .view-order-details .shipment-table .row .column,
.view-order-details-wrapper .view-order-details .purchase-total-table .row .column {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .shipment-table .row .column,
  .view-order-details-wrapper .view-order-details .purchase-total-table .row .column {
    text-align: left;
  }
}
.view-order-details-wrapper .view-order-details .shipment-table .row .column.label,
.view-order-details-wrapper .view-order-details .purchase-total-table .row .column.label {
  font-weight: bold;
}
.view-order-details-wrapper .view-order-details .shipment-table .row .column.description,
.view-order-details-wrapper .view-order-details .purchase-total-table .row .column.description {
  width: 40%;
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .shipment-table .row .column.description,
  .view-order-details-wrapper .view-order-details .purchase-total-table .row .column.description {
    width: 100%;
  }
}
.view-order-details-wrapper .view-order-details .shipment-table .row .column.price,
.view-order-details-wrapper .view-order-details .purchase-total-table .row .column.price {
  width: 20%;
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .shipment-table .row .column.price,
  .view-order-details-wrapper .view-order-details .purchase-total-table .row .column.price {
    width: 100%;
  }
}
.view-order-details-wrapper .view-order-details .shipment-table .row .column.quantity,
.view-order-details-wrapper .view-order-details .purchase-total-table .row .column.quantity {
  width: 20%;
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .shipment-table .row .column.quantity,
  .view-order-details-wrapper .view-order-details .purchase-total-table .row .column.quantity {
    width: 100%;
  }
}
.view-order-details-wrapper .view-order-details .shipment-table .row .column.total,
.view-order-details-wrapper .view-order-details .purchase-total-table .row .column.total {
  text-align: right;
  width: 10%;
}
@media handheld,only screen and (max-width: 768px) {
  .view-order-details-wrapper .view-order-details .shipment-table .row .column.total,
  .view-order-details-wrapper .view-order-details .purchase-total-table .row .column.total {
    width: 100%;
    text-align: left;
  }
}
.view-order-details-wrapper .view-order-details .purchase-total-table {
  width: auto;
}
.mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 768px) {
  .mobile-label {
    display: inline-block;
    margin-bottom: 0.25em;
    margin-right: 0.5em;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #c5312d;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height: 1.25em;
}
.page-region {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 1024px) {
  .page-region {
    padding: 0em 0em;
  }
}
.header-wrapper {
  background: #ffffff;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper {
    background: #212121;
  }
}
.header-wrapper .header-block {
  font-size: 17px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  position: relative;
  color: #c5312d;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block {
    padding: 0em 1em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-block {
    padding: 0.25em 1em;
  }
}
.header-wrapper .header-block .header-login {
  position: absolute;
  right: 307px;
  top: 20px;
  z-index: 10000;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%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%20%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229.4px%22%20height%3D%2210.3px%22%20viewBox%3D%220%200%209.4%2010.3%22%20enable-background%3D%22new%200%200%209.4%2010.3%22%20xml%3Aspace%3D%22preserve%22%20%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20fill%3D%22%23c5312d%22%20d%3D%22M7.6%2C10.3H1.8C0.7%2C10.3%2C0%2C9.6%2C0%2C8.6C0%2C7%2C0.4%2C4.7%2C2.3%2C4.7c0.2%2C0%2C1.1%2C0.9%2C2.4%2C0.9s2.2-0.9%2C2.4-0.9%20c2%2C0%2C2.3%2C2.3%2C2.3%2C3.8C9.4%2C9.6%2C8.7%2C10.3%2C7.6%2C10.3z%20M4.7%2C5.1C3.3%2C5.1%2C2.1%2C4%2C2.1%2C2.6S3.3%2C0%2C4.7%2C0s2.6%2C1.2%2C2.6%2C2.6S6.1%2C5.1%2C4.7%2C5.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 16px;
  padding-left: 15px;
}
.header-wrapper .header-block .header-login a {
  padding: 0 10px;
  text-decoration: none;
}
.header-wrapper .header-block .header-login a:hover {
  opacity: 0.7;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-login {
    display: block;
    right: auto;
    left: 22px;
    top: 22px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-block .header-login {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-image: none;
  }
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 52.325em;
  /*
  @media handheld, only screen and (max-width: unit(@pxBlockWidth - 1, 'px')) {
    @pxGutterWidth: ((@pcGutterWidth / 100) * 768);
    margin-right: unit(@pxGutterWidth - 4, 'px');
    width: unit(((((@colspan / @noCols) * ((100 + @pcGutterWidth) - (@noCols * @pcGutterWidth))) + ((@colspan * @pcGutterWidth) - @pcGutterWidth)) / 100) * 768, 'px');
  }
  */
  padding-left: 0em;
  vertical-align: middle;
  position: relative;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .logo-cell {
    display: none;
    text-align: center;
  }
}
.header-wrapper .header-block .logo-cell .logo {
  display: inline-block;
  padding: 3.1em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .logo-cell .logo {
    padding: 0em;
  }
}
.header-wrapper .header-block .header-right-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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;
  background: #9d2622 url('../../include/resources/skybury/images/i-cart.svg') 50% 30% no-repeat;
  background-size: 219px 179px;
  padding-right: 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell {
    background: none;
    text-align: right;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-block .header-right-cell {
    text-align: center;
  }
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper {
  font-size: 1.4em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  min-height: 2.5em;
  margin: 0.75em 2em;
  color: #ffffff;
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper a {
  color: #ffffff;
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper a:hover {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper {
    font-size: 1em;
    min-height: 0em;
    margin: 0em;
    padding: 0.25em 0em;
  }
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper .empty-cart {
  display: block;
  font-size: 1.2em;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .empty-cart {
    display: inline-block;
    font-size: 1em;
    text-align: center;
    padding-bottom: 0em;
  }
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper .number-of-items {
  text-align: justify;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .number-of-items {
    display: inline-block;
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .number-of-items {
    display: block;
  }
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row {
  padding: 0.75em 0em;
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row {
    display: inline-block;
    padding: 0em;
  }
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row .total-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  font-size: 1em;
  margin-right: 0.1em;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row .total-label {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row .total-label {
    display: inline-block;
  }
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row .total-amount {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 49.5%;
  padding-right: 0;
  font-size: 1em;
  text-align: right;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row .total-amount {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row .total-amount {
    display: inline-block;
    text-align: center;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row::before {
    content: "|";
    margin: 0em 0.2em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .total-row::before {
    display: none;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .checkout {
    display: inline-block;
  }
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper .checkout .button {
  background-color: #212121;
  font-size: 1em;
  width: 100%;
  margin: 0.25em 0em 0.1em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .checkout .button {
    background: none;
    text-transform: none;
    padding: 0em;
    margin: 0em;
  }
}
.header-wrapper .header-block .header-right-cell .cart-info-wrapper .checkout .button:hover {
  background-color: #731c19;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .checkout .button:hover {
    color: #c5312d;
    background: none;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .checkout .button:hover::before {
    color: #ffffff;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .checkout .button::before {
    content: "|";
    margin: 0em 0.4em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-block .header-right-cell .cart-info-wrapper .checkout .button::before {
    display: none;
  }
}
.header-wrapper .header-block .header-right-cell .facebook-like-button {
  text-align: center;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-block .header-right-cell .facebook-like-button {
    text-align: right;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-block .header-right-cell .facebook-like-button {
    text-align: center;
  }
}
.header-wrapper .header-block a {
  color: #c5312d;
}
.header-wrapper .header-block a:hover {
  color: #c5312d;
}
.nav-wrapper {
  background: #212121;
}
.nav-wrapper .nav-block {
  font-size: 17px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  color: #ffffff;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  z-index: 20;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block {
    overflow: hidden;
    text-align: left;
  }
}
.nav-wrapper .nav-block .nav-toggle {
  display: none;
  color: #c5312d;
  background: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 1em;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-toggle .toggle-icon {
  float: right;
  background: transparent url('../../include/resources/skybury/images/g-menu.svg') 50% 0% no-repeat;
  width: 23px;
  height: 23px;
  margin-top: -2px;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-column {
  /* Top Level */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 52.325em;
  /*
  @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: 1024px) {
  .nav-wrapper .nav-block .nav-column {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.nav-wrapper .nav-block .nav-column ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul {
    display: block;
    text-align: left;
    border: 0;
    padding: 0em 0em;
  }
}
.nav-wrapper .nav-block .nav-column ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-right: 1px solid #383838;
  padding: 0;
  margin: 0;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #383838;
  }
}
.nav-wrapper .nav-block .nav-column ul li a {
  display: block;
  color: #ffffff;
  font-size: 1.25em;
  text-decoration: none;
  padding: 0.95em 0.75em;
  white-space: nowrap;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>'); 
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: 2.5em;
              
              @media handheld, only screen and (max-width: @responsiveWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
.nav-wrapper .nav-block .nav-column ul li a.highlighted {
  background-color: #9d2622;
}
.nav-wrapper .nav-block .nav-column ul li a.highlighted:hover {
  background-color: #731c19;
}
.nav-wrapper .nav-block .nav-column ul li a:hover {
  color: #ffffff;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');   
                background-position: center right;
                background-repeat: no-repeat;
                padding-right: 2.5em;

                @media handheld, only screen and (max-width: @responsiveWidth) {
                  background-image: none;
                  padding-right: 0;
                }              
              }
              */
  background: #383838;
}
.nav-wrapper .nav-block .nav-column ul li:first-child {
  border-left: 1px solid #383838;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li:last-child {
    border: 0;
    border-top: 1px solid #383838;
  }
}
.nav-wrapper .nav-block .nav-column 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.5em;
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul {
  display: block;
  position: absolute;
  top: 3.5em;
  left: 0em;
  right: auto;
  background: #212121;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul {
    display: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    position: static;
    top: auto;
    height: auto;
    background: transparent;
    border: 0;
    margin-bottom: -1px;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul li {
  display: block;
  background: #212121;
  line-height: 1.8em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li {
    background: none;
    -ms-filter: none;
    border: 0;
    padding-left: 1.75em;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul li a {
  color: #ffffff;
  font-size: 1em;
  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: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li a {
    padding: 0.25em 0em -0.25em 1.5em;
    margin: 0.25em 0em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul li a:hover {
  color: #ffffff;
  /* UN-COMMENT TO ENABLE TOP-LEVEL PARENT ARROWS
                  &.has_children {
                    background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-right: 2.5em;
                    
                    @media handheld, only screen and (max-width: @responsiveWidth) {
                      background-image: none;
                      padding-right: 0;
                    }                  
                  }
                  */
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li a:hover {
    color: #ffffff;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul li a.disabled {
  color: #aaaaaa;
  background: transparent url('../../include/resources/skybury/images/g-disabled.svg') no-repeat right center;
  cursor: default;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li a.disabled {
    opacity: 0.7;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li > ul {
    display: block;
  }
}
.nav-wrapper .nav-block .nav-column ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper .nav-block .nav-column ul li ul li:hover > ul {
    position: static;
  }
}
.nav-wrapper .nav-block .search-column {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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: 1024px) {
  .nav-wrapper .nav-block .search-column {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.hero-wrapper {
  background: #ffffff;
  padding: 1.25em 0em;
}
.hero-wrapper .hero-block {
  font-size: 17px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block {
    padding: 0em 1em;
  }
}
.hero-wrapper .hero-block .hero-images {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 52.325em;
  /*
  @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');
  }
  */
  overflow: hidden;
  position: relative;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-images {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.hero-wrapper .hero-block .hero-images img {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.hero-wrapper .hero-block .hero-ctas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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: 1024px) {
  .hero-wrapper .hero-block .hero-ctas {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.hero-wrapper .hero-block .hero-ctas div {
  position: relative;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-ctas div {
    width: 300px;
    max-width: 100%;
    margin: 0em auto;
  }
}
.hero-wrapper .hero-block .hero-ctas div:hover .button {
  color: #ffffff;
  background-color: #9d2622;
}
.hero-wrapper .hero-block .hero-ctas div .button {
  position: absolute;
  left: 0.5em;
  bottom: 0.25em;
  z-index: 10;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-ctas div .button {
    font-size: 1.2em;
  }
}
.hero-wrapper .hero-block .hero-ctas div p {
  margin: 0em;
}
.hero-wrapper .hero-block .hero-text {
  position: absolute;
  left: 60px;
  top: 25%;
  font-size: 1.7em;
  line-height: 1.1em;
  letter-spacing: -1px;
  width: 50%;
  z-index: 10;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-text {
    left: 10px;
    width: 90%;
  }
}
.hero-wrapper .hero-block .hero-text .hero-title,
.hero-wrapper .hero-block .hero-text .hero-alt {
  text-shadow: 1px 1px 2px #333;
  filter: dropshadow(color=#333,offx=1px,offy=1px);
}
.hero-wrapper .hero-block .hero-text .hero-title {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 0.1em;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-text .hero-title {
    font-size: 1.5em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .hero-text .hero-alt {
  color: #ffffff;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-text .hero-alt {
    font-size: 1em;
    line-height: 1em;
  }
}
.hero-wrapper .hero-block .hero-nav-left,
.hero-wrapper .hero-block .hero-nav-right {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #f1cccb;
  background-color: #c5312d;
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  min-width: 1.6em;
  min-height: 1.6em;
  border: 2px solid #ffffff;
  /* half of height */
  margin-top: -0.8em;
  /* half of width */
  margin-left: -0.8em;
  z-index: 15;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-nav-left,
  .hero-wrapper .hero-block .hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-block .hero-nav-left:hover,
.hero-wrapper .hero-block .hero-nav-right:hover {
  background-color: #9d2622;
}
.hero-wrapper .hero-block .hero-nav-left {
  left: 0;
  right: auto;
  margin-left: -15px;
  margin-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-nav-left {
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-block .hero-nav-left {
    display: none;
  }
}
.hero-wrapper .hero-block .hero-nav-right {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -15px;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-nav-right {
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-block .hero-nav-right {
    display: none;
  }
}
.hero-wrapper .hero-block .hero-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 15;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-nav {
    position: relative;
    bottom: -5px;
    text-align: center;
  }
}
.hero-wrapper .hero-block .hero-nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #deaead;
  border: 3px solid #ffffff;
  padding: 5px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 1024px) {
  .hero-wrapper .hero-block .hero-nav ul li {
    padding: 8px;
    border-width: 5px;
    margin-right: 10px;
  }
}
.hero-wrapper .hero-block .hero-nav ul li:hover {
  background: #9d2622;
}
.hero-wrapper .hero-block .hero-nav ul li.currentslide {
  background: #c5312d;
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper.home .content-block .title-section,
.content-wrapper.home .juicer-wrapper .title-section {
  border-bottom: 2px solid #c5312d;
}
.content-wrapper.home .content-block .title-section h1,
.content-wrapper.home .content-block .title-section h2,
.content-wrapper.home .juicer-wrapper .title-section h1,
.content-wrapper.home .juicer-wrapper .title-section h2 {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper.home .content-block .title-section h1,
  .content-wrapper.home .content-block .title-section h2,
  .content-wrapper.home .juicer-wrapper .title-section h1,
  .content-wrapper.home .juicer-wrapper .title-section h2 {
    font-size: 1em;
  }
}
.content-wrapper.home .content-block .title-section h1.title,
.content-wrapper.home .content-block .title-section h2.title,
.content-wrapper.home .juicer-wrapper .title-section h1.title,
.content-wrapper.home .juicer-wrapper .title-section h2.title {
  color: #ffffff;
  background-color: #c5312d;
  padding: 0.3em 0.6em;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper.home .content-block .title-section h1.title,
  .content-wrapper.home .content-block .title-section h2.title,
  .content-wrapper.home .juicer-wrapper .title-section h1.title,
  .content-wrapper.home .juicer-wrapper .title-section h2.title {
    padding: 0.5em 0.4em;
  }
}
.content-wrapper.home .content-block .title-section h1.title-link,
.content-wrapper.home .content-block .title-section h2.title-link,
.content-wrapper.home .juicer-wrapper .title-section h1.title-link,
.content-wrapper.home .juicer-wrapper .title-section h2.title-link {
  background: #212121 url('../../include/resources/skybury/images/g-arrow-white.svg') 85% 50% no-repeat;
  background-size: 20px 12px;
}
.content-wrapper.home .content-block .title-section h1.title-link a,
.content-wrapper.home .content-block .title-section h2.title-link a,
.content-wrapper.home .juicer-wrapper .title-section h1.title-link a,
.content-wrapper.home .juicer-wrapper .title-section h2.title-link a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0.3em 1.75em 0.3em 0.6em;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper.home .content-block .title-section h1.title-link a,
  .content-wrapper.home .content-block .title-section h2.title-link a,
  .content-wrapper.home .juicer-wrapper .title-section h1.title-link a,
  .content-wrapper.home .juicer-wrapper .title-section h2.title-link a {
    padding: 0.5em 1.75em 0.5em 0.4em;
  }
}
.content-wrapper.home .content-block .title-section h1.title-link:hover,
.content-wrapper.home .content-block .title-section h2.title-link:hover,
.content-wrapper.home .juicer-wrapper .title-section h1.title-link:hover,
.content-wrapper.home .juicer-wrapper .title-section h2.title-link:hover {
  background-color: #9d2622;
}
.content-wrapper.home .content-block .content-section,
.content-wrapper.home .juicer-wrapper .content-section {
  padding: 1.3125em 0em;
}
.content-wrapper .content-block {
  font-size: 17px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 1.75em 0em;
  color: #212121;
  background: #ffffff;
  overflow: auto;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper .content-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper .content-block {
    padding: 1em;
  }
}
.content-wrapper .content-block .subnav {
  padding: 0em;
  margin: 0em;
}
.content-wrapper .content-block .subnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper .content-block .subnav li {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.content-wrapper .content-block .subnav li a {
  display: block;
  color: #ffffff;
  background: #9d2622 url('../../include/resources/skybury/images/i-bean-bg.png') 0% 0% repeat;
  font-size: 1.5em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  line-height: 1.2em;
  text-decoration: none;
  padding: 1em;
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper .content-block .subnav li a {
    font-size: 1.2em;
    margin: 0.5em 0em;
  }
}
.content-wrapper .content-block .subnav li a:hover {
  background-color: #212121;
}
.content-wrapper .specials-content-block {
  font-size: 17px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  padding: 1.75em 0em;
  color: #212121;
  background: #ffffff;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper .specials-content-block {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-wrapper .specials-content-block .specials-content-inner {
  margin: 30px auto;
  padding: 38px 38px 20px 108px;
  background: #ffffff;
  border: #e1e1e1 1px solid;
  position: relative;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper .specials-content-block .specials-content-inner {
    padding: 38px 38px 20px 38px;
  }
}
.content-wrapper .specials-content-block .specials-content-inner .specials-banner {
  position: absolute;
  top: -10px;
  left: -10px;
}
.content-wrapper .specials-content-block .specials-content-inner .special-heading {
  color: #9d2622;
  font-weight: normal;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 16px;
}
@media handheld,only screen and (max-width: 1024px) {
  .content-wrapper .specials-content-block .specials-content-inner .special-heading {
    text-align: right;
    font-size: 1.1em;
    margin-top: 10px;
  }
}
.content-wrapper .specials-content-block .specials-content-inner .special-note {
  color: grey;
  margin: 1em 0;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-style: italic;
}
.content-wrapper .specials-content-block .specials-content-inner .special-regards {
  font-weight: bold;
  margin: 1em 0;
}
.latest-news-wrapper {
  background: #212121 url('../../include/resources/skybury/images/i-bean-bg.png') 0% 0% repeat;
}
.latest-news-wrapper .latest-news-block {
  font-size: 17px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  margin: 0em auto;
  padding: 1.75em 0em;
  color: #ffffff;
}
@media handheld,only screen and (max-width: 1024px) {
  .latest-news-wrapper .latest-news-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: 1024px) {
  .latest-news-wrapper .latest-news-block {
    padding: 1em;
  }
}
.latest-news-wrapper .latest-news-block .heading {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 1024px) {
  .latest-news-wrapper .latest-news-block .heading {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .latest-news-wrapper .latest-news-block .heading {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 17px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 49.5%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 1024px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 1024px) {
  .latest-news-wrapper .latest-news-block .heading {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.latest-news-wrapper .latest-news-block .heading h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .latest-news-wrapper .latest-news-block .heading h3 {
    margin-top: 0.35em;
  }
}
.latest-news-wrapper .latest-news-block .social-media {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
  text-align: right;
}
@media handheld,only screen and (max-width: 1024px) {
  .latest-news-wrapper .latest-news-block .social-media {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .latest-news-wrapper .latest-news-block .social-media {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 17px;
    padding-right: 1%;
    margin-right: -0.25em;
    vertical-align: top;
    width: 49.5%;
    padding-right: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 1024px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 1024px) {
  .latest-news-wrapper .latest-news-block .social-media {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.latest-news-wrapper .latest-news-block .social-media .facebook {
  display: inline-block;
  color: #ffffff;
  background: url('../../include/resources/skybury/images/g-icon-facebook.svg') 0% 0% no-repeat;
  background-size: 34px 34px;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  line-height: 1.05em;
  text-align: left;
  text-decoration: none;
  width: 6.75em;
  height: 34px;
  padding: 0em 0em 0em 2.5em;
}
.footer-wrapper {
  background: #ffffff;
}
.footer-wrapper .footer-block {
  font-size: 17px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  margin: 0em auto;
  padding: 1.75em 0em;
  color: #212121;
  overflow: auto;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .footer-wrapper .footer-block {
    text-align: center;
    padding: 2em 1em;
    overflow: hidden;
  }
}
.footer-wrapper .footer-block .footer-logo,
.footer-wrapper .footer-block .contacts,
.footer-wrapper .footer-block .your-account {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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: 1024px) {
  .footer-wrapper .footer-block .footer-logo,
  .footer-wrapper .footer-block .contacts,
  .footer-wrapper .footer-block .your-account {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.footer-wrapper .footer-block .contacts h3,
.footer-wrapper .footer-block .your-account h3,
.footer-wrapper .footer-block .newsletter h3,
.footer-wrapper .footer-block .loyalty-member h3 {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding: 0.35em 0em 0.35em 1.45em;
  margin-bottom: -0.25em;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .contacts h3,
  .footer-wrapper .footer-block .your-account h3,
  .footer-wrapper .footer-block .newsletter h3,
  .footer-wrapper .footer-block .loyalty-member h3 {
    background-position: 50% 0%;
    padding: 1.45em 0em 0.25em 0em;
    margin-top: 1.75em;
  }
}
.footer-wrapper .footer-block .contacts h3 {
  background-image: url('../../include/resources/skybury/images/g-icon-phone.svg');
  background-size: 19px 19px;
}
.footer-wrapper .footer-block .contacts .g-follow,
.footer-wrapper .footer-block .contacts #___follow_0 {
  display: block !important;
  margin-top: 8em !important;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .contacts .g-follow,
  .footer-wrapper .footer-block .contacts #___follow_0 {
    margin: 8px auto !important;
  }
}
.footer-wrapper .footer-block .your-account h3 {
  background-image: url('../../include/resources/skybury/images/g-icon-star.svg');
  background-size: 23px 23px;
}
.footer-wrapper .footer-block .newsletter h3,
.footer-wrapper .footer-block .loyalty-member h3 {
  background-image: url('../../include/resources/skybury/images/g-icon-newsletter.svg');
  background-size: 28px 18px;
}
.footer-wrapper .footer-block .newsletter,
.footer-wrapper .footer-block .loyalty-member {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  margin-right: 0.45em;
  vertical-align: top;
  width: 16.975em;
  /*
  @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: 1024px) {
  .footer-wrapper .footer-block .newsletter,
  .footer-wrapper .footer-block .loyalty-member {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.footer-wrapper .footer-block .newsletter .newsletter-subscribe-form,
.footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 32.666666666667%;
  padding-right: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .newsletter .newsletter-subscribe-form,
  .footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .newsletter .newsletter-subscribe-form,
  .footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form {
    margin-top: 1em;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .newsletter .newsletter-subscribe-form form,
  .footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form form {
    width: 15em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .row,
.footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .row {
  width: 16.25em;
  height: 2.45em;
  margin-bottom: 0.5em;
  position: relative;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .row,
  .footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .row {
    width: 14.9em;
  }
}
.footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .newsletter-name,
.footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .newsletter-email,
.footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .newsletter-name,
.footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .newsletter-email {
  display: inline-block;
  background: #dfdfdf;
  font-size: 1.1em;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  width: 100%;
  height: 2.4em;
  padding: 0.25em 0.75em;
  position: absolute;
  left: 0em;
}
.footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .newsletter-name,
.footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .newsletter-name {
  width: 14.75em;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .newsletter-name,
  .footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .newsletter-name {
    width: 13.5em;
  }
}
.footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .newsletter-email,
.footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .newsletter-email {
  width: 12.05em;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .newsletter-email,
  .footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .newsletter-email {
    width: 10.8em;
  }
}
.footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .newsletter-button,
.footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .newsletter-button {
  color: #ffffff;
  background: #212121 url('../../include/resources/skybury/images/g-arrow-white.svg') 50% 50% no-repeat;
  background-size: 20px 12px;
  width: 1.75em;
  height: 1.75em;
  padding: 0em;
  margin: 0em;
  position: absolute;
  right: 0em;
}
.footer-wrapper .footer-block .newsletter .newsletter-subscribe-form .newsletter-button:hover,
.footer-wrapper .footer-block .loyalty-member .newsletter-subscribe-form .newsletter-button:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper .footer-block p {
  line-height: 1.1em;
  margin: 0.35em 0em 0.85em 0em;
}
.footer-wrapper .footer-block a {
  color: #c5312d;
  text-decoration: none;
}
.footer-wrapper .footer-block a:hover {
  color: #9d2622;
  text-decoration: underline;
}
.footer-wrapper .footer-block .button {
  color: #ffffff;
}
.footer-wrapper .footer-block .button:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper .footer-block .TA_excellent #CDSWIDEXC {
  margin: 10px 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-block .TA_excellent #CDSWIDEXC {
    margin: 10px auto;
  }
}
.author-wrapper {
  background: #c5312d;
}
.author-wrapper .author-block {
  font-size: 17px;
  width: 70em;
  margin: 0 auto;
  padding: 0;
  color: #731c19;
  font-family: 'Abel', 'Source Sans Pro', Verdana, sans-serif;
  padding: 1.1em 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .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: 1024px) {
  .author-wrapper .author-block {
    text-align: center;
    padding: 1em;
  }
}
.author-wrapper .author-block .footer-nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 74.75%;
}
@media handheld,only screen and (max-width: 1024px) {
  .author-wrapper .author-block .footer-nav {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
.author-wrapper .author-block .footer-nav ul {
  margin: 0em;
  padding: 0em;
}
.author-wrapper .author-block .footer-nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.author-wrapper .author-block .footer-nav ul li::before {
  content: "/";
  font-weight: bold;
  margin: 0em 0.75em;
}
.author-wrapper .author-block .footer-nav ul li a {
  font-size: 1.25em;
}
.author-wrapper .author-block .footer-nav ul li ul {
  display: none;
}
.author-wrapper .author-block .footer-nav ul li:first-child::before {
  display: none;
}
.author-wrapper .author-block .author {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 17px;
  padding-right: 1%;
  margin-right: -0.25em;
  vertical-align: top;
  width: 24.25%;
  padding-right: 0;
  text-align: right;
}
@media handheld,only screen and (max-width: 1024px) {
  .author-wrapper .author-block .author {
    display: block;
    width: auto;
    padding-right: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .author-wrapper .author-block .author {
    text-align: center;
    margin-top: 1em;
  }
}
.author-wrapper .author-block .author a {
  color: #731c19;
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 1024px) {
  .author-wrapper .author-block .author a {
    text-align: center;
  }
}
.author-wrapper .author-block .author a:hover {
  color: #212121;
}
.author-wrapper .author-block a {
  color: #ffffff;
  text-decoration: none;
}
.author-wrapper .author-block a:hover {
  color: #212121;
}
