/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/********************/
/*** CMS: Columns ***/
/********************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/************************************/
/*** Dynamic Button: Team Profile ***/
/************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Nav */
/* Content Panel: Vertical Nav */
/* Content Panel: Horizontal Nav */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/*************************/
/*** Panel Backgrounds ***/
/*************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 700px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0px;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  background: none !important;
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #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: 0px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #0887cc;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #0887cc;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #0887cc;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 0em 0em 1em 0em;
  font-weight: 300;
  line-height: 29px;
}
a {
  color: #0887cc;
  text-decoration: none;
}
a:hover {
  color: #11a5f6;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 700px) {
  a:hover {
    color: #0887cc;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0887cc;
  font-weight: normal;
  font-family: 'Poppins', Verdana, sans-serif;
  line-height: 1.025em;
  margin: 1em 0em 0.2em 0em;
  text-transform: uppercase;
  font-weight: 300;
}
h1,
h2 {
  font-size: 40px;
}
h3 {
  font-size: 33px;
}
h4 {
  font-size: 27px;
}
h5 {
  font-weight: 700;
  color: #7dbdff;
  font-size: 18px;
  margin-bottom: 0;
}
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4 {
  margin-top: 15px;
}
h6 {
  font-weight: 700;
  color: #7dbdff;
  font-size: 16px;
}
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;
}
.grey-text {
  color: #7a7a7a !important;
}
table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 700px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 700px) {
  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: 700px) {
  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: 700px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 700px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 700px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 700px) {
  table thead tr {
    background-color: #0e4ca1;
  }
}
table thead tr td,
table thead tr th {
  color: #e7edf6;
  background-color: #0e4ca1;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #e6e6e6;
}
@media handheld,only screen and (max-width: 700px) {
  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: 700px) {
  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: 700px) {
  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: #f7f7f7;
  background: #f7f7f7;
  height: 1px;
  margin: 1em 0;
}
blockquote {
  color: #0887cc;
  background: #eeedee;
  font-size: 1.1em;
  border-radius: 0px;
  margin: 1.5em auto;
  padding: 1.5em;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.button,
.submit {
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  transition: all 0.16s ease;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #0887cc;
  background-color: transparent;
  font-size: 13px;
  font-family: 'Poppins', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  border: 3px solid #0887cc;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 16px 43px 13px 43px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%230887cc%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.submit:hover {
  color: white;
  background-color: #0887cc;
  border-color: #0887cc;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 1078px) {
  .button,
  .submit {
    padding: 13px 31px 10px 31px;
  }
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  transition: all 0.16s ease;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #0887cc;
  background-color: transparent;
  font-size: 13px;
  font-family: 'Poppins', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  border: 3px solid #0887cc;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 16px 43px 13px 43px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
.button-alt .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%230887cc%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:hover {
  color: white;
  background-color: #0887cc;
  border-color: #0887cc;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 1078px) {
  .button-alt {
    padding: 13px 31px 10px 31px;
  }
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 700px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 700px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.columns-one-half,
.columns-one-third,
.columns-one-quarter,
.columns-two-thirds,
.columns-three-quarters {
  display: inline-block;
  vertical-align: top;
  margin-right: 3.4%;
}
@media handheld,only screen and (max-width: 700px) {
  .columns-one-half,
  .columns-one-third,
  .columns-one-quarter,
  .columns-two-thirds,
  .columns-three-quarters {
    display: block;
    margin: 0;
    width: 100% !important;
  }
}
.columns-one-half {
  width: 48%;
}
.columns-one-half:nth-of-type(2n) {
  margin-right: -3.4%;
}
.columns-one-third {
  width: 30%;
}
.columns-one-third:nth-of-type(2n) {
  margin-right: -3.4%;
}
.columns-one-quarter {
  width: 23%;
}
.columns-one-quarter:nth-of-type(2n) {
  margin-right: -3.4%;
}
.columns-two-thirds {
  width: 62%;
}
.columns-two-thirds:nth-of-type(2n) {
  margin-right: -3.4%;
}
.columns-three-quarters {
  width: 72%;
}
.columns-three-quarters:nth-of-type(2n) {
  margin-right: -3.4%;
}
.column-block .columns-one-half {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .column-block .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.column-block .columns-one-third {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 700px) {
  .column-block .columns-one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.column-block .columns-one-quarter {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .column-block .columns-one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.column-block .columns-two-thirds {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 700px) {
  .column-block .columns-two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.column-block .columns-three-quarters {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .column-block .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 700px) {
  .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;
}
.header-hero-text {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}
.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: 700px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 700px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  margin-top: 36px;
  margin-bottom: 36px;
}
.media-gallery > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .media-gallery {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .media-gallery > * {
    font-size: 20px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 700px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 700px) {
  .media-gallery {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 700px),only screen and (max-width: 700px) and handheld,only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-size: 20px 30px;
}
#sb-container #sb-wrapper-inner .prev-image-arrow {
  background-image: url('../../include/resources/integratedmedicalservices/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/integratedmedicalservices/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/integratedmedicalservices/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/integratedmedicalservices/images/shadowbox/i-shadowbox-next.svg'), none;
  background-position: right 10px top 50%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 'Poppins', 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: 700px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .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: 'Poppins', Verdana, sans-serif;
  border-bottom: 0px solid #e6e6e6;
  padding: 0.75em 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;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  position: absolute;
  top: -1em;
  right: 0em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #191919;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Poppins', Verdana, sans-serif;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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 {
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  transition: all 0.16s ease;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #0887cc;
  background-color: transparent;
  font-size: 13px;
  font-family: 'Poppins', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  border: 3px solid #0887cc;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 16px 43px 13px 43px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%230887cc%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: white;
  background-color: #0887cc;
  border-color: #0887cc;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 1078px) {
  .page-region form .form-row .submit {
    padding: 13px 31px 10px 31px;
  }
}
.page-region form .form-row .submit:hover {
  color: white;
  background-color: #0887cc;
}
.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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#user_pass_login_form {
  width: 40%;
}
@media handheld,only screen and (max-width: 700px) {
  #user_pass_login_form {
    max-width: 100%;
  }
}
#user_pass_login_form input {
  width: 100%;
}
#enquiry_form {
  max-width: 50%;
}
@media handheld,only screen and (max-width: 700px) {
  #enquiry_form {
    max-width: 100%;
  }
}
.cta-block {
  margin: 88px 0 90px 0;
  padding: 40px 0;
  background: white;
  box-shadow: 0 0 120px 19px rgba(0,0,0,0.11);
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block {
    padding: 0;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .cta-block {
    margin: 58px 0 60px 0;
  }
}
.cta-block .cta {
  margin: 50px 0;
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block .cta {
    margin: 0;
  }
}
.cta-block .cta a {
  font-size: 0;
  display: block;
  text-decoration: none;
  overflow: visible;
}
.cta-block .cta a .photo-left,
.cta-block .cta a .photo-right,
.cta-block .cta a .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 18px;
}
@media handheld,only screen and (max-width: 700px) {
  .cta-block .cta a .photo-left,
  .cta-block .cta a .photo-right,
  .cta-block .cta a .text {
    display: block;
    vertical-align: top;
    width: 100%;
  }
}
.cta-block .cta a .image {
  height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: auto;
  left: 0;
  right: 0;
}
@media handheld,only screen and (max-width: 700px) {
  .cta-block .cta a .image {
    height: 180px;
  }
}
.cta-block .cta a .cta-subtitle,
.cta-block .cta a .cta-title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.cta-block .cta a .cta-subtitle.cta-subtitle,
.cta-block .cta a .cta-title.cta-subtitle {
  font-size: 18px;
  line-height: 20px;
  color: #0887cc;
  margin: 0 0 26px 2px;
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block .cta a .cta-subtitle.cta-subtitle,
  .cta-block .cta a .cta-title.cta-subtitle {
    font-size: 16px;
    margin: 0 0 14px 2px;
  }
}
@media handheld,only screen and (max-width: 800px) {
  .cta-block .cta a .cta-subtitle.cta-subtitle,
  .cta-block .cta a .cta-title.cta-subtitle {
    font-size: 13px;
  }
}
.cta-block .cta a .cta-subtitle.cta-title,
.cta-block .cta a .cta-title.cta-title {
  font-size: 45px;
  line-height: 50px;
  color: black;
  margin: 0 0 18px 0;
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block .cta a .cta-subtitle.cta-title,
  .cta-block .cta a .cta-title.cta-title {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 10px 0;
  }
}
@media handheld,only screen and (max-width: 800px) {
  .cta-block .cta a .cta-subtitle.cta-title,
  .cta-block .cta a .cta-title.cta-title {
    font-size: 28px;
    line-height: 31px;
  }
}
.cta-block .cta a .button {
  margin-left: 3px;
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block .cta a .button {
    margin-left: 2px;
  }
}
.cta-block .cta a:hover .button {
  background-color: #0887cc;
  color: white;
}
.cta-block .cta:nth-of-type(even) .photo-left .image {
  margin-left: -70px;
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block .cta:nth-of-type(even) .photo-left .image {
    margin-left: 0;
  }
}
.cta-block .cta:nth-of-type(even) .text {
  padding: 0 90px 0 35px;
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block .cta:nth-of-type(even) .text {
    padding: 40px;
  }
}
.cta-block .cta:nth-of-type(even) .photo-right {
  display: none;
}
.cta-block .cta:nth-of-type(odd) .photo-right .image {
  margin-right: -70px;
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block .cta:nth-of-type(odd) .photo-right .image {
    margin-right: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .cta-block .cta:nth-of-type(odd) .photo-right {
    display: none;
  }
}
.cta-block .cta:nth-of-type(odd) .text {
  padding: 0 35px 0 90px;
}
@media handheld,only screen and (max-width: 1078px) {
  .cta-block .cta:nth-of-type(odd) .text {
    padding: 40px;
  }
}
.cta-block .cta:nth-of-type(odd) .photo-left {
  display: none;
}
@media handheld,only screen and (max-width: 700px) {
  .cta-block .cta:nth-of-type(odd) .photo-left {
    display: block;
  }
}
.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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .news-wrapper .news-posts-list .news-post.news-post-with-image {
    font-size: 20px;
    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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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 .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Poppins', 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: transparent;
}
.search-wrapper .search input.search-button:hover {
  background-color: #0887cc;
}
@media handheld,only screen and (max-width: 700px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.column-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.column-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .column-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.team-profile {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  text-align: center;
  padding: 0px;
  margin-bottom: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .team-profile {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .team-profile {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    margin-bottom: 20px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 700px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 700px) {
  .team-profile {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: ) {
  .team-profile {
    margin: 10px auto 30px auto;
  }
}
@media handheld,only screen and (max-width: ) {
  .team-profile {
    display: block;
    width: 100%;
  }
}
.team-profile .profile-image {
  display: block;
  margin-bottom: 15px;
}
.team-profile .profile-image .media-thumbnail {
  background-color: #fcfcfc;
  border: 4px solid #efefef;
  margin: 0px;
}
.team-profile .profile-text .profile-name {
  font-weight: 300;
}
.team-profile .profile-text .profile-position {
  color: #191919;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45em;
}
@media handheld,only screen and (max-width: 768px) {
  .team-profile .profile-text .profile-position {
    font-size: 13px;
  }
}
.team-profile:hover {
  text-decoration: none;
}
.team-profile:hover .profile-image .media-thumbnail {
  border-color: #0887cc;
}
.taipan-contentpanel-block,
.taipan-contentpanel-panelset {
  position: relative;
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel {
  position: relative;
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-image,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-image .side-shadow,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-image .side-shadow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background-image: url('../../include/resources/integratedmedicalservices/images/p-side-shadow.png');
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-image .side-shadow,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-image .side-shadow {
    background-image: none;
    width: auto;
    right: 0;
    background: rgba(0,0,0,0.33);
  }
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-image .top-shadow,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-image .top-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 500px;
  background-image: url('../../include/resources/integratedmedicalservices/images/p-top-shadow.png');
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-image,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-image {
    width: 100%;
  }
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
  height: 700px;
  height: 100vh;
  background-color: #0e4ca1;
  background-image: url('../../include/resources/integratedmedicalservices/images/p-swoosh.png');
  background-size: 70% 100%;
  background-position: left -33% top;
  background-repeat: no-repeat;
}
@media handheld,only screen and (max-width: 1024px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    height: 97vh;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    height: 80vh;
  }
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text {
  position: absolute;
  left: 70px;
  bottom: 170px;
  width: 42%;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text {
    left: 40px;
    bottom: 150px;
  }
}
@media handheld,only screen and (max-width: 1590px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text {
    width: 36%;
  }
}
@media handheld,only screen and (max-height: 760px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text {
    bottom: 120px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text {
    width: auto;
    left: 30px;
    right: 30px;
    bottom: 90px;
  }
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h5,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h5 {
  margin-left: 2px;
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h5,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h5 {
    font-size: 15px;
    color: white;
  }
}
.taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3,
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3 {
  color: white;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 20px;
}
@media handheld,only screen and (max-width: 1590px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3 {
    font-size: 58px;
  }
}
@media handheld,only screen and (max-width: 1100px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3 {
    font-size: 48px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3 {
    font-size: 43px;
  }
}
@media handheld,only screen and (max-height: 900px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3 {
    font-size: 40px;
  }
}
@media handheld,only screen and (max-height: 760px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3 {
    font-size: 30px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3,
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell .hero-text h3 {
    font-size: 23px;
  }
}
.taipan-contentpanel-block#hero-panels.internal .panel-image,
.taipan-contentpanel-panelset#hero-panels.internal .panel-image {
  display: none;
}
.taipan-contentpanel-block#hero-panels.internal .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panelset#hero-panels.internal .panel-constrain .panel-block .panel-cell {
  height: 274px;
  font-size: 0;
  background-size: cover;
}
@media handheld,only screen and (max-width: 1590px) {
  .taipan-contentpanel-block#hero-panels.internal .panel-constrain .panel-block .panel-cell,
  .taipan-contentpanel-panelset#hero-panels.internal .panel-constrain .panel-block .panel-cell {
    height: 315px;
  }
}
@media handheld,only screen and (max-width: 1170px) {
  .taipan-contentpanel-block#hero-panels.internal .panel-constrain .panel-block .panel-cell,
  .taipan-contentpanel-panelset#hero-panels.internal .panel-constrain .panel-block .panel-cell {
    height: 332px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block#hero-panels.internal .panel-constrain .panel-block .panel-cell,
  .taipan-contentpanel-panelset#hero-panels.internal .panel-constrain .panel-block .panel-cell {
    height: 328px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block#hero-panels.internal .panel-constrain .panel-block .panel-cell,
  .taipan-contentpanel-panelset#hero-panels.internal .panel-constrain .panel-block .panel-cell {
    height: 194px;
  }
}
.taipan-contentpanel-block.no-js.transition-horizontal,
.taipan-contentpanel-block.no-js.transition-vertical,
.taipan-contentpanel-panelset.no-js.transition-horizontal,
.taipan-contentpanel-panelset.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-block.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-block.no-js.transition-vertical > .taipan-contentpanel-panelregion,
.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-block.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-block.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.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-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h1:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h2:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h3:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h4:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h5:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h6:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h1:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h2:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h3:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h4:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h5:first-child,
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h6:first-child {
  margin-top: 0px;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  min-width: 24px;
  pointer-events: none;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  margin: 0 0 66px 0;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
  width: 50%;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block > .taipan-contentpanel-navregion > ul,
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
    margin: 0 0 40px 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block > .taipan-contentpanel-navregion > ul,
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
    width: 100%;
  }
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: none;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:first-of-type,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:first-of-type {
  display: inline-block;
  float: left;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:first-of-type a,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:first-of-type a {
  background-image: url('../../include/resources/integratedmedicalservices/images/i-arrow-left-white.svg');
  background-position: left center;
  text-align: left;
  margin-left: 70px;
  padding-left: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:first-of-type a,
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:first-of-type a {
    margin-left: 40px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:first-of-type a,
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:first-of-type a {
    margin-left: 30px;
  }
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:first-of-type a:after,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:first-of-type a:after {
  content: 'BACK';
  font-weight: 700;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:last-of-type,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:last-of-type {
  display: inline-block;
  float: right;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:last-of-type a,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:last-of-type a {
  background-image: url('../../include/resources/integratedmedicalservices/images/i-arrow-right-white.svg');
  background-position: right center;
  text-align: right;
  margin-right: 70px;
  padding-right: 18px;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:last-of-type a,
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:last-of-type a {
    margin-right: 40px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:last-of-type a,
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:last-of-type a {
    margin-right: 30px;
  }
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:last-of-type a:before,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li:last-of-type a:before {
  content: 'NEXT';
  font-weight: 700;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a,
.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;
  width: auto;
  height: 17px;
  overflow: hidden;
  color: white;
  width: 75px;
  background-repeat: no-repeat;
  background-size: 7px 11px;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a:before,
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a:after,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a:before,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a:after {
  font-size: 13px;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav,
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.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-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.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-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.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-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.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-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.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-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.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-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.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-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.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-block.nav-vertical > .taipan-contentpanel-navregion > ul li a,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a {
  margin: 8px auto;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  left: 0;
}
.taipan-contentpanel-block.nav-horizontal,
.taipan-contentpanel-panelset.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  vertical-align: middle;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  top: 0;
}
.taipan-contentpanel-panel.narrow .panel-constrain {
  font-size: 20px;
  width: 860px;
  margin: 0px auto;
}
@media screen and (max-width: 1078.8381742739px) {
  .taipan-contentpanel-panel.narrow .panel-constrain {
    width: 87.4%;
  }
}
.taipan-contentpanel-panel.box-background .panel-constrain {
  position: relative;
  padding: 100px 0;
}
@media handheld,only screen and (max-width: 480px) {
  .taipan-contentpanel-panel.box-background .panel-constrain {
    padding: 60px 0 70px 0;
  }
}
.taipan-contentpanel-panel.box-background .panel-constrain:before {
  content: '';
  position: absolute;
  left: 246px;
  right: 246px;
  top: 40px;
  bottom: 40px;
  border: 20px solid #eeedee;
  z-index: 10;
}
@media handheld,only screen and (max-width: 880px) {
  .taipan-contentpanel-panel.box-background .panel-constrain:before {
    left: 200px;
    right: 200px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-panel.box-background .panel-constrain:before {
    left: 130px;
    right: 130px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.box-background .panel-constrain:before {
    left: 70px;
    right: 70px;
  }
}
@media handheld,only screen and (max-width: 480px) {
  .taipan-contentpanel-panel.box-background .panel-constrain:before {
    display: none;
  }
}
.taipan-contentpanel-panel.box-background .panel-constrain .panel-block {
  position: relative;
  z-index: 20;
}
.taipan-contentpanel-panel.box-background .panel-constrain .panel-block .panel-cell p {
  margin: 15px 0 15px 0;
  line-height: 25px;
}
@media handheld,only screen and (max-width: 480px) {
  .taipan-contentpanel-panel.box-background .panel-constrain .panel-block .panel-cell p {
    margin: 15px 0 15px 0;
  }
}
.taipan-contentpanel-panel.box-background .panel-constrain .panel-block .panel-cell p:last-of-type {
  margin: 0;
}
.taipan-contentpanel-panel.box-background .panel-constrain .panel-block .panel-cell p:last-of-type * {
  margin-bottom: 0;
}
.taipan-contentpanel-panel.blue-bar {
  overflow: visible !important;
}
.taipan-contentpanel-panel.blue-bar .panel-constrain {
  padding: 90px 0 90px 0;
}
@media handheld,only screen and (max-width: 480px) {
  .taipan-contentpanel-panel.blue-bar .panel-constrain {
    padding: 132px 0 70px 0;
  }
}
.taipan-contentpanel-panel.light-grey {
  background-color: #eeedee;
}
.taipan-contentpanel-panel.light-grey.box-background .panel-constrain:before {
  border-color: white;
}
.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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 20px;
    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: 'Poppins', 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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .list-product-wrapper .list-product {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 700px),only screen and (max-width: 700px) and handheld,only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 700px),only screen and (max-width: 700px) and handheld,only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .product-details-wrapper {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 'Poppins', 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: 700px) {
  .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: 'Poppins', Verdana, sans-serif;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 20px;
    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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    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: 700px),only screen and (max-width: 700px) and handheld,only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 700px),only screen and (max-width: 700px) and handheld,only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: #0887cc;
  font-family: 'Poppins', Verdana, sans-serif;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 'Poppins', Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 20px;
    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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 20px;
    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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  transition: all 0.16s ease;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #0887cc;
  background-color: transparent;
  font-size: 13px;
  font-family: 'Poppins', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  border: 3px solid #0887cc;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 16px 43px 13px 43px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%230887cc%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  color: white;
  background-color: #0887cc;
  border-color: #0887cc;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 1078px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
    padding: 13px 31px 10px 31px;
  }
}
.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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: white;
  font-family: 'Poppins', Verdana, sans-serif;
  line-height: 1.25em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 700px) {
  .page-region {
    padding: 0em;
  }
}
.nav-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.nav-wrapper .line {
  position: absolute;
  height: 3px;
  background: white;
  top: 87px;
}
@media handheld,only screen and (max-width: 1590px) {
  .nav-wrapper .line {
    top: 67px;
  }
}
.nav-wrapper .line.line-1 {
  left: 0;
  width: 50px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .line.line-1 {
    width: 20px;
  }
}
.nav-wrapper .line.line-2 {
  top: 11px;
  left: 320px;
  right: 570px;
}
.nav-wrapper .line.line-3 {
  right: 50%;
  width: 40px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .line.line-3 {
    width: 20px;
  }
}
.nav-wrapper .line.line-4 {
  left: 50%;
  right: 275px;
}
@media handheld,only screen and (max-width: 1170px) {
  .nav-wrapper .line.line-4 {
    right: 231px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .line.line-4 {
    right: 241px;
  }
}
.nav-wrapper .line.line-5 {
  right: 0;
  width: 30px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .line.line-5 {
    width: 20px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .line {
    display: none;
  }
}
.nav-wrapper .logo-cell {
  margin: 70px 0 0 70px;
}
@media handheld,only screen and (max-width: 1590px) {
  .nav-wrapper .logo-cell {
    margin-top: 120px;
  }
}
@media handheld,only screen and (max-width: 1170px) {
  .nav-wrapper .logo-cell {
    margin-top: 130px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .logo-cell {
    margin: 130px 0 0 40px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .logo-cell {
    margin: 30px 0 0 30px;
  }
  .nav-wrapper .logo-cell .logo {
    width: 140px;
  }
}
.nav-wrapper .phone-cell {
  position: absolute;
  right: 59px;
  top: 80px;
}
@media handheld,only screen and (max-width: 1590px) {
  .nav-wrapper .phone-cell {
    top: 60px;
  }
}
.nav-wrapper .phone-cell .phone {
  background-image: url('../../include/resources/integratedmedicalservices/images/i-phone-white.svg');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: 700;
  font-size: 24px;
  color: white;
  padding-left: 29px;
}
.nav-wrapper .phone-cell .phone a {
  color: white;
}
@media handheld,only screen and (max-width: 1170px) {
  .nav-wrapper .phone-cell .phone {
    font-size: 18px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .phone-cell {
    display: none;
  }
}
.nav-wrapper .nav-toggle {
  display: none;
  color: white;
  background: transparent;
  padding: 0.75em 8px;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .nav-toggle {
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 1000;
  }
}
.nav-wrapper .nav-toggle .toggle-icon {
  color: white;
  background-color: transparent;
  position: absolute;
  top: 0.75em;
  right: 8px;
}
.nav-wrapper .nav-toggle .toggle-icon .toggle-icon-line {
  display: block;
  background-color: white;
  width: 40px;
  height: 3px;
  margin-bottom: 8px;
}
.nav-wrapper .nav-toggle .toggle-icon .toggle-icon-line:last-child {
  margin-bottom: 0em;
}
.nav-wrapper .nav-toggle:hover {
  color: #ffffff;
}
.nav-wrapper .nav-toggle:hover .toggle-icon {
  background-color: transparent;
}
.nav-wrapper .nav-toggle:hover .toggle-icon .toggle-icon-line {
  background-color: #ffffff;
}
.nav-wrapper .nav-cell {
  -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;
  position: absolute;
  left: 0;
  top: 76px;
  margin: 0;
  width: 50%;
  text-align: right;
  padding-right: 40px;
}
@media handheld,only screen and (max-width: 1590px) {
  .nav-wrapper .nav-cell {
    top: 56px;
  }
}
@media handheld,only screen and (max-width: 1590px) {
  .nav-wrapper .nav-cell {
    text-align: left;
    padding-left: 40px;
    padding-right: 0px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-cell {
    padding-left: 10px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper .nav-cell {
    left: 0;
    right: 0;
    top: 0;
    height: 194px;
    width: 100%;
    background: black;
    z-index: 900;
    top: -194px;
  }
}
.nav-wrapper.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper.open .nav-cell {
    top: 0;
  }
}
.nav-wrapper ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper ul {
    padding-left: 21px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul {
    display: block;
    text-align: left;
    border: none;
    padding-bottom: 0.75em;
    padding: 47px 15px;
  }
}
.nav-wrapper ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  border-right: 0 solid transparent;
  padding: 0 8px;
  margin: 0em;
}
@media handheld,only screen and (max-width: 1024px) {
  .nav-wrapper ul li {
    padding: 0 7px;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 0 solid transparent;
  }
}
.nav-wrapper ul li a {
  display: block;
  color: #7dbdff;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 0 1px 0;
  white-space: nowrap;
  /*
        &.has_children {
          background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowColour}" points="7,0 14,0 10.5,4"/></svg>');
          background-position: center right;
          background-repeat: no-repeat;
          padding-right: 2.5em;

          @media handheld, only screen and (max-width: @compactNavWidth) {
            background-image: none;
            padding-right: 0;
          }
        }
        */
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li a {
    white-space: normal;
  }
}
.nav-wrapper ul li:hover > a {
  /*
          &.has_children {
            background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="34px" height="4px"><polygon fill="@{navArrowHoverColour}" points="7,0 14,0 10.5,4"/></svg>');
            background-position: center right;
            background-repeat: no-repeat;
            padding-right: 2.5em;

            @media handheld, only screen and (max-width: @compactNavWidth) {
              background-image: none;
              padding-right: 0;
            }
          }
          */
  color: white;
}
.nav-wrapper ul li.current > a {
  color: white;
  font-weight: 700;
  border-bottom: 2px solid white;
}
@media handheld,only screen and (max-width: 1170px) {
  .nav-wrapper ul li.current > a {
    border-bottom: 0;
  }
}
.nav-wrapper ul li:first-child {
  border-left: 0 solid transparent;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li:last-child {
    border: 0;
    border-top: 0 solid transparent;
  }
}
.nav-wrapper ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper ul li ul {
  display: block;
  background-color: #0e4ca1;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3.1em;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li ul {
    background: transparent;
    border: none;
    border-radius: 0px;
    min-width: 0em;
    height: auto;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper ul li ul li {
  display: block;
  text-align: left;
  border: none;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper ul li ul li a {
  color: #7dbdff;
  background-color: #0e4ca1;
  padding: 0.75em 8px;
  /*
            &.has_children {
              background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowColour}" points="7,7 7,0 11,3.5 "/></svg>');
              background-position: center right;
              background-repeat: no-repeat;
              padding-right: @navPaddingHorizontal * 2;

              @media handheld, only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: @navPaddingHorizontal;
              }
            }
            */
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li ul li a {
    padding: 0.75em 8px;
    padding-left: 16px;
  }
}
.nav-wrapper ul li ul li:hover > a {
  color: #7dbdff;
  /*
              &.has_children {
                background-image: svg(~'<svg xmlns="http://www.w3.org/2000/svg" width="31px" height="7px"><polygon fill="@{navArrowHoverColour}" points="7,7 7,0 11,3.5 "/></svg>');
                background-position: center right;
                background-repeat: no-repeat;

                @media handheld, only screen and (max-width: @compactNavWidth) {
                  background-image: none;
                }
              }
              */
  background-color: #0b3c80;
}
.nav-wrapper ul li ul li.current > a {
  color: #7dbdff;
  background-color: #0b3c80;
}
.nav-wrapper ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li ul li > ul {
    display: block;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li ul li > ul li a {
    padding-left: 24px;
  }
}
.nav-wrapper ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 700px) {
  .nav-wrapper ul li ul li:hover > ul {
    position: static;
  }
}
.nav-wrapper.internal .line-2 {
  right: 625px;
}
.nav-wrapper.internal .line-3 {
  width: 15px;
}
.nav-wrapper.internal .nav-cell {
  padding-right: 0px;
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .content-constrain,
.content-wrapper .panel-constrain {
  font-size: 20px;
  width: 1040px;
  margin: 0px auto;
  color: #191919;
  border-radius: 0px;
  padding: 90px 0px;
}
@media screen and (max-width: 1078.8381742739px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    width: 87.4%;
  }
}
.content-wrapper .content-constrain .column-block,
.content-wrapper .content-constrain .panel-block,
.content-wrapper .panel-constrain .column-block,
.content-wrapper .panel-constrain .panel-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .column-block > *,
.content-wrapper .content-constrain .panel-block > *,
.content-wrapper .panel-constrain .column-block > *,
.content-wrapper .panel-constrain .panel-block > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .column-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .column-block,
  .content-wrapper .panel-constrain .panel-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .column-block .content-cell,
.content-wrapper .content-constrain .column-block .panel-cell,
.content-wrapper .content-constrain .panel-block .content-cell,
.content-wrapper .content-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .column-block .content-cell,
.content-wrapper .panel-constrain .column-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .content-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .column-block .content-cell,
  .content-wrapper .content-constrain .column-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .column-block .content-cell,
  .content-wrapper .panel-constrain .column-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .column-block .content-cell > *:first-child,
.content-wrapper .content-constrain .column-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 .column-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .column-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0em;
}
.content-wrapper .content-constrain .column-block .content-cell .subnav,
.content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav,
.content-wrapper .panel-constrain .column-block .panel-cell .subnav,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .column-block .content-cell .subnav > *,
.content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .column-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .column-block .content-cell .subnav,
  .content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav,
  .content-wrapper .panel-constrain .column-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .column-block .content-cell .subnav li,
.content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav li,
.content-wrapper .panel-constrain .column-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .column-block .content-cell .subnav li,
  .content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .column-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .column-block .content-cell .subnav li a,
.content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .column-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
  -o-transition: all 0.16s ease;
  -ms-transition: all 0.16s ease;
  transition: all 0.16s ease;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #0887cc;
  background-color: transparent;
  font-size: 13px;
  font-family: 'Poppins', Verdana, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  border: 3px solid #0887cc;
  border-radius: 0px;
  margin: 0.4em 0em;
  padding: 16px 43px 13px 43px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
.content-wrapper .content-constrain .column-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .column-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .column-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .column-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%230887cc%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .column-block .content-cell .subnav li a img,
.content-wrapper .content-constrain .column-block .panel-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .column-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .column-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .column-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .column-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:hover {
  color: white;
  background-color: #0887cc;
  border-color: #0887cc;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 1078px) {
  .content-wrapper .content-constrain .column-block .content-cell .subnav li a,
  .content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav li a,
  .content-wrapper .panel-constrain .column-block .panel-cell .subnav li a,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
    padding: 13px 31px 10px 31px;
  }
}
.content-wrapper .content-constrain .column-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .column-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 .column-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .column-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: white;
  border-top: 2px solid #eeedee;
}
.footer-wrapper .footer-constrain {
  font-size: 20px;
  width: 1040px;
  margin: 0px auto;
  color: #191919;
  padding: 90px 0px;
}
@media screen and (max-width: 1078.8381742739px) {
  .footer-wrapper .footer-constrain {
    width: 87.4%;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    padding: 36px 0 44px 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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #0887cc;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #11a5f6;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 56.533333333333%;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 840px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 20px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 700px),only screen and (max-width: 840px) and handheld,only screen and (max-width: 840px) and only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell table {
  margin: 23px 0 20px 0;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell table tr td {
  padding: 6px 10px 6px 0;
  font-size: 20px;
  font-weight: 300;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell table tr td {
    padding: 3px 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell table tr td strong {
  font-weight: 400;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell table tr td strong {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell table tr td a {
  color: #7a7a7a;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell table tr td a {
    color: #0887cc;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul {
  margin: 0;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  padding: 0 8px;
  margin: 0;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li:first-of-type {
  padding-left: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li {
    padding: 0 7px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li a {
  display: block;
  color: #0887cc;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 0 1px 0;
  white-space: nowrap;
}
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul li a.current {
  font-weight: 700;
  border-bottom: 2px solid #0887cc;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell ul {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 39.866666666667%;
  text-align: right;
}
@media handheld,only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-block .footer-logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 840px) {
  .footer-wrapper .footer-constrain .footer-block .footer-logo-cell {
    display: none;
  }
}
.author-wrapper .author-constrain {
  font-size: 20px;
  width: 1040px;
  margin: 0px auto;
  color: #191919;
  padding: 20px 0 32px 0;
}
@media screen and (max-width: 1078.8381742739px) {
  .author-wrapper .author-constrain {
    width: 87.4%;
  }
}
@media handheld,only screen and (max-width: 700px) {
  .author-wrapper .author-constrain {
    text-align: center;
    padding: 0 0 30px 0;
  }
}
.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: 20px;
}
@media handheld,only screen and (max-width: 700px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block a {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 300;
}
.author-wrapper .author-constrain .author-block a:hover {
  color: #7a7a7a;
}
.author-wrapper .author-constrain .author-block div {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 20px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
  display: inline-block;
}
@media handheld,only screen and (max-width: 700px) {
  .author-wrapper .author-constrain .author-block div {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .author-cell {
  text-align: right;
}
@media handheld,only screen and (max-width: 700px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    text-align: center;
    padding: 30px 0 0 0;
  }
}
.author-wrapper .author-constrain .author-block .links-cell a {
  font-size: 12px;
}
