/**********************************/
/*** Greyscale / Colour Filters ***/
/**********************************/
/***********************/
/*** Social Icon Set ***/
/***********************/
/**
 * /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 ***/
/********************/
/* Valid Options: "light-bg", "dark-bg" */
/* Header */
/* Navigation */
/* Sub Navigation */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/*********************/
/*** Preset Styles ***/
/*********************/
/* Preset 1: Black on White; Red Highlight */
/*
@primaryColour: #df1c24;
@textColour: #000000;
@outerBgColour: #ffffff;
@socialIconBgColour: @textColour;
@socialIconSet: "dark-bg";
*/
/* Preset 2: Charcoal Greys; Yellow Highlight */
/*
@primaryColour: #dfd51f;
@textColour: #d1d1d1;
@outerBgColour: #191919;
@socialIconBgColour: transparent;
@socialIconSet: "dark-bg";
*/
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to social icons.
 *
 */
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Nav */
/* Content Panel Next/Previous */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 10px #222222;
  filter: dropshadow(color=#222222,offx=1px,offy=1px);
}
.filter-grayscale,
.filter-greyscale {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  filter: url('../../include/resources/hainstax/images/i-grayscale-filter.svg#grayscale');
  filter: gray;
}
.filter-colour {
  -webkit-filter: grayscale(0);
  filter: none;
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0px;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #000000;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #000000;
}
.pagination {
  font-family: 'Inconsolata', Verdana, sans-serif;
  text-align: center;
  margin-top: 3em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 0.8em;
  border-radius: 0px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #0077ac;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em 0.25em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #0077ac;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0px;
  padding: 0em 0.25em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #0077ac;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 0em 0em 1.25em 0em;
}
a {
  color: #0077ac;
  text-decoration: underline;
}
a:hover {
  color: #64a42a;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 768px) {
  a:hover {
    color: #0077ac;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: bold;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1.1em;
  margin: 1.1em 0em 0.2em 0em;
}
h1 {
  color: #000000;
  font-size: 3em;
  font-family: 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  h1 {
    font-size: 1.8em;
  }
}
h1:after {
  display: block;
  content: "";
  background-color: #000000;
  width: 1.5em;
  height: 2px;
  margin: 0.4em auto 0.75em auto;
}
h2 {
  font-size: 2em;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 768px) {
  h2 {
    font-size: 1.6em;
  }
}
h3 {
  font-size: 1.5em;
}
@media handheld,only screen and (max-width: 768px) {
  h3 {
    font-size: 1.4em;
  }
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
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-top: 1px solid #000000;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 0.5em 0em 1.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #000000;
}
@media handheld,only screen and (max-width: 768px) {
  table tr {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    width: auto !important;
    height: auto !important;
    padding: 1em 0em;
  }
}
table tr td,
table tr th {
  color: #000000;
  background-color: transparent;
  vertical-align: top;
  padding: 10px 35px 10px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td > *:first-child,
table tr th > *:first-child {
  margin-top: 0em;
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead {
    display: none;
  }
}
table thead tr {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
@media handheld,only screen and (max-width: 768px) {
  table thead tr {
    background-color: transparent;
  }
}
table thead tr td,
table thead tr th {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  font-family: 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
}
table tfoot {
  border-top: 1px solid #000000;
  border-bottom: 2px solid #000000;
}
@media handheld,only screen and (max-width: 768px) {
  table tfoot tr {
    background-color: transparent;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  font-family: 'Lato', Verdana, sans-serif;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #000000;
  background-color: transparent;
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  text-align: left;
}
hr {
  color: #000000;
  background: #000000;
  height: 2px;
  margin: 15px 0px;
}
blockquote {
  color: #000000;
  background: transparent;
  font-size: 0.85em;
  line-height: 1.1em;
  border-left: 2px solid ;
  border-radius: 0px;
  margin: 1em auto 1.5em auto;
  padding: 0.75em 0em 0.75em 1em;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.button,
.submit {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 8px 13px;
  cursor: pointer;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *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%23000000%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: #000000;
  border-color: #000000;
  text-decoration: none;
}
.button-small {
  font-size: 0.9em;
  padding: 4px 8px;
}
.button-alt {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 8px 13px;
  cursor: pointer;
}
.button-alt .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *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%23000000%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-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.nosplit {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 768px) {
  .nosplit {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.testimonial-name {
  font-size: 1em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  line-height: 1em;
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #000000;
  font-size: 0.8em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  line-height: 1.0em;
  margin: 0.5em auto 1.0em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.media-gallery > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  -webkit-transition: all ease 0.75s;
  -moz-transition: all ease 0.75s;
  -o-transition: all ease 0.75s;
  -ms-transition: all ease 0.75s;
  transition: all ease 0.75s;
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  background-color: #000000;
  font-size: 0.7em;
  line-height: 1.1em;
  text-transform: uppercase;
  width: 100%;
  max-width: none !important;
  padding: 8px;
  margin: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.media-gallery .media-thumbnail .media-original-link a {
  color: #ffffff;
  text-decoration: none;
}
.media-gallery .media-thumbnail .media-original-link a:hover {
  text-decoration: underline;
}
.media-gallery .media-thumbnail:hover img {
  /* Safari and Chrome */
  -webkit-transform: scale(1.25);
  /* Firefox */
  -moz-transform: scale(1.25);
  /* IE 9 */
  -ms-transform: scale(1.25);
  /* Opera */
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  display: none !important;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  display: block;
  color: #000000;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Roboto', Verdana, sans-serif;
  border: 0px solid #000000;
  max-width: 100%;
  padding: 0em;
  margin-top: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 7.5em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #000000;
  background: #ffffff;
  font-family: 'Roboto', Verdana, sans-serif;
  border-bottom: 0px solid #000000;
  padding: 0.3em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row label {
  float: left;
  color: #000000;
  background-color: transparent;
  font-size: 0.85em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  width: 6.5em;
  margin: 0.45em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 7.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #000000;
  background: #f5f5f5;
  font-size: 0.85em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: none;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  padding: 0.5em 0.75em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 8px 13px;
  cursor: pointer;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *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%23000000%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #000000;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#enquiry_form {
  max-width: 495px;
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .cta-block > * {
    font-size: 18px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .cta-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .cta-block .cta {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #000000;
  text-align: left;
  margin-bottom: 0.75em;
}
.cta-block .cta .cta-inner a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border: 0px solid #000000;
  border-radius: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta .cta-inner a {
    color: #ffffff;
    border-color: #000000;
  }
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  -webkit-transition: all ease 0.75s;
  -moz-transition: all ease 0.75s;
  -o-transition: all ease 0.75s;
  -ms-transition: all ease 0.75s;
  transition: all ease 0.75s;
  display: block;
  margin: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
    -webkit-filter: grayscale(0);
    filter: none;
  }
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-title {
  -webkit-transition: all ease 0.75s;
  -moz-transition: all ease 0.75s;
  -o-transition: all ease 0.75s;
  -ms-transition: all ease 0.75s;
  transition: all ease 0.75s;
  display: block;
  background-color: #000000;
  font-size: 0.7em;
  line-height: 1.1em;
  text-transform: uppercase;
  width: 100%;
  padding: 8px 8px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta .cta-inner a .cta-title {
    background-color: #000000;
    opacity: 1;
  }
}
.cta-block .cta .cta-inner a:hover {
  color: #ffffff;
  border-color: #000000;
}
.cta-block .cta .cta-inner a:hover .media-thumbnail.media-size-call-to-action {
  /* Safari and Chrome */
  -webkit-transform: scale(1.25);
  /* Firefox */
  -moz-transform: scale(1.25);
  /* IE 9 */
  -ms-transform: scale(1.25);
  /* Opera */
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.cta-block .cta .cta-inner a:hover .cta-title {
  background-color: #000000;
  opacity: 1;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  display: block;
  border-top: 2px solid ;
  margin-bottom: 45px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post {
    margin-bottom: 10px;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  border-top: none;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    border-top: 2px solid ;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    padding-top: 0.75em;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
  margin: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  border-top: 2px solid ;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    border-top: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-content {
  padding: 1em 0em;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-headline {
  font-size: 0.95em;
  margin: 0.75em 0em;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-headline a {
  text-decoration: none;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-info {
  font-size: 0.7em;
  font-family: 'Inconsolata', Verdana, sans-serif;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-info .news-post-category a,
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-info .news-post-date a {
  text-decoration: none;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-info .news-post-category a:hover,
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-info .news-post-date a:hover {
  text-decoration: underline;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-preview {
  font-size: 0.75em;
  line-height: 1.2em;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-preview .read-more {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-family: 'Inconsolata', Verdana, sans-serif;
}
.news-wrapper .news-posts-list .news-post:last-child {
  margin-bottom: 0px;
}
.news-wrapper .news-posts-single .news-post-information {
  font-size: 0.75em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Lato', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #000000;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: transparent;
}
.search-wrapper .search input.search-button:hover {
  background-color: #000000;
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.social-icon {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-color: #000000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 1.35em;
  height: 1.35em;
  margin: 0.2em 0em 0.2em 0.1em;
}
.social-icon.facebook {
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/facebook.png');
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/facebook.svg'), none;
  background-size: 7px 15px;
}
.social-icon.facebook:hover {
  background-color: #3b5998;
}
.social-icon.twitter {
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/twitter.png');
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/twitter.svg'), none;
  background-size: 15px 12px;
}
.social-icon.twitter:hover {
  background-color: #00acee;
}
.social-icon.linked-in {
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/linked-in.png');
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/linked-in.svg'), none;
  background-size: 15px 14px;
}
.social-icon.linked-in:hover {
  background-color: #0077b4;
}
.social-icon.google-plus {
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/google-plus.png');
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/google-plus.svg'), none;
  background-size: 14px 15px;
}
.social-icon.google-plus:hover {
  background-color: #da4835;
}
.social-icon.pinterest {
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/pinterest.png');
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/pinterest.svg'), none;
  background-size: 15px 15px;
}
.social-icon.pinterest:hover {
  background-color: #cc2028;
}
.social-icon.instagram {
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/instagram.png');
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/instagram.svg'), none;
  background-size: 15px 15px;
}
.social-icon.instagram:hover {
  background-color: #603913;
}
.social-icon.youtube {
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/youtube.png');
  background-image: url('../../include/resources/hainstax/images/social-icons/dark-bg/youtube.svg'), none;
  background-size: 15px 11px;
}
.social-icon.youtube:hover {
  background-color: #e32b21;
}
.taipan-contentpanel-block {
  position: relative;
}
.taipan-contentpanel-block.no-js.transition-horizontal,
.taipan-contentpanel-block.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-block.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-block.no-js.transition-vertical > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-block.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-block.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h1:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h2:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h3:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h4:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h5:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h6:first-child {
  margin-top: 0px;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  min-width: 24px;
  min-height: 42px;
  pointer-events: none;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul {
  margin: 0px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  color: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 8px 3px;
  overflow: hidden;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a:hover {
  background-color: #000000;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.currentslide {
  background-color: #000000;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%220%2C0%2010%2C12%200%2C24%207%2C12%22%2F%3E%3C%2Fsvg%3E');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px 24px;
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
    display: none;
  }
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global:hover {
  background-color: transparent;
  opacity: 0.7;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  /* Safari and Chrome */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE 9 */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  /* Safari and Chrome */
  -webkit-transform: rotate(270deg);
  /* Firefox */
  -moz-transform: rotate(270deg);
  /* IE 9 */
  -ms-transform: rotate(270deg);
  /* Opera */
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  opacity: 0.4;
  border: 1px solid #000000;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%223%2C7%208%2C7%208%2C10%206%2C12%208%2C14%208%2C17%203%2C17%203%2C14%205%2C12%203%2C10%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  left: 0;
}
.taipan-contentpanel-block.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  /* Safari and Chrome */
  -webkit-transform: rotate(0deg);
  /* Firefox */
  -moz-transform: rotate(0deg);
  /* IE 9 */
  -ms-transform: rotate(0deg);
  /* Opera */
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  /* Safari and Chrome */
  -webkit-transform: rotate(180deg);
  /* Firefox */
  -moz-transform: rotate(180deg);
  /* IE 9 */
  -ms-transform: rotate(180deg);
  /* Opera */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  top: 0;
}
.ajax-loading {
  opacity: 0.5;
}
.warning-message {
  color: #ffffff;
  background-color: #a90000;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 0.5em;
  margin: 1em 0em;
}
.list-category-wrapper,
.list-product-wrapper {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category,
.list-category-wrapper .list-product,
.list-product-wrapper .list-category,
.list-product-wrapper .list-product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper .list-category,
  .list-category-wrapper .list-product,
  .list-product-wrapper .list-category,
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper .list-category,
  .list-category-wrapper .list-product,
  .list-product-wrapper .list-category,
  .list-product-wrapper .list-product {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-category-wrapper .list-category,
  .list-category-wrapper .list-product,
  .list-product-wrapper .list-category,
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category.featured,
.list-category-wrapper .list-product.featured,
.list-product-wrapper .list-category.featured,
.list-product-wrapper .list-product.featured {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper .list-category.featured,
  .list-category-wrapper .list-product.featured,
  .list-product-wrapper .list-category.featured,
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper .list-category.featured,
  .list-category-wrapper .list-product.featured,
  .list-product-wrapper .list-category.featured,
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-category-wrapper .list-category.featured,
  .list-category-wrapper .list-product.featured,
  .list-product-wrapper .list-category.featured,
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category .list-category-inner,
.list-category-wrapper .list-category .list-product-inner,
.list-category-wrapper .list-product .list-category-inner,
.list-category-wrapper .list-product .list-product-inner,
.list-product-wrapper .list-category .list-category-inner,
.list-product-wrapper .list-category .list-product-inner,
.list-product-wrapper .list-product .list-category-inner,
.list-product-wrapper .list-product .list-product-inner {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  overflow: hidden;
}
.list-category-wrapper .list-category .list-category-inner .media-thumbnail,
.list-category-wrapper .list-category .list-product-inner .media-thumbnail,
.list-category-wrapper .list-product .list-category-inner .media-thumbnail,
.list-category-wrapper .list-product .list-product-inner .media-thumbnail,
.list-product-wrapper .list-category .list-category-inner .media-thumbnail,
.list-product-wrapper .list-category .list-product-inner .media-thumbnail,
.list-product-wrapper .list-product .list-category-inner .media-thumbnail,
.list-product-wrapper .list-product .list-product-inner .media-thumbnail {
  display: block;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title,
.list-category-wrapper .list-category .list-category-inner .product-card-title,
.list-category-wrapper .list-category .list-product-inner .category-card-title,
.list-category-wrapper .list-category .list-product-inner .product-card-title,
.list-category-wrapper .list-product .list-category-inner .category-card-title,
.list-category-wrapper .list-product .list-category-inner .product-card-title,
.list-category-wrapper .list-product .list-product-inner .category-card-title,
.list-category-wrapper .list-product .list-product-inner .product-card-title,
.list-product-wrapper .list-category .list-category-inner .category-card-title,
.list-product-wrapper .list-category .list-category-inner .product-card-title,
.list-product-wrapper .list-category .list-product-inner .category-card-title,
.list-product-wrapper .list-category .list-product-inner .product-card-title,
.list-product-wrapper .list-product .list-category-inner .category-card-title,
.list-product-wrapper .list-product .list-category-inner .product-card-title,
.list-product-wrapper .list-product .list-product-inner .category-card-title,
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  display: block;
  font-family: 'Lato', Verdana, sans-serif;
}
.list-category-wrapper .list-category a,
.list-category-wrapper .list-product a,
.list-product-wrapper .list-category a,
.list-product-wrapper .list-product a {
  text-decoration: none;
}
.list-category-wrapper .list-category a:hover,
.list-category-wrapper .list-product a:hover,
.list-product-wrapper .list-category a:hover,
.list-product-wrapper .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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info.no-product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info .product-stock-message .in-stock {
  color: #000000;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 2em;
  font-family: 'Lato', Verdana, sans-serif;
  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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 'Lato', Verdana, sans-serif;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    margin: 0.25em 0em 1em 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values select {
  color: #000000;
  background-color: #f5f5f5;
  border: 1px solid #000000;
  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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0em 0em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 18px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 0.1em;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
  width: 3%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  width: 20%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail .media-thumbnail img {
  margin: 0em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.description {
  width: 44%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.price {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.quantity {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.total {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
  color: #000000;
  font-family: 'Lato', Verdana, sans-serif;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: 90%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 20em;
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 768px) {
  .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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.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: 768px) {
  .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: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.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: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.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 {
  color: #000000;
  background: #f5f5f5;
  font-size: 1em;
  font-family: 'Roboto', Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #000000;
  border-radius: 0px;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection {
  margin: 1em 0em;
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection .radio-label {
  padding-left: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
.cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
.cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 8px 13px;
  cursor: pointer;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *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%23000000%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 .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details,
.shop-registration-form .shipping-details {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #ffffff;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1.35em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region {
    padding: 0em 1em;
  }
}
.header-wrapper .header-constrain {
  font-size: 18px;
  width: 990px;
  margin: 10px auto;
  color: #000000;
  background: #ffffff;
  border-radius: 0px;
  padding: 15px 0px;
}
@media screen and (max-width: 1026.9709543568px) {
  .header-wrapper .header-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain {
    padding: 7.5px 0px;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  text-align: center;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    text-align: center;
  }
}
.header-wrapper .header-constrain .header-block a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #0077ac;
  text-decoration: none;
  margin: 0em auto;
}
.header-wrapper .header-constrain .header-block a.logo-image {
  max-width: 100%;
}
.header-wrapper .header-constrain .header-block a.logo-text {
  font-size: 3em;
  font-family: 'Lato', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 0.25em;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block a.logo-text {
    font-size: 2.5em;
  }
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #0077ac;
}
.nav-wrapper .nav-constrain {
  font-size: 18px;
  width: 990px;
  margin: 10px auto;
  color: #000000;
  background: transparent;
  border-radius: 0px;
}
@media screen and (max-width: 1026.9709543568px) {
  .nav-wrapper .nav-constrain {
    width: 96.4%;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  text-align: center;
  z-index: 20;
  /* Top Level */
  /* Split-Nav: 1st Dropdown Level */
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    overflow: hidden;
    width: 100%;
    margin-left: 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #000000;
  background: transparent;
  font-family: 'Inconsolata', Verdana, sans-serif;
  border-bottom: 2px solid ;
  padding: 0.1em 0em;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  display: none;
  background-color: transparent;
  background-image: url('../../include/resources/hainstax/images/g-menu.png');
  background-image: url('../../include/resources/hainstax/images/g-menu.svg'), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  border-radius: 0px;
  position: absolute;
  top: 0.6em;
  right: 1.5em;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    border: none;
    padding: 1em 0em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  padding: 0em;
  margin: 0em;
  /* 1st Dropdown Level */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 2px solid transparent;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #000000;
  font-size: 0.85em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 0.1em 0em;
  margin: 0.1em 0.85em;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    border-bottom: none;
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a.current,
.nav-wrapper .nav-constrain .nav-block ul li a:hover {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.nav-wrapper .nav-constrain .nav-block ul li a.current {
  color: #000000;
  background-color: rgba(5,5,5,0);
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child {
  border-left: 2px solid transparent;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
    border-top: 2px solid transparent;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  /* Using Split Nav Below */
  display: none;
  background-color: transparent;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2.8em;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    display: none;
    background: transparent;
    min-width: 0em;
    height: auto;
    border: none;
    border-radius: 0px;
    padding: 0.25em 0em;
    margin-bottom: -1px;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  background-color: transparent;
  line-height: 1.2em;
  text-align: left;
  border: none;
  /* 2nd Dropdown Level */
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: none;
    text-align: center;
    line-height: 1em;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  font-size: 0.75em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  text-transform: none;
  margin: 0.1em 0.7em;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    margin: 0.1em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
  color: #000000;
  background-color: transparent;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a:hover {
    color: #000000;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li ul {
  display: none;
}
.nav-wrapper .nav-constrain .nav-block .subnav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .subnav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .subnav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .subnav-cell ul {
  margin: 1em 0em 1.5em 0em;
}
.nav-wrapper .nav-constrain .nav-block .subnav-cell ul li a {
  font-size: 0.75em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  text-transform: none;
  margin: 0.1em 0.7em;
}
.nav-wrapper .nav-constrain .nav-block .subnav-cell ul:empty {
  display: none;
}
.hero-wrapper {
  position: relative;
}
.hero-wrapper .media-thumbnail {
  width: 100%;
  margin: 0em;
}
@media handheld,only screen and (min-width: 1280px) {
  .hero-wrapper .media-thumbnail {
    max-height: 800px;
  }
}
.hero-wrapper .media-thumbnail img {
  width: 100%;
  margin: 0em;
}
.hero-wrapper .hero-text-container {
  text-shadow: 1px 1px 10px #222222;
  filter: dropshadow(color=#222222,offx=1px,offy=1px);
  display: block;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 1em;
  position: absolute;
  left: 0em;
  bottom: 4em;
  pointer-events: none;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-text-container {
    padding: 0.5em;
    bottom: 0.5em;
  }
}
.hero-wrapper .hero-text-container .hero-text-title,
.hero-wrapper .hero-text-container .hero-text-subtitle {
  line-height: 1em;
  width: 990px;
  max-width: 100%;
  margin: 0em auto;
  pointer-events: none;
}
.hero-wrapper .hero-text-container .hero-text-title {
  font-size: 3.5em;
  font-family: 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-text-container .hero-text-title {
    font-size: 1.3em;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .hero-wrapper .hero-text-container .hero-text-title {
    font-size: 1em;
  }
}
.hero-wrapper .hero-text-container .hero-text-subtitle {
  font-size: 1.25em;
  font-family: 'Inconsolata', Verdana, sans-serif;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-text-container .hero-text-subtitle {
    font-size: 1em;
  }
}
.hero-wrapper .hero-text-container .hero-text-subtitle:after {
  display: block;
  background-color: #ffffff;
  content: "";
  width: 60px;
  height: 2px;
  margin: 0.75em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .hero-wrapper .hero-text-container .hero-text-subtitle:after {
    width: 40px;
    margin: 0.35em auto;
  }
}
.hero-wrapper .taipan-contentpanel-controls {
  display: none;
}
.content-wrapper .content-constrain {
  font-size: 18px;
  width: 990px;
  margin: 10px auto;
  color: #000000;
  border-radius: 0px;
  padding: 30px 0px;
  background: #ffffff;
}
@media screen and (max-width: 1026.9709543568px) {
  .content-wrapper .content-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain {
    padding: 15px 0px;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child {
  margin-top: 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #000000;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  font-family: 'Lato', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 8px 13px;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *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%23000000%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.footer-wrapper .footer-constrain {
  font-size: 18px;
  width: 990px;
  margin: 10px auto;
  color: #000000;
  background: #ffffff;
  border-top: 2px solid ;
  padding: 15px 0px;
}
@media screen and (max-width: 1026.9709543568px) {
  .footer-wrapper .footer-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
  }
}
.footer-wrapper .footer-constrain p {
  font-size: 0.8em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  line-height: 1em;
  margin: 0.25em 0em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain p {
    margin-bottom: 1.25em;
  }
}
.footer-wrapper .footer-constrain a {
  color: #0077ac;
  text-decoration: none;
}
.footer-wrapper .footer-constrain a:hover {
  color: #64a42a;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul {
  list-style-type: none;
  margin: 0.15em 0em;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 0.8em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  line-height: 1em;
  margin: 0.1em 1.5em 0.1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li {
    display: block;
    margin: 0.75em auto;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li br {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li br {
    display: block;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-social-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-social-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-social-cell {
    text-align: center;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-note-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  padding-top: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-note-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain {
  font-size: 18px;
  width: 990px;
  margin: 10px auto;
  color: #000000;
  padding: 7.5px 0px;
}
@media screen and (max-width: 1026.9709543568px) {
  .author-wrapper .author-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain {
    text-align: center;
    padding-bottom: 30px;
  }
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 18px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 18px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .author-cell > * {
  font-size: 0.8em;
  font-family: 'Inconsolata', Verdana, sans-serif;
  line-height: 1em;
}
.author-wrapper .author-constrain .author-block .author-cell a {
  color: #0077ac;
  text-decoration: none;
}
.author-wrapper .author-constrain .author-block .author-cell a:hover {
  color: #64a42a;
  text-decoration: underline;
}
.author-wrapper .author-constrain .author-block .author-cell a.author {
  color: #0077ac;
}
.author-wrapper .author-constrain .author-block .author-cell a.author:hover {
  color: #64a42a;
}
