/**********************/
/*** 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 */
/* For: 1024px */
/* For: 768px */
/* For: 480px */
/* For: 320px */
/* For: 480px */
/* 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.
 *
 */
/****************************/
/*** Interactive Services ***/
/****************************/
/**********************/
/*** 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 Layout */
/* 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: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  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: #dddddd;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #dddddd;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #aaaaaa;
}
.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: 0;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #5581b7;
  background-color: transparent;
  border-radius: 0;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #5581b7;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #5581b7;
  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;
}
.small-text {
  font-size: 60%;
  display: block;
}
.large-text {
  font-size: 125%;
  display: block;
}
.blue-text {
  color: #1e4c90;
}
.light-blue-text {
  color: #6fa8ee;
}
.orange-text {
  color: #ee7700;
}
.black-text {
  color: #191919;
}
.white-text {
  color: white;
}
@media handheld,only screen and (max-width: 900px) {
  .no-mobile {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media handheld,only screen and (max-width: 900px) {
  .mobile-only {
    display: block !important;
  }
}
.no-underline {
  text-decoration: none !important;
}
.no-underline:hover {
  text-decoration: none !important;
}
p {
  margin: 0em 0em 1em 0em;
}
a {
  color: #5581b7;
  text-decoration: none;
}
a:hover {
  color: #416898;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 900px) {
  a:hover {
    color: #5581b7;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ee7700;
  font-weight: normal;
  font-family: 'Asap', Verdana, sans-serif;
  line-height: 1.1em;
  margin: 1em 0 0.2em 0;
}
h1 .small-text,
h2 .small-text,
h3 .small-text,
h4 .small-text,
h5 .small-text,
h6 .small-text {
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-weight: 700;
  margin: 0 0 -33px 0;
}
h1,
h2 {
  color: #1e4c90;
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}
h1 .small-text,
h2 .small-text {
  margin: 0 0 -63px 0;
}
@media handheld,only screen and (max-width: 1279px) {
  h1,
  h2 {
    font-size: 50px;
  }
  h1 .small-text,
  h2 .small-text {
    margin: 0 0 -55px 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  h1,
  h2 {
    font-size: 36px;
  }
  h1 .small-text,
  h2 .small-text {
    margin: 0 0 -35px 0;
  }
}
h3 {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 700;
}
@media handheld,only screen and (max-width: 1279px) {
  h3 {
    font-size: 32px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-size: 28px;
}
@media handheld,only screen and (max-width: 1279px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-weight: 700;
}
@media handheld,only screen and (max-width: 1279px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-weight: 700;
}
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: 0;
  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: #191919;
  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: #1e4c90;
  }
}
table thead tr td,
table thead tr th {
  color: #e9edf4;
  background-color: #1e4c90;
  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: #191919;
  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: #191919;
  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: #191919;
  background-color: transparent;
  font-weight: bold;
}
hr {
  color: #5581b7;
  background: #5581b7;
  margin: 23px 0;
  width: 59px;
  height: 2px;
}
blockquote {
  color: #191919;
  font-size: 44px;
  line-height: 56px;
  margin: 1.5em auto;
  padding: 1.5em;
  text-align: center;
  font-family: 'Asap', Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  position: relative;
}
blockquote p:nth-of-type(1):before {
  content: '';
  width: 25px;
  height: 20px;
  background-image: url('../../include/resources/samharrop/images/i-quote-black.png');
  background-image: url('../../include/resources/samharrop/images/i-quote-black.svg'), none;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: -34px;
}
@media handheld,only screen and (max-width: 1100px) {
  blockquote p:nth-of-type(1):before {
    display: none;
  }
}
blockquote p:nth-last-of-type(1):after {
  content: '';
  width: 25px;
  height: 20px;
  background-image: url('../../include/resources/samharrop/images/i-quote-black-close.png');
  background-image: url('../../include/resources/samharrop/images/i-quote-black-close.svg'), none;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 11px;
  margin-left: 11px;
  margin-right: -35px;
}
@media handheld,only screen and (max-width: 1100px) {
  blockquote p:nth-last-of-type(1):after {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  blockquote {
    font-size: 36px;
    line-height: 48px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  blockquote {
    font-size: 24px;
    line-height: 30px;
  }
}
blockquote > * {
  display: block;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.social-link {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.social-link.facebook {
  background-image: url('../../include/resources/samharrop/images/i-facebook.png');
  background-image: url('../../include/resources/samharrop/images/i-facebook.svg'), none;
  background-size: 16px 30px;
  background-position: center top 10px;
  width: 45px;
}
.social-link.twitter {
  background-image: url('../../include/resources/samharrop/images/i-twitter.png');
  background-image: url('../../include/resources/samharrop/images/i-twitter.svg'), none;
  background-size: 35px 28px;
}
.social-link.linkedin {
  background-image: url('../../include/resources/samharrop/images/i-linkedin.png');
  background-image: url('../../include/resources/samharrop/images/i-linkedin.svg'), none;
  background-size: 28px 31px;
  background-position: center top 8px;
}
.social-link:hover {
  opacity: 0.8;
}
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  margin: 0.4em 0;
  cursor: pointer;
  padding: 10px 44px 10px 13px;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-blue.svg');
  background-size: 6px 11px, 340px 40px;
  background-repeat: no-repeat;
  background-position: center right 18px, right center;
  position: relative;
  overflow-y: hidden;
  z-index: 3;
}
.button:hover,
.submit:hover {
  text-decoration: none;
  color: white;
}
.button:hover:before,
.button:hover:after,
.submit:hover:before,
.submit:hover:after {
  background-color: #1a417b;
}
.button.orange-button,
.submit.orange-button {
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
}
.button.large-button,
.submit.large-button {
  padding: 20px 53px 20px 23px;
  min-width: 256px;
  background-position: center right 29px, right center;
  background-size: 6px 11px, 540px 54px;
}
.button.small-button,
.submit.small-button {
  font-size: 10px;
  padding: 8px 30px 7px 11px;
  background-position: center right 13px, right center;
  background-size: 6px 11px, 260px 30px;
}
.button.safari-button,
.submit.safari-button {
  padding: 27px 53px 27px 29px;
  min-width: 338px;
  margin-top: 35px;
  background-image: url('../../include/resources/samharrop/images/i-safari-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
  background-size: 23px 23px, 600px 60px;
  background-position: center right 33px, right center;
}
@media handheld,only screen and (max-width: 1279px) {
  .button.safari-button,
  .submit.safari-button {
    min-width: 270px;
    margin-top: 0;
  }
}
.button.link-button,
.submit.link-button {
  color: #ee7700;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.svg'), none;
  padding-left: 0;
  text-transform: none;
  font-size: 16px;
}
.button.link-button:before,
.button.link-button:after,
.submit.link-button:before,
.submit.link-button:after {
  display: none;
}
.button.link-button:hover,
.submit.link-button:hover {
  color: #e67300;
}
.two-line-button {
  color: #191919;
  padding: 45px 0 59px 61px;
  background-image: url('../../include/resources/samharrop/images/i-folder-black.svg'), url('../../include/resources/samharrop/images/i-two-line-button-flat.png');
  background-position: right 52px top 56px, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 29px 22px, auto auto;
  width: 395px;
  height: 149px;
  display: inline-block;
  vertical-align: top;
  margin-left: -43px;
  margin-right: -21px;
  margin-bottom: -32px;
}
.two-line-button:last-of-type {
  margin-right: -29px;
  background-image: url('../../include/resources/samharrop/images/i-folder-black.svg'), url('../../include/resources/samharrop/images/i-two-line-button.png');
  background-position: right 60px top 56px, center center;
  width: 404px;
}
@media handheld,only screen and (max-width: 1279px) {
  .two-line-button:last-of-type {
    margin-top: -60px;
  }
}
@media handheld,only screen and (max-width: 1279px) {
  .two-line-button {
    display: block;
    background-image: url('../../include/resources/samharrop/images/i-folder-black.svg'), url('../../include/resources/samharrop/images/i-two-line-button.png');
    background-position: right 60px top 56px, center center;
    width: 404px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .two-line-button {
    background-image: url('../../include/resources/samharrop/images/i-folder-black.svg');
    background-position: right 22px center;
    background-size: 29px 22px;
    background-color: white;
    margin: 8px 0;
    padding: 16px;
    height: 77px;
    width: 100%;
  }
  .two-line-button:last-of-type {
    background-image: url('../../include/resources/samharrop/images/i-folder-black.svg');
    background-position: right 22px center;
    background-size: 29px 22px;
    background-color: white;
    margin: 8px 0;
    padding: 16px;
    height: 77px;
    width: 100%;
  }
}
.two-line-button .subheading {
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.two-line-button .heading {
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-family: 'Asap', Verdana, sans-serif;
  text-transform: none;
  font-weight: 700;
  margin-top: 2px;
}
@media handheld,only screen and (max-width: 900px) {
  .two-line-button .heading {
    font-size: 24px;
    line-height: 28px;
  }
}
.two-line-button:hover {
  text-decoration: none;
}
.readlessbutton-wrapper .readlessbutton {
  background-color: #ee7700;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 22px 26px;
  display: inline-block;
  width: 83%;
  position: relative;
  text-decoration: none;
  margin-top: 44px;
}
.readlessbutton-wrapper .readlessbutton .more {
  display: none;
}
.readlessbutton-wrapper .readlessbutton img {
  position: absolute;
  right: 26px;
  top: 28px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media handheld,only screen and (max-width: 900px) {
  .readlessbutton-wrapper .readlessbutton {
    margin-top: 0px;
    width: 100%;
    min-width: 0;
  }
}
.readlessbutton-wrapper.readmorebutton-wrapper .readlessbutton .more {
  display: inline;
}
.readlessbutton-wrapper.readmorebutton-wrapper .readlessbutton .less {
  display: none;
}
.readlessbutton-wrapper.readmorebutton-wrapper .readlessbutton img {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.readlesstext {
  overflow: hidden;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  -ms-transition: all 1.25s ease;
  transition: all 1.25s ease;
}
.button-alt {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  margin: 0.4em 0;
  cursor: pointer;
  padding: 10px 44px 10px 13px;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-blue.svg');
  background-size: 6px 11px, 340px 40px;
  background-repeat: no-repeat;
  background-position: center right 18px, right center;
  position: relative;
  overflow-y: hidden;
  z-index: 3;
}
.button-alt:hover {
  text-decoration: none;
  color: white;
}
.button-alt:hover:before,
.button-alt:hover:after {
  background-color: #1a417b;
}
.button-alt.orange-button {
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
}
.button-alt.large-button {
  padding: 20px 53px 20px 23px;
  min-width: 256px;
  background-position: center right 29px, right center;
  background-size: 6px 11px, 540px 54px;
}
.button-alt.small-button {
  font-size: 10px;
  padding: 8px 30px 7px 11px;
  background-position: center right 13px, right center;
  background-size: 6px 11px, 260px 30px;
}
.button-alt.safari-button {
  padding: 27px 53px 27px 29px;
  min-width: 338px;
  margin-top: 35px;
  background-image: url('../../include/resources/samharrop/images/i-safari-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
  background-size: 23px 23px, 600px 60px;
  background-position: center right 33px, right center;
}
@media handheld,only screen and (max-width: 1279px) {
  .button-alt.safari-button {
    min-width: 270px;
    margin-top: 0;
  }
}
.button-alt.link-button {
  color: #ee7700;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.svg'), none;
  padding-left: 0;
  text-transform: none;
  font-size: 16px;
}
.button-alt.link-button:before,
.button-alt.link-button:after {
  display: none;
}
.button-alt.link-button:hover {
  color: #e67300;
}
.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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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;
}
#mc_embed_signup {
  width: 75%;
}
@media handheld,only screen and (max-width: 900px) {
  #mc_embed_signup {
    width: 100%;
  }
}
.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: 0;
  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: #191919;
  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-thumbnail.video {
  position: relative;
  margin: 0;
  background-color: black;
}
.media-thumbnail.video a {
  display: block;
}
.media-thumbnail.video img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.media-thumbnail.video a:after {
  content: 'Watch Now';
  display: block;
  position: absolute;
  left: 27px;
  bottom: 27px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  height: 44px;
  width: 200px;
  background-image: url('../../include/resources/samharrop/images/i-play-video.png');
  background-image: url('../../include/resources/samharrop/images/i-play-video.svg'), none;
  background-size: 44px 44px;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 10;
  padding: 10px 0 0 56px;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail.video a:after {
    left: 17px;
    bottom: 17px;
    padding-left: 2px;
  }
}
.media-thumbnail.video:hover img {
  opacity: 0.8;
}
@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 {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 900px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.media-gallery > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 16px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 1100px) and handheld,only screen and (max-width: 1100px) and only screen and (max-width: 900px) {
  .media-gallery {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  border-radius: 0;
  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: 1100px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 16px;
    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: 1100px) and handheld,only screen and (max-width: 1100px) 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: 16px;
    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: 0;
  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/samharrop/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/samharrop/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/samharrop/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/samharrop/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: #191919;
  background: transparent;
  font-size: 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  border: 0px solid #e6e6e6;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 8em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
.page-region form.f .buttons button,
.page-region form.f .buttons .button {
  background-color: transparent;
  border: none;
}
@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: #191919;
  background: transparent;
  font-family: 'Open Sans', Verdana, sans-serif;
  border-bottom: 0px solid #e6e6e6;
  padding: 0.5em 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: #191919;
  background-color: transparent;
  width: 7em;
  margin: 0.35em 0em;
  font-weight: 700;
  text-transform: uppercase;
}
.page-region form .form-row label:after {
  content: ':';
}
@media handheld,only screen and (max-width: 900px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 8em;
  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 .calendar {
  z-index: 1;
}
.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: #191919;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 0.7em;
  margin: 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: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  margin: 0.4em 0;
  cursor: pointer;
  padding: 10px 44px 10px 13px;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-blue.svg');
  background-size: 6px 11px, 340px 40px;
  background-repeat: no-repeat;
  background-position: center right 18px, right center;
  position: relative;
  overflow-y: hidden;
  z-index: 3;
}
.page-region form .form-row .submit:hover {
  text-decoration: none;
  color: white;
}
.page-region form .form-row .submit:hover:before,
.page-region form .form-row .submit:hover:after {
  background-color: #1a417b;
}
.page-region form .form-row .submit.orange-button {
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
}
.page-region form .form-row .submit.large-button {
  padding: 20px 53px 20px 23px;
  min-width: 256px;
  background-position: center right 29px, right center;
  background-size: 6px 11px, 540px 54px;
}
.page-region form .form-row .submit.small-button {
  font-size: 10px;
  padding: 8px 30px 7px 11px;
  background-position: center right 13px, right center;
  background-size: 6px 11px, 260px 30px;
}
.page-region form .form-row .submit.safari-button {
  padding: 27px 53px 27px 29px;
  min-width: 338px;
  margin-top: 35px;
  background-image: url('../../include/resources/samharrop/images/i-safari-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
  background-size: 23px 23px, 600px 60px;
  background-position: center right 33px, right center;
}
@media handheld,only screen and (max-width: 1279px) {
  .page-region form .form-row .submit.safari-button {
    min-width: 270px;
    margin-top: 0;
  }
}
.page-region form .form-row .submit.link-button {
  color: #ee7700;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.svg'), none;
  padding-left: 0;
  text-transform: none;
  font-size: 16px;
}
.page-region form .form-row .submit.link-button:before,
.page-region form .form-row .submit.link-button:after {
  display: none;
}
.page-region form .form-row .submit.link-button:hover {
  color: #e67300;
}
.page-region form .form-row .submit:hover {
  color: white;
  background-color: #1a417b;
}
.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: 100%;
  padding-right: 30px;
}
@media handheld,only screen and (max-width: 900px) {
  #enquiry_form {
    max-width: 100%;
  }
}
.mc-popup form .form-row label {
  float: left;
  color: #191919;
  background-color: transparent;
  width: 7em;
  margin: 0.15em 0em;
  font-weight: 700;
  font-size: 0.9em;
}
@media handheld,only screen and (max-width: 900px) {
  .mc-popup form .form-row label {
    float: none;
    width: auto;
  }
}
.mc-popup form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.mc-popup form .form-row input[type=text],
.mc-popup form .form-row input[type=password],
.mc-popup form .form-row select,
.mc-popup form .form-row textarea {
  color: #191919;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 0.2em;
  margin: 0;
  border-radius: 2px;
}
@media handheld,only screen and (max-width: 900px) {
  .mc-popup form .form-row input[type=text],
  .mc-popup form .form-row input[type=password],
  .mc-popup form .form-row select,
  .mc-popup form .form-row textarea {
    width: 100%;
  }
}
.mc-popup form .form-row .field {
  margin-left: 0em;
  position: relative;
}
@media handheld,only screen and (max-width: 900px) {
  .mc-popup form .form-row .field {
    display: block;
    margin: 0em;
  }
}
.mc-popup form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  position: absolute;
  top: 10px;
  right: 0em;
}
.mc-popup form .buttons {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .interactive-services {
    font-size: 0 !important;
  }
}
.interactive-service-button {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .interactive-service-button {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 10px;
    z-index: 2;
  }
}
@media handheld,only screen and (max-width: 650px) {
  .interactive-service-button {
    width: 32.5%;
    margin: 4px 1% 0 0;
    border: 1px solid #5581b7;
    border-radius: 3px;
  }
  .interactive-service-button:nth-of-type(3n) {
    margin-right: 0;
  }
}
.interactive-service-button .service {
  position: absolute;
  width: 98px;
}
@media screen and (max-width: 1100px) {
  .interactive-service-button .service {
    position: relative;
    margin: 0 auto;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button .service {
    width: 80%;
    padding-bottom: 10px;
  }
}
.interactive-service-button .service .media-thumbnail {
  height: 44px;
  display: block;
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button .service .media-thumbnail {
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }
}
.interactive-service-button .service .media-thumbnail img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button .service .media-thumbnail img {
    width: 50%;
    margin-bottom: -32px;
  }
}
.interactive-service-button .service h6 {
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button .service h6 {
    min-height: 28px;
  }
}
@media handheld,only screen and (max-width: 650px) {
  .interactive-service-button .service h6 {
    font-size: 10px;
    min-height: 22px;
  }
}
.interactive-service-button .service:hover {
  cursor: pointer;
}
.interactive-service-button .service:hover img {
  opacity: 0.5;
}
.interactive-service-button .service:hover h6 {
  color: #5581b7;
}
.interactive-service-button .description {
  position: absolute;
  left: 1.8%;
  bottom: 0;
  overflow: hidden;
  height: 450px;
  width: 410px;
  text-align: left;
  display: none;
  background: white;
}
@media handheld,only screen and (max-width: 1279px) {
  .interactive-service-button .description {
    width: 330px;
  }
}
@media screen and (max-width: 1100px) {
  .interactive-service-button .description {
    width: auto;
    right: 0;
    height: 300px;
    z-index: 3;
    font-size: 14px;
    border-radius: 3px;
    overflow: visible;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button .description {
    left: 0;
    right: 0;
    width: auto;
    top: 0;
    height: auto;
  }
}
.interactive-service-button .description .sticky-hover-toggle {
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button .description .sticky-hover-toggle {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #dbdbdb;
    z-index: 4;
    top: -13px;
    right: 20px;
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%225.5px%22%20height%3D%225.5px%22%20viewBox%3D%220%200%205.5%205.5%22%20style%3D%22enable-background%3Anew%200%200%205.5%205.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20d%3D%22M0.1%2C4.8l2.1-2.1L0.1%2C0.7C0%2C0.5%2C0%2C0.3%2C0.1%2C0.1s0.4-0.2%2C0.5%2C0l2.1%2C2.1l2.1-2.1C5%2C0%2C5.2%2C0%2C5.4%2C0.1s0.2%2C0.4%2C0%2C0.5L3.3%2C2.7%20l2.1%2C2.1c0.2%2C0.2%2C0.2%2C0.3%2C0%2C0.5S5%2C5.5%2C4.8%2C5.3L2.7%2C3.3L0.7%2C5.3c-0.2%2C0.2-0.3%2C0.2-0.5%2C0S0%2C5%2C0.1%2C4.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
}
.interactive-service-button .description .description-inner {
  position: absolute;
  left: 0;
  right: -60px;
  top: 0;
  bottom: 0;
  padding: 48px 125px 65px 65px;
  overflow-y: scroll;
}
@media screen and (max-width: 1100px) {
  .interactive-service-button .description .description-inner .media-thumbnail {
    text-align: left;
  }
}
.interactive-service-button .description .description-inner h4 {
  color: #133880;
  font-weight: 700;
}
.interactive-service-button .description .description-inner p {
  margin-bottom: 0 !important;
}
@media handheld,only screen and (max-width: 1279px) {
  .interactive-service-button .description .description-inner {
    padding: 37px 105px 45px 45px;
  }
}
.interactive-service-button.sticky-hover-active .service img,
.interactive-service-button.sticky-hover-active-initial .service img {
  opacity: 0.5;
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button.sticky-hover-active .service img,
  .interactive-service-button.sticky-hover-active-initial .service img {
    opacity: 1;
  }
}
.interactive-service-button.sticky-hover-active .service h6,
.interactive-service-button.sticky-hover-active-initial .service h6 {
  color: #5581b7;
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button.sticky-hover-active .service h6,
  .interactive-service-button.sticky-hover-active-initial .service h6 {
    color: white;
  }
}
.interactive-service-button.sticky-hover-active .description,
.interactive-service-button.sticky-hover-active-initial .description {
  display: block;
}
@media handheld,only screen and (max-width: 900px) {
  .interactive-service-button.sticky-hover-active-initial .description {
    display: none;
  }
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.cta-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  color: #191919;
  background-color: white;
  box-shadow: 0 0 54px 1px rgba(0,0,0,0.2);
  position: relative;
  margin-top: 80px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .cta-block .cta {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 16px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) and handheld,screen and (max-width: 1100px) and only screen and (max-width: 900px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) and handheld,screen and (max-width: 1100px) and only screen and (max-width: 900px) {
  .cta-block .cta {
    margin-top: 10px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
.cta-block .cta.no-feature {
  margin-top: 117px;
}
@media screen and (max-width: 1100px) {
  .cta-block .cta.no-feature {
    margin-top: 20px;
    padding-top: 36px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta.no-feature {
    margin-top: 10px;
    padding-top: 0;
  }
}
.cta-block .cta .cta-header {
  display: block;
  text-align: center;
}
.cta-block .cta .cta-header .feature-text {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  display: block;
  padding: 5px;
}
.cta-block .cta.most-popular .cta-header {
  background-color: #ee7700;
  border-top: 4px solid #ee7700;
}
.cta-block .cta.most-popular .cta-inner {
  border-color: #ee7700;
}
.cta-block .cta.best-value .cta-header {
  background-color: #133880;
  border-top: 4px solid #133880;
}
.cta-block .cta.best-value .cta-inner {
  border-color: #133880;
}
.cta-block .cta .cta-inner {
  display: block;
  border: 4px solid transparent;
  padding: 40px 30px 40px 40px;
  min-height: 500px;
}
@media screen and (max-width: 1100px) {
  .cta-block .cta .cta-inner {
    min-height: 400px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner {
    min-height: 0;
    padding: 30px;
  }
}
.cta-block .cta .cta-inner .media-thumbnail {
  display: block;
  margin: 0 0 30px 0;
}
.cta-block .cta .cta-inner .media-thumbnail img {
  border: none;
  border-radius: 0;
  padding: 0;
}
.cta-block .cta .cta-inner .cta-title {
  display: block;
  font-family: 'Asap', Verdana, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
}
@media handheld,only screen and (max-width: 1279px) {
  .cta-block .cta .cta-inner .cta-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.cta-block .cta .cta-inner .cta-description {
  display: block;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 100px;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner .cta-description {
    padding-bottom: 80px;
  }
}
.cta-block .cta .cta-inner .price-link-wrapper {
  display: block;
  position: absolute;
  bottom: 44px;
  left: 44px;
  right: 44px;
}
@media handheld,only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner .price-link-wrapper {
    bottom: 35px;
    left: 35px;
    right: 35px;
  }
}
.cta-block .cta .cta-inner .cta-price {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 10px;
  font-weight: 700;
  color: #133880;
}
.cta-block .cta .cta-inner .cta-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 10px;
  font-weight: 700;
  color: #ee7700;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.svg'), none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 6px 11px;
  padding-right: 17px;
}
.cta-block .cta:hover {
  text-decoration: none;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 1100px) {
  .cta-block .cta:hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  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: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  border-bottom: 1px solid #f2f2f2;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper .news-posts-list .news-post.news-post-with-image > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-image .media-thumbnail {
    text-align: left;
  }
}
.news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image .news-post-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #595959;
}
@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: block;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #595959;
}
.news-wrapper .news-posts-list .news-post:last-child {
  border-bottom: none;
}
@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 .news-post-information .news-date {
  color: #595959;
}
.news-wrapper .news-posts-single .news-post-information .news-post-social .facebook {
  margin-top: 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: 'Asap', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #191919;
}
.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: #1e4c90;
}
.search-wrapper .search input.search-button:hover {
  background-color: #1a417b;
}
@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-panelset {
  position: relative;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal,
.taipan-contentpanel-panelset.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.taipan-contentpanel-panelset.testimonials .taipan-contentpanel-panel {
  margin: 0 40px;
  width: 100%;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel > *:first-child {
  margin-top: 0px;
}
@media handheld,only screen and (max-width: 1600px) {
  .taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion,
  .taipan-contentpanel-panelset.transition-vertical > .taipan-contentpanel-panelregion {
    width: 77%;
    margin: 0 auto;
  }
  .taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
  .taipan-contentpanel-panelset.transition-vertical > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
    width: 100%;
  }
  .taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel .panel-constrain,
  .taipan-contentpanel-panelset.transition-vertical > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel .panel-constrain {
    width: 100%;
  }
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  padding-bottom: 42px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  pointer-events: none;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  min-width: 24px;
  min-height: 42px;
  margin: 0px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-panelset > .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 #191919;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a:hover {
  background-color: #191919;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.currentslide {
  background-color: #191919;
}
.taipan-contentpanel-panelset > .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;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global:hover {
  background-color: transparent;
  opacity: 0.7;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-panelset.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 #191919;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-panelset.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%23191919%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23191919%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-panelset.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%23191919%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-panelset.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%23191919%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23191919%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-panelset.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%23191919%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-panelset.nav-vertical > .taipan-contentpanel-navregion {
  position: fixed !important;
  top: 44px !important;
  right: 270px !important;
  left: 270px !important;
  min-height: 24px !important;
  z-index: 1000;
}
@media handheld,only screen and (max-width: 1100px) {
  .taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion {
    display: none;
  }
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul {
  text-align: center;
  margin-top: 0 !important;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-family: 'Asap', Verdana, sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  color: #191919;
  border: none;
  border-radius: 0;
  padding: 1px 10px;
  position: relative;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a {
    padding: 1px 5px;
  }
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li:nth-of-type(2) {
    display: none;
  }
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li:nth-last-of-type(2) {
  display: none;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li:hover a {
  background-color: transparent;
  color: grey;
  text-decoration: none;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li.currentslide a {
  background-color: transparent;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li.currentslide a:after {
  content: '';
  background-color: #ee7700;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
}
.taipan-contentpanel-panelset.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  top: 0;
  bottom: 0 !important;
  overflow: visible !important;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul {
  height: 100%;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -52px;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type,
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type {
    margin-top: -18px;
  }
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type a,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type a {
  width: 140px;
  height: 104px;
  background-color: #191919;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 29px 62px;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type a,
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type a {
    width: 60px;
    height: 36px;
    background-size: 9px 16px;
  }
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type {
  left: -30px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type a {
  background-image: url('../../include/resources/samharrop/images/i-arrow-left-white-large.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-left-white-large.svg'), none;
  background-position: center right 40px;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:first-of-type a {
    background-image: url('../../include/resources/samharrop/images/i-arrow-left-white.png');
    background-image: url('../../include/resources/samharrop/images/i-arrow-left-white.svg'), none;
    background-position: center right 12px;
  }
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type {
  right: -30px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type a {
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white-large.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white-large.svg'), none;
  background-position: center left 40px;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li:last-of-type a {
    background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.png');
    background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), none;
    background-position: center left 12px;
  }
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
}
.taipan-contentpanel-panel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*
  .transition(background-color, ease, 0.25s);
  background-color: darken(@contentBgColour, 4%);

  &.taipan-contentpanel-panel-current {
    background-color: @contentBgColour;
  }
  */
  background-size: cover;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  margin-left: 30px;
  margin-right: 30px;
  overflow: visible !important;
}
@media handheld,only screen and (max-width: 1400px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel {
    margin-left: 0;
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel {
    border: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel .tag {
  position: absolute;
  left: -30px;
  top: 226px;
  height: 93px;
  width: 172px;
  font-size: 60px;
  line-height: 62px;
  color: #133880;
  font-family: 'Asap', Verdana, sans-serif;
  font-weight: 700;
  font-style: italic;
  z-index: 2;
  overflow: hidden;
  text-align: right;
  padding: 13px 40px 13px 30px;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel .tag:before {
  content: '';
  background: #1e4c90;
  position: absolute;
  left: 0;
  right: 30px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel .tag:after {
  content: '';
  background: #1e4c90;
  height: 150px;
  width: 50px;
  position: absolute;
  right: 6px;
  top: -40px;
  z-index: -1;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
@media handheld,only screen and (max-width: 1650px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel .tag {
    left: -60px;
    padding: 13px 30px 13px 30px;
  }
}
@media handheld,only screen and (max-width: 1550px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel .tag {
    display: none;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction {
  overflow: hidden !important;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-floating-background {
  display: block;
  position: absolute;
  right: -100px;
  left: -100px;
  bottom: -100px;
  top: 355px;
  background-color: #f1f1f1;
  -ms-transform: rotate(-2.25deg);
  -webkit-transform: rotate(-2.25deg);
  transform: rotate(-2.25deg);
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-floating-background {
    top: 48px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain {
  padding: 0 !important;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell {
  font-size: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .sam,
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .content-inner {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  font-size: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .sam,
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .content-inner {
    vertical-align: middle;
  }
}
@media handheld,only screen and (max-width: 500px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .sam,
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .content-inner {
    vertical-align: bottom;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .sam {
  margin-top: 85px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .sam {
    max-width: 460px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .sam {
    width: 30%;
    margin-top: 12px;
    padding-left: 12px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .content-inner {
  margin: 171px 0 0 0;
  margin: 326px 0 0 0;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .content-inner {
    margin: 196px 0 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .content-inner {
    margin: 185px 0 0 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .content-inner {
    margin: 0;
    width: 70%;
    padding: 0 15px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell blockquote {
  margin: 0 0 90px 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell blockquote {
    margin: 0 0 70px 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell blockquote {
    margin: 20px 0;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell blockquote p {
    font-size: 20px;
    line-height: 23px;
  }
}
@media handheld,only screen and (max-width: 500px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell blockquote p {
    font-size: 18px;
    line-height: 21px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .scroll-wrapper {
  display: block;
  text-align: center;
  padding: 0 0 85px 0;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .scroll-wrapper {
    padding: 0 0 70px 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .scroll-wrapper {
    display: none;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .scroll-wrapper h4 {
  font-weight: bold;
  margin: 0 0 0 0;
  color: black;
  font-size: 23px;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .scroll-wrapper h3 {
  font-weight: bold;
  margin: 7px 0 0 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.introduction .panel-constrain .panel-block .panel-cell .scroll-wrapper .scroll-icon {
  width: 54px;
  height: 54px;
  background-color: #ee7700;
  border-radius: 50%;
  background-image: url('../../include/resources/samharrop/images/i-arrow-down-white.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-down-white.svg'), none;
  background-position: center;
  background-size: 15px 9px;
  background-repeat: no-repeat;
  margin: 16px auto 0 auto;
  box-shadow: -5px 5px 24px 1px rgba(0,0,0,0.3);
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos {
  background: #133880;
  background: -moz-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: -webkit-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos.no-mobile {
    display: none;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos.mobile-only {
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos.mobile-only {
    display: block;
    text-align: center;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .panel-constrain {
  padding: 26px 0;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .panel-constrain {
    padding: 35px 20px 33px 20px !important;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .columns-three-quarters {
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .columns-three-quarters {
    text-align: left;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos h4 {
  margin: 13px 0 0 0;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos h4 {
    margin: 0 0 10px 0;
  }
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .columns-one-quarter {
    width: 16.4%;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .columns-three-quarters {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .columns-one-quarter {
    display: block;
    width: 100%;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .columns-three-quarters {
    display: block;
    width: 100%;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .media-thumbnail {
  margin-left: 16px;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .media-thumbnail {
    margin-left: 25px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .media-thumbnail {
    margin: 8px 0;
    width: 32.25%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .media-thumbnail a {
    display: block;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .media-thumbnail a img {
    display: block;
    width: auto;
    max-width: 80%;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.intro-logos .media-thumbnail:nth-of-type(1) {
  margin-left: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services {
  background: #133880;
  background: -moz-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: -webkit-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .tag {
  top: 240px;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block {
  position: relative;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block p {
  margin: 30px 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .content-inner {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  padding-bottom: 510px;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .content-inner {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .content-inner {
    padding-bottom: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(1) .service {
  left: 571px;
  top: 530px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(1) .service {
    left: 434px;
    top: 467px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(2) .service {
  left: 518px;
  top: 409px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(2) .service {
    left: 408px;
    top: 359px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(3) .service {
  left: 503px;
  top: 291px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(3) .service {
    left: 396px;
    top: 256px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(4) .service {
  left: 527px;
  top: 150px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(4) .service {
    left: 409px;
    top: 136px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(5) .service {
  left: 629px;
  top: 47px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(5) .service {
    left: 489px;
    top: 53px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(6) .service {
  left: 788px;
  top: -3px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(6) .service {
    left: 628px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(7) .service {
  left: 937px;
  top: 5px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(7) .service {
    left: 757px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(8) .service {
  left: 1075px;
  top: 67px;
  width: 70px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(8) .service {
    left: 874px;
    top: 55px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(8) .service {
    width: 80%;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(9) .service {
  left: 1122px;
  top: 181px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(9) .service {
    left: 916px;
    top: 154px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(10) .service {
  left: 1138px;
  top: 299px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(10) .service {
    left: 929px;
    top: 268px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(11) .service {
  left: 1130px;
  top: 393px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(11) .service {
    left: 922px;
    top: 367px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(12) .service {
  left: 1093px;
  top: 505px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button:nth-of-type(12) .service {
    left: 890px;
    top: 460px;
  }
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .interactive-services .interactive-service-button .service {
    left: auto !important;
    top: auto !important;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .sam-image-wrapper {
  position: absolute;
  right: 100px;
  bottom: -220px;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 1400px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .sam-image-wrapper {
    bottom: -150px;
  }
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .sam-image-wrapper {
    display: none;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .sam-image-wrapper .sam {
  margin-bottom: -10px;
}
@media handheld,only screen and (max-width: 1400px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .sam-image-wrapper .sam {
    margin-bottom: -85px;
  }
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.services .panel-constrain .panel-block .sam-image-wrapper .sam {
    max-width: 450px;
    margin-bottom: -10px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .panel-floating-background {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 40%;
  bottom: 40%;
  background: #f1f1f1;
  background: -moz-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: -webkit-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .panel-floating-background {
    display: none;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .tag {
  color: white;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .tag:before,
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .tag:after {
  background-color: #d7d7d7;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .panel-constrain {
  padding-bottom: 40px;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .columns-one-quarter,
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .columns-three-quarters {
  vertical-align: bottom;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor .columns-three-quarters {
  margin-bottom: 4px;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .panel-constrain {
  padding: 55px 0 115px 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .media-gallery {
  margin: 30px 0 0 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .media-gallery .media-thumbnail {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 16px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .media-gallery .media-thumbnail {
    margin: 0 10px;
    max-width: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .media-gallery .media-thumbnail {
    margin: 0 11px;
    max-width: 90px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .media-gallery .media-thumbnail:first-of-type {
  margin-left: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .media-gallery .media-thumbnail:last-of-type {
  margin-right: 0;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos {
    text-align: center;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .panel-constrain {
    padding-top: 0 !important;
    padding-bottom: 63px !important;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.mentor-logos .media-thumbnail {
    max-width: 80px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-floating-background {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 50%;
  bottom: 0;
  background: #f1f1f1;
  background: -moz-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: -webkit-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-floating-background {
    bottom: 20%;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .tag {
  top: 295px;
  color: white;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .tag:before,
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .tag:after {
  background-color: #d7d7d7;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain {
    padding-bottom: 0 !important;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell {
  padding: 70px 0 140px 70px;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell {
    padding-bottom: 70px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell {
    padding: 40px 20px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell .content-floating-background {
  background: #133880;
  background: -moz-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: -webkit-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 340px;
  bottom: 0;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell .content-floating-background {
    right: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell .cta-block {
  display: -webkit-flex;
  display: flex;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell .cta-block {
    display: block;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell .cta-block .columns-one-third {
  width: 35.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell .cta-block .columns-one-third {
    width: 100%;
    margin: 0;
    display: block;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell .cta-block .columns-two-thirds {
  width: 61.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about .panel-constrain .panel-block .panel-cell .cta-block .columns-two-thirds {
    width: 100%;
    margin: 20px 0 0 0;
    display: block;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos .panel-constrain {
  padding: 77px 0 75px 0;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos h4 {
    text-align: center;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos .media-gallery {
  margin: 16px 0 0 0;
  text-align: right;
  width: 100%;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos .media-gallery {
    text-align: center;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos .media-gallery .media-thumbnail {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 10px;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos .media-gallery .media-thumbnail {
    max-width: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos .media-gallery .media-thumbnail {
    max-width: 90px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos .media-gallery .media-thumbnail:first-of-type {
  margin-left: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.about-logos .media-gallery .media-thumbnail:last-of-type {
  margin-right: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-floating-background {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-floating-background .panel-floating-inner {
  background: #133880;
  background: -moz-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: -webkit-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
  display: block;
  position: absolute;
  right: -100px;
  left: -100px;
  bottom: 335px;
  top: -100px;
  -ms-transform: rotate(-2.25deg);
  -webkit-transform: rotate(-2.25deg);
  transform: rotate(-2.25deg);
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-floating-background .panel-floating-inner {
    bottom: 278px;
  }
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-floating-background .panel-floating-inner {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain {
  padding-bottom: 165px;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block:last-of-type {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block:last-of-type {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .columns-one-quarter {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .columns-one-quarter:nth-of-type(2n) {
    margin-left: 2%;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block p {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block p {
    font-size: 13px;
    line-height: 15px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block p:nth-of-type(1) {
  padding-top: 55px;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block p:nth-of-type(1) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block p:nth-of-type(1) {
    padding-top: 20px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block blockquote {
  text-align: left;
  color: white;
  padding: 0;
  margin: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block blockquote p {
  font-size: 22px;
  line-height: 24px;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block blockquote p:before,
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block blockquote p:after {
  display: none;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block blockquote p:nth-of-type(1) {
  padding-top: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block blockquote p .small-text {
  margin-bottom: -15px;
  margin-top: -3px;
  font-size: 14px;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block blockquote:before {
  display: none;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .cta-block {
  margin-top: 65px;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .cta-block {
    margin-top: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .cta-block p:nth-of-type(1) {
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .cta-block div:first-of-type {
    display: none;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .cta-block div:last-of-type {
  padding: 15px 22px 0 0;
}
@media screen and (max-width: 1100px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .cta-block div:last-of-type {
    width: 100%;
  }
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .cta-block div:last-of-type p {
    text-align: left !important;
  }
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.books .panel-constrain .panel-block .panel-cell .cta-block .cta-block div:last-of-type {
    padding-top: 2px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-floating-background {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 50%;
  background: #f1f1f1;
  background: -moz-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: -webkit-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .tag {
  top: 295px;
  color: white;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .tag:before,
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .tag:after {
  background-color: #d7d7d7;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell {
  padding: 70px 0 61px 70px;
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell {
    padding: 40px 20px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .content-floating-background {
  background: #133880;
  background: -moz-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: -webkit-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 340px;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .content-floating-background {
    right: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .cta-block:first-of-type {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .cta-block:first-of-type {
    display: block;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .cta-block:last-of-type div {
  vertical-align: bottom;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .cta-block:last-of-type p {
  margin: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .cta-block .columns-one-third {
  width: 35.2%;
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .cta-block .columns-one-third {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .cta-block .columns-two-thirds {
  width: 61.2%;
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.speaking .panel-constrain .panel-block .panel-cell .cta-block .columns-two-thirds {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.training {
  background-image: url('../../include/resources/samharrop/images/training-background.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .panel-floating-background {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 50%;
  bottom: 40%;
  background: #f1f1f1;
  background: -moz-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: -webkit-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .panel-floating-background {
    display: none;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .tag {
  color: white;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .tag:before,
.taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .tag:after {
  background-color: #d7d7d7;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .panel-constrain .panel-block .panel-cell .media-thumbnail {
  position: relative;
  width: 100%;
  padding-left: 30px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .panel-constrain .panel-block .panel-cell .media-thumbnail {
    padding-left: 0;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .panel-constrain .panel-block .panel-cell .media-thumbnail:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 30px;
  top: 30px;
  background: #133880;
  background: -moz-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: -webkit-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
  z-index: 1;
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .panel-constrain .panel-block .panel-cell .media-thumbnail:after {
    right: 15px;
    top: 15px;
    left: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .panel-constrain .panel-block .panel-cell .media-thumbnail:after {
    display: none;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.big-exit .panel-constrain .panel-block .panel-cell .media-thumbnail img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.16);
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials-title {
  background: #133880;
  background: -moz-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: -webkit-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials-title .panel-constrain {
  padding: 50px 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials-title .panel-constrain .panel-block .panel-cell h3 {
  margin: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials {
  background: #f1f1f1;
  background: -moz-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: -webkit-linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  background: linear-gradient(30deg,#f1f1f1 0%,#dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
  overflow: visible;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain {
  padding: 90px 0;
  position: static;
  background-image: url('../../include/resources/samharrop/images/i-quote-grey.png');
  background-image: url('../../include/resources/samharrop/images/i-quote-grey.svg'), none;
  background-repeat: no-repeat;
  background-size: 241px 210px;
  background-position: left 30px top -20px;
}
@media handheld,only screen and (max-width: 900px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain {
    padding: 20px 0 !important;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell {
  position: static;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell .taipan-contentpanel-panelset {
  position: static;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell .taipan-contentpanel-panelset .taipan-contentpanel-panel {
  border: 0;
  padding: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell .taipan-contentpanel-panelset .taipan-contentpanel-panel .panel-constrain {
  padding: 0;
  background-image: none;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell blockquote {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0;
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell blockquote p:before,
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell blockquote p:after {
  display: none !important;
}
@media handheld,only screen and (max-width: 1600px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell blockquote {
    font-size: 23px;
    line-height: 25px;
  }
}
@media handheld,only screen and (max-width: 1279px) {
  .taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell blockquote {
    font-size: 20px;
    line-height: 23px;
  }
}
.taipan-contentpanel-panel .taipan-contentpanel-panel.testimonials .panel-constrain .panel-block .panel-cell blockquote:before {
  display: none;
}
.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: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 16px;
    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: 'Asap', Verdana, sans-serif;
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  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: #191919;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: #191919;
}
.list-product-wrapper .list-product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  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: 16px;
    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: #191919;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: #191919;
}
.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: 16px;
  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: 16px;
    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: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  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: 16px;
  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: 16px;
  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: #191919;
}
.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: 'Asap', Verdana, sans-serif;
  margin: 1em 0em;
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 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: 'Asap', Verdana, sans-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: #191919;
  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: 16px;
  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: 16px;
  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: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 16px;
    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: 16px;
  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: 16px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 16px;
    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: 16px;
    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: #1e4c90;
  font-family: 'Asap', Verdana, sans-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: #191919;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Open Sans', Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  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: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 16px;
    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: 16px;
  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: 16px;
  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: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 16px;
    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: 16px;
  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: 16px;
  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: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  margin: 0.4em 0;
  cursor: pointer;
  padding: 10px 44px 10px 13px;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-blue.svg');
  background-size: 6px 11px, 340px 40px;
  background-repeat: no-repeat;
  background-position: center right 18px, right center;
  position: relative;
  overflow-y: hidden;
  z-index: 3;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  text-decoration: none;
  color: white;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover:before,
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover:after {
  background-color: #1a417b;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.orange-button {
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.large-button {
  padding: 20px 53px 20px 23px;
  min-width: 256px;
  background-position: center right 29px, right center;
  background-size: 6px 11px, 540px 54px;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.small-button {
  font-size: 10px;
  padding: 8px 30px 7px 11px;
  background-position: center right 13px, right center;
  background-size: 6px 11px, 260px 30px;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.safari-button {
  padding: 27px 53px 27px 29px;
  min-width: 338px;
  margin-top: 35px;
  background-image: url('../../include/resources/samharrop/images/i-safari-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
  background-size: 23px 23px, 600px 60px;
  background-position: center right 33px, right center;
}
@media handheld,only screen and (max-width: 1279px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.safari-button {
    min-width: 270px;
    margin-top: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.link-button {
  color: #ee7700;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.svg'), none;
  padding-left: 0;
  text-transform: none;
  font-size: 16px;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.link-button:before,
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.link-button:after {
  display: none;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.link-button:hover {
  color: #e67300;
}
.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: 16px;
  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: 100%;
}
body {
  background: #fff;
  font-family: 'Open Sans', Verdana, sans-serif;
  line-height: 1.45em;
}
.page-region {
  position: relative;
  z-index: 3;
  padding-top: 0;
}
.page-region.internal {
  padding-top: 115px;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region.internal {
    padding-top: 0;
  }
}
.page-region.open .header-wrapper {
  background-color: #133880;
  border-bottom: 2px solid #1e4c90;
}
.page-region.open .header-wrapper .header-block .logo-cell a {
  background-image: url('../../include/resources/samharrop/images/i-logo-white.png');
  background-image: url('../../include/resources/samharrop/images/i-logo-white.svg'), none;
}
.page-region.open .header-wrapper .header-block .nav-cell .toggle-text {
  color: white;
}
.page-region.open .header-wrapper .header-block .nav-cell .toggle-icon {
  background-image: url('../../include/resources/samharrop/images/i-menu-white.png');
  background-image: url('../../include/resources/samharrop/images/i-menu-white.svg'), none;
}
.page-region.open .header-wrapper .navigation-wrapper {
  display: block;
  top: 0;
}
@media handheld,only screen and (max-width: 900px) {
  .page-region.open .header-wrapper .navigation-wrapper {
    top: 78px;
  }
}
.page-region.open .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell,
.page-region.open .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .minor-nav-cell,
.page-region.open .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .contact-cell {
  opacity: 1;
}
.page-region.open .taipan-contentpanel-navregion ul li a {
  color: white !important;
}
.social-sidebar {
  position: fixed;
  right: 0;
  top: 32vh;
  background-color: #133880;
  z-index: 900;
}
.social-sidebar a {
  display: block;
  height: 60px;
  width: 60px !important;
  background-position: center center !important;
  border-bottom: 1px solid #1e4c90;
}
.social-sidebar a:last-of-type {
  border-bottom: 0;
}
.social-sidebar a.facebook {
  background-size: 13px 25px;
}
.social-sidebar a.twitter {
  background-size: 27px 22px;
}
.social-sidebar a.linkedin {
  background-size: 20px 22px;
}
@media handheld,only screen and (max-width: 1400px) {
  .social-sidebar {
    display: none;
  }
}
.header-wrapper-background {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #dbdbdb;
  height: 115px;
  z-index: 0;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper-background {
    display: none !important;
  }
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 115px;
  z-index: 900;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper {
    height: 80px;
    position: relative;
  }
}
.header-wrapper.scrolled {
  background: #ffffff;
  border-bottom: 2px solid #dbdbdb;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper.scrolled {
    border-bottom-color: white;
  }
}
.header-wrapper .header-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.header-wrapper .header-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block {
    font-size: 0;
  }
}
.header-wrapper .header-block a {
  color: white;
}
.header-wrapper .header-block a:hover {
  color: white;
}
.header-wrapper .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 19.033333333333%;
  vertical-align: middle;
  height: 113px;
  padding-left: 30px;
  white-space: nowrap;
  z-index: 40;
  position: relative;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1200px) {
  .header-wrapper .header-block .logo-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 16px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 23.2%;
    vertical-align: middle;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 1200px) and handheld,only screen and (max-width: 1200px) and only screen and (max-width: 900px) {
  .header-wrapper .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block .logo-cell {
    height: 78px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0;
  }
}
.header-wrapper .header-block .logo-cell a {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../../include/resources/samharrop/images/i-logo.png');
  background-image: url('../../include/resources/samharrop/images/i-logo.svg'), none;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 235px 30px;
  background-size: 199px 26px;
  width: 235px;
  height: 30px;
}
.header-wrapper .header-block .logo-cell:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .header-wrapper .header-block .logo-cell {
    padding-left: 20px;
  }
  .header-wrapper .header-block .logo-cell a {
    width: 200px;
    height: 26px;
    background-size: 200px 26px;
  }
}
.header-wrapper .header-block .panel-nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 56.533333333333%;
  vertical-align: middle;
  text-align: center;
  z-index: 40;
  position: relative;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block .panel-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1200px) {
  .header-wrapper .header-block .panel-nav-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 16px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    vertical-align: middle;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 1200px) and handheld,only screen and (max-width: 1200px) and only screen and (max-width: 900px) {
  .header-wrapper .header-block .panel-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block .panel-nav-cell {
    display: none;
  }
}
.header-wrapper .header-block .panel-nav-cell ul {
  list-style-type: none;
  margin: 0;
}
.header-wrapper .header-block .panel-nav-cell ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 2px;
  margin: 0;
  position: relative;
}
.header-wrapper .header-block .panel-nav-cell ul li a {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #191919;
  text-transform: uppercase;
  font-family: 'Asap', Verdana, sans-serif;
  font-weight: 700;
  padding: 6px 10px;
  position: relative;
}
.header-wrapper .header-block .panel-nav-cell ul li a:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: '';
  background-color: transparent;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
}
.header-wrapper .header-block .panel-nav-cell ul li a:hover {
  text-decoration: none;
}
.header-wrapper .header-block .panel-nav-cell ul li a:hover:after {
  background-color: #ee7700;
}
.header-wrapper .header-block .panel-nav-cell ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header-wrapper .header-block .panel-nav-cell ul li ul {
  position: absolute;
  top: 25px;
  background: #f1f1f1;
  width: auto;
  text-align: left;
  z-index: 10;
  padding: 12px;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.header-wrapper .header-block .panel-nav-cell ul li ul li {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 0;
}
.header-wrapper .header-block .panel-nav-cell ul li ul li a {
  padding: 5px 10px 5px 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-wrapper .header-block .panel-nav-cell ul li ul li a:after {
  display: none;
}
.header-wrapper .header-block .panel-nav-cell ul li ul li a:hover {
  padding: 5px 5px 5px 10px;
}
.header-wrapper .header-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 19.033333333333%;
  vertical-align: middle;
  text-align: right;
  z-index: 40;
  position: relative;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1200px) {
  .header-wrapper .header-block .nav-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 16px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 23.2%;
    vertical-align: middle;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 1200px) and handheld,only screen and (max-width: 1200px) and only screen and (max-width: 900px) {
  .header-wrapper .header-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block .nav-cell {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0;
  }
}
.header-wrapper .header-block .nav-cell .button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block .nav-cell .button {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .header-wrapper .header-block .nav-cell .button {
    display: none;
  }
}
.header-wrapper .header-block .nav-cell .nav-toggle {
  display: inline-block;
  vertical-align: middle;
  color: #191919;
  background: transparent;
  padding: 0 30px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .header-block .nav-cell .nav-toggle {
    display: inline-block;
  }
}
.header-wrapper .header-block .nav-cell .nav-toggle .toggle-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-wrapper .header-block .nav-cell .nav-toggle .toggle-icon {
  display: inline-block;
  vertical-align: middle;
  color: #191919;
  width: 26px;
  height: 19px;
  background-image: url('../../include/resources/samharrop/images/i-menu.png');
  background-image: url('../../include/resources/samharrop/images/i-menu.svg'), none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 19px;
  margin-left: 7px;
}
.header-wrapper .navigation-wrapper {
  background-color: #133880;
  position: relative;
  padding: 20px 0;
  margin-top: 2px;
  top: -800px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .navigation-wrapper {
    position: absolute;
    padding: 0;
    width: 100%;
  }
}
.header-wrapper .navigation-wrapper .navigation-angle {
  background-color: #133880;
  position: absolute;
  left: -100px;
  right: -100px;
  bottom: -150px;
  top: 100px;
  z-index: 20;
  -ms-transform: rotate(-2.25deg);
  -webkit-transform: rotate(-2.25deg);
  transform: rotate(-2.25deg);
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .navigation-wrapper .navigation-angle {
    display: none;
  }
}
.header-wrapper .navigation-wrapper .navigation-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
}
@media handheld,only screen and (max-width: 1279px) {
  .header-wrapper .navigation-wrapper .navigation-constrain {
    width: 1020px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .header-wrapper .navigation-wrapper .navigation-constrain {
    width: 840px;
  }
}
.header-wrapper .navigation-wrapper .navigation-constrain .navigation-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  position: relative;
  z-index: 100;
}
.header-wrapper .navigation-wrapper .navigation-constrain .navigation-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell,
.header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .minor-nav-cell,
.header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .contact-cell {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell {
    display: block;
    margin-top: 0;
    padding: 20px;
  }
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell ul li {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    margin: 4px 0 7px 0;
  }
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell ul li:before {
    color: #5581b7;
    padding-right: 12px;
  }
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell ul li:nth-of-type(1):before {
    content: '1. ';
  }
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell ul li:nth-of-type(2):before {
    content: '3. ';
  }
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell ul li:nth-of-type(3):before {
    content: '2. ';
  }
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .major-nav-cell ul li:nth-of-type(4):before {
    content: '4. ';
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .minor-nav-cell {
    margin-top: 0;
    padding: 0 20px 20px 20px;
  }
}
.header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .orange-button {
  margin: 0 20px 20px 20px;
  display: none !important;
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .orange-button {
    display: inline-block !important;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .header-wrapper .navigation-wrapper .navigation-constrain .navigation-block .contact-cell {
    display: none;
  }
}
.scrolling-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  display: none;
  text-align: center;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 600px) {
  .scrolling-popup {
    display: none !important;
  }
}
.scrolling-popup:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.scrolling-popup .scrolling-popup-inner {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  position: relative;
  width: 700px;
  max-width: 90%;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(0,0,0,0.35);
  padding: 40px 310px 40px 40px;
  text-align: left;
  white-space: normal;
}
.scrolling-popup .scrolling-popup-inner h4 {
  margin-top: 0;
  margin-bottom: 25px;
}
.scrolling-popup .scrolling-popup-inner .button {
  margin-bottom: 0;
}
.scrolling-popup .scrolling-popup-inner p:last-of-type {
  margin-bottom: 0;
}
.scrolling-popup .scrolling-popup-inner .sam {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 275px;
  z-index: 2;
}
.scrolling-popup .scrolling-popup-inner .book {
  width: 216px;
  position: absolute;
  bottom: 45px;
  right: 45px;
  z-index: 2;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;
}
.scrolling-popup .scrolling-popup-inner #scrolling-popup-close {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%225.5px%22%20height%3D%225.5px%22%20viewBox%3D%220%200%205.5%205.5%22%20style%3D%22enable-background%3Anew%200%200%205.5%205.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20d%3D%22M0.1%2C4.8l2.1-2.1L0.1%2C0.7C0%2C0.5%2C0%2C0.3%2C0.1%2C0.1s0.4-0.2%2C0.5%2C0l2.1%2C2.1l2.1-2.1C5%2C0%2C5.2%2C0%2C5.4%2C0.1s0.2%2C0.4%2C0%2C0.5L3.3%2C2.7%20l2.1%2C2.1c0.2%2C0.2%2C0.2%2C0.3%2C0%2C0.5S5%2C5.5%2C4.8%2C5.3L2.7%2C3.3L0.7%2C5.3c-0.2%2C0.2-0.3%2C0.2-0.5%2C0S0%2C5%2C0.1%2C4.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
}
.content-wrapper .panel-floating-background,
.content-wrapper .content-floating-background {
  display: none;
  z-index: -1;
}
.content-wrapper .panel-floating-background .panel-floating-inner,
.content-wrapper .content-floating-background .panel-floating-inner {
  display: none;
  z-index: -1;
}
.content-wrapper .content-constrain,
.content-wrapper .panel-constrain .panel-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  color: #191919;
  border-radius: 0;
  padding: 220px 0;
  position: relative;
  z-index: 2;
}
@media handheld,only screen and (max-width: 1279px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain .panel-constrain {
    width: 1020px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain .panel-constrain {
    width: 840px;
  }
}
@media handheld,only screen and (max-width: 1400px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain .panel-constrain {
    padding: 150px 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain .panel-constrain {
    padding: 40px 20px !important;
  }
}
.content-wrapper .content-constrain .content-block,
.content-wrapper .content-constrain .panel-block,
.content-wrapper .panel-constrain .panel-constrain .content-block,
.content-wrapper .panel-constrain .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 .panel-constrain .content-block > *,
.content-wrapper .panel-constrain .panel-constrain .panel-block > * {
  font-size: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .content-wrapper .content-constrain .content-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .panel-constrain .content-block,
  .content-wrapper .panel-constrain .panel-constrain .panel-block {
    font-size: 16px;
    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 .panel-constrain .content-block .content-cell,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  position: relative;
  z-index: 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 .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.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 .panel-constrain .content-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .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 .panel-constrain .content-block .content-cell .subnav,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav,
.content-wrapper .panel-constrain .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 .panel-constrain .content-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 16px;
}
@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 .panel-constrain .content-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav {
    font-size: 16px;
    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 .panel-constrain .content-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  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 .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .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 .panel-constrain .content-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  margin: 0.4em 0;
  cursor: pointer;
  padding: 10px 44px 10px 13px;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-blue.svg');
  background-size: 6px 11px, 340px 40px;
  background-repeat: no-repeat;
  background-position: center right 18px, right center;
  position: relative;
  overflow-y: hidden;
  z-index: 3;
  width: 100%;
}
.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 .panel-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a:hover {
  text-decoration: none;
  color: white;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover:before,
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover:after,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:hover:before,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:hover:after,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:hover:before,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:hover:after,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:hover:before,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:hover:after,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a:hover:before,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a:hover:after,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a:hover:before,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a:hover:after,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a:hover:before,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a:hover:after,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a:hover:before,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a:hover:after {
  background-color: #1a417b;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.orange-button,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.orange-button,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.orange-button,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.orange-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.orange-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.orange-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.orange-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.orange-button {
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.large-button,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.large-button,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.large-button,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.large-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.large-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.large-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.large-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.large-button {
  padding: 20px 53px 20px 23px;
  min-width: 256px;
  background-position: center right 29px, right center;
  background-size: 6px 11px, 540px 54px;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.small-button,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.small-button,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.small-button,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.small-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.small-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.small-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.small-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.small-button {
  font-size: 10px;
  padding: 8px 30px 7px 11px;
  background-position: center right 13px, right center;
  background-size: 6px 11px, 260px 30px;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.safari-button,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.safari-button,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.safari-button,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.safari-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.safari-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.safari-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.safari-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.safari-button {
  padding: 27px 53px 27px 29px;
  min-width: 338px;
  margin-top: 35px;
  background-image: url('../../include/resources/samharrop/images/i-safari-white.svg'), url('../../include/resources/samharrop/images/i-button-orange.svg');
  background-size: 23px 23px, 600px 60px;
  background-position: center right 33px, right center;
}
@media handheld,only screen and (max-width: 1279px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li a.safari-button,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li a.safari-button,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li a.safari-button,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.safari-button,
  .content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.safari-button,
  .content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.safari-button,
  .content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.safari-button,
  .content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.safari-button {
    min-width: 270px;
    margin-top: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.link-button,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.link-button,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.link-button,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.link-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.link-button,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.link-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.link-button,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.link-button {
  color: #ee7700;
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.png');
  background-image: url('../../include/resources/samharrop/images/i-arrow-right-orange.svg'), none;
  padding-left: 0;
  text-transform: none;
  font-size: 16px;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.link-button:before,
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.link-button:after,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.link-button:before,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.link-button:after,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.link-button:before,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.link-button:after,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.link-button:before,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.link-button:after,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.link-button:before,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.link-button:after,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.link-button:before,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.link-button:after,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.link-button:before,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.link-button:after,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.link-button:before,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.link-button:after {
  display: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.link-button:hover,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.link-button:hover,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.link-button:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.link-button:hover,
.content-wrapper .panel-constrain .panel-constrain .content-block .content-cell .subnav li a.link-button:hover,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li a.link-button:hover,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li a.link-button:hover,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li a.link-button:hover {
  color: #e67300;
}
.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 .panel-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.nav-contact-section table tr td {
  padding: 0;
  white-space: nowrap;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 13px;
}
.nav-contact-section table tr td:nth-of-type(1) {
  padding-right: 15px;
  color: #5581b7;
}
@media handheld,only screen and (max-width: 1279px) {
  .nav-contact-section table tr td:nth-of-type(1) {
    display: none;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .nav-contact-section table tr td:nth-of-type(1) {
    display: inline-block;
  }
}
.nav-contact-section table tr td a {
  text-decoration: underline !important;
  color: white;
}
.nav-contact-section table tr td a:hover {
  color: #afc3dd;
  text-decoration: underline !important;
}
.nav-contact-section ul {
  list-style-type: none;
  margin: 0;
}
.nav-contact-section ul li {
  font-size: 28px;
  font-family: 'Asap', Verdana, sans-serif;
  font-style: italic;
  margin: 20px 0;
}
@media handheld,only screen and (max-width: 1100px) {
  .nav-contact-section ul li {
    font-size: 24px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-contact-section ul li {
    font-size: 20px;
    margin: 17px 0;
  }
}
.nav-contact-section ul li a {
  color: white;
}
.nav-contact-section ul li a:hover {
  color: #afc3dd;
  text-decoration: none !important;
}
.nav-contact-section blockquote {
  display: block;
  background-color: transparent;
  color: #5581b7;
  padding: 0;
  font-family: 'Asap', Verdana, sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin: 33px 0 0 2px;
}
@media handheld,only screen and (max-width: 1279px) {
  .nav-contact-section blockquote {
    font-size: 24px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-contact-section blockquote {
    display: none;
  }
}
.nav-contact-section blockquote:before {
  display: none;
}
.nav-contact-section .footer-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-contact-section .footer-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.nav-contact-section .footer-cell .logo {
  margin-bottom: 38px;
}
.nav-contact-section .social-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  text-align: right;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-contact-section .social-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.nav-contact-section .major-nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 14.866666666667%;
  margin-top: 110px;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-contact-section .major-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .nav-contact-section .major-nav-cell {
    display: none;
  }
}
.nav-contact-section .minor-nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  margin-top: 110px;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-contact-section .minor-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .nav-contact-section .minor-nav-cell {
    margin-top: 60px;
  }
}
.nav-contact-section .minor-nav-cell ul li:before {
  color: #5581b7;
  padding-right: 17px;
}
.nav-contact-section .minor-nav-cell ul li:nth-of-type(1):before {
  content: '1.';
}
.nav-contact-section .minor-nav-cell ul li:nth-of-type(2):before {
  content: '2.';
}
.nav-contact-section .minor-nav-cell ul li:nth-of-type(3):before {
  content: '3.';
}
.nav-contact-section .minor-nav-cell ul li:nth-of-type(4):before {
  content: '4.';
}
.nav-contact-section .contact-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  margin-top: 110px;
}
@media handheld,only screen and (max-width: 900px) {
  .nav-contact-section .contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .nav-contact-section .contact-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 16px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    margin-top: 60px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 900px),only screen and (max-width: 1100px) and handheld,only screen and (max-width: 1100px) and only screen and (max-width: 900px) {
  .nav-contact-section .contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .nav-contact-section .contact-cell {
    width: 100%;
    margin: 0;
  }
}
.footer-wrapper {
  background: #133880;
  background: -moz-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: -webkit-linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  background: linear-gradient(30deg,#133880 0%,#1e4c90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bottomLeft',endColorstr='@topRight',GradientType=1);
  margin-left: 30px;
  margin-right: 30px;
  border-top: 5px solid white;
}
@media handheld,only screen and (max-width: 1400px) {
  .footer-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-wrapper .footer-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  color: white;
  padding: 220px 0;
}
@media handheld,only screen and (max-width: 1279px) {
  .footer-wrapper .footer-constrain {
    width: 1020px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .footer-wrapper .footer-constrain {
    width: 840px;
  }
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    padding: 30px 0;
  }
}
.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: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block a {
  color: white;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #afc3dd;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 900px) {
  .footer-wrapper .footer-constrain .footer-block .footer-cell,
  .footer-wrapper .footer-constrain .footer-block .major-nav-cell,
  .footer-wrapper .footer-constrain .footer-block .minor-nav-cell,
  .footer-wrapper .footer-constrain .footer-block blockquote,
  .footer-wrapper .footer-constrain .footer-block hr,
  .footer-wrapper .footer-constrain .footer-block h6 {
    display: none;
  }
  .footer-wrapper .footer-constrain .footer-block .contact-cell {
    margin-top: 10px;
  }
  .footer-wrapper .footer-constrain .footer-block table td {
    padding: 0;
  }
  .footer-wrapper .footer-constrain .footer-block .social-cell {
    text-align: center;
  }
}
.author-wrapper .author-constrain {
  font-size: 16px;
  width: 1200px;
  margin: 0px auto;
  color: #191919;
  padding: 38px 0;
  text-align: center;
}
@media handheld,only screen and (max-width: 1279px) {
  .author-wrapper .author-constrain {
    width: 1020px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .author-wrapper .author-constrain {
    width: 840px;
  }
}
.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: 16px;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block a {
  color: #191919;
  font-size: 16px;
}
.author-wrapper .author-constrain .author-block a:hover {
  color: #191919;
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 16px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 900px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
