/************************************************************************************/
/*** 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.
*/
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* For: 1024px */
/* For: 768px */
/* For: 480px */
/* For: 320px */
/* Situational Breakpoints */
/* When the design should change to a single-column layout */
/* When the navigation should switch to compact mode */
/* When form labels and fields should change to a single-column layout */
/*********************/
/*** Photo Gallery ***/
/*********************/
/* Form Label Options */
/* Form Input Size Options */
/* Checkboxs and Radio Buttons */
/**
 * /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/resource-set/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 ***/
/*******************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Layout */
/* Content Panel Nav */
/* Content Panel: Vertical Nav */
/* Content Panel: Horizontal Nav */
/* Content Panel: Misc */
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/* When tables should stack cells */
/**********************/
/*** 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 ***/
/******************/
/********************/
/*** CMS: Columns ***/
/********************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/******************/
/*** Shadow Box ***/
/******************/
/*Removes default chrome and safari style*/
/* Hides visual number spinner */
/************************/
/*** Individual Forms ***/
/************************/
/***********************/
/*** Readmore Module ***/
/***********************/
/*********************/
/*** Search Module ***/
/*********************/
/**********************/
/*** Search Results ***/
/**********************/
/*******************/
/*** Auth Module ***/
/*******************/
/**************************************/
/*** Dynamic Button: Captioned Icon ***/
/**************************************/
/**************************/
/*** Entity List Module ***/
/**************************/
/**
 * /css/social-icons.less
 * 
 * This file contains any custom css rules related to social icons.
 *
 */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/*************************/
/*** Panel Backgrounds ***/
/*************************/
/************************************************/
/*** Class Suffixes for Shared Panel Styling ****/
/************************************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
.left {
  float: left;
  margin: 0.5em 2.25em 1em 0em;
}
.right {
  float: right;
  margin: 0.5em 0em 1em 2.25em;
}
@media only screen and (max-width: 700px) {
  .left,
  .right {
    text-align: center;
    margin: 2em auto;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.contents-flush-vertical > *:first-child {
  margin-top: 0em;
}
.contents-flush-vertical > *:last-child {
  margin-bottom: 0em;
}
.contents-flush-top > *:first-child {
  margin-top: 0em;
}
.contents-flush-bottom > *:last-child {
  margin-bottom: 0em;
}
.font-size-1 {
  font-size: 50px;
}
@media only screen and (max-width: 1150px) {
  .font-size-1 {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-1 {
    font-size: 31.875px;
  }
}
.font-size-2 {
  font-size: 40px;
}
@media only screen and (max-width: 1150px) {
  .font-size-2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-2 {
    font-size: 25.5px;
  }
}
.font-size-3 {
  font-size: 31px;
}
@media only screen and (max-width: 1150px) {
  .font-size-3 {
    font-size: 23.25px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-3 {
    font-size: 19.7625px;
  }
}
.font-size-4 {
  font-size: 25px;
}
@media only screen and (max-width: 1150px) {
  .font-size-4 {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-4 {
    font-size: 15.9375px;
  }
}
.font-size-5 {
  font-size: 20px;
}
@media only screen and (max-width: 1150px) {
  .font-size-5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-5 {
    font-size: 12.75px;
  }
}
.font-size-6 {
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .font-size-6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-6 {
    font-size: 10.2px;
  }
}
.font-size-body {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .font-size-body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-body {
    font-size: 15.3px;
  }
}
.font-size-small {
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .font-size-small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-small {
    font-size: 16px;
  }
}
.font-size-blockquote {
  font-size: 27px;
}
@media only screen and (max-width: 1150px) {
  .font-size-blockquote {
    font-size: 20.25px;
  }
}
@media only screen and (max-width: 700px) {
  .font-size-blockquote {
    font-size: 17.2125px;
  }
}
.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.no-text-shadow {
  text-shadow: none;
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.block > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .block > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .block > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .block {
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  background: none !important;
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 25px 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  color: #ee9f00;
  font-size: 16px;
  padding: 0 0.2em 0 0;
}
@media only screen and (max-width: 1150px) {
  ul.breadcrumbs li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  ul.breadcrumbs li {
    font-size: 16px;
  }
}
ul.breadcrumbs li a {
  color: #ee9f00;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #bb7d00;
}
.pagination {
  text-align: center;
  margin-top: 2.5em;
}
@media only screen and (max-width: 700px) {
  .pagination {
    margin-top: 1.5em;
  }
}
.pagination ul.pagination {
  display: inline-block;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  font-size: 16px;
  padding: 0em 0.4em;
  margin: 0.25em 0em;
}
@media only screen and (max-width: 1150px) {
  .pagination ul.pagination li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .pagination ul.pagination li {
    font-size: 16px;
  }
}
.pagination ul.pagination li a {
  display: block;
  color: #ee9f00;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #bb7d00;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #ee9f00;
  background-color: transparent;
  cursor: default;
  opacity: 0.5;
}
p {
  margin: 0em 0em 1em 0em;
}
a {
  color: #ee9f00;
  text-decoration: none;
}
a:hover {
  color: #bb7d00;
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  a:hover {
    color: #ee9f00;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1.4;
  margin: 65px 0px 25px 0px;
}
@media only screen and (max-width: 700px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 45px 0px 15px 0px;
  }
}
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 0px;
}
h1 {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  h1 {
    font-size: 37.5px;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 31.875px;
  }
}
h2 {
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 25.5px;
  }
}
h3 {
  font-size: 31px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  h3 {
    font-size: 23.25px;
  }
}
@media only screen and (max-width: 700px) {
  h3 {
    font-size: 19.7625px;
  }
}
h4 {
  font-size: 25px;
}
@media only screen and (max-width: 1150px) {
  h4 {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 700px) {
  h4 {
    font-size: 15.9375px;
  }
}
h5 {
  font-size: 20px;
}
@media only screen and (max-width: 1150px) {
  h5 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  h5 {
    font-size: 12.75px;
  }
}
h6 {
  font-size: 16px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  h6 {
    font-size: 10.2px;
  }
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 2px solid #252262;
  border-collapse: collapse;
  margin: 15px 0px;
}
@media only screen and (max-width: 0px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 0px) {
  table tr {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #e8e8e8;
    width: auto !important;
    height: auto !important;
    padding: 15px 15px;
  }
}
table tr td,
table tr th {
  color: #000000;
  background-color: transparent;
  vertical-align: top;
  padding: 15px 15px;
}
@media only screen and (max-width: 0px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0px 0px 10px 0px;
  }
}
table tr td > *:first-child,
table tr th > *:first-child {
  margin-top: 0em;
}
table tr td > *:last-child,
table tr th > *:last-child {
  margin-bottom: 0em;
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media only screen and (max-width: 0px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 0px) {
  table tr td:last-child,
  table tr th:last-child {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 0px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 0px) {
  table thead,
  table tfoot {
    display: none;
  }
}
table thead tr td,
table thead tr th,
table tfoot tr td,
table tfoot tr th {
  font-size: 1.1em;
  font-weight: normal;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1.2;
  text-align: left;
  padding: 10px 15px;
}
@media only screen and (max-width: 0px) {
  table thead tr td,
  table thead tr th,
  table tfoot tr td,
  table tfoot tr th {
    padding: 0px;
  }
}
@media only screen and (max-width: 0px) {
  table thead tr {
    background-color: #252262;
  }
}
table thead tr td,
table thead tr th {
  color: #ffffff;
  background-color: #252262;
}
@media only screen and (max-width: 0px) {
  table tfoot tr {
    background-color: #e8e8e8;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #000000;
  background-color: #e8e8e8;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media only screen and (max-width: 0px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #000000;
  background-color: transparent;
  border: none;
  padding: 15px 15px 15px 0px;
}
@media only screen and (max-width: 0px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0px 0px 10px 0px;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #000000;
  background-color: transparent;
}
hr {
  clear: both;
  color: #000000;
  background-color: #000000;
  height: 2px;
  margin: 4em 0;
  opacity: 0.1;
}
blockquote {
  font-size: 27px;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
  padding: 1.25em;
  margin: 1.25em auto;
}
@media only screen and (max-width: 1150px) {
  blockquote {
    font-size: 20.25px;
  }
}
@media only screen and (max-width: 700px) {
  blockquote {
    font-size: 17.2125px;
  }
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.button,
.button-alt,
.button-small,
.submit {
  display: inline-block;
  color: #ffffff;
  background-color: #ee9f00;
  font-size: 18px;
  font-family: 'Jaldi', Verdana, sans-serif;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 8px 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1150px) {
  .button,
  .button-alt,
  .button-small,
  .submit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .button,
  .button-alt,
  .button-small,
  .submit {
    font-size: 15.3px;
  }
}
.button .button-arrow,
.button-alt .button-arrow,
.button-small .button-arrow,
.submit .button-arrow {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.button-alt img,
.button-small img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:hover,
.button-alt:hover,
.button-small:hover,
.submit:hover {
  color: #ffffff;
  background-color: #d58e00;
  text-decoration: none;
}
.button-alt {
  color: #ffffff;
  background-color: #252262;
}
.button-alt:hover {
  color: #ffffff;
  background-color: #1e1b4f;
}
.columns-one-half {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 46%;
}
@media only screen and (max-width: 1150px) {
  .columns-one-half {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-one-half {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-third {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 29.333333333333%;
}
@media only screen and (max-width: 1150px) {
  .columns-one-third {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-one-third {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-quarter {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 21%;
}
@media only screen and (max-width: 1150px) {
  .columns-one-quarter {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-one-quarter {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-two-thirds {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 62.666666666667%;
}
@media only screen and (max-width: 1150px) {
  .columns-two-thirds {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-two-thirds {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-three-quarters {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 71%;
}
@media only screen and (max-width: 1150px) {
  .columns-three-quarters {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-three-quarters {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 701px) {
  .columns-one-half > *:first-child,
  .columns-one-third > *:first-child,
  .columns-one-quarter > *:first-child,
  .columns-two-thirds > *:first-child,
  .columns-three-quarters > *:first-child {
    margin-top: 0em;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media only screen and (max-width: 700px) {
  .no-split {
    white-space: normal !important;
  }
}
.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;
}
.no-link {
  pointer-events: none !important;
}
.text-size-smaller {
  font-size: 0.75em;
}
.text-size-larger {
  font-size: 1.75em;
}
@media handheld,only screen and (max-width: 700px) {
  .text-size-larger {
    font-size: 1.5em;
  }
}
.hilite-box {
  clear: both;
  padding: 30px;
  margin: 45px 0px;
  position: relative;
  z-index: 1;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .hilite-box {
    padding: 15px;
    margin: 22.5px 0px;
  }
}
.hilite-box > *:first-child {
  margin-top: 0em;
}
.hilite-box > *:last-child {
  margin-bottom: 0em;
}
.hilite-box:before {
  display: block;
  content: "";
  background-color: #e8e8e8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none;
}
.video-container {
  display: block;
  padding-top: 30px;
  padding-bottom: 56.25%;
  margin: 35px 0px;
  position: relative;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.media-thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  display: block;
  margin: 0px;
}
@media only screen and (max-width: 700px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail a {
  display: block;
  overflow: auto;
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  font-size: 0.8em;
  font-family: 'Jaldi', Verdana, sans-serif;
  line-height: 1.35;
  max-width: 100%;
  margin: 1em auto;
  opacity: 0.8;
}
@media only screen and (max-width: 700px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.75em auto 1em auto;
  }
}
.media-thumbnail.left {
  margin: 0em 2.25em 1em 0em;
}
.media-thumbnail.right {
  margin: 0em 0em 1em 2.25em;
}
@media only screen and (max-width: 700px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.media-gallery > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .media-gallery > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .media-gallery > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .media-gallery {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -4%;
    width: 104%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .media-gallery > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .media-gallery > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .media-gallery {
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 21%;
  margin-bottom: 2.5em;
  overflow: hidden;
}
@media only screen and (max-width: 1150px) {
  .media-gallery .media-thumbnail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .media-gallery .media-thumbnail {
    margin-bottom: 2.25em;
  }
}
@media only screen and (max-width: 900px) {
  .media-gallery .media-thumbnail {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 46%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .media-gallery .media-thumbnail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail {
    font-size: 15.3px;
  }
}
@media 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 only screen and (max-width: 400px) {
  .media-gallery .media-thumbnail {
    margin-bottom: 0.625em;
  }
}
.media-gallery .media-thumbnail img {
  width: 100%;
  vertical-align: middle;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  font-size: 16px;
  text-align: center;
  max-width: 100%;
  margin: 0.5em auto 1.5em auto;
}
@media only screen and (max-width: 1150px) {
  .media-gallery .media-thumbnail .media-original-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .media-gallery .media-thumbnail .media-original-link {
    font-size: 16px;
  }
}
#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/beckaconstructions/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/beckaconstructions/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/beckaconstructions/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/beckaconstructions/images/shadowbox/i-shadowbox-next.svg'), none;
  background-position: right 10px top 50%;
}
#sb-container #sb-nav {
  display: none;
}
textarea,
select,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media only screen and (max-width: 700px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form input[type=text],
.page-region form input[type=password],
.page-region form input[type=date],
.page-region form select,
.page-region form textarea,
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row input[type=date],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #000000;
  background-color: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  max-width: 100%;
  border: 2px solid #d9d9d9;
  padding: 7px 10px;
  margin: 3px 0;
}
.page-region form select,
.page-region form .form-row select {
  background-image: url('../../include/resources/beckaconstructions/images/forms/select-arrow.svg');
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
@media only screen and (max-width: 700px) {
  .page-region form input[type=date],
  .page-region form .form-row input[type=date] {
    min-height: calc(1.75em + (2 * 7px));
  }
}
.page-region form input[type=radio],
.page-region form input[type=checkbox],
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 3px 0 0;
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #000000;
  background: transparent;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border-bottom: 0px solid #252262;
  padding: 8px 0px;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row > label {
  float: left;
  color: #000000;
  background-color: transparent;
  font-size: 18px;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1.3;
  width: 130px;
  margin: 0.75em 0em 0.3em 0em;
}
@media only screen and (max-width: 1150px) {
  .page-region form .form-row > label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row > label {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row > label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row > label .note.required {
  color: #b80000;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 1150px) {
  .page-region form .form-row > label .note.required {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row > label .note.required {
    font-size: 12.75px;
  }
}
.page-region form .form-row > label.rhs_label {
  float: none;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  width: auto;
}
.page-region form .form-row > label.fieldless {
  margin-top: 0.12em;
}
.page-region form .form-row label[for="captcha_field"] {
  visibility: hidden;
}
.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%;
}
@media 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 3px 0 0;
}
@media 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 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 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 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 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 input.date-field,
.page-region form .form-row textarea.date-field,
.page-region form .form-row select.date-field {
  width: 100%;
}
.page-region form .form-row .submit {
  display: inline-block;
  color: #ffffff;
  background-color: #ee9f00;
  font-size: 18px;
  font-family: 'Jaldi', Verdana, sans-serif;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 8px 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1150px) {
  .page-region form .form-row .submit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row .submit {
    font-size: 15.3px;
  }
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #d58e00;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #ffffff;
  background-color: #d58e00;
}
.page-region form .form-row .field {
  margin-left: 145px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .stacked {
  margin-bottom: 3px;
}
.page-region form .form-row .field .checkbox-item,
.page-region form .form-row .field .radio-button-item {
  margin-bottom: 0.75em;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row .field .checkbox-item,
  .page-region form .form-row .field .radio-button-item {
    margin: 1em 0em;
  }
}
.page-region form .form-row .field .checkbox-item input[type=checkbox],
.page-region form .form-row .field .checkbox-item input[type=radio],
.page-region form .form-row .field .radio-button-item input[type=checkbox],
.page-region form .form-row .field .radio-button-item input[type=radio] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 5;
  /*Hide the mark by default*/
  /*Unhide the mark on the checked state*/
}
.page-region form .form-row .field .checkbox-item input[type=checkbox] + label:after,
.page-region form .form-row .field .checkbox-item input[type=radio] + label:after,
.page-region form .form-row .field .radio-button-item input[type=checkbox] + label:after,
.page-region form .form-row .field .radio-button-item input[type=radio] + label:after {
  content: none;
}
.page-region form .form-row .field .checkbox-item input[type=checkbox]:checked + label:after,
.page-region form .form-row .field .checkbox-item input[type=radio]:checked + label:after,
.page-region form .form-row .field .radio-button-item input[type=checkbox]:checked + label:after,
.page-region form .form-row .field .radio-button-item input[type=radio]:checked + label:after {
  content: "";
}
.page-region form .form-row .field .checkbox-item label,
.page-region form .form-row .field .radio-button-item label {
  display: block;
  line-height: 1.2;
  padding-left: 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row .field .checkbox-item label,
  .page-region form .form-row .field .radio-button-item label {
    line-height: 1.3;
    padding-top: 2px;
  }
}
.page-region form .form-row .field .checkbox-item label:before,
.page-region form .form-row .field .checkbox-item label:after,
.page-region form .form-row .field .radio-button-item label:before,
.page-region form .form-row .field .radio-button-item label:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.page-region form .form-row .field .checkbox-item label:before {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  height: 25px;
  width: 25px;
  top: 0px;
  left: 0px;
}
.page-region form .form-row .field .checkbox-item label:after {
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -o-transform: rotate(-45deg);
  /* Opera */
  transform: rotate(-45deg);
  width: 20px;
  height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  top: 3.75px;
  left: 3.75px;
}
.page-region form .form-row .field .radio-button-item label:before {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  top: 0px;
  left: 0px;
}
.page-region form .form-row .field .radio-button-item label:after {
  background-color: #a8a8a8;
  border-radius: 50%;
  width: calc(25px - (2 * (2px + 2px)));
  height: calc(25px - (2 * (2px + 2px)));
  top: 4px;
  left: 4px;
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .calendar {
  position: absolute;
  top: -10px;
  left: auto;
  right: 45px;
  z-index: 1;
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  color: #ffffff;
  background: #a90000;
  font-size: 16px;
  font-family: 'Jaldi', Verdana, sans-serif;
  text-transform: uppercase;
  padding: 3px 10px;
  margin: 3px 0px;
}
@media only screen and (max-width: 1150px) {
  .page-region form .form-row .field .validation-advice {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form .form-row .field .validation-advice {
    font-size: 16px;
  }
}
.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: 260px;
  margin-right: 15px;
}
@media only screen and (max-width: 700px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  margin-left: 275px;
}
@media only screen and (max-width: 700px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 275px;
}
@media only screen and (max-width: 700px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
.page-region form.f {
  color: #000000;
  background: transparent;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border: 0px solid #252262;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 145px;
  border-bottom: none;
}
@media only screen and (max-width: 700px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media only screen and (max-width: 700px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.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.form-condensed .form-row {
  padding: 0px;
}
.page-region #captcha_field_note {
  display: none;
}
@media only screen and (min-width: 901px) {
  #user_pass_login_form {
    max-width: 40%;
  }
}
#user_pass_login_form input {
  width: 100%;
}
.cta-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 1.25em 0px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cta-block {
    padding: 10px 0px;
  }
}
.cta-block .cta {
  display: inline-block;
  width: 30.666666666667%;
  margin-right: 4%;
  margin-top: 2.5em;
}
@media only screen and (max-width: 1150px) {
  .cta-block .cta {
    margin-top: 1.875em;
  }
}
@media only screen and (max-width: 900px) {
  .cta-block .cta {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 700px) {
  .cta-block .cta {
    width: 100%;
    margin: 5px 0px;
  }
}
.cta-block .cta .cta-inner {
  -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: #000000;
  background-color: #e8e8e8;
  text-decoration: none;
  height: 100%;
  overflow: auto;
}
.cta-block .cta .cta-inner .cta-image-wrapper {
  display: block;
  background-color: #000;
}
.cta-block .cta .cta-inner .cta-image-wrapper .media-thumbnail {
  display: block;
  margin: 0em;
}
.cta-block .cta .cta-inner .cta-image-wrapper .media-thumbnail img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media only screen and (max-width: 700px) {
  .cta-block .cta .cta-inner .cta-image-wrapper .media-thumbnail img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner .cta-image-wrapper .media-thumbnail .media-caption {
  display: none;
}
.cta-block .cta .cta-inner .cta-text-wrapper {
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner .cta-text-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .cta-block .cta .cta-inner .cta-text-wrapper {
    padding: 15px;
  }
}
.cta-block .cta .cta-inner .cta-text-wrapper > * {
  display: block;
}
.cta-block .cta .cta-inner .cta-text-wrapper > *:first-child {
  margin-top: 0em;
}
.cta-block .cta .cta-inner .cta-text-wrapper > *:last-child {
  margin-bottom: 0em;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-title-description-wrapper .cta-title {
  font-size: 20px;
  font-family: 'Roboto', Verdana, sans-serif;
}
@media only screen and (max-width: 1150px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-title-description-wrapper .cta-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-title-description-wrapper .cta-title {
    font-size: 12.75px;
  }
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-title-description-wrapper .cta-description {
  font-size: 16px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0.25em 0em;
}
@media only screen and (max-width: 1150px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-title-description-wrapper .cta-description {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-title-description-wrapper .cta-description {
    font-size: 10.2px;
  }
}
@media only screen and (max-width: 900px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-title-description-wrapper .cta-description {
    display: none;
  }
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button-wrapper .cta-button {
  display: inline-block;
  color: #ffffff;
  background-color: #ee9f00;
  font-size: 18px;
  font-family: 'Jaldi', Verdana, sans-serif;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 8px 15px;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 0em;
}
@media only screen and (max-width: 1150px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-button-wrapper .cta-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cta-block .cta .cta-inner .cta-text-wrapper .cta-button-wrapper .cta-button {
    font-size: 15.3px;
  }
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button-wrapper .cta-button .button-arrow {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button-wrapper .cta-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cta-block .cta .cta-inner .cta-text-wrapper .cta-button-wrapper .cta-button:hover {
  color: #ffffff;
  background-color: #d58e00;
  text-decoration: none;
}
.cta-block .cta .cta-inner:hover .cta-image-wrapper .media-thumbnail {
  opacity: 0.75;
}
.cta-block .cta .cta-inner:hover .cta-text-wrapper .cta-button-wrapper .cta-button {
  background-color: #d58e00;
}
@media only screen and (min-width: 701px) {
  .cta-block .cta:nth-of-type(3n) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 701px) {
  .cta-block .cta:nth-of-type(-n+3) {
    margin-top: 0px;
  }
}
.readmore-style-box {
  border: 2px solid #252262;
  padding: 12px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.readmore-style-box .readmore-style-button {
  display: block;
  color: #fff;
  background-color: #252262;
  font-size: 18px;
  font-family: 'Roboto', Verdana, sans-serif;
  text-transform: uppercase;
  padding: 12px 15px;
  margin: -12px -15px;
}
@media only screen and (max-width: 1150px) {
  .readmore-style-box .readmore-style-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .readmore-style-box .readmore-style-button {
    font-size: 15.3px;
  }
}
.readmore-style-box .readmore-style-button:hover {
  text-decoration: none;
}
.readmore-style-box > p:first-of-type {
  margin-bottom: 0px;
}
.readmore-style-box .readmore-style-break {
  height: 0px;
  margin: 0px;
}
.readmore-style-box .readmore-style-break + * {
  margin-top: 30px;
}
.news-post-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 15px 0px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .news-post-block {
    padding: 10px 0px;
  }
}
.news-post-block .news-post {
  display: inline-block;
  width: 100%;
  margin-right: 4%;
  margin-top: 2.5em;
}
@media only screen and (max-width: 1150px) {
  .news-post-block .news-post {
    margin-top: 1.875em;
  }
}
@media only screen and (max-width: 900px) {
  .news-post-block .news-post {
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post {
    margin: 5px 0px;
  }
}
.news-post-block .news-post .news-post-inner {
  -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: #000000;
  background-color: #e8e8e8;
  text-decoration: none;
  height: 100%;
  overflow: auto;
}
.news-post-block .news-post .news-post-inner .news-post-image-wrapper {
  display: block;
  background-color: #000;
}
.news-post-block .news-post .news-post-inner .news-post-image-wrapper .media-thumbnail {
  display: block;
  margin: 0em;
}
.news-post-block .news-post .news-post-inner .news-post-image-wrapper .media-thumbnail img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-image-wrapper .media-thumbnail img {
    margin-top: 0em;
  }
}
.news-post-block .news-post .news-post-inner .news-post-image-wrapper:hover {
  opacity: 0.75;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper {
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 900px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper {
    padding: 15px;
  }
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper > * {
  display: block;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper > *:first-child {
  margin-top: 0em;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper > *:last-child {
  margin-bottom: 0em;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info {
  margin-bottom: 10px;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info > * {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info > * {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info > * {
    font-size: 16px;
  }
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info .news-post-category {
  display: none;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-info .news-post-category:before {
  display: inline-block;
  content: "-";
  margin: 0px 5px;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-title {
  font-size: 20px;
  color: #000000;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1150px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-title {
    font-size: 12.75px;
  }
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-preview {
  font-size: 18px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height: 1.2;
  margin: 15px 0px;
}
@media only screen and (max-width: 1150px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-preview {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-preview {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 900px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-preview {
    display: none;
  }
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-button {
  display: inline-block;
  color: #ffffff;
  background-color: #ee9f00;
  font-size: 18px;
  font-family: 'Jaldi', Verdana, sans-serif;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 8px 15px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1150px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-button {
    font-size: 15.3px;
  }
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-button .button-arrow {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-button:hover {
  color: #ffffff;
  background-color: #d58e00;
  text-decoration: none;
}
.news-post-block .news-post .news-post-inner .news-post-text-wrapper .news-post-button:hover {
  background-color: #d58e00;
}
@media only screen and (min-width: 701px) {
  .news-post-block.news-posts-list-full .news-post {
    width: 30.666666666667%;
  }
}
@media only screen and (min-width: 701px) {
  .news-post-block.news-posts-list-full .news-post:nth-of-type(3n) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 701px) {
  .news-post-block.news-posts-list-full .news-post:nth-of-type(-n+3) {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 701px) {
  .news-post-block.news-posts-list-brief .news-post {
    width: 30.666666666667%;
  }
}
@media only screen and (min-width: 701px) {
  .news-post-block.news-posts-list-brief .news-post:nth-of-type(3n) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 701px) {
  .news-post-block.news-posts-list-brief .news-post:nth-of-type(-n+3) {
    margin-top: 0px;
  }
}
.news-wrapper .news-constrain .news-block {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.news-wrapper .news-constrain .news-block > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper .news-constrain .news-block > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper .news-constrain .news-block > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper .news-constrain .news-block {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper .news-constrain .news-block {
    font-size: 0;
    display: block;
    margin-left: -4%;
    width: 104%;
    padding: 0;
  }
  .news-wrapper .news-constrain .news-block > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .news-wrapper .news-constrain .news-block > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper .news-constrain .news-block > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper .news-constrain .news-block {
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-constrain .news-block .news-content-cell > *:first-child,
.news-wrapper .news-constrain .news-block .news-sidebar-cell > *:first-child {
  margin-top: 0em;
}
.news-wrapper .news-constrain .news-block .news-content-cell > *:last-child,
.news-wrapper .news-constrain .news-block .news-sidebar-cell > *:last-child {
  margin-bottom: 0em;
}
.news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 71%;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 96%;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 1150px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 96%;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 21%;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 96%;
    padding-top: 45px;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 1150px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 96%;
    padding-top: 45px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section {
  margin-bottom: 25px;
}
.news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .title h3 {
  margin: 0px;
}
.news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .list ul li {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .list ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .list ul li {
    font-size: 15.3px;
  }
}
.news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .list ul li ul {
  display: none;
}
.news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .list ul li ul li {
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .list ul li ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .list ul li ul li {
    font-size: 16px;
  }
}
.news-wrapper.with-sidebar .news-constrain .news-block .news-sidebar-cell .news-sidebar-section .list ul li.expanded ul {
  display: block;
}
.news-wrapper.no-sidebar .news-constrain .news-block .news-content-cell {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.no-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.no-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.no-sidebar .news-constrain .news-block .news-content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.no-sidebar .news-constrain .news-block .news-content-cell {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 96%;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .news-wrapper.no-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper.no-sidebar .news-constrain .news-block .news-content-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .news-wrapper.no-sidebar .news-constrain .news-block .news-content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-posts-single .news-post-title {
  margin-bottom: 10px;
}
.news-wrapper.news-posts-single .news-post-info {
  margin: 0px 0px 25px 0px;
}
.news-wrapper.news-posts-single .news-post-info > * {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.news-posts-single .news-post-info > * {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .news-post-info > * {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .news-post-info > * {
    display: block;
  }
}
.news-wrapper.news-posts-single .news-post-info .news-post-category:before {
  display: inline-block;
  content: "-";
  margin: 0px 5px;
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .news-post-info .news-post-category:before {
    display: none;
  }
}
.news-wrapper.news-posts-single .news-post-social {
  display: block;
  margin: 40px 0px;
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .news-post-social {
    display: none;
  }
}
.news-wrapper.news-posts-single .news-post-social > * {
  display: inline-block;
  margin-right: 5px;
}
.news-wrapper.news-posts-single .news-post-social .facebook .fb_iframe_widget span {
  vertical-align: top !important;
  /* Override Inline Styling */
  margin-top: 0px !important;
}
.news-wrapper.news-posts-single .cms-page-comment {
  background-color: #f2f2f2;
  padding: 15px;
  margin: 10px 0px;
}
.news-wrapper.news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-size: 20px;
  font-family: 'Roboto', Verdana, sans-serif;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.news-posts-single .cms-page-comment .cms-page-comment-heading {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .cms-page-comment .cms-page-comment-heading {
    font-size: 12.75px;
  }
}
.news-wrapper.news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #000000;
}
.news-wrapper.news-posts-single .readmore-style-box {
  border: 2px solid #252262;
  padding: 15px 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.news-wrapper.news-posts-single .readmore-style-box .readmore-style-button {
  display: block;
  font-size: 18px;
  font-family: 'Roboto', Verdana, sans-serif;
  text-transform: none;
  border-radius: 0px;
  max-width: none;
  padding: 15px;
  margin: -15px;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.news-posts-single .readmore-style-box .readmore-style-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single .readmore-style-box .readmore-style-button {
    font-size: 15.3px;
  }
}
.news-wrapper.news-posts-single .readmore-style-box h2 {
  display: none !important;
}
.news-wrapper.news-posts-single .readmore-style-box p:first-of-type {
  margin-bottom: -15px;
}
.news-wrapper.news-posts-single #cms_page_comment_form {
  padding-top: 45px;
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row .field .note {
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .news-wrapper.news-posts-single #cms_page_comment_form .form-row .field .note {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .news-wrapper.news-posts-single #cms_page_comment_form .form-row .field .note {
    font-size: 16px;
  }
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row .field #comment_field {
  width: 100%;
}
.news-wrapper.news-posts-single #cms_page_comment_form .form-row .field #comment_field_note {
  display: none;
}
.search-wrapper .search input.search-button {
  background-color: #ee9f00;
}
.search-wrapper .search input.search-button:hover {
  background-color: #d58e00;
}
.advanced-search-wrapper .advanced-search > *:first-child {
  margin-top: 0em;
}
.advanced-search-wrapper .advanced-search > *:last-child {
  margin-bottom: 0em;
}
.advanced-search-wrapper .search-results h3 {
  text-transform: capitalize;
}
.advanced-search-wrapper .search-results .search-result h2,
.advanced-search-wrapper .search-results .search-result h3 {
  font-size: 20px;
  margin: 15px 0px 2px 0px;
}
@media only screen and (max-width: 1150px) {
  .advanced-search-wrapper .search-results .search-result h2,
  .advanced-search-wrapper .search-results .search-result h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .advanced-search-wrapper .search-results .search-result h2,
  .advanced-search-wrapper .search-results .search-result h3 {
    font-size: 12.75px;
  }
}
@media only screen and (max-width: 700px) {
  .advanced-search-wrapper .search-results .search-result h2,
  .advanced-search-wrapper .search-results .search-result h3 {
    margin: 7px 0px;
  }
}
.advanced-search-wrapper .search-results .search-result .search-result-blurb {
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .advanced-search-wrapper .search-results .search-result .search-result-blurb {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .advanced-search-wrapper .search-results .search-result .search-result-blurb {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .advanced-search-wrapper .search-results .search-result .search-result-blurb {
    display: none;
  }
}
.advanced-search-wrapper .search-results .search-result .search-result-url {
  display: none;
}
.advanced-search-wrapper .search-results .list-product {
  margin: 5px 0px;
}
.advanced-search-wrapper .search-results .list-product .list-product-inner .media-thumbnail,
.advanced-search-wrapper .search-results .list-product .list-product-inner img {
  display: none;
}
.advanced-search-wrapper .search-results .list-product .list-product-inner .product-card-title,
.advanced-search-wrapper .search-results .list-product .list-product-inner .product-card-price {
  font-size: 20px;
  font-family: 'Roboto', Verdana, sans-serif;
}
@media only screen and (max-width: 1150px) {
  .advanced-search-wrapper .search-results .list-product .list-product-inner .product-card-title,
  .advanced-search-wrapper .search-results .list-product .list-product-inner .product-card-price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .advanced-search-wrapper .search-results .list-product .list-product-inner .product-card-title,
  .advanced-search-wrapper .search-results .list-product .list-product-inner .product-card-price {
    font-size: 12.75px;
  }
}
@media only screen and (max-width: 700px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.captioned-icons-container {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.captioned-icons-container > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .captioned-icons-container > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icons-container > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icons-container {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icons-container {
    padding: 10px 0px;
  }
}
.captioned-icon-wrapper {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 21%;
  text-align: center;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1150px) {
  .captioned-icon-wrapper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .captioned-icon-wrapper {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 900px) {
  .captioned-icon-wrapper {
    margin-bottom: 0.75em;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    margin: 8px 0px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper {
    margin-right: 13px;
  }
}
.captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ee9f00;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 1.5em auto;
}
@media only screen and (max-width: 900px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer {
    width: 115px;
    height: 115px;
    margin: 1.25em auto;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer {
    width: 60px;
    height: 60px;
    margin: 0px;
  }
}
.captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon {
  line-height: 1;
}
@media only screen and (max-width: 1150px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon.image .media-thumbnail {
    width: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon.image .media-thumbnail {
    width: 25px;
  }
}
.captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon.image .media-thumbnail .media-caption {
  display: none;
}
.captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon.font-awesome .svg-inline--fa {
  color: #000000;
  font-size: 50px;
}
@media only screen and (max-width: 900px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon.font-awesome .svg-inline--fa {
    font-size: 40px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-icon-wrapper .captioned-icon-icon-outer .captioned-icon-icon.font-awesome .svg-inline--fa {
    font-size: 25px;
  }
}
.captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-title {
  font-size: 25px;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 1150px) {
  .captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-title {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-title {
    font-size: 15.9375px;
  }
}
.captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-description {
  font-size: 16px;
  font-family: 'Jaldi', Verdana, sans-serif;
  line-height: 1.1;
  margin-top: 0.4em;
}
@media only screen and (max-width: 1150px) {
  .captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-description {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-description {
    font-size: 10.2px;
  }
}
@media only screen and (max-width: 700px) {
  .captioned-icon-wrapper .captioned-icon-text-wrapper .captioned-icon-description {
    display: none;
  }
}
.entity-list-wrapper {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
  text-align: center;
  padding-top: 45px;
}
.entity-list-wrapper > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .entity-list-wrapper > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper {
    font-size: 0;
    display: block;
    margin-left: -4%;
    width: 104%;
    padding: 0;
    padding-top: 22.5px;
  }
  .entity-list-wrapper > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .entity-list-wrapper > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .entity-list-wrapper > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .entity-list-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.entity-list-wrapper .entity-list-item {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 29.333333333333%;
}
@media only screen and (max-width: 1150px) {
  .entity-list-wrapper .entity-list-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .entity-list-wrapper .entity-list-item {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 29.333333333333%;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 1150px) {
  .entity-list-wrapper .entity-list-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 900px) and only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 46%;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .entity-list-wrapper .entity-list-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .entity-list-wrapper .entity-list-item {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 96%;
  }
}
@media only screen and (max-width: 400px) and only screen and (max-width: 1150px) {
  .entity-list-wrapper .entity-list-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) and only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 400px) and only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.entity-list-wrapper .entity-list-item .entity-list-item-inner {
  display: block;
  color: #000000;
  text-decoration: none;
  margin: 1em 0em;
}
.entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-photo-wrapper .media-thumbnail {
  width: 100%;
  margin: 0px;
}
.entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-photo-wrapper .media-thumbnail img {
  width: 100%;
}
.entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper {
  text-align: center;
  padding: 1em 0em;
}
.entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-title {
  color: #252262;
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 1150px) {
  .entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-title {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-title {
    font-size: 15.9375px;
  }
}
.entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-1 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1150px) {
  .entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-1 {
    font-size: 16px;
  }
}
.entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-2 {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1150px) {
  .entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-2 {
    font-size: 16px;
  }
}
.entity-list-wrapper.name-list {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.entity-list-wrapper.name-list > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .entity-list-wrapper.name-list > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper.name-list > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper.name-list {
    width: 100%;
    margin-left: 0;
  }
}
.entity-list-wrapper.name-list .entity-list-item {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
}
@media only screen and (max-width: 1150px) {
  .entity-list-wrapper.name-list .entity-list-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper.name-list .entity-list-item {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper.name-list .entity-list-item {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner {
  display: inline-block;
  margin: 0em 0em 0.5em 0em;
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-photo-wrapper {
  display: none;
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper {
  display: inline-block;
  text-align: left;
  border-bottom: 3px solid #252262;
  padding: 0px;
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper > * {
  display: inline-block;
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-title {
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-title {
    font-size: 10.2px;
  }
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-1 {
  margin-top: 0em;
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-2 {
  position: relative;
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper .entity-list-short-description-2:before {
  content: "/";
}
.entity-list-wrapper.name-list .entity-list-item .entity-list-item-inner .entity-list-item-content-wrapper:hover {
  border-color: #252262;
}
.entity-list-wrapper.name-list .entity-list-item.current .entity-list-item-inner .entity-list-item-content-wrapper {
  border-color: #ee9f00;
}
.entity-detail-wrapper .media-thumbnail {
  display: inline-block;
}
.entity-detail-wrapper .all-members-wrapper {
  clear: both;
}
.social-icon {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  line-height: 1;
  margin: 0.1em 0.35em;
}
.social-icon .svg-inline--fa {
  color: #000000;
  font-size: 27px;
}
@media only screen and (max-width: 700px) {
  .social-icon .svg-inline--fa {
    font-size: 18px;
  }
}
.social-icon:hover .svg-inline--fa {
  color: #252262;
}
.taipan-contentpanel-panelset {
  position: relative;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal,
.taipan-contentpanel-panelset.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel > *:first-child {
  margin-top: 0px;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.transition-vertical > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  width: 90%;
  max-width: 1120px;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  padding-bottom: 42px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  pointer-events: none;
  bottom: 0px !important;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  min-width: 24px;
  min-height: 42px;
  margin: 0px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a:hover {
  background-color: #fff;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.currentslide {
  background-color: #fff;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  display: none;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
    display: none;
  }
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global:hover {
  background-color: transparent;
  opacity: 0.7;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 2px solid #fff;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%223%2C7%208%2C7%208%2C10%206%2C12%208%2C14%208%2C17%203%2C17%203%2C14%205%2C12%203%2C10%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a {
  margin: 8px auto;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 24px 10px;
  width: 24px;
  height: 10px;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2210px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C0%2012%2C10%2024%2C00%2012%2C7%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2210px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C10%2012%2C0%2024%2C10%2012%2C3%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  left: 0;
}
.taipan-contentpanel-panelset.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a {
  margin: 8px 3px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 10px 24px;
  width: 10px;
  height: 24px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C0%2010%2C12%200%2C24%207%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2224px%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%2210%2C0%200%2C12%2010%2C24%203%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  top: 0;
}
.taipan-contentpanel-panel {
  position: relative;
  /*
  .transition(background-color, ease, 0.25s);
  background-color: darken(@contentBgColour, 4%);

  &.taipan-contentpanel-panel-current {
    background-color: @contentBgColour;
  }
  */
}
.taipan-contentpanel-panel .panel-background-image {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none;
}
.taipan-contentpanel-panel.bg-image-position-left-top .panel-background-image {
  background-position: 0% 0%;
}
.taipan-contentpanel-panel.bg-image-position-left-center .panel-background-image {
  background-position: 0% 50%;
}
.taipan-contentpanel-panel.bg-image-position-left-bottom .panel-background-image {
  background-position: 0% 100%;
}
.taipan-contentpanel-panel.bg-image-position-center-top .panel-background-image {
  background-position: 50% 0%;
}
.taipan-contentpanel-panel.bg-image-position-center-center .panel-background-image {
  background-position: 50% 50%;
}
.taipan-contentpanel-panel.bg-image-position-center-bottom .panel-background-image {
  background-position: 50% 100%;
}
.taipan-contentpanel-panel.bg-image-position-right-top .panel-background-image {
  background-position: 100% 0%;
}
.taipan-contentpanel-panel.bg-image-position-right-center .panel-background-image {
  background-position: 100% 50%;
}
.taipan-contentpanel-panel.bg-image-position-right-bottom .panel-background-image {
  background-position: 100% 100%;
}
.taipan-contentpanel-panel.no-padding-constrained > .panel-constrain,
.taipan-contentpanel-panel.no-padding-full-width > .panel-constrain,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain {
  padding: 0px !important;
}
.taipan-contentpanel-panel.no-padding-constrained > .panel-constrain .panel-block .panel-cell .media-thumbnail,
.taipan-contentpanel-panel.no-padding-constrained > .panel-constrain .panel-block .panel-cell .media-thumbnail img,
.taipan-contentpanel-panel.no-padding-constrained > .panel-constrain .panel-block .panel-cell iframe,
.taipan-contentpanel-panel.no-padding-full-width > .panel-constrain .panel-block .panel-cell .media-thumbnail,
.taipan-contentpanel-panel.no-padding-full-width > .panel-constrain .panel-block .panel-cell .media-thumbnail img,
.taipan-contentpanel-panel.no-padding-full-width > .panel-constrain .panel-block .panel-cell iframe,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell .media-thumbnail,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell .media-thumbnail img,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell iframe {
  margin: 0px !important;
}
.taipan-contentpanel-panel.no-padding-full-width > .panel-constrain,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain {
  width: 100% !important;
}
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block {
  width: 100% !important;
  margin: 0px !important;
}
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell {
  width: 100% !important;
  margin: 0px !important;
}
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell .media-thumbnail,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell .media-thumbnail img,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell iframe {
  display: block;
  width: 100% !important;
  margin: 0px !important;
}
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell .media-thumbnail .media-caption,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell .media-thumbnail img .media-caption,
.taipan-contentpanel-panel.no-padding-full-width-media > .panel-constrain .panel-block .panel-cell iframe .media-caption {
  display: none;
}
.taipan-contentpanel-panel.no-padding-vertical > .panel-constrain {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.taipan-contentpanel-panel.no-padding-top > .panel-constrain {
  padding-top: 0px !important;
}
.taipan-contentpanel-panel.no-padding-bottom > .panel-constrain {
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 1050px) {
  .taipan-contentpanel-panel.constrain-900 > .panel-constrain {
    width: 900px;
  }
}
@media only screen and (min-width: 1270px) {
  .taipan-contentpanel-panel.constrain-1120 > .panel-constrain {
    width: 1120px;
  }
}
@media only screen and (min-width: 1550px) {
  .taipan-contentpanel-panel.constrain-1400 > .panel-constrain {
    width: 1400px;
  }
}
.panel-text-on-dark .panel-cell,
.taipan-contentpanel-panel.bg-primary .panel-cell,
.taipan-contentpanel-panel.bg-secondary .panel-cell,
.taipan-contentpanel-panel.bg-dark .panel-cell {
  color: #ffffff;
}
.panel-text-on-dark .panel-cell p,
.panel-text-on-dark .panel-cell h1,
.panel-text-on-dark .panel-cell h2,
.panel-text-on-dark .panel-cell h3,
.panel-text-on-dark .panel-cell h4,
.panel-text-on-dark .panel-cell h5,
.panel-text-on-dark .panel-cell h6,
.taipan-contentpanel-panel.bg-primary .panel-cell p,
.taipan-contentpanel-panel.bg-primary .panel-cell h1,
.taipan-contentpanel-panel.bg-primary .panel-cell h2,
.taipan-contentpanel-panel.bg-primary .panel-cell h3,
.taipan-contentpanel-panel.bg-primary .panel-cell h4,
.taipan-contentpanel-panel.bg-primary .panel-cell h5,
.taipan-contentpanel-panel.bg-primary .panel-cell h6,
.taipan-contentpanel-panel.bg-secondary .panel-cell p,
.taipan-contentpanel-panel.bg-secondary .panel-cell h1,
.taipan-contentpanel-panel.bg-secondary .panel-cell h2,
.taipan-contentpanel-panel.bg-secondary .panel-cell h3,
.taipan-contentpanel-panel.bg-secondary .panel-cell h4,
.taipan-contentpanel-panel.bg-secondary .panel-cell h5,
.taipan-contentpanel-panel.bg-secondary .panel-cell h6,
.taipan-contentpanel-panel.bg-dark .panel-cell p,
.taipan-contentpanel-panel.bg-dark .panel-cell h1,
.taipan-contentpanel-panel.bg-dark .panel-cell h2,
.taipan-contentpanel-panel.bg-dark .panel-cell h3,
.taipan-contentpanel-panel.bg-dark .panel-cell h4,
.taipan-contentpanel-panel.bg-dark .panel-cell h5,
.taipan-contentpanel-panel.bg-dark .panel-cell h6 {
  color: #ffffff;
}
.panel-text-on-dark .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-primary .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-secondary .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-dark .panel-cell a:not([class]) {
  color: #ffffff;
  opacity: 0.75;
}
.panel-text-on-dark .panel-cell table,
.taipan-contentpanel-panel.bg-primary .panel-cell table,
.taipan-contentpanel-panel.bg-secondary .panel-cell table,
.taipan-contentpanel-panel.bg-dark .panel-cell table {
  border-color: #ffffff;
}
.panel-text-on-dark .panel-cell table tr,
.taipan-contentpanel-panel.bg-primary .panel-cell table tr,
.taipan-contentpanel-panel.bg-secondary .panel-cell table tr,
.taipan-contentpanel-panel.bg-dark .panel-cell table tr {
  border-color: #ffffff;
}
.panel-text-on-dark .panel-cell table tr td,
.panel-text-on-dark .panel-cell table tr th,
.taipan-contentpanel-panel.bg-primary .panel-cell table tr td,
.taipan-contentpanel-panel.bg-primary .panel-cell table tr th,
.taipan-contentpanel-panel.bg-secondary .panel-cell table tr td,
.taipan-contentpanel-panel.bg-secondary .panel-cell table tr th,
.taipan-contentpanel-panel.bg-dark .panel-cell table tr td,
.taipan-contentpanel-panel.bg-dark .panel-cell table tr th {
  color: #ffffff;
}
.panel-text-on-dark .panel-cell table thead td,
.panel-text-on-dark .panel-cell table thead th,
.panel-text-on-dark .panel-cell table tfoot td,
.panel-text-on-dark .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-primary .panel-cell table thead td,
.taipan-contentpanel-panel.bg-primary .panel-cell table thead th,
.taipan-contentpanel-panel.bg-primary .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-primary .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-secondary .panel-cell table thead td,
.taipan-contentpanel-panel.bg-secondary .panel-cell table thead th,
.taipan-contentpanel-panel.bg-secondary .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-secondary .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-dark .panel-cell table thead td,
.taipan-contentpanel-panel.bg-dark .panel-cell table thead th,
.taipan-contentpanel-panel.bg-dark .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-dark .panel-cell table tfoot th {
  background-color: transparent;
}
.panel-text-on-dark .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-primary .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-secondary .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-dark .panel-cell .media-thumbnail a {
  opacity: 1;
}
.panel-text-on-dark .panel-cell .button,
.taipan-contentpanel-panel.bg-primary .panel-cell .button,
.taipan-contentpanel-panel.bg-secondary .panel-cell .button,
.taipan-contentpanel-panel.bg-dark .panel-cell .button {
  opacity: 1;
}
.panel-text-on-dark .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-primary .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-secondary .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-dark .panel-cell .cta-block .cta .cta-inner {
  background-color: #ffffff;
}
.panel-text-on-dark .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-primary .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-secondary .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-dark .panel-cell .readmore-style-box {
  border-color: #ffffff;
}
.panel-text-on-dark .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-primary .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-secondary .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-dark .panel-cell .readmore-style-box .readmore-style-button {
  color: #000000;
  background-color: #ffffff;
}
.panel-text-on-dark .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-primary .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-secondary .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-dark .panel-cell .hilite-box:before {
  background-color: #000;
  opacity: 0.25;
}
.taipan-contentpanel-panel.bg-primary {
  background-color: #252262;
}
.taipan-contentpanel-panel.bg-primary .panel-cell .button-alt {
  color: #252262;
  background-color: #fff;
}
.taipan-contentpanel-panel.bg-primary .panel-cell .button-alt:hover {
  opacity: 0.75;
}
.taipan-contentpanel-panel.bg-primary .panel-cell .readmore-style-box .readmore-style-button {
  color: #252262;
}
.taipan-contentpanel-panel.bg-secondary {
  background-color: #ee9f00;
}
.taipan-contentpanel-panel.bg-secondary .panel-cell .button {
  color: #ee9f00;
  background-color: #fff;
}
.taipan-contentpanel-panel.bg-secondary .panel-cell .button:hover {
  opacity: 0.75;
}
.taipan-contentpanel-panel.bg-secondary .panel-cell .readmore-style-box .readmore-style-button {
  color: #ee9f00;
}
.taipan-contentpanel-panel.bg-dark {
  background-color: #000000;
}
.taipan-contentpanel-panel.bg-dark .panel-cell .readmore-style-box .readmore-style-button {
  color: #000000;
}
.taipan-contentpanel-panel.bg-neutral {
  background-color: #e8e8e8;
}
.taipan-contentpanel-panel.bg-neutral .panel-constrain .panel-block .panel-cell .cta-block .cta .cta-inner {
  background-color: #ffffff;
}
.taipan-contentpanel-panel.bg-neutral .panel-constrain .panel-block .panel-cell .hilite-box:before {
  background-color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell,
.taipan-contentpanel-panel.bg-image .panel-cell,
.taipan-contentpanel-panel.bg-image-slides .panel-cell,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell {
  color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell p,
.taipan-contentpanel-panel.bg-hero .panel-cell h1,
.taipan-contentpanel-panel.bg-hero .panel-cell h2,
.taipan-contentpanel-panel.bg-hero .panel-cell h3,
.taipan-contentpanel-panel.bg-hero .panel-cell h4,
.taipan-contentpanel-panel.bg-hero .panel-cell h5,
.taipan-contentpanel-panel.bg-hero .panel-cell h6,
.taipan-contentpanel-panel.bg-image .panel-cell p,
.taipan-contentpanel-panel.bg-image .panel-cell h1,
.taipan-contentpanel-panel.bg-image .panel-cell h2,
.taipan-contentpanel-panel.bg-image .panel-cell h3,
.taipan-contentpanel-panel.bg-image .panel-cell h4,
.taipan-contentpanel-panel.bg-image .panel-cell h5,
.taipan-contentpanel-panel.bg-image .panel-cell h6,
.taipan-contentpanel-panel.bg-image-slides .panel-cell p,
.taipan-contentpanel-panel.bg-image-slides .panel-cell h1,
.taipan-contentpanel-panel.bg-image-slides .panel-cell h2,
.taipan-contentpanel-panel.bg-image-slides .panel-cell h3,
.taipan-contentpanel-panel.bg-image-slides .panel-cell h4,
.taipan-contentpanel-panel.bg-image-slides .panel-cell h5,
.taipan-contentpanel-panel.bg-image-slides .panel-cell h6,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell p,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell h1,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell h2,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell h3,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell h4,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell h5,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell h6,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell p,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell h1,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell h2,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell h3,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell h4,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell h5,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell h6,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell p,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell h1,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell h2,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell h3,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell h4,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell h5,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell h6,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell p,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell h1,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell h2,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell h3,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell h4,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell h5,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell h6,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell p,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell h1,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell h2,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell h3,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell h4,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell h5,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell h6 {
  color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-image .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-image-slides .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-image-text-left .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-image-text-right .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-image-text-top .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell a:not([class]),
.taipan-contentpanel-panel.bg-image-text-none .panel-cell a:not([class]) {
  color: #ffffff;
  opacity: 0.75;
}
.taipan-contentpanel-panel.bg-hero .panel-cell table,
.taipan-contentpanel-panel.bg-image .panel-cell table,
.taipan-contentpanel-panel.bg-image-slides .panel-cell table,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell table,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell table,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell table,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table {
  border-color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell table tr,
.taipan-contentpanel-panel.bg-image .panel-cell table tr,
.taipan-contentpanel-panel.bg-image-slides .panel-cell table tr,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell table tr,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell table tr,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell table tr,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table tr,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table tr {
  border-color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell table tr td,
.taipan-contentpanel-panel.bg-hero .panel-cell table tr th,
.taipan-contentpanel-panel.bg-image .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image .panel-cell table tr th,
.taipan-contentpanel-panel.bg-image-slides .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image-slides .panel-cell table tr th,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell table tr th,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell table tr th,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell table tr th,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table tr th,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table tr td,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table tr th {
  color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell table thead td,
.taipan-contentpanel-panel.bg-hero .panel-cell table thead th,
.taipan-contentpanel-panel.bg-hero .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-hero .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-image .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-image-slides .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image-slides .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image-slides .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image-slides .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell table tfoot th,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table thead td,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table thead th,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table tfoot td,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell table tfoot th {
  background-color: transparent;
}
.taipan-contentpanel-panel.bg-hero .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-image .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-image-slides .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell .media-thumbnail a,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell .media-thumbnail a {
  opacity: 1;
}
.taipan-contentpanel-panel.bg-hero .panel-cell .button,
.taipan-contentpanel-panel.bg-image .panel-cell .button,
.taipan-contentpanel-panel.bg-image-slides .panel-cell .button,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell .button,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell .button,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell .button,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell .button,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell .button {
  opacity: 1;
}
.taipan-contentpanel-panel.bg-hero .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-image .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-image-slides .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell .cta-block .cta .cta-inner,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell .cta-block .cta .cta-inner {
  background-color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-image .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-image-slides .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell .readmore-style-box,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell .readmore-style-box {
  border-color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-image .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-image-slides .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell .readmore-style-box .readmore-style-button,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell .readmore-style-box .readmore-style-button {
  color: #000000;
  background-color: #ffffff;
}
.taipan-contentpanel-panel.bg-hero .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-image .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-image-slides .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-image-text-left .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-image-text-right .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-image-text-top .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-cell .hilite-box:before,
.taipan-contentpanel-panel.bg-image-text-none .panel-cell .hilite-box:before {
  background-color: #000;
  opacity: 0.25;
}
.taipan-contentpanel-panel.bg-hero .panel-background-image:before,
.taipan-contentpanel-panel.bg-image .panel-background-image:before,
.taipan-contentpanel-panel.bg-image-slides .panel-background-image:before,
.taipan-contentpanel-panel.bg-image-text-left .panel-background-image:before,
.taipan-contentpanel-panel.bg-image-text-right .panel-background-image:before,
.taipan-contentpanel-panel.bg-image-text-top .panel-background-image:before,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-background-image:before,
.taipan-contentpanel-panel.bg-image-text-none .panel-background-image:before {
  display: block;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.25;
}
.taipan-contentpanel-panel.bg-hero,
.taipan-contentpanel-panel.bg-image,
.taipan-contentpanel-panel.bg-image-slides,
.taipan-contentpanel-panel.bg-image-text-top,
.taipan-contentpanel-panel.bg-image-text-bottom,
.taipan-contentpanel-panel.bg-image-text-none {
  background-color: #ee9f00;
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1em;
  width: 100%;
  margin: 0px;
}
@media only screen and (min-width: 701px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block {
    min-height: 15em;
  }
}
@media only screen and (min-width: 901px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block,
  .taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block {
    min-height: 18em;
  }
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block:before,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block:before,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block:before,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block:before,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block:before,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block:before {
  content: "";
}
@media only screen and (min-width: 701px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block:before {
    height: 15em;
  }
}
@media only screen and (min-width: 901px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block:before,
  .taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block:before {
    height: 18em;
  }
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell {
  width: 100%;
  margin: 0px;
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell > *:first-child,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell > *:first-child,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell > *:first-child,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell > *:first-child,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell > *:first-child,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0em;
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell > *:last-child,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell > *:last-child,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell > *:last-child,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell > *:last-child,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell > *:last-child,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell > *:last-child {
  margin-bottom: 0em;
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell h6,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell h6,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell h6,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell h6,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell h6,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell h1,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell h2,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell h3,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell h4,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell h5,
.taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell h6 {
  margin-top: 0px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell .button,
  .taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell .button,
  .taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell .button,
  .taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell .button,
  .taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell .button,
  .taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell .button {
    color: #ee9f00;
    background-color: #fff;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell .button:hover,
  .taipan-contentpanel-panel.bg-image .panel-constrain .panel-block .panel-cell .button:hover,
  .taipan-contentpanel-panel.bg-image-slides .panel-constrain .panel-block .panel-cell .button:hover,
  .taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block .panel-cell .button:hover,
  .taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block .panel-cell .button:hover,
  .taipan-contentpanel-panel.bg-image-text-none .panel-constrain .panel-block .panel-cell .button:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.bg-hero .panel-background-image {
    height: 10em;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.bg-hero .panel-background-image:before {
    display: none;
  }
}
@media only screen and (min-width: 701px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block {
  position: relative;
}
@media only screen and (min-width: 1151px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block {
    min-height: 25em;
  }
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block:before {
  content: "";
}
@media only screen and (min-width: 1151px) {
  .taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block:before {
    height: 25em;
  }
}
.taipan-contentpanel-panel.bg-hero .panel-constrain .panel-block .panel-cell {
  text-align: center;
}
.taipan-contentpanel-panel.bg-image-slides > .panel-background-image {
  display: none;
}
.taipan-contentpanel-panel.bg-image-slides > .panel-constrain {
  width: 100% !important;
  padding: 0px !important;
}
.taipan-contentpanel-panel.bg-image-slides > .panel-constrain .panel-block .panel-cell .media-thumbnail,
.taipan-contentpanel-panel.bg-image-slides > .panel-constrain .panel-block .panel-cell .media-thumbnail img,
.taipan-contentpanel-panel.bg-image-slides > .panel-constrain .panel-block .panel-cell iframe {
  margin: 0px !important;
}
.taipan-contentpanel-panel.bg-image-slides > .panel-constrain .panel-block .panel-cell .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
  text-align: center;
}
.taipan-contentpanel-panel.bg-image-text-left .panel-background-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+100 */
}
@media only screen and (min-width: 901px) {
  .taipan-contentpanel-panel.bg-image-text-left .panel-background-image:before {
    background: -moz-linear-gradient(left,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000',endColorstr='#00000000',GradientType=1);
    /* IE6-9 */
    opacity: 0.85;
  }
}
.taipan-contentpanel-panel.bg-image-text-left .panel-constrain .panel-block .panel-cell {
  text-align: left;
}
@media only screen and (min-width: 901px) {
  .taipan-contentpanel-panel.bg-image-text-left .panel-constrain .panel-block .panel-cell {
    padding-right: calc(50% + (4% / 2));
  }
}
.taipan-contentpanel-panel.bg-image-text-right .panel-background-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+100 */
}
@media only screen and (min-width: 901px) {
  .taipan-contentpanel-panel.bg-image-text-right .panel-background-image:before {
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#bf000000',GradientType=1);
    /* IE6-9 */
    opacity: 0.85;
  }
}
.taipan-contentpanel-panel.bg-image-text-right .panel-constrain .panel-block .panel-cell {
  text-align: left;
}
@media only screen and (min-width: 901px) {
  .taipan-contentpanel-panel.bg-image-text-right .panel-constrain .panel-block .panel-cell {
    padding-left: calc(50% + (4% / 2));
  }
}
.taipan-contentpanel-panel.bg-image-text-top .panel-background-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0+100 */
}
@media only screen and (min-width: 701px) {
  .taipan-contentpanel-panel.bg-image-text-top .panel-background-image:before {
    background: -moz-linear-gradient(top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000',endColorstr='#00000000',GradientType=0);
    /* IE6-9 */
    opacity: 0.75;
  }
}
@media only screen and (min-width: 701px) {
  .taipan-contentpanel-panel.bg-image-text-top .panel-constrain .panel-block {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.taipan-contentpanel-panel.bg-image-text-bottom .panel-background-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+100 */
}
@media only screen and (min-width: 701px) {
  .taipan-contentpanel-panel.bg-image-text-bottom .panel-background-image:before {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#bf000000',GradientType=0);
    /* IE6-9 */
    opacity: 0.75;
  }
}
@media only screen and (min-width: 701px) {
  .taipan-contentpanel-panel.bg-image-text-bottom .panel-constrain .panel-block {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.bg-image-text-none .panel-background-image {
    height: 10em;
    position: relative;
    top: auto;
    left: auto;
  }
}
.taipan-contentpanel-panel.bg-image-text-none .panel-background-image:before {
  display: none;
}
@media only screen and (max-width: 700px) {
  .taipan-contentpanel-panel.bg-image-text-none .panel-constrain {
    padding: 0px;
  }
}
.taipan-contentpanel-panel.bg-image-no-overlay .panel-background-image:before {
  display: none;
}
.taipan-contentpanel-panel.breadcrumbs {
  background-color: #e8e8e8;
}
.taipan-contentpanel-panel.breadcrumbs .panel-constrain {
  padding-top: 25px;
  padding-bottom: 25px;
}
.taipan-contentpanel-panel.breadcrumbs .panel-constrain .panel-block .panel-cell ul.breadcrumbs {
  margin: 0px !important;
}
.taipan-contentpanel-panel.breadcrumbs .panel-constrain .panel-block .panel-cell ul.breadcrumbs a {
  color: #000000;
}
.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: -4%;
  width: 104%;
  padding: 0;
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .list-category-wrapper > *,
  .list-product-wrapper > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .list-category-wrapper > *,
  .list-product-wrapper > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .list-category-wrapper,
  .list-product-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 0;
    display: block;
    margin-left: -4%;
    width: 104%;
    padding: 0;
  }
  .list-category-wrapper > *,
  .list-product-wrapper > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .list-category-wrapper > *,
  .list-product-wrapper > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .list-category-wrapper > *,
  .list-product-wrapper > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .list-category-wrapper,
  .list-product-wrapper {
    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: 'Roboto', Verdana, sans-serif;
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 21%;
}
@media only screen and (max-width: 1150px) {
  .list-category-wrapper .list-category {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .list-category-wrapper .list-category {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .list-category-wrapper .list-category {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 46%;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .list-category-wrapper .list-category {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .list-category-wrapper .list-category {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and 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: #000000;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: #000000;
}
.list-product-wrapper .list-product {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 21%;
}
@media only screen and (max-width: 1150px) {
  .list-product-wrapper .list-product {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .list-product-wrapper .list-product {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .list-product-wrapper .list-product {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 46%;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .list-product-wrapper .list-product {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .list-product-wrapper .list-product {
    font-size: 15.3px;
  }
}
@media 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: #000000;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: #000000;
}
.list-product-wrapper .list-product .list-product-inner .product-card-price {
  display: block;
}
.list-product-wrapper .list-product.featured {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 21%;
}
@media only screen and (max-width: 1150px) {
  .list-product-wrapper .list-product.featured {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .list-product-wrapper .list-product.featured {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 46%;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .list-product-wrapper .list-product.featured {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .list-product-wrapper .list-product.featured {
    font-size: 15.3px;
  }
}
@media 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: -4%;
  width: 104%;
  padding: 0;
}
.product-details-wrapper > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-title {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title > *:first-child {
  margin-top: 0em;
}
.product-details-wrapper .product-info {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 62.666666666667%;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-info {
    font-size: 15.3px;
  }
}
@media 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;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-info.no-product-media {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-info.no-product-media {
    font-size: 15.3px;
  }
}
@media 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: #000000;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 40px;
  font-family: 'Roboto', Verdana, sans-serif;
  margin: 1em 0em 0em 0em;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-info .product-price {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-info .product-price {
    font-size: 25.5px;
  }
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  display: inline-block;
}
@media 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: 'Roboto', Verdana, sans-serif;
  min-width: 5em;
}
@media 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 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: #000000;
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  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;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 29.333333333333%;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media {
    padding-top: 2em;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-primary > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media .product-image-primary > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary {
    font-size: 0;
    display: block;
    margin-left: -4%;
    width: 104%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-primary > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media .product-image-primary > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary {
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 96%;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and 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: -4%;
  width: 104%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 0;
    display: block;
    margin-left: -4%;
    width: 104%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary {
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 21%;
}
@media only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    margin-left: 4%;
    vertical-align: top;
    width: 46%;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 1150px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) and only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    font-size: 15.3px;
  }
}
@media 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;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail,
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail,
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    margin-bottom: 0.55em;
  }
}
@media only screen and (max-width: 700px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail,
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    margin-bottom: 0.35em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items {
  border: none;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row {
    text-align: left;
    padding: 10px 0px;
    white-space: normal;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  text-align: left;
  width: 12%;
}
@media 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: 56%;
}
.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 {
  font-size: 20px;
  font-family: 'Roboto', Verdana, sans-serif;
  padding: 0.5em 0em;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    font-size: 12.75px;
  }
}
@media 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: 18px;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
    font-size: 15.3px;
  }
}
@media 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 only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 5px 0px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail {
  display: inline-block;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: auto;
  max-width: 90%;
  max-height: 100px;
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: auto;
    max-width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media 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-line {
  font-size: 20px;
  font-family: 'Roboto', Verdana, sans-serif;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-line {
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-line {
    font-size: 12.75px;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 16px;
  font-family: 'Jaldi', Verdana, sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
    font-size: 16px;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
  display: inline-block;
}
@media 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;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label {
  font-weight: bold;
  margin-right: 3px;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-description {
  display: none;
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-description {
    font-size: 16px;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
  color: #c80c03;
  font-size: 16px;
  margin-top: 5px;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price {
    text-align: left;
    width: 100%;
    margin: 5px 0px;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
  display: none;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    display: inline-block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
  display: block;
  color: #666666;
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
  }
}
@media 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 only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    display: inline-block;
    margin-bottom: 3px;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .quantity-field {
  text-align: center;
  width: 45px;
  border: 1px solid #e8e8e8;
  padding: 5px 10px;
  margin: 0em auto;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .cart-remove {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .cart-remove {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .cart-remove {
    font-size: 16px;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
  text-align: right;
}
@media 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 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 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 only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.shipping-options {
  text-align: left;
  width: 66.75%;
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.shipping-options {
    display: block;
    width: auto;
    margin-bottom: 15px;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.shipping-options .label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.shipping-options select {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.shipping-options .label,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.shipping-options select {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.shipping-options .label {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.shipping-options .label::after {
  content: ": ";
  margin-right: 10px;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.label {
  width: 22.25%;
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping-fee .column.label {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update {
  display: inline-block;
  color: #ffffff;
  background-color: #ee9f00;
  font-size: 18px;
  font-family: 'Jaldi', Verdana, sans-serif;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 8px 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .vouchers .voucher-update {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .vouchers .voucher-update {
    font-size: 15.3px;
  }
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update .button-arrow {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .vouchers .voucher-update:hover {
  color: #ffffff;
  background-color: #d58e00;
  text-decoration: none;
}
.cart-checkout-wrapper form.checkout-form .vouchers #gift-voucher-info-region {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .vouchers #gift-voucher-info-region {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .vouchers #gift-voucher-info-region {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .vouchers #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .address-details > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .address-details > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details input[type=text],
.cart-checkout-wrapper form.checkout-form .address-details input[type=password],
.cart-checkout-wrapper form.checkout-form .address-details select,
.cart-checkout-wrapper form.checkout-form .address-details textarea {
  width: 100%;
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 46%;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    font-size: 15.3px;
  }
}
@media 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;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 46%;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    font-size: 15.3px;
  }
}
@media 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 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 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: -4%;
  width: 104%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .additional-information > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .additional-information > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
.cart-checkout-wrapper form.checkout-form .additional-information .referral {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 46%;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .referral {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .referral {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .referral {
    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 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
}
@media only screen and (max-width: 1150px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message {
    font-size: 18px;
  }
}
@media 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 {
    font-size: 15.3px;
  }
}
@media 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 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  display: inline-block;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
  font-weight: bold;
  min-width: 15em;
}
@media 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 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 only screen and (max-width: 700px) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .details-block {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.shop-registration-form .details-block > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .shop-registration-form .details-block > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .shop-registration-form .details-block > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .shop-registration-form .details-block {
    width: 100%;
    margin-left: 0;
  }
}
.shop-registration-form .details-block .invoice-details,
.shop-registration-form .details-block .shipping-details {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 46%;
}
@media only screen and (max-width: 1150px) {
  .shop-registration-form .details-block .invoice-details,
  .shop-registration-form .details-block .shipping-details {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .shop-registration-form .details-block .invoice-details,
  .shop-registration-form .details-block .shipping-details {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .shop-registration-form .details-block .invoice-details,
  .shop-registration-form .details-block .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background: #ffffff;
  font-size: 18px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height: 1.6;
}
@media only screen and (max-width: 1150px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  body {
    line-height: 1.4;
  }
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 700px) {
  .page-region {
    padding: 0em;
  }
}
.header-wrapper {
  background: #ffffff;
}
@media only screen and (max-width: 900px) {
  .header-wrapper {
    display: none;
  }
}
.header-wrapper .header-constrain {
  font-size: 18px;
  width: 1120px;
  margin: 0px auto;
  color: #000000;
  padding: 22.5px 15px;
}
@media only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .header-wrapper .header-constrain {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1217.3913043478px) {
  .header-wrapper .header-constrain {
    width: 92%;
  }
}
.header-wrapper .header-constrain .header-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-wrapper .header-constrain .header-section a:not([class]) {
  color: #ee9f00;
}
.header-wrapper .header-constrain .header-section a:not([class]):hover {
  color: #ee9f00;
}
.header-wrapper .header-constrain .header-section .header-column {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .header-wrapper .header-constrain .header-section .header-column {
    text-align: center;
  }
}
.header-wrapper .header-constrain .header-section .header-column.header-left .logo {
  display: block;
}
.header-wrapper .header-constrain .header-section .header-column.header-left .logo img {
  display: block;
}
.header-wrapper .header-constrain .header-section .header-column.header-right .header-content-wrapper .header-phone-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  font-size: 25px;
  font-weight: 800;
  font-family: 'Roboto', Verdana, sans-serif;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1150px) {
  .header-wrapper .header-constrain .header-section .header-column.header-right .header-content-wrapper .header-phone-wrapper {
    font-size: 18.75px;
  }
}
@media only screen and (max-width: 700px) {
  .header-wrapper .header-constrain .header-section .header-column.header-right .header-content-wrapper .header-phone-wrapper {
    font-size: 15.9375px;
  }
}
.header-wrapper .header-constrain .header-section .header-column.header-right .header-content-wrapper .header-phone-wrapper:hover {
  text-decoration: none;
}
.nav-wrapper {
  background: #252262;
}
.nav-wrapper .nav-constrain {
  font-size: 18px;
  width: 1120px;
  margin: 0px auto;
  color: #ffffff;
}
@media only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-constrain {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1217.3913043478px) {
  .nav-wrapper .nav-constrain {
    width: 92%;
  }
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain {
    width: 100%;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  z-index: 20;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block {
    text-align: left;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #ffffff;
    line-height: 1;
    padding: 17px 15px;
    position: relative;
    cursor: pointer;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-logo-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-logo-area .toggle-logo {
  display: inline-block;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-logo-area .toggle-logo img {
  line-height: 1;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-logo-area .toggle-text {
  display: inline-block;
  font-size: 1.0em;
  font-weight: 800;
  font-family: 'Roboto', Verdana, sans-serif;
  text-transform: uppercase;
  margin: 0px 0.75em;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  display: inline-block;
  color: #ffffff;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .svg-inline--fa {
  width: 25px;
  height: auto;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon {
  color: #c9c8d8;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .header-content-wrapper {
  display: none;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .header-content-wrapper {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  font-family: 'Roboto', Verdana, sans-serif;
  text-align: center;
  line-height: 1;
  padding: 17px 15px 34px 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 1150px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper {
    font-size: 25.5px;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .header-content-wrapper .header-phone-wrapper:hover {
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    text-align: left;
    border: none;
    padding-bottom: 17px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  position: relative;
  padding: 0em;
  margin: 0em;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #ffffff;
  background: #252262;
  font-size: 16px;
  font-family: 'Jaldi', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 15px;
  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 only screen and (max-width: @compactNavWidth) {
                background-image: none;
                padding-right: 0;
              }
            }
            */
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    padding: 8.5px 15px;
    white-space: normal;
  }
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover > a {
  color: #c9c8d8;
  background-color: #252262;
  /*
              &.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 only screen and (max-width: @compactNavWidth) {
                  background-image: none;
                  padding-right: 0;
                }
              }
              */
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  background-color: #252262;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3.1em;
  left: 0em;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    border: none;
    border-radius: 0px;
    min-width: 0em;
    height: auto;
    margin-bottom: 17px;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  text-align: left;
  border: none;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #ffffff;
  background-color: #252262;
  text-transform: none;
  padding: 8.5px 15px;
  /*
                &.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 only screen and (max-width: @compactNavWidth) {
                    background-image: none;
                    padding-right: @navPaddingHorizontal;
                  }
                }
                */
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    padding: 4.25px 15px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > a {
  color: #c9c8d8;
  background-color: #252262;
  /*
                  &.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 only screen and (max-width: @compactNavWidth) {
                      background-image: none;
                    }
                  }
                  */
}
.nav-wrapper .nav-constrain .nav-block ul li ul li.current > a {
  color: #c9c8d8;
  background-color: #252262;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
    margin-bottom: 0em;
  }
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul li a {
    padding-left: 30px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media only screen and (max-width: 900px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
@media only screen and (min-width: 901px) {
  .nav-wrapper.fixed-nav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
  }
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .content-constrain,
.content-wrapper .panel-constrain {
  font-size: 18px;
  width: 1120px;
  margin: 0px auto;
  color: #000000;
  padding: 90px 15px;
}
@media only screen and (max-width: 1150px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1217.3913043478px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    width: 92%;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    padding: 45px 10px;
  }
}
.content-wrapper .content-constrain .content-block,
.content-wrapper .content-constrain .panel-block,
.content-wrapper .panel-constrain .content-block,
.content-wrapper .panel-constrain .panel-block {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > *,
.content-wrapper .content-constrain .panel-block > *,
.content-wrapper .panel-constrain .content-block > *,
.content-wrapper .panel-constrain .panel-block > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block > *,
  .content-wrapper .content-constrain .panel-block > *,
  .content-wrapper .panel-constrain .content-block > *,
  .content-wrapper .panel-constrain .panel-block > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block > *,
  .content-wrapper .content-constrain .panel-block > *,
  .content-wrapper .panel-constrain .content-block > *,
  .content-wrapper .panel-constrain .panel-block > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .content-block,
  .content-wrapper .panel-constrain .panel-block {
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell,
.content-wrapper .content-constrain .content-block .panel-cell,
.content-wrapper .content-constrain .panel-block .content-cell,
.content-wrapper .content-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .content-block .content-cell,
.content-wrapper .panel-constrain .content-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .content-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 96%;
}
@media only screen and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child,
.content-wrapper .content-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav,
.content-wrapper .content-constrain .content-block .panel-cell .subnav,
.content-wrapper .content-constrain .panel-block .content-cell .subnav,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav,
.content-wrapper .panel-constrain .content-block .content-cell .subnav,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -4%;
  width: 104%;
  padding: 0;
  list-style-type: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > *,
.content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav > *,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav > *,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  margin-left: 4%;
  vertical-align: top;
  width: 29.333333333333%;
}
@media only screen and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    font-size: 15.3px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
  display: inline-block;
  color: #ffffff;
  background-color: #ee9f00;
  font-size: 18px;
  font-family: 'Jaldi', Verdana, sans-serif;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  min-width: 150px;
  max-width: 100%;
  margin: 10px 0px;
  padding: 8px 15px;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li a,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li a,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li a,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li a,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li a,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li a,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li a,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li a,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li a,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li a,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li a,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li a,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
    font-size: 15.3px;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a .button-arrow,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a .button-arrow {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a img,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:hover {
  color: #ffffff;
  background-color: #d58e00;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: #e8e8e8;
}
.footer-wrapper .footer-constrain {
  font-size: 18px;
  width: 1120px;
  margin: 0px auto;
  color: #000000;
  padding: 67.5px 15px;
}
@media only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1217.3913043478px) {
  .footer-wrapper .footer-constrain {
    width: 92%;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain {
    padding: 36px 15px;
  }
}
.footer-wrapper .footer-constrain .footer-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-wrapper .footer-constrain .footer-section a:not([class]) {
  color: #000000;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-section a:not([class]):hover {
  color: #bb7d00;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-section hr {
  clear: both;
  height: 1px;
  margin: 30px 0px;
  opacity: 0;
}
.footer-wrapper .footer-constrain .footer-section dl dt,
.footer-wrapper .footer-constrain .footer-section dl dd {
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  vertical-align: top;
  padding-bottom: 0.75em;
}
@media only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section dl dt,
  .footer-wrapper .footer-constrain .footer-section dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section dl dt,
  .footer-wrapper .footer-constrain .footer-section dl dd {
    font-size: 16px;
  }
}
.footer-wrapper .footer-constrain .footer-section dl dt:last-child,
.footer-wrapper .footer-constrain .footer-section dl dd:last-child {
  padding-bottom: 0em;
}
.footer-wrapper .footer-constrain .footer-section dl dt {
  clear: left;
  margin-right: 10px;
}
.footer-wrapper .footer-constrain .footer-section dl dt .svg-inline--fa {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .footer-wrapper .footer-constrain .footer-section dl dt .svg-inline--fa {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section dl dt .svg-inline--fa {
    font-size: 15.3px;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .footer-wrapper .footer-constrain .footer-section .footer-column.footer-logo {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-logo .logo {
  display: block;
  margin: 0px;
}
.footer-wrapper .footer-constrain .footer-section .footer-column.footer-logo .logo img {
  display: block;
}
.author-wrapper .author-constrain {
  font-size: 18px;
  width: 1120px;
  margin: 0px auto;
  color: #000000;
  padding: 27px 15px;
}
@media only screen and (max-width: 1150px) {
  .author-wrapper .author-constrain {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .author-wrapper .author-constrain {
    font-size: 15.3px;
  }
}
@media screen and (max-width: 1217.3913043478px) {
  .author-wrapper .author-constrain {
    width: 92%;
  }
}
.author-wrapper .author-constrain .author-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .author-wrapper .author-constrain .author-section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.author-wrapper .author-constrain .author-section .author-column {
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .author-wrapper .author-constrain .author-section .author-column {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .author-wrapper .author-constrain .author-section .author-column.social-icons {
    text-align: center;
  }
}
.author-wrapper .author-constrain .author-section .author-column.author {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  .author-wrapper .author-constrain .author-section .author-column.author {
    text-align: center;
    padding-top: 1em;
  }
}
.author-wrapper .author-constrain .author-section .author-column.author a:not([class]) {
  color: #000000;
}
.author-wrapper .author-constrain .author-section .author-column.author a:not([class]):hover {
  color: #bb7d00;
}
