/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** 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: Columns ***/
/********************/
/**********************/
/*** 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 ***/
/*******************/
/*********************************************************/
/*** 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: Vertical Nav */
/* Content Panel: Horizontal Nav */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/*************************/
/*** Panel Backgrounds ***/
/*************************/
/****************************************************/
/*** 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: 900px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 900px) {
  .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 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
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: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .block {
    font-size: 14px;
    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 {
  background: none !important;
  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: #e0e0e1;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #e0e0e1;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #adadaf;
}
.pagination {
  text-align: center;
  margin-top: 2.5em;
}
.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;
  background: none;
  font-size: 0.9em;
  border-radius: 0px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #223188;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #223188;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #223188;
  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 1em 0em;
  font-size: 1.3em;
  line-height: 1.6em;
}
a {
  color: #223188;
  text-decoration: none;
}
a:hover {
  color: #3147c5;
  text-decoration: underline;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 900px) {
  a:hover {
    color: #223188;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #223188;
  font-weight: normal;
  font-family: 'Source Sans Pro', serif;
  line-height: 1.5em;
  margin: 0.5em 0em 0.5em 0em;
}
h1 {
  font-size: 2.5em;
}
@media handheld,only screen and (max-width: 900px) {
  h1 {
    font-size: 2em;
  }
}
h1.large {
  font-size: 50px;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 900px) {
  table tr {
    display: block;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #323237;
  background-color: #f7f7f7;
  vertical-align: top;
  padding: 0.75em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  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: 900px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 900px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 900px) {
  table thead tr {
    background-color: #223188;
  }
}
table thead tr td,
table thead tr th {
  color: #e9eaf3;
  background-color: #223188;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 900px) {
  table tfoot tr {
    background-color: #ebebeb;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #323237;
  background-color: #ebebeb;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 900px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #323237;
  background-color: transparent;
  border: none;
  padding: 0.5em 2em 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  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: #323237;
  background-color: transparent;
  font-weight: bold;
}
hr {
  margin: 1.5em 0;
  background-image: url('../../include/resources/fowlersgroup/images/i-cta-underline.png');
  background-image: url('../../include/resources/fowlersgroup/images/i-cta-underline.svg'), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  height: 7px;
  width: 290px;
}
hr.readmore-style-break {
  background-image: none;
}
hr.centered {
  margin-left: auto;
  margin-right: auto;
}
hr.large-margins {
  margin-top: 3em;
  margin-bottom: 3em;
}
blockquote {
  color: #223188;
  background: #f7f7f7;
  font-size: 1.1em;
  border-radius: 0px;
  margin: 1.5em auto;
  padding: 1.5em;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #323237;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #dbdfef;
  border-radius: 5px;
  margin: 0.8em 0em;
  padding: 0.65em 1em;
  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%23c8cce1%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: #c8cce1;
  background-color: #1d2a74;
  border-color: #223188;
  text-decoration: none;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #323237;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #dbdfef;
  border-radius: 5px;
  margin: 0.8em 0em;
  padding: 0.65em 1em;
  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%23c8cce1%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: #c8cce1;
  background-color: #1d2a74;
  border-color: #223188;
  text-decoration: none;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.columns-one-half {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-third {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-quarter {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-two-thirds {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-three-quarters {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 900px) {
  .no-split {
    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;
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #323237;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .media-thumbnail.left {
    display: block;
    float: none;
    text-align: left;
    margin: 0 2em 0.5em 0;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail.right {
    float: left;
    margin: 0 2em 0 0;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.media-gallery > * {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 14px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  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;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 31.533333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  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;
  text-align: center;
  margin: 0.5em auto;
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-size: 20px 30px;
}
#sb-container #sb-wrapper-inner .prev-image-arrow {
  background-image: url('../../include/resources/fowlersgroup/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/fowlersgroup/images/shadowbox/i-shadowbox-prev.svg'), none;
  background-position: left 10px top 50%;
}
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-image: url('../../include/resources/fowlersgroup/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/fowlersgroup/images/shadowbox/i-shadowbox-next.svg'), none;
  background-position: right 10px top 50%;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #323237;
  background: transparent;
  font-size: 1em;
  font-family: 'Source Sans Pro', sans serif;
  border: 0px solid #e6e6e6;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 101px;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .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;
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #323237;
  background: transparent;
  font-family: 'Source Sans Pro', sans serif;
  border-bottom: 0px solid #e6e6e6;
  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: #323237;
  background-color: transparent;
  width: 100px;
  margin: 0.5em 0em;
  font-size: 1.3em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
    margin: 0;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 101px;
  position: relative;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .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 0em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  position: absolute;
  top: -1em;
  right: 0em;
}
.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: #323237;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', sans serif;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  padding: 0.5em 0.3em;
  margin: 0.2em 0;
  border-radius: 2px;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 100%;
  }
}
.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: 900px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 100%;
    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: 900px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 100%;
    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: 900px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 100%;
    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: 900px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 100%;
    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: 100%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #323237;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #dbdfef;
  border-radius: 5px;
  margin: 0.8em 0em;
  padding: 0.65em 1em;
  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%23c8cce1%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: #c8cce1;
  background-color: #1d2a74;
  border-color: #223188;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #c8cce1;
  background-color: #1d2a74;
}
.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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#user_pass_login_form {
  width: 40%;
}
@media handheld,only screen and (max-width: 900px) {
  #user_pass_login_form {
    max-width: 100%;
  }
}
#user_pass_login_form input {
  width: 100%;
}
#enquiry_form {
  max-width: 50%;
}
@media handheld,only screen and (max-width: 900px) {
  #enquiry_form {
    max-width: 100%;
  }
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta {
    margin: 0.75em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #323237;
  text-align: left;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a {
  color: #223188;
  font-weight: normal;
  font-family: 'Source Sans Pro', serif;
  line-height: 1.5em;
  margin: 0.5em 0em 0.5em 0em;
  font-size: 2.5em;
  display: inline-block;
  color: #223188;
  background-color: transparent;
  text-decoration: none;
  padding: 0.25em;
  overflow: auto;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner a {
    font-size: 2em;
  }
}
@media handheld,only screen and (max-width: 350px) {
  .cta-block .cta .cta-inner a {
    font-size: 2.5em;
  }
}
.cta-block .cta .cta-inner a:hover {
  text-decoration: none;
}
.cta-block .cta .cta-inner a .media-thumbnail.media-size-call-to-action {
  display: inline-block;
  margin: 0 15px 0 0;
}
.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: 900px) {
  .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-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 290px;
}
@media handheld,only screen and (max-width: 350px) {
  .cta-block .cta .cta-inner a .cta-title-wrapper {
    max-width: 270px;
  }
}
.cta-block .cta .cta-inner a .cta-title-wrapper .cta-title {
  padding: 0 0.8em 0.1em 0;
  max-width: 290px;
}
@media handheld,only screen and (max-width: 350px) {
  .cta-block .cta .cta-inner a .cta-title-wrapper .cta-title {
    max-width: 270px;
  }
}
.cta-block .cta .cta-inner a .cta-title-wrapper .title-underline {
  background-image: url('../../include/resources/fowlersgroup/images/i-cta-underline.png');
  background-image: url('../../include/resources/fowlersgroup/images/i-cta-underline.svg'), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  height: 7px;
  width: 290px;
}
@media handheld,only screen and (max-width: 350px) {
  .cta-block .cta .cta-inner a .cta-title-wrapper .title-underline {
    width: 270px;
  }
}
.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: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  border-right: 1px solid #d5d5d6;
  border-left: 4px solid #223188;
  border-bottom: 0;
  margin-top: 87px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 650px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    margin-top: 20px;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .title h3 {
  padding: 19px 20px 0 20px;
  margin: 0;
  line-height: 1.3em;
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .news-categories .title {
  border-top: 1px solid #d5d5d6;
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .list {
  border-bottom: 1px solid #d5d5d6;
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .list ul {
  margin-top: 8px;
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .list ul li {
  margin: 0;
  line-height: 1.3em;
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .list ul li ul {
  margin: 0 0 10px 0;
  list-style: none;
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .list ul li ul li {
  line-height: 15px;
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar .list ul li ul li a {
  font-size: 14px;
}
.news-wrapper .news-posts-list {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper .news-posts-list > * {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  border: 1px solid #b8c0df;
  padding: 8px;
  margin-bottom: 15px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
  margin: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content .read-more {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #323237;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #dbdfef;
  border-radius: 5px;
  margin: 0.8em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content .read-more .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%23c8cce1%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content .read-more img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content .read-more:hover {
  color: #c8cce1;
  background-color: #1d2a74;
  border-color: #223188;
  text-decoration: none;
}
.news-wrapper .news-posts-list .news-post .news-post-content h2 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-top: 14px;
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #6f6f7a;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: inline-block;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: inline-block;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #6f6f7a;
}
.news-wrapper .news-posts-list .news-post .news-post-preview {
  font-size: 1.1em;
  line-height: 1.3em;
}
.news-wrapper .news-posts-list .news-post .read-more {
  margin-bottom: 0 !important;
}
.news-wrapper .news-posts-list-brief {
  font-size: 0;
  display: block;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.news-wrapper .news-posts-list-brief > * {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list-brief {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list-brief .news-post {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 2.5%;
  vertical-align: top;
  width: 22.5%;
  border: 1px solid #dbdfef;
  padding: 10px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list-brief .news-post {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 835px) {
  .news-wrapper .news-posts-list-brief .news-post {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 2.5%;
    vertical-align: top;
    width: 47.5%;
    margin-bottom: 20px;
    margin-left: 1.8%;
    display: inline-block;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 835px) and handheld,only screen and (max-width: 835px) and only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list-brief .news-post {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 400px) {
  .news-wrapper .news-posts-list-brief .news-post {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 2.5%;
    vertical-align: top;
    width: 97.5%;
    margin-bottom: 20px;
    margin-left: 1.8%;
    display: inline-block;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 400px) and handheld,only screen and (max-width: 400px) and only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list-brief .news-post {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list-brief .news-post .news-post-image .media-thumbnail {
  margin: 0px;
  height: 134px;
  overflow: hidden;
}
.news-wrapper .news-posts-list-brief .news-post .news-post-image .media-thumbnail img {
  min-width: 202px;
}
.news-wrapper .news-posts-list-brief .news-post .post-title {
  color: #223188;
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 15px;
  min-height: 90px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list-brief .news-post .post-title {
    min-height: 0px;
  }
}
.news-wrapper .news-posts-list-brief .news-post .post-title a {
  color: #223188;
}
.news-wrapper .news-posts-list-brief .news-post .post-title a:hover {
  color: #223188;
  text-decoration: none;
}
.news-wrapper .news-posts-list-brief .news-post .post-info > div {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 12px;
  font-weight: 300;
}
.news-wrapper .news-posts-list-brief .news-post .post-info .post-info-divider {
  margin: 0px 3px;
}
.news-wrapper .news-posts-list-brief .news-post .read-more {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #323237;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #dbdfef;
  border-radius: 5px;
  margin: 0.8em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
}
.news-wrapper .news-posts-list-brief .news-post .read-more .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%23c8cce1%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.news-wrapper .news-posts-list-brief .news-post .read-more img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.news-wrapper .news-posts-list-brief .news-post .read-more:hover {
  color: #c8cce1;
  background-color: #1d2a74;
  border-color: #223188;
  text-decoration: none;
}
.news-wrapper .news-posts-single .news-title {
  color: #223188;
  font-weight: normal;
  font-family: 'Source Sans Pro', serif;
  line-height: 1.5em;
  margin: 0.5em 0em 0.5em 0em;
  font-size: 2.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-single .news-title {
    font-size: 2em;
  }
}
.news-wrapper .news-posts-single .news-post-information {
  display: block;
  margin-bottom: 30px;
  clear: both;
  height: 20px;
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  display: block;
  padding: 5px 0;
}
.news-wrapper .news-posts-single .news-post-content {
  display: block;
  margin-top: 20px;
}
.news-wrapper .news-posts-single .news-post-information {
  margin-top: 10px;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 'Source Sans Pro', serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #323237;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 100%;
}
.search-wrapper .search input.search-button {
  background-color: #223188;
}
.search-wrapper .search input.search-button:hover {
  background-color: #1d2a74;
}
@media handheld,only screen and (max-width: 900px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.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 #323237;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a:hover {
  background-color: #323237;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.currentslide {
  background-color: #323237;
}
.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-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
}
@media handheld,only screen and (max-width: 900px) {
  .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.taipan-contentpanel-nav {
  display: none;
}
.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,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 1px solid #323237;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-block.nav-horizontal > .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%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-block.nav-horizontal > .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%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-block.nav-horizontal > .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%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-block.nav-horizontal > .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%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23323237%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 > ul li a {
  margin: 8px auto;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 24px 10px;
  width: 24px;
  height: 10px;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%220%2C0%2012%2C10%2024%2C00%2012%2C7%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%220%2C10%2012%2C0%2024%2C10%2012%2C3%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  left: 0;
}
.taipan-contentpanel-block.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a {
  margin: 8px 3px;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 10px 24px;
  width: 10px;
  height: 24px;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%220%2C0%2010%2C12%200%2C24%207%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%23323237%22%20points%3D%2210%2C0%200%2C12%2010%2C24%203%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  top: 0;
}
.taipan-contentpanel-panel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.taipan-contentpanel-panel:nth-of-type(odd) {
  background-color: #ffffff;
}
.taipan-contentpanel-panel:nth-of-type(even) {
  background-color: #f5f5f5;
}
.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: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 14px;
    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 {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
.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 .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 {
  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: 'Source Sans Pro', serif;
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category .list-category-inner {
  color: #323237;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: #323237;
}
.list-product-wrapper .list-product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-product-wrapper .list-product .list-product-inner {
  color: #323237;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: #323237;
}
.list-product-wrapper .list-product .list-product-inner .product-card-price {
  display: block;
}
.list-product-wrapper .list-product.featured {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.product-details-wrapper > * {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: #323237;
}
.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: 'Source Sans Pro', 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: 900px) {
  .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: 'Source Sans Pro', serif;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .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: #323237;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0.3em 1em 0.3em 0.5em;
}
.product-details-wrapper .product-info .add-to-cart .add-to-cart-button {
  margin: 1em 0em;
}
.product-details-wrapper .product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .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: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .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 {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 14px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    margin-bottom: 0.5em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: #223188;
  font-family: 'Source Sans Pro', serif;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: #323237;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', sans serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  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: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 14px;
    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: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 14px;
    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: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .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 {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #323237;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #dbdfef;
  border-radius: 5px;
  margin: 0.8em 0em;
  padding: 0.65em 1em;
  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%23c8cce1%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: #c8cce1;
  background-color: #1d2a74;
  border-color: #223188;
  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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 'Source Sans Pro', sans serif;
  line-height: 1.25em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region {
    padding: 0em;
  }
}
.contact-wrapper {
  background-color: #dbdfef;
  text-align: right;
}
.contact-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.contact-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  padding: 14px 20px 14px 40px;
  margin: 0;
}
@media handheld,only screen and (max-width: 900px) {
  .contact-wrapper {
    display: none;
  }
}
.header-wrapper {
  background: #ffffff;
  border-bottom: 1px solid #d5d5d6;
  z-index: 100;
}
.header-wrapper .header-constrain {
  color: #323237;
}
.header-wrapper .header-constrain .header-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-constrain .header-section {
    display: block;
    padding: 10px 10px 0 10px;
  }
}
.header-wrapper .header-constrain .header-section a {
  color: #223188;
}
.header-wrapper .header-constrain .header-section a:hover {
  color: #3147c5;
}
.header-wrapper .header-constrain .header-section .logo-column {
  margin-right: 20px;
}
.header-wrapper .header-constrain .header-section .logo-column .logo {
  min-width: 178px;
}
.nav-wrapper {
  background: #ffffff;
}
.nav-wrapper .nav-constrain {
  color: #323237;
  border-radius: 0px;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain {
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  text-align: right;
  z-index: 20;
  text-transform: uppercase;
  font-size: 0.9em;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block {
    text-align: left;
  }
}
.nav-wrapper .nav-constrain .nav-block .client-experience-link {
  display: inline-block;
  vertical-align: top;
  color: #323237;
  padding: 10px 0.6em 10px 0.8em;
}
.nav-wrapper .nav-constrain .nav-block .client-experience-link:hover {
  text-decoration: none;
  color: #323237;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .client-experience-link {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: inline-block;
  vertical-align: top;
  color: #223188;
  cursor: pointer;
  padding: 10px 0 10px 0;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    padding: 46px 40px 0 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .mobile-toggle-text {
  font-size: 1em;
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 15px;
  display: none;
  color: #323237;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle .mobile-toggle-text {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .desktop-toggle-text {
  color: #323237;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .desktop-toggle-text .line {
  padding-right: 0.7em;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle .desktop-toggle-text {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  color: #223188;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  padding: 44px 20px 0 0;
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
  display: block;
  background-color: #223188;
  border-radius: 5px;
  width: 1.8em;
  height: 0.3em;
  margin-bottom: 0.25em;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line:last-child {
  margin-bottom: 0;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: none;
}
.nav-wrapper .nav-constrain .nav-block.open .client-experience-link {
  display: none;
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle .desktop-toggle-text {
  display: none;
}
.nav-wrapper .nav-constrain .nav-block.open .nav-cell {
  display: inline-block;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block.internal .client-experience-link {
  display: none;
}
.nav-wrapper .nav-constrain .nav-block.internal .nav-toggle {
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block.internal .nav-toggle {
    display: inline-block;
  }
}
.nav-wrapper .nav-constrain .nav-block.internal .nav-cell {
  display: inline-block;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block.internal .nav-cell {
    display: none;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block.internal.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: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  border-right: 0 solid #27389c;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-top: 1px solid #d5d5d6;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #323237;
  background: #ffffff;
  font-size: 1.05em;
  text-decoration: none;
  padding: 10px 0.8em;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    white-space: normal;
    padding: 8px 30px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover > a {
  color: #223188;
}
.nav-wrapper .nav-constrain .nav-block ul li.current > a {
  color: #223188;
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block ul li:first-child {
  border-left: 0 solid #27389c;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
    border-top: 1px solid #d5d5d6;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #f1f2f9;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 39px;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    border: none;
    border-radius: 0px;
    min-width: 0em;
    height: auto;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  text-align: left;
  border: none;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #323237;
  background-color: #ffffff;
  padding: 1em 0.8em;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    padding: 8px 0.8em;
    padding-left: 55px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > a {
  color: #223188;
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li.current > a {
  color: #223188;
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 900px) {
  .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: 900px) {
  .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 > ul {
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul li a {
    padding-left: 2.4em;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
@media handheld,only screen and (min-width: 901px) {
  .nav-wrapper.fixed-nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
  }
}
.no-margin {
  margin: 0;
}
.middle {
  vertical-align: middle;
}
.content-wrapper {
  background: #ffffff;
  overflow: hidden;
}
.content-wrapper .content-constrain,
.content-wrapper .panel-constrain {
  font-size: 14px;
  width: 990px;
  margin: 0px auto;
  color: #323237;
  border-radius: 0px;
  padding: 30px 15px;
}
@media screen and (max-width: 1026.9709543568px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    width: 96.4%;
  }
}
.content-wrapper .content-constrain .content-block,
.content-wrapper .content-constrain .panel-block,
.content-wrapper .panel-constrain .content-block,
.content-wrapper .panel-constrain .panel-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > *,
.content-wrapper .content-constrain .panel-block > *,
.content-wrapper .panel-constrain .content-block > *,
.content-wrapper .panel-constrain .panel-block > * {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .content-block,
  .content-wrapper .panel-constrain .panel-block {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell,
.content-wrapper .content-constrain .content-block .panel-cell,
.content-wrapper .content-constrain .panel-block .content-cell,
.content-wrapper .content-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .content-block .content-cell,
.content-wrapper .panel-constrain .content-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .content-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *,
.content-wrapper .content-constrain .content-block .panel-cell > *,
.content-wrapper .content-constrain .panel-block .content-cell > *,
.content-wrapper .content-constrain .panel-block .panel-cell > *,
.content-wrapper .panel-constrain .content-block .content-cell > *,
.content-wrapper .panel-constrain .content-block .panel-cell > *,
.content-wrapper .panel-constrain .panel-block .content-cell > *,
.content-wrapper .panel-constrain .panel-block .panel-cell > * {
  position: relative;
  z-index: 5;
}
.content-wrapper .content-constrain .content-block .content-cell > *#wrap,
.content-wrapper .content-constrain .content-block .panel-cell > *#wrap,
.content-wrapper .content-constrain .panel-block .content-cell > *#wrap,
.content-wrapper .content-constrain .panel-block .panel-cell > *#wrap,
.content-wrapper .panel-constrain .content-block .content-cell > *#wrap,
.content-wrapper .panel-constrain .content-block .panel-cell > *#wrap,
.content-wrapper .panel-constrain .panel-block .content-cell > *#wrap,
.content-wrapper .panel-constrain .panel-block .panel-cell > *#wrap {
  z-index: 1;
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child,
.content-wrapper .content-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav,
.content-wrapper .content-constrain .content-block .panel-cell .subnav,
.content-wrapper .content-constrain .panel-block .content-cell .subnav,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav,
.content-wrapper .panel-constrain .content-block .content-cell .subnav,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav,
.content-wrapper .panel-constrain .panel-block .panel-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 > *,
.content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #323237;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #dbdfef;
  border-radius: 5px;
  margin: 0.8em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .panel-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%23c8cce1%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,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .panel-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,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:hover {
  color: #c8cce1;
  background-color: #1d2a74;
  border-color: #223188;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.content-wrapper .content-constrain .content-block .content-cell ol,
.content-wrapper .content-constrain .content-block .content-cell ul,
.content-wrapper .content-constrain .content-block .panel-cell ol,
.content-wrapper .content-constrain .content-block .panel-cell ul,
.content-wrapper .content-constrain .panel-block .content-cell ol,
.content-wrapper .content-constrain .panel-block .content-cell ul,
.content-wrapper .content-constrain .panel-block .panel-cell ol,
.content-wrapper .content-constrain .panel-block .panel-cell ul,
.content-wrapper .panel-constrain .content-block .content-cell ol,
.content-wrapper .panel-constrain .content-block .content-cell ul,
.content-wrapper .panel-constrain .content-block .panel-cell ol,
.content-wrapper .panel-constrain .content-block .panel-cell ul,
.content-wrapper .panel-constrain .panel-block .content-cell ol,
.content-wrapper .panel-constrain .panel-block .content-cell ul,
.content-wrapper .panel-constrain .panel-block .panel-cell ol,
.content-wrapper .panel-constrain .panel-block .panel-cell ul {
  font-size: 1.3em;
  line-height: 1.6em;
}
.footer-wrapper {
  background: #ffffff;
  border-top: 1px solid #d5d5d6;
}
.footer-wrapper .footer-constrain {
  font-size: 14px;
  width: 990px;
  margin: 0px auto;
  color: #323237;
  padding: 30px 15px;
}
@media screen and (max-width: 1026.9709543568px) {
  .footer-wrapper .footer-constrain {
    width: 96.4%;
  }
}
.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: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #223188;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #3147c5;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block dl dt,
.footer-wrapper .footer-constrain .footer-block dl dd {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  float: left;
  vertical-align: top;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block dl dt,
  .footer-wrapper .footer-constrain .footer-block dl dd {
    display: block;
    float: none;
    clear: both;
  }
}
.footer-wrapper .footer-constrain .footer-block dl dt {
  clear: left;
  min-width: 6em;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block dl dt {
    min-width: auto;
    margin-top: 0.25em;
  }
}
.footer-wrapper .footer-constrain .footer-block h2 {
  margin: 0;
  line-height: 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block h2 {
    margin-top: 20px;
  }
}
.footer-wrapper .footer-constrain .footer-block p {
  font-size: 1.2em;
  margin: 0em 0em 0.5em 0em;
}
.footer-wrapper .footer-constrain .footer-block a.button {
  margin: 0;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-logo {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-logo {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-logo .logo {
  display: block;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-logo {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    display: block;
    text-align: center;
    margin: 0 auto 1em;
    float: none;
    background-position: 50% 50%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-logo {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-contact {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-contact {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-contact {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    display: block;
    margin: 0;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-contact {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-contact a {
  color: #323237;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-contact a:hover {
  text-decoration: none;
  color: #223188;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-contact a.button:hover {
  color: #c8cce1;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 39.866666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 14px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    display: block;
    margin: 0;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 900px) and handheld,only screen and (max-width: 900px) and only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form {
  padding: 0;
  font-size: 0;
  display: block;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form input {
  background-color: #eaeaec;
  border-radius: 2px;
  padding: 11px 10px;
  font-family: 'Source Sans Pro', serif;
  color: black;
  width: 28%;
  margin-right: 2%;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form input:last-of-type {
  margin-right: 0;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form input#mc-embedded-subscribe {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #323237;
  background-color: white;
  font-size: 0.9em;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #dbdfef;
  border-radius: 5px;
  margin: 0.8em 0em;
  padding: 0.65em 1em;
  cursor: pointer;
  font-size: 12px;
  width: 10%;
  margin: 0;
  padding: 10px 3px;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form input#mc-embedded-subscribe .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%23c8cce1%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form input#mc-embedded-subscribe img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form input#mc-embedded-subscribe:hover {
  color: #c8cce1;
  background-color: #1d2a74;
  border-color: #223188;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 640px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form input {
    display: block;
    width: 100%;
    margin: 0 0 4px 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-cell-newsletter #mc_embed_signup form .validation-advice {
  display: none;
}
.author-wrapper {
  background-color: #dbdfef;
}
.author-wrapper .author-constrain {
  font-size: 14px;
  width: 990px;
  margin: 0px auto;
  color: #323237;
  padding: 30px 15px;
}
@media screen and (max-width: 1026.9709543568px) {
  .author-wrapper .author-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain {
    text-align: center;
  }
}
.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: 14px;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block a {
  color: #223188;
  font-size: 14px;
}
.author-wrapper .author-constrain .author-block a:hover {
  color: #3147c5;
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    margin-bottom: 10px;
  }
}
.author-wrapper .author-constrain .author-block .company-details {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .company-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .company-details p {
  font-size: 14px;
  margin: 0;
  color: #223188;
}
.author-wrapper .author-constrain .author-block .company-details p a {
  font-size: 14px;
  text-decoration: underline;
}
.latest-news-wrapper .latest-news-constrain {
  font-size: 14px;
  width: 990px;
  margin: 0px auto;
  color: #323237;
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1026.9709543568px) {
  .latest-news-wrapper .latest-news-constrain {
    width: 96.4%;
  }
}
.latest-news-wrapper .latest-news-constrain .latest-news-block {
  display: block;
}
.latest-news-wrapper .latest-news-constrain .latest-news-block .latest-news-heading-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .latest-news-wrapper .latest-news-constrain .latest-news-block .latest-news-heading-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .latest-news-wrapper .latest-news-constrain .latest-news-block .latest-news-heading-cell {
    margin-left: 1.8%;
  }
}
.latest-news-wrapper .latest-news-constrain .latest-news-block .latest-news-heading-cell h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.latest-news-wrapper .latest-news-constrain .latest-news-block .latest-news-heading-cell .title-underline {
  background-image: url('../../include/resources/fowlersgroup/images/i-title-underline.png');
  background-image: url('../../include/resources/fowlersgroup/images/i-title-underline.svg'), none;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 8px;
  width: 100%;
  margin-bottom: 20px;
}
.latest-news-wrapper .latest-news-constrain .latest-news-block .latest-news-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 14px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  display: inline-block;
}
@media handheld,only screen and (max-width: 900px) {
  .latest-news-wrapper .latest-news-constrain .latest-news-block .latest-news-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
